.container-agents{padding:0 calc(var(--spacing) * 2);box-sizing:border-box;text-align:center;max-width:1200px;margin:0 auto 120px}.hero-logo{width:250px;margin:0 auto 4rem}@media (max-width:768px){.hero-logo{padding:0 calc(var(--spacing) * 2)}}.container-agents__list{list-style:none;width:100%;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(350px,1fr));align-items:stretch;justify-items:center;gap:calc(var(--spacing) * 4);margin-top:calc(var(--spacing) * 6)}@media (max-width:1200px){.container-agents__list{grid-template-columns:repeat(2,minmax(375px,1fr))}}@media (max-width:800px){.container-agents__list{grid-template-columns:1fr}}.agent-types-nav{width:100%;background:#fff;margin:0 auto calc(var(--spacing) * 2) auto;box-sizing:border-box;padding:1.25rem 0;position:relative;border-radius:.875rem;overflow:hidden}.agent-types-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem 2.5rem;list-style:none;margin:0;padding:0 2rem}.agent-type-tab{font-size:1rem;color:var(--black);cursor:pointer;border:none;background:none;outline:none;position:relative;white-space:nowrap;overflow-y:hidden}.agent-type-tab:after{content:"";position:absolute;left:0;bottom:0;opacity:0;display:block;margin:0 auto;width:100%;height:2px;background:var(--teal);transition:opacity .3s ease-out}.agent-type-tab.active:after{opacity:1}.agent-card{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;min-width:280px;padding:.75rem .25rem .25rem;border-radius:1.5rem;cursor:pointer;box-shadow:30px 30px 64px 0 rgba(0,0,0,.05);transition:transform .3s ease}.agent-card.agent-card--live{background-color:var(--teal-light)}.agent-card.agent-card--coming{background-color:var(--gradient-orange)}.agent-card.agent-card--live .agent-card__status{color:var(--teal-dark)}.agent-card.agent-card--coming .agent-card__status{color:#ea7c28}.agent-card__inner{text-decoration:none;height:100%;width:100%;display:flex;flex-direction:column;gap:.5rem}.agent-card__status-dot{background:var(--teal);display:inline-block;width:.5rem;height:.5rem;border-radius:50%;margin-right:.5rem}.agent-card__content{background-color:var(--white);border-radius:1.5rem;padding:2.5rem 2.6rem;height:100%;display:flex;flex-direction:column;gap:1rem;text-align:left;transition:box-shadow .3s ease,transform .3s ease}.agent-card:hover{box-shadow:30px 30px 100px rgba(0,0,0,.05);transform:scale(1.02)}.agent-card--loading{width:100%;opacity:.5}.agent-card__header{display:flex;align-items:flex-start;justify-content:space-between}.agent-card__name{font-size:1.325rem;font-style:normal;font-weight:400;line-height:normal;color:#000}.agent-card__description{font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.6875rem;color:var(--black);overflow:hidden;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;line-clamp:15}.agent-card__description ul{list-style:disc;margin-left:1.5rem}