button.login-cta   {
    display: flex;
    width: 100%;
    padding: 13px 16px 14px 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    background: var(--color-brand-mulberry, #83276B);
    color: white;
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: none;
    max-width: 370px;
    margin: 0;
    border: none;
}
.login-cta:hover, .login-cta:active, login-cta:focus, .login-cta:visited   {
    background: #A0217F;
    padding: 13px 16px 14px 16px;
    letter-spacing: normal;
    line-height: normal;
    border: none;
    font-weight: 800;
    margin: 0;
}


.cs-Hero    {
    background-image: url(https://about.concoracredit.com/hubfs/Consumer-Solutions-Assets/hero-consumersolutions.png) !important;
    background: no-repeat center center / cover;
    padding: 5.75rem 24px;
    position: relative;
    width: 100%;
}

.cs-HeroContent  {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1316px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media only screen and (min-width: 700px)   {
    #MobileLabel    {
        display: none;
    }
}

@media only screen and (max-width: 960px)  {
    .cs-HeroContent {
        flex-direction: column;
        justify-content: flex-end;
        gap: 3.75rem;
    }
    .cs-Hero    {
        padding: 40px 24px;
    }
}

@media only screen and (max-width: 500px)   {
    .cs-HeroLogin   {
        max-width: 500px !important;
    }
}

@media only screen and (max-width: 700px)   {
    .card-contents   {
        flex-direction: column;
        align-items: center !important;
    }
    .card-product-details h2    {
        text-align: center;
        width: 100%;
        display: none;
    }
    .card-cta   {
        margin: 0;
        max-width: 257px;
    }
    .card-container {
        padding: 32px 24px !important;
    }
    .card-content1  {
        align-items: center !important;
    }
}

.cs-HeroCopy {
    display: flex;
    width: 100%;
    max-width: 540px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
}

.cs-HeroCopy h1 {
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 44px;
    font-weight: 500;
    color: #ffffff;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
}

.cs-HeroCopy h5 {
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
}

.cs-HeroLogin   {
    display: flex;
    width: 100%;
    max-width: 350px;
    padding: 30px 24px 35px;
    flex-direction: column;
    gap: 40px;
    flex-shrink: 0;
    background: var(--surface-secondary, #F7F7F7);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.cs-HeroLogin h2    {
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--type-primary, #000);
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
    text-align: center;
}

.accordion-container {
    width: 100vw;
    max-width: 956px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    align-content: center;
    vertical-align: center;
    background-color: #f7f7f7;
}

.accordion-container sup    {
    position: inherit;
    line-height: normal;
}

.accordion {
    background-color: #f7f7f7;
    color: #000000;
    cursor: pointer;
    padding: 40px 24px 40px 24px;
    width: 100%;
    max-width: 956px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    justify-content: space-between;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.accordion-label    {
    justify-content: space-between;
    align-items: center;
}
.accordion-label h2 {
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #001689;
    line-height: auto;
    margin: 0;
    letter-spacing: normal;
}
.accordion-label p  {
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: auto;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #707070;
}

.panel {
    padding: 0 24px;
    max-height: 0;
    background-color: #f7f7f7;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    border-bottom: 2px solid #C3C3C3;
    border-style: round;
    width: 100%;
    box-sizing: border-box;
}

.card-container {
    background-color: #ffffff;
    border-radius: 14px;
    display: flex;
    padding: 34px 32px 40px 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.card-contents  {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.card-content1  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.card-cta   {
    display: flex;
    width: 100%;
    padding: 13px 37px 14px;
    align-items: center;
    text-align: center;
    border-radius: 6px;
    background-color: #001689;
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 700;
    line-height: normal;
    border: none;
    justify-content: center;
    letter-spacing: normal;
    text-transform: capitalize;
}

button:hover, button:active, button:focus  {
    background-color: #001AA4;
    letter-spacing: normal;
    line-height: normal;
    border: none;
    font-weight: 700;
}

.card-product-details   {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    width: 100%;
}

.card-product-details h2   {
    color: #000000;
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
}

#MobileLabel    {
    color: #000000;
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 8px 0;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
}

.card-product-details p {
    color: #000000;
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
}

.prod-features-list  {
    display: flex;
    width: 95%;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.prod-feature   {
    display: flex;
    padding: 8px 40px 8px 12px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.prod-feature img   {
    width: 40px;
    height: 36px;
}

.prod-feature p {
    flex: 1 0 0;
    color: #000000;
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
}

.logo-grid  {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
    align-self: stretch;
    flex-wrap: wrap;
}

.logo-grid svg  {
    height: auto;
}

.footnotes  {
    display: flex;
    width: 100%;
    max-width: 908px;
    padding: 64px 20px 56px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.disclaimer {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0;
}
    
.disclaimer p {
    color: #2a2a2a;
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
    text-align: left;
}

.bottom-login-container {
    display: flex;
    width: 100%;
    max-width: 370px;
    flex-direction: column;
    gap: 40px;
}

.bottom-login-container h2  {
    color: #000000;
    font-family: 'Mulish', 'Open Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
    text-align: center;
}

.panel:last-child {
    border-bottom: none;
}

.active, .accordion:hover {
    background-color: #f7f7f7; 
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #f7f7f7 !important;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
    border-color: #001689;
}

body    {
    background-color: #f7f7f7;
}