ul.inputs-list.multi-container{grid-gap:15px;display:grid;grid-template-columns:repeat(2,1fr);margin-top:15px}.content-right .hs-form-checkbox label{align-items:center;display:flex}.content-right .hs-form-checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;border:0;flex:1;margin:0 15px 0 0;padding:0}.content-right .hs-form-checkbox input[type=checkbox]:hover{cursor:pointer}.content-right .hs-form-checkbox input[type=checkbox]:before{border:2px solid #fff;border-radius:.15rem;box-shadow:0 0 0 2px #000;content:"";display:block;height:20px;width:20px}.content-right .hs-form-checkbox input[type=checkbox]:checked:before{background-color:var(--primary-color)}.content-right .hs-form-checkbox label>span{flex:9;font-size:15px}@media screen and (max-width:700px){ul.inputs-list.multi-container{grid-template-columns:repeat(1,1fr)}}