.-YC-FaqsSimple-title-s2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    max-width: 750px;
    margin: 0 auto 60px;
    position: relative;
}
.-YC-FaqsSimple-title-s2 > .P-content {
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: var(--secondarytext-bold);
    max-width: calc(100% - 100px);
}

.-YC-FaqsSimple-title-s2 > h2 {
    display: block;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
    color: var(--alphabg);
    font-size: 40px;
    font-weight: 600;
}
.-YC-FaqsSimple-BoxLinks-vs2 {
    display: flex;
    margin-top: 40px;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.-YC-FaqsSimple-BoxLinks-vs2:empty {
    display: none;
}
.-YC-FaqsSimple-BoxLinks-vs2 > a {
    display: flex;
    padding: 13px 23px;
    border-radius: var(--largeradius);
    font-size: 16px;
    font-weight: 400;
    align-content: center;
    align-items: center;
    margin-left: 10px;
    background: var(--first-button-color);
    color: var(--first-button-text);
    border: var(--first-button-border);
}

.-YC-FaqsSimple-BoxLinks-vs2 > a:hover {background: var(--first-button-hovercolor);color: var(--first-button-hovertext);border: var(--first-button-hoverborder);}

.-YC-FaqsSimple-BoxLinks-vs2 > a > i {margin-right: 10px;font-weight: 400;}

.-YC-FaqsSimple-BoxLinks-vs2 > a.button_url_2 {
    background: var(--second-button-color);
    color: var(--second-button-text);
    border: var(--second-button-border);
}

.-YC-FaqsSimple-BoxLinks-vs2 > a.button_url_2:hover {
    background: var(--second-button-hovercolor);
    color: var(--second-button-hovertext);
    border: var(--second-button-hoverborder);
}

.-YC-WidgetType-Faqs__simple3 {--bgcolor: white;
    --first-button-color:
    var(--primary-text);
    --first-button-text: #ffffff;
    --first-button-border: 2px solid
    var(--primary-text);
    --first-button-hovercolor: #041c3600;
    --first-button-hovertext:
    var(--primary-text);
    --first-button-hoverborder: 2px solid
    var(--primary-text);
    --second-button-color: #1269eb00;
    --second-button-text:
    var(--uicolor2);
    --second-button-border: 2px solid
    var(--uicolor2);
    --second-button-hovercolor:
    var(--uicolor2);
    --second-button-hovertext: white;
    --second-button-hoverborder: 2px solid
    var(--uicolor2);
    --section-title:
    var(--primary-text);
    --section-content:
    var(--secondarytext);
}

.-YC-FaqsSimple-Item-v2 {
    display: block;
    margin: 0px 0 14px;
    border: 1px solid #e9e7ef;
    box-shadow: 0px 4px 6px -6px var(--shadow-1);
    border-radius: var(--miniradius);
    transition: 180ms all ease;
}

.-YC-FaqsSimple-Item-v2 > h2 {
    flex: 1;
}

.-YC-FaqsSimple-Item-v2:last-child {
    margin-bottom: 0;
}

.-YC-FaqsSimple-Item-v2.active {
    border-color: #d3d1e1;
    background: #ffff;
    box-shadow: 0px 6px 6px 0px #0000000d;
}

.-YC-FaqsSimple-Title-v2 {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    cursor: pointer;
}

.-YC-FaqsSimple-Title-v2 > h2 {
    flex: 1;
    font-size: 21px;
}

.-YC-FaqsSimple-Item-v2.active .-YC-FaqsSimple-Title-v2 > h2 > a {}

.-YC-FaqsSimple-Title-v2 > i {
    font-size: 22px;
    transition: 180ms all ease;
    color: var(--secondarytext);
    margin-inline-start: 20px;
    font-weight: 300;
}

.-YC-FaqsSimple-Item-v2.active .-YC-FaqsSimple-Title-v2 > i {transform: rotate(45deg);color: var(--primary-text);}

.-YC-FaqsSimple-Item-v2:hover .-YC-FaqsSimple-Title-v2 > i {
    color: var(--primary-text);
}

.-YC-FaqsSimple-Title-v2 > h2 > a {
    display: block;
    font-size: 17px;
    color: var(--textcolor);
    font-weight: 400;
}

.-YC-FaqsSimple-Item-v2.active .-YC-FaqsSimple-Title-v2 > h2 > a {color: var(--primary-text);}

.-YC-FaqsSimple-Item-v2:hover .-YC-FaqsSimple-Title-v2 > h2 > a {
    color: var(--primary-text);
}

.-YC-FaqsSimple-ItemsCenter-v1 {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.-FaqsSimple-Content-Row-v2 {
    display: block;
    height: 0;
    --pin-height: auto;
    overflow: hidden;
    transition: 180ms all ease;
}

.-YC-FaqsSimple-Item-v2.active .-FaqsSimple-Content-Row-v2 {
    display: block;
    height: var(--pin-height);
}

.-p-FaqsSimple-ContentValue-v2 {
    padding: 0 24px 20px;
    display: block;
    line-height: 1.6;
    font-size: 17px;
    color: #4a4a5a;
    font-weight: 300;
}

.-p-FaqsSimple-ContentValue-v2 * {
    margin: revert;
    padding: revert;
    list-style: revert;
}

.-p-FaqsSimple-ContentValue-v2 h2, .-p-FaqsSimple-ContentValue-v2 strong, .-p-FaqsSimple-ContentValue-v2 b {
    font-weight: 500;
}

.-YC-FaqsSimple-Center-v2 {
    max-width: 1200px;
    margin: 0 auto;
}

.Faqs-Number-Icon-v2 {
    font-size: 19px;
    margin-inline-end: 15px;
    color: var(--secondarytext);
    font-weight: 200;
    transition: 180ms all ease;
}

.-YC-FaqsSimple-Item-v2.active .Faqs-Number-Icon-v2 {
    color: var(--primary-text);
}

.-YC-FaqsSimple-Item-v2:hover .Faqs-Number-Icon-v2 {
    color: var(--primary-text);
}