.CustomSelector_singleSelectWrap__OzGlv{display:flex;align-items:flex-start;justify-content:flex-start;gap:60px;flex-wrap:wrap;max-height:340px;align-content:flex-start;overflow-y:auto;padding:5px}.CustomSelector_singleSelect__UMMEz{max-width:max-content;width:100%;padding:10px 20px;background:var(--white);position:relative;border-radius:50px;cursor:pointer}.CustomSelector_selectWrap__EA5jA{position:relative;z-index:1}.CustomSelector_selectWrap__EA5jA:before{content:"";background:var(--grey);position:absolute;height:calc(100% + 2px);width:calc(100% + 2px);left:-1px;top:-1px;border-radius:50px;z-index:-1}.CustomSelector_selectSquare__25PUx{display:flex;align-items:center;justify-content:flex-start;gap:10px;transition:.4s ease-in}input.CustomSelector_singleSelectInput__6qxam:checked+.CustomSelector_selectWrap__EA5jA:before{background:var(--gradient2);transition:.4s ease-in}input.CustomSelector_singleSelectInput__6qxam{display:none}.CustomSelector_singleSelect__UMMEz{color:var(--grey2);font-size:13px;font-style:normal;font-weight:500;line-height:normal}.CustomSelector_oneOnOne__jacu5{flex-direction:column}@media(max-width:767px){.CustomSelector_singleSelectWrap__OzGlv{max-height:301px}}.CustomRadio_labelWrap__HQwXa{display:flex;align-items:center;justify-content:flex-start;position:relative;padding-left:30px;min-height:20px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CustomRadio_labelWrap__HQwXa input{display:none}.CustomRadio_checkmark__fB_Eg{position:absolute;top:0;left:0;height:20px;width:20px;background-color:var(--white);border-radius:50%;border:2px solid var(--grey1)}.CustomRadio_checkmark__fB_Eg:after{content:"";position:absolute;opacity:0;transition:.4s ease-in-out}.CustomRadio_labelWrap__HQwXa input:checked~.CustomRadio_checkmark__fB_Eg{background-color:transparent;border-color:var(--yellow)}.CustomRadio_labelWrap__HQwXa input:checked~.CustomRadio_checkmark__fB_Eg:after{opacity:1;transition:.4s ease-in-out}.CustomRadio_labelWrap__HQwXa .CustomRadio_checkmark__fB_Eg:after{top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:var(--yellow)}.CustomRadio_labelWrap__HQwXa input:checked+.CustomRadio_radioText__FSDWx{color:var(--yellow)}.CustomRadio_radioText__FSDWx{font-weight:400;font-size:14px;line-height:140%;display:flex;align-items:center;justify-content:flex-start;gap:10px}.CustomRadio_radioText__FSDWx>small{padding:2px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#feeeb3;color:var(--black);height:20px;max-width:20px;width:100%}.CustomRadio_radioWrap__B3vaO{display:block;position:relative;width:100%}