@media (min-width:1200px){custom-select{margin-left:calc(var(--gap,8px) * -1);margin-right:calc(var(--gap,8px) * -1)}}@media (max-width:1199px){custom-select [custom-select-drawer]:before{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;z-index:15;content:"";z-index:30;top:0;left:0;background:#0003;width:100%;height:100vh;transition:opacity .3s ease-in-out;display:block;position:fixed;inset:0;transform:scale(0)}[custom-select-opened] custom-select [custom-select-drawer]:before{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transform:scale(1)}}custom-select [custom-select-body]{background-color:var(--color-background);color:var(--color-text);z-index:40;transition:transform .3s cubic-bezier(.12,.67,.53,1),opacity .2s linear;position:relative}@media (max-width:1199px){custom-select [custom-select-body]{flex-direction:column;width:100%;max-height:min(85vh,100dvh - 150px);display:flex;position:fixed;bottom:0;left:0;transform:translateY(100%)}}@media (min-width:1200px){custom-select [custom-select-body]{opacity:0;filter:drop-shadow(0 0 4px rgba(var(--color-text-rgb), .2));transform:translateY(-120%)}custom-select [custom-select-body]:before{content:"";width:0;height:0;top:calc(var(--gap,8px) * -1);border-style:solid;border-width:0 calc(var(--gap,8px) * 1) calc(var(--gap,8px) * 1);border-color:transparent transparent var(--color-background);position:absolute;right:2rem}}@media (max-width:1199px){custom-select [custom-select-list]{overflow:auto}}@media (min-width:1200px){custom-select [custom-select-drawer]{pointer-events:none;padding:calc(var(--gap,8px) * 1.5);position:absolute;right:0;overflow:hidden}custom-select{position:relative}custom-select[open] [custom-select-drawer]{pointer-events:all;z-index:15}}custom-select[open] [custom-select-body]{z-index:40}@media (max-width:1199px){custom-select[open] [custom-select-body]{transform:translateY(0)}}@media (min-width:1200px){custom-select[open] [custom-select-body]{opacity:1;transform:translateY(0)}}@media (max-width:1199px){body[custom-select-opened]{touch-action:none;-ms-touch-action:none;height:100%;overflow:hidden}body[custom-select-opened]::-webkit-scrollbar{display:none}}[custom-select-overlay]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;z-index:15;background:#00000080;width:100%;height:100vh;transition:opacity .3s ease-in-out;position:fixed;top:0;left:0;transform:scale(0)}@media (max-width:1199px){[custom-select-overlay]{display:none}}[custom-select-opened] [custom-select-overlay]{opacity:1;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:30;transform:scale(1)}@media (min-width:1200px){[custom-select-opened] [custom-select-overlay]{background-color:#0000;display:none}}.wt-options__list{padding:calc(var(--gap,8px) * 3)}@media (min-width:1200px){.wt-options__list{padding:calc(var(--gap,8px) * 2);margin:0}}.wt-options__list__item{padding:calc(var(--gap,8px) * 2);cursor:pointer;color:var(--color-body-text)}@media (min-width:1200px){.wt-options__list__item{white-space:nowrap;padding-block:calc(var(--gap,8px) * 1)}}.wt-options__list__item[selected]{background-color:rgba(var(--color-text-rgb), .05);border-radius:var(--border-radius-button);justify-content:space-between;align-items:center;display:flex}.wt-options__list__item[selected]:after{content:"";width:1rem;height:.5rem;margin-top:calc(var(--gap,8px) * -.5);margin-left:calc(var(--gap,8px) * 3);border-style:solid;border-width:0 0 1px 1px;display:block;transform:rotate(-45deg)}[dir=rtl] .wt-options__list__item[selected]:after{margin-left:0;margin-right:calc(var(--gap,8px) * 3)}.wt-options__trigger{align-items:center;gap:calc(var(--gap,8px) * 1);height:100%;padding:calc(var(--gap,8px) * 1);cursor:pointer;white-space:nowrap;display:flex}.wt-options__label{opacity:.7}.wt-options__value{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wt-options__title{border-bottom:1px solid var(--color-border);padding:calc(var(--gap,8px) * 2) calc(var(--gap,8px) * 4);font-family:var(--font-headline);font-style:var(--font-headline-style);font-weight:var(--font-headline-weight);text-transform:var(--font-headline-transform,none);font-size:var(--font-headline-size);letter-spacing:var(--font-headline-letter-spacing,normal);line-height:var(--font-headline-line-height,normal);font-size:calc(var(--font-base-size) * 1.15);justify-content:space-between;align-items:center;display:flex}@media (min-width:1200px){.wt-options__title{font-size:calc(var(--font-base-size) * 1.25);display:none}}