/**handles:search-card**/
.search-card{--search-card-background: ;--search-card-heading:#131315;--search-card-text:#274c77;--search-card-icon:#4296b4;--search-card-gap:2rem;background-color:var(--search-card-background);border-bottom:1px solid #636366;color:#274c77;color:var(--search-card-text);height:100%;overflow:hidden;-webkit-text-decoration:none;text-decoration:none}.search-card,.search-card__body{align-items:flex-start;display:flex;flex-flow:column nowrap;justify-content:flex-start;width:100%}.search-card__body{flex:1 1 auto;height:auto;padding:0 0 var(--listing-gap-y);position:relative}.search-card__body-top{align-items:flex-start;display:flex;flex-flow:row nowrap;height:auto;justify-content:space-between;width:100%}.search-card__body-arrow{color:var(--search-card-icon);flex:0 0 auto;height:var(--search-card-gap);transform:translate(-15%,-10%);transition:transform .15s ease-in-out;width:var(--search-card-gap)}.search-card:hover .search-card__body-arrow{transform:translateY(-10%)}.search-card__body-title{color:var(--search-card-heading);font-family:Geist,Lato,Arial,sans-serif;font-size:1.375rem;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.44px;line-height:1.7875rem;margin-bottom:.25em;padding-right:.25em;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none}@media only screen and (min-width:87.5rem){.search-card__body-title{font-family:Geist,Lato,Arial,sans-serif;font-size:1.375rem;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.44px;line-height:1.7875rem;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none}}.search-card:hover .search-card__body-title{-webkit-text-decoration:underline;text-decoration:underline}.search-card__body-date,.search-card__body-description{color:var(--search-card-text);font-family:Geist,Lato,Arial,sans-serif;font-size:1rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:-.16px;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none}@media only screen and (min-width:87.5rem){.search-card__body-date,.search-card__body-description{font-family:Geist,Lato,Arial,sans-serif;font-size:1.125rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:-.18px;line-height:1.6875rem;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none}}.search-card__body-date{font-feature-settings:lining-nums proportional-nums;font-variant-numeric:lining-nums proportional-nums;margin-bottom:.25em}.search-card__body-description{max-width:37.5rem}