section.team-grid{width:100%;display:grid;grid-template-columns:repeat(4,calc((100% - var(--wp--preset--spacing--30) * 3) / 4))}@media (max-width:1440px){section.team-grid{grid-template-columns:repeat(2,calc((100% - var(--wp--preset--spacing--30) * 1) / 2))}}@media (max-width:768px){section.team-grid{grid-template-columns:repeat(1,100%)}}section.team-grid{gap:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--50)!important}section.team-grid .jaleo--agent-container-main-list-item{display:flex;flex-direction:column;position:relative}section.team-grid .jaleo--agent-container-main-list-item:hover{cursor:pointer}section.team-grid figure{position:relative;aspect-ratio:3/4;width:100%;height:auto;margin-bottom:0}section.team-grid figure img{position:absolute;width:100%;height:100%;object-fit:cover}section.team-grid .jaleo--card-body{display:flex;flex-direction:column;position:absolute;gap:var(--wp--preset--spacing--10);width:calc(100% - var(--wp--preset--spacing--30) * 2);top:auto;bottom:0;padding:var(--wp--preset--spacing--30);backdrop-filter:blur(10px);color:var(--wp--preset--color--base);background:rgb(0 0 0 / .25)}section.team-grid .jaleo--card-title.jaleo--card-title-text-uppercase{padding-top:0;margin-top:0;text-transform:uppercase;font-size:var(--wp--preset--font-size--large);font-family:var(--wp--preset--font-family--body);letter-spacing:1px;margin-bottom:0}section.team-grid .jaleo--card-title.jaleo--card-title-text-uppercase a{text-decoration:none}section.team-grid .jaleo--card-title.jaleo--card-title-text-uppercase a:after{content:"";position:absolute;inset:0}section.team-grid .jaleo--card-location{display:block;font-size:var(--wp--preset--font-size--small);margin-bottom:var(--wp--preset--spacing--20)}section.team-grid .jaleo--card-body-agent-details{margin-top:auto;margin-bottom:0;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;flex-wrap:nowrap;padding-top:var(--wp--preset--spacing--20);gap:5px;font-size:var(--wp--preset--font-size--small)}section.team-grid .jaleo--card-body-agent-details a{position:relative;z-index:10}section.team-grid .jaleo--card-body-agent-details-email:before,section.team-grid .jaleo--card-body-agent-details-phone:before{background-color:var(--wp--preset--color--base)}section.team-grid .jaleo--card-body-agent-details-languages{display:flex;gap:7px;margin-top:10px}section.team-grid .jaleo--card-body-agent-details-languages img{filter:saturate(.8)}