.vv-module--expert-contact .vv-grid--experts{gap:2rem;grid-template-columns:1fr;margin-inline:auto;max-width:56rem}@media (min-width:768px){.vv-module--expert-contact .vv-grid--experts{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.vv-module--expert-contact .vv-grid--experts{grid-template-columns:repeat(3,1fr)}}.vv-module--expert-contact .vv-expert{align-items:center;background:hsl(var(--card));border:1px solid hsl(var(--border)/.6);border-radius:var(--radius-squircle-lg);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;padding:2rem;text-align:center}.vv-module--expert-contact .vv-expert__avatar{border-radius:var(--radius-pill);flex:0 0 auto;height:6rem;margin:0 0 1rem;object-fit:cover;width:6rem}.vv-module--expert-contact .vv-expert__avatar--initials{align-items:center;background:hsl(var(--context-primary)/.1);color:hsl(var(--context-primary));display:flex;font-size:1.5rem;font-weight:700;justify-content:center;letter-spacing:.02em}.vv-module--expert-contact .vv-expert__name{color:hsl(var(--foreground-strong));font-size:1.125rem;font-weight:700;margin:0 0 .25rem}.vv-module--expert-contact .vv-expert__role{color:hsl(var(--foreground)/.6);font-size:.875rem;margin:0 0 1.5rem}.vv-module--expert-contact .vv-expert__contacts{display:flex;flex-direction:column;gap:.75rem;margin-top:auto;width:100%}.vv-module--expert-contact .vv-expert__contact{align-items:center;color:hsl(var(--context-primary));display:inline-flex;font-size:.875rem;gap:.5rem;justify-content:center;text-decoration:none;transition:color .2s ease}.vv-module--expert-contact .vv-expert__contact:hover{text-decoration:underline}.vv-module--expert-contact .vv-expert__icon{flex:0 0 auto;height:1rem;width:1rem}.vv-module--expert-contact .vv-expert{animation:vv-expert-in .5s ease forwards;opacity:0;transform:translateY(20px)}.vv-module--expert-contact .vv-expert:nth-child(2){animation-delay:.1s}.vv-module--expert-contact .vv-expert:nth-child(3){animation-delay:.2s}.vv-module--expert-contact .vv-expert:nth-child(4){animation-delay:.3s}.vv-module--expert-contact .vv-expert:nth-child(5){animation-delay:.4s}.vv-module--expert-contact .vv-expert:nth-child(n+6){animation-delay:.5s}@keyframes vv-expert-in{to{opacity:1;transform:translateY(0)}}.vv-module--expert-contact[data-vv-anim=wait] .vv-expert{animation-play-state:paused}.vv-module--expert-contact[data-vv-anim=run] .vv-expert{animation-play-state:running}@media (prefers-reduced-motion:reduce){.vv-module--expert-contact .vv-expert{animation:none;opacity:1;transform:none}}