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