.stepper__base{display:flex;flex-direction:column;gap:var(--eds-spacing-16)}.stepper{width:100%;margin:0 auto;display:flex;justify-content:space-between;counter-reset:stepper;list-style-type:none}.stepper__label{display:flex;flex-direction:column;gap:var(--eds-spacing-8)}@media screen and (min-width:768px){.stepper__label{display:none}}.stepper__label-current{color:var(--eds-color-static-text-on-basic-body);font-size:var(--label-default-400-font-size);font-weight:var(--label-default-400-font-weight);line-height:var(--label-default-400-line-height)}.stepper__label-current-text{font-weight:var(--label-default-600-font-weight)}.stepper__label-next{color:var(--eds-color-static-text-on-basic-supportive);font-size:var(--label-small-400-font-size);font-weight:var(--label-small-400-font-weight);line-height:var(--label-small-400-line-height)}.stepper__step:last-child{max-width:-moz-fit-content;max-width:fit-content}@media screen and (min-width:768px){.stepper__step:last-child{max-width:20rem}}.stepper li:last-child .stepper__step-line{display:none}@media screen and (min-width:768px){.stepper{justify-content:center}}.stepper__step{flex:1;display:flex;position:relative;max-width:20rem}@media screen and (min-width:768px){.stepper__step{justify-content:center}}.stepper__step-line{transition:all .1s cubic-bezier(.14,.25,.54,1);flex:1 1 auto;width:100%;position:absolute;top:calc(calc(2.25rem - var(--eds-stroke-divider-strong)) / 2);left:calc(2.25rem - var(--eds-stroke-divider-strong));transform:translateY(-50%);border-top:var(--eds-stroke-divider-strong) solid var(--eds-color-static-stroke-on-basic-divider)}@media screen and (min-width:768px){.stepper__step-line{top:calc(calc(3rem - var(--eds-stroke-divider-strong)) / 2);left:50%}}.stepper__step-icon{transition:all .1s cubic-bezier(.14,.25,.54,1);width:1.5rem;height:1.5rem;color:var(--eds-color-static-bg-basic-main)}.stepper__step-content{display:flex;flex-direction:column;align-items:center;gap:var(--eds-spacing-8)}.stepper__step-indicator{transition:all .1s cubic-bezier(.14,.25,.54,1);height:calc(2.25rem - var(--eds-stroke-divider-strong));width:calc(2.25rem - var(--eds-stroke-divider-strong));display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;font-size:var(--eds-text-line-default-600-font-size-laptop);font-weight:var(--eds-text-line-default-600-font-weight-laptop);line-height:var(--eds-text-line-default-600-line-height-laptop);z-index:100}.stepper__step-indicator:before{transition:all .1s cubic-bezier(.14,.25,.54,1);counter-increment:stepper;content:counter(stepper)}@media screen and (min-width:768px){.stepper__step-indicator{height:calc(3rem - var(--eds-stroke-divider-strong));width:calc(3rem - var(--eds-stroke-divider-strong));font-size:var(--eds-text-line-large-600-font-size-laptop);line-height:var(--eds-text-line-large-600-line-height-laptop)}}.stepper__step-label{transition:all .1s cubic-bezier(.14,.25,.54,1);display:none;text-align:center}@media screen and (min-width:768px){.stepper__step-label{display:flex;padding:0 var(--eds-spacing-8)}}.stepper__step--current .stepper__step-indicator{background:var(--eds-color-static-bg-basic-main);border:var(--eds-stroke-divider-strong) solid var(--eds-color-static-stroke-on-basic-accent)}.stepper__step--current .stepper__step-indicator:before{color:var(--eds-color-static-stroke-on-basic-accent)}.stepper__step--current .stepper__step-label{color:var(--eds-color-static-text-on-basic-highlighted)}.stepper__step--upcoming .stepper__step-indicator{background:var(--eds-color-static-bg-basic-main);border:var(--eds-stroke-divider-strong) solid var(--eds-color-static-stroke-on-basic-container)}.stepper__step--upcoming .stepper__step-indicator:before,.stepper__step--upcoming .stepper__step-label{color:var(--eds-color-static-text-on-basic-supportive)}.stepper__step--complete .stepper__step-line{border-top:var(--eds-stroke-divider-strong) solid var(--eds-color-static-stroke-on-basic-accent)}.stepper__step--complete .stepper__step-indicator{background:var(--eds-color-static-stroke-on-basic-accent);border:var(--eds-stroke-divider-strong) solid var(--eds-color-static-stroke-on-basic-accent)}.stepper__step--complete .stepper__step-indicator:before{visibility:hidden;height:0;width:0}.stepper__step--complete .stepper__step-label{color:var(--eds-color-static-text-on-basic-supportive)}.choice{transition:all var(--duration-100) var(--ease-in-out);border-radius:var(--eds-radius-main);border:var(--eds-stroke-divider-strong) solid var(--eds-color-action-stroke-form-default);background-color:var(--eds-color-action-bg-basic-main-default);width:100%}.choice.choice__column.choice__complex.choice__centered{display:flex;flex-direction:column;justify-items:center;gap:var(--eds-spacing-12)}.choice.choice__row{display:flex;flex-direction:row;gap:var(--eds-spacing-12)}.choice.choice__column{display:flex;flex-direction:column;gap:var(--eds-spacing-12)}.choice.choice__complex.choice__row{padding:var(--eds-spacing-32) var(--eds-spacing-24)}.choice.choice__complex.choice__column{padding:var(--eds-spacing-20)}.choice.choice__complex .choice__title{color:var(--eds-color-static-text-on-basic-body);font-weight:var(--heading-mobile-h5-font-weight);font-size:var(--heading-mobile-h5-font-size);line-height:var(--heading-mobile-h5-line-height)}.choice.choice__full{padding:var(--eds-spacing-12) var(--eds-spacing-16);align-items:center}.choice.choice__full.choice__column{align-items:center;gap:var(--eds-spacing-8)}.choice.choice__full.choice__row{width:100%;gap:var(--eds-spacing-8)}.choice.choice__full.choice__column .choice__title{text-align:center}.choice.choice__full .choice__title{padding:var(--eds-spacing-2) 0;color:var(--eds-color-static-text-on-basic-body);font-size:var(--label-default-600-font-size);font-weight:var(--label-default-600-font-weight);line-height:var(--label-default-600-line-height)}.choice.choice__simple{padding:var(--eds-spacing-12) var(--eds-spacing-16)}.choice.choice__simple.choice__column{align-items:center;gap:var(--eds-spacing-8)}.choice.choice__simple.choice__row{width:-moz-fit-content;width:fit-content;gap:var(--eds-spacing-8)}.choice.choice__simple .choice__title{padding:var(--eds-spacing-2) 0;color:var(--eds-color-static-text-on-basic-body);text-align:center;font-size:var(--label-default-600-font-size);font-weight:var(--label-default-600-font-weight);line-height:var(--label-default-600-line-height)}.choice__content{width:100%}.choice__description{color:var(--eds-color-static-text-on-basic-supportive)}.choice__centered .choice__indicator,.choice__indicator{transition:all var(--duration-100) var(--ease-in-out);height:-moz-fit-content;height:fit-content;display:flex;flex-shrink:0;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:calc(var(--eds-spacing-4) - 2px);border-radius:var(--eds-radius-full);border:var(--eds-stroke-divider-strong) solid var(--eds-color-action-stroke-form-default);background:var(--eds-color-action-bg-form-default)}.choice__icon{transition:all var(--duration-100) var(--ease-in-out);fill:var(--eds-color-action-bg-form-default)}.choice:hover{cursor:pointer}.choice:hover,.choice:hover .choice__indicator{border-color:var(--eds-color-action-stroke-form-hover)}.choice:hover .choice__indicator{background:var(--eds-color-action-bg-form-hover)}.choice--pressed{border-color:var(--eds-color-action-stroke-form-active)!important}.choice--pressed .choice__indicator{background:var(--eds-color-static-bg-accent-main)!important;border-color:var(--eds-color-static-bg-accent-main)!important}.choice--pressed .choice__icon{fill:var(--eds-color-action-bg-form-default)!important}.choice--selected{border-color:var(--eds-color-static-bg-accent-main)!important}.choice--selected .choice__icon{fill:var(--eds-color-action-icon-accent-default)}.choice--selected:hover .choice__icon{fill:var(--eds-color-action-icon-accent-hover)}.choice--focused{outline:solid var(--focus-sm-color) var(--focus-sm-width);outline-offset:var(--focus-sm-offset);z-index:var(--focus-sm-z);background:var(--eds-color-action-bg-form-focus);border-color:var(--eds-color-action-stroke-form-focus)}.choice--invalid{border-color:var(--eds-color-static-stroke-alert-main)}.choice--invalid .choice__icon{fill:var(--eds-color-action-bg-form-default)}.radiogroup-label__container{display:flex;align-items:center;gap:var(--eds-spacing-4)}.radiogroup-label{padding:var(--eds-spacing-2) 0;font-size:var(--label-default-400-font-size);line-height:var(--label-default-400-line-height);letter-spacing:var(--label-default-400-letter-spacing);font-weight:600}.radiogroup-label,.radiogroup-label__suffix{color:var(--eds-color-static-text-on-basic-body)}.radiogroup-label__suffix{display:inline-flex;transform:translateY(-1px)}.radiogroup-label__suffix-separator{display:inline-flex;width:var(--eds-spacing-4)}.radiogroup-message--error{color:var(--eds-color-static-text-alert-body)}