/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/src/form/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.form-container {
  width: 100%;
}
.form-container input:-webkit-autofill,
.form-container input:-webkit-autofill:hover,
.form-container input:-webkit-autofill:focus,
.form-container input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #212427;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form-container input:-webkit-autofill.disabled,
.form-container input:-webkit-autofill:hover.disabled,
.form-container input:-webkit-autofill:focus.disabled,
.form-container input:-webkit-autofill:active.disabled {
  -webkit-text-fill-color: #8C8C8C;
}
.form-container > * {
  width: 100%;
}
.form-container label {
  color: #212427;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.form-element-group {
  position: relative;
}
.form-element-group .error {
  display: none;
  gap: 6px;
  color: var(--wp--preset--color--error);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: left;
}
.form-element-group .error svg {
  flex: 0 0 15px;
  height: 20px;
  position: relative;
  stroke: currentColor;
}
.form-element-group .error-visible {
  display: flex;
}
.form-element-group .helper-container {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.form-element-group .chars-limit {
  text-align: right;
}
.form-element-group .chars-limit span::after {
  display: inline;
  content: "/";
}
.form-element-group .chars-limit,
.form-element-group .helper {
  color: #212427;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.form-element-group .helper {
  display: flex;
  gap: 6px;
  text-align: left;
}
.form-element-group .helper svg {
  stroke: #212427;
  flex: 0 0 15px;
  position: relative;
  height: 20px;
}

.form-element {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.form-element input {
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212427;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #212427;
}
.form-element input::-moz-placeholder {
  color: #8C8C8C;
}
.form-element input::placeholder {
  color: #8C8C8C;
}
.form-element input:focus, .form-element input:active {
  outline: none;
  box-shadow: 0px 0px 0px 2px rgba(33, 36, 39, 0.25);
}

.has-secondary-background-color input::-moz-placeholder, .has-secondary-background-color textarea::-moz-placeholder {
  color: #565656 !important;
}

.has-secondary-background-color input::placeholder, .has-secondary-background-color textarea::placeholder {
  color: #565656 !important;
}

.form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 15px;
}

.form-radio-group p {
  display: block;
  flex: 1 0 100%;
  text-transform: uppercase;
  margin: 0;
  color: #212427;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.form-radio-element {
  flex: 0 0 max((100% - 15px * (var(--optionsPerRow, 1) - 1)) / (var(--optionsPerRow, 1)), 144px);
}

.form-checkbox-group {
  margin-bottom: 15px;
}

.form-radio-group input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-radio-group input[type=radio] + label,
.form-checkbox-control label {
  display: flex;
  gap: 10px;
  color: #212427;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
}
.form-radio-group input[type=radio] + label a,
.form-checkbox-control label a {
  text-decoration: underline;
}

.form-checkbox-control p {
  margin: 0;
}

.form-radio-group input[type=radio] + label::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  min-width: 18px;
  position: relative;
  top: -1px;
  background: transparent;
  border: 1px solid #212427;
  border-radius: 20px;
  transition: border-color ease-out 200ms;
  cursor: pointer;
}

.form-radio-group input[type=radio] + label:hover::before {
  border: 1px solid #212427;
  box-shadow: 0px 0px 0px 2px rgba(33, 36, 39, 0.25);
}

.form-radio-group input[type=radio]:checked + label::before {
  width: 10px;
  min-width: 10px;
  height: 10px;
  border: 5px solid #212427;
}

.form-checkbox-control input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-checkbox-control label::before {
  display: block;
  content: "";
  width: 18px;
  min-width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
  background: transparent;
  border: 1px solid #212427;
  border-radius: 2px;
  cursor: pointer;
}

.form-checkbox-control input[type=checkbox]:checked + label::before {
  background: #212427;
  border: 1px solid #212427;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M20 0H0V20H20V0ZM14.2426 6.11091L9.29289 11.0607L5.75736 7.52513L4.34315 8.93934L9.29289 13.8891L15.6569 7.52513L14.2426 6.11091Z%27 fill=%27%234787F3%27/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M20 0H0V20H20V0ZM14.2426 6.11091L9.29289 11.0607L5.75736 7.52513L4.34315 8.93934L9.29289 13.8891L15.6569 7.52513L14.2426 6.11091Z%27 fill=%27%234787F3%27/%3E%3C/svg%3E%0A");
}

.form-upload input {
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

.form-upload p {
  color: #212427;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.form-upload .upload-area {
  border: 1px dashed #212427;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.form-upload .upload-button {
  background-color: #3557E9;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 14px 20px;
  gap: 10px;
  cursor: pointer;
}

.form-upload .upload-area span {
  color: #212427;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}

.form-upload .upload-area span svg {
  width: 24px;
  height: 24px;
}

.form-upload .uploaded-files {
  flex: 1 0 100%;
}
.form-upload .uploaded-files:empty {
  display: none;
}

.form-upload .uploaded-files span {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #212427;
  margin-bottom: 5px;
  color: var(--text);
}

.form-upload .uploaded-files span::before {
  display: block;
  content: "";
  background-color: #212427;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 12L8.66667 18.6666L22 5.33331%27 stroke=%27%234787F3%27 stroke-width=%271.5%27/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 12L8.66667 18.6666L22 5.33331%27 stroke=%27%234787F3%27 stroke-width=%271.5%27/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.form-upload .uploaded-files span:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-upload .uploaded-files .remove {
  background-color: #212427;
  border-radius: 5px;
  margin-top: 10px;
  padding: 3px 10px 2px 4px;
  color: #FFFFFF;
  display: flex;
  gap: 4px;
  align-items: center;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.form-upload .uploaded-files .remove::before {
  display: block;
  content: "";
  background-color: #FFFFFF;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_4327_249%29%27%3E%3Cpath d=%27M6.1665 6.16669L11.9998 12M11.9998 12L17.8332 17.8334M11.9998 12L6.1665 17.8334M11.9998 12L17.8332 6.16669%27 stroke=%27black%27 stroke-width=%271.5%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_4327_249%27%3E%3Crect width=%2714%27 height=%2714%27 fill=%27white%27 transform=%27translate%285 5%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_4327_249%29%27%3E%3Cpath d=%27M6.1665 6.16669L11.9998 12M11.9998 12L17.8332 17.8334M11.9998 12L6.1665 17.8334M11.9998 12L17.8332 6.16669%27 stroke=%27black%27 stroke-width=%271.5%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_4327_249%27%3E%3Crect width=%2714%27 height=%2714%27 fill=%27white%27 transform=%27translate%285 5%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.5px;
}

.success-message {
  margin-block: 32px;
  display: none;
  color: var(--wp--preset--color--success);
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.success-message.show {
  display: flex;
}

.success-message.show svg {
  position: relative;
  height: 20px;
}

/*# sourceMappingURL=style-index.css.map*/