/**handles:block-acf-feature-link-box**/
.fl-grid{display:grid;gap:16px}.fl-grid--1,.fl-grid--2,.fl-grid--3,.fl-grid--4{grid-template-columns:1fr}.fl-item{position:relative;overflow:hidden;transition:transform .3s}.fl-item__link{height:100%}.fl-item__arrow{right:12px;height:48px;width:24px;background:url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="%235D675C" xmlns="http://www.w3.org/2000/svg"><g id="arrow-right-solid"><path id="Vector" d="M14.5391 5.08594L13.4609 6.16406L18.5469 11.25H3.5V12.75H18.5469L13.4609 17.8359L14.5391 18.9141L20.9141 12.5391L21.4297 12L20.9141 11.4609L14.5391 5.08594Z" fill="%235D675C"/></g></svg>') no-repeat center center/contain;background-size:24px 24px}.fl-item a:hover{color:#2f332e}.fl-item--border a{background-color:#fff;border-bottom:1px solid #ebeeeb;border-bottom-left-radius:0;border-bottom-right-radius:0;height:100%}.fl-item--background a{background-color:#f5f7f5;transition:background-color .3s}.fl-item--background a:hover{background-color:#ebeeeb}.fl-item__link{display:flex;align-items:center;gap:16px;text-decoration:none;padding:12px;border-radius:16px}.fl-item__link:hover{background-color:#ebeeeb;border-radius:16px}.fl-item__icon{width:48px;height:48px;object-fit:contain;flex-shrink:0;border-radius:8px;padding:4px;transition:background-color .3s;mask:none;background:#e1e6e1 var(--icon) center/calc(100% - 16px) no-repeat}.fl-item__link:hover .fl-item__icon{background-color:#b5bbae}.fl-item__content{display:flex;flex-direction:column;flex-grow:1}.fl-item__headline{font-family:"Source Sans 3",sans-serif;font-size:var(--font-size-m-18);font-style:normal;font-weight:600;line-height:var(--line-height-s-16);margin:0}.fl-item__subtitle{font-family:"Source Sans 3",sans-serif;font-size:var(--font-size-s-16);font-style:normal;font-weight:400;line-height:var(--line-height-s-16);margin:0}@media (min-width:768px){.fl-grid--1{grid-template-columns:1fr}.fl-grid--2{grid-template-columns:repeat(2,1fr)}.fl-grid--3{grid-template-columns:repeat(3,1fr)}.fl-grid--4{grid-template-columns:repeat(4,1fr)}}