.custom-radio-ui__label{display:flex;justify-content:flex-start;width:100%;margin-bottom:10px;font-size:18px;font-weight:400;line-height:150%;color:#333;cursor:pointer}.custom-radio-ui__text{margin-bottom:5px;color:#434644;font-size:16px;font-weight:500;line-height:150%}.custom-radio-ui__label input{position:absolute;z-index:-1;width:0;height:0;opacity:0}.custom-radio-ui__radio{position:relative;display:block;width:24px;height:24px;margin-right:16px;outline:none;border-radius:50%;background:#f6f6f6;transition:all .2s ease-in-out}.custom-radio-ui__label input:checked+.custom-radio-ui__radio{background:#f6f6f6}.custom-radio-ui__label input:checked+.custom-radio-ui__radio:after{position:absolute;content:"";width:14px;height:10px;z-index:101;top:6.5px;left:6px;background-image:url(/_next/static/media/checked.02b73f11.svg);border-radius:50%}.custom-radio-ui-error{display:inline-block;margin-bottom:5px;color:#ff6d6d;font-size:12px;font-weight:500;line-height:150%;position:absolute;bottom:-23px}