/* Start custom CSS for html, class: .elementor-element-c56a82b */.elementor-widget-container {
        margin-left: auto;
    margin-right: auto;
    max-width: 500px;
   
}

input[type="submit"]{ 
    font-family: Raleway;
    font-style: normal;
    background: rgb(222,201,127);
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #4E4B50;
    padding: 20px 70px 20px 70px;
    margin-top: 30px;
}

input[type="submit"]:hover { 
    background: #4E4B50;
    color: FFF;
}

p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #4E4B50;
    text-align: justify;
}

.hs_lastname {
    padding-top: 25px;
    padding-top: 25.2px;
}

li {
    list-style-type: none; 
   }

.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    margin-top: 8px;
}

.hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    margin-top: 8px;
}

.elementor-widget-container .hs_email.field input.hs-input{
    width: 100%;
}

.inputs-list {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #4E4B50;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
}
.inputs-list input[type=checkbox].hs-input{
    margin-top: 6px;
}

ul.no-list.hs-error-msgs.inputs-list {
    margin: 0 0 15px;
}

.hs-error-msgs .hs-error-msg{
    font-size: 0.7rem;
}

.hs_submit.hs-submit .actions{
    text-align: center;
}

.elementor-widget-container h1 {
    color: #000;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .elementor-widget-container h1 {
    margin-top:20px;
}
    
    .elementor-widget-container .hs_email.field input.hs-input{
    width: 95%;
}
}/* End custom CSS */