.feature-cards{background:var(--fc-bg);position:relative;z-index:1}.feature-card-radial{background:radial-gradient(59.68% 60.29% at 48.68% 61.24%,rgba(20,23,44,0) 0,#14172c 100%);inset:0;position:absolute}.feature-cards__header{margin-bottom:72px}.feature-cards__wrapper{position:relative;z-index:1}.feature-cards__rich-text h1,.feature-cards__rich-text h2,.feature-cards__rich-text h3,.feature-cards__rich-text h4{color:var(--fc-heading-color,#fff)}.feature-cards__rich-text p{color:var(--fc-body-color,#aeb4cc)}.feature-cards__rich-text>:last-child{margin-bottom:0}.feature-cards__grid{display:grid;gap:var(--fc-row-gap,56px) var(--fc-col-gap,32px);grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.feature-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.feature-cards__grid{grid-template-columns:repeat(var(--fc-cards-per-row,3),1fr)}.feature-cards__card--featured{grid-row:span 2}}.feature-cards__card{border-radius:var(--fc-card-radius,20px);display:flex;flex-direction:column;gap:4px;overflow:hidden;position:relative}.feature-cards__card-content{padding:var(--fc-card-padding,32px);padding-bottom:0}.feature-cards__card--highlighted{background:linear-gradient(135deg,var(--fc-highlighted-bg-start,#6d5ffd),var(--fc-highlighted-bg-end,#4d7cfe));gap:var(--fc-card-content-gap,24px)}.feature-cards__card--highlighted .feature-cards__card-content h1,.feature-cards__card--highlighted .feature-cards__card-content h2,.feature-cards__card--highlighted .feature-cards__card-content h3,.feature-cards__card--highlighted .feature-cards__card-content h4{color:var(--fc-highlighted-heading-color,#fff)}.feature-cards__card--highlighted .feature-cards__card-content p{color:var(--fc-highlighted-description-color,#dcd9f7)}.feature-cards__fold{inset:0;position:absolute}html[dir=rtl] .card-corner{left:-16px;right:auto;transform:scaleX(-1)}.feature-cards__card-content h1,.feature-cards__card-content h2,.feature-cards__card-content h3,.feature-cards__card-content h4{color:var(--fc-card-heading-color,#1b1f3b);margin:0 0 12px}.feature-cards__card-content p{color:var(--fc-card-description-color,#6b7280);font-size:14px;font-weight:400;line-height:1.7;margin:0}.feature-cards__card-content>:last-child{margin-bottom:0}.feature-cards__card-media{margin-top:auto}.feature-cards__card-image{display:block;height:auto;margin:0 auto;max-height:var(--fc-image-max-height,220px);object-fit:contain;width:100%}.feature-cards__card--featured .feature-cards__card-media{align-items:flex-end;display:flex;flex:1 1 auto;justify-content:center;min-height:0}.feature-cards__card--featured .feature-cards__card-image{height:100%;max-height:none;max-width:100%;object-position:bottom;width:auto}@media (prefers-reduced-motion:no-preference){.feature-cards [data-fc-animate=true]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.feature-cards [data-fc-animate=true].feature-cards--visible{opacity:1;transform:translateY(0)}}@media(max-width:767px){.feature-cards__header{margin-bottom:40px}}