div.faq-container{display:flex;flex-direction:column}div.faq-container ul{margin:0;list-style:none}div.faq-container li{margin-bottom:0;border-bottom:1px solid var(--color-gray)}div.faq-container details summary{padding:0.625rem 0 0.7rem;cursor:pointer;list-style:none}div.faq-container>ul>li:first-child details summary{padding-top:0}div.faq-container details summary::marker{display:none}div.faq-container details summary::-webkit-details-marker{display:none}div.faq-container summary>div{display:flex;flex-direction:row;width:100%;justify-content:space-between}div.faq-container summary>div>p{margin-right:2.1875rem;margin-bottom:0}div.faq-container details summary>div>img{position:relative;right:8px;width:0.5rem;transform:rotate(90deg);transition:transform 0.3s ease}div.faq-container details[open] summary>div>img{transform:rotate(-90deg)}div.faq-container div.faq-content{margin-bottom:1.25rem}div.faq-container div.faq-content p:last-child{margin-bottom:0}@media (max-width:768px){div.faq-container summary>div{padding-right:0.25rem}div.faq-container summary>div>p{margin-right:1rem}div.faq-container div.faq-content{margin-right:0.75rem}div.two-column div.faq-container ul{padding:0}div.two-column div.faq-container ul li:last-of-type{margin-bottom:0}}