.faq-rebranding{border:1px solid var(--alpha-black-20);border-radius:20px;padding:3.25rem 1.25rem}.faq-rebranding .faq-rebranding__header{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.faq-rebranding .faq-rebranding__header .icon{height:36px;width:36px}.faq-rebranding .faq-rebranding__header .icon img{height:100%;object-fit:contain;width:100%}.faq-rebranding .faq-rebranding__header .title{color:var(--text-brand-blue);font-size:40px;text-align:center}.faq-rebranding .faq-rebranding__content{margin-top:3.5rem}.faq-rebranding .faq-rebranding__content .question{margin:1rem 0}.faq-rebranding .faq-rebranding__content .question .question__question{align-items:center;cursor:pointer;display:flex;height:64px}.faq-rebranding .faq-rebranding__content .question .question__question .question__number{color:var(--colors-paper-800);display:block;flex-shrink:0;line-height:32px;width:42px}.faq-rebranding .faq-rebranding__content .question .question__question .question__text{color:var(--colors-charcoal-500);display:block;flex-grow:1;line-height:32px}.faq-rebranding .faq-rebranding__content .question .question__question .question__icon{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.faq-rebranding .faq-rebranding__content .question .question__question .question__icon svg{height:20px;width:20px}.faq-rebranding .faq-rebranding__content .question .question__question .question__icon .question__icon--close{display:none}.faq-rebranding .faq-rebranding__content .question .question__answer{height:0;margin-left:42px;overflow:hidden;transition:height .3s ease-in-out}.faq-rebranding .faq-rebranding__content .separator{background-color:var(--alpha-black-20);height:1px;width:100%}.faq-rebranding .faq-rebranding__content .question--opened .question__question .question__text{color:var(--text-brand-blue)}.faq-rebranding .faq-rebranding__content .question--opened .question__question .question__icon .question__icon--close{display:block}.faq-rebranding .faq-rebranding__content .question--opened .question__question .question__icon .question__icon--open{display:none}.faq-rebranding .button{display:flex;gap:.5rem;margin:2.5rem auto 0;width:fit-content}