/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-namespace-form-block {
  width: 100%;
}

.formBlock {
  display: flex;
  width: 100vw;
  justify-content: center;
  color: var(--green);
}
.formBlock__title {
  font-size: 5.2875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  font-family: "Saa Series C D OT", sans-serif !important;
  margin: 1rem 0 5rem !important;
  padding: 0 !important;
}
.formBlock__title .short-word {
  font-size: 4.7rem;
}
.formBlock__wrapper {
  width: 100%;
  display: flex;
  max-width: 100rem;
  flex-direction: column;
  align-items: flex-end;
  padding: 4rem;
  box-sizing: border-box;
  position: relative;
}
.formBlock__rows-wrapper {
  width: 50rem;
  max-width: 100%;
}
.formBlock__row {
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem;
  position: relative;
}
.formBlock__row[data-type=select]::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(315deg);
  top: 3.6rem;
  right: 0.9rem;
  position: absolute;
  border-left: 2.5px solid var(--green);
  border-bottom: 2.5px solid var(--green);
}
.formBlock__row[data-type=select]::before {
  content: "";
  width: 0.15rem;
  height: 1.4rem;
  top: 3.1rem;
  right: 1.2rem;
  position: absolute;
  background-color: var(--green);
}
.formBlock__label {
  font-family: "Saa Series C D OT", sans-serif !important;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 0.6rem !important;
  padding: 0 !important;
  line-height: 1.8rem;
  color: var(--orange);
}
.formBlock__label span {
  color: var(--green);
}
.formBlock input, .formBlock textarea, .formBlock select {
  border-radius: 0;
  height: 2.9rem;
  padding: 0.7rem;
  border: 2.5px solid var(--green);
  background: var(--greige);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.2rem;
  font-family: "clarendon-urw-extra-narrow", serif;
  font-weight: 300;
  line-height: 96%;
  font-style: normal;
  color: var(--green) !important;
}
.formBlock textarea {
  height: 10rem;
}
.formBlock input[type=file] {
  padding: 0.4rem 0.7rem 0.7rem 0.7rem;
}
.formBlock__gif {
  position: absolute;
  left: 2.5rem;
  bottom: 4rem;
  width: 14rem;
}

.custom-checkbox {
  font-family: "Saa Series C D OT", sans-serif !important;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 0.6rem !important;
  padding: 0 !important;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  letter-spacing: -0.05rem;
  position: relative;
}
.custom-checkbox input {
  cursor: pointer;
}

.custom-section {
  width: 100%;
}

.custom-button {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 1.1rem 0 0;
  height: 3.4rem;
  background: var(--orange);
  border: none;
  color: var(--greige);
  font-family: "Saa Series C D OT", sans-serif !important;
  font-size: 1.8rem;
}

#commercial-offers {
  width: 1rem;
  height: 1rem;
  margin: 0 1rem 0 0;
}

.checkmark {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 1rem 0 0;
  position: absolute;
  left: 0.3rem;
  top: 0.35rem;
  border-radius: 50%;
  background: var(--orange);
  opacity: 0;
  pointer-events: none;
  transition: 0.1s ease;
}

.checked .checkmark {
  opacity: 1;
}

.page-id-18 .formBlock__title {
  display: none;
}
.page-id-18 .formBlock__wrapper {
  padding: 0 4rem 4rem 4rem;
}

.error-message {
  color: var(--orange);
  margin: 1rem 0 0 0;
}

.success-message {
  margin: 0 0 4rem 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .formBlock__form {
    width: 100%;
  }
  .formBlock__title {
    font-size: 13vw;
    margin: 1rem 0 2rem !important;
  }
  .formBlock__title .short-word {
    font-size: 8vw;
  }
  .formBlock__wrapper {
    padding: 1rem;
  }
  .formBlock__label {
    font-size: 1.5rem;
    line-height: 1rem;
  }
  .formBlock__row[data-type=select]::before {
    top: 2.4rem;
  }
  .formBlock__row[data-type=select]::after {
    top: 3rem;
  }
  .formBlock__gif {
    display: none;
  }
  .page-id-18 .formBlock__wrapper {
    padding: 1rem;
  }
  .custom-checkbox {
    font-size: 6.4vw;
    line-height: 6vw;
  }
  .checkmark {
    top: auto;
  }
}

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