@import url("https://fonts.googleapis.com/css2?family=Onest:wght@700;800&family=Inter:wght@400;500&display=swap");.msh-wrapper{font-family:Inter,sans-serif;padding:60px 48px 60px 0;width:100%}.msh-wrapper,.msh-wrapper *,.msh-wrapper :after,.msh-wrapper :before{box-sizing:border-box}.msh-inner{margin:0;padding:0;width:100%}.msh-layout{align-items:flex-start;display:flex;flex-direction:row;width:100%}.msh-heading-col{flex:0 0 220px;padding-top:8px}.msh-heading{font-family:Onest,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:0}.msh-heading p{margin:0}.msh-grid{display:grid;flex:1;gap:16px;grid-template-columns:repeat(2,1fr);margin-left:auto;max-width:700px}.msh-card{display:flex;flex-direction:column;gap:8px;opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.msh-card.msh-visible{opacity:1;transform:translateY(0)}.msh-card:nth-child(2){transition-delay:.1s}.msh-card:nth-child(3){transition-delay:.2s}.msh-card:nth-child(4){transition-delay:.3s}.msh-card:nth-child(5){transition-delay:.4s}.msh-card:nth-child(6){transition-delay:.5s}.msh-photo-wrap{aspect-ratio:1/1;background:#d4d4d4;overflow:hidden;position:relative}.msh-photo-wrap img{display:block;height:100%;object-fit:cover;object-position:top center;transition:transform .4s ease;width:100%}.msh-photo-wrap img.msh-grayscale{filter:grayscale(100%)}.msh-card:hover .msh-photo-wrap img{transform:scale(1.03)}.msh-placeholder{align-items:center;background:#c8c8c8;display:flex;height:100%;justify-content:center;width:100%}.msh-info{display:flex;flex-direction:column;gap:2px}.msh-name{font-family:Onest,sans-serif;font-size:.9rem;font-weight:700;line-height:1.2;margin:0}.msh-title{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.4;margin:0}@media (max-width:640px){.msh-wrapper{padding:40px 20px}.msh-layout{flex-direction:column;gap:24px}.msh-heading-col{flex:none}.msh-grid{gap:12px;grid-template-columns:repeat(2,1fr);max-width:100%}}