.mkp-checkbox-label{position:relative;cursor:pointer;width:-moz-fit-content;width:fit-content}.mkp-checkbox-label:before{content:"";display:block;position:absolute;width:18px;height:18px;left:0;top:calc(50% - 10px);border-radius:6px;border:1px solid #d9d9d9;background-color:#fcfcfc;cursor:pointer;transition:border .2s linear}.mkp-checkbox-label:after{content:"";position:absolute;width:12px;height:12px;left:3px;top:calc(50% - 7px);background-color:var(--theme-color-1);border-radius:4px;opacity:0;transition:opacity .2s linear}.mkp-checkbox-label input[type=checkbox]{display:none}.mkp-checkbox-label .form-text{display:block;font-size:13px;font-weight:400;line-height:36px;margin-left:30px;margin-top:0;color:var(--theme-color-16)}.mkp-checkbox-label .form-text .transform-text{margin-left:4px;text-decoration-line:underline}.mkp-checkbox-label:hover:before{border-color:var(--theme-color-8)}.mkp-checkbox-label.checked:before{border-color:var(--theme-color-1)}.mkp-checkbox-label.checked:after{opacity:1}@media screen and (max-width:767px){.mkp-checkbox-label .form-text{line-height:24px}}