.ActionCardButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.ActionCardButton:hover .ActionCard{transform:translateY(-1px)}.ActionCard{padding:var(--p-space-400);border-radius:var(--p-border-radius-300);background:var(--ActionCard-bg);transition:transform var(--p-motion-duration-150) var(--p-motion-ease),box-shadow var(--p-motion-duration-150) var(--p-motion-ease)}.ActionCard__header{display:flex;align-items:center;gap:var(--p-space-300)}.ActionCard__icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--p-border-radius-300);background:var(--ActionCard-icon-bg)}.ActionCard__icon .Polaris-Icon{margin:0}.ActionCard__description{padding-top:var(--p-space-100);padding-left:46px}.ActionCard--link{cursor:pointer}.ActionCard--blue{--ActionCard-bg: #f0f3ff;--ActionCard-icon-bg: #e1e8ff}.ActionCard--green{--ActionCard-bg: #effaf3;--ActionCard-icon-bg: #dcf4e5}.ActionCard--yellow{--ActionCard-bg: #fffbea;--ActionCard-icon-bg: #fff3b8}.ActionCard--pink{--ActionCard-bg: #fff0f7;--ActionCard-icon-bg: #ffe1f0}.ActionCard--purple{--ActionCard-bg: #f6f0ff;--ActionCard-icon-bg: #eadfff}.ActionCard--orange{--ActionCard-bg: #fff4e8;--ActionCard-icon-bg: #ffe5c2}.ActionCard--gray{--ActionCard-bg: #f7f7f7;--ActionCard-icon-bg: #eeeeee}.AnnotatedSection .expanded:not(.fullWidth) .divider{margin-left:-1rem!important;margin-right:-1rem!important}.AnnotatedSection .expanded.narrow .Note{margin-left:0}.AnnotatedSection .expanded.narrow .Note.fullWidth{margin-left:-29px}.ChoiceBox{display:block;cursor:pointer;-webkit-user-select:none;user-select:none}.ChoiceBox__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.ChoiceBox__indicator{width:22px;height:22px;border:2px solid #ccc;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:auto;margin-bottom:auto;transition:border-color var(--p-motion-duration-150) var(--p-motion-ease),background var(--p-motion-duration-150) var(--p-motion-ease)}.ChoiceBox__indicator:after{content:"";opacity:0;transition:opacity var(--p-motion-duration-150) var(--p-motion-ease)}.ChoiceBox--radio .ChoiceBox__indicator{border-radius:50%}.ChoiceBox--radio .ChoiceBox__indicator:after{width:10px;height:10px;border-radius:50%;background:var(--p-color-border-magic-secondary-hover)}.ChoiceBox--checkbox .ChoiceBox__indicator{border-radius:var(--p-border-radius-150)}.ChoiceBox--checkbox .ChoiceBox__indicator:after{width:6px;height:11px;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(45deg) translate(-1px,-1px)}.ChoiceBox--checked .ChoiceBox__indicator{border-color:var(--p-color-border-magic-secondary-hover)}.ChoiceBox--checked.ChoiceBox--radio .ChoiceBox__indicator:after{opacity:1}.ChoiceBox--checked.ChoiceBox--checkbox .ChoiceBox__indicator{background:var(--p-color-border-magic-secondary-hover)}.ChoiceBox--checked.ChoiceBox--checkbox .ChoiceBox__indicator:after{opacity:1}.ChoiceBox--disabled{cursor:not-allowed;opacity:.7}.ChoiceBox--disabled .ChoiceBox__indicator{border-color:#e1e1e1}.ChoiceBox--disabled.ChoiceBox--radio .ChoiceBox__indicator:after{background:#e1e1e1}.ChoiceBox--disabled.ChoiceBox--checkbox .ChoiceBox__indicator{background:#e1e1e1}.List{--List-gap: var(--p-space-400);--List-marker-size: 32px;display:flex;flex-direction:column;gap:var(--List-gap);margin:0;padding:0;list-style:none}.List--number{counter-reset:List}.List__item{display:grid;grid-template-columns:var(--List-marker-size) minmax(0,1fr);gap:var(--p-space-300);align-items:flex-start}.List__marker{display:flex;align-items:center;justify-content:center;width:var(--List-marker-size);height:var(--List-marker-size);border-radius:var(--p-border-radius-full);background:var(--p-color-bg-fill-secondary);color:var(--p-color-text);font-size:var(--p-font-size-300);font-weight:var(--p-font-weight-medium);line-height:1}.List--number .List__item{counter-increment:List}.List--number .List__marker:before{content:counter(List)}.List--bullet .List__marker:before{content:"";width:8px;height:8px;border-radius:var(--p-border-radius-full);background:currentColor}.Stepper{--Stepper-dot-size: 24px;position:relative;display:flex;align-items:flex-start;width:100%;padding:0;margin-top:5px}.Stepper__track{position:absolute;z-index:0;top:calc(var(--Stepper-dot-size) / 2 - 1px);left:calc(100% / var(--Stepper-items) / 2 + var(--Stepper-dot-size) / 2);right:calc(100% / var(--Stepper-items) / 2 + var(--Stepper-dot-size) / 2);height:2px;pointer-events:none}.Stepper__trackBase,.Stepper__trackProgress{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px}.Stepper__trackBase{background:var(--p-color-border-secondary)}.Stepper__trackProgress{background:var(--p-color-service-secondary);transform:scaleX(calc(var(--Stepper-progress) / 100));transform-origin:left center;transition:transform var(--p-motion-duration-500) var(--p-motion-ease)}.Stepper__item{position:relative;z-index:1;display:grid;grid-template-rows:auto auto;justify-items:center;flex:1;min-width:0}.Stepper__dot{position:relative;z-index:2;display:grid;place-items:center;width:var(--Stepper-dot-size);height:var(--Stepper-dot-size);border-radius:999px;background:var(--p-color-bg-fill-secondary);color:var(--p-color-text-secondary);font-size:11px;font-weight:var(--p-font-weight-semibold);line-height:1;transition:background var(--p-motion-duration-300) var(--p-motion-ease),color var(--p-motion-duration-300) var(--p-motion-ease),box-shadow var(--p-motion-duration-300) var(--p-motion-ease)}.Stepper__dot:after{content:none}.Stepper__label{margin-top:var(--p-space-200);text-align:center;font-size:var(--p-font-size-275);line-height:var(--p-font-line-height-200);color:var(--p-color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;transition:color var(--p-motion-duration-300) var(--p-motion-ease),font-weight var(--p-motion-duration-300) var(--p-motion-ease)}.Stepper__item--upcoming .Stepper__dot{background:var(--p-color-bg-fill-secondary);color:var(--p-color-text-secondary)}.Stepper__item--upcoming .Stepper__dot:after{content:"";width:8px;height:8px;border-radius:999px;background:var(--p-color-icon-disabled)}.Stepper__item--active .Stepper__dot{background:var(--p-color-service-secondary);color:var(--p-color-text-inverse)}.Stepper__item--active .Stepper__dot:after{content:"";width:8px;height:8px;border-radius:999px;background:var(--p-color-bg-surface)}.Stepper__item--active .Stepper__label{color:var(--p-color-text);font-weight:var(--p-font-weight-medium)}.Stepper__item--done .Stepper__dot{background:var(--p-color-service-secondary);color:var(--p-color-bg-surface)}@media (max-width: 640px){.Stepper__label{font-size:var(--p-font-size-50)}}.tip.styled{border-bottom:2px dotted #eee;transition:border-bottom-color .4s;cursor:help}.tip.link{cursor:pointer}.tip.styled:hover{border-bottom:2px dotted #bbb}body{font-family:Twemoji Country Flags,Inter,-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif!important}.liveBadge.up .Polaris-Badge{animation:pop-up .5s forwards ease-out}.liveBadge.down .Polaris-Badge{animation:pop-down .5s forwards ease-out}@keyframes pop-up{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(.95)}to{transform:scale(1)}}@keyframes pop-down{0%{transform:scale(1)}30%{transform:scale(.7)}60%{transform:scale(1.05)}to{transform:scale(1)}}
