.simple-row{-webkit-backdrop-filter:saturate(100%) blur(8px);backdrop-filter:saturate(100%) blur(8px);background:rgba(9,11,47,.15);border-top:1px solid var(--bg-liteBlue);position:relative}.simple-row.simple-row--light{-webkit-backdrop-filter:saturate(100%) blur(5px);backdrop-filter:saturate(100%) blur(5px);background:hsla(0,0%,100%,.5)}.simple-row .simple-row__row{display:grid;grid-template-columns:1fr;margin:0 -30px}.simple-row .simple-row__row .simple-row__card{padding:20px 30px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.simple-row .simple-row__row .simple-row__card:focus,.simple-row .simple-row__row .simple-row__card:hover{background-color:var(--bg-dark)}.simple-row.simple-row--light .simple-row__row .simple-row__card:focus,.simple-row.simple-row--light .simple-row__row .simple-row__card:hover{background-color:var(--white)}.simple-row .simple-row__row .simple-row__card+.simple-row__card{border-top:1px solid var(--bg-liteBlue)}.simple-row .simple-row__row .simple-row__card .eyebrow{color:var(--tertiary);font-size:1.125rem;font-weight:500;letter-spacing:.5px;margin-bottom:10px}.simple-row.simple-row--light .simple-row__row .simple-row__card .eyebrow{color:var(--primary)}.simple-row .simple-row__row .simple-row__card h4,.simple-row .simple-row__row .simple-row__card h4 a{color:var(--white);display:inline;font-weight:400;text-decoration:none}.simple-row.simple-row--light .simple-row__row .simple-row__card h4,.simple-row.simple-row--light .simple-row__row .simple-row__card h4 a{color:var(--bg-dark)}.simple-row .simple-row__row .simple-row__card h4 a img{background-image:url(https://www.sonatype.com/hubfs/1-2025_Website-Assets/icons_utility/icon-arrow-right__small.svg);background-size:16px 16px;filter:brightness(0) invert(1);opacity:0;transform:translate(-2px,4px);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden}.simple-row .simple-row__row .simple-row__card:focus h4 a img,.simple-row .simple-row__row .simple-row__card:hover h4 a img{opacity:1;transform:translate(6px,4px);visibility:visible}.simple-row .simple-row__row .simple-row__card h4 a:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@media (min-width:768px){.simple-row .simple-row__row{margin:0 -20px}.simple-row .simple-row__row .simple-row__card{padding:20px}.simple-row .simple-row__row .simple-row__card+.simple-row__card{border-left:1px solid var(--bg-liteBlue);border-top:0}}@media (min-width:992px){.simple-row .simple-row__row{margin:0 -30px}.simple-row .simple-row__row .simple-row__card{padding:20px 30px}}@media (min-width:1400px){.simple-row .simple-row__row{margin:0 -40px}.simple-row .simple-row__row .simple-row__card{padding:30px 40px}}