.agency-grid__standard-content{display:flex;flex-direction:column;gap:24px}.agency-grid__title-cta-group{display:flex;flex-direction:row;gap:32px;justify-content:space-between}.agency-grid__content-seperator-line{width:100%;height:2px;background-color:var(--grey-200)}.agency-grid__grid-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(22%,1fr));grid-template-columns:repeat(auto-fill,minmax(clamp(220px,23%,400px),1fr));gap:24px}.agency-grid__grid-item{background:var(--grey-000);aspect-ratio:16/9;border-radius:4px;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;overflow:hidden}.agency-grid__agency-logo{aspect-ratio:16/9;height:100%;height:160px;width:160px;aspect-ratio:1/1;grid-column:1/-1;grid-row:1/-1;margin:auto}.agency-grid__agency-info{padding:16px;grid-column:1/-1;grid-row:1/-1;height:100%;max-height:192px;max-height:clamp(122px,12.75vw,220px);opacity:0;flex-direction:column;justify-content:center;gap:8px;font-size:16px}.agency-grid__grid-item:hover .agency-grid__agency-info{display:flex;opacity:1;transition:opacity .2s}.agency-grid__grid-item:hover .agency-grid__agency-logo-background{display:flex}.agency-grid__grid-item:hover .agency-grid__agency-logo{opacity:0}.agency-grid__agency-logo-background{display:none;opacity:0;opacity:.025;grid-column:1/-1;grid-row:1/-1;width:125%;max-width:unset;margin-left:-12.5%;margin-top:-37.5%;object-fit:cover}.agency-grid__anchor-links-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:2px;max-width:65%;color:var(--primary-500);border:2px solid var(--primary-500);border-radius:48px;padding:2px 6px 2px 0}.agency-grid__controls-wrapper{display:flex;flex-direction:row;gap:16px;justify-content:flex-end;align-items:center;margin-bottom:40px;position:sticky;top:0;padding:16px 0;z-index:10}.agency-grid__reverse-button{width:48px;height:48px;margin-left:0;max-width:48px;max-height:48px;padding:8px}.agency-grid__reverse-button:hover{width:48px;height:48px}.agency-grid__reverse-button--flipped{transform:rotate(180deg)}.agency-grid__anchor-links-wrapper select{background:unset;text-transform:capitalize;font-size:20px;border-radius:48px;padding:14px 8px 14px 6px;border:none;color:var(--primary-500)}.agency-grid__filters-border{margin-right:auto;margin-left:0;width:85%}@media screen and (max-width:1440px){.agency-grid__agency-logo{height:120px;width:120px}.agency-grid__agency-info{max-height:clamp(122px,13vw,172px)}}@media screen and (min-width:1440px){.agency-grid__agency-info{max-height:clamp(122px,12.75,192px)}}@media screen and (max-width:760px){.agency-grid__title-cta-group{flex-direction:column}.agency-grid__controls-wrapper{justify-content:flex-start}.agency-grid__agency-info{max-height:clamp(122px,50vw,172px)}}