@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/kaneva/assets/fonts/Sora/static/Sora-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "SoraBold";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/kaneva/assets/fonts/Sora/static/Sora-Bold.ttf");
  font-display: swap;
}
.js-form-type-checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.js-form-type-checkbox input {
  margin: unset;
  padding: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #646363;
  color: transparent;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  margin-right: 8px;
}
.js-form-type-checkbox input:checked {
  background: url(../../img/icons/check.svg) #1d1d1b no-repeat;
  background-size: contain;
  background-position: center;
  border: 1px solid #1d1d1b;
}
.js-form-type-checkbox label {
  cursor: pointer;
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1d1d1b;
  margin-bottom: 0;
}

.check-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.check-consent p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1d1d1b;
}
.check-consent p a {
  color: #1d1d1b;
  font-weight: 700;
  text-decoration: underline;
}
/*# sourceMappingURL=form-element--checkbox.css.map */
