@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);.agent-grid .grid{grid-gap:3rem;gap:3rem}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-1rem)}}.agent-cell:nth-child(2n) .image .overlay{bottom:-100%;left:0;right:0;top:100%}.agent-cell .image{aspect-ratio:1/1.2;border-radius:1rem;margin-bottom:1.5rem;overflow:hidden;position:relative}.agent-cell .image .bg-img{transition:all .3s cubic-bezier(.445,.05,.55,.95);z-index:1}.agent-cell .image .bg-img.hover{opacity:0;z-index:2}.agent-cell .image .bg-img.hover.active{opacity:1}.agent-cell .image .bg-img img{-o-object-position:top center;object-position:top center}.agent-cell .image .video{background:rgba(0,0,0,.9);bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}.agent-cell .image .video video{border:0;cursor:pointer;height:100%;width:100%}.agent-cell .image .overlay{align-items:flex-end;bottom:100%;color:#fff;display:flex;left:0;padding:1.5rem;position:absolute;right:0;top:-100%;transition:all .3s cubic-bezier(.445,.05,.55,.95);z-index:2}.agent-cell .image .overlay.active{bottom:0;top:0}.agent-cell .image .overlay:after{background:rgba(0,0,0,.45);content:"";height:100%;left:0;mix-blend-mode:multiply;position:absolute;top:0;width:100%;z-index:1}.agent-cell .image .overlay p{line-height:1.6;mix-blend-mode:normal;position:relative;z-index:2}.agent-cell .image .overlay p a{text-decoration:underline}.agent-cell .image .overlay p a:before{display:none}@media only screen and (max-width:1124px){.agent-cell .image .overlay,.agent-cell:nth-child(2n) .image .overlay{bottom:0;top:0}}