section.faq{background-color:#f4f4f4;0}section.faq ul{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:48px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}section.faq ul li{background-color:#fff;border-radius:12px;cursor:pointer;padding:24px;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}@media only screen and (max-width:767px){section.faq ul li{padding:16px}}section.faq ul li h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#090909;font-size:24px;font-weight:600;-webkit-transition:.3s ease;transition:.3s ease}@media only screen and (max-width:767px){section.faq ul li h3{font-size:20px}}@media only screen and (max-width:575px){section.faq ul li h3{font-size:16px;gap:10px}}section.faq ul li h3:after{background:url(../advices/img/arrow-down.svg);background-position:100%;background-repeat:no-repeat;content:"";display:block;height:20px;width:20px}@media only screen and (max-width:767px){section.faq ul li h3:after{background-position:50%;height:30px;max-width:30px;width:100%}}section.faq ul li p{color:#757575;font-size:18px;font-weight:400;max-height:0;overflow:hidden}@media only screen and (max-width:767px){section.faq ul li p{font-size:16px}}@media only screen and (max-width:575px){section.faq ul li p{font-size:14px}}section.faq ul li.open{max-height:100%;padding:24px;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}@media only screen and (max-width:767px){section.faq ul li.open{height:100%;padding:16px}}section.faq ul li.open h3{margin-bottom:20px;min-height:100%;overflow:visible}@media only screen and (max-width:991px){section.faq ul li.open h3{margin-bottom:10px}}@media only screen and (max-width:767px){section.faq ul li.open h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width:575px){section.faq ul li.open h3{margin-bottom:7px}}section.faq ul li.open h3:after{background:url(../advices/img/arrow-up.svg);background-position:100%;background-repeat:no-repeat;content:"";display:block;height:20px;width:20px}@media only screen and (max-width:767px){section.faq ul li.open h3:after{background-position:50%;height:30px;max-width:30px;width:100%}}section.faq ul li.open p{max-height:100%;overflow:visible;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}