ul.toggle-boxes{--gap:1rem;--columns:5;align-items:stretch;flex-flow:row wrap;gap:var(--gap);list-style:none;margin:0;padding:0}ul.toggle-boxes,ul.toggle-boxes li{display:flex;justify-content:flex-start}ul.toggle-boxes li{align-items:center;background:#fff;border-radius:13px;box-shadow:0 0 15px rgba(0,0,0,.16);box-sizing:border-box;cursor:pointer;flex-flow:column;padding:2rem 1.25rem 4rem;position:relative;text-align:center;width:calc(100%/var(--columns) - var(--gap) + var(--gap)/var(--columns))}.toggle-boxes li.active figure{height:90px;transform:translate(0)}.toggle-boxes figure{align-items:center;display:flex;flex-flow:column;height:115px;justify-content:center;margin:0;transform:translateY(64px);transition:all .24s ease-in-out;width:100%}.toggle-boxes figure img{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;transition:all .24s ease-in-out}.toggle-boxes li.active h3{scale:.85;transform:translate(0)}.toggle-boxes h3{align-items:center;display:flex;flex-flow:column;font-size:1.45rem;font-weight:500;height:92px;justify-content:center;line-height:110%;margin:0;transform:translateY(64px);transition:all .24s ease-in-out}.toggle-boxes li.active p{opacity:1;transform:translate(0)}.toggle-boxes p{font-size:.82rem;margin:0 0 1rem;opacity:0;transform:translateY(36px);transition:all .24s ease-in-out}ul.toggle-boxes li>div>svg{bottom:2rem;display:block;height:32px;left:50%;position:absolute;transform:translate(-50%);width:32px}ul.toggle-boxes li>div>svg path{transition:all .24s ease-in-out}ul.toggle-boxes li.active>div>svg path.circle{fill:#234a87}ul.toggle-boxes li.active>div>svg path.line{fill:#fff}ul.toggle-boxes li.active>div>svg path.line1{opacity:0}@media (max-width:1170px){ul.toggle-boxes{--columns:2;--gap:2rem}}@media (max-width:768px){ul.toggle-boxes{--columns:1;--gap:1.25rem}}