.common-arrow-button{cursor:pointer;border-radius:100em;width:3.5em;height:3.5em;font-size:clamp(14px,1.053vw,16px)}.common-arrow-button__button{border-radius:50%;width:100%;height:100%;font-size:1em;display:block;position:relative}.common-arrow-button__button-default{background-color:var(--theme-page-bg);color:var(--theme-page-fg);transition:box-shadow .2s cubic-bezier(.215,.61,.355,1),transform .2s cubic-bezier(.215,.61,.355,1);transform:scale(1)translateY(0);box-shadow:0 6px 7.5px -2px #00000013,0 12.5px 19px #00000006,0 4.5px 25px #00000006}.common-arrow-button:hover .common-arrow-button__button-default{transform:scale(1.033);box-shadow:0 9px 11.5px -3px #00000026,0 18.5px 28.5px #0000000d,0 7px 37.5px #0000000a}.common-arrow-button:active .common-arrow-button__button-default{transform:scale(.98);box-shadow:0 6px 7.5px -2px #0000000a,0 12.5px 19px #00000003,0 4.5px 25px #00000003}.common-arrow-button__icon.common-arrow-button__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (width<=810px){.common-arrow-button{font-size:.9em}}.common-arrow-button--bing-glass .common-arrow-button__button-default{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#fff3;border:2px solid #fff;transition:background .2s cubic-bezier(.215,.61,.355,1);box-shadow:0 6px 7.5px -2px #081f5b26,0 12.5px 19px #081f5b0b,0 4.5px 25px #081f5b0b}.common-arrow-button--bing-glass .common-arrow-button__button-default:hover{background-color:#92d5fa4d}.common-arrow-button--bing-glass .common-arrow-button__icon{opacity:.8}.common-arrow-button--copilot .common-arrow-button__button-default{box-shadow:none;background-color:#ffffff80;border:1px solid #ffffffb3;border-top-color:#fff;transition:box-shadow .5s cubic-bezier(.215,.61,.355,1),background .5s cubic-bezier(.215,.61,.355,1);box-shadow:0 12px 15px -4px #00000006,0 24px 38px #00000002,0 9px 50px #00000002}.common-arrow-button--copilot .common-arrow-button__button-default:hover{background-color:#fff;box-shadow:0 12px 15px -4px #0000000d,0 24px 38px #00000005,0 9px 50px #00000003}.common-arrow-button--caret-icons .common-arrow-button__button-default{background-color:var(--theme-page-bg);border-radius:.25em}.common-arrow-button--small{width:2em;height:2em}.common-arrow-button--invert .common-arrow-button__button{background-color:var(--theme-page-fg);color:var(--theme-page-bg)}.common-current-item-indicator[data-v-ce4aeb5e]{flex-direction:row;justify-content:center;align-items:center;gap:.5em;display:flex}.common-current-item-indicator--size-medium[data-v-ce4aeb5e]{gap:.33em;font-size:2em}.common-current-item-indicator--size-large[data-v-ce4aeb5e]{gap:.33em;font-size:2.75em}.common-current-item-indicator__item-indicator[data-v-ce4aeb5e]{background-color:var(--theme-page-fg);opacity:.56;cursor:pointer;border-radius:.25em;width:.33em;height:.33em;transition:all .5s ease-in-out}.common-current-item-indicator__item-indicator--current[data-v-ce4aeb5e]{cursor:auto;opacity:1;background-color:var(--theme-page-fg);width:.75em;height:.4em}.common-pager{grid-template:"prev pages next""_l indicators _r"/0 100% 0;height:100%;display:grid;position:relative}.common-pager__prev,.common-pager__next{z-index:100;align-items:center;display:flex;position:relative}.common-pager__prev{grid-area:prev}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.common-pager__next{grid-area:next}.common-pager__next--attract{animation:2s 2s bounce}.common-pager__button{z-index:100;align-self:center;position:relative}.common-pager__button--float{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.common-pager__button{transition:opacity .5s cubic-bezier(.215,.61,.355,1),visibility .5s cubic-bezier(.215,.61,.355,1)}.common-pager__button:disabled{pointer-events:none;visibility:hidden;opacity:0}.common-pager__button--prev{grid-area:prev}.common-pager__button--prev.common-pager__button--float{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.common-pager__button--next{grid-area:next}.common-pager__pages{grid-area:pages;grid-template-rows:auto;grid-template-columns:auto;align-items:stretch;height:100%;display:grid;position:relative}.common-pager__page{visibility:hidden;grid-area:1/1;width:100%;height:100%}.common-pager__page--active{z-index:10;opacity:1;visibility:visible;transition:transform 1.5s cubic-bezier(.075,.82,.165,1),opacity 1.5s cubic-bezier(.075,.82,.165,1)}.common-pager__page--before{opacity:0;transition:transform 1s cubic-bezier(.075,.82,.165,1),opacity 1s cubic-bezier(.075,.82,.165,1);transform:translate(-100px)}.common-pager__page--after{opacity:0;transition:transform 1s cubic-bezier(.075,.82,.165,1),opacity 1s cubic-bezier(.075,.82,.165,1);transform:translate(100px)}.common-pager__page-inner{grid-template-rows:100%;grid-template-columns:100%;align-items:center;height:100%;display:grid}.common-pager--top-right{display:block}.common-pager--top-right .common-pager__prev,.common-pager--top-right .common-pager__next{grid-area:none;position:absolute;top:-1em;right:0%;transform:translateY(-100%)}.common-pager--top-right .common-pager__prev{transform:translate(-160%,-100%)}.common-pager--top-right .common-pager__prev--hide,.common-pager--top-right .common-pager__next--hide{visibility:hidden;opacity:0}.common-pager--top-right .common-pager__button--prev,.common-pager--top-right .common-pager__button--next{top:initial;left:initial;position:relative;transform:none}.common-pager--top-right .common-pager__button:disabled{visibility:visible;opacity:.3}.common-pager--top-right.common-pager--hide-buttons .common-pager__button:disabled{visibility:hidden;opacity:0}.common-pager--bottom-center{padding-bottom:4.5em}.common-pager--bottom-center .common-pager__prev,.common-pager--bottom-center .common-pager__next{grid-area:none;position:absolute;bottom:0;left:50%}.common-pager--bottom-center .common-pager__prev{transform:translate(-130%)}.common-pager--bottom-center .common-pager__next{transform:translate(30%)}.common-pager--bottom-center .common-pager__button--prev,.common-pager--bottom-center .common-pager__button--next{top:initial;left:initial;position:relative;transform:none}.common-pager--bottom-center .common-pager__button:disabled{visibility:visible;opacity:.3}.common-pager--bottom-center.common-pager--hide-buttons{padding-bottom:0}.common-pager--bottom-center.common-pager--hide-buttons .common-pager__button:disabled{visibility:hidden;opacity:0}.common-pager--bottom-left{padding-bottom:2.5em}.common-pager--bottom-left .common-pager__prev,.common-pager--bottom-left .common-pager__next{grid-area:none;position:absolute;bottom:0;left:2.75em}.common-pager--bottom-left .common-pager__prev{transform:translateY(100%)}.common-pager--bottom-left .common-pager__next{transform:translate(150%,100%)}.common-pager--bottom-left .common-pager__button--prev,.common-pager--bottom-left .common-pager__button--next{top:initial;left:initial;position:relative;transform:none}.common-pager--bottom-left .common-pager__button:disabled{visibility:visible;opacity:.3}.common-pager--bottom-left.common-pager--hide-buttons{padding-bottom:0}.common-pager--bottom-left.common-pager--hide-buttons .common-pager__button:disabled{visibility:hidden;opacity:0}.common-pager__page-indicator{grid-area:indicators;justify-content:center;align-items:center;margin-top:2em;display:flex}.common-item-stepper{grid-template-rows:[item-count]auto[items]auto[controls]auto;grid-template-columns:100%;display:grid;position:relative}.common-item-stepper__items{flex-direction:row;grid-row:items;justify-content:flex-start;transition:transform .5s ease-in-out;display:flex}@media screen and (width<=810px){.common-item-stepper__items{position:relative}}.common-item-stepper__controls{grid-row:controls;grid-template-columns:1fr auto auto auto;justify-content:end;gap:2em;margin-top:1em;margin-right:3px;display:grid}@media screen and (width<=810px){.common-item-stepper__controls{justify-content:center}}.common-item-stepper__secondary-controls{justify-content:flex-start;align-items:center;display:flex}.common-item-stepper .fade-enter-active{transition:opacity .3s .4s}.common-item-stepper .fade-leave-active{pointer-events:none;transition:opacity .3s}.common-item-stepper .fade-enter-from,.common-item-stepper .fade-leave-to{opacity:0}.common-item-stepper .fade-enter-to,.common-item-stepper .fade-leave-from{opacity:1}.common-item-stepper__item-count-container{top:-1.75em;right:1.15em;bottom:unset;left:unset;color:rgba(var(--theme-page-fg-rgb), .6);grid-row:item-count;font-weight:600;position:absolute}.common-item-stepper__item-count-container--placement-bottom-center{top:unset;right:unset;position:absolute;bottom:0;left:50%;transform:translate(-50%,-50%)}.common-item-stepper__item-count-container--placement-bottom-center .common-item-stepper__item-count{font-size:.9em}.common-item-stepper__item-count-container--placement-bottom-start{top:unset;right:unset;position:absolute;bottom:1.5em;left:1.15em}.common-item-stepper__item-count-container--placement-bottom-start .common-item-stepper__item-count{font-size:.85em}.common-item-stepper__item-count{font-size:.8em}.common-item-stepper__item-container{cursor:auto}.common-item-stepper__item-container--inactive{cursor:pointer}.common-item-stepper__item-container--inactive *{pointer-events:none}.common-item-stepper__item-indicator-list{flex-direction:row;justify-content:center;align-items:center;gap:.5em;display:flex}.common-item-stepper__item-indicator{opacity:.56;cursor:pointer;background-color:#000;border-radius:.25em;width:.33em;height:.33em;transition:all .5s ease-in-out}.common-item-stepper__item-indicator--current{cursor:auto;opacity:1;background-color:#000;width:1em;height:.5em}.common-item-stepper__next-container{display:grid}.common-item-stepper__next-container>*{grid-area:1/1/2/2}.scroll-id{opacity:0;width:1px;height:1px;position:absolute;top:-80px}.common-card-list{justify-content:stretch;align-items:stretch;max-width:100%;display:flex;position:relative}.common-card-list__cards--auto-size{position:absolute;top:0;left:50%;transform:translate(-50%)}.common-card-list__cards{width:100%;max-width:100%}.common-card-list__pager{max-width:100%}.common-card-list__cards-all{flex-wrap:nowrap;display:flex}.common-card-list__card-group{flex-wrap:nowrap;flex:none;justify-content:center;align-items:stretch;width:100%;max-width:100%;height:100%;display:flex}.common-card-list__card-group--wrap{flex-wrap:wrap}.common-card-list__card-group--wrap .common-card-list__card{flex-shrink:1}.common-card-list__card{flex:none;height:100%}@media screen and (width<=810px){.common-card-list__card{max-width:none!important}}.common-card-list__arrow-button{z-index:100;flex:none;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.common-card-list--stacked .common-card-list__cards-all,.common-card-list--stacked .common-card-list__card-group{height:auto;min-height:none;flex-direction:column}.common-card-list--stacked .common-card-list__card{height:auto;min-height:none;margin-top:24px;margin-bottom:24px}.common-card-list--debug .common-card-list__card{border:1px dashed rgba(var(--theme-page-fg-rgb), .5)}
