.checkbox-container{-webkit-user-select:none;user-select:none;padding-left:35px;display:block;position:relative}.checkbox-container__age-label{font-weight:700}.checkbox-container__terms-wrapper{color:#151544;font-size:14px}.checkbox-container input{opacity:0;cursor:pointer;z-index:1;-webkit-tap-highlight-color:#0000;width:20px;height:20px;margin:0;position:absolute;top:2px;left:0}.checkbox-checkmark{pointer-events:none;background-color:#fff;border-radius:3px;width:20px;height:20px;position:absolute;top:2px;left:0;box-shadow:0 0 7px 3px #0000004d}.checkbox-container:hover input:not(:checked)~.checkbox-checkmark{background-color:#ccc}.checkbox-container input:checked~.checkbox-checkmark{background-color:#ffcd3d}.checkbox-container--invalid input:not(:checked)~.checkbox-checkmark{border-color:#ff233e}.checkbox-checkmark:after{content:"";display:none;position:absolute}.checkbox-container input:checked~.checkbox-checkmark:after{display:block}.checkbox-container .checkbox-checkmark:after{border:3px solid #151544;border-width:0 3px 3px 0;width:5px;height:10px;top:3px;left:7px;transform:rotate(45deg)}.checkbox-container--dark .checkbox-container__terms-wrapper{color:#fff}.checkbox-container--dark .checkbox-checkmark{box-shadow:none;background-color:#ffffff0a;border:1px solid #ffffff1a}.checkbox-container--dark:hover input:not(:checked)~.checkbox-checkmark{background-color:#2b2b5c}.checkbox-container--dark input:checked~.checkbox-checkmark{background-color:#ffcd3d}.checkbox-container--dark.checkbox-container--invalid input:not(:checked)~.checkbox-checkmark{border-color:#ff233e}
