@keyframes spin{to{transform:rotate(1turn)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes client-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drop-down{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}@keyframes skeleton-loading{to{transform:translate(240%)}}@keyframes skeleton-sheen{0%{transform:skew(-40deg) translate(-100%)}to{transform:skew(-40deg) translate(240%)}}@keyframes skeleton-fade{0%,to{opacity:.6}50%{opacity:1}}@keyframes connect-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.client-view-enter-active{animation:client-slide-in .5s}.client-view-leave-active{animation:client-slide-in .8s reverse}.dropdown-enter-active{animation:drop-down .5s ease-out}.dropdown-leave-active{animation:drop-down .5s ease-in reverse}.slide-up-enter-active,.slide-up-leave-active{transition-delay:.5s;transition:.3s ease-in-out}.slide-up-enter-from{transform:translateY(100%)}.slide-up-enter-to{transform:translateY(0)}.slide-up-leave-to{transform:translateY(100%)}:export{white:#fcfcfc;white-light:#fff;base-dark:#353442;grey-dark:#9296ad;grey:#b7bacf;grey-1:#333;grey-light:#dfe1ec;grey-light-40:#f0f1f6;grey-light-20:#f6f7f9;light:#fcfcfc;purple:#7857ff;purple-light:#896cff;accent-red:#ff364e;accent-green:#25ca53;accent-yellow:#ffb12e}.CRadioButton{display:inline-flex;align-items:center;cursor:pointer}.CRadioButton__input{display:none}.CRadioButton__label{font-size:16px;line-height:20px;margin-left:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CRadioButton__title{font-size:16px;line-height:20px;font-weight:400;letter-spacing:-.3px}.CRadioButton__subtitle{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:12px;line-height:16px;color:var(--color-gray-f7,#f2f2f7)}.CRadioButton__icon{flex-shrink:0;width:28px;height:28px;margin-bottom:12px}.CRadioButton__indicator{width:20px;height:20px;border-radius:50%;border:1px solid var(--color-gray-c7,#c7c7cc)}.CRadioButton__indicator,.CRadioButton__loader{display:flex;justify-content:center;align-items:center;flex-shrink:0}.CRadioButton__loader{color:var(--color-blue,#1e5cfb);transform:scale(1.1)}.CRadioButton--checked .CRadioButton__indicator{border:1px solid var(--color-blue,#1e5cfb);background-color:var(--color-blue,#1e5cfb)}.CRadioButton--checked .CRadioButton__indicator:before{content:"";display:block;width:10px;height:10px;border-radius:50%;background-color:var(--color-white,#fff)}.CRadioButton--disabled{cursor:not-allowed}.CRadioButton--disabled .CRadioButton__label{color:var(--color-grey,#b7bacf)}.CRadioButton--reversed .CRadioButton__indicator{order:1;margin-left:12px;margin-right:0}.CRadioButton--reversed .CRadioButton__label{margin-left:0}.CRadioButton--dark.CRadioButton--checked .CRadioButton__indicator{border:1px solid var(--color-virale-accent,#ffff5a);background-color:var(--color-virale-accent,#ffff5a)}.CRadioButton--dark.CRadioButton--checked .CRadioButton__indicator:before{background-color:var(--color-dark-bg-tertiary,#2a2a2a)}
