<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.item-grid{position:relative;z-index:1}.item-grid__list{align-items:start;display:flex;flex-wrap:wrap;gap:2rem 1rem;justify-content:center;margin:0;padding:0}.item-grid__item{display:flex;flex:0 1 max(33% - 1.5rem,330px);flex-direction:column;gap:1.5625rem 0;justify-content:space-between;position:relative}.item-grid__item:before{background:#d6d6d6;height:100%;position:absolute;right:-1.0625rem;width:1px}.item-grid__item:last-child:before{content:unset}@media (width &lt;= 767px){.item-grid__item{flex:330px}.item-grid__item:before{content:unset}}.item-grid__item-icon{line-height:0;margin-right:.5rem;width:2.1875rem}.item-grid__item-icon .iconify,.item-grid__item-icon iconify-icon{color:var(--primary-color,grey);font-size:2.1875rem}.item-grid__item-icon img{display:block;width:2.1875rem}.item-grid__item-title{font-size:clamp(var(--text-h4),6vw,1.8125rem);font-weight:400;line-height:110%;margin:0}.item-grid__item-text{line-height:150%;margin-bottom:0}.item-grid__button{background-color:rgba(var(--primary-rgb),10%);border-color:rgba(var(--primary-rgb),10%);color:var(--primary-color);width:fit-content}.item-grid__button.button--link{text-decoration:underline!important}</pre></body></html>