html{scroll-behavior:smooth}.faq__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:2rem 1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.faq__nav{width:250px;padding:1rem;position:-webkit-sticky;position:sticky;top:100px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.faq__nav-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1rem}.faq__number{width:35px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;color:#fff;font-size:20px;font-weight:600;margin-right:.5rem;background-color:#333;min-width:35px;max-width:35px;min-height:35px;max-height:35px}.faq__link-title{font-size:12px;color:#000}.faq__main-content{width:calc(100% - 300px);padding:1rem;max-width:1200px}.faq__category{margin-bottom:3rem}.faq__category h3{color:083E58,100%;font-size:28px;font-weight:600;margin-bottom:2rem}.faq__question{width:100%;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.05);box-shadow:0px 4px 4px rgba(0,0,0,0.05);border-radius:9px;border:1px solid #e5e5e5;padding:1rem;margin:1rem 0;cursor:pointer}.faq__question h4{color:#1a8267;font-size:20px;font-weight:600;margin:0;width:100%;padding-right:3rem;position:relative}.faq__arrow{position:absolute;right:0;top:8px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.faq__arrow.rotated{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.faq__answer{display:none}@media(min-width:1200px){.faq__wrapper{width:calc(100% - (100% - 1200px) / 2 + 2rem)}}@media(max-width:768px){.faq__nav{display:none}.faq__main-content{width:100%}}