.mds-team-grid{--mds-team-gold:var(--color-gold, #b88a58);--mds-team-text:#111111;--mds-team-column-gap:82px;display:flex;flex-wrap:wrap;justify-content:center;column-gap:var(--mds-team-column-gap);width:100%;margin:0;padding:0;box-sizing:border-box}.mds-team-grid__item{display:flex;flex:0 0 calc((100% - (var(--mds-team-column-gap) * 2)) / 3);align-items:center;justify-content:space-between;min-width:0;min-height:156px;padding:31px 12px 31px 0;border-bottom:1px solid var(--mds-team-gold);color:var(--mds-team-text);text-decoration:none;box-sizing:border-box}.mds-team-grid__item,.mds-team-grid__item:hover,.mds-team-grid__item:focus,.mds-team-grid__item:active,.mds-team-grid__item:visited{color:var(--mds-team-text);text-decoration:none}.mds-team-grid__content{display:block;min-width:0;padding-right:22px}.mds-team-grid__name,.mds-team-grid__title{display:block}.mds-team-grid__name{margin:0 0 20px;color:var(--mds-team-text);font-size:19px;font-weight:700;line-height:1.3}.mds-team-grid__title{margin:0;color:var(--mds-team-gold);font-size:19px;font-weight:700;line-height:1.35}.mds-team-grid__arrow{flex:0 0 auto;display:block;color:var(--mds-team-gold);font-size:49px;font-weight:300;line-height:1;transform:translateX(0);transition:transform 180ms ease}.mds-team-grid__item:hover .mds-team-grid__arrow,.mds-team-grid__item:focus-visible .mds-team-grid__arrow{transform:translateX(7px)}.mds-team-grid__item:focus-visible{outline:2px solid var(--mds-team-gold);outline-offset:6px}@media (max-width:1100px){.mds-team-grid{--mds-team-column-gap:48px}}@media (max-width:860px){.mds-team-grid{--mds-team-column-gap:42px}.mds-team-grid__item{flex-basis:calc((100% - var(--mds-team-column-gap)) / 2)}}@media (max-width:560px){.mds-team-grid{display:block}.mds-team-grid__item{width:100%;min-height:132px;padding-top:25px;padding-bottom:25px}.mds-team-grid__name{margin-bottom:12px}.mds-team-grid__arrow{font-size:42px}}