.elementor-3453 .elementor-element.elementor-element-4b0557a{--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-3453 .elementor-element.elementor-element-277ab45a{--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;--margin-top:0;--margin-bottom:8vh;--margin-left:0;--margin-right:0;}.elementor-3453 .elementor-element.elementor-element-463f4931 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-3453 .elementor-element.elementor-element-463f4931 .elementor-button .elementor-button-content-wrapper{gap:0px;}.elementor-3453 .elementor-element.elementor-element-463f4931{--vamtam-gap:0px;--vamtam-icon-size:12px;--vamtam-icon-padding-ttl:calc( 18px + 18px );}.elementor-3453 .elementor-element.elementor-element-463f4931 .elementor-button{font-family:var( --e-global-typography-e069ff5-font-family ), Sans-serif;font-size:var( --e-global-typography-e069ff5-font-size );font-weight:var( --e-global-typography-e069ff5-font-weight );text-transform:var( --e-global-typography-e069ff5-text-transform );font-style:var( --e-global-typography-e069ff5-font-style );text-decoration:var( --e-global-typography-e069ff5-text-decoration );line-height:var( --e-global-typography-e069ff5-line-height );letter-spacing:var( --e-global-typography-e069ff5-letter-spacing );}.elementor-3453 .elementor-element.elementor-element-463f4931.vamtam-has-icon-styles .elementor-button-icon :is(svg, i){font-size:12px;fill:var( --e-global-color-vamtam_accent_2 );color:var( --e-global-color-vamtam_accent_2 );padding:18px 18px 18px 18px;}.elementor-3453 .elementor-element.elementor-element-463f4931.vamtam-has-icon-styles:not(.vamtam-has-outside-icon) .elementor-button-icon :is(svg, i), .elementor-3453 .elementor-element.elementor-element-463f4931.vamtam-has-outside-icon .vamtam-btn-icon-wrap{background-color:var( --e-global-color-vamtam_accent_1 );border-radius:100px 100px 100px 100px;}.elementor-3453 .elementor-element.elementor-element-463f4931.vamtam-has-icon-styles .elementor-button:is(:hover, :focus) .elementor-button-icon :is(svg, i){color:var( --e-global-color-vamtam_accent_1 );fill:var( --e-global-color-vamtam_accent_1 );}.elementor-3453 .elementor-element.elementor-element-463f4931.vamtam-has-icon-styles:not(.vamtam-has-outside-icon) .elementor-button:is(:hover, :focus) .elementor-button-icon :is(svg, i),
					.elementor-3453 .elementor-element.elementor-element-463f4931.vamtam-has-outside-icon .elementor-button:is(:hover, :focus) .vamtam-btn-icon-wrap{background-color:var( --e-global-color-vamtam_accent_2 );}@media(max-width:1024px){.elementor-3453 .elementor-element.elementor-element-277ab45a{--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-3453 .elementor-element.elementor-element-463f4931 .elementor-button{font-size:var( --e-global-typography-e069ff5-font-size );line-height:var( --e-global-typography-e069ff5-line-height );letter-spacing:var( --e-global-typography-e069ff5-letter-spacing );}}@media(max-width:767px){.elementor-3453 .elementor-element.elementor-element-277ab45a{--margin-top:0px;--margin-bottom:15px;--margin-left:0px;--margin-right:0px;}.elementor-3453 .elementor-element.elementor-element-463f4931 .elementor-button{font-size:var( --e-global-typography-e069ff5-font-size );line-height:var( --e-global-typography-e069ff5-line-height );letter-spacing:var( --e-global-typography-e069ff5-letter-spacing );}}/* Start custom CSS *//* Target ONLY the H1 page title element */
h1.elementor-heading-title.elementor-size-default {
    /* HIDE THE ORIGINAL DYNAMIC TITLE */
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important; 
    width: 100%;
    /* Ensure the new text inherits the theme's default font */
    font-family: inherit !important; 
    font-weight: inherit !important;
    color: inherit !important;
}

/* Hide any inner span inside the original title */
h1.elementor-heading-title span {
    display: none !important;
}

/* --- INSERT FIRST PART OF NEW TEXT (Strategy) --- */
h1.elementor-heading-title::before {
    content: "Strategy "; /* Note the space after Strategy */
    
    /* Apply fixed size and default color/font */
    display: inline;
    line-height: 1.2;
    font-size: 42px !important; 
    color: inherit; /* Use the theme's default text color */
    font-family: inherit;
    font-weight: inherit;
}

/* --- INSERT SECOND PART OF NEW TEXT (Advisory) IN ACCENT COLOR --- */
h1.elementor-heading-title::after {
    content: "& Advisory"; /* Added the '& Advisory' part here */
    
    /* Apply fixed size and the provided hex color */
    display: inline;
    line-height: 1.2;
    font-size: 42px !important; 
    font-family: inherit;
    font-weight: inherit;
    
    /* Set the exact accent color code: #92c200 */
    color: #92c200; 
}/* End custom CSS */