*,
*::before,
*::after {
  border-radius: 0;
}
.hp-field,
.cf-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.consent-field label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 20px;
  line-height: 28px;
}
.lang-switch {
  display: flex;
  gap: 8px;
  align-items: center;
}
.lang-switch a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.lang-switch a[aria-current="true"] {
  text-decoration: underline;
}
.consent-field input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin-top: 4px;
  flex: 0 0 24px;
  border-radius: 0;
}
