.agentNavigator{width:1200px;height:742px;border-radius:14px;background:#f6f8ff;margin:auto;padding:60px 120px;}.agentNavigator-h1{color:#2c2140;font-family:"Manrope";font-size:46px;font-style:normal;font-weight:700;line-height:116%;letter-spacing:.46px;margin-top:0;margin-bottom:50px;}.agentNavigator-container{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}.agentNavigator-container-cards{width:207px;height:218px;border-radius:16px;border:1px solid #e1daff;background:#fbf9ff;padding:30px 20px;cursor:pointer;transition:background .3s ease;}.agentNavigator-container-cards>img{width:50px;height:50px;}.agentNavigator-container-cards-p1{color:#4a376b;font-family:"Manrope";font-size:18px;font-style:normal;font-weight:700;line-height:116%;letter-spacing:.36px;margin-top:10px;margin-bottom:0;}.agentNavigator-container-cards-p2{color:#78758a;font-family:"Manrope";font-size:14px;font-style:normal;font-weight:700;line-height:146%;letter-spacing:.14px;margin-top:10px;margin-bottom:0;}.agentNavigator-container-cards.active,.agentNavigator-container-cards:hover{background:linear-gradient(90deg,#f0ebff 0%,#faf9ff 48%,#efebff 99%);cursor:pointer;}@media (max-width:768px){.agentNavigator{width:90%;height:auto;padding:40px 20px}.agentNavigator-h1{font-size:32px;line-height:130%;margin-bottom:30px}.agentNavigator-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.agentNavigator-container-cards{width:100%;height:auto;padding:20px 15px}.agentNavigator-container-cards>img{width:40px;height:40px}.agentNavigator-container-cards-p1{font-size:16px;line-height:120%;margin-top:8px}.agentNavigator-container-cards-p2{font-size:14px;line-height:140%;margin-top:6px}}@media (max-width:480px){.agentNavigator-container{grid-template-columns:1fr;gap:15px}.agentNavigator-h1{font-size:32px;line-height:120%}.agentNavigator-container-cards>img{width:35px;height:35px}.agentNavigator-container-cards-p1{font-size:16px}.agentNavigator-container-cards-p2{font-size:14px}}