.demo-form {
  max-width: 109.375rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 2.375rem;
  background: #fff;
  box-shadow: 0 2.8125rem 8.3875rem 0 rgba(31, 129, 171, 0.2);
  padding: 4rem 10.625rem 5.4375rem 10.625rem;
  position: relative;
  z-index: 3;
  font-family: "Nunito", sans-serif;
}
.demo-form-head h3 {
  font-size: 2.25rem;
  line-height: 2.4375rem;
  color: #8d9ba4;
  margin: 0;
  font-weight: 400;
  padding-bottom: 2.4375rem;
  border-bottom: 0.0938rem solid #dbdedf;
}
.demo-form-head h4 {
  font-size: 2.75rem;
  line-height: 3rem;
  color: #3b4c58;
  margin: 2.5625rem 0 2.4375rem 0;
  font-weight: 600;
  max-width: 53.5rem;
}
.demo-form-head p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #3b4c58;
  font-family: "Archivo", sans-serif;
}
.demo-form-content {
  --gap: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap);
  row-gap: 3rem;
  margin-top: 6.3125rem;
}
.demo-form-content .form-group {
  width: calc(33.3333333333% - (var(--gap) - 0.625rem));
  position: relative;
  font-family: "Archivo", sans-serif;
}
.demo-form-content .form-group label {
  position: absolute;
  left: 1.3125rem;
  font-size: 1rem;
  line-height: 1.0625rem;
  color: #3b4c58;
  top: -0.5313rem;
  background-color: #ffffff;
  padding: 0 0.3125rem;
  font-weight: 400;
}
.demo-form-content .form-group .form-control {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.9375rem;
  border: 0.0938rem solid #e6e6e6;
  outline: unset;
  box-shadow: unset;
  padding-left: 1.625rem;
  font-size: 1rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
.demo-form-content .form-group .form-control::placeholder {
  color: #cfcfcf;
}
.demo-form .form-check {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 1.1875rem;
  margin: 1.6875rem 0 0 0;
}
.demo-form .form-check-label {
  font-size: 1rem;
  line-height: 1.0625rem;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  letter-spacing: 0.01rem;
  color: #3b4c58;
}
.demo-form .form-check-label a {
  color: #48aaf0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.demo-form-label {
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
}
.demo-form-label .submit-button {
  height: 3.125rem;
  border-radius: 1.875rem;
  background: #48aaf0;
  backdrop-filter: blur(0.75rem);
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  padding: 0.375rem 0.5rem 0.375rem 1.9375rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Nunito", sans-serif;
  margin-right: auto;
}
.demo-form-label .fast-button {
  padding-left: 3.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "Nunito", sans-serif;
  margin-right: 3.375rem;
}
.demo-form-label .fast-button:last-child {
  margin-right: unset;
}
.demo-form-label .fast-button .icon {
  position: absolute;
  height: 3.25rem;
  width: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.demo-form-label .fast-button p {
  margin: 0;
  font-size: 1rem;
  color: #7F7F7F;
  line-height: 1.25rem;
  margin-bottom: -0.3125rem;
}
.demo-form-label .fast-button a {
  color: #44535E;
  font-size: 1.625rem;
  line-height: 2.0625rem;
  font-weight: 700;
  text-decoration: unset;
  letter-spacing: -0.0325rem;
}
