@charset "UTF-8";.faq_container{margin-top:5rem;margin-bottom:1.25rem;}@media screen and (max-width:640px){.faq_container{margin-top:2.5rem;}}.faq_container details{transition-property:max-height;transition-duration:var(--duration-1);transition-timing-function:ease;background-color:var(--grey-3);padding:1.25rem 2.5rem;margin-bottom:15px;}@media screen and (max-width:480px){.faq_container details{padding:20px;}}.faq_container details > * + *{margin-right:40px;}@media screen and (max-width:480px){.faq_container details > * + *{margin-right:0;}}.faq_container details > *:last-child{margin-bottom:0;}.faq_container details[open] summary::after{transform:rotate(180deg);}.faq_container details summary{padding-right:3.75rem;font-size:var(--font-size-6);position:relative;list-style:none;cursor:pointer;}.faq_container details summary:focus{outline:none;}@media screen and (max-width:1400px){.faq_container details summary{font-weight:var(--font-weight-2);}}.faq_container details summary::-webkit-details-marker, .faq_container details summary::marker{display:none;}.faq_container details summary::after{font-family:"classvr";padding:0.25rem;font-weight:normal;font-style:normal;position:absolute;border-radius:50%;font-style:1rem;content:"";line-height:1;speak:never;right:0;top:0;}.faq_container details > section{grid-template-columns:repeat(5, 1fr);grid-template-areas:"one one one two two";display:grid;gap:40px;}@media (max-width:960px){.faq_container details > section{grid-template-areas:"one one one one one" "two two two two two";}}.faq_container details > section > *{align-self:start;}.faq_container details > section .content{grid-area:one;}.faq_container details > section .content > *:last-child{margin-bottom:0;}.faq_container details > section .image_container{grid-area:two;}