.elementor-1776 .elementor-element.elementor-element-354510d{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;}.elementor-1776 .elementor-element.elementor-element-01d98de{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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-1776 .elementor-element.elementor-element-e5bf493{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;color:var( --e-global-color-primary );}.elementor-1776 .elementor-element.elementor-element-e63d465{--display:flex;}.elementor-1776 .elementor-element.elementor-element-02b597c{--display:flex;}.elementor-1776 .elementor-element.elementor-element-0936524{--display:flex;}.elementor-1776 .elementor-element.elementor-element-2c2c9ef{--display:flex;}.elementor-1776 .elementor-element.elementor-element-4354fcc{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}/* Start custom CSS for text-editor, class: .elementor-element-199293a */.elitemep-cta-card {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 50px;
    background: #0B45B8;
    border-radius: 35px;
    text-align: left;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.35s ease;
}

.elitemep-cta-content h2 {
    margin: 0 0 15px;
    color: #ffffff !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.elitemep-cta-content p {
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.elitemep-cta-card:hover {
    background: linear-gradient(135deg, #0B45B8 0%, #123B8F 50%, #061B4F 100%);
    transform: translateY(-3px);
    text-decoration: none !important;
}

.elitemep-cta-card:hover h2,
.elitemep-cta-card:hover p {
    color: #ffffff !important;
}/* End custom CSS */