.o-faq__inner{align-items:flex-start;display:flex;flex-wrap:wrap;gap:4rem;justify-content:space-between;width:100%}@media screen and (min-width:768px){.o-faq__inner{flex-wrap:nowrap}}@media screen and (min-width:1100px){.o-faq__inner{gap:5rem}}.o-faq__topic-sidebar{border-radius:var(--border-radius);display:flex;flex-direction:column;order:1;padding:2rem;width:100%}@media screen and (min-width:768px){.o-faq__topic-sidebar{max-width:30rem;order:0;padding:2rem 2rem 4rem;position:sticky;top:calc(var(--header-height) + 2rem);width:40%}}@media screen and (min-width:1100px){.o-faq__topic-sidebar{width:30%}}.o-faq__topic-sidebar-item{border-bottom:1px solid rgb(var(--color-border));cursor:pointer;padding:1.5rem 0}.o-faq__topic-sidebar-item.active{font-weight:600}.o-faq__topics-content{order:2;width:100%}@media screen and (min-width:768px){.o-faq__topics-content{width:60%}}@media screen and (min-width:1100px){.o-faq__topics-content{width:70%}}.o-faq__topic-wrapper{display:none}.o-faq__topic-wrapper.active{display:block}