.cc-form-radio{width:100%}.cc-radio-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:.9375rem}.cc-radio-title{color:var(--grey);padding-bottom:.9375rem;margin-left:.3125rem}.cc-radio-container{display:block;position:relative;padding-left:2.1875rem;margin-bottom:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cc-radio-container input{position:absolute;opacity:0;cursor:pointer}.cc-radio-checkmark{position:absolute;top:0;left:0;height:1.5625rem;width:1.5625rem;background-color:var(--white);border-radius:50%;border:.125rem solid var(--black)}.cc-radio-checkmark-required{position:absolute;top:0;left:0;height:1.5625rem;width:1.5625rem;background-color:var(--white);border-radius:50%;border:.125rem solid var(--strongRed)}.cc-radio-checkmark-disabled{position:absolute;top:0;left:0;height:1.5625rem;width:1.5625rem;background-color:var(--grey4);border-radius:50%;border:.125rem solid var(--grey);cursor:not-allowed}.cc-radio-container:hover input~.cc-radio-checkmark,.cc-radio-container:hover input~.cc-radio-checkmark-required{background-color:var(--grey3)}.cc-radio-container input:checked~.cc-radio-checkmark,.cc-radio-container input:checked~.cc-radio-checkmark-required{background-color:var(--white)}.cc-radio-container input:checked~.cc-radio-checkmark-disabled{background-color:var(--grey4)}.cc-radio-checkmark::after,.cc-radio-checkmark-required::after,.cc-radio-checkmark-disabled::after{content:"";position:absolute;display:none}.cc-radio-container input:checked~.cc-radio-checkmark::after,.cc-radio-container input:checked~.cc-radio-checkmark-required::after,.cc-radio-container input:checked~.cc-radio-checkmark-disabled::after{display:block}.cc-radio-container .cc-radio-checkmark::after,.cc-radio-container .cc-radio-checkmark-required::after,.cc-radio-container .cc-radio-checkmark-disabled::after{top:.2188rem;left:.2188rem;width:.9375rem;height:.9375rem;border-radius:50%;background:var(--black)}