.faqs{display:grid;margin:0;padding:0;list-style:none}.faqs__item p:first-of-type{margin-top:0}.faqs__item p:last-of-type{margin-bottom:0}@media (min-width:990px){.faqs__item:first-of-type .faqs__item-heading{padding-top:0}}.faqs__item-heading{list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:1.5em 0;transition:margin .25s ease-out}.faqs__item-heading-title{font-weight:700;font-family:Museo Sans;line-height:1.1;font-size:110%;max-width:calc(100% - 40px)}.faqs__item-heading-icon{display:inline-block;transform:rotate(0deg);width:12px;height:12px;-ms-flex-negative:0;flex-shrink:0;position:relative;transition:transform .3s}.faqs__item-heading-icon:after,.faqs__item-heading-icon:before{content:"";display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#6e46cf;height:100%;width:2px;border-radius:100px}.faqs__item-heading-icon:after{height:2px;width:100%}.faqs__item-heading::-webkit-details-marker{display:none}.faqs__item[open] .faqs__item-heading{margin-bottom:.75em}.faqs__item[open] .faqs__item-heading-icon{transform:rotate(45deg)}.faqs__item[open] .faqs__item-text p:first-of-type{margin-top:0}.faqs__item[open] .faqs__item-text p:last-of-type{margin-bottom:0;padding:0 0 1.5em}.faqs__item+.faqs__item{border-top:1px solid #dadbde}