@import url(https://use.typekit.net/qia2vjt.css);@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-1rem)}}.faqs-list .grid{gap:10rem;grid-template-columns:30rem 1fr}.faqs-list .grid+.grid{margin-top:10rem}.faqs-list .grid .faq{border-bottom:1px solid var(--grey-color);display:flex;flex-direction:column;padding:2rem;transition:all .5s ease}.faqs-list .grid .faq:first-child{border-top:1px solid var(--grey-color)}.faqs-list .grid .faq[open]{background:var(--white-color)}.faqs-list .grid .faq[open] summary{margin-bottom:1rem}.faqs-list .grid .faq summary{cursor:pointer;margin-bottom:0;transition:all .5s ease}.faqs-list .grid .faq .links{margin-top:2rem}@media only screen and (max-width:768px){.faqs-list .grid{gap:3rem;grid-template-columns:1fr}}