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