.CustomRadio_labelWrap__HQwXa{display:flex;align-items:center;justify-content:flex-start;position:relative;padding-left:30px;min-height:20px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CustomRadio_labelWrap__HQwXa input{display:none}.CustomRadio_checkmark__fB_Eg{position:absolute;top:0;left:0;height:20px;width:20px;background-color:var(--white);border-radius:50%;border:2px solid var(--grey1)}.CustomRadio_checkmark__fB_Eg:after{content:"";position:absolute;opacity:0;transition:.4s ease-in-out}.CustomRadio_labelWrap__HQwXa input:checked~.CustomRadio_checkmark__fB_Eg{background-color:transparent;border-color:var(--yellow)}.CustomRadio_labelWrap__HQwXa input:checked~.CustomRadio_checkmark__fB_Eg:after{opacity:1;transition:.4s ease-in-out}.CustomRadio_labelWrap__HQwXa .CustomRadio_checkmark__fB_Eg:after{top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:var(--yellow)}.CustomRadio_labelWrap__HQwXa input:checked+.CustomRadio_radioText__FSDWx{color:var(--yellow)}.CustomRadio_radioText__FSDWx{font-weight:400;font-size:14px;line-height:140%;display:flex;align-items:center;justify-content:flex-start;gap:10px}.CustomRadio_radioText__FSDWx>small{padding:2px 6px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:var(--white);border:1px solid var(--grey1);color:var(--grey2);height:20px;min-width:22px}.CustomRadio_radioWrap__B3vaO{display:block;position:relative;width:100%}