.elementor-20485 .elementor-element.elementor-element-cebc270{--display:flex;}#elementor-popup-modal-20485{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-20485 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-20485 .dialog-close-button{display:flex;}#elementor-popup-modal-20485 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-cebc270 */input.hsfc-CheckboxInput {
    border: gray 1px solid !important;
}/* End custom CSS */
/* Start custom CSS *//* Container for HubSpot form */
.hbspt-form {
    max-width: 100%; /* Override default width restrictions */
    background-color: #fff !important;
}

/* Style form labels */
.hbspt-form label {
    font-family: Arial, sans-serif;
    color: #333;
    margin-bottom: 5px;
}

/* Style all form inputs and selects */
.hbspt-form .hs-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Style the submit button */
.hbspt-form .hs-button {
    font-family: Arial, sans-serif;
    color: #fff;
    background-color: purple;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Style required field asterisks */
.hs-form-required {
    color: #ff0000;
}

/* Adjust error messages */
.hbspt-form .hs-error-msgs {
    color: #ff0000;
    margin-top: 5px;
}/* End custom CSS */