.faq__question__separator{height:1px;width:100%;background-color:#fff9f0;margin-top:62px;margin-bottom:48px}@media only screen and (max-width:852px){.faq__question__separator{margin-top:12px;margin-bottom:20px}}.faq-section{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:200px}@media only screen and (max-width:1300px){.faq-section{margin-top:100px}}.faq-section__title-and-copy{width:1248px}@media only screen and (max-width:1300px){.faq-section__title-and-copy{margin:0 20px;width:unset;text-align:center}}.faq-section__title-and-copy>p{margin-top:48px;max-width:600px;text-align:left}@media only screen and (max-width:1300px){.faq-section__title-and-copy>p{text-align:center}}.faq-section__main{display:flex;width:1248px;margin-top:80px}@media only screen and (max-width:1300px){.faq-section__main{width:unset;margin-top:20px;flex-direction:column;align-items:center}}.faq-section__main .faq{width:50%}@media only screen and (max-width:1300px){.faq-section__main .faq{width:100%}}.faq-section__main .faq:first-child{margin-right:31px}@media only screen and (max-width:1300px){.faq-section__main .faq:first-child{margin-right:unset}}.faq-section__main .faq:nth-child(2){margin-left:31px}@media only screen and (max-width:1300px){.faq-section__main .faq:nth-child(2){margin-left:unset}}.accordion{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column}.accordion .icon-container{transition:all .3s;transform:rotate(0deg);width:16px;height:auto}.accordion__title{display:flex;justify-content:space-between;align-items:center;color:#fff9f0;leading-trim:both;text-edge:cap;font-family:GingerExtraBold;font-size:20px;font-style:normal;font-weight:829;line-height:38.4px}@media only screen and (max-width:852px){.accordion__title{font-size:15px;line-height:192%}}.accordion__content{max-height:0;transition:all .25s ease-out;overflow-y:hidden}.accordion__content p.copy{text-align:left}@media only screen and (max-width:852px){.accordion__content p.copy{font-size:16px;line-height:192%}}.accordion.accordion__expanded .accordion__content{max-height:400px;animation:accordion-content-in .25s}.accordion.accordion__expanded .icon-container{transform:rotate(90deg)}@keyframes accordion-content-in{0%{opacity:0}to{opacity:1}}