.contact-cards{display:flex;flex-direction:column}@media screen and (min-width:1080px){.contact-cards{flex-direction:row}.contact-cards.contact-cards--grid{flex-direction:column}}.contact-cards__heading{margin:0;padding:0 var(--space-sm) 0;width:100%}@media screen and (min-width:768px){.contact-cards__heading{padding:0 var(--space-md) 0}.contact-cards--grid .contact-cards__heading{width:100%}}@media screen and (min-width:1080px){.contact-cards__heading{width:40%}}.contact-cards__list{display:flex;flex-direction:column;flex-wrap:wrap;gap:16px;margin-top:var(--space-sm);width:100%}.contact-cards--list .contact-cards__list{max-width:calc(var(--max-text-width) + var(--space-md)*2)}@media screen and (min-width:600px){.contact-cards--grid .contact-cards__list{flex-direction:row}}@media screen and (min-width:1080px){.contact-cards--list .contact-cards__list{margin-top:0}}.contact-cards__card{background-color:var(--color-module-bg-primary);display:flex;flex-direction:row;justify-content:flex-end;width:100%}.contact-cards--list .contact-cards__card--text-only{max-height:auto}.contact-cards--grid .contact-cards__card{flex:0 0 100%;flex-direction:column}@media screen and (min-width:420px){.contact-cards--grid .contact-cards__card{flex:0 0 calc((100% - var(--space-sm))/2);flex-direction:row}}@media screen and (min-width:600px){.contact-cards--grid .contact-cards__card{flex-direction:column;max-width:calc(300px - var(--space-sm)*3/4)}}.contact-cards__card--text-only{height:auto}.contact-cards--list .contact-cards__card__image-container{width:40%}.contact-cards--grid .contact-cards__card__image-container{flex:0 0 calc(150px + var(--space-sm))}.contact-cards__card__image{display:block;height:100%;object-fit:cover;width:100%}.contact-cards--list .contact-cards__card__image{aspect-ratio:1.5}.contact-cards--grid .contact-cards__card__image{border:5px solid #fff;border-radius:50%;height:150px;margin:var(--space-sm) auto 0;width:150px}.contact-cards__card__info{display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:200px;padding:var(--space-sm)}@media screen and (min-width:768px){.contact-cards__card__info{padding:var(--space-md)}}.contact-cards--list .contact-cards__card__info{height:auto;width:60%}.contact-cards--grid .contact-cards__card__info{flex:1 1 auto}.contact-cards__card--text-only .contact-cards__card__info{width:100%}.contact-cards__card__info__top{display:flex;flex-direction:column}.contact-cards__card__title{color:var(--web-dark-grey);margin:0 0 1rem}.contact-cards__card__full-name{display:inline-block;font-size:24px;font-weight:var(--flokk-font-weight-body-l);line-height:var(--flokk-line-height-body-l)}@media screen and (max-width:768px){.contact-cards__card__full-name{font-size:2rem;margin-bottom:1rem}}.contact-cards__card__info__bottom{margin-top:var(--space-md)}.contact-cards__card__info__bottom>*{margin-top:4px}.contact-cards__card__info__bottom a{word-break:break-word}