/* Hero Styles */

.wm-hero-desc-mdjhd {
    max-width: 100%!important;
    font-size: 24px;
    line-height: 1.3;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}
.wm-hero-mdjhd {
    padding: 193px 0px 193px 0px;
}


/* Hero Video Section Styles */

.intro_sub_ttl_mdkhd {
    color: #A7A9AC;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

.intro_ttl_mdkhd {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #1C1C20;
    padding: 10px 0px 80px 0px;
}

.intro_vdo_box_mdkhd {
    max-width: 940px;
    min-height: 551px;
    margin: 0 auto;
    border-radius: 4px;
}
.intro_vdo_box_mdkhd iframe {
    width: 100%;
    min-height: 551px;
    border-radius: 4px;
    aspect-ratio: 16/9;
}
.intro_vdo_box_mdkhd{
    position: relative;
}
.intro_vdo_box_mdkhd::after, .intro_vdo_box_mdkhd::before{
    content: "";
    position: absolute;
    width: 472px;
    height: 430px;
    background-color: #F0F2FC;
    z-index: -1;
    border-radius: 4px;
}
.intro_vdo_box_mdkhd::after{
    top: -32px;
    left: -32px;
}
.intro_vdo_box_mdkhd::before{
    bottom: -26px;
    right: -32px;
}


.int_pos_logo {
    position: absolute;
    left: 0;
    top: -58px;
}

.int_pos_logo svg {
    width: 100px;
    height: 100px;
}
.hm_intro_sec_mdkhd{
    position: relative;
    overflow: hidden;
}
.int_fst_logo_mdkhd, .int_sec_logo_mdkhd, .int_cot_logo_mdkhd{
    position: absolute;
}
.int_fst_logo_mdkhd {
    top: 15px;
    right: -56px;
    z-index: -1;
}

.int_cot_logo_mdkhd {
    top: -13px;
    left: 20px;
}
.int_sec_logo_mdkhd{
    left: -53px;
    bottom: -3px;
    z-index: -1;
}
.intro_author_text_box_mdkhd {
    padding: 50px 40px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 5px 26px 0px rgba(42, 42, 49, 0.05);
    max-width: 620px;
    margin: 64px auto 26px auto;
    position: relative;
}

.intro_author_text_mdkhd {
    color: #1C1C20;
    font-family: 'GrafolitaScript', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    position: relative;
}

.intro_auth_mdkhd {
    color: var(--light-blue-second, #1E4488);
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 20px 0 0 0;
}
.introtxt_mdkhd {
    color: #1C1C20;
    font-family: "Myriad Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 580px;
    
}
.introtxt_mdkhd span {
    padding: 16px 0;
    display: inline-block;
}

.wm-hero-video-mdjhd {
    position: relative;
    padding: 100px 0px 150px 0px;
    overflow: hidden;
}

.wm-hv-vector-mdjhd {
    position: absolute;
    top: 0;
    right: 10%;
    z-index: -1;
}

.wm-intro-title-mdjhd {
    padding: 0 0 32px 0px;
    text-align: center;
}

.wm-hv-subtitle-mdjhd {
    max-width: 700px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #1c1c20;
    
}

.wm-inro-box-mdjhd {
    max-width: 1000px;
    width: 100%;
}

.wm-hero-video-mdjhd .intro_vdo_box_mdkhd {
    max-width: 1000px;
    width: 100%;
    margin-top: 96px;
}


/* Key Value Styles */

.wm-apart-mdjhd .container {
    max-width: 100%;
}

.wm-apart-title-mdjhd {
    text-align: center;
    padding-bottom: 10px;
}

.wm-kv-mdjhd {
    padding-top: 90px;
    flex-wrap: nowrap;
}

.wm-kv-box-mdjhd {
    width: calc( 33% - 20px);
}

.wm-kvb-inner-mdjhd {
    background: #FFFFFF;
    box-shadow: 0px 9px 153px rgba(39, 39, 46, 0.05), 0px 1.12694px 19.158px rgba(39, 39, 46, 0.025);
    border-radius: 4px;
    padding: 60px 40px 0px 40px;
    gap: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    transform: translateY(0); /* Default position */
    min-height: 432px;
}

.wm-kvb-inner-mdjhd:hover {
    color: #FFFFFF; /* Optional: Change text color on hover */
    transition: all 0.4s ease-in-out;
    transform: translateY(-55px); /* Move up by 55px */
}

.wm-kvb-inner-mdjhd::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #1B3580 -31.87%, #183FAD -31.86%, #122048 108.75%);
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 0;
}

.wm-kvb-inner-mdjhd:hover::before {
    transform: translateY(0);
}

.wm-kvb-inner-mdjhd .wm-kvb-img-mdjhd {
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.wm-kvb-inner-mdjhd:hover .wm-kvb-img-mdjhd {
    mix-blend-mode: color-burn;
     transition: all .4s ease-in-out;
}

.wm-kvb-inner-mdjhd:hover .wm-kvb-title-mdjhd, .wm-kvb-inner-mdjhd:hover .wm-kvb-desc-mdjhd {
    color: #ffffff;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.wm-kvb-title-mdjhd {
    font-family: 'Raleway',sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    color: #1c1c20;
    text-align: center;
    transition: all .4s ease-in-out;
}

.wm-kvb-desc-mdjhd {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    color: #1c1c20;
    text-align: center;
    transition: all .4s ease-in-out;
}


/* Strategic Relationships Styles */

.wm-sr-mdjhd {
    padding-top: 140px;
}

.wm-approach-mdjhd .iwbp-cb-inner-mdjhd:before {
    background-image: none!important;
}

.wm-approach-mdjhd {
    padding-bottom: 75px;
}

.wm-analysis-mdjhd .iwbp-cb-inner-mdjhd:before {
    background-image: none!important;
}

.wm-analysis-mdjhd {
    padding-bottom: 75px;
}


.wm-fidelity-mdjhd .iwbp-cb-inner-mdjhd:before {
    background-image: none!important;
}

.wm-sr-mdjhd .iwbp-img-box-mdjhd {
    max-width: 590px;
}
.wm-sr-list-mdjhd li {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.wm-sr-list-mdjhd li svg {
    max-width: 7px;
    margin-top: 9px;
    height: auto;
}

.wm-sr-list-mdjhd li {
    width: fit-content;
}

.wm-sr-list-mdjhd {
    justify-content: start;
    column-gap: 32px;
}


/* CTA */

.wm-sr-ctatitle-mdjhd {
    max-width: 532px;
}

.wm-sr-ctarbox-mdjhd {
    right: 90px;
    top: -140px;
    max-width: 800px;
    justify-content: space-between;
    /* width: 100%; */
    gap: 82px;
}

.wm-sr-ctarbox-mdjhd .iwbp-boib-1-mdjhd {
    margin-top: 54%;
}

.wm-sr-cta-mdjhd .iwd-blueprint-btn-mdjhd {
    max-width: 268px;
}




@media (max-width: 1366px) {
   
    .wm-kv-mdjhd {
         flex-wrap: wrap;
         justify-content: center;
         gap: 20px;
    }
    .wm-kvb-inner-mdjhd {
        min-height: 462px;
    }

}


@media (max-width: 1198px) {
    
    .wm-sr-mdjhd 
 .iwbp-content-box-mdjhd {
    max-width: 460px;
}

.wm-sr-mdjhd .iwbp-img-box-mdjhd {
    max-width: 496px;
}
    
}

@media (max-width: 1024px) {
.wm-kv-box-mdjhd {
    width: calc( 33.33% - 20px);
}


.wm-kvb-inner-mdjhd {
    padding: 32px 24px 0 24px;
    min-height: 402px;
    gap: 16px;
}

.wm-kvb-title-mdjhd {
    font-size: 24px;
}

.wm-hero-video-mdjhd {
    padding: 90px 0 120px 0;
}

.wm-hero-mdjhd {
    padding: 96px 0;
}

.wm-sr-mdjhd {
    padding-top: 96px;
}

.wm-kv-mdjhd {
    padding-top: 64px;
}

.wm-sr-ctarbox-mdjhd {
    top: 16px;
    right: 48px;
}

.wm-sr-cta-mdjhd .iwb-bb-inner-mdjhd {padding: 132px 60px;}

.wm-sr-ctarbox-mdjhd {
    gap: 48px;
    max-width: 500px;
}

.wm-sr-ctarbox-mdjhd .iwbp-boib-1-mdjhd {
    margin-top: 0px;
}

}

@media (max-width: 992px) {
     .wm-kv-mdjhd {
        justify-content: center;
        row-gap: 64px;
        column-gap: 32px;
        padding-top: 70px;
        flex-direction: column;
    }
    
    .wm-kv-box-mdjhd {
    width: calc( 80% - 20px);
}

.wm-kvb-inner-mdjhd {
    min-height: 373px;
    justify-content: space-between;
    padding: 24px 20px 0;
}
    
    .wm-hero-video-mdjhd {
    padding: 80px 0 110px 0;
}

.wm-intro-title-mdjhd {
    padding-bottom: 24px;
}

.wm-hero-video-mdjhd .intro_vdo_box_mdkhd {
    margin-top: 60px;
}

.wm-fidelity-mdjhd .iwbp-list-mdjhd li {
    width: 19.5%;
}

.intro_vdo_box_mdkhd {
    padding: 0 32px;
    min-height: unset;
}

.intro_vdo_box_mdkhd iframe {
    min-height: unset;
}

.intro_vdo_box_mdkhd::after, .intro_vdo_box_mdkhd::before {
    width: 240px;
    height: 160px;
}

.intro_vdo_box_mdkhd::before {
    bottom: -22px;
    right: 6px;
}

.intro_vdo_box_mdkhd::after {
    top: -24px;
    left: 6px;
}

.wm-sr-ctarbox-mdjhd {
    top: 16px;
    right: 16px;
}

.wm-sr-cta-mdjhd .iwb-bb-inner-mdjhd {padding: 100px 60px;}

.wm-sr-ctarbox-mdjhd {
    gap: 32px;
    max-width: 420px;
}

.wm-sr-ctarbox-mdjhd .iwbp-boib-1-mdjhd {
    margin-top: 0px;
}

.wm-sr-ctatitle-mdjhd {
    max-width: 320px;
}



    
}


@media(max-width: 767px) {
    .intro_vdo_box_mdkhd::after, .intro_vdo_box_mdkhd::before {
    width: 160px;
    height: 120px;
}

.intro_vdo_box_mdkhd::before {
    bottom: -16px;
    right: 12px;
}

.intro_vdo_box_mdkhd::after {
    top: -20px;
    left: 10px;
}

    
.wm-hero-video-mdjhd {
    padding: 70px 0 100px 0;
}
   
.wm-kv-box-mdjhd {
    width: 100%;
}   

.wm-kvb-inner-mdjhd {
    min-height: unset;
     gap: 12px; 
    padding: 24px 16px 0 16px;
}

.wm-kv-mdjhd {
    padding-top: 40px;
    gap: 48px
}

.wm-kvb-inner-mdjhd:hover {
    transform: translateY(-35px); /* Move up by 55px */
}

.wm-hero-mdjhd {
    padding: 70px 0;
}

.wm-hero-desc-mdjhd {
    font-size: 18px;
}

.wm-intro-title-mdjhd {
    padding-bottom: 20px;
}

.wm-hero-video-mdjhd .intro_vdo_box_mdkhd {
    margin-top: 40px;
}

.wm-sr-mdjhd {
    padding-top: 70px;
}

.wm-approach-mdjhd, .wm-analysis-mdjhd {
    padding-bottom: 64px;
}

.wm-sr-list-mdjhd li {
    font-size: 16px;
}

.wm-sr-list-mdjhd {
    column-gap: 24px;
}

.wm-sr-cta-mdjhd .iwb-bb-inner-mdjhd {
    padding: 24px 16px;
    text-align: center;
}

.wm-sr-cta-mdjhd .btn-box-mdjhd.iwb-blueprint-bb-mdjhd {
    justify-content: center;
}


}



