.custom-checkbox{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:flex;width:100%;min-height:20px;padding-left:28px;color:var(--vulcan-85)}.theme--dark .custom-checkbox{color:#fff}.selection-wrapper .custom-checkbox{padding:8px 38px 8px 8px;background-color:transparent;border-radius:10px;transition:.3s cubic-bezier(.47,0,.745,.715) all}.custom-checkbox:hover .checkmark:before,.custom-checkbox:focus .checkmark:before,.custom-checkbox:focus-within .checkmark:before,.custom-checkbox.is-focus .checkmark:before{top:.5px;display:block;height:20px;background-position:1px -19px}.theme--dark .custom-checkbox:hover .checkmark:before,.theme--dark .custom-checkbox:focus .checkmark:before,.theme--dark .custom-checkbox:focus-within .checkmark:before,.theme--dark .custom-checkbox.is-focus .checkmark:before{top:.75px;background-position:1px -39px}.selection-wrapper .custom-checkbox.suggested,.selection-wrapper .custom-checkbox:hover,.selection-wrapper .custom-checkbox.selected{font-weight:500;background-color:var(--ghost-white)}.theme--dark .selection-wrapper .custom-checkbox.suggested,.theme--dark .selection-wrapper .custom-checkbox:hover,.theme--dark .selection-wrapper .custom-checkbox.selected{background-color:var(--vulcan)}.custom-checkbox input{cursor:pointer;position:absolute;width:0;height:0;opacity:0}.custom-checkbox input:checked~.checkmark:before{top:.5px;display:block;height:20px;background-position:1px -19px}.theme--dark .custom-checkbox input:checked~.checkmark:before{top:.75px;background-position:1px -39px}.custom-checkbox input:checked~.checkmark:after{display:block}.selection-wrapper .custom-checkbox input:checked~.checkmark{right:8px;left:auto}.selection-wrapper .custom-checkbox input:checked~.checkmark:before{display:none}.custom-checkbox .checkmark{position:absolute;top:50%;left:0;transform:translateY(-50%);width:20px;height:20px}.selection-wrapper .custom-checkbox .checkmark{right:8px;left:auto;border:1px solid transparent}.custom-checkbox .checkmark:before{content:"";position:absolute;top:-2px;right:0;bottom:0;left:0;display:block;width:22px;height:22px;background-image:url(/assets/checkbox-sprite-bf17d390.svg);background-repeat:no-repeat;background-position:1px 3px;background-size:85%}.selection-wrapper .custom-checkbox .checkmark:before{display:none}.custom-checkbox .checkmark:after{content:"";position:absolute;top:3.5px;left:7.5px;transform:rotate(45deg);display:none;width:6px;height:12px;border:solid var(--optimizely-blue);border-width:0 3px 3px 0}.theme--dark .custom-checkbox .checkmark:after{border:solid var(--light-blue);border-width:0 3px 3px 0}
