.cb-checkbox{align-items:center;gap:var(--sp-xs);cursor:pointer;width:fit-content;padding:3px 0;display:flex}.cb-checkbox [type=checkbox],.cb-checkbox [type=radio]{display:none}.cb-checkbox [type=checkbox]+span,.cb-checkbox [type=radio]+span{cursor:pointer;width:24px;height:24px;transition-property:width,height,margin;transition-duration:.1s;transition-timing-function:ease-in-out;position:relative}.cb-checkbox [type=checkbox]+span:before,.cb-checkbox [type=radio]+span:before{content:"";border:1px solid var(--br-primary-disabled);width:24px;height:24px;transition-property:width,height,background-color,border;transition-duration:.1s;transition-timing-function:ease-in-out;position:absolute;top:0;left:0}.cb-checkbox [type=checkbox]+span:after,.cb-checkbox [type=radio]+span:after{opacity:0;transition-property:width,height,background-color;transition-duration:.1s;transition-timing-function:ease-in-out}.cb-checkbox [type=checkbox]:hover+span:before,.cb-checkbox [type=radio]:hover+span:before{border-color:var(--br-primary-hover)}.cb-checkbox [type=checkbox]:focus+span:before,.cb-checkbox [type=radio]:focus+span:before{border-color:var(--br-primary)}.cb-checkbox [type=checkbox]:active+span,.cb-checkbox [type=radio]:active+span{margin:-3px}.cb-checkbox [type=checkbox]:active+span,.cb-checkbox [type=checkbox]:active+span:before,.cb-checkbox [type=radio]:active+span,.cb-checkbox [type=radio]:active+span:before{width:30px;height:30px}.cb-checkbox [type=checkbox]:checked+span:before,.cb-checkbox [type=radio]:checked+span:before{border:1px solid var(--br-primary)}.cb-checkbox [type=checkbox]:checked+span:after,.cb-checkbox [type=radio]:checked+span:after{opacity:1}.cb-checkbox [type=radio]+span:before{background:0 0;border-radius:999px}.cb-checkbox [type=radio]+span:after{content:"";background:var(--fb-tag-selected);border-radius:999px;width:16px;height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cb-checkbox [type=radio]:active:not(:checked)+span:after{opacity:1;background-color:var(--fi-primary);width:30px;height:30px}.cb-checkbox [type=radio]:checked:hover+span:before{background-color:var(--fs-primary)}.cb-checkbox [type=radio]:checked:hover+span:after{background-color:var(--fb-tag-selected-hover)}.cb-checkbox [type=checkbox]+span:after{content:"";background:var(--fbi-inverse);width:12px;height:12px;position:absolute;top:calc(50% + 1px);left:50%;transform:translate(-50%,-50%);-webkit-mask-image:url(/wp-content/themes/cookiebot/dist/assets/Check-DfP3qmAy.svg);mask-image:url(/wp-content/themes/cookiebot/dist/assets/Check-DfP3qmAy.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.cb-checkbox [type=checkbox]:hover+span:before{border-color:var(--br-primary-hover)}.cb-checkbox [type=checkbox]:checked+span:before{background:var(--fi-primary)}.cb-checkbox [type=checkbox]:checked:hover+span:before{border-color:var(--fb-tag-selected-hover);background-color:var(--fb-tag-selected-hover)}.cb-checkbox__area{flex-shrink:0}
