.expandable-text-header{padding-bottom:var(--space-xs)}.expandable-text{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap}.expandable-text__content-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.expandable-text__text{padding-bottom:var(--space-m);width:100%}.expandable-text__text h2{margin-bottom:0;margin-top:0}.expandable-text__text h3,.expandable-text__text p{margin:0}.expandable-text__text-collapsable.lead p,.expandable-text__text.lead p{color:var(--black-color)!important;font-family:var(--font-family-body)!important;font-size:1.25rem!important;font-weight:400!important;line-height:2rem!important;margin-top:0!important}.expandable-text__text .expandable-text-read-more{cursor:pointer;margin-top:var(--space-m);max-width:140px;position:relative;transition:all .3s ease-in-out;width:auto}.expandable-text__text .expandable-text__text-collapsable{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:5.625rem;overflow:hidden;text-overflow:ellipsis;transition:max-height .3s ease-in-out}.expandable-text__text .expandable-text__text-collapsable.expanded{-webkit-line-clamp:999;max-height:99rem}.expandable-text__text .expandable-text-read-more .plus-icon{cursor:pointer;padding:4px;position:absolute;right:0;top:4px}.expandable-text__text .expandable-text-read-more .plus-icon:after,.expandable-text__text .expandable-text-read-more .plus-icon:before{background:var(--black-color);content:"";display:block;height:2px;transition:all .3s ease-in-out;width:8px}.expandable-text__text .expandable-text-read-more .plus-icon:before{margin-left:-2px;position:absolute;top:4px;transform:rotate(45deg)}.expandable-text__text .expandable-text-read-more .plus-icon:after{margin-left:3px;transform:rotate(135deg)}.expandable-text__text .expandable-text-read-more .plus-icon.open:before{transform:rotate(135deg)}.expandable-text__text .expandable-text-read-more .plus-icon.open:after{transform:rotate(45deg)}@media (max-width:768px){.expandable-text{flex:0 0 100%!important;max-width:100%!important;padding:0}}@media (max-width:640px){.expandable-text .expandable-text__content-wrapper{flex:0 0 100%!important;max-width:100%!important;padding:0}.expandable-text{flex:0 0 100%!important;max-width:100%!important}}