.elementor-130575 .elementor-element.elementor-element-a254282{--display:flex;}.elementor-widget-theme-post-title .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 );color:var( --e-global-color-primary );}.elementor-130575 .elementor-element.elementor-element-ca21b63 .elementor-heading-title{font-family:var( --e-global-typography-792d628-font-family ), Sans-serif;font-size:var( --e-global-typography-792d628-font-size );font-weight:var( --e-global-typography-792d628-font-weight );line-height:var( --e-global-typography-792d628-line-height );color:#161616;}.elementor-130575 .elementor-element.elementor-element-396ec23{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1366px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-130575 .elementor-element.elementor-element-ca21b63 .elementor-heading-title{font-size:var( --e-global-typography-792d628-font-size );line-height:var( --e-global-typography-792d628-line-height );}}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-130575 .elementor-element.elementor-element-ca21b63 .elementor-heading-title{font-size:var( --e-global-typography-792d628-font-size );line-height:var( --e-global-typography-792d628-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-130575 .elementor-element.elementor-element-ca21b63 .elementor-heading-title{font-size:var( --e-global-typography-792d628-font-size );line-height:var( --e-global-typography-792d628-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-f66ac3f */.application-form {
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #211F1B;
}

.application-form br {
    display: none;
}

.application-form *,
.application-form *::before,
.application-form *::after {
    box-sizing: border-box;
}

.application-form .field {
    margin-bottom: 26px;
}

.application-form .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.application-form label {
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .02em;
    color: #04408B;
    margin-bottom: 8px;
}

.application-form .req {
    color: #B4863C;
    margin-left: 2px;
}

.application-form .opt {
    font-weight: 400;
    color: #5B564C;
    font-size: 11.5px;
    letter-spacing: 0;
}

.application-form input[type="text"],
.application-form input[type="tel"],
.application-form input[type="email"],
.application-form select,
.application-form textarea {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    color: #211F1B;
    background: #F6F3EC;
    border: 1px solid #DCD5C4;
    border-radius: 3px;
    padding: 12px 14px;
    transition: border-color .15s ease,
                background .15s ease,
                box-shadow .15s ease;
}

.application-form textarea {
    resize: vertical;
    min-height: 110px;
    line-height: 1.5;
}

.application-form input::placeholder,
.application-form textarea::placeholder {
    color: #A9A290;
}

.application-form input:hover,
.application-form select:hover,
.application-form textarea:hover {
    border-color: #BDB49C;
}

.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus {
    outline: none;
    border-color: #04408B;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(22, 48, 77, 0.08);
}


/* Select */

.application-form select {
    cursor: pointer;
}





/* Hint */

.application-form .hint {
    margin: 7px 2px 0;
    font-size: 12px;
    color: #5B564C;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.5;
}

.application-form .hint.warn {
    color: #B4863C;
    font-weight: 500;
}


/* Divider */

.application-form .divider {
    border: none;
    border-top: 1px solid #DCD5C4;
    margin: 34px 0 30px;
}


/* Footer */

.application-form .foot-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.application-form .foot-note {
    font-size: 12px;
    color: #5B564C;
    max-width: 340px;
    line-height: 1.5;
    margin: 0;
}


/* Submit */

.application-form .submit {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .02em;
    color: #fff;
    background: #04408B;
    border: none;
    border-radius: 3px;
    padding: 14px 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background .15s ease,
                transform .1s ease;
    width: auto;
}

.application-form .submit:hover {
    background: #032F66;
}

.application-form .submit:active {
    transform: translateY(1px);
}


/* CF7 messages */

.application-form .wpcf7-not-valid-tip {
    font-size: 11px;
    margin-top: 5px;
    color: #A23B33;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px 15px;
    border-radius: 3px;
}


/* Mobile */

@media (max-width: 600px) {

    .application-form .field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .application-form .foot-row {
        flex-direction: column;
        align-items: stretch;
    }

    .application-form .submit {
        width: 100%;
        justify-content: center;
    }

    .application-form .file-field {
        flex-direction: column;
        align-items: stretch;
    }

    .application-form input[type="file"] {
        width: 100%;
    }

}/* End custom CSS */