

#.tn-elem__3332528701625564945342 {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#.tn-elem__3332528701625564945342 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

/* Contact form */
.alkemist-form {
  max-width: 560px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}
.alkemist-form__field {
  display: block;
  width: 100%;
  padding: 14px 0;
  margin-bottom: 24px;
  border: none;
  border-bottom: 1px solid #c6c5c5;
  background: transparent;
  font-family: 'FuturaPT', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #424242;
  outline: none;
  transition: border-color 0.3s;
}
.alkemist-form__field:focus {
  border-bottom-color: #424242;
}
.alkemist-form__field::placeholder {
  color: #a2a2a2;
}
.alkemist-form textarea.alkemist-form__field {
  resize: vertical;
  min-height: 120px;
}
.alkemist-form__submit {
  display: inline-block;
  padding: 14px 40px;
  margin-top: 12px;
  border: 1px solid #424242;
  background: transparent;
  font-family: 'FuturaPT', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #424242;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  letter-spacing: 0.5px;
}
.alkemist-form__submit:hover {
  background: #424242;
  color: #fff;
}
.alkemist-form__status {
  margin-top: 16px;
  font-family: 'FuturaPT', Arial, sans-serif;
  font-size: 16px;
  color: #424242;
}
.alkemist-form__status--error {
  color: #c0392b;
}
