.faq-module{padding:20px}.faq-headline{margin-bottom:80px;margin-top:50px;text-align:center}.faq-container{align-items:flex-start;display:flex;gap:50px;justify-content:space-between;margin:0 auto;max-width:1200px}.faq-left{flex:1;padding:30px}.faq-right{align-items:center;align-self:flex-start;border-radius:30px;display:flex;flex:1;justify-content:center;margin-top:2%;min-height:450px;overflow:hidden;position:sticky;top:50px}.faq-items{display:flex;flex-direction:column;gap:15px}.faq-item{backdrop-filter:blur(8px);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.3);border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:1em;transition:background-color .3s ease;transition:background-color .3s ease,transform .3s ease}.faq-header{cursor:pointer;display:flex;justify-content:space-between}.faq-toggle-icon{margin-top:3%}.faq-toggle-icon img{height:25px;transition:transform .3s ease;width:25px}.faq-body{max-height:0;opacity:0;overflow:hidden;padding:0 1em 0 0;transition:max-height .5s ease,opacity .5s ease}.faq-image-container-desktop{align-items:center;display:flex;height:100%;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity 1s ease;width:100%}.faq-image-container-desktop img{border-radius:15px;max-width:100%}.faq-item.opened .faq-body{max-height:500px;opacity:1}.faq-item.opened .faq-image-container-desktop{opacity:1;pointer-events:auto}@media (max-width:768px){.faq-container{flex-direction:column}.faq-right{display:none}}.faq-image-mobile-wrapper{border-radius:15px;display:none;margin-top:15px;opacity:0;transition:opacity 1s ease}.faq-image-mobile-wrapper img{border-radius:15px;max-width:100%}@media (max-width:768px){.faq-container{flex-direction:column}.faq-right{display:none}.faq-image-mobile-wrapper{display:block}.faq-body{max-height:0;opacity:0;overflow:hidden;transition:max-height .5s ease,opacity .5s ease}.faq-item.opened .faq-body{max-height:500px;opacity:1}}@media (min-width:769px){.faq-image-mobile-wrapper{display:none!important}}@media (max-width:1024px){.faq-right{margin-top:-1.5%}.faq-toggle-icon{margin-top:0}}