.dci-main-promo__button__right-arrow{
     --common__right-arrow__fill: #befb6c; 
     }
     
.dci-main-promo--float-right .dci-main-promo__image{
    right:5%;
}
/*CREDIT UNION HEADER*/
#creditUnionPromo{
    position: absolute;
    right: 10%;
    top: 10%;
    z-index:100;
}
.imageEditor--bigCircle{
   position: relative;
    bottom: 41em;
    height: 551px;
    width: 390px;
    left: 53em; 
}
.imageEditor--oval{
        width: 119em;
    overflow: hidden;
    bottom: 8em;
    position: relative;
    z-index: -1;
}
.ovalLayout{
    background-image:url('/uploads/images/230831155309.svg');
}
.cu1--content{
    padding:5em 10em;
    width:45%;
}
.imageEditor--titleCircle{
    position:relative;
    right: 6.25em;
    top: 0.35em;
    opacity: .7;
}

/*MEMBER CENTRIC AREA*/
.memberCentric{
    background:#fff;
    overflow:hidden;
    height:47em;
}
#circles{
    margin:-18em 31em;
}
#man1{
    position:relative;
    bottom:13em;
    left:28em;
}
#man2{
    position:relative;
    bottom:29em;
    left:51em;
}
#woman1{
    position:relative;
    bottom:33em;
    left:32em;
}
#woman2{
    position:relative;
    bottom:9em;
    left:48em;
}
.h2Style{
    position:relative;
    top:5em;
    font-size:48px;
}

/*EXPECTATIONS*/
.percent p{
    color:#fff;
    font-size:22px;
}
.percent--flex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:right;
    gap: 5px 45px;
    top:3em;
    position:relative;
}
.expectations{
    border:1px solid #fff;
    width:60%;
    padding:2em;
    position:relative;
    margin:0 auto;
}
.percent--number{
    font-size:50px;
}
.percent{
    text-align:center;
    width:22%;
}
.pwrProsp--card{
    background:#adf1ef;
    width:15em;
    height:13em;
}
.pwrProsp--cardNotab{
    background:#1a1a1e;
    width:15em;
    height:13em;
}
.adFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
}
#arrowTab{
    bottom:6.5em;
    position:relative;
    left:10.6em;
}
.pwrProsp--link{
    position:relative;
    bottom:3em;
    left:3em;
}
.pwrProsp--blue{
    color:#ADF1EF;
    text-decoration:none;
}

/*TAILORED SOLUTIONS*/
.tailoredSolutions{
    background:#fff;
border:1px solid #000;
    width:60%;
    padding:2em;
    position:relative;
    margin:0 auto;
    text-align:center;
    top:5em;
   
}
.tailoredSolutions--background{
    background:#fff;
    height:32em;
    
}
.tailoredS{
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #000;
    margin:0 auto;
    background: #fff;
    color: #000;
    padding: .5em 1.5em;
    border-radius: 25px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-decoration: none;
    width:18%;
}
.heading1{
   font-size: 30px;
    font-weight: 600; 
    margin-block-end: 0;
    margin-block-start: 0;
    padding-top:1em;
}
.heading2{
    font-size: 29px;
    margin-block-end: 0;
    font-weight: 100;
    margin-block-start: 0;
    padding-bottom:1em;
}

/*TABLET AREA*/
.tabletFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
    margin:8em 0 6em 0;
}
.tabletFlex--img{
    display:flex;
    gap:0 50px;
}
.tabletFlex--text{
    padding:3em;
        border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.module:not(.module--cta-bubble) { padding: 0; }
.module--cta-bubble { padding: 4em 10%; }
