@import url("https://p.e.innovationisrael.org.il/ping_font");
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body#iserdSignupFormTy,
body#iserdSignupForm {
  font-family: "ping", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
body#iserdSignupFormTy main,
body#iserdSignupForm main {
  background-image: url("https://image.e.innovationisrael.org.il/lib/fe2c11737364047e731c74/m/1/8a0e8d3f-6067-4864-9500-d413ccf2114d.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 400px;
}
@media (min-width: 500px) {
  body#iserdSignupFormTy main,
  body#iserdSignupForm main {
    min-height: 400px;
    background-size: 100% 100%;
    background-image: url("https://image.e.innovationisrael.org.il/lib/fe2c11737364047e731c74/m/1/d63f3845-a9a2-4e5e-b4f7-53e8ce7d01a6.png");
  }
}
@media (min-width: 992px) {
  body#iserdSignupFormTy main,
  body#iserdSignupForm main {
    background-image: url("https://image.e.innovationisrael.org.il/lib/fe2c11737364047e731c74/m/1/40a443dd-9a5b-4c78-ac25-0b40361aeaa3.png");
    min-height: 312px;
  }
}
body#iserdSignupFormTy .wrapper,
body#iserdSignupForm .wrapper {
  margin: 0 15px;
}
@media (min-width: 992px) {
  body#iserdSignupFormTy .wrapper,
  body#iserdSignupForm .wrapper {
    display: flex;
    min-height: inherit;
    justify-content: left;
    align-items: center;
    margin-left: 10%;
  }
}
body#iserdSignupFormTy .row,
body#iserdSignupForm .row {
  --padding-inline: 0.875rem;
  width: 100%;
  padding-top: 20px;
  padding-left: var(--padding-inline);
  padding-right: var(--padding-inline);
}
@media (min-width: 992px) {
  body#iserdSignupFormTy .row,
  body#iserdSignupForm .row {
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
  }
}

body#iserdSignupFormTy .row {
  justify-content: center;
}
body#iserdSignupFormTy h1 {
  color: #fff;
}

body#iserdSignupForm select,
body#iserdSignupForm input {
  font-family: inherit;
}
body#iserdSignupForm .h_l {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}
body#iserdSignupForm .btn {
  display: inline-block;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
body#iserdSignupForm small {
  visibility: hidden;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  opacity: 0;
}
body#iserdSignupForm small.error {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  padding: 5px 24px 0;
  font-size: 12px;
}
body#iserdSignupForm .int_item {
  flex: 1;
  width: 100%;
  color: white;
}
@media (min-width: 992px) {
  body#iserdSignupForm .int_text {
    flex: 0 1 860px;
  }
}
body#iserdSignupForm .int_text > * {
  font-weight: 700;
}
body#iserdSignupForm .int_text p {
  font-size: clamp(1.563rem, 1.3rem + 1vw, 2.5rem);
}
body#iserdSignupForm .int_text p br {
  display: none;
}
@media (min-width: 1200px) {
  body#iserdSignupForm .int_text p br {
    display: block;
  }
}
body#iserdSignupForm .int_text h1 {
  font-size: clamp(1.563rem, 1.23rem + 1.267vw, 2.75rem);
}
body#iserdSignupForm .int_form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: right;
  justify-content: center;
}
@media (min-width: 992px) {
  body#iserdSignupForm .int_form {
    flex: 0 1 515px;
  }
}
body#iserdSignupForm .formItems {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
body#iserdSignupForm .formItems .inputItem {
  width: 100%;
}
body#iserdSignupForm .formItems .inputItem input {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
  font-size: 1.125rem;
  padding: 20px 4px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 576px) {
  body#iserdSignupForm .formItems .inputItem input {
    padding: 20px 20px 20px 4px;
  }
}
body#iserdSignupForm .formItems .inputItem input.error {
  border-bottom: 1px solid #c23934;
}
body#iserdSignupForm .formItems .inputItem input::-moz-placeholder {
  color: inherit;
  font-size: 1rem;
  white-space: pre-wrap;
}
body#iserdSignupForm .formItems .inputItem input::placeholder {
  color: inherit;
  font-size: 1rem;
  white-space: pre-wrap;
}
@media (min-width: 576px) {
  body#iserdSignupForm .formItems .inputItem input::-moz-placeholder {
    font-size: 1.25rem;
  }
  body#iserdSignupForm .formItems .inputItem input::placeholder {
    font-size: 1.25rem;
  }
}
body#iserdSignupForm .formItems .btn {
  border: 1px solid #fff;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: block;
}/*# sourceMappingURL=style.css.map */