.js-user-profile-card-table{font-size:14px}.js-user-profile-card-table tbody tr td:first-child{font-weight:500;width:45%;margin-top:6px;color:#414141}.js-user-profile-card-table tbody tr td{padding:6px 0}.radio-inputs{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio-inputs>*{margin:6px}.radio-input:checked+.radio-tile{border-color:#2260ff;box-shadow:0 5px 10px rgba(0,0,0,.1);color:#2260ff}.radio-input:checked+.radio-tile:before{transform:scale(1);opacity:1;background-color:#2260ff;border-color:#2260ff}.radio-input:checked+.radio-tile .radio-icon svg{fill:#2260ff}.radio-input:checked+.radio-tile .radio-label{color:#2260ff}.radio-input:focus+.radio-tile{border-color:#2260ff;box-shadow:0 5px 10px rgba(0,0,0,.36),0 0 1px 6px #b7cbff}.radio-input:focus+.radio-tile:before{transform:scale(1);opacity:1}.radio-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;border-radius:.5rem;border:2px solid #b5bfd9;box-shadow:0 5px 10px rgba(0,0,0,.1);transition:.15s ease;cursor:pointer;position:relative}.radio-tile:before{content:"";position:absolute;display:block;width:.75rem;height:.75rem;border:2px solid #b5bfd9;background-color:#fff;border-radius:50%;top:.25rem;left:.25rem;opacity:0;transform:scale(0);transition:.25s ease}.radio-tile:hover{border-color:#2260ff}.radio-tile:hover:before{transform:scale(1);opacity:1}.radio-icon svg{fill:#494949}.radio-label{transition:.375s ease;text-align:center}.radio-input{clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.animation-pulse{animation:beat-pulse 2s infinite}@keyframes beat-pulse{0%{transform:scale(.8);box-shadow:0 0 0 0 #e53e3e}70%{transform:scale(1);box-shadow:0 0 0 60px rgba(229,62,62,0)}to{transform:scale(.8)}}