.FaqBanner {
    width: 100%;
    height: 7.8125rem;
    padding: 1.25rem;
    background: linear-gradient(
        360deg,
        rgba(120, 210, 245, 1) 0%,
        rgba(0, 175, 240, 1) 100%
    );
}
.FaqBanner .bannerText {
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}
.FAQContent {
    padding: 1.5625rem 1.25rem 3.125rem;
}
.FAQContent .contentLeft {
    margin-bottom: .625rem;
    font-size: .875rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(0, 175, 240, 1);
}
.FAQContent .contentLeft span {
    margin-right: .5rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
    line-height: 1.6875rem;
}
.FAQContent .contentLeft .active {
    font-weight: bold;
    color: rgba(0, 175, 240, 1);
}
.content .item {
    width: 100%;
    margin-bottom: .625rem;
    background: rgba(240, 245, 250, 1);
    border-radius: .5rem;
}
.content .item:last-child {
    margin-bottom: 0;
}
.content .item .itemTitle {
    position: relative;
    padding: .625rem 1.25rem;
}
.content .item .itemTitle .title {
    margin-bottom: .3125rem;
    font-size: .875rem;
    font-family: AvenirNext-Medium;
    font-weight: 500;
    color: rgba(71, 71, 71, 1);
}
.content .item .itemTitle .product {
    font-size: .625rem;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
    opacity: .5;
}
.content .item .itemTitle img {
    position: absolute;
    right: .625rem;
    top: 1.1875rem;
    width: 1.25rem;
    height: 1.25rem;
}
.content .item .itemContent {
    padding: .625rem 1.25rem 1.25rem;
    border-top: 1px solid rgba(225, 235, 245, 1);
    font-size: .875rem;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
    display: none;
}
.content .item .showContent {
    display: block;
}
#footer {
    margin-top: 0;
}
