.radio-button-group{display:flex;justify-content:space-around;align-items:center;overflow:hidden;height:4.2rem;padding:0;box-shadow:0 .1rem 1rem rgba(0,0,0,.2);background-color:#fff;border-radius:.3rem;list-style-type:none}.radio-button-group__item{height:100%;flex-grow:1}.radio-button-group__input{display:none;-webkit-appearance:none;appearance:none}.radio-button-group__label{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.4rem;text-align:center;color:#383838;background-color:inherit;font-weight:400;cursor:pointer}.radio-button-group__input:checked+.radio-button-group__label{color:#fff;background-color:#097c75;font-weight:700}.radio-button-group.types{width:100%}.radio-button-group.types .radio-button-group__item{width:50%}.radio-button-group.types .radio-button-group__item:first-child{border-right:.1rem solid #e4e4e4}.expand-radius--disabled{opacity:.3}.expand-radius--disabled .radio-button-group__label{font-weight:400}