.textarea {
  height: 100px;
  min-height: 100px;
}
@media (max-width: 900px) {
  .textarea {
    height: 143px;
    min-height: 143px;
  }
}

.contact__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.contact__form--inner {
  padding: 74px 39px;
  margin: 48px auto 0;
  border: 1px solid #ececec;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .contact__form--inner {
    max-width: 100%;
    padding: 48px 24px;
  }
}
.contact__input, .contact__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 472px;
}
@media (max-width: 900px) {
  .contact__input, .contact__error {
    max-width: 100%;
  }
}
.contact__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 472px;
  margin-top: auto;
  margin-bottom: auto;
}
.contact__input--middleWidth {
  width: 235px;
  max-width: 235px;
}
.contact__input--row, .contact__input--largeRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 900px) {
  .contact__input--row, .contact__input--largeRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact__input--row-wrapper, .contact__input--largeRow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__input--row-wrapper:not(:last-child), .contact__input--largeRow-wrapper:not(:last-child) {
  margin-bottom: 32px;
}
.contact__input--name, .contact__input--multipleRowName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 152px;
  min-width: 152px;
  height: 24px;
  margin-right: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .contact__input--name, .contact__input--multipleRowName {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.contact__input--multipleRowName {
  margin-bottom: auto;
}
@media (max-width: 900px) {
  .contact__input--multipleRowName {
    margin-bottom: 8px;
  }
}
.contact__input--text, .contact__input--multipleRowtext {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.contact__input--text {
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.contact__error--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 900px) {
  .contact__error--row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contact__error--empty {
  width: 152px;
  min-width: 152px;
  margin-right: 16px;
}
@media (max-width: 900px) {
  .contact__error--empty {
    display: none;
  }
}
.contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media (max-width: 900px) {
  .contact__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
}
.contact__button {
  padding: 12px 64px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
}
.contact__button--wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact__button--wrapper:hover .hover-reverse-bg::before, .contact__button--wrapper:hover .hover-reverse-bg::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.contact__button--wrapper:hover .hover-reverse-bg::before {
  opacity: 0;
}
.contact__button--wrapper:hover .hover-reverse-bg::after {
  opacity: 1;
}
.contact__button--wrapper .hover-reverse-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.contact__button--wrapper .hover-reverse-bg::before, .contact__button--wrapper .hover-reverse-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.contact__button--wrapper .hover-reverse-bg::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #00a5f6), to(#004eea));
  background: linear-gradient(270deg, #00a5f6 10.5%, #004eea 100%);
  opacity: 1;
}
.contact__button--wrapper .hover-reverse-bg::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #004eea), to(#00a5f6));
  background: linear-gradient(270deg, #004eea 10.5%, #00a5f6 100%);
  opacity: 0;
}

.complete__finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 640px;
  padding: 24px 16px 48px;
  border: 1px solid #0064cf;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .complete__finish {
    min-width: 100%;
    padding: 24px 24px 48px;
  }
}
.complete__finish--text {
  margin-bottom: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #007d32;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .complete__finish--text {
    margin-bottom: 16px;
  }
}
.complete__finish--text2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 900px) {
  .complete__finish--text2 {
    text-align: left;
  }
}
.complete__button {
  padding: 12px 64px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
}
.complete__button--wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.complete__button--wrapper:hover .hover-reverse-bg::before, .complete__button--wrapper:hover .hover-reverse-bg::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.complete__button--wrapper:hover .hover-reverse-bg::before {
  opacity: 0;
}
.complete__button--wrapper:hover .hover-reverse-bg::after {
  opacity: 1;
}
.complete__button--wrapper .hover-reverse-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.complete__button--wrapper .hover-reverse-bg::before, .complete__button--wrapper .hover-reverse-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.complete__button--wrapper .hover-reverse-bg::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #00a5f6), to(#004eea));
  background: linear-gradient(270deg, #00a5f6 10.5%, #004eea 100%);
  opacity: 1;
}
.complete__button--wrapper .hover-reverse-bg::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #004eea), to(#00a5f6));
  background: linear-gradient(270deg, #004eea 10.5%, #00a5f6 100%);
  opacity: 0;
}