.fx-cards{padding:0}.fx-cards__inner{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.fx-cards--cols-2{grid-template-columns:repeat(2,1fr)}.fx-cards--cols-4{grid-template-columns:repeat(4,1fr)}.fx-cards__cell{display:flex}.fx-cards__card{background:var(--fx-surface,#091f2d);border:1px solid var(--fx-hairline,hsla(0,0%,100%,.08));border-radius:var(--fx-radius,16px);box-shadow:var(--fx-shadow,0 1px 2px rgba(0,0,0,.3));display:flex;flex:1 1 auto;flex-direction:column;padding:32px;transition:transform .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out}.fx-cards__card:hover{border-color:var(--fx-lime-edge,rgba(212,255,0,.35));box-shadow:var(--fx-shadow-hi,0 12px 32px rgba(0,0,0,.45));transform:translateY(-4px)}.fx-cards__icon{align-items:center;background:var(--fx-lime-dim,rgba(212,255,0,.1));border-radius:var(--fx-radius-sm,12px);color:var(--fx-lime,#d4ff00);display:inline-flex;flex:0 0 auto;height:52px;justify-content:center;margin:0 0 20px;width:52px}.fx-cards__icon svg{display:block;fill:currentColor;height:24px;width:24px}.fx-cards__icon img{display:block;height:auto;width:28px}.fx-cards__title{font-size:24px;font-weight:500;line-height:1.3;margin:0 0 12px}.fx-cards__desc{color:var(--fx-muted,hsla(0,0%,100%,.72));flex:1 1 auto;font-size:16px;line-height:1.65}.fx-cards__desc p:last-child{margin-bottom:0}.fx-cards__more{margin:20px 0 0}.fx-cards__link{border-bottom:2px solid;font-weight:600;padding-bottom:2px;text-decoration:none}.fx-cards__link:hover{border-bottom-color:transparent}@media(max-width:1024px){.fx-cards--cols-4,.fx-cards__inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.fx-cards{padding:0}.fx-cards__inner{gap:16px;grid-template-columns:1fr!important}.fx-cards__card{padding:24px}.fx-cards__title{font-size:22px}}