.component-checkbox{display:flex;align-items:flex-start;cursor:pointer}.component-checkbox__input{position:absolute;opacity:0}.component-checkbox__input:checked~.component-checkbox__label:before{background-image:url(../img/svg/icon-form-checked.svg)}.component-checkbox__input:focus~.component-checkbox__label:before{outline:1px solid #7248da}.component-checkbox__label{padding-left:32px;position:relative;display:block;color:#585659}.component-checkbox__label a{color:inherit;text-decoration:underline}.component-checkbox__label:before{content:"";position:absolute;width:24px;height:24px;left:0;top:0;background-image:url(../img/svg/icon-form-unchecked.svg);background-repeat:no-repeat;background-position:50%;background-color:#fff}
