.elementor-10747 .elementor-element.elementor-element-1ae64e6:not(.elementor-motion-effects-element-type-background), .elementor-10747 .elementor-element.elementor-element-1ae64e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-b758981 );}.elementor-10747 .elementor-element.elementor-element-1ae64e6 > .elementor-container{max-width:1000px;}.elementor-10747 .elementor-element.elementor-element-1ae64e6 > .elementor-background-overlay{opacity:0.6;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-10747 .elementor-element.elementor-element-1ae64e6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-30px;margin-bottom:0px;padding:40px 0px 40px 0px;}.elementor-10747 .elementor-element.elementor-element-b0e6e7c.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-10747 .elementor-element.elementor-element-9d5bc5b{text-align:center;}.elementor-10747 .elementor-element.elementor-element-818e970{margin-top:0px;margin-bottom:-20px;padding:60px 0px 0px 0px;}.elementor-10747 .elementor-element.elementor-element-7424199 .elementor-icon-list-icon i{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-10747 .elementor-element.elementor-element-7424199 .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );transition:fill 0.3s;}.elementor-10747 .elementor-element.elementor-element-7424199{--e-icon-list-icon-size:18px;--icon-vertical-offset:0px;}.elementor-10747 .elementor-element.elementor-element-7424199 .elementor-icon-list-text{color:var( --e-global-color-text );transition:color 0.3s;}.elementor-10747 .elementor-element.elementor-element-7424199 .elementor-icon-list-item:hover .elementor-icon-list-text{color:var( --e-global-color-primary );}.elementor-10747 .elementor-element.elementor-element-8100381 > .elementor-widget-container{margin:15px 0px 0px 0px;border-style:none;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0);}@media(max-width:1024px){.elementor-10747 .elementor-element.elementor-element-1ae64e6{margin-top:-131px;margin-bottom:0px;}.elementor-10747 .elementor-element.elementor-element-818e970{padding:40px 0px 40px 0px;}}@media(max-width:767px){.elementor-10747 .elementor-element.elementor-element-1ae64e6{padding:40px 0px 40px 0px;}.elementor-10747 .elementor-element.elementor-element-818e970{padding:20px 0px 20px 0px;}}@media(min-width:768px){.elementor-10747 .elementor-element.elementor-element-7a0c657{width:40%;}.elementor-10747 .elementor-element.elementor-element-6a46193{width:60%;}}@media(max-width:1024px) and (min-width:768px){.elementor-10747 .elementor-element.elementor-element-7a0c657{width:100%;}.elementor-10747 .elementor-element.elementor-element-6a46193{width:100%;}}/* Start custom CSS for html, class: .elementor-element-8100381 *//* Set font-weight to normal for all texts */
input,
select,
textarea,
.form-textbox,
.form-textarea,
.form-dropdown,
.form-submit-button {
  font-weight: normal !important;
}

/* Set back ground to white to - this solves the page head/menu bar being changed grey */
body,
html,
.supernova,
.supernova body,
.form-all,
#stage,
ul.form-section.page-section {
    background-color: #ffffff !important;
}


/* Format the setting for the form */
.form-line {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

/* format the field label */
.form-label {
    margin-bottom: 0px !important;
  }

/* format whole form secton */  
ul.form-section.page-section li {
    margin-top: 0px !important;
    margin-bottom: -28px !important;
  }

/* format the line spaces above and below the submission button */
#id_2 {
    margin-top: 30px !important; /* Increases space above the submission button */
    margin-bottom: -50px !important; /* Increase or decrease as needed */
    }
 
/* Format the submission button  */  
#input_2 {
    height: 50px !important; 
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.35 !important;
    letter-spacing: 0px !important;
    padding: 0px 15px !important; 
    font-family: 'Ubuntu', sans-serif
    } 
  
/* Format the height of the submission button for mobile display */
@media (max-width: 768px) {
    #input_2 {
        height: 80px !important; /* New height for mobile */
        }
    }
  
/* Format the "name" field */
#id_9 {
    margin-top: -30px !important; /* Adjust the line spacing above "Firstname" */
  }


/* Disable error message when required fields are empty or incorrect */
.form-error-message {
  display: none !important;
}

/* Disable the grey highhtlight on selected/focused field */
.form-line-active {
    background-color: transparent !important;
    box-shadow: none !important;
    }



.form-textbox {
    border-top : none !important;
    border-left : none !important;
    border-right : none !important;
}

.form-textarea.custom-hint-group {
    border-top : none !important;
    border-left : none !important;
    border-right : none !important;
}

#label_10, #label_9, #label_8, #label_7, #label_6, #label_4 {
    display : none;
}

.form-required {
    display : none !important;
}

/* START - Add red astrix to the end of mandatory fields */
#cid_10, #cid_9, #cid_6 {
    position : relative;
}

#cid_10::after, #cid_9::after, #cid_6::after, #cid_3::after {
    content : "*";
    position : absolute;
    right : 12px;
    top : 30%;
    transform : translateY(-50%);
    color : red;
    font-size : 16px;
    pointer-events : none;
}

/* END- Add red astrix to the end of mandatory fields */

.form-textbox::placeholder,
.form-textarea::placeholder {
    font-size : 15px !important;
    font-weight : 600 !important;
}

.form-submit-button.submit-button.jf-form-buttons.jsTest-submitField.legacy-submit {

}

.form-line > div {
    width : 100% !important;
    max-width : 100% !important;
}

.form-buttons-wrapper {
    border-color : transparent !important;
}

html.supernova.isIframeEmbed.isEmbeded {
    background : none;
}

.error-navigation-container {
    display : none !important;
}

.form-all {
    box-shadow : none !important;
    border : none !important;
}/* End custom CSS */