@keyframes appear{from{opacity:0}to{opacity:1}}@keyframes vanish{from{display:block;opacity:1}to{display:none;opacity:0}}.drawers__left{display:flex;flex-flow:column nowrap}.drawers__preheading{order:1}.drawers__heading{order:2}.drawers__text{order:3}.drawers__text p:first-child{margin-top:0}.drawers__text p:last-child{margin-bottom:0}.drawers__divider{display:flex;flex-flow:row nowrap;justify-content:center}.drawers__divider span{border-left:2px solid var(--alt-accent-color, #4D4D4D)}.drawers__right{margin-top:clamp(1.375rem,.668vw + 1.225rem,2rem)}@media screen and (min-width: 1024px){.drawers__right{margin-top:0}}.drawers__item{border-bottom:1px solid #ebebeb;transition:padding .3s ease-in-out}.bg-none .drawers__item,.bg-white .drawers__item{border-color:#292929}.drawers__item--open{padding-bottom:clamp(1.0625rem,.468vw + .957rem,1.5rem)}.drawers__item:first-child{border-top:1px solid #ebebeb}.bg-none .drawers__item:first-child,.bg-white .drawers__item:first-child{border-color:#292929}.drawers__item-intro{display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:space-between}.drawers__item--open .drawers__item-intro{padding-bottom:0}.drawers__item-title{flex:0 1 100%;padding-top:clamp(.6875rem,.334vw + .612rem,1rem);padding-bottom:clamp(.6875rem,.334vw + .612rem,1rem);margin-bottom:0}.drawers__item-title:hover{cursor:pointer}.drawers__item-caret-icon{margin-top:clamp(1.625rem,1.604vw + 1.264rem,3.125rem);transition:transform .3s ease-in-out}@media screen and (min-width: 768px){.drawers__item-caret-icon{margin-top:clamp(1.5rem,.802vw + 1.32rem,2.25rem)}}@media screen and (min-width: 1440px){.drawers__item-caret-icon{margin-top:clamp(1.375rem,.668vw + 1.225rem,2rem)}}.drawers__item--open .drawers__item-caret-icon{transform:rotate(-180deg)}.drawers__item-content{max-height:0;max-width:762px;overflow-y:clip;opacity:0;transition:max-height .3s ease-in-out,opacity .1s ease-in-out}.drawers__item--open .drawers__item-content{opacity:1;max-height:var(--drawer-height, 1000px)}.drawers__item-link{margin-left:calc(0px - clamp(1rem,.134vw + .97rem,1.125rem))}
