#section-one {
  padding: 200px 0 60px 0;
}
#section-one h1 {
  font-size: 68px;
  font-weight: 700;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0 0 40px 0;
}
#section-one p.subtitle {
  max-width: 1200px;
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  color: #94969D;
  margin: 0 auto 30px;
}
#section-one p.subtitle a {
  display: inline-block;
  color: #47B0F2;
  text-decoration: none;
}
#section-one .contact-form-mobile-wrapper {
  display: none;
}
#section-one p.info-box {
  color: #D6D7DB;
  background-color: #14161B;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #14161B;
}
#section-one p.info-box.inline {
  display: flex;
  align-items: center;
  gap: 16px;
}
#section-one p.info-box a {
  color: #47B0F2;
  text-decoration: none;
}

#section-one hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(236, 237, 242, 0.17);
}

#section-one .contact-form-wrapper {
  position: relative;
  height: 100%;
  /* margin: 115px 0 0 0; */
}
#section-one .contact-form-holder {
  position: sticky;
  top: 315px;
}
#section-one input {
  width: 100%;
  background-color: #0D0E12;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", serif;
  color: #94969D;
  border: 1px solid #35363C;
  border-radius: 14px;
  padding: 15px;
  margin: 0 0 20px 0;
  transition: 0.2s linear all;
}
#section-one input:focus,
#section-one input:active,
#section-one input:focus {
  background-color: #14161B;
  color: #ECEFF2;
}
#section-one textarea {
  width: 100%;
  background-color: #0D0E12;
  font-size: 18px;
  font-family: "Plus Jakarta Sans", serif;
  color: #94969D;
  border: 1px solid #35363C;
  border-radius: 14px;
  padding: 15px;
  margin: 0;
}
#section-one textarea:focus,
#section-one textarea:active,
#section-one textarea:focus {
  background-color: #14161B;
  color: #ECEFF2;
}
#section-one input:focus-visible,
#section-one textarea:focus-visible {
  outline: none;
  background-color: #14161B;
  color: #ECEFF2;
}
#section-one .wpcf7-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #ECEFF2;
  text-decoration: none;
  cursor: pointer;
  padding: 14px 26px;
  border: 1px solid #47B0F2;
  border-radius: 26px;
  transition: 0.15s linear all;
}
#section-one .wpcf7-submit:hover {
  background-color: #47B0F2;
  color: #0D0E12;
}
#section-one .wpcf7-submit svg {
  display: block;
  transition: 0.2s linear all;
}
#section-one .wpcf7-submit:hover svg {
  fill: #0D0E12;
}

@media (max-width: 768px) {
  #section-one {
    padding: 142px 0 40px 0;
  }
  #section-one h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  #section-one p.subtitle {
    font-size: 16px;
  }
  #section-one .contact-form-mobile-wrapper {
    display: block;
  }
  #section-one .contact-form-wrapper {
    display: none;
  }
  #section-one .wpcf7-submit {
    margin: 0 0 40px 0;
  }
}
