
.heading{
  max-width: 100% !important;
  line-height: 1.3;
  width: 90%;
}

.landing-page-hero .fa-logo{
 padding: 2rem 0; 
}
.landing-page-hero .logo-wrapper{
 max-width: 400px !important; 
  gap: 40px;
  display: flex !important;
  justify-content: space-between;
}
@media(max-width: 767px){
  .landing-page-hero .logo-wrapper{
  gap: 20px;
  }
}

.landing-page-hero .logo-wrapper img{
    width: 100%;
  object-fit: contain;
  }
}

.landing-page-hero .image-wrapper img{
  display: block;
  margin: 0 auto 1.5rem;
  max-height: 250px;
  position: relative;
  z-index: 1;

  object-fit: cover;
  width: 100%;
}

/* .landing-page-hero .image-wrapper .img{
  aspect-ratio: 5/2;
} */


.landing-page-hero h1, .landing-page-hero h2, .landing-page-hero h3, .landing-page-hero h4, .landing-page-hero h5, .landing-page-hero h6{
  font-family: 'Degular', sans-serif !important;
}
.landing-page-hero p{
  font-family: 'IBM Plex Sans', sans-serif;
}

.landing-page-hero .eyebrow{
  font-family: 'Degular', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #005656;
  margin: 40px 0 20px;
}

.landing-page-hero h1{
  margin-bottom: 2rem;
  font-family: 'Degular', sans-serif !important;
  font-size: 51px;
  max-width: 510px;
  font-weight: 500 !important;
  line-height: 1.15;
}

.landing-page-hero a{
 color: #212121; 
}.landing-page-hero a:hover{
   color: #212121; 
  opacity: .8;
  text-decoration: underline;
}

.landing-page-hero h1 .upper-title{
  display: block;
  font-weight: bold;
}

.landing-page-hero .desc{
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

.landing-page-hero .media-tile.mobile, .landing-page-hero .long-form-mobile{
  display: none;
}

.landing-page-hero .media-tile.desktop{
  background: #EFEFEF;
  padding: 2.5rem 2.25rem;
  margin-bottom: 2rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.landing-page-hero .asset-img{
  display: block;
  width: 100%;
  max-height: 300px;
  margin: 0 auto 1.5rem auto;
}

.landing-page-hero .fa-btn-primary{
  line-height: 1;
}

.landing-page-hero ul{
  list-style: none;
  padding-left: 25px;
  margin-top: .5rem;
}

.landing-page-hero ul li{
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  color: #212121;
  position: relative;
  line-height: 1.5;
}

.landing-page-hero .desc li:before{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOCA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB5PSIwLjUiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIGZpbGw9IiMwMkUyOEIiLz4KPC9zdmc+Cg==");  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  left: -25px;
}

@media screen and (max-width: 1399px) {
  .short-form .hs-form-field{
    width: 45% !important;
    margin: 0 10px !important;
  }
}

@media screen and (max-width: 1199px) {
  .landing-page-hero{
    padding-bottom: 6rem;
  }
  .landing-page-hero h1{
    width: 100%;
  }
  .short-form .hs-form-field{
    width: 43% !important;
    margin: 0 12px !important;
  }
}

@media screen and (max-width: 991px) {
  .landing-page-hero{
    padding-bottom: 7rem;
    background-size: 25%;
    background-position: bottom right;
  }
  .landing-page-hero h1{
    font-size: 2.25rem; 
  }
  .landing-page-hero .media-tile.desktop{
    display: none;
  }
  .landing-page-hero .media-tile.mobile, .landing-page-hero .long-form-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .landing-page-hero .long-form-mobile{
    padding: 3rem 1rem 4rem;
    background: #efefef;

  }
  .landing-page-hero .desc{
    margin-top: 2rem;
  }
  .landing-page-hero .btn{
    margin: 0;
  }
  .candidate-shoutout{
   display:none;
  }
  .candidate-shoutout-mobile{
   display: block !important;
    margin: 1rem auto;
    
  }
}

@media screen and (max-width: 767px) {
  .landing-page-hero{
    background-size: 250px;
  }
  .landing-page-hero .desc{
    font-size: 1.125rem;
  }
  .landing-page-hero .btn{
    max-width: 100%;
    display: inline-block !important;
  }
}


/* Image wrapper */
.landing-page-hero .image-wrapper{
  position: relative; 
}

/* Form Styles */
.landing-page-hero .form-wrapper{
 padding: 0 5%; 
}

.landing-page-hero .candidate-shoutout{
  margin-top: -2rem;
  position: absolute;
  width: 80%;
}
.landing-page-hero .candidate-shoutout-mobile{
  display:none;
}

.landing-page-hero form .hs-form-field label{
 margin: 18px 0 0px !important; 
}

.landing-page-hero form .hs-form-field label span{
 font-size: 14px !important; 
}

.landing-page-hero .input input{
 height: 45px;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #8F8F8F; 
}

.short-form .legal-consent-container, .short-form .consent{
 margin-left: 12px; 
}

.landing-page-hero label.hs-form-booleancheckbox-display p{
 font-size: 14px;
  margin-left: 25px;
  line-height: 1.5; 
}

.landing-page-hero .hs-recaptcha{
  margin-left: 35px !important;
}

.landing-page-hero hr{
  color: #9D9D9D;
  width: 100%;
  display: block;
  opacity: 1;
}

.short-form{
 padding: 15px !important; 
}

.short-form form .cookie-reset-container{
 text-align: center !important; 
}

.short-form .hs-form-field{
 width: 45%;
  margin: 0 12px;
  display: inline-block;
}

.landing-page-hero .hs-fieldtype-textarea{
 display: none; 
}

.short-form .hs-form-field.hs-fieldtype-booleancheckbox{
  width: 100% !important;
}

.landing-page-hero .short-form .hs-button.primary.large{
 max-width: 94% !important; 
}

.landing-page-hero .hs-button.primary.large{
 max-width: 100% !important; 
}

.landing-page-hero .dark-form{
 background: #2D4057 !important;
}
.landing-page-hero .dark-form label, .landing-page-hero .dark-form p, .landing-page-hero .dark-form h3, .landing-page-hero .dark-form .cookie-reset-container, .landing-page-hero .dark-form a{
  color: #fff !important; 
}
.landing-page-hero .ungated-image-wrapper img{
  height: 400px;
  width: auto;
  object-fit: cover;
}

.landing-page-hero .cta-wrapper .fa-btn.primary:hover{
  background-color: #00c076!important;
  border: 2px solid #00c076!important;
}