.rsg-faq-accordion {
    position: relative;
    overflow: hidden;
    background-color: #f5f6fa;
    padding-top: 60px;
    padding-bottom: 100px;
}

.rsg-faq-container {
    position: relative;
    z-index: 2;
    width: min(100% - 40px, 1240px);
    margin: 0 auto;
}
.rsg-faq-item-button {
    font-size: 18px !important;
    padding: 11px 25px !important;
}
.rsg-faq-accordion-inner {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}


.rsg-faq-accordion-inner .rsg-normal-eyebrow {
    text-align: center;
}
.rsg-faq-heading {
    margin: 0 0 44px !important;
    color: #34415C !important;
    text-align: center;
    font-family: Lato !important;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
}

.rsg-faq-description {
    max-width: 760px;
    margin: -24px auto 38px;
    color: #34405b;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.rsg-faq-description p {
    margin: 0;
}

.rsg-faq-list {
    width: 100%;
}

.rsg-faq-item {
    border-top: 1px solid #9dbee2;
}

.rsg-faq-item:last-child {
    border-bottom: 1px solid #9dbee2;
}

.rsg-faq-question {    
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100%;
    background: transparent !important;
    border: 0 !important;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 10px 10px 0 !important;
    text-align: left;
    color: #0059A8 !important;
    font-family: Lato !important;
    font-size: 21px !important;
}

.rsg-faq-title {
    color: #0057a8;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
}

.rsg-faq-icon {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: #0057a8;
}

.rsg-faq-icon::before,
.rsg-faq-icon::after {
    content: "";
    position: absolute;
    background: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rsg-faq-icon::before {
    width: 14px;
    height: 3px;
}

.rsg-faq-icon::after {
    width: 3px;
    height: 14px;
}

.rsg-faq-item.is-active .rsg-faq-icon::after {
    display: none;
}

.rsg-faq-content {
    padding: 0 44px 22px 0;
    color: #34415C !important;
    font-family: Lato !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.rsg-faq-content p:last-child {
    margin: 0;
}

.rsg-faq-button-wrap {
    margin-top: 36px;
    text-align: center;
}

.rsg-faq-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rsg-faq-button:hover,
.rsg-faq-button:focus {
    background-color: #0059A8 !important;
    color: #ffffff !important;
}

.rsg-faq-circle-shape {
    position: absolute;
    width: 360px;
    height: 360px;
    right: -175px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid #ffd800;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .rsg-faq-circle-shape {
        width: 280px;
        height: 280px;
        right: -160px;
    }
}

@media (max-width: 767px) {
    .rsg-faq-accordion {
        padding-top: 48px;
        padding-bottom: 70px;
    }

    .rsg-faq-container {
        width: min(100% - 32px, 1220px);
    }

    .rsg-faq-heading {
        margin-bottom: 32px !important;
        font-size: 34px;
    }

    .rsg-faq-description {
        margin-top: -18px;
        margin-bottom: 30px;
        font-size: 17px;
    }

    .rsg-faq-question {
        padding: 12px 6px 12px 0;
        gap: 18px;
    }

    .rsg-faq-title {
        font-size: 19px;
    }

    .rsg-faq-content {
        padding-right: 24px;
        padding-bottom: 18px;
        font-size: 15px;
        line-height: 1.4;
    }

    .rsg-faq-button {
        min-height: 58px;
        padding: 16px 26px;
        font-size: 18px;
    }

    .rsg-faq-circle-shape {
        width: 220px;
        height: 220px;
        right: -145px;
        border-width: 4px;
    }
}