.faq-main-section{width:100%;display:block;background:#0e2133;padding:2em 0}.faq-main-section h3{color:#c49a24;font-weight:600;line-height:1.1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 40px;white-space:nowrap;font-size:30px;text-shadow:1px 1px 1px #000;text-align:left}.faq-main-section h3:after{content:"";display:block;position:relative;width:300px;height:1px;margin:0 0 0 20px;background:rgba(196,154,36,.5);text-shadow:none;-webkit-transition:.6s ease-in-out;-o-transition:.6s ease-in-out;transition:.6s ease-in-out}.faq-main-section h3:hover:after{width:180px;background:rgba(196,154,36,.9)}.faq-main-section h2{font-family:sans-serif;margin:0;font-size:45px;line-height:1.1;letter-spacing:-.045em;color:#fff;text-shadow:1px 1px 1px rgb(0 0 0);text-align:left}@media (max-width:1200px){.faq-main-section h3{font-size:22px}.faq-main-section h2{font-size:30px}}@media (max-width:500px){.faq-main-section h3{font-size:20px}.faq-main-section h2{font-size:25px}}.container-faq-lumen{max-width:95%;margin:0 auto;padding:4rem 1rem 6rem;text-align:center}@media (max-width:600px){.container-faq-lumen{max-width:100%}}.faq-container{display:flex;flex-direction:column;gap:.05rem}.faq-item{display:flex;flex-direction:column}.faq-card-button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;text-align:left;border-radius:.75rem;cursor:pointer;transition:.3s;background-color:#152e47;border:1px solid transparent;box-shadow:0 0 5px -2px rgba(0,0,0,.5)}.faq-card-button:hover{border-color:rgba(196,154,36,.8);box-shadow:0 0 10px -3px #c49a24}.faq-card-button-content{display:flex;align-items:center;gap:1rem}.faq-title{font-size:1.125rem;font-weight:500;color:#ccd6f6}.faq-card-button:hover .chevron,.faq-card-button:hover .faq-title{color:#fff}.chevron{width:1.5rem;height:1.5rem;color:#ccd6f6;flex-shrink:0;transition:transform .4s ease-in-out}.chevron.rotate{transform:rotate(180deg)}.faq-content{margin-top:.5em;margin-bottom:.5em;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,background-color .4s ease-in-out,border .4s ease-in-out,box-shadow .4s ease-in-out,padding .4s ease-in-out;padding:.15rem 1.5rem;background-color:transparent;color:#000;border-radius:.75rem;border:2px solid transparent;box-shadow:none}.faq-content.open{background-color:#fff;border:2px solid #c49a24;box-shadow:0 5px 20px rgba(0,0,0,.5);padding-bottom:.75rem;padding-top:.75rem}.faq-content p{text-align:justify}