.employeeInfoCards__base{display:flex;flex-direction:column;gap:24px}.employeeInfoCards__heading{margin:0}.employeeInfoCards__headingContainer{display:flex;flex-direction:column}.employeeInfoCards__column{display:flex;width:100%;flex-direction:column;gap:24px}.employeeInfoCards__columnWrapper{display:flex;flex-direction:column;gap:24px}@media (min-width: 992px),print{.employeeInfoCards__columnWrapper{flex-direction:row}}.employeeCard__base{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;padding:16px;border-radius:8px;background:var(--kw-brand-primary-005);gap:24px}@media (min-width: 992px),print{.employeeCard__base{flex-direction:row}}.employeeCard__avatar{width:100px;height:100px;border-radius:50%;object-fit:cover}@media (min-width: 768px),print{.employeeCard__avatar{width:150px;height:150px}}.employeeCard__wrapper{display:flex;flex-direction:column;gap:24px}.employeeCard__headingContainer{display:flex;flex-direction:column}.employeeCard__employeeMainLink{border-radius:4px;margin:0;text-decoration:none}.employeeCard__employeeMainLink:focus-visible{outline:2px solid #1173e9;outline-offset:3px}.employeeCard__employeeMainLink:hover{text-decoration:underline}.employeeCard__employeePosition{display:-webkit-box;overflow:hidden;align-self:stretch;-webkit-box-orient:vertical;color:#84848a;font-size:1rem;font-style:normal;font-weight:400;-webkit-line-clamp:6;line-height:150%;text-overflow:ellipsis}.employeeCard__linksContainer{display:flex;flex-direction:column;gap:8px}.employeeCard__linksItem{border-radius:4px;display:flex;align-items:center;color:var(--kw-primary-text);font-size:1rem;font-style:normal;font-weight:400;gap:8px;line-height:150%;text-decoration:none;white-space:normal;word-break:break-word}.employeeCard__linksItem:focus-visible{outline:2px solid #1173e9;outline-offset:3px}.employeeCard__linksItem--blue{color:var(--kw-button)}.employeeCard__linksItem--blue:hover{color:var(--kw-button-hover)}.employeeCard__linksItem:hover{text-decoration:underline}.employeeCard__linksItemIcon{min-width:24px;min-height:24px}
