.faq-content__img-content{align-items:center;display:flex;flex-direction:column;gap:50px;justify-content:flex-start}@media screen and (max-width:1299.98px){.faq-content__img-content{margin:0 auto;max-width:800px}.faq-content__img-content .faq-content__harmonic-type{width:100%}}@media screen and (min-width:1300px){.faq-content__img-content{align-items:flex-start;display:grid;gap:35px;grid-template-columns:1fr 760px}}.faq-content__harmonic-type{align-items:stretch;display:flex;flex-direction:column;gap:var(--faq-gap,20px);justify-content:flex-start}.faq-content__harmonic-type .harmonic-question{border:1px solid transparent;border-radius:var(--border-radius-faq,0);box-shadow:0 5px 16px rgba(68,68,68,.122);max-height:132px;overflow:hidden;padding:0 40px;transition:.25s}.faq-content__harmonic-type .harmonic-question__title{align-items:center;display:grid;gap:10px;grid-template-columns:1fr 50px;height:132px}.faq-content__harmonic-type .harmonic-question__title-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--color-faq-question,#000);display:-webkit-box!important;font-size:1.375rem;font-weight:600;overflow:hidden;text-overflow:ellipsis}.faq-content__harmonic-type .harmonic-question__btn{align-items:center;background-color:var(--bg-faq-btn,#f7fcff);border:none;border-radius:50%;box-shadow:0 5px 16px rgba(68,68,68,.122);cursor:pointer;display:flex;height:50px;justify-content:center;transition:.25s;width:50px}.faq-content__harmonic-type .harmonic-question__btn .icon{fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke:var(--color-faq-btn,#000);transition:.25s;width:50%}.faq-content__harmonic-type .harmonic-question__btn:hover{background-color:var(--color-faq-btn,#f7fcff)}.faq-content__harmonic-type .harmonic-question__btn:hover .icon{stroke:var(--bg-faq-btn,#000)}.faq-content__harmonic-type .harmonic-question__btn[data-type=plus].toggled{transform:rotate(45deg);transform-origin:center}.faq-content__harmonic-type .harmonic-question__btn[data-type=arrow].toggled{transform:rotate(180deg);transform-origin:center}.faq-content__harmonic-type .harmonic-question .harmonic-answer{color:var(--color-faq-answer,grey);font-size:1.125rem;font-weight:400;padding-bottom:77px}.faq-content__harmonic-type .harmonic-question.active{border-color:var(--border-color-faq,transparent);box-shadow:0 4px 25px rgba(68,68,68,.122);max-height:2000px}.faq-content__harmonic-type .harmonic-question.active .harmonic-question__btn{background-color:var(--color-faq-btn,#f7fcff)}.faq-content__harmonic-type .harmonic-question.active .harmonic-question__btn .icon{stroke:var(--bg-faq-btn,#000)}.faqs .faq-list{align-items:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;list-style:none;padding-left:0}.faqs .faq-list a{border:1px solid hsla(0,0%,50%,.2);border-radius:4px;box-shadow:2px 2px 10px 0 hsla(0,0%,50%,.13);color:#000;display:inline-block;font-size:1rem;font-weight:600;height:fit-content;height:100%;padding:10px 20px;text-decoration:none;text-transform:uppercase;transition:.25s;width:fit-content;width:100%}.faqs .faq-list a:hover{background-color:var(--bg-breadcrumbs,hsla(0,0%,50%,.2))}