:export{primary:#b0c25e;secondary:#fc6;hoverPrimary:#a7bb4c;hoverSecondary:#ffc44d;hoverTertiary:#42beca;white:#fff;altWhite:#f9f9f9;black:#000;altBlack:#191919;green:#8fefae;yellow:#ecefa3;red:#ef8f8f;blue:#56c5d0;gray:#292929;gray5:#f2f2f2;gray4:#d9d9d9;gray3:#a6a6a6;gray2:gray;gray1:#555;shadow_effect:2px 4px 16px rgba(0,0,0,.098)}.custom-radio{display:flex;align-items:center;cursor:pointer;gap:12px;position:relative;width:-moz-fit-content;width:fit-content}.custom-radio input{display:none}.custom-radio .radio-mark{width:15px;height:15px;display:flex;align-items:center;justify-content:center;border:2px solid #d9d9d9;border-radius:50%;position:relative;transition:all .2s ease;flex-shrink:0}.custom-radio input:checked+.radio-mark{border-color:#fc6}.custom-radio.disabled{cursor:not-allowed;opacity:.6}.radio-button{width:100%;max-width:290px;padding:16px 24px;height:43px;border:1px solid #d9d9d9;border-radius:50px}.radio-button:hover{background-color:#f9f9f9}.radio-button.active{background-color:#fec;border:1px solid #fc6}@media(max-width:920px){.radio-button{max-width:none;height:48px}}.check-list{border-bottom:1px solid #d9d9d9;width:100%;padding:16px 8px}.radio-checked{width:7px;height:7px;background-color:#fc6;border-radius:50px}