.indx-why-section{padding:96px 0}.indx-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}@media (max-width:900px){.indx-why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.indx-why-grid{grid-template-columns:1fr}}.indx-why-card{position:relative;display:flex;flex-direction:row;align-items:center;gap:18px;background:#fff;border:1px solid #ece8e0;border-radius:16px;padding:30px;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.indx-why-card:hover{flex-direction:column;align-items:flex-start;background:#fdecc9;border-color:rgba(249,156,16,.35);box-shadow:0 16px 32px -22px rgba(0,0,0,.18)}.indx-why-ic{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:rgba(249,156,16,.12);color:#c26a05;flex-shrink:0;transition:background .25s ease,color .25s ease,width .25s ease,height .25s ease,margin-bottom .25s ease}.indx-why-ic svg{width:22px;height:22px}.indx-why-card:hover .indx-why-ic{width:58px;height:58px;margin-bottom:20px;background:#f99c10;color:#1a1a1a}.indx-why-txt{min-width:0}.indx-why-h{font-family:var(--font-inter-tight),sans-serif;font-weight:700;font-size:1rem;line-height:1.3;color:#1a1a1a;margin:0;transition:font-size .25s ease}.indx-why-card:hover .indx-why-h{font-size:1.2rem}.indx-why-d{max-height:0;opacity:0;overflow:hidden;margin:0;font-size:.92rem;line-height:1.6;color:#9c7a3f;transition:max-height .3s ease,opacity .25s ease,margin-top .3s ease}.indx-why-card:hover .indx-why-d{max-height:160px;opacity:1;margin-top:10px}.indx-why-num{position:absolute;top:18px;right:20px;font-family:var(--font-mono),monospace;font-size:11px;letter-spacing:.05em;color:rgba(0,0,0,.28)}