@keyframes appear{0%{display:none}to{display:block}}@keyframes vanish{0%{display:block}to{display:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fromDown{0%{transform:translateY(48px)}to{transform:translateY(0)}}@keyframes fromDownOut{0%{transform:translateY(0)}to{transform:translateY(48px)}}@keyframes fullFromDownIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fullFromDownOut{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fullFromUpIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes fullFromUpOut{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes FullFromRightIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes FullFromRightOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes FullFromLeftIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes FullFromLeftOut{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.ids-drawer{position:fixed;display:flex;flex-direction:column;z-index:100000;border:0 solid #ffd1d9;background-color:#fff}.ids-drawer--small{border-radius:0;box-shadow:0 16px 32px rgba(0,0,0,.16),0 0 16px rgba(0,0,0,.08)}.ids-drawer--small .ids-drawer--padding-block{margin-block:40px 20px}.ids-drawer--small .ids-drawer--padding-inline{margin-inline:20px}.ids-drawer--medium{border-radius:0;box-shadow:0 16px 32px rgba(0,0,0,.16),0 0 16px rgba(0,0,0,.08)}.ids-drawer--medium .ids-drawer--padding-block{margin-block:48px 48px}.ids-drawer--medium .ids-drawer--padding-inline{margin-inline:48px}.ids-drawer--position-right{bottom:0;right:0;height:100%;width:var(--drawer-width,auto)}.ids-drawer--position-right.ids-drawer--small{border-left-width:0;max-width:calc(100% - 0px)}.ids-drawer--position-right.ids-drawer--medium{border-left-width:0;max-width:calc(100% - 96px)}.ids-drawer--position-right.ids-drawer--animation-show{animation:FullFromRightIn .3s cubic-bezier(.16,1,.3,1) forwards}.ids-drawer--position-right.ids-drawer--animation-hide{animation:FullFromRightOut .3s cubic-bezier(.16,1,.3,1) forwards}.ids-drawer--position-left{bottom:0;left:0;height:100%;width:var(--drawer-width,auto)}.ids-drawer--position-left.ids-drawer--small{border-right-width:0;max-width:calc(100% - 0px)}.ids-drawer--position-left.ids-drawer--medium{border-right-width:0;max-width:calc(100% - 96px)}.ids-drawer--position-left.ids-drawer--animation-show{animation:FullFromLeftIn .3s cubic-bezier(.16,1,.3,1) forwards}.ids-drawer--position-left.ids-drawer--animation-hide{animation:FullFromLeftOut .3s cubic-bezier(.16,1,.3,1) forwards}.ids-drawer--position-bottom{bottom:0;left:0;width:100%;height:var(--drawer-height,auto)}.ids-drawer--position-bottom.ids-drawer--small{border-top-width:0;max-height:calc(100% - 80px)}.ids-drawer--position-bottom.ids-drawer--medium{border-top-width:0;max-height:calc(100% - 96px)}.ids-drawer--position-bottom.ids-drawer--animation-show{animation:fullFromDownIn .3s cubic-bezier(.16,1,.3,1) forwards}.ids-drawer--position-bottom.ids-drawer--animation-hide{animation:fullFromDownOut .3s cubic-bezier(.16,1,.3,1) forwards}.ids-drawer--position-top{top:0;left:0;width:100%;height:var(--drawer-height,auto)}.ids-drawer--position-top.ids-drawer--small{border-bottom-width:0;max-height:calc(100% - 80px)}.ids-drawer--position-top.ids-drawer--medium{border-bottom-width:0;max-height:calc(100% - 96px)}.ids-drawer--position-top.ids-drawer--animation-show{animation:fullFromUpIn .3s cubic-bezier(.16,1,.3,1) forwards}.ids-drawer--position-top.ids-drawer--animation-hide{animation:fullFromUpOut .3s cubic-bezier(.16,1,.3,1) forwards}.ids-drawer--full-screen{inset:0}.ids-drawer--full-screen.ids-drawer--medium,.ids-drawer--full-screen.ids-drawer--small{max-width:unset;max-height:unset}.ids-drawer__header{display:flex;align-items:flex-start;gap:24px;z-index:1;background-color:#f6f0ff;color:#1e0933;border:0 solid #ffd1d9;padding-inline:40px 8px}.ids-drawer__header .ids-drawer__button{position:relative;margin-left:auto}.ids-drawer--small>.ids-drawer__header{border-radius:0;box-shadow:0 4px 8px rgba(0,0,0,.12),0 0 4px rgba(0,0,0,.06);padding-block:8px 24px}.ids-drawer--small>.ids-drawer__header>h2{padding-top:20px}.ids-drawer--medium>.ids-drawer__header{border-radius:0;box-shadow:0 4px 8px rgba(0,0,0,.12),0 0 4px rgba(0,0,0,.06);padding-block:8px 32px}.ids-drawer--medium>.ids-drawer__header>h2{padding-top:32px}.ids-drawer__button{position:absolute;top:0;right:0}.ids-drawer__content{overflow-y:auto;overscroll-behavior:contain;flex-grow:1;margin:0;padding:0}@supports not selector(::-webkit-scrollbar){.ids-drawer__content{scrollbar-gutter:auto;scrollbar-color:#f6f0ff #fff;scrollbar-width:auto}}.ids-drawer__content::-webkit-scrollbar{width:8px;height:8px}.ids-drawer__content::-webkit-scrollbar-track{background:#fff}.ids-drawer__content::-webkit-scrollbar-thumb{background:#f6f0ff;border-radius:4px;border:2px solid #fff;background-clip:content-box;cursor:pointer}.ids-drawer__content::-webkit-scrollbar-thumb:hover{background:#ffa6b5}.ids-drawer__backdrop{position:fixed;inset:0;background-color:rgba(46,14,78,.6)}.ids-drawer__backdrop.ids-drawer--animation-show{animation:fadeIn .3s ease-in forwards;animation-name:fadeIn,appear}.ids-drawer__backdrop.ids-drawer--animation-hide{animation:fadeOut .3s ease-out forwards;animation-name:fadeOut,vanish}