.feature-items{--card-padding:30px;--card-border-radius:10px}@media (min-width:1040px){.feature-items{--card-padding:50px}}.feature-items__items{list-style:none;margin:0;padding-left:0}.feature-items__items>li{padding-left:0}.feature-items__items>li::marker{content:none}@media (min-width:768px){.feature-items__items{display:grid;gap:var(--row-gap,3rem) var(--column-gap,var(--gutter));grid-template-columns:repeat(var(--items-per-row),1fr)}}.feature-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media not screen and (min-width:768px){.feature-item+.feature-item{margin-top:var(--row-gap,3rem)}}@media not screen and (min-width:1040px){.feature-item--simple{display:-webkit-box;display:-ms-flexbox;display:flex}.feature-item--simple .feature-item__icon{-ms-flex-negative:0;flex-shrink:0;margin-bottom:0;margin-right:var(--icon-gap,25px)}}@media (prefers-reduced-motion:no-preference){.animate-on-scroll .feature-item{opacity:0;-webkit-transform:var(--animation-position);transform:var(--animation-position);-webkit-transition:var(--animation);transition:var(--animation);-webkit-transition-delay:calc(var(--animation-delay) + var(--animation-duration)/2*var(--index));transition-delay:calc(var(--animation-delay) + var(--animation-duration)/2*var(--index))}.animated .feature-item{opacity:1;-webkit-transform:none;transform:none}}.feature-item--card{background-color:var(--card-background-color,var(--background-secondary-color));border-radius:var(--card-border-radius);padding:var(--card-padding)}.feature-item--link-whole-card{position:relative}.feature-item--link-whole-card a{position:relative;z-index:layers(top)}.feature-item--link-whole-card--buttons .buttons-wrapper a:first-of-type,.feature-item--link-whole-card--heading .theme-text__heading a{position:static}.feature-item--link-whole-card--buttons .buttons-wrapper a:first-of-type:before,.feature-item--link-whole-card--heading .theme-text__heading a:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.feature-item .theme-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.feature-item .theme-text__heading{margin-top:0}.feature-item .theme-text>.buttons-wrapper{margin-top:auto;padding-top:24px}.feature-item__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:var(--icon-height,auto);margin-bottom:var(--icon-gap,24px)}.text-center .feature-item__icon{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.text-right .feature-item__icon{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.feature-item__icon--fontawesome{fill:var(--icon-color,var(--audience-color))}.feature-item__icon img,.feature-item__icon svg{max-height:100%;width:auto}.feature-item.text-center .feature-item__icon{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}