body {
  margin: 0;
}
.dpheader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: white;
  position: relative;
  z-index: 0;
  margin-top: -20px;
}
.dpheader textarea {
  min-height: auto !important;
}
.dpheader__bg {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.dpheader__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0f196f;
  background: linear-gradient(90deg, rgba(15, 25, 111, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.dpheader__container {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1200px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.dpheader__row {
  padding-left: 15px;
  padding-right: 15px;
}
.dpheader__left,
.dpheader__right {
  display: inline-block;
  width: 400px;
  max-width: 100%;
}
.dpheader__left--content h1 {
  color: white;
  font-size: 28px;
  text-transform: none;
  margin-bottom: 50px;
}
.dpheader__left--content h2 {
  color: white;
  font-size: 36px;
  text-transform: none;
  margin-bottom: 30px;
}
.dpheader__left--content p {
  color: white;
  margin-bottom: 50px;
}
.dpheader__form {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 10px;
}
.dpheader__form--title {
  color: #0272b1;
  text-transform: none;
  font-size: 24px;
  margin-bottom: -25px;
}
.dpheader__form .hs-fieldtype-radio > label {
  font-size: 14px !important;
  font-weight: normal;
}
.dpheader__form .hs_cos_wrapper_type_form label {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: black;
}
.dpheader__form .hs_cos_wrapper_type_form .input input {
  color: black;
}
.dpheader__form .hs_cos_wrapper_type_form .input input::placeholder {
  color: #707070;
}
.dpheader__form .hs-form-field ul.inputs-list {
  display: flex;
  margin-top: -10px;
  margin-bottom: 5px;
}
.dpheader__form .hs-form-field ul.inputs-list li {
  width: calc(100%/3);
  position: relative;
  height: 50px;
}
.dpheader__form .hs-form-field ul.inputs-list li .hs-form-radio-display {
  position: absolute;
  top: 0;
  left: 2.5%;
  width: 95%;
  height: 100%;
  padding: 5px;
  border-radius: 4px;
  background-color: #0272b1;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  cursor: pointer;
  transition: 0.2s;
}
.dpheader__form .hs-form-field ul.inputs-list li .hs-form-radio-display input {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 0;
  z-index: 1;
  opacity: 1;
  top: -7px;
  left: -7px;
}
.dpheader__form .hs-form-field ul.inputs-list li .hs-form-radio-display::before {
  position: absolute;
  bottom: 105%;
  width: 100%;
  height: auto;
  padding: 10px;
  font-size: 12px;
  color: white;
  background-color: #014165;
  left: 0;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
  border-radius: 4px;
}
.dpheader__form .hs-form-field ul.inputs-list li .hs-form-radio-display:hover {
  background-color: #01527f;
}
.dpheader__form .hs-form-field ul.inputs-list li .hs-form-radio-display:hover::before {
  opacity: 1;
}
.dpheader__form .hs-form-field ul.inputs-list li:nth-child(1) .hs-form-radio-display::before {
  content: 'Augment your team with World-Class Software Engineers.';
}
.dpheader__form .hs-form-field ul.inputs-list li:nth-child(2) .hs-form-radio-display::before {
  content: 'A dedicated Autonomous Engineering Team.';
}
.dpheader__form .hs-form-field ul.inputs-list li:nth-child(3) .hs-form-radio-display::before {
  content: 'Any other World-Class Technology Solution you may need.';
}
.dpheader__form .hs_cos_wrapper_type_form .hs-form-field {
    position: relative;
    margin-bottom: -10px;
}
.dpheader__form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    opacity: 0.8;
    height: 40px;
    pointer-events: none;
}
.dpheader__form ul.no-list.hs-error-msgs.inputs-list li {
    width: 100%;    
}
.dpheader__form .hs_submit .actions {
    margin-top: 0px;
}
.dpheader__form .hs_submit .actions .hs-button {
  width:100%;
}
@media (min-width: 850px) {
  .dpheader__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .dpheader__container {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .dpheader__left--content h1 {
    color: white;
    font-size: 24px;
    text-transform: none;
    margin-bottom: 50px;
    line-height: 1.2;
  }
  .dpheader__left--content h2 {
    color: white;
    font-size: 32px;
    text-transform: none;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .dpheader__left--content p {
    color: white;
    margin-bottom: 20px;
  }
  .dpheader__form {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}
.lp__video {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 20px auto;
  top: 0;
  left: 0;
}
.is_overlay {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.trailer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.trailer > video {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  height: auto;
  min-width: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .trailer > video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .trailer > video {
    width: 300%;
    left: -100%;
  }
}
@supports (object-fit: cover) {
  .trailer > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
