.expander--card{align-items:center;background:#fff;border-radius:12px;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;overflow:hidden;padding:32px 36px;position:relative}.module--shown-content h3,.module--shown-content h4{margin-bottom:0}.module--expanded-content{display:none;padding-top:1rem;width:100%!important}.module--expanded-content>:last-child{margin:0}.module--expander--plus{margin-left:30px}.module--expander--plus:before{transform:translateY(50%) rotate(-90deg)}.module--expander--plus:after,.module--expander--plus:before{background:var(--secondary);content:"";display:block;height:16px;width:2px}.module--expander--plus:after{transform:translateY(-50%);transition:all .3s ease-in-out}.module--expander--plus.arrowup:after{transform:translateY(-50%) rotate(-90deg)}.expander--card-body{width:100%}