/**handles:elevation-contract-components--accordion-style**/
body.notibar-visible{--header-height-desktop-xl:200px;--header-height-desktop:200px;--header-height-mobile:137px;--header-height-tablet:137px}body:not(.notibar-visible){--header-height-desktop-xl:196px;--header-height-desktop:196px;--header-height-tablet:143px;--header-height-mobile:143px}body.logged-in{--header-height-desktop-xl:272px;--header-height-desktop:272px;--header-height-tablet:229px;--header-height-mobile:220px}.custom-dots-line{position:relative}.custom-dots-line-top:after{top:0}.custom-dots-line-bottom:after,.custom-dots-line-top:after{background-color:var(--border-color);content:"";display:block;height:3px;left:0;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271094%27 height=%274%27 fill=%27none%27%3E%3Cpath stroke=%27currentColor%27 stroke-dasharray=%270.1 8%27 stroke-linecap=%27round%27 stroke-width=%273%27 d=%27M2 2h1094%27/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271094%27 height=%274%27 fill=%27none%27%3E%3Cpath stroke=%27currentColor%27 stroke-dasharray=%270.1 8%27 stroke-linecap=%27round%27 stroke-width=%273%27 d=%27M2 2h1094%27/%3E%3C/svg%3E");mask-position:center;-webkit-mask-position:center;mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;mask-size:auto;-webkit-mask-size:auto;opacity:1;position:absolute;right:0}.custom-dots-line-bottom:after{bottom:0}.accordion{opacity:1;position:relative}.accordion .custom-container{display:flex;flex-direction:column}.accordion-item__item{background-color:transparent;border-bottom:1px solid #3ec2d0;opacity:1;padding:40px 35px}@media(min-width:992px){.accordion-item__item{padding:40px 35px}}.accordion__button{align-items:center;background-color:transparent;border:none;color:#111;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=%27%23661379%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;flex:0 0 12px;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=%27%23661379%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=%27%23661379%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:#fcfcfc;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}