.form-card h2 {font-size:50px;}
.form-card h5{color:#B1AEAE; font-weight: normal;}
.form-card .cover { background: #FFFFFF; box-shadow: 0px 24px 32px rgb(0 0 0 / 4%), 0px 16px 24px rgb(0 0 0 / 4%), 0px 4px 8px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%); border-radius: 15px;}
.form-card .legal-consent-container .field.hs-form-field{ padding-bottom: 0;  margin-bottom: 0;}
.form-card .form-btn-wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 50px; }
.form-card .form-btn-wrap .hs-submit { padding-left: 15px; }
.form-card .form-btn-wrap .hs-submit .hs-button { border: 1px solid #ee5a2c; font-weight: normal; font-size: 18px; height: auto; padding: 17px 68px 17px 40px; background-image: url("https://f.hubspotusercontent00.net/hubfs/395201/right-arrow.svg"); background-repeat: no-repeat; background-size: 24px; background-position: 83% 21px; }
.row-fluid .form-card .inputs-list li.hs-form-booleancheckbox{padding-top:10px;}
.hs_error_rollup {display: none;}
.form-card input[type="submit"]{ font-family:'Red Hat Display';
  background-color: #0db791;
  color: #ffffff;
  border-color: #0db791;
  font-family: Poppins;
  padding: 14px 24px;
  border-radius: 0px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: none!important;
}

.form-card .hs-error-msgs label {
  transform: none; */
  -webkit-transform: none; 
  -moz-transform: none;
}
.form-card input[type="submit"]:hover {    
  background-color: #0fd9a6;
  border-color: #0fd9a6;
  color: #fff;
}
.form-card-global-awards{
 max-width:390px; 
}
.form-card-global-awards div p:first-child{
 margin-top:20px !important; 
}
.form-card .actions input.primary{
    background: radial-gradient(82.37% 100% at 50% 0, hsla(0, 0%, 100%, 0) 0, rgba(145, 68, 0, .14) 100%), #0db791;
    border: 1px solid #0fd9a6;
    border-radius: 8px;
    box-shadow: 0 1px 4px hsla(0, 0%, 40%, .3), 0 0 0 1px #0fd9a6;
    color: #fff;
    flex-direction: row;
    font-size: 16px;
    font-weight: 500;
    gap: 6px;
    justify-content: center;
    padding: 16px 44px 16px 16px;
  }
  .form-card .actions input.primary:hover{
    background: radial-gradient(82.37% 100% at 50% 0, hsla(0, 0%, 100%, 0) 0, rgba(145, 68, 0, .14) 100%), #0fd9a6;
  }
@media (max-width:600px){
.form-card .form-btn-wrap { display: block; padding-top: 20px; }
.form-card .form-btn-wrap .hs-submit { padding: 20px 0 0; }
}