.custom-teammates{max-width:var(--page-layout-width);padding-left:var(--page-layot-sides-padding);padding-right:var(--page-layot-sides-padding);margin-left:auto;margin-right:auto}.custom-teammates__inner-container{display:flex;flex-wrap:wrap;justify-content:center;row-gap:48px;-moz-column-gap:12px;column-gap:12px}.custom-teammates__teammate-container{width:calc((100% - 2 * 12px)/ 3);display:flex;flex-direction:column;align-items:center}.custom-teammates__teammate--photo{border-radius:56px;overflow:hidden}.custom-teammates__teammate--photo img{width:270px;height:auto;max-height:392px;max-width:100%}.custom-teammates__teammate--name{margin-top:32px}.custom-teammates__teammate--name>*{font-size:24px;font-weight:500;line-height:32px;margin-bottom:0;text-align:center}.custom-teammates__teammate--position>*{font-size:16px;font-style:normal;font-weight:400;line-height:28px;margin-bottom:0;text-align:center}.custom-teammates__teammate--contacts{display:flex;-moz-column-gap:28px;column-gap:28px;margin-top:16px}.custom-teammates__teammate--contacts a{display:block;width:32px;height:32px;filter:brightness(1);transition:.2s ease-in-out}.custom-teammates__teammate--contacts a:hover{filter:brightness(0)}@media screen and (max-width:800px){.custom-teammates__teammate-container{width:calc((100% - 1 * 12px)/ 2)}}@media screen and (max-width:676px){.custom-teammates__teammate-container{width:100%}}