*+.handorgel{margin-top:var(--space-l)}.handorgel__header{margin-top:0;position:relative}.handorgel__header--open .handorgel__header__button{background:var(--color-surface-white);border-radius:var(--radius-brand) var(--radius-brand) 0 0}.handorgel__header--open .handorgel__header__button:after,.handorgel__header--open .handorgel__header__button:hover{background-color:var(--color-surface-white)}*+.handorgel__header{margin-top:var(--space-2xs)}.handorgel__header__button{background:hsla(0,0%,100%,0);border-radius:0;font-family:inherit;font-size:inherit;font-size:var(--heading-size-300);font-weight:inherit;font-weight:600;line-height:inherit;line-height:1.3;min-width:1px;padding:0;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:0;color:var(--color-text-primary);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--gutter);padding:var(--space-s);text-align:left;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;background:var(--color-surface-secondary);border:var(--strokeWidth-brand) solid var(--color-border-secondary);border-radius:var(--radius-brand);justify-content:space-between;outline-offset:.225rem;-webkit-transition:border-color .2s,background-color .2s;transition:border-color .2s,background-color .2s}.handorgel__header__button:after{background:var(--color-border-secondary);bottom:calc(var(--strokeWidth-brand)*-1);content:"";height:var(--strokeWidth-brand);left:0;position:absolute;right:0}.handorgel__header__button svg{-ms-flex-negative:0;flex-shrink:0;height:auto;margin-left:auto;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:2rem}.handorgel__header__button:hover{background-color:var(--color-surface-brand-secondary);-webkit-box-shadow:none;box-shadow:none}.handorgel__header__button:focus{outline:none}.handorgel__header__button:focus-visible{color:var(--color-text-primary);outline:.125rem solid var(--color-grey-black)}.handorgel__icon,.handorgel__indicator,.handorgel__title{pointer-events:none}.handorgel__toggle-icon{position:relative}.handorgel__header--open .handorgel__toggle-icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.handorgel__content{display:none;height:0;overflow:hidden;position:relative}.handorgel__content,.handorgel__content--open{-webkit-transition:height .2s;transition:height .2s}.handorgel__content--open{display:block}.handorgel__content--opened{overflow:visible}.handorgel__content__inner{background:var(--color-surface-white);border:var(--strokeWidth-brand) solid var(--color-border-secondary);border-radius:0 0 var(--radius-brand) var(--radius-brand);border-top:0;margin-top:calc(var(--strokeWidth-brand)*-1);padding:0 var(--space-s) var(--space-s)}.handorgel__inner-content{max-width:100%;width:max(53rem,62%)}