.accordion{opacity:1;position:relative}.accordion .custom-container{display:flex;flex-direction:column}.accordion-item__item{background-color:#fff;border-bottom:1px solid #e7e1ea;opacity:1;padding:40px 35px}.accordion__button{align-items:center;background-color:transparent;border:none;color:#000;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;outline:none;text-align:left;width:100%}.accordion__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2713%27 fill=%27none%27%3E%3Cpath stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-width=%272%27 d=%27M6 1.5v10M11 6.5H1%27/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:13px;margin:auto 0 auto 10px;position:relative;width:12px}.accordion__button[aria-expanded=true]:after{animation:rotateFullIn .3s forwards;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%273%27 fill=%27none%27%3E%3Cpath stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-width=%272%27 d=%27M10 1.5H2%27/%3E%3C/svg%3E")}@media(prefers-reduced-motion){.accordion__button[aria-expanded=true]:after{animation:rotateFullIn 0s forwards}}.accordion__button[aria-expanded=false]:after{animation:rotateFullOut .3s forwards;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2713%27 fill=%27none%27%3E%3Cpath stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-width=%272%27 d=%27M6 1.5v10M11 6.5H1%27/%3E%3C/svg%3E")}@media(prefers-reduced-motion){.accordion__button[aria-expanded=false]:after{animation:rotateFullOut 0s forwards}}.accordion__panel{background-color:#fff;max-height:0;overflow:hidden;padding:0;transition:max-height .2s ease-out,margin-bottom .2s ease-out}.accordion__panel-wrapper{display:flex;flex-direction:column;gap:32px;padding:20px 0 0}@media(min-width:992px){.accordion__panel-wrapper{flex-direction:row}}.accordion__panel-wrapper .media{flex:0 0 auto}@media(min-width:992px){.accordion__panel-wrapper .media{width:271px}}.accordion__panel-wrapper .media img{border-radius:2px}.accordion__panel-content{flex:1;margin-top:0!important}
