.elementor-931 .elementor-element.elementor-element-2253195{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--padding-top:40px;--padding-bottom:40px;--padding-left:30px;--padding-right:30px;}.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 );color:var( --e-global-color-primary );}.elementor-931 .elementor-element.elementor-element-f83de66 .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 );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-931 .elementor-element.elementor-element-4a57944{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;font-family:var( --e-global-typography-a9ab972-font-family ), Sans-serif;font-size:var( --e-global-typography-a9ab972-font-size );font-weight:var( --e-global-typography-a9ab972-font-weight );color:var( --e-global-color-4b415c1 );}#elementor-popup-modal-931{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-931 .dialog-message{width:450px;height:fit-content;align-items:center;}#elementor-popup-modal-931 .dialog-close-button{display:flex;}#elementor-popup-modal-931 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@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 );}.elementor-931 .elementor-element.elementor-element-f83de66 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-931 .elementor-element.elementor-element-4a57944{font-size:var( --e-global-typography-a9ab972-font-size );}}@media(max-width:767px){.elementor-931 .elementor-element.elementor-element-2253195{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-931 .elementor-element.elementor-element-f83de66 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-931 .elementor-element.elementor-element-4a57944{font-size:var( --e-global-typography-a9ab972-font-size );}#elementor-popup-modal-931 .dialog-message{height:100vh;}#elementor-popup-modal-931{justify-content:center;align-items:center;}}@media(min-width:1600px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-931 .elementor-element.elementor-element-f83de66 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-931 .elementor-element.elementor-element-4a57944{font-size:var( --e-global-typography-a9ab972-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-925db6a */.contact__form-cf7-2 .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    row-gap: 10px !important;
}

.contact__form-cf7-2 .wpcf7-form input:not([type="checkbox"]) {
    width: 100%;
    max-width: none;
    border-radius: 10px;
    padding: 5px 20px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    color: rgba(0, 70, 120, 1);
    box-sizing: border-box;
    font-family: 'Manrope',Sans-Serif;
    transition: all .3s ease-out;
    border: none;
    background: rgba(0,70,120,0.1);
    backdrop-filter: blur(25px);
}
.contact__form-cf7-2 .wpcf7-form input:focus:not([type="checkbox"]) {
outline: 1px solid #004678 !important;
}
.contact__form-cf7-2 .wpcf7-form input[type="submit"]:focus {
outline: none !important;
}
.contact__form-cf7-2 .wpcf7-form input:not([type="checkbox"])::placeholder {
    color: rgba(0, 70, 120, 0.5);
}
@media(max-width:1024px) {
    .contact__form-cf7-2 .wpcf7-form input:not([type="checkbox"]) {
        font-size:14px;
        border-radius: 10px !important;
        padding: 5px 15px;
    }
    
}
.contact__form-cf7-2 .wpcf7-form > p {
    margin: 0px !important; 
}
.contact__form-cf7-2 .wpcf7-form > p > label {
width:100% !important;
    
}
.contact__form-cf7-2 .wpcf7-form br {
    display: none !important;
}
.contact__form-cf7-2 .wpcf7-form input[type="submit"] {
    width: 100%;
    max-width: 100%;
    padding: 5px 20px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 125%;
    background: #004678 !important;
    border-radius: 10px;
    height: 50px;
    font-weight: 700;
    transition: all .3s ease-out;
    color: #fff;
    border: none;
    box-sizing: border-box;
    font-family: 'Manrope',Sans-Serif;
}
.contact__form-cf7-2 .wpcf7-form > p:nth-child(6) {
    height: fit-content;
    display: flex !important
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.contact__form-cf7-2 .wpcf7-form > p:nth-child(9) {
        margin-bottom: 0px !important;
}
.contact__form-cf7-2 .wpcf7-form .wpcf7-response-output {
    margin: 0px;
    margin-top: 5px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.25;
    color: #004678;
}
.contact__form-cf7-2 .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px !important;
    margin-left: 10px;
    color: #004678;
}
.contact__form-cf7-2 .wpcf7-form input[type="submit"]:hover {
        background: rgba(0,70,120,0.75) !important;
    color: #fff;
}
@media(max-width:1024px) {
    .contact__form-cf7-2 .wpcf7-form input[type="submit"] {
    font-size: 14px;
}
}

.elementor-931 .elementor-element.elementor-element-925db6a .wpcf7-response-output {
    grid-column: 1 / 2;
}
/* spinner */
.elementor-931 .elementor-element.elementor-element-925db6a .wpcf7-spinner {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: transparent;
}
.elementor-931 .elementor-element.elementor-element-925db6a .wpcf7-spinner::before {
    top:50%;
    left:50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%,-50%);
    animation-name: spinnerfade !important;
}
@keyframes spinnerfade {
    0% {
        opacity: 0;
        width: 10px;
        height: 10px;
    }
    100% {
        opacity: 1;
        width: 20px;
        height: 20px;
    }
}

.contact__form-cf7-2 .wpcf7-form > p:nth-child(4){
        position: relative;
        margin: 0px !important;
}
.contact__form-cf7-2 .wpcf7-form > p:nth-child(4) .wpcf7-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px !important;
    left: 0px !important;
    background: rgba(255,255,255,0.5);
    z-index: 99;
    border: none;
    border-radius: 15px !important;
    transform: none !important;
    margin: 0px !important;
    padding:0px !important ;
    pointer-events: none;
}
.contact__form-cf7-2 .wpcf7-form > p:nth-child(4) .wpcf7-spinner::before {
    display: none;
}


.contact__form-cf7-2 .wpcf7-form > p:nth-child(2) {
    grid-column: 1/2 !important;
}
.contact__form-cf7-2 .wpcf7-form > p:nth-child(2) .wpcf7-list-item-label {
    color: rgba(0,70,120,0.65) !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
}
.contact__form-cf7-2 .wpcf7-form > p:nth-child(2) .wpcf7-list-item-label a {
    color: rgba(0,70,120,0.65) !important;
    text-decoration-line: underline;
    transition: all .3s ease-out;
}
.contact__form-cf7-2 .wpcf7-form > p:nth-child(2) .wpcf7-list-item-label a:hover {
    opacity: .5;
}
.contact__form-cf7-2 .wpcf7-form > p:nth-child(2) .wpcf7-list-item {
    margin: 0px !important;
    margin-bottom: 3px !important;
}

.contact__form-cf7-2 .wpcf7-form > p:nth-child(2) .wpcf7-list-item input {
    margin: 0px !important;
    width: 13px;
    height: 13px;
    border: none !important;
    border-radius: 50px !important;
    accent-color: #00B7C8;
}
@media(max-width:1024px) {
    .contact__form-cf7-2 .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}
.elementor-931 .elementor-element.elementor-element-925db6a .wpcf7-response-output, .contact__form-cf7-2 .wpcf7-form > p:nth-child(2){
    grid-column: 1/2 !important;
}
}/* End custom CSS */