.elementor-304 .elementor-element.elementor-element-258efcd.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-304 .elementor-element.elementor-element-5820121{width:var( --container-widget-width, 65.167% );max-width:65.167%;--container-widget-width:65.167%;--container-widget-flex-grow:0;}.elementor-304 .elementor-element.elementor-element-5820121 > .elementor-widget-container{background-color:#FFFFFF;padding:10px 10px 10px 10px;}#elementor-popup-modal-304{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-304 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-304 .dialog-close-button{display:flex;}#elementor-popup-modal-304 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-304 .elementor-element.elementor-element-258efcd{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-5820121 *//* Font, color & size for all inputs */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #333333; /* light black */
    margin-bottom: 12px; /* spacing between blocks */
}

/* Grid spacing between columns */
.uacf7-col {
    padding: 0 10px 12px 10px;
}

/* Force rows spacing */
.uacf7-row {
    margin-bottom: 5px;
}

/* Textarea height = approx 4 lines */
.wpcf7 textarea {
    min-height: 120px;
    max-height: 120px;
    resize: none;
}

/* Button styling */
.wpcf7-submit {
    background-color: #482666 !important;
    color: #ffffff !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Button hover */
.wpcf7-submit:hover {
    background-color: #482666 !important;
}

/* Dropdown arrows clean */
.wpcf7 select {
    padding: 12px;
}

/* Remove weird spacing CF7 adds */
.wpcf7-form p {
    margin: 0;
}/* End custom CSS */