.custom-radio{user-select:none;display:flex;position:relative;padding-left:28px;cursor:pointer;width:100%;min-height:20px;color:var(--vulcan-85)}.theme--dark .custom-radio{color:#fff}.selection-wrapper .custom-radio{padding:8px 38px 8px 8px;border-radius:10px;background-color:transparent;transition:.3s cubic-bezier(.47,0,.745,.715) all}.custom-radio:hover .checkmark:before,.custom-radio.is-focus .checkmark:before{background-image:url(/assets/radio-bg-blue-7502abdc.svg)}.theme--dark .custom-radio:hover .checkmark:before,.theme--dark .custom-radio.is-focus .checkmark:before{background-image:url(/assets/radio-bg-light-blue-8e4f7e42.svg)}.selection-wrapper .custom-radio:hover,.selection-wrapper .custom-radio.selected{background-color:var(--ghost-white);font-weight:500}.theme--dark .selection-wrapper .custom-radio:hover,.theme--dark .selection-wrapper .custom-radio.selected{background-color:var(--vulcan)}.custom-radio input{position:absolute;opacity:0;cursor:pointer}.selection-wrapper .custom-radio input:checked~.checkmark{left:auto;right:8px}.custom-radio input:checked~.checkmark:before{background-image:url(/assets/radio-bg-blue-7502abdc.svg)}.theme--dark .custom-radio input:checked~.checkmark:before{background-image:url(/assets/radio-bg-light-blue-8e4f7e42.svg)}.custom-radio input:checked~.checkmark:before,.custom-radio input:checked~.checkmark:after{display:block}.custom-radio .checkmark{position:absolute;top:50%;left:0;height:20px;width:20px;border-radius:50%;transform:translateY(-50%)}.selection-wrapper .custom-radio .checkmark{left:auto;right:8px;border:0}.custom-radio .checkmark:before{content:"";display:block;position:absolute;top:0;right:0;left:0;bottom:0;background-image:url(/assets/radio-bg-grey-6e37f2f7.svg);background-repeat:no-repeat;background-position:center center;background-size:20px 20px}.selection-wrapper .custom-radio .checkmark:before{display:none}.custom-radio .checkmark:after{content:"";position:absolute;display:none;top:50%;left:50%;width:10px;height:10px;border-radius:50%;background:var(--optimizely-blue);transform:translate(-50%,-50%)}.theme--dark .custom-radio .checkmark:after{background:var(--light-blue)}
