.custom--cards .cards-grid{align-items:stretch;display:flex;flex-wrap:wrap;row-gap:1rem;width:100%}.custom--cards [class*=col-]{padding-left:8px;padding-right:8px}.custom--cards .card{border-style:solid;border-width:0;container-type:inline-size;display:flex;flex-direction:column;height:100%;overflow:hidden}.custom--cards .card.has-border{border-width:1px}.custom--cards .card__heading{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;line-height:1.2;margin:0}.custom--cards .card__content{font-size:1rem;line-height:1.6}.custom--cards .card__content p{margin:0}@media (max-width:767px){.custom--cards .cards-grid{row-gap:1rem}.custom--cards .card{width:100%}}.custom--cards .card--expand{cursor:pointer;min-height:420px;position:relative}.custom--cards .card--expand .card__media{inset:0;overflow:hidden;position:absolute;z-index:0}.custom--cards .card--expand .card__media img{display:block;height:100%;object-fit:cover;object-position:top center;width:100%}.custom--cards .card__scrim{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);bottom:0;height:var(--scrim-h,50%);left:0;mask-image:linear-gradient(0deg,#000 0,#000 70%,transparent);-webkit-mask-image:linear-gradient(0deg,#000 0,#000 70%,transparent);pointer-events:none;position:absolute;right:0}.custom--cards .card--expand .card__expand-body{bottom:0;display:flex;flex-direction:column;left:0;padding:0 1.5rem 1.5rem;position:absolute;right:0;z-index:2}.custom--cards .card__toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:0;text-align:left;width:100%}.custom--cards .card__toggle:focus-visible{border-radius:2px;outline:2px solid currentColor;outline-offset:4px}.custom--cards .card__toggle-text{display:flex;flex-direction:column;gap:.25rem}.custom--cards .card__eyebrow{color:inherit;display:block;font-family:JetBrains Mono,monospace!important;font-size:.875rem;font-weight:700;letter-spacing:.05em;margin-bottom:.25rem;opacity:.6;text-transform:uppercase}.custom--cards .card__icon{align-items:center;color:inherit;display:flex;flex-shrink:0;justify-content:center}.custom--cards .card__icon svg{height:20px;width:20px}.custom--cards .card__icon .icon-line-v{transition:opacity .2s ease}.custom--cards .card__toggle[aria-expanded=true] .card__icon{color:#23dc64}.custom--cards .card__toggle[aria-expanded=true] .icon-line-v{opacity:0}.custom--cards .card__content-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .6s cubic-bezier(.16,1,.3,1)}.custom--cards .card__content-panel.is-open{grid-template-rows:1fr}.custom--cards .card__content-panel>*{min-height:0;overflow:hidden}.custom--cards .card--expand .card__content{padding-top:.75rem}