.elementor-411 .elementor-element.elementor-element-d04e6fc{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-411 .elementor-element.elementor-element-d04e6fc:not(.elementor-motion-effects-element-type-background), .elementor-411 .elementor-element.elementor-element-d04e6fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-411 .elementor-element.elementor-element-f9c63f4 .elementor-heading-title{font-family:var( --e-global-typography-df79ab0-font-family ), Sans-serif;font-size:var( --e-global-typography-df79ab0-font-size );font-weight:var( --e-global-typography-df79ab0-font-weight );line-height:var( --e-global-typography-df79ab0-line-height );color:var( --e-global-color-text );}#elementor-popup-modal-411 .dialog-widget-content{animation-duration:0.8s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-411{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-411 .dialog-message{width:700px;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-411 .dialog-close-button{display:flex;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-411 .elementor-element.elementor-element-f9c63f4 .elementor-heading-title{font-size:var( --e-global-typography-df79ab0-font-size );line-height:var( --e-global-typography-df79ab0-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-411 .elementor-element.elementor-element-f9c63f4 .elementor-heading-title{font-size:var( --e-global-typography-df79ab0-font-size );line-height:var( --e-global-typography-df79ab0-line-height );}}/* Start custom CSS for container, class: .elementor-element-d04e6fc */.group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.group > .wpcf7-form-control-wrap {
    flex: 1;
    min-width: 0;
}

.group .wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
}
.select{
    margin-bottom: 10px;
}
.heading{
    margin: 20px 0px 10px 0px;
    font-size: 20px;
}
.submit input[type="submit"]{
    background-color: #31A659;
    border: 1px solid #31A659;
    margin-top: 30px;
}
/* Mobile */
@media (max-width: 767px) {
    .group {
        flex-direction: column;
        gap: 15px;
    }
}/* End custom CSS */