.checkbox-round{position:relative;display:flex;align-items:flex-start;gap:clamp(8px,.63694vw,10px);cursor:pointer}.checkbox-round input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.checkbox-round .checkbox-indicator{position:relative;width:14px;height:14px;min-width:14px;border-radius:50%;border:1px solid #717673;display:block;flex-shrink:0;margin-top:2px;transition:border-color .2s ease}.checkbox-round .checkbox-indicator:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:#d5bc70;display:none}.checkbox-round .checkbox-text{flex:1;font-family:Montserrat,sans-serif;font-size:clamp(11px,.95541vw,12px);font-weight:400;line-height:150%;color:#717673}.checkbox-round .checkbox-text a{color:#d5bc70;text-decoration:underline}.checkbox-round .checkbox-text a:hover{color:#fbdf8d}.checkbox-round input[type=checkbox]:checked+.checkbox-indicator{border-color:#d5bc70}.checkbox-round input[type=checkbox]:checked+.checkbox-indicator:after{display:block}.checkbox-round input[type=checkbox]:checked~.checkbox-indicator{border-color:#d5bc70}.checkbox-round input[type=checkbox]:checked~.checkbox-indicator:after{display:block}.checkbox-round:hover .checkbox-indicator{border-color:#a0a5a2}.checkbox-round input[type=checkbox]:checked+.checkbox-indicator:hover,.checkbox-round input[type=checkbox]:checked~.checkbox-indicator:hover{border-color:#fbdf8d}.checkbox-round input[type=checkbox]:focus-visible+.checkbox-indicator,.checkbox-round input[type=checkbox]:focus-visible~.checkbox-indicator{outline:2px solid rgba(213,188,112,.5);outline-offset:2px}.checkbox-round.has-error .checkbox-indicator,.checkbox-round.invalid .checkbox-indicator{border-color:#ef4444}.checkbox-round.has-error .checkbox-text,.checkbox-round.invalid .checkbox-text{color:#ef4444}.checkbox-round.light .checkbox-text{color:#fff}.checkbox-round.light .checkbox-indicator{border-color:#ffffff80}.checkbox-round.light:hover .checkbox-indicator{border-color:#fffc}.checkbox-round.light input[type=checkbox]:checked+.checkbox-indicator,.checkbox-round.light input[type=checkbox]:checked~.checkbox-indicator{border-color:#d5bc70}@media (max-width: 768px){.checkbox-round{gap:10px}.checkbox-round .checkbox-indicator{width:16px;height:16px;min-width:16px}.checkbox-round .checkbox-indicator:after{width:10px;height:10px}.checkbox-round .checkbox-text{font-size:12px}}
