.section-wrapper{width:100%;margin-bottom:5rem}.grid-section,.section-wrapper{flex-direction:column;justify-content:center;align-items:center;display:flex}.grid-section{gap:5em;width:80%;max-width:1440px}.models-section{flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;display:flex}.models-section h2{text-align:center;font-family:Nunito;font-size:38px;font-weight:800}.models-grid{grid-template-columns:repeat(5,1fr);place-items:center;gap:2rem;display:grid}.model-with-name{cursor:pointer;flex-direction:column;gap:1rem;height:14rem}.model,.model-with-name{justify-content:center;align-items:center;width:12.5rem;display:flex}.model{background-color:rgba(27,27,27,.38);border-radius:3rem;height:12.5rem;overflow:hidden;box-shadow:inset 0 0 0 .5px rgba(255,255,255,.16)}.model-with-name span{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-family:Nunito;font-size:16px;font-weight:500;overflow:hidden}.toggle-row{justify-content:center;display:flex}.toggle-btn{color:#fff;cursor:pointer;letter-spacing:-.5px;background:rgba(255,255,255,.04);border:.5px solid rgba(255,255,255,.2);border-radius:2rem;align-items:center;gap:8px;padding:12px 24px;font-family:Nunito,sans-serif;font-size:1rem;font-weight:600;transition:transform .3s ease-in-out,border-color .3s ease-in-out;display:flex}.toggle-btn:hover{border:.5px solid #fff;transform:scale(1.05)}@media (max-width:480px){.grid-section{gap:3rem;width:100%}.models-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.models-section{gap:1.5rem}.models-section h2{font-size:26px}.model-with-name{width:6.25rem;height:9rem}.model{border-radius:2rem;width:6.25rem;height:6.25rem}.model-thumbnail{object-fit:cover;width:93px;height:93px}.model-with-name span,.toggle-btn{font-size:12px}.toggle-btn{padding:10px 18px}}@media (max-width:768px) and (min-width:481px){.grid-section{gap:4rem;width:100%}.models-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.models-section{gap:2rem}.models-section h2{font-size:32px}.model-with-name{width:9.375rem;height:11rem}.model{border-radius:2rem;width:9.375rem;height:9.375rem}.model-thumbnail{object-fit:cover;width:143px;height:143px}.model-with-name span,.toggle-btn{font-size:14px}.toggle-btn{padding:11px 21px}}@media (max-width:1080px) and (min-width:769px){.grid-section{width:100%}.models-grid{grid-template-columns:repeat(4,1fr)}}
