: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-checkbox{display:flex;align-items:center;cursor:pointer;position:relative;width:-moz-fit-content;width:fit-content}.custom-checkbox input{display:none}.custom-checkbox .checkbox-mark{border:2px solid #d9d9d9;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.custom-checkbox .checkbox-mark.active{background-color:#fc6;border:2px solid #fc6}.custom-checkbox.disabled{cursor:not-allowed;opacity:.6}.checkbox-button{width:100%;max-width:290px;padding:16px 24px;height:43px;border:1px solid #d9d9d9;border-radius:50px}.checkbox-button:hover{background-color:#f9f9f9}.checkbox-button.active{background-color:#fec;border:1px solid #fc6}@media(max-width:920px){.checkbox-button{max-width:none;height:48px}}.check-list{border-bottom:1px solid #d9d9d9;width:100%;padding:16px 8px}.check-list:last-child{border-bottom:none}