

/* Start:/local/modules/BenefitsPageHBox/style.css?17832961232721*/
.BenefitsPageHBox {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.BenefitsPageHBox a,
.BenefitsPageHBox p,
.BenefitsPageHBox span { 
    font-family: "Circe", sans-serif; 
    font-weight: 400;
    font-size: .9rem; 
    color: var(--color-text);
    letter-spacing: .3px
}

.BenefitsPageHBox > * {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    margin-inline: 10px;
    max-width: 1200px;
    background: #fff;
    border-bottom-left-radius: 4px; 
    border-bottom-right-radius: 4px;
}

.BenefitsPageHBox h2 { font-size: 1rem; font-weight: 700; letter-spacing: .5px; text-align: left; color: black; }

.BenefitsPageHBox h5 { font-weight: 600; margin-top: 30px; }

.BenefitsPageHBox p { fmargin-top: 10px; margin-bottom: 10px; }

.BenefitsPageHBox ._abtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    height: 30px;

    margin-top: 10px;
    margin-right: 10px;
    padding-inline: 15px;

    border: 1px solid rgb(212, 220, 223);
    border-radius: 20px;

    font-size: .8rem; 
    color: rgb(63, 63, 67);
    letter-spacing: .5px;
    font-weight: 600;
}

.BenefitsPageHBox ._abase { color: rgb(63, 63, 67); text-decoration: underline; }

.BenefitsPageHBox ._divrow { display: flex; flex-direction: row; margin-bottom: 10px; }

.BenefitsPageHBox > * > ul { display: flex; flex-direction: column; }

.BenefitsPageHBox > * > ul > li { display: flex; flex-direction: column; padding: 20px; border-bottom: 1px solid rgb(212, 220, 223);  }

@media (min-width: 1200px) { .BenefitsPageHBox > * > ul > li { padding-inline: 30px } }

.BenefitsPageHBox > * > ul > li:last-child { border: none; }

.BenefitsPageHBox > * > ul > li > *:first-child { display: flex;  width: 100%; justify-content: space-between; }

.BenefitsPageHBox > * > ul > li > *:first-child > svg { width: 20px; height: 20px; fill: black; stroke: black; }

.BenefitsPageHBox > * > ul > li[data-isActive="true"] > *:first-child > *:nth-child(2) { display: none; }

.BenefitsPageHBox > * > ul > li > *:first-child > *:nth-child(3) { display: none; }

.BenefitsPageHBox > * > ul > li[data-isActive="true"] > *:first-child > *:nth-child(3) { display: flex; }

.BenefitsPageHBox > * > ul > li > *:nth-child(2) { 
    display: none; flex-direction: column; 
    padding-top: 20px; 
    box-sizing: border-box;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.BenefitsPageHBox > * > ul > li[data-isActive="true"] > *:nth-child(2) { display: flex; }
.BenefitsPageHBox > * > ul > li[data-isActive="false"] > *:nth-child(2) { display: none; }

/* End */
/* /local/modules/BenefitsPageHBox/style.css?17832961232721 */
