.accordion-card{background-color:#fff;border:2px solid rgba(92,115,184,.2);border-radius:8px;margin-bottom:1.6rem;padding:1.2rem 1.6rem}.accordion-card:last-of-type{margin-bottom:0}.accordion-card__header{align-items:center;display:inline-flex;width:100%}.accordion-card__header:focus,.accordion-card__header:hover{text-decoration:none}.accordion-card__title{align-items:center;color:#151539;display:inline-flex;font-weight:700;justify-content:space-between;text-decoration:none;width:100%}.accordion-card__title:after{background:url(https://www.additiveindustries.com/hubfs/additive-industries-website/icons/icon-down.svg) 50%/24px 24px no-repeat;content:"";flex:0 0 24px;height:24px;width:24px}.accordion-card__content{max-height:0;max-width:675px;overflow:hidden}.accordion-card__content .link_arrow-right{margin-top:1rem}.accordion-card .rich-text-container{max-width:675px}.accordion-card .rich-text-container p{font-size:.9rem}.accordion-card.active{padding-bottom:2.2rem}.accordion-card.active .accordion-card__content{-webkit-animation:height-100 1s linear both;animation:height-100 1s linear both}.accordion-card.active .accordion-card__title:after{transform:rotate(-180deg)}.accordion-card.active .accordion-card__content{margin-top:1.2rem}@-webkit-keyframes height-100{0%{max-height:0}to{max-height:1000px}}@keyframes height-100{0%{max-height:0}to{max-height:1000px}}