<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes bottom-border-animation{0%{background-color:rgba(0,0,0,0)}to{background-color:var(--tab-primary-color)}}@keyframes tab-hover-animation{0%{background-color:rgba(0,0,0,0)}to{background-color:var(--tab-background-hover-color)}}.custom-radio-container{display:inline-flex;align-items:center;margin-right:1.5rem;position:relative;height:2rem}.custom-radio-container input{width:1.5rem;height:2rem}.custom-radio-container input:not(:first-of-type){margin-left:2rem}.custom-radio-container label&gt;h5{cursor:pointer;margin-left:.5rem;height:2rem;margin-top:2px}.custom-radio-input{position:absolute;opacity:0;width:1.5rem;height:1.5rem;cursor:pointer}.custom-radio-input.checked+.custom-radio-label:before{background-color:#e33aff;border-color:#e33aff}.custom-radio-input.checked+.custom-radio-label:after{content:"✓";position:absolute;font-size:1rem;font-weight:700;top:.15rem;left:.35rem;color:#fafdf0}.custom-radio-label{padding-left:2rem;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.5rem}.custom-radio-label:before{background-color:#170059;content:"";position:absolute;left:0;top:0;width:1.5rem;height:1.5rem;border:2px solid #fafdf0;border-radius:50%;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}</pre></body></html>