.radio{position:relative;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.radio:hover .radio__input:checked~.radio__mark{border-color:#f87600}.radio:hover .radio__mark{border-color:rgba(109,110,113,.7)}.radio:active .radio__input:checked~.radio__mark{border-color:rgba(248,118,0,.8)}.radio:active .radio__input:checked~.radio__mark:before{background-color:rgba(248,118,0,.8)}.radio:active .radio__mark:before{background-color:rgba(248,118,0,.5)}.radio__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.radio__input:checked~.radio__mark{border-color:#6d6e71}.radio__input:checked~.radio__mark:before{background-color:#f87600}.radio__input,.radio__mark{margin-top:5px}.radio__mark{position:relative;display:inline-flex;width:16px;min-width:16px;max-width:16px;height:16px;min-height:16px;max-height:16px;border:3px solid #6d6e71;border-radius:9999px;transition:.05s ease-in-out}.radio__mark:before{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;background-color:transparent;border-radius:9999px;transform:translate(-50%,-50%)}.radio__label{color:#555;font-size:16px;font-weight:400;margin-left:11px}