.hs-contacts-wrapper{box-sizing:border-box;padding:4rem 2rem;width:100%}.hs-contacts__header{margin-bottom:3.5rem;text-align:center}.hs-contacts__title{color:#1a1a1a;font-size:2.25rem;font-weight:800;margin:0 0 1rem}.hs-contacts__subtitle{color:#444;font-size:1rem;line-height:1.6;margin:0 auto;max-width:600px}.hs-contacts__grid{display:grid;gap:3rem 2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.hs-contacts__card{align-items:center;display:flex;flex-direction:column;opacity:0;padding:0 1rem;text-align:center;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.hs-contacts__card--visible{opacity:1;transform:translateY(0)}.hs-contacts__icon{margin-bottom:1.25rem}.hs-contacts__icon img{display:block;height:40px;object-fit:contain;width:40px}.hs-contacts__name{color:#164d38;font-size:1.375rem;font-weight:700;margin:0 0 .5rem}.hs-contacts__role{color:#1a1a1a;font-size:1rem;font-weight:700;margin:0 0 .75rem}.hs-contacts__description{color:#444;flex:1;font-size:.9rem;line-height:1.6;margin:0 0 1.25rem}.hs-contacts__links{align-items:center;display:flex;flex-direction:column;gap:.25rem}.hs-contacts__link{color:#1a1a1a;display:block;font-size:.9rem;text-decoration:underline;transition:opacity .2s ease}@media screen and (max-width:767px){.hs-contacts__grid{gap:2.5rem;grid-template-columns:1fr}.hs-contacts__title{font-size:1.75rem}}