.checkbox input{display:none;width:0;height:0}.checkbox .checkmark{display:table-cell;position:relative;width:20px;height:20px;box-sizing:border-box;vertical-align:middle}.checkbox .checkmark__border{width:20px;height:20px;border:2px solid #BDBDCB;background:var(--color-white);border-radius:6px;position:relative}.checkbox .checkmark__border .check{display:none}@media (min-width: 576px){.checkbox .checkmark,.checkbox .checkmark__border{width:26px;height:26px}}.checkbox label{vertical-align:middle;color:#4c5972;line-height:20px;padding-inline-start:20px;display:table-cell;height:100%;width:100%;margin:0}.checkbox.checked .checkmark__border{border:none;background:linear-gradient(95.74deg,#00BCE8 .64%,#0082B2 99.16%);padding:6px;display:flex;justify-content:center}.checkbox.checked .checkmark__border .check{display:block;color:var(--color-white);position:absolute;left:7px;top:4px;width:6px;height:10px;transform:rotate(45deg);border:solid var(--color-white);border-width:0 2px 2px 0}@media (min-width: 576px){.checkbox.checked .checkmark__border .check{left:9px;top:5px;width:8px;height:12px}.checkbox.checked .checkmark__border{background:var(--color-blue)}}.checkbox.crossed label:before,.checkbox.crossed label:after{position:absolute;content:" ";height:18px;width:2px;background-color:#ec6492;border:none}.checkbox.crossed label:before{left:5px;transform:rotate(45deg)}.checkbox.crossed label:after{left:20px;transform:rotate(-45deg)}.checkbox.result label{color:#b5bfce}.checkbox.result.checked label{color:#b0d45f}.checkbox.result.checked label:after{border-color:#b0d45f}.checkbox.result.checked label:before{content:none}.checkbox.result.crossed label{color:#ec6492}
