.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{background-color:var(--grey-200);height:2px;width:100%}.agency-grid__grid-wrapper{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(22%,1fr));grid-template-columns:repeat(auto-fill,minmax(clamp(220px,23%,400px),1fr))}.agency-grid__grid-item{aspect-ratio:16/9;background:var(--grey-000);border-radius:4px;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;overflow:hidden}.agency-grid__agency-logo{aspect-ratio:16/9;aspect-ratio:1/1;grid-column:1/-1;grid-row:1/-1;height:100%;height:160px;margin:auto;width:160px}.agency-grid__agency-info{flex-direction:column;font-size:16px;gap:8px;grid-column:1/-1;grid-row:1/-1;height:100%;justify-content:center;max-height:192px;max-height:clamp(122px,12.75vw,220px);opacity:0;padding: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;grid-column:1/-1;grid-row:1/-1;margin-left:-12.5%;margin-top:-37.5%;max-width:unset;object-fit:cover;opacity:0;opacity:.025;width:125%}.agency-grid__anchor-links-wrapper{border:2px solid var(--primary-500);border-radius:48px;color:var(--primary-500);display:flex;flex-direction:row;flex-wrap:wrap;gap:2px;justify-content:flex-start;max-width:65%;padding:2px 6px 2px 0}.agency-grid__controls-wrapper{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:flex-end;margin-bottom:40px;padding:16px 0;position:sticky;top:0;z-index:10}.agency-grid__reverse-button{height:48px;margin-left:0;max-height:48px;max-width:48px;padding:8px;width:48px}.agency-grid__reverse-button:hover{height:48px;width:48px}.agency-grid__reverse-button--flipped{transform:rotate(180deg)}.agency-grid__anchor-links-wrapper select{background:unset;border:none;border-radius:48px;color:var(--primary-500);font-size:20px;padding:14px 8px 14px 6px;text-transform:capitalize}.agency-grid__filters-border{margin-left:0;margin-right:auto;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)}}