.team_module .team_card_img{border:5px solid var(--primary_color);border-radius:100%;height:200px;margin-left:auto;margin-right:auto;padding:5px;position:relative;width:200px}.team_module .team_card_img .team_card_img_inr{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;height:100%;width:100%}.team_module .team_card_img_inner{height:100%;position:relative;width:100%}.team_module .team_card_overlay{height:100%;left:0;position:absolute;top:0;transition:.2s ease-in-out;width:100%;z-index:1}.team_module .team_social{height:100%;left:0;position:absolute;top:0;transition:.3s ease-in-out;z-index:3}.team_module .team_social,.team_module .team_social ul{align-items:center;display:flex;justify-content:center;width:100%}.team_module .team_social ul{flex-wrap:wrap;gap:9px;list-style:none;margin:0;padding:0}.team_module .team_social ul li{width:24px}.team_module .team_social ul a{align-items:center;border-radius:100%;display:flex;font-size:14px;height:24px;justify-content:center;line-height:1;width:24px}.team_module .team_social ul a svg{display:block;height:1em;width:1em}.team_module .team_details{margin-top:12px;text-align:center}.team_module .team_name{margin-bottom:0}.team_module .team_card_overlay{background:var(--primary_color);border-radius:100%;opacity:0;transition:.2s ease}.team_module .team_card:hover .team_card_overlay{opacity:.3}.team_module .team_social ul li{opacity:0;transform:translateY(30px);transition:.2s ease-in-out}.team_module .team_card:hover .team_social ul li{opacity:1;transform:translateY(0)}.team_module .team_card:hover .team_social ul li:nth-child(2){transition-delay:.15s}.team_module .team_card:hover .team_social ul li:nth-child(3){transition-delay:.2s}.team_module .team_card:hover .team_social ul li:nth-child(4){transition-delay:.25s}.team_module .team_cards.flex_row{row-gap:30px}