@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-slideDown{animation:slideDown .3s ease-out}.faq-container-page{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) rgba(0,0,0,0)}.faq-container-page::-webkit-scrollbar{width:6px}.faq-container-page::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.faq-container-page::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3);border-radius:3px}.faq-container-page::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.5)}@media(max-width:640px){.faq-container-page{max-height:70vh;overflow-y:auto}}.faq-button:focus{outline:2px solid hsla(0,0%,100%,.5);outline-offset:2px}@supports(backdrop-filter:blur(10px)){.backdrop-blur-enhanced{backdrop-filter:blur(60px) saturate(150%)}}@media print{.faq-container-page{max-height:none!important;overflow:visible!important}.animate-fadeIn{animation:none!important}}.faq-page{position:relative;background:url(/images/hero-background.jpg) #d3d3d3 0 0/100% 103.648% no-repeat;margin:0 15px;overflow:hidden}