.feature-items{--card-padding:30px;--card-border-radius:10px}@media (min-width:1024px){.feature-items{--card-padding:50px}}.feature-items__items{list-style:none;margin:0;padding-left:0}@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{margin:0}@media not screen and (min-width:768px){.feature-item+.feature-item{margin-top:var(--row-gap,3rem)}}.feature-item .h4{font-family:Barlow,sans-serif;font-size:1.55em;font-weight:400}.feature-item .decor-line{display: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:relative}.feature-item--link-whole-card.has-overlay{aspect-ratio:var(--card-aspect-ratio);background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:flex-end}.feature-item--link-whole-card.has-overlay *{position:relative;z-index:1}.feature-item--link-whole-card.has-overlay a.overlay{display:block;height:100%;left:0;padding:var(--card-padding);position:absolute;top:0;width:100%;z-index:0}.feature-item--link-whole-card.has-overlay a.overlay.text-link:before{bottom:52px;right:45px}.feature-item--link-whole-card.has-overlay a.overlay.text-link:after{bottom:47px;right:45px;top:auto}.feature-item--link-whole-card.has-overlay a.overlay:focus-visible.text-link:after,.feature-item--link-whole-card.has-overlay a.overlay:focus-visible.text-link:before,.feature-item--link-whole-card.has-overlay a.overlay:hover.text-link:after,.feature-item--link-whole-card.has-overlay a.overlay:hover.text-link:before{right:30px}@media not screen and (min-width:768px){.feature-item--link-whole-card.has-overlay a.overlay.text-link:before{bottom:42px}.feature-item--link-whole-card.has-overlay a.overlay.text-link:after{bottom:37px}}@media not screen and (min-width:420px){.feature-item--link-whole-card.has-overlay a.overlay.text-link:before{bottom:32px}.feature-item--link-whole-card.has-overlay a.overlay.text-link:after{bottom:27px}}.feature-item__icon{align-items:flex-end;display:flex;height:var(--icon-height,auto);margin-bottom:var(--icon-gap,2em)}.text-center .feature-item__icon{justify-content:center}.text-right .feature-item__icon{justify-content:flex-end}.feature-item__icon--fontawesome{fill:var(--icon-color)}.feature-item__icon img,.feature-item__icon svg{max-height:100%;width:auto}.feature-item.text-center .feature-item__icon{justify-content:center}