.contact-form-popup .receive-regular-update label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.contact-form-popup .receive-regular-update label span {
  position: relative;
  padding-left: 26px;
}
.contact-form-popup .receive-regular-update label span::after,
.contact-form-popup .receive-regular-update label span::before {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form-popup .receive-regular-update label span::before {
  content: '';
  height: 19px;
  width: 19px;
  background-color: #fff;
  box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.1);
}
.contact-form-popup .receive-regular-update label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-form-popup .receive-regular-update label input[type=checkbox]:checked ~ span::before {
  background-color: #0D152B;
}
.contact-form-popup .receive-regular-update label input[type=checkbox]:checked ~ span::after {
  content: '';
  display: block;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.contact-form-popup .receive-regular-update {
  font-size: 0.875rem;
}
.contact-form-popup .receive-regular-update span {
  margin: 0;
}
/*# sourceMappingURL=contact-checkbox.css.map */