@charset "UTF-8";.software{padding-bottom:var(--space-default);padding-top:var(--space-default)}.software__title{font-family:var(--font-family-base--secondary);font-size:var(--text-300);font-weight:400;line-height:var(--line-height-body);margin-bottom:var(--space-xs);text-transform:uppercase}.software__items{display:grid;gap:var(--gutter);grid-template-columns:1fr 1fr 1fr}@media (max-width:48rem){.software__items{grid-template-columns:1fr 1fr}}@media (max-width:37.5rem){.software__items{grid-template-columns:1fr}}.software__item{background:var(--color-surface-secondary);display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-s) var(--space-m) var(--space-l);position:relative;transition:var(--transition-3) all ease-out}.software__item:focus-within.has-link,.software__item:hover.has-link{background-color:var(--color-surface-brand-primary);color:var(--color-text-invert,#fff)}.software__item:focus-within.has-link a,.software__item:hover.has-link a{color:inherit}.software__item-content{display:flex;flex-direction:column;gap:var(--space-3xs)}.software__item-content__summary p:empty{display:none}.has-link .software__item-content:last-child>:last-child:after{content:" →"}.software__item-image{margin:0}.software__item-image img{height:18.75rem;-o-object-fit:contain;object-fit:contain;vertical-align:top;width:auto}@media (max-width:48rem){.software__item-image img{height:12.5rem}}.software__item-meta{font-family:var(--font-family-base--secondary);font-size:var(--text-400);font-weight:400;line-height:var(--line-height-body);margin-bottom:var(--space-3xs);text-decoration:none;text-transform:uppercase;transition:unset}.software__item-meta:focus,.software__item-meta:hover{color:inherit}.software__item-software-name{font-family:var(--font-family-title);font-size:var(--heading-300);font-weight:900;line-height:1.3;margin:0;text-transform:uppercase}.software__item-software-name a{text-decoration:none;transition:unset}.software__item-summary-heading,.software__item-supported-heading{display:block;font-family:var(--font-family-base--secondary);font-size:var(--text-300);font-weight:400;line-height:var(--line-height-body);margin-bottom:var(--space-5xs);text-transform:uppercase}.software__item-supported-item{margin-right:var(--space-5xs);text-wrap:nowrap}.software.style--rows .software__items{grid-template-columns:1fr}.software.style--rows .software__items .software__item{flex-direction:row;gap:var(--space-3xl);justify-content:flex-start;padding-bottom:var(--space-3xl);padding-top:var(--space-3xl)}@media (max-width:48rem){.software.style--rows .software__items .software__item{flex-direction:column;gap:var(--space-l);padding-bottom:var(--space-l);padding-top:var(--space-l)}}.software.style--rows .software__items .software__item-image img{height:auto;max-width:18.75rem;width:100%}@media (max-width:48rem){.software.style--rows .software__items .software__item-image img{width:12.5rem}}.software.style--rows .software__items .software__item-content{max-width:50rem}.software.style--rows .software__items .software__item-content__summary p:first-of-type{margin-top:0}