/* FORM STYLE */

label{
  display: none
}

.hs-input{
    width: 463px;
    height: 45.8px;
    margin-bottom: 20px;
    background: rgba(245, 245, 245, 0.8);
    border: 0px;
  color:black;
    padding-left: 27px;
    font-size: 14px;
    font-family: 'Montserrat';
}

.actions{
    text-align: right;
    margin-left: 200px;
    
}

.actions input{
  width: 183.25px;
  height: 64px;
  background: #0EC4B2;
  border: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #F0F5F9;
 
}

/* END FORM STYLE */


.header{
    width: 100%;
    height: 100%
    background-repeat: no-repeat;
}

.header-video{
  margin-top: 70px;
}


.logo{
    padding-top: 45px;
    padding-bottom: 80px;
  width: 380px;
}

.heading-container{
   
    height: 124px;
    margin-bottom: 32px;
  }

  .field-text{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 48px;
    line-height: 112%;
    text-align: center;
    color: white;
}

.header-content h2, p{
    font-family: 'Montserrat';
    font-style: normal;
    line-height: 140%;
    
    margin: 0;
}
.header-content h2{
    font-size: 22px;
    font-weight: 600;
}

.header-content p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 23px;
}

.video-placeholder{
    width: 680px;
    height: 398px;
}

.mobile{display: none;}

@media  (max-width: 480px) {
    .header{
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .desktop{
        display: none;
    }
    .mobile{display: inline-block;}
    .heading-container{
        width: 100%;
        height: 100%;
      }
    
    .video-placeholder{
        height: 210px;
        width: 340px;
        margin-top: 28px;
    }
    .field-text{
        font-size: 32px;
    }
    .logo-header{
        display: flex;
        justify-content: center;
    }
    .logo{
        padding-bottom: 40px;
    }
    .header-content{
        text-align: center;
    }
    .header-content p {
        font-size: 18px;
    }
  
    .hs-input{
        width: 300px;
        height: 45.8px;
        margin-bottom: 20px;
        background: rgba(245, 245, 245, 0.8);
        border: 0px;
        padding-left: 27px;
        font-size: 14px;
        font-family: 'Montserrat';
    }
    .actions{
      margin: auto;
      width:300px;
      padding-bottom:40px;
      }
    .header-video{
      margin-top:0;
      flex: auto;
  }
}