.hbspt-form{
    display: flex !important;
    justify-content: center;
    
}
.hbspt-form form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    
}

.hbspt-form .hs-input {
    border: 1px solid var(--controls-grey) !important;
    border-radius: 4px !important;
    background-color: var(--dark-blue) !important;
    font-size: 18px !important;
    min-width: 280px;
    width: auto;
    height: 48px;
    color: var(--light-grey) !important;
    padding: 10px;
    
}

.hbspt-form  span {

    font-family: var(--alt-font) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 114% !important;
    color: var(--light-grey) !important;
    margin: 0 !important;
    padding-bottom: 8px;
}

.hs-form-field .hs-error-msgs{
    color: red !important;
    padding: 0px 0px 0px 8px;
}
.hs-form-field {
    margin-top: 10px;
}

.hs-form-field select{
    max-width: 250px;
}
.hbspt-form .hs_submit{
    margin-top: 25px;
    width: 100%;
}
.hbspt-form .hs_submit input  {
    font-family: var(--alt-font) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    color: var(--white-alt) !important;
    padding: 14px 0 !important;
    background: var(--gradient-light-green) !important;
    border-radius: 8px !important;
    border: none !important;
    line-height: 21px;
    transition: all .5s;
    font-size: 18px;
    width: 100%;

}
.hs-fieldtype-intl-phone.hs-input{
    display: flex;
    max-width: 280px;
    flex-direction: column;
    gap: 12px;
    background-color: transparent !important;
    border: none !important;
}
.hs_error_rollup{
    display: none;
}
.hs-error-msgs li {
  display: flex;
  align-items: center;
}