.elementor-799 .elementor-element.elementor-element-bcf2bbd{--display:flex;--background-transition:0.3s;}.elementor-799 .elementor-element.elementor-element-bcf2bbd:not(.elementor-motion-effects-element-type-background), .elementor-799 .elementor-element.elementor-element-bcf2bbd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0CA58B;}.elementor-799 .elementor-element.elementor-element-bcf2bbd, .elementor-799 .elementor-element.elementor-element-bcf2bbd::before{--border-transition:0.3s;}.elementor-799 .elementor-element.elementor-element-47e2f4a .eael-wpforms label.wpforms-error{display:block !important;}.elementor-799 .elementor-element.elementor-element-47e2f4a .eael-contact-form{max-width:100%;}.elementor-799 .elementor-element.elementor-element-47e2f4a .eael-wpforms .wpforms-submit-container{text-align:center;}.elementor-799 .elementor-element.elementor-element-47e2f4a .eael-wpforms .wpforms-submit-container .wpforms-submit{display:inline-block;background-color:#FFFFFF;color:#000000;}.elementor-799 .elementor-element.elementor-element-47e2f4a .eael-wpforms input.wpforms-error, .elementor-799 .elementor-element.elementor-element-47e2f4a .eael-wpforms textarea.wpforms-error{border-width:1px;}#elementor-popup-modal-799 .dialog-message{width:60vw;height:auto;}#elementor-popup-modal-799{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-799 .dialog-close-button{display:flex;}#elementor-popup-modal-799 .dialog-widget-content{background-color:#0CA58B;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){#elementor-popup-modal-799 .dialog-message{width:78vw;}}@media(max-width:767px){#elementor-popup-modal-799 .dialog-message{width:95vw;}}/* Start custom CSS for eael-wpforms, class: .elementor-element-47e2f4a */div.wpforms-container-full fieldset {
    min-width: 0;
    text-align: center !important;
}

button.wpforms-page-button {
    margin: 5px !important;
}

.wpforms-container{
    max-width: 100% !important;
}

.wpforms-page {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Page Title*/
.wpforms-field legend, .wpforms-field-label, .final-page-title {
    font-size: 32px !important;
    color: #ffffff !important;
    font-family: 'Montserrat';
    font-weight: 600 !important;
    line-height: 39px !important;
    margin-bottom: 30px !important;
}

.custom-radio-group input{
   opacity: 0 !important;
}

.smallfont-group label{
    font-weight: 500 !important;
    font-size: 26px !important;
    line-height: 39px !important;
    cursor: pointer !important;
    background-color: transparent !important;
    border: 3px dashed #ffffff !important;
    color: #ffffff !important;
    padding: 12px 50px !important;
    border-radius: 35px !important;
    min-width: 229px !important;
    display: flex !important;
    justify-content: center !important;
}

.custom-radio-group label{
  font-weight: 500 !important;
    font-size: 32px !important;
    line-height: 39px !important;
    cursor: pointer !important;
    background-color: transparent !important;
    border: 3px dashed #ffffff !important;
    color: #ffffff !important;
    padding: 12px 50px !important;
    border-radius: 35px !important;
    min-width: 229px !important;
    display: flex !important;
    justify-content: center !important;
}

.custom-radio-group input[type=radio]:checked+label {
    background-color: #ffffff !important;
    color: #000000 !important;
}



.custom-radio-group-icon li img{
    width: 90px !important;
    height: 90px !important;
    aspect-ratio: 1 !important;
}

.custom-radio-group-icon .wpforms-image-choices ul{
    display: flex !important;
    gap: 90px !important;
}

.custom-radio-group-icon label.wpforms-field-label-inline{
    background-color: transparent !important;
}

.custom-radio-group-icon .wpforms-image-choices-label{
    color: #ffffff !important;
}

div.wpforms-container-full .custom-radio-group-icon input[type=radio]:before {
    border-radius: 6px;
    background-color: transparent !important;
    border-width: 1px !important;
    border-color: #ffffff;
}


.custom-radio-group-icon .wpforms-image-choices-item label {
    display: block;
    border-color: transparent;
    overflow: none;
}

div.wpforms-container-full .custom-radio-group-icon   input[type=radio]:before{
    width: 20px !important;
    height: 20px !important;
}

div.wpforms-container-full .custom-radio-group-icon input[type=radio]:checked:after {
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ffffff;
    transform: scale(0.5);
    width: 20px !important;
    height: 20px !important;
}

.custom-radio-group-icon .wpforms-image-choices-label{
    padding-top: 4px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    appearance: none;
    height: 32px;
    padding: 2px;
    margin-top: calc( var(--wpforms-field-size-input-spacing ) + var(--wpforms-field-size-input-height ) / 4);
    margin-bottom: calc( var(--wpforms-field-size-input-height ) / 4);
    border-radius: 50px;
    background-color: transparent;
    border: 2px dashed #B9F7EA;
}

div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus {
     border: 2px dashed #B9F7EA;
    box-shadow: none !important;
    outline: none !important;
}

.wpforms-field-number-slider-hint, .wpforms-field-number-slider-hint b {
    text-align: center;
    font-size: 22px !important;
    color: #ffffff !important;
    margin-top: 25px !important;
}

.wpforms-container input[type=text],.wpforms-container input[type=tel],.wpforms-container input[type=email]{
    border: 2px dashed #B9F7EA !important;
    border-radius: 20px !important;;
    max-width: 426px !important;;
    width: 100% !important;;
    height: 60px !important;;
    display: flex !important;;
    justify-content: center !important;;
    align-items: center !important;;
    padding: 0 20px !important;;
    background: #ffffff !important;
    color: #000000 !important;
}

.wpforms-container .wpforms-field {
    padding: 15px 0;
    position: relative;
    text-align: center;
}

#wpforms-784-field_23 label {
    font-size: 20px !important;
    padding: 6px 20px !important;
}

em.wpforms-error {
    color: black !important;
}

em.wpforms-error:before{
    content: none !important;
}


@media only screen and (max-width: 769px) {
  .wpforms-field legend, .wpforms-field-label, .final-page-title {
    font-size: 24px !important;
    }
    
    div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-list-inline ul{
        justify-content: center;
    }
    
    .custom-radio-group label{
        font-size:18px !important;
        padding:0px !important;
    }
    
    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label .wpforms-image-choices-label {
    font-size: 11px !important;
    }
    
    div#wpforms-784-field_26-container, div#wpforms-784-field_27-container, div#wpforms-784-field_28-container {
    width: 100% !important;
    }
}/* End custom CSS */