.form-consents .checkbox-wrapper {
  display: flex;
  justify-content: flex-start;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.form-consents .checkbox-wrapper .checkmark {
  margin-right: 0.5em;
  flex-shrink: 0;
}
.form-consents .checkbox-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}
.form-consents .checkbox, .form-consents input[type=checkbox] {
  display: none;
}
.form-consents .checkbox + .checkmark, .form-consents input[type=checkbox] + .checkmark {
  display: inline-block;
  position: relative;
  padding: 0;
  background: #fff;
  border-color: #d5d6d2;
  border-style: solid;
  outline: none;
  cursor: pointer;
  transition: all 120ms ease-in-out;
}
.form-consents .checkbox + .checkmark.small, .form-consents input[type=checkbox] + .checkmark.small {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border-width: 1px;
}
.form-consents .checkbox + .checkmark.small::after, .form-consents input[type=checkbox] + .checkmark.small::after {
  background-size: 60% 60%;
}
.form-consents .checkbox + .checkmark, .form-consents input[type=checkbox] + .checkmark {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border-width: 1px;
}
.form-consents .checkbox + .checkmark::after, .form-consents input[type=checkbox] + .checkmark::after {
  background-size: 60% 60%;
}
.form-consents .checkbox + .checkmark.large, .form-consents input[type=checkbox] + .checkmark.large {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border-width: 1px;
}
.form-consents .checkbox + .checkmark.large::after, .form-consents input[type=checkbox] + .checkmark.large::after {
  background-size: 60% 60%;
}
.form-consents .checkbox + .checkmark:hover, .form-consents input[type=checkbox] + .checkmark:hover {
  background: #fff;
  border-color: #9a9b9c;
}
.form-consents .checkbox + .checkmark:active, .form-consents input[type=checkbox] + .checkmark:active {
  background: #fff;
  border-color: #003366;
}
.form-consents .checkbox + .checkmark::after, .form-consents input[type=checkbox] + .checkmark::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 120ms ease-in-out;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDFMNC4xMjUgNy44NzVMMSA0Ljc1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") center center no-repeat;
}
.form-consents .checkbox + .checkmark.small::after, .form-consents input[type=checkbox] + .checkmark.small::after {
  background-size: 60% 60%;
}
.form-consents .checkbox + .checkmark::after, .form-consents input[type=checkbox] + .checkmark::after {
  background-size: 60% 60%;
}
.form-consents .checkbox + .checkmark.large::after, .form-consents input[type=checkbox] + .checkmark.large::after {
  background-size: 60% 60%;
}
.form-consents .checkbox[disabled] + .checkmark, .form-consents .checkbox.disabled ~ .checkmark, .form-consents input[type=checkbox][disabled] + .checkmark, .form-consents input[type=checkbox].disabled ~ .checkmark {
  background: #fff;
  border-color: #d5d6d2;
  opacity: 0.2;
  pointer-events: none;
  cursor: not-allowed;
}
.form-consents .checkbox:checked + .checkmark, .form-consents input[type=checkbox]:checked + .checkmark {
  background: #a2d100;
}
.form-consents .checkbox:checked + .checkmark::after, .form-consents input[type=checkbox]:checked + .checkmark::after {
  opacity: 1;
}
.form-consents .consent {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}
.form-consents .consent .field-messages {
  position: relative;
}
.form-consents .consent .field-messages .field-message {
  position: absolute;
  top: -15px;
  background: #F8D7D6;
  border-radius: 6px;
  padding: 4px 8px;
  right: 5px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #B10700;
}
.form-consents .consent .required::before {
  content: " * ";
  color: #de3831;
}

/*# sourceMappingURL=consents-library.css.map */
