.checkboxes_item{background:#fff;border-radius:11px 10px 10px 11px;height:100%}.checkboxes_item:hover{cursor:pointer}.checkboxes_item .checkbox_row{display:flex;flex-direction:row;height:100%}.checkboxes_item .checkbox_row .checkbox_container{border-radius:10px 0 0 10px;display:flex;padding:10px 14px}.checkboxes_item .checkbox_row .check,.checkboxes_item .checkbox_row .checkbox_container{align-items:center;justify-content:center;position:relative}.checkboxes_item .checkbox_row .content{align-items:center;display:flex;padding:10px}.checkboxes_item .checkbox_row .check:before{border:1px solid hsla(0,0%,100%,.7);border-image:initial;border-radius:4px;content:"";display:block;height:18px;transition:.3s ease-in-out;width:18px}.checkboxes_item .checkbox_row .check.check--selected:before{border-color:rgba(15,28,77,.3)}.checkboxes_item .checkbox_row .check a{color:var(--secondary);display:block;font-size:.938rem;line-height:1;margin:0;position:relative;text-decoration:none;z-index:1}.checkboxes_item .checkbox_row .check.check--selected:after{opacity:1;visibility:visible}.checkboxes_item .checkbox_row .check:after{background-image:url(https://www.sonatype.com/hubfs/1-2025_Website-Assets/icons_utility/icon-check_dark-Updated.svg);background-repeat:no-repeat;background-size:10px 10px;content:"";height:10px;left:4px;opacity:0;position:absolute;top:5.5px;transition:.3s ease-in-out;visibility:hidden;width:10px}.checkboxes_item.checkbox_heading{align-items:flex-end;background:none;display:flex;font-family:var(--secondary-font);font-size:1.75rem;font-weight:500;justify-content:center;letter-spacing:1px;line-height:1.1;text-align:center;text-transform:uppercase}.checkboxes_item .checkbox_container.item_selected{background:#dafc02!important}@media (min-width:768px){.checkboxes_item.checkbox_heading{font-size:2.5rem}}