/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */.contactsection{justify-content:center;display:flex;transform:translateY(-100px)}.contactsection .container{border-radius:var(--radius-lg);background-color:var(--primary-light);flex-direction:column;justify-content:space-around;align-items:center;gap:1rem;width:calc(100% - 4rem);max-width:1200px;margin-inline:2rem;padding-block:4rem;padding-inline:1.25rem;display:flex}.contactsection .contactsection__people{flex-wrap:wrap;justify-content:center;align-items:center;margin-left:1rem;padding-top:1rem;display:flex}.contactsection .contactsection__people img{aspect-ratio:1;object-fit:cover;border-radius:100%;flex-shrink:0;width:100px;height:100px}.contactsection .contactsection__people .image__img{margin-top:-1rem;margin-left:-1rem}@media (width>=600px){.contactsection .contactsection__people .image__img{margin-top:0}}.contactsection .contactsection__headline p{font-size:var(--font-lg);text-align:center;max-width:35ch;font-weight:300;line-height:1.2}@media (width>=768px){.contactsection .contactsection__headline p{font-size:var(--font-xl)}}.contactsection .contactsection__headline p strong{font-weight:600}@media (width>=992px){.contactsection .contactsection__headline p{font-size:var(--font-jumbo)}}@media (width>=680px){.contactsection .contactsection__headline p{font-size:var(--font-xxl)}}.contactsection .contactsection__subline p{font-size:var(--font-md);text-align:center;max-width:40ch;font-weight:300;line-height:1.2}@media (width>=680px){.contactsection .contactsection__subline p{font-size:var(--font-xl)}}.contactsection .contactsection__links{flex-direction:column;gap:1.5rem;width:100%;max-width:320px;margin-top:.75rem;display:flex}.contactsection .contactsection__links a{justify-content:center;display:inline-flex}@media (width>=640px){.contactsection .contactsection__links{flex-flow:wrap;justify-content:center;width:auto;max-width:none}}.contactsection.fadein--on .contactsection__people>div{opacity:0;transform:translateY(1rem)rotate(-4deg)}.contactsection.fadein--on .contactsection__headline,.contactsection.fadein--on .contactsection__subline,.contactsection.fadein--on .contactsection__links>a{opacity:0;transform:translateY(1rem)}.contactsection.fadein--active .contactsection__people>div{opacity:1;transition:all .5s;transform:translateY(0)rotate(0)}.contactsection.fadein--active .contactsection__people>div:nth-child(2){transition-delay:.1s}.contactsection.fadein--active .contactsection__people>div:nth-child(3){transition-delay:.2s}.contactsection.fadein--active .contactsection__headline,.contactsection.fadein--active .contactsection__subline{opacity:1;transition:all .5s;transform:translateY(0)}.contactsection.fadein--active .contactsection__links>a{opacity:1;transition:background-color .3s,outline .3s,color .3s,border-color .3s,opacity .5s .6s,transform .5s .6s;transform:translateY(0)}.contactsection.fadein--active .contactsection__links>a:nth-child(2),.contactsection.fadein--active .contactsection__links>a:nth-child(3){transition:background-color .3s,outline .3s,color .3s,border-color .3s,opacity .5s .7s,transform .5s .7s}
