<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    background: #0D1218;
    border-radius: 0px 0px 16px 16px;
}

.introducing{
    font-size: 12px;
    font-weight: 500;
    line-height: 14.06px;
    letter-spacing: 2px;
    text-align: center;
    color: #97A4B8;
    text-transform: uppercase;
    padding-top: 20px;
}

.cvcPlanner{
    font-family: 'Trim';
    font-size: 24px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    color: #F8FBFF;
    margin-top: 12px;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.badge{
    background-color: #364150;
    padding:3px 8px ;
    border-radius: 18px;
    font-size: 12px;
    line-height: 14.4px;
    font-family: 'trim';
    font-weight: 500;
    margin-left: 6px;
}

.bannerPara1{
    font-size: 14px;
    font-weight: 500;
    line-height: 20.3px;
    text-align: center;
    color: #F8FBFF;
    margin-bottom: 20px;
    margin-top: 10px;
}

.bannerPara2{
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    text-align: center;
    color: #97A4B8;
    max-width: 312px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
}

.howItWorksSection h3{
    font-family: 'Trim';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    color: #0D1218;
    margin-top: 30px;
    margin-bottom: 28px;
}

.howItWorksSection{
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
}

.stepBox{
    background: #F7F9FB;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    position: relative;
}

.stepBox:before{
    width: 4px;
    height: 22px;
    background: #D82D2D;
    border-radius: 0px 12px 12px 0px;
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
}
.stepBox:last-child:before{
    background: #2B6DD8;
}

.stepBoxTitle{
    font-family: 'Trim';
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: #0D1218;
}
.stepBoxInformation{
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    text-align: left;
    color: #62728C;
    margin-top: 12px;
}
.tipBox{
    background: rgba(43, 109, 216, 0.05);
    border-radius: 12px;
    padding: 8px 12px 8px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.2px;
    text-align: left;
    color: rgba(1, 90, 196, 1);
}

.tipBox span, .tipBox svg{
    display: inline-block;
    vertical-align: middle;
}

.tipBox span{
    width: 90%;
}

.faqSection{
    padding: 24px;
}

.faqSection h3{
    font-family: 'Trim';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    color: rgba(13, 18, 24, 1);
    margin-bottom: 28px;
}


.accordion_box {
    margin-bottom: 8px;
    border-radius: 4px;
    border: 1px solid rgba(240, 243, 247, 1);
    overflow: hidden;
}

.accordion_box .accordion {
    padding: 13px 38px 13px 13px;
    outline: 0;
    border: 0;
    margin: 0;
    position: relative;
    text-align: left;
    background: none;

    font-family: 'Trim';
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: rgba(13, 18, 24, 1);
    width: 100%;
}

.accordion:after {
    content: "";
    background: url(https://d13ir53smqqeyp.cloudfront.net/d11-static-pages/images/rolePlannerAccordionArrow.png) center / 100% no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.accordion:after {
    transform: rotate(180deg);
}
.accordion.active:after {
    transform: rotate(0);
}

.panel {
    padding: 0 13px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    
    background: #fff;
    border-radius: 0 0 4px 4px;

    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    text-align: left;

}

.panel_inner {
    padding-bottom: 20px;
}

.panel p:last-child{
    margin-bottom: 0px;
}

.stepBoxTitleInfoContainer{
    flex-direction: row;
    display: flex;
    gap: 5px;
}
.stepBoxInformationItalic{
    color: #97A4B8;
    font-style: italic;
}
.divider{
    width: 100%;
    height: 12px;
    background-color: #F0F3F7;
    border: 0;
    margin-top: 0;
}</pre></body></html>