<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elb .react-loading-skeleton.sgw-skeleton{--base-color:var(--white);--highlight-color:var(--card-background)}.elb .react-loading-skeleton.sgw-skeleton__dark{--highlight-color:var(--white);--base-color:var(--card-background)}@-webkit-keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.elb .react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.elb .react-loading-skeleton:after{-webkit-animation-direction:var(--animation-direction);animation-direction:var(--animation-direction);-webkit-animation-duration:var(--animation-duration);animation-duration:var(--animation-duration);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:react-loading-skeleton;animation-name:react-loading-skeleton;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-image:var(--custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media(prefers-reduced-motion){.elb .react-loading-skeleton{--pseudo-element-display:none}}.elb .sgw-button{background:none;border:none;color:var(--button-background-color);padding:1px 6px}.elb .sgw-button:enabled{cursor:pointer}.elb .sgw-button.button--action{color:var(--typography-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:var(--font-size--small);text-align:center;width:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-button.button--action,.elb .sgw-button.button--action .sgw-icon{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color,color,.2s;transition:background-color,color,.2s}.elb .sgw-button.button--action .sgw-icon{background-color:var(--action-button-primary-color);border-radius:50%;color:var(--action-icon-color);display:block;height:68px;margin-bottom:8px;padding:16px;position:relative;width:68px}@media screen and (min-width:1024px){.elb .sgw-button.button--action .sgw-icon{margin-bottom:12px}}.elb .sgw-button.button--action .sgw-icon .icon.icon--36{height:36px;width:36px}.elb .sgw-button.button--action:focus-visible .sgw-icon{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--action-button-primary-color) inset;box-shadow:0 0 0 2px var(--action-button-primary-color) inset;color:var(--action-icon-hover-color);-webkit-transform:scale(.941);transform:scale(.941)}.elb .sgw-button.button--action:focus-visible .sgw-icon:before{background:none;border:2px solid var(--action-button-primary-color);border-radius:50%;content:"";display:block;height:72px;left:-4px;position:absolute;top:-4px;width:72px}@media(hover:hover)and (pointer:fine){.elb .sgw-button.button--action:hover .sgw-icon{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--action-button-primary-color) inset;box-shadow:0 0 0 2px var(--action-button-primary-color) inset;color:var(--action-icon-hover-color)}}.elb .sgw-button.button--action:disabled{color:var(--disabled)}.elb .sgw-button.button--action:disabled .sgw-icon{background-color:var(--disabled);-webkit-box-shadow:none;box-shadow:none;color:var(--typography-color-negative)}.elb .sgw-button.button--action:active:not(.sgw-button.button--action:disabled){color:var(--form-theme-light)}.elb .sgw-button.button--action:active:not(.sgw-button.button--action:disabled) .sgw-icon{background-color:var(--form-theme-light);-webkit-box-shadow:none;box-shadow:none;color:var(--form-theme-light);-webkit-transform:scale(.941);transform:scale(.941)}.elb .sgw-button.button--action.action-button__button{font-weight:600;word-break:normal}.elb .sgw-button.button--action.action-button__button.action-link__link-element,.elb .sgw-button.button--action.action-button__button.button--size-standard{padding:1px 6px}.elb .sgw-button.button--action.action-button__button--secondary{color:var(--action-desktop-text-color)}.elb .sgw-button.button--action.action-button__button--secondary:hover .sgw-icon{-webkit-box-shadow:0 0 0 2px var(--action-button-primary-color) inset;box-shadow:0 0 0 2px var(--action-button-primary-color) inset}.elb .sgw-button.button--action.action-button__button--secondary:focus-visible .sgw-icon,.elb .sgw-button.button--action.action-button__button--secondary:hover .sgw-icon{background-color:var(--neutral-background)}.elb .sgw-button.button--action.action-button__button--secondary .sgw-icon{background-color:var(--action-button-secondary-color);color:var(--action-desktop-text-color)}.elb .sgw-button.button--action.action-button__button--secondary:after{background-color:var(--action-button-desktop-backdrop-secondary-color)}.font-scale-large .elb .sgw-button.action-button__button{margin-top:24px;width:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left;word-break:break-word}.font-scale-large .elb .sgw-button.action-button__button .sgw-icon{margin-bottom:0;margin-right:16px}@media screen and (min-width:1024px){.font-scale-large .elb .sgw-button.action-button__button{margin-top:unset}.font-scale-large .elb .sgw-button.action-button__button:after{height:unset;top:0}.elb .sgw-button.button--action{color:var(--action-desktop-text-color);--grid-item--min-width:170px;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:170px;max-width:inherit;min-height:128px;min-width:var(--grid-item--min-width);padding:0 24px;position:relative;width:auto;z-index:0}.elb .sgw-button.button--action:after{background-color:var(--action-button-desktop-backdrop-color);border-radius:6px;bottom:0;content:"";left:0;position:absolute;right:0;top:34px;z-index:-1}.elb .sgw-button.button--action:disabled:after{background-color:var(--disabled);content:"";opacity:.3}}.elb .action-link__link-element{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.elb .action-link__label{line-height:1.15;word-break:normal}.elb .row-button__container{background:none;border:none;color:var(--typography-color,var(--form-theme-dark));padding:16px 24px;text-align:left;width:100%}.elb .row-button__container:focus{outline:none}.elb .row-button__container:focus-visible{-webkit-box-shadow:inset 0 -4px 0 -2px var(--form-theme-dark),inset 0 4px 0 -2px var(--form-theme-dark);box-shadow:inset 0 -4px 0 -2px var(--form-theme-dark),inset 0 4px 0 -2px var(--form-theme-dark)}.elb .row-button__container:not(:disabled){cursor:pointer}@media(hover:hover)and (pointer:fine){.elb .row-button__container:not(:disabled):hover{background:var(--card-background-light)}}.elb .row-button__container:not(:disabled):active{background:var(--card-background-light)}.elb .sgw-button-common[class*=button--icon]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:44px;padding:0;width:44px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-button-common[class*=button--icon] .sgw-icon{margin:0}.elb .sgw-button-common[class*=button--icon] .sgw-button__icon-container{min-height:38px;min-width:38px;-ms-flex-negative:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border-radius:50%;color:var(--icon-color,var(--button-background-color));justify-content:center}.elb .sgw-button-common[class*=button--icon]:focus-visible .sgw-button__icon-container{-webkit-box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color)) inset;box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color)) inset}@media(hover:hover)and (pointer:fine){.elb .sgw-button-common[class*=button--icon]:hover:not(:disabled) .sgw-button__icon-container{background-color:var(--form-theme-light)}}.elb .sgw-button-common[class*=button--icon]:active .sgw-button__icon-container{color:var(--form-theme-light)}.elb .sgw-button-common[class*=button--icon]:disabled .sgw-button__icon-container{color:var(--disabled)}.elb .sgw-button-common[class*=button--icon].button--size-small .sgw-icon .icon[class*=icon--]{height:var(--ikon-size-20);width:var(--ikon-size-20)}.elb .sgw-button-common[class*=button--icon][class*=dark],.elb .sgw-button-common[class*=button--icon][class*=negative]{-webkit-box-shadow:none;box-shadow:none}.elb .sgw-button-common[class*=button--icon][class*=dark] .sgw-button__icon-container,.elb .sgw-button-common[class*=button--icon][class*=negative] .sgw-button__icon-container{background-color:var(--button-background-color);color:var(--button-text-color,var(--typography-color-negative));position:relative}@media(hover:hover)and (pointer:fine){.elb .sgw-button-common[class*=button--icon][class*=dark]:hover .sgw-button__icon-container,.elb .sgw-button-common[class*=button--icon][class*=negative]:hover .sgw-button__icon-container{background-color:#fff;-webkit-box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color)) inset;box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color)) inset;color:var(--icon-color,var(--button-background-color))}}.elb .sgw-button-common[class*=button--icon][class*=dark]:active .sgw-button__icon-container,.elb .sgw-button-common[class*=button--icon][class*=negative]:active .sgw-button__icon-container{background-color:var(--form-theme-light);-webkit-box-shadow:none;box-shadow:none;color:#fff}.elb .sgw-button-common[class*=button--icon][class*=dark]:disabled .sgw-button__icon-container,.elb .sgw-button-common[class*=button--icon][class*=negative]:disabled .sgw-button__icon-container{background-color:var(--disabled);-webkit-box-shadow:none;box-shadow:none;color:#fff}.elb .sgw-button-common[class*=button--icon][class*=dark]:focus-visible .sgw-button__icon-container:after,.elb .sgw-button-common[class*=button--icon][class*=negative]:focus-visible .sgw-button__icon-container:after{border:2px solid var(--button-background-color);border-radius:50%;bottom:-4px;content:"";display:block;left:-4px;position:absolute;right:-4px;top:-4px}.elb .sgw-button-common[class*=button--icon].inverted{-webkit-box-shadow:none;box-shadow:none}.elb .sgw-button-common[class*=button--icon].inverted .sgw-button__icon-container{background-color:var(--neutral-background);color:var(--icon-color,var(--button-background-color));position:relative}@media(hover:hover)and (pointer:fine){.elb .sgw-button-common[class*=button--icon].inverted:hover:not(:disabled) .sgw-button__icon-container{background-color:var(--icon-color,var(--button-background-color));-webkit-box-shadow:0 0 0 2px var(--typography-color-negative) inset;box-shadow:0 0 0 2px var(--typography-color-negative) inset;color:var(--typography-color-negative)}}.elb .sgw-button-common[class*=button--icon].inverted:focus-visible .sgw-button__icon-container{background-color:var(--icon-color,var(--button-background-color));-webkit-box-shadow:0 0 0 2px var(--typography-color-negative) inset;box-shadow:0 0 0 2px var(--typography-color-negative) inset;color:var(--typography-color-negative)}.elb .sgw-button-common[class*=button--icon].inverted:focus-visible .sgw-button__icon-container:after{border:2px solid var(--typography-color-negative);border-radius:50%;bottom:-4px;content:"";display:block;left:-4px;position:absolute;right:-4px;top:-4px}.elb .sgw-button-common[class*=button--icon].inverted[class*=dark] .sgw-button__icon-container,.elb .sgw-button-common[class*=button--icon].inverted[class*=negative] .sgw-button__icon-container{background-color:var(--icon-color,var(--button-background-color));-webkit-box-shadow:0 0 0 2px var(--typography-color-negative) inset;box-shadow:0 0 0 2px var(--typography-color-negative) inset;color:var(--typography-color-negative);position:relative}@media(hover:hover)and (pointer:fine){.elb .sgw-button-common[class*=button--icon].inverted[class*=dark]:hover:not(:disabled) .sgw-button__icon-container,.elb .sgw-button-common[class*=button--icon].inverted[class*=negative]:hover:not(:disabled) .sgw-button__icon-container{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--typography-color-negative) inset;box-shadow:0 0 0 2px var(--typography-color-negative) inset;color:var(--icon-color,var(--button-background-color))}}.elb .sgw-button-common[class*=button--icon].inverted[class*=dark]:focus-visible .sgw-button__icon-container,.elb .sgw-button-common[class*=button--icon].inverted[class*=negative]:focus-visible .sgw-button__icon-container{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--typography-color-negative) inset;box-shadow:0 0 0 2px var(--typography-color-negative) inset;color:var(--icon-color,var(--button-background-color))}.elb .sgw-button-common[class*=button--icon].inverted[class*=dark]:focus-visible .sgw-button__icon-container:after,.elb .sgw-button-common[class*=button--icon].inverted[class*=negative]:focus-visible .sgw-button__icon-container:after{border-color:var(--typography-color-negative)}.elb .sgw-button-common[class*=button--icon].inverted[class*=dark]:disabled .sgw-button__icon-container,.elb .sgw-button-common[class*=button--icon].inverted[class*=negative]:disabled .sgw-button__icon-container{background-color:var(--form-theme-dark);-webkit-box-shadow:0 0 0 2px var(--disabled) inset;box-shadow:0 0 0 2px var(--disabled) inset;color:var(--disabled)}.elb .sgw-button-common[class*=button--icon].inverted:disabled .sgw-button__icon-container{background-color:var(--disabled);color:var(--form-theme-light)}.elb .sgw-file-button{background:var(--card-background);border-radius:24px;display:grid;grid-auto-flow:column;padding:8px 12px;place-content:flex-start}.elb .sgw-file-button .sgw-icon{margin-right:8px}.elb .sgw-file-button__text-wrapper{border-bottom:1px solid var(--form-theme-pastel);display:grid;grid-auto-flow:column}.elb .sgw-file-button__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elb .sgw-file-button:hover{background:var(--form-theme-pastel-light)}.elb .sgw-file-button:hover .sgw-file-button__text-wrapper{border-bottom:1px solid transparent}.elb .sgw-file-button:active{background:var(--form-theme-pastel)}.elb .sgw-file-button:focus,.elb .sgw-file-button:focus-visible{outline-color:var(--typography-color)}.elb .sgw-chip{border-radius:20px;display:grid;gap:8px;grid-template-columns:auto;justify-self:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--neutral-background);border:2px solid var(--form-theme-pastel);padding:6px 16px}.elb .sgw-chip__removable{grid-template-columns:auto var(--font-size--small)}.elb .sgw-chip__active,.elb .sgw-chip__removable{background-color:var(--form-theme-light);border-color:transparent}.elb .sgw-chip__active.sgw-chip__with-cross-button{grid-template-columns:auto var(--font-size--small)}.elb .sgw-chip:enabled{cursor:pointer}@media(hover:hover)and (pointer:fine){.elb .sgw-chip:hover:not(:disabled){background-color:var(--form-theme-pastel)}.elb .sgw-chip:hover .sgw-chip__icon-wrapper{background-color:var(--icon-color,var(--button-background-color,var(--form-theme-dark)));color:var(--button-color,var(--white))}}.elb .sgw-chip:focus-visible:not(:disabled){outline-color:var(--form-theme-pastel);outline-offset:3px}.elb .sgw-chip:focus-visible:not(:disabled).sgw-chip__active,.elb .sgw-chip:focus-visible:not(:disabled).sgw-chip__removable{background-color:var(--form-theme-pastel)}.elb .sgw-chip:focus-visible .sgw-chip__icon-wrapper{background-color:var(--icon-color,var(--button-background-color,var(--form-theme-dark)));color:var(--button-color,var(--white))}.elb .sgw-chip .sgw-chip__icon-wrapper{background-color:var(--form-theme-medium);border-radius:50%;height:var(--font-size--regular);width:var(--font-size--regular);-ms-flex-item-align:center;align-self:center;color:var(--typography-color-negative);display:-webkit-box;display:-ms-flexbox;display:flex}.elb .sgw-chip .sgw-chip__icon-wrapper .icon,.elb .sgw-chip .sgw-chip__icon-wrapper .sgw-icon{height:unset;width:unset;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .sgw-chip .sgw-chip__icon-wrapper .sgw-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.font-scale-large .elb .sgw-chip{text-align:unset}.elb .sgw-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 0}.elb .sgw-button-group__first-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-button-group__second-row{margin-top:12px}.elb .account-selector-layout__container{-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;display:grid;grid-template-areas:"first-row ." "second-row icon" "third-row .";grid-template-columns:auto var(--ikon-size-20);grid-template-rows:repeat(3,auto);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .account-selector-layout__label{font-size:var(--font-size--small);line-height:1.14;margin-right:4px}.elb .account-selector-layout__first-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-area:first-row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.elb .account-selector-layout__second-row{grid-area:second-row;line-height:1.5}.elb .account-selector-layout__second-row,.elb .account-selector-layout__third-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.elb .account-selector-layout__third-row{grid-area:third-row}.elb .account-selector-layout__alias{font-weight:600;margin-right:8px}.elb .account-selector-layout__account-number{font-size:var(--font-size--small);grid-area:accountNumber;line-height:1.43;margin-right:16px}.elb .account-selector-layout__value{font-weight:700}.elb .account-selector-layout__left-single-value{grid-area:second-row}.elb .account-selector-layout__placeholder{color:var(--typography-color-secondary)}.elb .account-selector-layout__icon{align-self:baseline;grid-area:icon;--top-translation:calc((1.5*var(--font-size--regular) - var(--ikon-size-20))/2);-webkit-transform:translateY(var(--top-translation));transform:translateY(var(--top-translation))}.elb .account-selector-layout__error-label{margin:0}.elb .account-selector-layout__credit{font-size:var(--font-size--small);line-height:1.43}.elb .sgw-tag{background-color:var(--card-background-dark);border-radius:6px;color:var(--typography-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:600;line-height:1.4;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;line-height:1.3846153846;padding:4px 8px}.elb .sgw-tag--empty{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.elb .sgw-tag&gt;span.sgw-icon{-ms-flex-item-align:start;align-self:flex-start;height:var(--ikon-size-20);--tag-text-height:calc(var(--font-size--small)*1.38462);--alignment-margin:calc((var(--tag-text-height) - var(--ikon-size-20))/2);margin-bottom:var(--alignment-margin);margin-right:2px;margin-top:var(--alignment-margin);vertical-align:middle;width:var(--ikon-size-20);-webkit-box-flex:0;-ms-flex:none;flex:none}.elb .sgw-tag&gt;span.sgw-icon&gt;.icon{height:var(--ikon-size-20)}.elb .sgw-tag--small{border-radius:4px;font-size:var(--font-size--smallest);line-height:1;padding:2px 6px}.elb .sgw-tag--small&gt;span.sgw-icon{height:var(--font-size--small);width:var(--font-size--small);--alignment-margin:calc((var(--font-size--smallest) - var(--font-size--small))/2);margin-bottom:var(--alignment-margin);margin-top:var(--alignment-margin)}.elb .sgw-tag--small&gt;span.sgw-icon&gt;.icon{height:var(--font-size--small)}.elb .sgw-tag--success{background-color:var(--success);color:var(--success-text-color)}.elb .sgw-tag--attention{background-color:var(--attention);color:var(--attention-text-color)}.elb .sgw-tag--pending{background-color:var(--pending);color:var(--pending-text-color)}.elb .sgw-tag--info{background-color:var(--info);color:var(--info-text-color)}.elb .sgw-tag--inverted{background-color:var(--neutral-background)}.elb .sgw-tag--warning{background-color:var(--warning);color:var(--warning-text-color)}.elb .sgw-tag--warning&gt;span.sgw-icon{color:var(--danger-dark-color)}.elb .sgw-tag--error{background-color:var(--danger);color:var(--danger-text-color)}.elb .sgw-tag--error&gt;span.sgw-icon{color:var(--danger-dark-color)}.elb .sgw-tag--error-severe{background-color:var(--danger-dark-color)}.elb .sgw-tag--error-severe,.elb .sgw-tag--error-severe&gt;span.sgw-icon{color:var(--typography-color-negative)}.elb .sgw-tag--external-link{background-color:var(--card-background-dark)}.elb .sgw-tag--external-link .sgw-tag__external-link{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400}@media screen and (min-width:1024px){.elb .sgw-tag--external-link .sgw-tag__external-link{font-size:var(--font-size--regular)}}.elb .sgw-tag--external-link .sgw-tag__external-link{text-decoration:underline}.elb .sgw-tag--external-link .sgw-tag__external-link .sgw-tag__external-link__icon-container .sgw-icon{display:inline-block;height:var(--ikon-size-20);margin:-1px -2px -1px 4px;vertical-align:middle;width:var(--ikon-size-20)}.elb .sgw-tag--external-link .sgw-tag__external-link .sgw-tag__external-link__icon-container .sgw-icon&gt;.icon{height:var(--ikon-size-20);width:var(--ikon-size-20)}.elb .sgw-checkmark-animation .sgw-checkmark-animation__checkmark{width:90px}.elb .sgw-checkmark-animation .sgw-checkmark-animation__checkmark .checkmark{stroke-width:26}.elb .sgw-checkmark-animation .sgw-checkmark-animation__checkmark .arc{stroke-width:20}.elb .sgw-checkmark-animation.checkmark--mini .sgw-checkmark-animation__checkmark{width:60px}.elb .sgw-checkmark-animation.checkmark--mini .checkmark{stroke-width:30}.elb .sgw-checkmark-animation.checkmark--mini .arc{stroke-width:24}.elb .sgw-checkmark-animation.checkmark-animation--positive .arc,.elb .sgw-checkmark-animation.checkmark-animation--positive .checkmark{stroke:var(--form-theme-pastel)}.elb .sgw-checkmark-animation.checkmark-animation--negative .arc,.elb .sgw-checkmark-animation.checkmark-animation--negative .checkmark{stroke:var(--typography-color-negative)}.elb .sgw-checkmark-animation .arc,.elb .sgw-checkmark-animation .checkmark{fill:none;stroke-linecap:round;stroke-linejoin:round}.elb .sgw-checkmark-animation .checkmark{stroke-width:42px;stroke-dasharray:500;stroke-dashoffset:500;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:draw-checkmark;animation-name:draw-checkmark;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.elb .sgw-checkmark-animation .arc{stroke-width:28px;stroke-dasharray:1070;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:draw-arc;animation-name:draw-arc;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes draw-checkmark{to{stroke-dashoffset:0}}@keyframes draw-checkmark{to{stroke-dashoffset:0}}@-webkit-keyframes draw-arc{0%{stroke-dashoffset:1070}to{stroke-dashoffset:2140}}@keyframes draw-arc{0%{stroke-dashoffset:1070}to{stroke-dashoffset:2140}}@media(prefers-reduced-motion:reduce){.elb .sgw-checkmark-animation .arc,.elb .sgw-checkmark-animation .checkmark{-webkit-animation-name:dissolve;animation-name:dissolve;stroke-dashoffset:0}}.elb .sgw-button-with-spinner{-webkit-box-sizing:border-box;box-sizing:border-box;will-change:background,border,height,width,box-shadow,padding}.elb .sgw-button-with-spinner__status-wrapper{display:inline-block;inset:0;position:absolute;text-align:center}.elb .sgw-button-with-spinner__with-status.sgw-button.sgw-button-common:disabled{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:transparent;position:relative}.elb .sgw-button-with-spinner__with-status.sgw-button.sgw-button-common:disabled .sgw-link__text{color:transparent;text-decoration-color:transparent}.elb .sgw-button-with-spinner .sgw-button-with-spinner__spinner{-webkit-animation:spin .8s ease-out .2s infinite;animation:spin .8s ease-out .2s infinite;background-color:transparent;border-bottom-style:solid;border-bottom-width:4px;border-color:var(--spinner-dark-color);border-left:4px solid var(--spinner-light-color);border-radius:50%;border-right-style:solid;border-right-width:4px;border-top:4px solid var(--spinner-light-color);-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;height:40px;opacity:1;padding:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:background .1s ease-out,border .2s ease-out,height .2s ease-out,width .2s ease-out,padding .2s ease-out;transition:background .1s ease-out,border .2s ease-out,height .2s ease-out,width .2s ease-out,padding .2s ease-out;vertical-align:top;width:40px}@-webkit-keyframes show{to{visibility:visible}}@keyframes show{to{visibility:visible}}.elb .sgw-button-with-spinner.button--size-small .sgw-button-with-spinner__spinner{border-width:3px;height:32px;width:32px}.elb .sgw-button-with-spinner.button--size-small .sgw-button-with-spinner__checkmark .sgw-checkmark-animation__checkmark{width:32px}.elb .sgw-button-with-spinner .sgw-button-with-spinner__checkmark{display:inline-block}.elb .sgw-button-with-spinner .sgw-button-with-spinner__checkmark .sgw-checkmark-animation__checkmark{width:40px}.elb .sgw-button-with-spinner .sgw-button-with-spinner__checkmark .arc,.elb .sgw-button-with-spinner .sgw-button-with-spinner__checkmark .checkmark{stroke-width:36;stroke:var(--button-background-color)}.elb .sgw-error-card h3.sgw-card__title{margin-bottom:8px}.elb .sgw-error-card img{height:auto;margin:0 32px 24px;max-width:192px;width:calc(100% - 64px)}.elb .sgw-error-card__container{margin-bottom:24px}.elb .sgw-error-card .sgw-error-card__detailed-error-info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;margin-top:24px}.elb .sgw-error-card .sgw-error-card__detailed-error-info,.elb .sgw-error-card .sgw-error-card__detailed-error-info .sgw-error-card__info-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-error-card .sgw-error-card__detailed-error-info .sgw-error-card__info-box{-ms-flex-item-align:stretch;align-self:stretch;background:var(--Andre-farger-attention,#f0dbea);border-radius:12px;font-family:monospace;gap:4px;padding:16px}.elb .sgw-error-card .sgw-error-card__detailed-error-info .sgw-error-card__info-box--with-icon{padding-top:8px}.elb .sgw-error-card .sgw-error-card__detailed-error-info .sgw-error-card__info-box .sgw-error-card__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:600;row-gap:0}.elb .sgw-error-card .sgw-error-card__detailed-error-info .sgw-error-card__info-box .sgw-error-card__content{font-size:16px}.elb .sgw-error-card .sgw-error-card__detailed-error-info .sgw-error-card__detailed-error-data,.elb .sgw-error-card .sgw-error-card__detailed-error-info .sgw-error-card__detailed-error-name{margin-left:0}.elb .sgw-error-card .sgw-error-card__detailed-error-info .sgw-error-card__detailed-error-data{margin-bottom:4px}.elb .sgw-error-card .sgw-error-card__detailed-error-info .sgw-error-card__detailed-error-data:last-of-type{margin-bottom:0}.elb .sgw-error-card .sgw-card-icon:has(.sgw-rich-icon){width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.elb .sgw-error-card .sgw-card-icon .sgw-rich-icon{margin:0 auto}.elb .sgw-error-card .sgw-error-card__modal{text-align:left;white-space:pre-wrap}.elb .sgw-error-card .sgw-error-card__modal-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:48px}.elb .focus-container.focus-visible,.elb .focus-container:focus{outline:none}.elb .focus-container:focus-visible{outline:none}.elb .sgw-modal-dialog__container{--submodal-animation-in-duration:50ms;--animation-duration:50ms;--backdrop-transition-out-duration:50ms;--modal-transition:cubic-bezier(0.03,0.66,1,1.07);--sub-modal-opacity-aniumation-duration:50ms;--transition-delay:50ms;bottom:0;left:0;right:0;top:0}@media(prefers-reduced-motion:no-preference){.elb .sgw-modal-dialog__container{--submodal-animation-in-duration:400ms;--animation-duration:300ms;--backdrop-transition-in-duration:400ms;--sub-modal-opacity-aniumation-duration:200ms;--transition-delay:0.1s}}.elb .sgw-modal-dialog__container.is-showing{position:fixed;z-index:1000}.elb .sgw-modal-dialog__container .sgw-modal-dialog__container.is-showing.sgw-modal-dialog__sub-container.finished-opening&gt;.sgw-modal-dialog.open{position:absolute}.elb .sgw-modal-dialog__container.finished-opening .sgw-modal-dialog__focus-container{bottom:0;left:0;max-height:100svh;position:fixed;right:0;top:0}@media screen and (min-width:1024px){.elb .sgw-modal-dialog__container.finished-opening .sgw-modal-dialog__focus-container{position:static}}.elb .sgw-modal-dialog__container.finished-opening .sgw-modal-dialog__container .sgw-modal-dialog__focus-container,.elb .sgw-modal-dialog__container.finished-opening.sgw-modal-dialog__sub-container .sgw-modal-dialog__focus-container{position:static}.elb .sgw-modal-dialog__container .sgw-modal-dialog__container,.elb .sgw-modal-dialog__container.sgw-modal-dialog__sub-container{position:absolute}.elb .sgw-modal-dialog{background-color:var(--neutral-background);border:0;border-top-left-radius:20px;border-top-right-radius:20px;bottom:0;-webkit-box-shadow:0 0 0 2px var(--theme-medium);box-shadow:0 0 0 2px var(--theme-medium);left:0;margin:0;outline:0;padding:0;position:fixed;right:0;top:0;top:2px;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform var(--animation-duration) ease-out var(--transition-delay);transition:-webkit-transform var(--animation-duration) ease-out var(--transition-delay);transition:transform var(--animation-duration) ease-out var(--transition-delay);transition:transform var(--animation-duration) ease-out var(--transition-delay),-webkit-transform var(--animation-duration) ease-out var(--transition-delay);will-change:opacity,transform;--max-height-desktop-value:812px;--max-height-desktop:min(var(--max-height-desktop-value),100vh);--modal-min-height:min(700px,90vh)}@supports(height:100dvh){.elb .sgw-modal-dialog{height:100dvh;--max-height-desktop:min(var(--max-height-desktop-value),100dvh)}}@media screen and (min-width:1024px){.elb .sgw-modal-dialog{-webkit-box-shadow:none;box-shadow:none;opacity:0;top:0;-webkit-transition:opacity var(--animation-duration) var(--modal-transition),-webkit-transform var(--animation-duration) ease-out var(--transition-delay);transition:opacity var(--animation-duration) var(--modal-transition),-webkit-transform var(--animation-duration) ease-out var(--transition-delay);transition:opacity var(--animation-duration) var(--modal-transition),transform var(--animation-duration) ease-out var(--transition-delay);transition:opacity var(--animation-duration) var(--modal-transition),transform var(--animation-duration) ease-out var(--transition-delay),-webkit-transform var(--animation-duration) ease-out var(--transition-delay)}}.elb .sgw-modal-dialog{height:100vh;min-height:230px;overflow:hidden;width:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:1000}.elb .sgw-modal-dialog.small-height{--modal-min-height:min(500px,90vh)}.elb .sgw-modal-dialog.open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform var(--animation-duration) ease-out;transition:-webkit-transform var(--animation-duration) ease-out;transition:transform var(--animation-duration) ease-out;transition:transform var(--animation-duration) ease-out,-webkit-transform var(--animation-duration) ease-out}@media screen and (min-width:1024px){.elb .sgw-modal-dialog.open{opacity:1;-webkit-transition:opacity var(--animation-duration) var(--modal-transition),-webkit-transform var(--animation-duration) ease-out;transition:opacity var(--animation-duration) var(--modal-transition),-webkit-transform var(--animation-duration) ease-out;transition:opacity var(--animation-duration) var(--modal-transition),transform var(--animation-duration) ease-out;transition:opacity var(--animation-duration) var(--modal-transition),transform var(--animation-duration) ease-out,-webkit-transform var(--animation-duration) ease-out}.elb .sgw-modal-dialog{margin:auto;--modal-width:602px;border-radius:16px;height:100%;max-height:var(--max-height-desktop);max-width:var(--modal-width);width:var(--modal-width)}.elb .sgw-modal-dialog__grow-with-content{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:var(--modal-min-height)}.elb .sgw-modal-dialog .sgw-modal-dialog.sgw-modal-dialog__grow-with-content,.elb .sgw-modal-dialog.sgw-modal-dialog__sub.sgw-modal-dialog__grow-with-content{min-height:unset}.elb .sgw-modal-dialog .sgw-modal-dialog.sgw-modal-dialog__grow-with-content .sgw-modal-dialog__container,.elb .sgw-modal-dialog .sgw-modal-dialog.sgw-modal-dialog__grow-with-content .sgw-modal-dialog__sub-container,.elb .sgw-modal-dialog.sgw-modal-dialog__sub.sgw-modal-dialog__grow-with-content .sgw-modal-dialog__container,.elb .sgw-modal-dialog.sgw-modal-dialog__sub.sgw-modal-dialog__grow-with-content .sgw-modal-dialog__sub-container{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .sgw-modal-dialog .sgw-modal-dialog.sgw-modal-dialog__grow-with-content .sgw-modal-dialog,.elb .sgw-modal-dialog .sgw-modal-dialog.sgw-modal-dialog__grow-with-content .sgw-modal-dialog__sub,.elb .sgw-modal-dialog.sgw-modal-dialog__sub.sgw-modal-dialog__grow-with-content .sgw-modal-dialog,.elb .sgw-modal-dialog.sgw-modal-dialog__sub.sgw-modal-dialog__grow-with-content .sgw-modal-dialog__sub{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-height:unset;padding:0;position:relative}.elb .sgw-modal-dialog .sgw-modal-dialog.sgw-modal-dialog__grow-with-content.sgw-modal-dialog__large,.elb .sgw-modal-dialog.sgw-modal-dialog__sub.sgw-modal-dialog__grow-with-content.sgw-modal-dialog__large{--modal-width:820px;height:unset;max-height:unset}.elb .sgw-modal-dialog .sgw-modal-dialog.sgw-modal-dialog__grow-with-content.sgw-modal-dialog__wide,.elb .sgw-modal-dialog.sgw-modal-dialog__sub.sgw-modal-dialog__grow-with-content.sgw-modal-dialog__wide{--modal-width:1000px}.elb .sgw-modal-dialog__large{--modal-width:820px;--max-height-desktop-value:812px;width:unset}.elb .sgw-modal-dialog__wide{--modal-width:1000px;width:unset}}.elb .sgw-modal-dialog .sgw-modal-dialog,.elb .sgw-modal-dialog.sgw-modal-dialog__sub{height:100%;max-height:unset;position:absolute}.elb .sgw-modal-dialog.sgw-modal-dialog__sub{max-width:100vw}@media screen and (min-width:1024px){.elb .sgw-modal-dialog.sgw-modal-dialog__sub{border-radius:16px}.elb .sgw-modal-dialog.sgw-modal-dialog__sub.sgw-modal-dialog__large{--modal-width:820px;--max-height-desktop-value:812px}.elb .sgw-modal-dialog.sgw-modal-dialog__sub.sgw-modal-dialog__wide{--modal-width:1000px}}.elb .sgw-modal-dialog.sgw-modal-dialog__sub{position:fixed}.elb .sgw-modal-dialog.animate-as-sub,.elb .sgw-modal-dialog.sgw-modal-dialog__sub{bottom:0;left:40px;opacity:1;right:0;top:0;-webkit-transform:translateX(90%);transform:translateX(90%);-webkit-transition:-webkit-transform var(--animation-duration) ease-out;transition:-webkit-transform var(--animation-duration) ease-out;transition:transform var(--animation-duration) ease-out;transition:transform var(--animation-duration) ease-out,-webkit-transform var(--animation-duration) ease-out}.elb .sgw-modal-dialog.animate-as-sub .focus-container,.elb .sgw-modal-dialog.sgw-modal-dialog__sub .focus-container{opacity:0;-webkit-transition:opacity var(--animation-duration) ease-out var(--sub-modal-opacity-aniumation-duration);transition:opacity var(--animation-duration) ease-out var(--sub-modal-opacity-aniumation-duration)}.elb .sgw-modal-dialog.animate-as-sub.open,.elb .sgw-modal-dialog.sgw-modal-dialog__sub.open{bottom:0;left:0;right:0;top:0;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity var(--sub-modal-opacity-aniumation-duration) ease-out,-webkit-transform var(--submodal-animation-in-duration) ease-out;transition:opacity var(--sub-modal-opacity-aniumation-duration) ease-out,-webkit-transform var(--submodal-animation-in-duration) ease-out;transition:opacity var(--sub-modal-opacity-aniumation-duration) ease-out,transform var(--submodal-animation-in-duration) ease-out;transition:opacity var(--sub-modal-opacity-aniumation-duration) ease-out,transform var(--submodal-animation-in-duration) ease-out,-webkit-transform var(--submodal-animation-in-duration) ease-out}.elb .sgw-modal-dialog.animate-as-sub.open .focus-container,.elb .sgw-modal-dialog.sgw-modal-dialog__sub.open .focus-container{opacity:1;-webkit-transition:opacity var(--animation-duration) ease-out .28s;transition:opacity var(--animation-duration) ease-out .28s}@media screen and (min-width:1024px){.elb .sgw-modal-dialog.animate-as-sub{opacity:0}.elb .sgw-modal-dialog.animate-as-sub,.elb .sgw-modal-dialog.animate-as-sub.open{-webkit-transition:opacity var(--sub-modal-opacity-aniumation-duration) ease-out,-webkit-transform var(--submodal-animation-in-duration) ease-out;transition:opacity var(--sub-modal-opacity-aniumation-duration) ease-out,-webkit-transform var(--submodal-animation-in-duration) ease-out;transition:opacity var(--sub-modal-opacity-aniumation-duration) ease-out,transform var(--submodal-animation-in-duration) ease-out;transition:opacity var(--sub-modal-opacity-aniumation-duration) ease-out,transform var(--submodal-animation-in-duration) ease-out,-webkit-transform var(--submodal-animation-in-duration) ease-out}.elb .sgw-modal-dialog.animate-as-sub.open{opacity:1}}.elb .sgw-modal-dialog.animate-as-standard{bottom:0;left:0;min-height:230px;opacity:1;right:0;top:0;-webkit-transform:translateY(90%);transform:translateY(90%);-webkit-transition:opacity var(--animation-duration) var(--modal-transition),-webkit-transform var(--animation-duration) ease-out;transition:opacity var(--animation-duration) var(--modal-transition),-webkit-transform var(--animation-duration) ease-out;transition:opacity var(--animation-duration) var(--modal-transition),transform var(--animation-duration) ease-out;transition:opacity var(--animation-duration) var(--modal-transition),transform var(--animation-duration) ease-out,-webkit-transform var(--animation-duration) ease-out;will-change:opacity,transform;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-modal-dialog.animate-as-standard .focus-container{opacity:1}.elb .sgw-modal-dialog.animate-as-standard.open{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity var(--animation-duration) var(--modal-transition),-webkit-transform var(--animation-duration) ease-out;transition:opacity var(--animation-duration) var(--modal-transition),-webkit-transform var(--animation-duration) ease-out;transition:opacity var(--animation-duration) var(--modal-transition),transform var(--animation-duration) ease-out;transition:opacity var(--animation-duration) var(--modal-transition),transform var(--animation-duration) ease-out,-webkit-transform var(--animation-duration) ease-out}.elb .sgw-modal-dialog .sgw-modal-dialog__focus-container{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;outline:0;overflow-y:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-modal-dialog .focus-container{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.elb .sgw-modal-dialog .sgw-modal-dialog__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 16px 4px}.elb .sgw-modal-dialog .sgw-modal-dialog__header .sgw-modal-dialog__header-close-button--align-end{-ms-flex-item-align:end;align-self:flex-end}.elb .sgw-modal-dialog .sgw-modal-dialog__header.hidden-close-button .sgw-modal-dialog__header-close-button,.elb .sgw-modal-dialog .sgw-modal-dialog__header.hidden-close-button .sgw-modal-dialog__header-close-button--align-end{height:44px}.elb .sgw-modal-dialog .sgw-modal-dialog__header .sgw-modal-dialog__header-items{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto}@media screen and (min-width:1024px){.elb .sgw-modal-dialog .sgw-modal-dialog__header .sgw-modal-dialog__header-items{padding:0 64px}}.elb .sgw-modal-dialog .sgw-modal-dialog__header .sgw-modal-dialog__header-items__sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media screen and (min-width:1024px){.elb .sgw-modal-dialog .sgw-modal-dialog__header .sgw-modal-dialog__header-items__sub{padding:0 20px}}.elb .sgw-modal-dialog .sgw-modal-dialog__header.custom-header{padding:24px}.elb .sgw-modal-dialog .sgw-modal-dialog__header.custom-header.with-border{border-bottom:1px solid var(--border-color-neutral-medium)}.elb .sgw-modal-dialog .sgw-modal-dialog__header.custom-header+.sgw-modal-dialog__content{padding-top:16px}.elb .sgw-modal-dialog .sgw-modal-dialog__content{padding:4px 24px 24px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;outline:none;overflow-y:auto}.elb .sgw-modal-dialog .sgw-modal-dialog__content.stretch-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}@media screen and (min-width:1024px){.elb .sgw-modal-dialog .sgw-modal-dialog__content{padding:4px 88px 24px}.elb .sgw-modal-dialog__large .sgw-modal-dialog__content,.elb .sgw-modal-dialog__wide .sgw-modal-dialog__content{padding-top:24px}}.elb .sgw-modal-dialog .sgw-modal-dialog__footer{padding:24px}@media screen and (min-width:1024px){.elb .sgw-modal-dialog .sgw-modal-dialog__footer{padding:24px 88px}}.elb .sgw-modal-dialog .sgw-modal-dialog__footer.with-border{border-top:1px solid var(--border-color-neutral-medium)}.elb .sgw-modal-dialog__backdrop{display:none;position:fixed;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:rgba(0,0,0,.5);inset:0;justify-content:center;opacity:0;z-index:500}@media screen and (min-width:1024px){.elb .sgw-modal-dialog__backdrop{background-color:var(--modal-backdrop-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:opacity var(--backdrop-transition-in-duration) ease var(--transition-delay);transition:opacity var(--backdrop-transition-in-duration) ease var(--transition-delay)}.elb .sgw-modal-dialog__backdrop.is-showing{opacity:.9;-webkit-transition:opacity var(--animation-duration) ease var(--transition-delay);transition:opacity var(--animation-duration) ease var(--transition-delay)}}.elb .sgw-modal-dialog__content .sgw-modal-dialog__container .sgw-modal-dialog__backdrop{display:none}.elb .sgw-card{display:-webkit-box;display:-ms-flexbox;display:flex;padding:80px 24px 0;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-card.sgw-card__common-card{background:var(--card-background);border-radius:20px;padding:40px 24px 64px}.elb .sgw-card .sgw-card__icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .sgw-card .sgw-card__icon-wrapper,.elb .sgw-card .sgw-card__icon-wrapper .sgw-card-icon{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .sgw-card .sgw-card-icon .sgw-icon .icon.error,.elb .sgw-card .sgw-card-icon.icon.error,.elb .sgw-card .sgw-card-icon.rich-icon.error{color:var(--danger-dark-color)}.elb .sgw-card .sgw-card-icon .sgw-icon .icon svg,.elb .sgw-card .sgw-card-icon.icon svg,.elb .sgw-card .sgw-card-icon.rich-icon svg{height:100px;width:100px}.elb .sgw-card .sgw-card-icon .sgw-icon .icon.large,.elb .sgw-card .sgw-card-icon .sgw-icon .icon.large span,.elb .sgw-card .sgw-card-icon.icon.large,.elb .sgw-card .sgw-card-icon.icon.large span,.elb .sgw-card .sgw-card-icon.rich-icon.large,.elb .sgw-card .sgw-card-icon.rich-icon.large span{font-size:150px}.elb .sgw-card .sgw-card-icon .sgw-icon .icon.large svg,.elb .sgw-card .sgw-card-icon.icon.large svg,.elb .sgw-card .sgw-card-icon.rich-icon.large svg{height:150px;width:150px}.elb .sgw-card .sgw-card-icon.rich-icon{min-height:150px}.elb .sgw-card .sgw-card-icon .sgw-icon .icon,.elb .sgw-card .sgw-card-icon.icon{height:100px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position-y:center;-webkit-mask-position-y:center;width:100px}.elb .sgw-card .sgw-card-icon .sgw-alert-animation{margin:0 auto;text-align:left}.elb .sgw-card .sgw-card__title{margin-bottom:8px;margin-top:24px}.elb .sgw-card .render&gt;:first-child{margin-bottom:24px;margin-top:0}.elb .sgw-warning-card__container{height:53px;width:41px}.elb .sgw-card-icon:has(.sgw-rich-icon){width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.elb .sgw-card-icon .sgw-rich-icon{margin:0 auto}@container (min-width: 1000px){.elb .sgw-market-card.sgw-market-card--full-width .sgw-market-card__container{position:relative;z-index:0}.elb .sgw-market-card.sgw-market-card--full-width .sgw-market-card__container:after{background-color:var(--market-card-background);bottom:0;content:"";left:-50vw;position:absolute;right:-50vw;top:0;z-index:-1}}.elb .sgw-market-card .sgw-button-common.button--positive{background-color:var(--market-card-button-background-color,var(--button-background-color));color:var(--market-card-button-text-color,var(--button-text-color))}.elb .sgw-market-card .sgw-button-common.button--positive:hover{background-color:transparent;-webkit-box-shadow:0 0 0 2px var(--market-card-button-background-color,var(--button-background-color)) inset;box-shadow:0 0 0 2px var(--market-card-button-background-color,var(--button-background-color)) inset;color:var(--market-card-text-color)}.elb .sgw-market-card .sgw-button-common.button--positive:focus-visible:after{border-color:var(--market-card-button-background-color,var(--button-background-color))}.elb .sgw-market-card .sgw-button-common.button--negative{-webkit-box-shadow:0 0 0 2px var(--market-card-button-background-color,var(--button-background-color)) inset;box-shadow:0 0 0 2px var(--market-card-button-background-color,var(--button-background-color)) inset}.elb .sgw-market-card,.elb .sgw-market-card .sgw-button-common.button--link{color:var(--market-card-text-color)}.elb .sgw-market-card{background-color:var(--market-card-background);border-radius:6px}.elb .sgw-market-card:has(.sgw-market-card__close-button){position:relative}.elb .sgw-market-card:has(.sgw-market-card__close-button) .sgw-market-card__container{padding-top:64px}.elb .sgw-market-card .sgw-market-card__close-button{position:absolute;right:12px;top:12px;z-index:2}.elb .sgw-market-card__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:40px 24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.elb .sgw-market-card__head{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .sgw-market-card__head-illustration,.elb .sgw-market-card__head-image,.elb .sgw-market-card__head-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .sgw-market-card__head-wrapper{-webkit-box-flex:1;aspect-ratio:3/2;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:center;-ms-flex-pack:center;border-radius:16px;justify-content:center;overflow:hidden}.elb .sgw-market-card__head-wrapper .sgw-market-card__illustration,.elb .sgw-market-card__head-wrapper .sgw-market-card__image{-o-object-fit:contain;object-fit:contain;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .sgw-market-card__head-wrapper .sgw-market-card__illustration{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-market-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;max-width:900px;text-wrap:pretty}.elb .sgw-market-card h2.sgw-market-card__title.light{color:var(--typography-color);color:var(--market-card-text-color);font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-size:var(--font-size--large);font-weight:400;line-height:1.5;line-height:1.35;margin:0}.elb .sgw-market-card__description{color:var(--typography-color);color:var(--market-card-text-color);font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-size:var(--font-size--medium);font-weight:400;line-height:1.5}.elb .sgw-market-card__description&gt;p{margin:0}.elb .sgw-market-card__action-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}@supports(container-type:inline-size){.elb .sgw-market-card{container-type:inline-size}}@container (min-width: 900px){.elb .sgw-market-card .sgw-market-card__container{gap:64px}.elb .sgw-market-card .sgw-market-card__container--has-header{display:grid;grid-template-columns:max(40%,550px) 7fr}.elb .sgw-market-card .sgw-market-card__container .sgw-market-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-market-card .sgw-market-card__container .sgw-market-card__content .sgw-market-card__action-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elb .sgw-market-card .sgw-market-card__container h2.sgw-market-card__title.light{font-size:var(--font-size-eika--larger);margin:0}.elb .sgw-market-card .sgw-market-card__container .sgw-market-card__description{font-size:var(--font-size-eika--large)}}.elb .sgw-market-card .image-position--top .sgw-market-card__illustration,.elb .sgw-market-card .image-position--top .sgw-market-card__image{-o-object-position:top;object-position:top}.elb .sgw-market-card .image-position--bottom .sgw-market-card__illustration,.elb .sgw-market-card .image-position--bottom .sgw-market-card__image{-o-object-position:bottom;object-position:bottom}.elb .sgw-market-card .image-position--left .sgw-market-card__illustration,.elb .sgw-market-card .image-position--left .sgw-market-card__image{-o-object-position:left;object-position:left}.elb .sgw-market-card .image-position--right .sgw-market-card__illustration,.elb .sgw-market-card .image-position--right .sgw-market-card__image{-o-object-position:right;object-position:right}@media screen and (min-width:1024px){.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one.custom-grid{grid-column:col-2/col-7}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two.custom-grid{grid-column:col-7/col-12}}.elb .sgw-info-card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--neutral-background);border-radius:20px;display:grid;grid-column:start/end;justify-items:center;overflow:auto;padding:24px;text-align:center}.elb .sgw-info-card.show-background{background:var(--card-background)}.elb .sgw-info-card .typography-h1__light,.elb .sgw-info-card .typography-h3{margin:0 12px}.elb .sgw-info-card .typography-paragraph{margin:8px 12px 24px}.elb .sgw-info-card img{height:auto;margin:16px 32px 24px;max-width:240px;width:calc(100% - 52px)}.elb .sgw-info-card .sgw-rich-icon{margin:16px 0 24px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.elb .sgw-info-card.as-header{padding:0 0 24px}.elb .sgw-info-card.as-header.show-background{background-color:transparent}.elb .sgw-info-card.as-header .sgw-info-card__img-wrapper{width:100%}.elb .sgw-info-card.as-header .sgw-info-card__img-wrapper .sgw-rich-icon{margin:40px auto 24px}@media screen and (min-width:1024px){.elb .sgw-info-card.as-header{overflow:unset;position:relative;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:grid;gap:12px;grid-template-columns:repeat(12,1fr);justify-items:unset;margin-bottom:64px;padding:0}.elb .sgw-info-card.as-header .typography-paragraph{margin:16px 0 0}.elb .sgw-info-card.as-header.show-background .sgw-info-card__content-wrapper{background-color:var(--theme-light)}.elb .sgw-info-card.as-header .sgw-info-card__img-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;grid-column:1/3;grid-row:1;position:relative}.elb .sgw-info-card.as-header .sgw-info-card__img-wrapper .sgw-rich-icon,.elb .sgw-info-card.as-header .sgw-info-card__img-wrapper img{-webkit-box-flex:1;bottom:-64px;-ms-flex:1 1 auto;flex:1 1 auto;height:auto;margin:0;min-width:300px;position:absolute;right:0;-webkit-transform:translateX(45%);transform:translateX(45%)}.elb .sgw-info-card.as-header .sgw-info-card__content-wrapper{border-radius:inherit;grid-column:3/-1;grid-row:1;padding:40px 96px}.elb .sgw-info-card.as-header .sgw-info-card__content-wrapper p{font-size:var(--font-size--medium)}}@media screen and (min-width:1024px)and (min-width:1024px){.elb .sgw-info-card.as-header .sgw-info-card__content-wrapper{padding:40px 120px 64px 155px}}.elb .sgw-tips-card__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;position:relative}.elb .sgw-tips-card__container .sgw-tips-card__label{-ms-flex-item-align:center;align-self:center;margin-bottom:-16px;z-index:1}.elb .sgw-tips-card__container .sgw-tips-card__label.sgw-label[class*=attention]{background-color:var(--accent-color,var(--attention))}.elb .sgw-tips-card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.elb .sgw-tips-card__close-button{position:absolute;right:0}.elb .sgw-tips-card{background:var(--card-background);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:12px;padding:32px 24px 16px;text-decoration:none;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}@media(prefers-reduced-motion:reduce){.elb .sgw-tips-card{-webkit-transition-duration:0s;transition-duration:0s}}.elb .sgw-tips-card h2,.elb .sgw-tips-card p{margin:0;text-align:center}.elb .sgw-tips-card .sgw-tips-card__title{color:var(--typography-color);font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:400;font-weight:700;line-height:1.5;margin-bottom:8px}.elb .sgw-tips-card .sgw-tips-card__button{margin-top:40px}.elb .sgw-tips-card p{color:var(--typography-color);font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:400;line-height:1.5;margin-bottom:16px}.elb a.sgw-tips-card:hover{background-color:var(--card-background-light)}.elb a.sgw-tips-card:focus-visible{outline:none}.elb a.sgw-tips-card:focus-within:before{border:2px solid var(--theme-dark);border-radius:12px;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px}.elb .sgw-contact-card__wrapper{background:var(--theme-light);border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:600;padding:32px 24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:6px}.elb .sgw-contact-card__wrapper .sgw-contact-card__line{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elb .sgw-contact-card__wrapper .sgw-contact-card__line .sgw-contact-card__line-value{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-contact-card__wrapper .sgw-contact-card__line .sgw-contact-card__line-value.empty{font-style:italic;font-weight:400}.elb .sgw-top-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;color:var(--top-card-text-color);-ms-flex-direction:column;flex-direction:column;isolation:isolate;position:relative}.elb .sgw-top-card__title{margin-bottom:16px}.elb .sgw-top-card__ingress{margin:0}.elb .sgw-top-card__image--wrapper{border-radius:16px;margin:0 24px;overflow:hidden}.elb .sgw-top-card__image--wrapper&gt;img{aspect-ratio:3/2;border-radius:inherit;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.elb .sgw-top-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:relative}.elb .sgw-top-card__content:before{background-color:var(--top-card-background);content:"";display:block;height:100%;left:0;position:absolute;right:0;top:-32px;z-index:-1}.elb .sgw-top-card__content--box{background-color:var(--top-card-background);border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:16px 24px 32px;width:100%}.elb .sgw-top-card__content--box .sgw-top-card-link{margin-top:24px}.elb .sgw-top-card__content--box .sgw-top-card__ingress,.elb .sgw-top-card__content--box .sgw-top-card__title{color:var(--top-card-text-color)}@media screen and (min-width:768px){.elb .sgw-top-card{display:grid;grid-template-columns:1fr;margin-bottom:96px;position:static}.elb .sgw-top-card__content,.elb .sgw-top-card__image--wrapper{grid-column-start:1;grid-row-start:1}.elb .sgw-top-card__image--wrapper{border-radius:24px;margin:0 -64px}.elb .sgw-top-card__image--wrapper&gt;img{aspect-ratio:1/1;height:586px}.elb .sgw-top-card__content{grid-row-start:1}.elb .sgw-top-card__content:before{display:none}.elb .sgw-top-card__content--box{border-radius:16px;margin:-64px 24px 0;padding:40px;-webkit-transform:translateY(64px);transform:translateY(64px);width:586px}.elb .sgw-top-card__content--box .sgw-top-card-link{font-size:var(--font-size--medium);padding:12px 24px}}.elb .sgw-button-common.button--link.button--size-large,.elb .sgw-button-common.button--link.button--size-standard{padding:8px 0}.elb .sgw-button-common.button--link{color:var(--typography-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:600;padding:8px 0;position:relative;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-button-common.button--link .sgw-link__text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Open Sans,Arial,sans-serif;line-height:1.75;text-decoration:underline;text-decoration-color:var(--link-accent-color);text-decoration-thickness:2px;text-underline-offset:8px;word-break:normal}.elb .sgw-button-common.button--link .sgw-link__text&gt;span{text-decoration-thickness:2px}.elb .sgw-button-common.button--link .sgw-link__text .sgw-icon{left:-2px;position:relative;right:0;top:2px}.elb .sgw-button-common.button--link .sgw-link__text--icon-visible:after,.elb .sgw-button-common.button--link .sgw-link__text--icon-visible:before,.elb .sgw-button-common.button--link.button--link__icon-right .sgw-link__text:after,.elb .sgw-button-common.button--link.button--link__icon-right .sgw-link__text:before{color:transparent;content:"Â&nbsp;ï„€ï„€";left:var(--ikon-size-24);margin-left:calc(var(--ikon-size-22)*-1);position:relative;text-decoration-thickness:2px}.elb .sgw-button-common.button--link .sgw-link__text--icon-visible:after,.elb .sgw-button-common.button--link .sgw-link__text.icon-right:before,.elb .sgw-button-common.button--link.button--link__icon-right .sgw-link__text:after,.elb .sgw-button-common.button--link.button--link__icon-right .sgw-link__text:before{content:unset}.elb .sgw-button-common.button--link .sgw-link__text.icon-right:after{content:"ï„€Â&nbsp;ï„€";left:-2px}.elb .sgw-button-common.button--link .icon{color:var(--typography-color)}.elb .sgw-button-common.button--link:focus-visible:after{border:2px solid var(--button-background-color);border-radius:24px;bottom:0;content:"";display:block;left:-12px;position:absolute;right:-12px;top:0}@media(hover:hover)and (pointer:fine){.elb .sgw-button-common.button--link:hover .sgw-link__text{text-decoration-color:var(--link-accent-hover-color)}.elb .sgw-button-common.button--link:hover .icon{color:var(--typography-color)}}.elb .sgw-button-common.button--link:active .sgw-link__text{text-decoration-color:var(--theme-light)}.elb .sgw-button-common.button--link:active .icon,.elb .sgw-button-common.button--link:active .sgw-link__text{color:var(--theme-light)}.elb .sgw-button-common.button--link:disabled .sgw-link__text{text-decoration-color:var(--disabled)}.elb .sgw-button-common.button--link:disabled .icon,.elb .sgw-button-common.button--link:disabled .sgw-link__text{color:var(--disabled)}.elb .sgw-button-common.button--link.button--link__icon-right .sgw-icon{left:4px}.elb .sgw-button-common.button--link.inverted{color:var(--typography-color-negative)}.elb .sgw-button-common.button--link.inverted .sgw-link__text{text-decoration-color:var(--theme-light)}.elb .sgw-button-common.button--link.inverted .sgw-icon .icon{color:var(--typography-color-negative)}.elb .sgw-button-common.button--link.inverted:focus-visible:after{border-color:var(--typography-color-negative)}@media(hover:hover)and (pointer:fine){.elb .sgw-button-common.button--link.inverted:hover .sgw-link__text{text-decoration-color:var(--link-accent-color)}.elb .sgw-button-common.button--link.inverted:hover .icon{color:var(--typography-color-negative)}}.elb .sgw-button-common.button--link.inverted:active .sgw-link__text{text-decoration-color:var(--theme-light)}.elb .sgw-button-common.button--link.inverted:active .icon,.elb .sgw-button-common.button--link.inverted:active .sgw-link__text{color:var(--theme-light)}.elb .sgw-button-common.button--link.inverted:disabled .sgw-link__text{text-decoration-color:var(--disabled)}.elb .sgw-button-common.button--link.inverted:disabled .icon,.elb .sgw-button-common.button--link.inverted:disabled .sgw-link__text{color:var(--disabled)}.elb .sgw-button-common.button--link__icon-right.button--negative .sgw-link__text .sgw-icon,.elb .sgw-button-common.button--link__icon-right.button--positive .sgw-link__text .sgw-icon{margin:-4px 0 -4px 4px}.font-scale-large .elb .sgw-button-common.button--link .sgw-link__text--icon-visible:after,.font-scale-large .elb .sgw-button-common.button--link .sgw-link__text--icon-visible:before{content:unset;margin:0}.font-scale-large .elb .sgw-button-common.button--link .sgw-icon{display:none}.elb .sgw-button-common{outline:none}.elb .sgw-button-common.button--size-standard{padding:11px 24px}.elb .sgw-button-common.button--size-large{font-size:var(--font-size--medium);padding:12px 24px}.elb .sgw-button-common.button--size-small{line-height:1.25;padding:6px 16px}.elb .sgw-button-common.button--negative,.elb .sgw-button-common.button--positive{border-radius:24px;font-weight:700;line-height:1.15;position:relative}.elb .sgw-button-common.button--negative .sgw-icon,.elb .sgw-button-common.button--positive .sgw-icon{display:inline-block;margin:-4px 4px -4px 0}.elb .sgw-button-common.button--negative:focus-visible:after,.elb .sgw-button-common.button--positive:focus-visible:after{border:2px solid var(--button-background-color);border-radius:28px;bottom:-4px;content:"";display:block;left:-4px;position:absolute;right:-4px;top:-4px}.elb .sgw-button-common.button--positive{background-color:var(--button-background-color);color:var(--button-text-color,var(--typography-color-negative))}@media(hover:hover)and (pointer:fine){.elb .sgw-button-common.button--positive:hover{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--button-background-color) inset;box-shadow:0 0 0 2px var(--button-background-color) inset;color:var(--typography-color)}}.elb .sgw-button-common.button--positive:active{background-color:var(--form-theme-light);-webkit-box-shadow:none;box-shadow:none;color:var(--typography-color-negative)}.elb .sgw-button-common.button--positive:active:after{display:none}.elb .sgw-button-common.button--positive:disabled{background-color:var(--disabled);-webkit-box-shadow:none;box-shadow:none;color:var(--typography-color-negative)}.elb .sgw-button-common.button--negative{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--button-background-color) inset;box-shadow:0 0 0 2px var(--button-background-color) inset;color:var(--typography-color)}@media(hover:hover)and (pointer:fine){.elb .sgw-button-common.button--negative:hover{background-color:var(--form-theme-light)}}.elb .sgw-button-common.button--negative:active{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--form-theme-light) inset;box-shadow:0 0 0 2px var(--form-theme-light) inset;color:var(--form-theme-light)}.elb .sgw-button-common.button--negative:active:after{display:none}.elb .sgw-button-common.button--negative:disabled{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--disabled) inset;box-shadow:0 0 0 2px var(--disabled) inset;color:var(--disabled)}.elb .sgw-button-common.inverted.button--positive{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--typography-color-negative) inset;box-shadow:0 0 0 2px var(--typography-color-negative) inset;color:var(--typography-color)}@media(hover:hover)and (pointer:fine){.elb .sgw-button-common.inverted.button--positive:hover{background-color:var(--button-background-color);color:var(--typography-color-negative)}}.elb .sgw-button-common.inverted.button--positive:active{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--form-theme-light) inset;box-shadow:0 0 0 2px var(--form-theme-light) inset;color:var(--form-theme-light)}.elb .sgw-button-common.inverted.button--positive:disabled{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--disabled) inset;box-shadow:0 0 0 2px var(--disabled) inset;color:var(--disabled)}.elb .sgw-button-common.inverted.button--positive:focus-visible:after{border-color:var(--typography-color-negative)}.elb .sgw-button-common.inverted.button--negative{background-color:var(--button-background-color);-webkit-box-shadow:0 0 0 2px var(--typography-color-negative) inset;box-shadow:0 0 0 2px var(--typography-color-negative) inset;color:var(--button-text-color)}@media(hover:hover)and (pointer:fine){.elb .sgw-button-common.inverted.button--negative:hover{background-color:var(--neutral-background);color:var(--typography-color)}}.elb .sgw-button-common.inverted.button--negative:active{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--form-theme-light) inset;box-shadow:0 0 0 2px var(--form-theme-light) inset;color:var(--form-theme-light)}.elb .sgw-button-common.inverted.button--negative:disabled{background-color:var(--neutral-background);-webkit-box-shadow:0 0 0 2px var(--disabled) inset;box-shadow:0 0 0 2px var(--disabled) inset;color:var(--disabled)}.elb .sgw-button-common.inverted.button--negative:focus-visible:after{border-color:var(--typography-color-negative)}.font-scale-large .elb .sgw-button-common.button--negative,.font-scale-large .elb .sgw-button-common.button--positive{border-radius:40px}.elb .sgw-link{display:inline-block}.elb .sgw-link:hover{cursor:pointer}.elb .sgw-link.inline{--border-size:2px;--border-radius:2px;border-bottom-color:transparent;border:var(--border-size) solid transparent;border-bottom:var(--border-size) solid var(--form-theme-medium);border-radius:0;color:currentColor;display:inline;font-weight:inherit;margin:0 .25em 0 0;-webkit-transition:border-color 0s ease;transition:border-color 0s ease}.elb .sgw-link.inline:visited{color:currentColor}.elb .sgw-link.inline:hover{border-bottom-color:transparent;color:var(--form-theme-medium)}.elb .sgw-link.inline.focus-visible{border-color:var(--form-theme-medium);border-radius:var(--border-radius)}.elb .sgw-link.inline .sgw-icon{display:inline-block;margin-right:.2em}.elb .sgw-link.inline .sgw-icon .icon{height:1em;width:1em}@media(prefers-reduced-motion:no-preference){.elb .sgw-link.inline{-webkit-transition-duration:.25s;transition-duration:.25s}}.elb .sgw-link__return-link{border:2px solid transparent;border-radius:20px;cursor:pointer;padding:4px 12px;position:relative}.elb .sgw-link__return-link:focus{border:2px solid var(--form-theme-dark);outline:none}.elb .sgw-link__return-link:hover .sgw-icon,.elb .sgw-link__return-link:hover .sgw-link__text{color:var(--form-theme-dark)}.elb .sgw-link__return-link:hover .sgw-link__return-link-arrow-icon{left:0}.elb .sgw-link__return-link-arrow-icon{left:8px;position:absolute;top:.3333333333em;-webkit-transition:left .2s ease-in-out;transition:left .2s ease-in-out}.elb .sgw-link__return-link .sgw-link__text{font-weight:400;padding-left:calc(var(--ikon-size-20) + 4px)}.elb .sgw-link__return-link .sgw-icon,.elb .sgw-link__return-link .sgw-link__text{color:var(--form-theme-medium)}.elb .sgw-product-info-card{border:2px solid var(--theme-dark);border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-product-info-card--pastel{border-color:var(--form-theme-pastel)}.elb .sgw-product-info-card--pastel .sgw-product-info-card__label{background-color:var(--form-theme-xtra-light)}.elb .sgw-product-info-card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-product-info-card__wrapper&gt;:last-child{margin-bottom:0}.elb .sgw-product-info-card__label{background-color:var(--theme-light);border-radius:10px 10px 0 0;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:600;line-height:1.35;padding:24px}@media screen and (min-width:1024px){.elb .sgw-product-info-card__label{font-size:var(--font-size--medium-large)}}.elb .sgw-product-info-card__description{margin-bottom:24px}.elb .sgw-product-info-card__highlighted-note{background:var(--accent-color,var(--theme-medium));border-radius:6px 6px 0 0;display:inline-block;font-weight:600;margin:0 0 0 24px;padding:4px 16px}.elb .sgw-product-info-card__highlighted-note p{margin:0}.elb .sgw-comparison-card{background:var(--card-background);-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:6px 6px 16px 16px;padding:40px 24px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elb .sgw-comparison-card,.elb .sgw-comparison-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-comparison-card__header{border-radius:16px 16px 6px 6px;font-size:var(--font-size-eika--larger);font-weight:700;padding:16px 0;position:relative;text-align:center;top:-64px;width:100%}.elb .sgw-comparison-card__header--small-text{font-size:var(--font-size--medium-large);font-weight:600}.elb .sgw-comparison-card__header--dark{background:var(--theme-dark);color:var(--typography-color-theme-dark-contrast)}.elb .sgw-comparison-card__header--medium{background:var(--theme-medium)}.elb .sgw-comparison-card__header--light{background:var(--theme-light)}.elb .sgw-comparison-card__body-text{margin-top:-32px}.elb .sgw-comparison-card__body{align-self:start;display:grid;margin-top:-64px}.elb .sgw-comparison-card__wrapper{position:relative}.elb .sgw-comparison-card__recommendation-icon{color:var(--typography-color-theme-dark-contrast);height:var(--ikon-size-24);left:16px;position:absolute;top:32px;width:var(--ikon-size-24)}.elb .sgw-comparison-card__recommendation-label{background:var(--neutral-background);border:2px solid var(--form-theme-dark);border-radius:20px;color:var(--typography-color);font-size:var(--font-size--smallest);font-weight:600;left:50%;padding:4px 12px;position:absolute;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap}.elb .sgw-comparison-card .sgw-link{margin-top:40px}.elb .sgw-comparison-card-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:40px}.elb .sgw-summary-list-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;border:2px solid var(--form-theme-pastel);border-radius:12px;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;padding:24px}.elb .sgw-summary-list-card__title{font-size:var(--font-size--regular);font-weight:700;margin:0}.elb .sgw-summary-list-card__comment{margin:12px 0 0}.elb .sgw-summary-list-card__value&gt;*{margin:0}.elb .sgw-advisor-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-advisor-card .sgw-advisor-card__wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 24px 24px;position:relative}.elb .sgw-advisor-card .sgw-advisor-card__wrapper:before{background-color:var(--card-background);border-radius:16px;bottom:0;content:"";left:0;position:absolute;right:0;top:32px}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:16px;max-height:218px;overflow:hidden}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__image figure,.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__image img{aspect-ratio:3/2;position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__image figure{background-color:var(--card-background-dark)}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:16px;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--job-title{margin-bottom:16px}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--contact-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--contact-info.seperator&gt;:last-child{display:inline-block}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--contact-info.seperator&gt;:last-child:before{content:"|";display:inline-block;margin:0 8px}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--authorisations-list{margin:0;padding:0}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--authorisations{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--authorisations .sgw-advisor-card__icon{max-height:60px;min-height:60px}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--authorisations .sgw-advisor-card__icon.sgw-advisor-card__authorisation--all{background-image:url(/dagligbank-lokalbank-web/4e93b78042da6690252c.png)}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--authorisations .sgw-advisor-card__icon.sgw-advisor-card__authorisation--kreditt{background-image:url(/dagligbank-lokalbank-web/ebdda4e3152af163631b.png)}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--authorisations .sgw-advisor-card__icon.sgw-advisor-card__authorisation--skadeforsikring{background-image:url(/dagligbank-lokalbank-web/f48f1bf2a8a5dfa92e35.png)}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--authorisations .sgw-advisor-card__icon.sgw-advisor-card__authorisation--skadeforsikring-neringsliv{background-image:url(/dagligbank-lokalbank-web/4c5a87e6a83c85b5f111.png)}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--authorisations .sgw-advisor-card__icon.sgw-advisor-card__authorisation--personforsikring{background-image:url(/dagligbank-lokalbank-web/a247d98001aabc5f2ca3.png)}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--authorisations .sgw-advisor-card__icon.sgw-advisor-card__authorisation--personforsikring-neringsliv{background-image:url(/dagligbank-lokalbank-web/8941a020a1d68f0457a5.png)}.elb .sgw-advisor-card .sgw-advisor-card__wrapper .sgw-advisor-card__content .sgw-advisor-card__content--authorisations .sgw-advisor-card__icon.sgw-advisor-card__authorisation--sparing{background-image:url(/dagligbank-lokalbank-web/795b46ff6c0514824aaf.png)}@supports(container-type:inline-size){.elb .sgw-advisor-card{container-type:inline-size}}@container (min-width: 600px){.elb .sgw-advisor-card .sgw-advisor-card__wrapper{display:grid;gap:24px;grid-template-columns:327px 1fr;padding:24px 24px 24px 0}.elb .sgw-advisor-card .sgw-advisor-card__wrapper:before{left:32px;top:0}}.elb .sgw-summary-card__wrapper{--image-size:100px;background:var(--card-background-light);border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:calc(var(--image-size)*.5);padding:0 24px 24px}@media screen and (min-width:768px){.elb .sgw-summary-card__wrapper{--image-size:120px}}@media screen and (min-width:1024px){.elb .sgw-summary-card__wrapper{padding:0 48px 24px}}.elb .sgw-summary-card__wrapper .sgw-summary-card__image,.elb .sgw-summary-card__wrapper .sgw-summary-card__image.sgw-rich-icon{height:var(--image-size);margin-top:calc(var(--image-size)*-.5);min-height:var(--image-size);-ms-flex-item-align:center;align-self:center}.elb .sgw-success-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-success-card .sgw-success-card__title{margin:24px 0;text-align:center}.elb .sgw-success-card.centered-with-margin{margin:auto 0}.elb .error-card__row{cursor:pointer;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:24px}.elb .error-catcher-wrapper{padding-bottom:32px}.elb a.sgw-row-link{font-weight:400;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elb a.sgw-row-link:focus{outline:none}.elb a.sgw-row-link:focus-visible{-webkit-box-shadow:inset 0 -4px 0 -2px var(--form-theme-dark),inset 0 4px 0 -2px var(--form-theme-dark);box-shadow:inset 0 -4px 0 -2px var(--form-theme-dark),inset 0 4px 0 -2px var(--form-theme-dark)}@media(hover:hover)and (pointer:fine){.elb a.sgw-row-link:not(:disabled):hover{background:var(--card-background-light)}}.elb a.sgw-row-link:not(:disabled):active{background:var(--card-background-light)}.elb .sgw-content.skip-bow{margin-top:16px}.elb .settings__list-item{border-bottom:1px solid var(--form-theme-pastel-light);display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-sizing:content-box;box-sizing:content-box;-ms-flex-direction:column;flex-direction:column;font-size:var(--font-size--regular);font-weight:700;line-height:1.35;min-height:auto}.elb .settings__list-item:first-child{margin-top:24px}.elb .settings__list-item:first-child,.elb :not(.settings__list-item)+.settings__list-item{border-top:1px solid var(--form-theme-pastel-light)}.elb .settings__list-item.remove-margin{margin:0 -24px}.elb .settings__list-item.row-button__container{border-bottom:1px solid var(--form-theme-pastel-light)}.elb .settings__list-item.sgw-row-link{font-weight:700}.elb .settings__list-item--third-party-dependencies{margin:0 -24px}.elb .settings__list-item-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elb .settings__link-list{margin:0 -24px}@media screen and (min-width:768px){.elb .settings__link-list{margin:0}}.elb .settings__title{margin-bottom:16px;margin-top:48px}.elb .payment-settings-page{display:grid;row-gap:40px}.elb .about-app__app-version{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .about-app__app-version-value{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:600}@media screen and (min-width:1024px){.elb .about-app__app-version-value{font-size:var(--font-size--regular)}}.font-scale-large .elb .about-app__app-version{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elb .about-app__app-version-value{font-weight:400}.elb .sgw-link-panel{margin:0 0 12px}.elb .sgw-link-panel:last-child{margin-bottom:0}.elb .sgw-link-panel .sgw-link-panel__link,.elb .sgw-link-panel a{background-color:var(--theme-light);border-radius:12px;cursor:pointer;display:grid;grid-template-columns:1fr var(--ikon-size-24);line-height:1.5;padding:24px}.elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel__labels,.elb .sgw-link-panel a .sgw-link-panel__labels{grid-column:1/-1;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel__labels .sgw-label,.elb .sgw-link-panel a .sgw-link-panel__labels .sgw-label{margin:0 16px 2px 0}.elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel__content-wrapper,.elb .sgw-link-panel a .sgw-link-panel__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel-sub-text-one,.elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel-sub-text-three,.elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel-sub-text-two,.elb .sgw-link-panel a .sgw-link-panel-sub-text-one,.elb .sgw-link-panel a .sgw-link-panel-sub-text-three,.elb .sgw-link-panel a .sgw-link-panel-sub-text-two{font-weight:400}.elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel__arrow-wrapper,.elb .sgw-link-panel a .sgw-link-panel__arrow-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--ikon-size-36)}.elb .sgw-link-panel .sgw-link-panel__link:focus,.elb .sgw-link-panel a:focus{outline:none}.elb .sgw-link-panel .sgw-link-panel__link:focus-visible,.elb .sgw-link-panel a:focus-visible{-webkit-box-shadow:0 0 0 2px var(--form-theme-dark) inset;box-shadow:0 0 0 2px var(--form-theme-dark) inset}@media(hover:hover)and (pointer:fine){.elb .sgw-link-panel .sgw-link-panel__link:hover,.elb .sgw-link-panel a:hover{background-color:var(--theme-medium)}}.elb .sgw-link-panel .sgw-link-panel__link:active,.elb .sgw-link-panel a:active{background-color:var(--theme-medium)}.elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel-title,.elb .sgw-link-panel a .sgw-link-panel-title{font-weight:700}.elb .sgw-link-panel .sgw-link-panel__link .icon.icon--pil-hoeyre,.elb .sgw-link-panel a .icon.icon--pil-hoeyre{color:var(--typography-color);text-align:right}.elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel-sub-text-one,.elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel-sub-text-two,.elb .sgw-link-panel a .sgw-link-panel-sub-text-one,.elb .sgw-link-panel a .sgw-link-panel-sub-text-two{-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.elb .sgw-link-panel.no-right-icon .sgw-link-panel__link,.elb .sgw-link-panel.no-right-icon a{grid-template-columns:1fr}.elb .sgw-link-panel.align-center .sgw-link-panel__link,.elb .sgw-link-panel.align-center .sgw-link-panel__link .sgw-link-panel__arrow-wrapper,.elb .sgw-link-panel.align-center a,.elb .sgw-link-panel.align-center a .sgw-link-panel__arrow-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.font-scale-large .elb .sgw-link-panel .sgw-link-panel__link,.font-scale-large .elb .sgw-link-panel a{grid-template-columns:1fr;line-height:1.2;padding:40px 16px;row-gap:8px}.font-scale-large .elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel__arrow-wrapper,.font-scale-large .elb .sgw-link-panel a .sgw-link-panel__arrow-wrapper{display:none}.font-scale-large .elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel-sub-text-one,.font-scale-large .elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel-sub-text-three,.font-scale-large .elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel-sub-text-two,.font-scale-large .elb .sgw-link-panel a .sgw-link-panel-sub-text-one,.font-scale-large .elb .sgw-link-panel a .sgw-link-panel-sub-text-three,.font-scale-large .elb .sgw-link-panel a .sgw-link-panel-sub-text-two{font-weight:400}.font-scale-large .elb .sgw-link-panel .sgw-link-panel__link .sgw-link-panel__content-wrapper,.font-scale-large .elb .sgw-link-panel a .sgw-link-panel__content-wrapper{row-gap:8px}.elb .sgw-link-panel.information .sgw-link-panel--link,.elb .sgw-link-panel.information a{background-color:var(--neutral-background);border:2px dashed var(--theme-medium);border-radius:12px}.elb .sgw-link-panel.information .sgw-link-panel--link:focus,.elb .sgw-link-panel.information a:focus{outline:none}.elb .sgw-link-panel.information .sgw-link-panel--link:focus-visible,.elb .sgw-link-panel.information a:focus-visible{border:2px solid var(--form-theme-dark);-webkit-box-shadow:none;box-shadow:none}@media(hover:hover)and (pointer:fine){.elb .sgw-link-panel.information .sgw-link-panel--link:hover,.elb .sgw-link-panel.information a:hover{background-color:var(--theme-light)}}.elb .sgw-link-panel.information .sgw-link-panel--link:active,.elb .sgw-link-panel.information a:active{background-color:var(--theme-light)}.elb .sgw-link-panel.information .sgw-link-panel--link .sgw-link-panel-sub-text-one,.elb .sgw-link-panel.information .sgw-link-panel--link .sgw-link-panel-sub-text-two,.elb .sgw-link-panel.information .sgw-link-panel--link .sgw-link-panel-title,.elb .sgw-link-panel.information a .sgw-link-panel-sub-text-one,.elb .sgw-link-panel.information a .sgw-link-panel-sub-text-two,.elb .sgw-link-panel.information a .sgw-link-panel-title{margin-right:24px}.elb .sgw-link-card{margin:0 0 12px}.elb .sgw-link-card:last-child{margin-bottom:0}.elb .sgw-link-card{background-color:var(--card-background);border-radius:12px}.elb .sgw-link-card .sgw-link-card__content-container{border-radius:0 0 12px 12px;padding:4px 16px 24px}.elb .sgw-link-card.has-additional-content{background-color:var(--card-background-light)}.elb .sgw-link-card.has-additional-content .sgw-link-card__link{border-radius:12px 12px 0 0;min-height:auto}.elb .sgw-link-card.has-additional-content .sgw-link-card__link .sgw-link-card__content-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-link-card.attention-color--danger{background-color:var(--danger)}@media(hover:hover)and (pointer:fine){.elb .sgw-link-card.attention-color--danger .sgw-link-card__link:hover{background-color:var(--card-background)}}.elb .sgw-link-card.attention-color--success{background-color:var(--success)}.elb .sgw-link-card:hover{background-color:var(--card-background-dark)}.elb .sgw-link-card:has(*&gt;:active){background-color:var(--card-background-dark)}.elb .sgw-link-card:focus-within{-webkit-box-shadow:0 0 0 2px var(--theme-dark) inset;box-shadow:0 0 0 2px var(--theme-dark) inset}.elb .sgw-link-card .sgw-link-card__link,.elb .sgw-link-panel.card .sgw-link-panel--link{border-radius:12px;cursor:pointer;display:grid;gap:4px 12px;grid-template-columns:1fr;padding:24px}.elb .sgw-link-card .sgw-link-card__link:focus,.elb .sgw-link-panel.card .sgw-link-panel--link:focus{outline:none}.elb .sgw-link-card .sgw-link-card__link .sgw-link-card__labels,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card__labels{grid-column:1/-1}.elb .sgw-link-card .sgw-link-card__link .sgw-link-card__labels .sgw-label,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card__labels .sgw-label{margin:0 16px 2px 0}@media(min-width:360px){.elb .sgw-link-card .sgw-link-card__link .sgw-link-card__labels.with-icon,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card__labels.with-icon{margin-left:12px;padding-left:var(--ikon-size-24)}}@media(min-width:768px){.elb .sgw-link-card .sgw-link-card__link .sgw-link-card__labels.with-icon,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card__labels.with-icon{padding-left:var(--ikon-size-36)}}.elb .sgw-link-card .sgw-link-card__link .sgw-link-card__labels.no-icon,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card__labels.no-icon{margin-left:0;padding-left:0}.elb .sgw-link-card .sgw-link-card__link .sgw-link-card__content-wrapper,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:4px}.elb .sgw-link-card .sgw-link-card__link .sgw-link-card__arrow-wrapper,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card__arrow-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--ikon-size-36)}.elb .sgw-link-card .sgw-link-card__link .card-icon__wrapper .card-icon,.elb .sgw-link-panel.card .sgw-link-panel--link .card-icon__wrapper .card-icon{height:var(--ikon-size-24);width:var(--ikon-size-24)}@media(min-width:768px){.elb .sgw-link-card .sgw-link-card__link .card-icon__wrapper .card-icon,.elb .sgw-link-panel.card .sgw-link-panel--link .card-icon__wrapper .card-icon{height:var(--ikon-size-36);width:var(--ikon-size-36)}}.elb .sgw-link-card .sgw-link-card__link .sgw-link-card-sub-text-one,.elb .sgw-link-card .sgw-link-card__link .sgw-link-card-sub-text-three,.elb .sgw-link-card .sgw-link-card__link .sgw-link-card-sub-text-two,.elb .sgw-link-card .sgw-link-card__link .sgw-link-card__second-line,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card-sub-text-one,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card-sub-text-three,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card-sub-text-two,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card__second-line{font-weight:400}.elb .sgw-link-card .sgw-link-card__link .sgw-link-card__second-line,.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card__second-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}@media screen and (min-width:360px){.elb .sgw-link-card .sgw-link-card__link,.elb .sgw-link-panel.card .sgw-link-panel--link{grid-template-columns:auto 1fr auto}}.elb .sgw-link-panel.card .sgw-link-panel--link .sgw-link-card__content-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elb .sgw-link-card.align-center .sgw-link-card__link .sgw-link-card__content-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-link-card.align-center .sgw-link-card__link .card-icon__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-link-card.align-center .sgw-link-card__link .sgw-link-card__arrow-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-link-card.no-icon .no-icon.align-center{margin:0}.elb .sgw-link-card.no-icon .sgw-link-card__link{grid-template-columns:1fr auto}@media screen and (min-width:768px){.elb .sgw-link-card.no-icon .sgw-link-card__link{grid-template-columns:1fr auto}}.elb .sgw-link-card.with-notification .with-notification.align-center{margin:0}.elb .sgw-link-card.with-notification .sgw-link-card__link .sgw-link-card__notification-badge{background-color:var(--danger-dark-color);border-radius:12px;color:var(--typography-color-negative);padding:0 8px;position:relative;text-align:center}.elb .sgw-link-card.with-notification .sgw-link-card__link .sgw-link-card__arrow-wrapper.with-notification{display:grid;grid-auto-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.font-scale-large .elb .sgw-link-card .sgw-link-card--link{grid-template-columns:var(--ikon-size-24) 1fr}@media(min-width:768px){.font-scale-large .elb .sgw-link-card .sgw-link-card--link{grid-template-columns:var(--ikon-size-36) 1fr}}.font-scale-large .elb .sgw-link-card .sgw-link-card--link .sgw-link-card__labels{margin-left:0;padding-left:0}.font-scale-large .elb .sgw-link-card .sgw-link-card--link .sgw-link-card-sub-text-one,.font-scale-large .elb .sgw-link-card .sgw-link-card--link .sgw-link-card-sub-text-three,.font-scale-large .elb .sgw-link-card .sgw-link-card--link .sgw-link-card-sub-text-two,.font-scale-large .elb .sgw-link-card .sgw-link-card--link .sgw-link-card__second-line{grid-column:1/-1}.elb .sgw-largelink-card{--button-font-size:var(--font-size--regular);--container-padding:24px;background-color:var(--theme-light);border-radius:16px;-ms-flex-direction:column;flex-direction:column;padding:var(--container-padding)}.elb .sgw-largelink-card,.elb .sgw-largelink-card .sgw-largelink-card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal}.elb .sgw-largelink-card .sgw-largelink-card__wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column}.elb .sgw-largelink-card .sgw-largelink-card__cta{margin-top:8px;-ms-flex-item-align:end;align-self:end}.elb .sgw-largelink-card .sgw-largelink-card__cta .button--size-large{font-size:var(--button-font-size)}.elb .sgw-largelink-card .sgw-largelink-card__children{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-item-align:center;align-self:center;margin-right:0}.elb .sgw-largelink-card .sgw-largelink-card__children .sgw-rich-icon{max-height:144px;min-height:144px}.elb .sgw-largelink-card .sgw-largelink-card__header{margin:8px 0}.elb .sgw-largelink-card .card-icon__wrapper{display:block;line-height:1}.elb .sgw-largelink-card .typography-paragraph{margin-top:0}.elb .sgw-largelink-card.variant--dark{--container-padding:24px 24px 40px;background-color:var(--form-theme-dark);border-radius:24px;color:var(--typography-color-negative)}.elb .sgw-largelink-card.variant--dark .sgw-largelink-card__cta{margin-bottom:40px;margin:0}.elb .sgw-largelink-card.variant--dark .sgw-largelink-card__cta .sgw-button-common{text-wrap:nowrap}.elb .sgw-largelink-card.with--illustration .sgw-largelink-card__content{margin:24px 0 16px}.elb .sgw-largelink-card.with--illustration .sgw-largelink-card__content p{margin-bottom:0}@media screen and (min-width:1024px){.elb .sgw-largelink-card{--button-font-size:var(--font-size--medium);--container-padding:40px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elb .sgw-largelink-card .sgw-largelink-card__illustration{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-item-align:start;align-self:start}.elb .sgw-largelink-card .sgw-largelink-card__illustration .sgw-rich-icon{min-height:144px}.elb .sgw-largelink-card .sgw-largelink-card__children{-ms-flex-item-align:start;align-self:flex-start;margin-right:24px}.elb .sgw-largelink-card .sgw-largelink-card__content{margin:0 40px 0 0}.elb .sgw-largelink-card .sgw-largelink-card__cta{margin-left:auto}.elb .sgw-largelink-card .sgw-largelink-card__cta .button--size-large{text-wrap:nowrap}.elb .sgw-largelink-card.variant--dark{--container-padding:40px}.elb .sgw-largelink-card.variant--dark .sgw-largelink-card__children{margin-right:0}.elb .sgw-largelink-card.variant--dark .sgw-largelink-card__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elb .sgw-largelink-card.variant--dark .sgw-largelink-card__cta{margin:0}.elb .sgw-largelink-card.variant--dark .sgw-largelink-card__content{margin:0 40px;-webkit-box-flex:1;-ms-flex:1;flex:1}}.elb .sgw-link-card.information .sgw-link-card--link,.elb .sgw-link-card.information a{background-color:var(--neutral-background);border:2px dashed var(--form-theme-light);border-radius:12px}.elb .sgw-link-card.information .sgw-link-card--link:focus,.elb .sgw-link-card.information a:focus{outline:none}.elb .sgw-link-card.information .sgw-link-card--link:focus-visible,.elb .sgw-link-card.information a:focus-visible{border:2px solid var(--seagreen-dark);-webkit-box-shadow:none;box-shadow:none}@media(hover:hover)and (pointer:fine){.elb .sgw-link-card.information .sgw-link-card--link:hover,.elb .sgw-link-card.information a:hover{background-color:var(--card-background-light)}}.elb .sgw-link-card.information .sgw-link-card--link:active,.elb .sgw-link-card.information a:active{background-color:var(--card-background-light)}.elb .sgw-link-card.information .sgw-link-card--link .sgw-link-card-sub-text-one,.elb .sgw-link-card.information .sgw-link-card--link .sgw-link-card-sub-text-two,.elb .sgw-link-card.information .sgw-link-card--link .sgw-link-card-title,.elb .sgw-link-card.information a .sgw-link-card-sub-text-one,.elb .sgw-link-card.information a .sgw-link-card-sub-text-two,.elb .sgw-link-card.information a .sgw-link-card-title{margin-right:24px}.elb .sgw-link-panel-advanced{margin:0 0 12px}.elb .sgw-link-panel-advanced:last-child{margin-bottom:0}.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link,.elb .sgw-link-panel-advanced a{background-color:var(--neutral-background);border-radius:6px;-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.18);box-shadow:0 1px 3px 1px rgba(0,0,0,.18);cursor:pointer;display:grid;grid-template-columns:1fr auto;padding:24px}.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link:focus,.elb .sgw-link-panel-advanced a:focus{outline:none}.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link:focus-visible,.elb .sgw-link-panel-advanced a:focus-visible{-webkit-box-shadow:0 0 0 2px var(--form-theme-dark) inset,0 1px 3px 1px rgba(0,0,0,.18);box-shadow:0 0 0 2px var(--form-theme-dark) inset,0 1px 3px 1px rgba(0,0,0,.18)}@media(hover:hover)and (pointer:fine){.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link:hover,.elb .sgw-link-panel-advanced a:hover{background-color:var(--card-background-light)}}.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link:active,.elb .sgw-link-panel-advanced a:active{background-color:var(--card-background-light)}.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced__content-wrapper,.elb .sgw-link-panel-advanced a .sgw-link-panel-advanced__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;word-break:break-all}.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced-title,.elb .sgw-link-panel-advanced a .sgw-link-panel-advanced-title{font-weight:600}.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced-sub-text-one,.elb .sgw-link-panel-advanced a .sgw-link-panel-advanced-sub-text-one{font-weight:700;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;text-align:right;white-space:nowrap}.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced__second-line,.elb .sgw-link-panel-advanced a .sgw-link-panel-advanced__second-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced__second-line .sgw-link-panel-advanced-sub-text-two,.elb .sgw-link-panel-advanced a .sgw-link-panel-advanced__second-line .sgw-link-panel-advanced-sub-text-two{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400}@media screen and (min-width:1024px){.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced__second-line .sgw-link-panel-advanced-sub-text-two,.elb .sgw-link-panel-advanced a .sgw-link-panel-advanced__second-line .sgw-link-panel-advanced-sub-text-two{font-size:var(--font-size--regular)}}.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced__second-line .sgw-link-panel-advanced-sub-text-three,.elb .sgw-link-panel-advanced a .sgw-link-panel-advanced__second-line .sgw-link-panel-advanced-sub-text-three{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400}@media screen and (min-width:1024px){.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced__second-line .sgw-link-panel-advanced-sub-text-three,.elb .sgw-link-panel-advanced a .sgw-link-panel-advanced__second-line .sgw-link-panel-advanced-sub-text-three{font-size:var(--font-size--regular)}}.elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced__labels,.elb .sgw-link-panel-advanced a .sgw-link-panel-advanced__labels{grid-column:1/-1;margin-bottom:3px}.elb .sgw-link-panel-advanced.align-center .sgw-link-panel-advanced__link .sgw-link-panel-advanced__content-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-link-panel-advanced.align-center .sgw-link-panel-advanced__link .sgw-link-panel-advanced__arrow-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.font-scale-large .elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link,.font-scale-large .elb .sgw-link-panel-advanced.align-center .sgw-link-panel-advanced__link{grid-template-columns:1fr;line-height:1.2;padding:40px 16px;row-gap:8px}.font-scale-large .elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced__arrow-wrapper,.font-scale-large .elb .sgw-link-panel-advanced.align-center .sgw-link-panel-advanced__link .sgw-link-panel-advanced__arrow-wrapper{display:none}.font-scale-large .elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced-sub-text-one,.font-scale-large .elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced-sub-text-three,.font-scale-large .elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced-sub-text-two,.font-scale-large .elb .sgw-link-panel-advanced.align-center .sgw-link-panel-advanced__link .sgw-link-panel-advanced-sub-text-one,.font-scale-large .elb .sgw-link-panel-advanced.align-center .sgw-link-panel-advanced__link .sgw-link-panel-advanced-sub-text-three,.font-scale-large .elb .sgw-link-panel-advanced.align-center .sgw-link-panel-advanced__link .sgw-link-panel-advanced-sub-text-two{font-weight:400}.font-scale-large .elb .sgw-link-panel-advanced .sgw-link-panel-advanced__link .sgw-link-panel-advanced__content-wrapper,.font-scale-large .elb .sgw-link-panel-advanced.align-center .sgw-link-panel-advanced__link .sgw-link-panel-advanced__content-wrapper{row-gap:8px}.elb .sgw-link-panel-advanced.inverted-icon .sgw-link-panel-advanced__link .sgw-link-panel__second-line .sgw-link-panel-sub-text-two,.elb .sgw-link-panel-advanced.inverted-icon a .sgw-link-panel__second-line .sgw-link-panel-sub-text-two{margin-right:24px;white-space:break-spaces}.elb .sgw-link-panel-advanced.inverted-icon .sgw-link-panel-advanced__link :not(.sgw-label).sgw-icon,.elb .sgw-link-panel-advanced.inverted-icon a :not(.sgw-label).sgw-icon{background-color:var(--form-theme-dark);border-radius:50%;color:var(--typography-color-negative)}.elb .sgw-list-panel{margin:0;padding:0}.elb .sgw-list-panel:first-of-type .sgw-list-panel__link{border-top-left-radius:6px;border-top-right-radius:6px}.elb .sgw-list-panel:last-of-type .sgw-list-panel__link{border-bottom:1px solid var(--border-color-neutral-medium);border-bottom-left-radius:6px;border-bottom-right-radius:6px}.elb .sgw-list-panel.with-prefix-content{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.elb .sgw-list-panel.has-icon .sgw-list-panel__link{grid-template-columns:1fr auto}.elb .sgw-list-panel.has-only-title .sgw-list-panel__link{min-height:68px}.elb .sgw-list-panel .sgw-list-panel__link,.elb .sgw-list-panel a{background-color:var(--neutral-background);border:1px solid var(--border-color-neutral-medium);border-bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:grid;gap:4px 12px;grid-template-columns:1fr;padding:16px 24px}.elb .sgw-list-panel .sgw-list-panel__link.style--light,.elb .sgw-list-panel a.style--light{background-color:var(--form-theme-xtra-light)}.elb .sgw-list-panel .sgw-list-panel__link.style--light:hover,.elb .sgw-list-panel a.style--light:hover{background-color:var(--neutral-background)}.elb .sgw-list-panel .sgw-list-panel__link:focus,.elb .sgw-list-panel a:focus{outline:none}.elb .sgw-list-panel .sgw-list-panel__link:focus-visible,.elb .sgw-list-panel a:focus-visible{-webkit-box-shadow:none;box-shadow:none}.elb .sgw-list-panel .sgw-list-panel__link:focus-visible,.elb .sgw-list-panel a:focus-visible{-webkit-box-shadow:0 0 0 2px var(--form-theme-dark) inset;box-shadow:0 0 0 2px var(--form-theme-dark) inset}@media(hover:hover)and (pointer:fine){.elb .sgw-list-panel .sgw-list-panel__link:hover,.elb .sgw-list-panel a:hover{background-color:var(--card-background-light)}}.elb .sgw-list-panel .sgw-list-panel__link:active,.elb .sgw-list-panel a:active{background-color:var(--card-background-dark)}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__content-wrapper,.elb .sgw-list-panel a .sgw-list-panel__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;word-break:break-all;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel-title,.elb .sgw-list-panel a .sgw-list-panel-title{font-weight:600}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__prefix-content,.elb .sgw-list-panel a .sgw-list-panel__prefix-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__prefix-content&gt;*,.elb .sgw-list-panel a .sgw-list-panel__prefix-content&gt;*{max-height:40px;max-width:64px}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__title-icon&gt;*,.elb .sgw-list-panel a .sgw-list-panel__title-icon&gt;*{height:var(--ikon-size-24);max-height:var(--ikon-size-24);max-width:var(--ikon-size-24);width:var(--ikon-size-24)}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel-sub-text-one,.elb .sgw-list-panel a .sgw-list-panel-sub-text-one{font-weight:400;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}@media screen and (min-width:360px){.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel-sub-text-one,.elb .sgw-list-panel a .sgw-list-panel-sub-text-one{font-weight:700;text-align:right}}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__second-line,.elb .sgw-list-panel a .sgw-list-panel__second-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__second-line .sgw-list-panel-sub-text-two,.elb .sgw-list-panel a .sgw-list-panel__second-line .sgw-list-panel-sub-text-two{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400}@media screen and (min-width:1024px){.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__second-line .sgw-list-panel-sub-text-two,.elb .sgw-list-panel a .sgw-list-panel__second-line .sgw-list-panel-sub-text-two{font-size:var(--font-size--regular)}}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__second-line .sgw-list-panel-sub-text-three,.elb .sgw-list-panel a .sgw-list-panel__second-line .sgw-list-panel-sub-text-three{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400}@media screen and (min-width:1024px){.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__second-line .sgw-list-panel-sub-text-three,.elb .sgw-list-panel a .sgw-list-panel__second-line .sgw-list-panel-sub-text-three{font-size:var(--font-size--regular)}}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__labels,.elb .sgw-list-panel a .sgw-list-panel__labels{grid-column:1/-1;margin-bottom:0}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__labels .sgw-label,.elb .sgw-list-panel a .sgw-list-panel__labels .sgw-label{margin:0 16px 2px 0}.elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__icon-with-title,.elb .sgw-list-panel a .sgw-list-panel__icon-with-title{-webkit-column-gap:inherit;-moz-column-gap:inherit;column-gap:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-list-panel.align-center .sgw-list-panel__link .sgw-list-panel__arrow-wrapper,.elb .sgw-list-panel.align-center a .sgw-list-panel__arrow-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.font-scale-large .elb .sgw-list-panel .sgw-list-panel__link,.font-scale-large .elb .sgw-list-panel a{grid-template-columns:1fr;line-height:1.2;padding:40px 16px;row-gap:8px}.font-scale-large .elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__arrow-wrapper,.font-scale-large .elb .sgw-list-panel a .sgw-list-panel__arrow-wrapper{display:none}.font-scale-large .elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel-sub-text-one,.font-scale-large .elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel-sub-text-three,.font-scale-large .elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel-sub-text-two,.font-scale-large .elb .sgw-list-panel a .sgw-list-panel-sub-text-one,.font-scale-large .elb .sgw-list-panel a .sgw-list-panel-sub-text-three,.font-scale-large .elb .sgw-list-panel a .sgw-list-panel-sub-text-two{font-weight:400}.font-scale-large .elb .sgw-list-panel .sgw-list-panel__link .sgw-list-panel__content-wrapper,.font-scale-large .elb .sgw-list-panel a .sgw-list-panel__content-wrapper{row-gap:8px}.elb .sgw-list-panel.inverted-icon .sgw-link-panel-advanced__link .sgw-list-panel__second-line .sgw-list-panel-sub-text-two,.elb .sgw-list-panel.inverted-icon a .sgw-list-panel__second-line .sgw-list-panel-sub-text-two{margin-right:24px;white-space:break-spaces}.elb .sgw-list-panel.inverted-icon .sgw-link-panel-advanced__link :not(.sgw-label).sgw-icon,.elb .sgw-list-panel.inverted-icon a :not(.sgw-label).sgw-icon{background-color:var(--form-theme-dark);border-radius:50%;color:var(--typography-color-negative)}.elb .sgw-list-panel__wrapper{display:grid;grid-template-columns:auto}.elb .sgw-list-panel__wrapper .sgw-list-panel__wrapper--content{margin-bottom:0;margin-top:0;padding:0}.elb .sgw-list-panel__wrapper .sgw-list-panel__wrapper--footer{margin:32px 0}@media screen and (min-width:768px){.elb .sgw-list-panel__wrapper{--gap:var(--column-gap,32px);--minus-gap:calc(var(--gap)*-1);-webkit-column-gap:var(--gap);-moz-column-gap:var(--gap);column-gap:var(--gap);grid-template-columns:repeat(7,1fr);isolation:isolate;position:relative}.elb .sgw-list-panel__wrapper:not(.has-footer){padding-bottom:48px}.elb .sgw-list-panel__wrapper .sgw-list-panel__wrapper--content,.elb .sgw-list-panel__wrapper .sgw-list-panel__wrapper--footer,.elb .sgw-list-panel__wrapper .sgw-list-panel__wrapper--title{grid-column:1/7;margin-right:var(--minus-gap);z-index:1}.elb .sgw-list-panel__wrapper.hide-background{grid-template-columns:1fr;padding-bottom:0}.elb .sgw-list-panel__wrapper.hide-background .sgw-list-panel__wrapper--content,.elb .sgw-list-panel__wrapper.hide-background .sgw-list-panel__wrapper--footer,.elb .sgw-list-panel__wrapper.hide-background .sgw-list-panel__wrapper--title{grid-column:auto}.elb .sgw-list-panel__wrapper.hide-background .sgw-list-panel__background{display:none}}.elb .sgw-list-panel__wrapper .sgw-list-panel__background{display:none}@media screen and (min-width:768px){.elb .sgw-list-panel__wrapper .sgw-list-panel__background{background-color:var(--theme-light);border-radius:20px;bottom:0;display:block;grid-column:2/-1;left:var(--minus-gap);position:absolute;right:0;top:45px}}.elb .cards-and-detail-links__wrapper .debit-card-links__wrapper{margin-top:var(--row-gap,48px)}.elb .cards-and-detail-links__wrapper .debit-card-links__wrapper .debit-card-links__title{margin-bottom:24px}.elb .cards-and-detail-links__wrapper .debit-card-links__wrapper .debit-card-links__list{list-style:none;margin:0;padding:0}.elb .sgw-details-list__wrapper{--icon-min-size:44px}.elb .sgw-details-list__wrapper .sgw-details-list__title{margin-bottom:24px}.elb .sgw-details-list__wrapper .sgw-details-list__container{margin:0 -24px;padding:0}.elb .sgw-details-list__wrapper .sgw-details-list__container.separation-lines&gt;.sgw-details-list__item{border-bottom:1px solid var(--border-color-neutral-medium)}.elb .sgw-details-list__wrapper .sgw-details-list__container.separation-lines&gt;.sgw-details-list__item:first-child{border-top:1px solid var(--border-color-neutral-medium)}.elb .sgw-details-list__wrapper .sgw-details-list__item-label{margin-right:auto}.elb .sgw-details-list__wrapper .sgw-details-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.elb .sgw-details-list__wrapper .sgw-details-list__item.skeleton{display:block}.elb .sgw-details-list__wrapper .sgw-details-list__item-value{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-weight:600;gap:8px;margin:0}.elb .sgw-details-list__wrapper .sgw-details-list__item-value .empty-value,.elb .sgw-details-list__wrapper .sgw-details-list__item-value.empty{font-style:italic;font-weight:300}.elb .sgw-details-list__wrapper .sgw-details-list__item-icon-button{margin:-12px -12px -12px 0}.font-scale-large .elb .sgw-details-list__container .sgw-details-list__item{display:block;padding:24px}.font-scale-large .elb .sgw-details-list__container .sgw-details-list__item .sgw-details-list__item-value{margin:0}.font-scale-large .elb .sgw-details-list__item-label{margin-right:0}.elb .account-details__list_container{list-style:none;margin:48px -24px 0;padding:0}.elb .account-details__list_container&gt;.account-details__row{border-bottom:1px solid var(--card-background-dark)}.elb .account-details__list_container&gt;.account-details__row:first-child{border-top:1px solid var(--card-background-dark)}.font-scale-large .elb .account-details__list_container .account-details__row{display:block;padding:24px}.font-scale-large .elb .account-details__list_container .account-details__row .account-details__row-value{margin:0}.elb .account-details-view__container{margin-top:48px}.elb .action-result-info__message{margin:auto 0;text-align:center;width:100%}.elb .action-result-info__message .svg-icon svg{height:84px;width:84px}.elb .centered-modal-content__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:calc(100% - 70px);padding-bottom:24px;padding-top:16px}.elb .centered-modal-content__message{margin:auto 0;text-align:center;width:100%}.elb .centered-modal-content__message .icon{height:84px;width:84px}.elb .add-authorized-customer__button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:32px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-item-align:center;align-self:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .add-authorized-customer__button-container .sgw-button{margin:8px 12px}.elb .add-authorized-customer__content{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elb .add-authorized-customer__content .sgw-checkmark-animation{margin-bottom:12px}.elb .add-authorized-customer__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .add-authorized-customer__form .add-authorized-customer__button-container{margin:auto 0 0}.elb .add-authorized-customer__form .account-details__form-label{font-size:var(--font-size--medium);font-weight:600;margin-bottom:4px}.elb .add-authorized-customer__form .account-details__form-sublabel{margin-bottom:32px}.elb .add-authorized-customer__form span.sgw-input__input-mainlabel{font-size:var(--font-size--regular);font-weight:400;margin-bottom:12px}.elb .add-authorized-customer__form .sgw-input__input-label{margin-bottom:40px}.elb .account-terms-list__list{margin-top:0}.elb .account-terms-list__list li{color:var(--typography-color);font-weight:400;line-height:1.5;margin-bottom:4px}.elb .account-terms-list__list li,.elb .account-terms-list__list-title{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular)}.elb .account-terms-list__list-title{font-weight:600;line-height:1.35;margin-bottom:8px}@media screen and (min-width:1024px){.elb .account-terms-list__list-title{font-size:var(--font-size--medium-large)}}.elb .account-interest-details__title{margin-top:48px}.elb .account-interest-details dd{text-align:left;white-space:nowrap}.font-scale-large .elb .account-interest-details:last-of-type{padding-bottom:3.5rem}.elb .account-interest-details:last-of-type{padding-bottom:1rem}.elb .account-name-box__container{background-color:var(--theme-light);border:2px solid var(--theme-light);border-radius:24px;line-height:1.1;margin-bottom:40px;margin-top:16px;padding:24px 24px 32px;-webkit-transition:background-color 0s,border 0s;transition:background-color 0s,border 0s;will-change:background-color,border}.elb .account-name-box__container.has-changed .account-name-box__action-button-wrapper,.elb .account-name-box__container.has-focus .account-name-box__action-button-wrapper{margin:32px 0 12px;max-height:500px}.elb .account-name-box__container.has-focus{background-color:#fff;border-color:var(--theme-dark)}.elb .account-name-box__container.has-focus .account-name-box__icon{display:none}.elb .account-name-box__input-wrapper{display:block;position:relative;text-align:center}.elb .account-name-box__label{font-size:var(--font-size--small);line-height:22px}.elb .account-name-box__account_name{background:none;border:none;border-bottom:2px solid var(--theme-dark);border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:var(--font-size--medium);font-weight:600;line-height:1.45;margin-bottom:0;margin-top:8px;outline:none;padding:0 24px;text-align:center;width:100%}.elb .account-name-box__account_name:focus-visible{padding:0}.elb .account-name-box__icon{bottom:0;position:absolute;right:0;-webkit-transform:translateY(-4px);transform:translateY(-4px)}.elb .account-name-box__error-label{margin-top:-24px}.elb .account-name-box__action-button-wrapper,.elb .account-name-box__error-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .account-name-box__action-button-wrapper{margin:0;max-height:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:max-height 0s,margin 0s;transition:max-height 0s,margin 0s;will-change:max-height,margin}.elb .account-name-box__action-button-wrapper .sgw-button-common{margin:0 12px}@media screen and (prefers-reduced-motion:no-preference){.elb .account-name-box__action-button-wrapper{-webkit-transition:max-height .3s,margin .3s;transition:max-height .3s,margin .3s}.elb .account-name-box__container{-webkit-transition:background-color .3s,border .4s;transition:background-color .3s,border .4s}}.font-scale-large .elb .account-name-box__action-button-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;place-items:center}.font-scale-large .elb .account-name-box__action-button-wrapper :last-child{margin-top:12px}.font-scale-large .elb .account-name-box__icon{display:none}.elb .account-name-box__account_name_skeleton{line-height:26px;margin-bottom:0;margin-top:8px}.elb .bank-id-signing__title{margin:0}.elb .bank-id-signing{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto 0;min-height:330px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.elb .bank-id-signing{height:auto}}.elb .bank-id-signing__iframe{border:none;margin:16px 0}.elb .sgw-loader .spin{-webkit-animation:spin 1.7s ease-in-out infinite;animation:spin 1.7s ease-in-out infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes spin{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}.elb .sgw-radio-buttons{border:0;margin:0;padding:0}.elb .sgw-radio-buttons .sgw-radio-option:not(:last-of-type){margin-bottom:24px}.elb .sgw-radio-buttons .sgw-radio-button__horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-radio-buttons .sgw-radio-button__horizontal .sgw-radio-option{margin-bottom:0}.elb .sgw-radio-buttons .sgw-radio-button__horizontal .sgw-radio-option:not(:last-of-type){margin-right:24px}.elb .sgw-radio-option{color:var(--typography-color,var(--form-theme-dark));display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,Arial,sans-serif;font-weight:400;line-height:1.5;max-width:100%;-moz-user-select:none;user-select:none;-ms-user-select:none;-webkit-user-select:none}.elb .sgw-radio-option,.elb .sgw-radio-option input[type=radio]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-radio-option input[type=radio]{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:var(--neutral-background);border:2px solid var(--form-theme-dark);border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:24px;min-width:24px;outline:none;position:relative;width:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:8px;margin-top:calc(var(--font-size--regular)*1.5/2 - 12px);-ms-flex-item-align:start;align-self:flex-start}.elb .sgw-radio-option input[type=radio]:focus-visible:after{border:2px solid var(--form-theme-dark);border-radius:50%;bottom:-6px;content:"";display:block;left:-6px;position:absolute;right:-6px;top:-6px}.elb .sgw-radio-option input[type=radio]:checked:before{background:var(--form-theme-dark)}.elb .sgw-radio-option input[type=radio]:before{border-radius:50%;content:"";display:block;height:16px;width:16px}.elb .sgw-radio-option input[type=radio]:hover,.elb .sgw-radio-option label{cursor:pointer}.elb .sgw-radio-option.sgw-radio-option__error input[type=radio]{border:2px solid var(--danger-dark-color)}.elb .sgw-radio-option.disabled{cursor:text;opacity:.5}.elb .sgw-radio-option.disabled input,.elb .sgw-radio-option.disabled label{cursor:text}.elb .sgw-radio-button-panels{border:0;margin:0;padding:0}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--neutral-background);border:2px solid var(--form-theme-pastel);border-radius:12px;justify-content:center}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__panel-wrapper{cursor:pointer;padding:24px}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__panel-wrapper .sgw-radio-button-panel-option-description{margin-left:32px}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__attention-label{cursor:pointer;padding-top:16px}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__attention-label .sgw-radio-button-panel-option-description{margin-left:32px}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__attention-label .sgw-radio-option__labels{margin-left:16px;padding-left:12px}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__attention-label .sgw-radio-option__labels .sgw-label{margin:0 16px 2px 0}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option .sgw-radio-option{font-weight:600}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option.sgw-radio-button-panel-option__grayed{background-color:var(--card-background)}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option.sgw-radio-button-panel-option__locked{background-color:var(--card-background);border:2px solid var(--border-color-neutral-light)}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option:not(:last-of-type){margin-bottom:12px}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option.with-attention-message:last-of-type,.elb .sgw-radio-button-panels .sgw-radio-button-panel-option:not(:last-of-type).with-attention-message{margin-bottom:8px}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option.with-attention-message:last-of-type+.sgw-radio-button-panel__attention-message{margin-bottom:0}.elb .sgw-radio-button-panels .sgw-radio-button-panel__attention-message{margin-bottom:16px}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__checked,.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__panel-wrapper:hover{background-color:var(--form-theme-xtra-light)}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__panel-wrapper.disabled{border-color:var(--form-theme-pastel);cursor:text;opacity:.5}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__panel-wrapper.disabled:hover{background-color:var(--neutral-background)}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__panel-wrapper.disabled .sgw-radio-option,.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__panel-wrapper.disabled .sgw-radio-option input,.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__panel-wrapper.disabled .sgw-radio-option label{cursor:text}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option__error{border:2px solid var(--danger-dark-color)}.elb .sgw-radio-button-panels .sgw-radio-button-panel-option-description{margin:4px 0 0 24px}.elb .sgw-radio-button-panels .sgw-radio-button-panels__children-wrapper{padding-bottom:12px}.elb .sgw-radio-button-legend{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--medium);font-weight:600;margin-bottom:16px;margin-top:0}.elb .sgw-radio-button-legend .sgw-radio-button-legend-text{margin-right:8px}.elb .sgw-radio-button-legend.sgw-radio-button-legend__with-sublegend{margin-bottom:8px}.elb .sgw-radio-button-sublegend{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--regular);line-height:1.5;margin-bottom:16px;margin-top:0}.elb .sgw-radio-button-sublegend .sgw-radio-button-sublegend-text{margin-right:8px}.elb .sgw-label.sgw-radio-button-error-label{margin:16px 0 0}.elb .sgw-radio-icon{margin-bottom:-3px;margin-left:-13px;margin-top:-14px;-webkit-transform:translateY(6px);transform:translateY(6px)}.elb .sgw-radio-icon.sgw-button.sgw-button-common.button--icon:hover .sgw-button__icon-container{background-color:transparent}.elb .sgw-radio-icon.sgw-button.sgw-button-common.button--icon:hover:before{background-color:var(--form-theme-light);border-radius:50%;content:"";height:18px;position:absolute;width:18px}.elb .sgw-radio-icon.sgw-button.button--icon:focus-visible .sgw-button__icon-container{-webkit-box-shadow:none;box-shadow:none}.elb .sgw-radio-icon.sgw-button.button--icon:focus-visible .sgw-icon{border-radius:50%;-webkit-box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color));box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color))}.elb .sgw-radio-button__external-link-label{margin-bottom:24px;margin-top:-8px}.font-scale-large .elb .sgw-button-toggle-option{text-align:left}.elb .sgw-radio-card-option__highlighted-note{background:var(--accent-color,var(--theme-medium));border-radius:6px 6px 0 0;display:inline-block;font-weight:600;margin-left:24px;padding:4px 16px}.elb .sgw-radio-card-option__highlighted-note p{margin:0}.elb .sgw-radio-card-option .sgw-radio-card-option__label{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:700;line-height:1.35}@media screen and (min-width:1024px){.elb .sgw-radio-card-option .sgw-radio-card-option__label{font-size:var(--font-size--medium-large)}}.elb .sgw-radio-card-option__banner{-ms-flex-item-align:baseline;align-self:baseline;background:var(--attention);border-radius:6px;margin:0 24px 32px;padding:4px 8px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.elb .sgw-radio-card-option__banner p{margin:0}.elb .sgw-radio-button-panels .sgw-radio-card__wrapper{cursor:pointer;display:grid;gap:24px;grid-template-columns:1fr;margin-bottom:24px;padding:0}.elb .sgw-radio-button-panels .sgw-radio-card__wrapper .sgw-radio-option{background:var(--form-theme-xtra-light);border-radius:10px 10px 0 0;padding:24px}.elb .sgw-radio-button-panels .sgw-radio-card__wrapper:hover .sgw-radio-card-option,.elb .sgw-radio-button-panels .sgw-radio-card__wrapper__checked .sgw-radio-card-option{background:var(--form-theme-light)}.elb .sgw-radio-button-panels .sgw-radio-card__wrapper.sgw-radio-button-panel-option{background:var(--neutral-background)}.elb .sgw-radio-button-panels .sgw-radio-card-option__checkmark-list__wrapper,.elb .sgw-radio-button-panels .sgw-radio-card-option__description{margin:0 24px 32px}.elb .sgw-radio-button-panels input[type=radio]{background:var(--neutral-background)}.elb .sgw-radio-button-panels input[type=radio]:checked:before{background:var(--form-theme-dark)}.elb .sgw-radio-button-panels .sgw-radio-button-panel__expand-button{margin-bottom:16px;margin-left:24px}.elb .sgw-radio-button-panel-option-children{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-attention-message{--attention-message-text-color:var(--card-background-dark);--attention-message-background-color:var(--typography-color);background-color:var(--attention-message-background-color);border-radius:6px;color:var(--attention-message-text-color)}.elb .sgw-attention-message__inner,.elb .sgw-attention-message__more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.4;padding:16px}.elb .sgw-attention-message__more{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-attention-message__more&gt;p{max-width:calc(80% - 48px)}.elb .sgw-attention-message__expandable{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-attention-message__expandable .message-text__container{max-width:80%}.elb .sgw-attention-message__expandable .expand-button{background-color:transparent;border:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;margin-right:0}.elb .sgw-attention-message .sgw-attention-message__icon{-ms-flex-item-align:start;align-self:flex-start;height:var(--ikon-size-20);--attention-message-text-height:calc(var(--font-size--regular)*1.4);margin-right:8px;margin-top:calc((var(--attention-message-text-height) - var(--ikon-size-20))/2);vertical-align:middle;width:var(--ikon-size-20)}.elb .sgw-attention-message .sgw-attention-message__icon span.icon{height:var(--ikon-size-20)}.elb .sgw-attention-message .message-text{margin:0}.elb .sgw-attention-message .message-text__container,.elb .sgw-attention-message .sgw-attention-message__header,.elb .sgw-attention-message .sgw-link:not(.button--positive)&gt;.sgw-link__text{color:var(--attention-message-text-color)}.elb .sgw-attention-message .message-text_clickableItem{padding-bottom:16px}.elb .sgw-attention-message .message-text_clickableItem.inline_clickableitem{padding-bottom:0}.elb .sgw-attention-message .message-text_clickableItem .clickableItem{padding-left:8px}.elb .sgw-attention-message .message-text_clickableItem .clickableItem .sgw-link&gt;.sgw-link__text{line-height:1.45}.elb .sgw-attention-message .button--link{margin:-8px 0}.elb .sgw-attention-message__info{--attention-message-text-color:var(--info-text-color);--attention-message-background-color:var(--info)}.elb .sgw-attention-message__default{--attention-message-text-color:var(--typography-color);--attention-message-background-color:var(--card-background-dark)}.elb .sgw-attention-message__attention{--attention-message-text-color:var(--attention-text-color);--attention-message-background-color:var(--attention)}.elb .sgw-attention-message__success{--attention-message-background-color:var(--success);--attention-message-text-color:var(--success-text-color)}.elb .sgw-attention-message__warning{--attention-message-background-color:var(--warning);--attention-message-text-color:var(--warning-text-color)}.elb .sgw-attention-message__error{--attention-message-background-color:var(--danger);--attention-message-text-color:var(--danger-text-color)}.elb .sgw-attention-message__error-severe{--attention-message-background-color:var(--danger-dark-color);--attention-message-text-color:var(--typography-color-negative)}.elb .sgw-attention-message__pending{--attention-message-background-color:var(--pending);--attention-message-text-color:var(--pending-text-color)}.elb h2.sgw-attention-message__header.sgw-attention-message__header{color:var(--typography-color);font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:400;font-weight:700;line-height:1.5;margin:0 0 8px}.elb .sgw-button-toggles{border:0;margin:0;padding:0}.elb .sgw-button-toggles .sgw-button-toggle-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:-18px}.elb .sgw-button-toggles .sgw-button-toggle-option{background-color:var(--neutral-background);border:2px solid #fff;border-radius:4px;-webkit-box-shadow:0 0 0 2px var(--form-theme-medium);box-shadow:0 0 0 2px var(--form-theme-medium);color:var(--typography-color,var(--form-theme-dark));font-weight:600;margin:2px 10px 18px 2px;outline:none;padding:10px 22px}.elb .sgw-button-toggles .sgw-button-toggle-option.disabled{cursor:text;opacity:.5}.elb .sgw-button-toggles .sgw-button-toggle-option.sgw-button-toggle-option__selected{background-color:var(--form-theme-dark);border:2px solid #fff;color:#fff}.elb .sgw-button-toggles .sgw-button-toggle-option.sgw-button-toggle-option__error{-webkit-box-shadow:0 0 0 2px var(--danger-dark-color);box-shadow:0 0 0 2px var(--danger-dark-color)}.elb .sgw-button-toggles .sgw-button-toggle-option.sgw-button-toggle-option__small{padding:6px 18px}.elb .sgw-button-toggles .sgw-button-toggle-option:not(.sgw-button-toggle-option__selected):hover{background-color:var(--form-theme-xtra-light);border-color:var(--form-theme-xtra-light)}.elb .sgw-button-toggles .sgw-button-toggle-option:focus-visible{-webkit-box-shadow:0 0 0 2px var(--form-theme-medium),0 0 0 4px #fff,0 0 0 6px var(--form-theme-dark);box-shadow:0 0 0 2px var(--form-theme-medium),0 0 0 4px #fff,0 0 0 6px var(--form-theme-dark)}.elb .sgw-checkmark-list{list-style-type:none;margin:0;padding:0}.elb .sgw-checkmark-list__unchecked-list-label{font-weight:600;margin:24px 0 12px}.elb .sgw-checkmark-list__checkmark-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:16px}.elb .sgw-checkmark-list__checkmark-item:last-child{margin-bottom:0}.elb .sgw-checkmark-list__checkmark-item .sgw-checkmark-list__icon{background:var(--accent-color,var(--theme-medium));border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:8px;margin-top:calc((1.5*var(--font-size--regular) - var(--ikon-size-24))/2)}.elb .sgw-checkmark-list__checkmark-item .sgw-checkmark-list__icon--unchecked{background:var(--card-background-dark)}.elb .sgw-checkmark-list__checkmark-item .sgw-checkmark-list__icon--unchecked .sgw-icon{color:var(--typography-color)}.elb .sgw-checkmark-list__checkmark-item .sgw-checkmark-list__icon--unavailable{background:var(--card-background-dark)}.elb .sgw-checkmark-list__checkmark-item p{margin:0}.elb .sgw-expandable-radio-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.elb .sgw-expandable-radio-buttons .sgw-expandable-radio-button-option__wrapper{background-color:var(--neutral-background);border:2px solid var(--form-theme-pastel);border-radius:12px;padding:0}.elb .sgw-expandable-radio-buttons .sgw-expandable-radio-button-option__wrapper .sgw-expandable-radio-button-option{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px}.elb .sgw-expandable-radio-buttons .sgw-expandable-radio-button-option__wrapper .sgw-radio-button-panel-option-description{margin-left:32px}.elb .sgw-expandable-radio-buttons .sgw-expandable-radio-button-option__wrapper .sgw-expandable-radio-buttons__content-wrapper{padding:0 24px 24px}.elb .sgw-expandable-radio-buttons .sgw-expandable-radio-button-option__wrapper.checked,.elb .sgw-expandable-radio-buttons .sgw-expandable-radio-button-option__wrapper:hover{background-color:var(--form-theme-xtra-light)}.elb .sgw-expandable-radio-buttons .sgw-expandable-radio-button-option__wrapper .sgw-radio-option__label{font-weight:600}.elb .sgw-expandable-radio-buttons .sgw-radio-button-error-label{margin-top:0}.elb .close-account__button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:32px 0}.elb .close-account__button-container .sgw-button{margin:8px 12px}.elb .close-account--success{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elb .close-account__form .sgw-radio-button-legend-text{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--large);font-weight:600;line-height:1.35;margin:8px 0}@media screen and (min-width:1024px){.elb .close-account__form .sgw-radio-button-legend-text{font-size:var(--font-size-eika--larger)}}.elb .close-account__form .sgw-radio-button-error-label{position:absolute}.elb .close-account__close-card-text{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:400}@media screen and (min-width:1024px){.elb .close-account__close-card-text{font-size:var(--font-size--medium)}}.elb .close-account__close-card-description{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400}@media screen and (min-width:1024px){.elb .close-account__close-card-description{font-size:var(--font-size--regular)}}.elb .close-account__card-list{list-style:none;margin:0;padding:0}.elb .close-account__card-list .close-account__card-list-item{border-top:1px solid var(--card-background-dark);display:grid;grid-template-areas:"name arrow";grid-template-columns:1fr auto;padding:24px 0 0}.elb .close-account__card-list .close-account__card-list-item .close-account__card-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .close-account__card-list .close-account__card-list-item .close-account__card-list-item__card-name{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:700;grid-area:name;line-height:1.35}@media screen and (min-width:1024px){.elb .close-account__card-list .close-account__card-list-item .close-account__card-list-item__card-name{font-size:var(--font-size--medium-large)}}.elb .close-account__card-list .close-account__card-list-item .close-account__form__card-list-item__arrow{grid-area:arrow}.elb .close-account__close-card-cancel-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}.elb .close-account__loading-container{margin:auto 0}.elb .account-not-found .sgw-card__title{margin:0 0 24px}.elb .related-cards-container{margin-top:48px}.elb .account-details__link-container{margin:32px 0}.elb .account-details__link-container,.elb .sgw-favorite-account{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-favorite-account{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--theme-medium);-ms-flex-flow:column;flex-flow:column;margin-top:0;padding:0 24px 8px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-box-sizing:border-box;box-sizing:border-box;min-height:147px}.elb .sgw-favorite-account:active{color:var(--theme-medium);-webkit-transition:color .2s;transition:color .2s}.elb .sgw-favorite-account .react-loading-skeleton{border-radius:6px}.elb .sgw-favorite-account.native{padding-top:0}.elb .sgw-favorite-account.fade:after{background:-webkit-gradient(linear,left top,left bottom,from(var(--theme-medium)),to(rgba(var(--theme-medium_rgb),0)));background:linear-gradient(to bottom,var(--theme-medium),rgba(var(--theme-medium_rgb),0));content:"";display:block;height:10px;left:0;position:fixed;top:48px;width:100%;z-index:1}.elb .sgw-favorite-account .sgw-favorite-account--error{-ms-flex-item-align:center;align-self:center;margin-bottom:16px}.elb .favorite-account-img.border-radius{border-radius:12px}.elb .favorite-account-img .theme-fill{fill:var(--theme-medium)}.elb .favorite-account-img .theme-dark{fill:var(--theme-dark)}.elb .sgw-favorite-account__account-details{margin:0;padding-bottom:12px}.elb .sgw-favorite-account__account-details--error{padding-bottom:4px}.elb .sgw-favorite-account__account-details dt{display:none}.elb .sgw-favorite-account__account-details dd{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400;margin:0}@media screen and (min-width:1024px){.elb .sgw-favorite-account__account-details dd{font-size:var(--font-size--regular)}}.elb .sgw-favorite-account__account-details dd[itemProp=name]{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:600;line-height:1.35}@media screen and (min-width:1024px){.elb .sgw-favorite-account__account-details dd[itemProp=name]{font-size:var(--font-size--medium-large)}}.elb .sgw-favorite-account__account-details dd[itemProp=amount]{font-size:var(--font-size--largest);font-weight:700}.font-scale-large .elb .sgw-favorite-account{padding-bottom:24px;text-align:left}.font-scale-large .elb .sgw-favorite-account+.action-button-group{background-color:var(--theme-medium);display:block;margin-top:0;padding-bottom:40px}.font-scale-large .elb .sgw-favorite-account+.action-button-group li{margin:0}@media(min-width:768px){.elb .sgw-favorite-account{padding-top:24px}}.elb .favorite-account-modal__body h2{margin-bottom:24px;margin-top:0}.elb .save-favorite-account{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--neutral-background);bottom:-64px;-webkit-box-shadow:0 0 4px rgba(0,0,0,.25);box-shadow:0 0 4px rgba(0,0,0,.25);justify-content:center;left:0;padding:8px 24px;position:fixed;-webkit-transition:opacity .2s ease-out .1s,bottom .3s ease-out;transition:opacity .2s ease-out .1s,bottom .3s ease-out;width:calc(100vw - 48px)}.elb .save-favorite-account.visible{bottom:0}.elb .favorite-account-modal__warning{margin-top:16px}.elb .action-result-centered{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .action-result-centered&gt;section{padding-bottom:16px}.elb .favorite-account-modal__spaceholder{height:95px}.elb .favorite-account-modal__footer{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .total-account-balance__clause{font-weight:300;margin-top:1px}.elb .account-view__error-message-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .account-view__error-message-description{margin:12px 0}.elb .account-view__error-message-details{background-color:var(--neutral-background);border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.elb .account-view__error-message-rcid{color:var(--typography-color);font-family:monospace,Open Sans}.elb .account-view__error-message-button{-ms-flex-item-align:end;align-self:flex-end}.elb .error-view__title{margin-bottom:16px}.elb .skeleton-link-panel{background:var(--card-background-light);border-bottom:1px solid var(--card-background-light);border-radius:0;margin-bottom:0;max-width:522px;padding:16px}.elb .skeleton-link-panel:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.elb .skeleton-link-panel:last-of-type{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.elb .skeleton-link-panel .react-loading-skeleton{border-radius:6px}.elb .account-list__skeleton-header{margin:0 0 24px}.elb .select-favorite-account-card{margin-top:40px}.elb .sgw-list-panel__wrapper--footer.account-overview__footer{margin:0 var(--minus-gap) 24px 0}@media screen and (min-width:768px){.elb .sgw-list-panel__wrapper--footer.account-overview__footer{grid-column:1/7}}.elb .account-overview .account-list-title{display:grid;grid-column:1/3;isolation:isolate}.elb .account-overview__bottomlink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .account-overview__header-container{-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;display:grid;grid-template-columns:repeat(7,1fr);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .account-overview__header-container__no-edit-link{padding-bottom:12px}@media screen and (min-width:768px){.elb .account-overview__header-container{margin-bottom:8px}}.elb .account-overview__header-container .account-overview__header{font-size:var(--font-size--regular);grid-column:1/6;margin:0}@media screen and (min-width:768px){.elb .account-overview__header-container .account-overview__header{font-size:var(--font-size--medium-large)}}.elb .account-overview__header-container .account-overview__button-icon{grid-column:7/7;margin-left:auto;margin-right:0}@media screen and (min-width:768px){.elb .account-overview__header-container .account-overview__button-icon{grid-column:6/7;margin-right:-32px}}.elb .account-overview:not(:first-child){margin-top:32px}@media screen and (min-width:768px){.elb .account-overview:not(:first-child){margin-top:64px}}.elb .account-overview .create-account-link .sgw-list-panel__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .account-overview .create-account-link .sgw-list-panel__arrow-wrapper{background-color:var(--button-background-color);border-radius:50%;color:var(--typography-color-negative);height:24px}.elb .account-overview .account-overview__error{margin-top:24px}.elb .account-overview .account-list__element .sgw-list-panel__content-wrapper .sgw-list-panel-sub-text-one.sub-text-one{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-weight:700;text-align:end}.elb .account-overview .no-accounts__wrapper{border:1px solid var(--border-color-neutral-medium)}.elb .account-list-background{display:none}@media screen and (min-width:768px){.elb .account-overview .account-overview-wrapper .no-accounts__wrapper{border-radius:6px;-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.18);box-shadow:0 1px 3px 1px rgba(0,0,0,.18);padding:40px}.elb .account-overview .account-overview-wrapper .account-overview__error{margin-top:24px}.elb .account-overview .sgw-link-panel.advanced,.elb .account-overview .sgw-link-panel.advanced.advancedInformation{margin-left:0}.elb .account-overview .sgw-link-panel.advanced.align-center{margin:0}}.elb .sgw-tabs .sgw-tabs__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.elb .sgw-tabs .sgw-tabs__button-wrapper{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}}.elb .sgw-tabs .sgw-tabs__buttons{background-color:var(--card-background-dark);border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;isolation:isolate;list-style-type:none;margin:0;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-tabs .sgw-tabs__buttons .sgw-tab-button{background-color:unset;border:1px solid transparent;border-radius:50px;color:var(--typography-color);cursor:pointer;display:block;font-weight:600;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;outline:unset;overflow:hidden;padding:12px 32px;position:relative;text-align:center;z-index:2;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .sgw-tabs .sgw-tabs__buttons .sgw-tab-button.is-selected{background-color:var(--neutral-background);border:1px solid var(--form-theme-dark)}.elb .sgw-tabs .sgw-tabs__buttons .sgw-tab-button.is-selected.with-underline{background-color:transparent;border:0}.elb .sgw-tabs .sgw-tabs__buttons .sgw-tab-button.is-selected.with-underline:after{background-color:var(--form-theme-pastel);content:"";display:block;height:2px}.elb .sgw-tabs .sgw-tabs__buttons .sgw-tab-button.focus-visible{outline:1px solid var(--form-theme-dark);outline-offset:-4px}.elb .sgw-tabs .sgw-tabs__buttons .sgw-tabs__highlight-box{background-color:var(--neutral-background);border:1px solid var(--form-theme-medium);border-radius:50px;bottom:0;min-width:80px;position:absolute;top:0;-webkit-transition:left .01s ease-out,width .01s ease-out;transition:left .01s ease-out,width .01s ease-out;z-index:1}@media(prefers-reduced-motion:no-preference){.elb .sgw-tabs .sgw-tabs__buttons .sgw-tabs__highlight-box{-webkit-transition-duration:.2s;transition-duration:.2s}}.elb .sgw-tabs .sgw-tabs__buttons:has(.focus-visible) .sgw-tabs__highlight-box:before{border:1px solid var(--form-theme-medium);border-radius:50px;bottom:2px;content:"";left:2px;position:absolute;right:2px;top:2px}.elb .sgw-tabs .sgw-tabs__buttons{-ms-overflow-style:none;scrollbar-width:none}.elb .sgw-tabs .sgw-tabs__buttons::-webkit-scrollbar{display:none}@media screen and (min-width:768px){.elb .sgw-tabs .sgw-tabs__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.elb .sgw-tabs .sgw-tab{display:none}.elb .sgw-tabs .sgw-tab.is-selected{display:block}@media screen and (min-width:568px){.font-scale-large .elb .sgw-tabs .sgw-tabs__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}}.elb .action-button-group{--grid-item--min-width:174px;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;gap:16px 48px;justify-content:center;margin:0}.elb .action-button-group.many-entries{gap:16px 32px}@media screen and (min-width:1024px){.elb .action-button-group{-webkit-box-pack:start;-ms-flex-pack:start;gap:32px 12px;justify-content:flex-start}.elb .action-button-group .action-button__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:var(--grid-item--min-width)}.elb .action-button-group .action-button__wrapper.hidden-on-desktop{display:none}.elb .action-button-group .sgw-button.button--action{margin:0;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}}.font-scale-large .elb .action-button-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}@media screen and (min-width:768px){.font-scale-large .elb .action-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;grid-template-columns:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.font-scale-large .elb .action-button-group .sgw-button.button--action{max-width:unset;width:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}}.elb .bulk-payment-link__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--form-theme-light);border:1px dashed var(--form-theme-pastel);border-radius:6px;padding:8px 12px}.elb .bulk-payment-link__body:hover{background-color:var(--form-theme-pastel)}.elb .bulk-payment-link__body .sgw-icon{margin:auto 0}.elb .bulk-payment-link__body p{margin-bottom:auto;margin-top:auto}.elb .bulk-payment-link__length{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--form-theme-dark);border-radius:24px;color:var(--typography-color-negative);font-size:var(--font-size--small);justify-content:center;padding:0 .4rem;position:relative;-webkit-transition:background-color .5s ease;transition:background-color .5s ease}.elb .bulk-payment-link__length.round-corners{border-radius:50%}.elb .bulk-payment-link__text{margin-left:12px;margin-right:32px}.elb .bulk-payment-link__blink{background-color:var(--gray-light);-webkit-transition:background-color .1s ease;transition:background-color .1s ease}.elb .form-approve-section__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:32px}.elb .form-approve-section__container .form-approve-section__multi-approval-warning{max-width:500px}.elb .form-approve-section__right-icon{margin:auto 0}.elb .form-approve-section__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px 24px;justify-content:center}@media screen and (max-width:568px){.elb .form-approve-section__buttons{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}}.elb .transaction-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .transaction-form .transaction-form__submit{gap:24px;margin:0;padding:24px 0 16px;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}@supports(max-height:100dvh){.elb .transaction-form .transaction-form__submit{margin:auto 0 0}}.elb .transaction-form .transaction-form__submit.not-in-modal{margin-top:24px}@media screen and (min-width:768px){.elb .transaction-form .transaction-form__submit.not-in-modal{margin-top:0}.elb .transaction-form{-webkit-box-flex:unset;display:grid;-ms-flex:unset;flex:unset;grid-template-areas:"from-account from-account to-account to-account" "from-account-error from-account-error to-account-error to-account-error" "amount kid kid date" "lastPayment lastPayment lastPayment lastPayment" "owntext owntext receipt receipt" ". . placeholder ." "info info info info" "submit submit submit submit";grid-column-gap:8px;grid-template-columns:repeat(4,1fr)}.elb .transaction-form.eight-col{grid-template-areas:"from-account from-account from-account from-account to-account to-account to-account to-account" "from-account-error from-account-error from-account-error from-account-error to-account-error to-account-error to-account-error to-account-error" "amount amount kid kid kid date date date" "owntext owntext owntext owntext receipt receipt receipt receipt" ". . . placeholder . . . ." "info info info info info info info info" "warn warn warn warn warn warn warn warn" "submit submit submit submit submit submit submit submit";grid-template-columns:repeat(8,1fr)}.elb .transaction-form.eight-col.no-date-field{grid-template-areas:"from-account from-account from-account from-account to-account to-account to-account to-account" "from-account-error from-account-error from-account-error from-account-error to-account-error to-account-error to-account-error to-account-error" "amount amount amount kid kid kid kid kid" "owntext owntext owntext owntext receipt receipt receipt receipt" ". . . placeholder . . . ." "info info info info info info info info" "warn warn warn warn warn warn warn warn" "submit submit submit submit submit submit submit submit"}.elb .transaction-form.eight-col.amount-limit-fields{grid-template-areas:"from-account from-account from-account from-account to-account to-account to-account to-account" "from-account-error from-account-error from-account-error from-account-error to-account-error to-account-error to-account-error to-account-error" "amount amount amount-limit amount-limit kid kid kid kid" "owntext owntext owntext owntext receipt receipt receipt receipt" ". . . placeholder . . . ." "info info info info info info info info" "warn warn warn warn warn warn warn warn" "submit submit submit submit submit submit submit submit"}.elb .transaction-form.no-date-field{grid-template-areas:"from-account from-account to-account to-account" "from-account-error from-account-error to-account-error to-account-error" "amount amount kid kid" "owntext owntext receipt receipt" ". . placeholder ." "info info info info" "warn warn warn warn" "submit submit submit submit"}.elb .transaction-form.amount-limit-fields{grid-template-areas:"from-account from-account to-account to-account" "from-account-error from-account-error to-account-error to-account-error" "amount amount-limit kid kid" "owntext owntext receipt receipt" ". . placeholder ." "info info info info" "warn warn warn warn" "submit submit submit submit"}.elb .transaction-form .transaction-form__placeholder{grid-area:placeholder}.elb .transaction-form{-webkit-transition:background-color .1s ease-out,height .1s ease-out;transition:background-color .1s ease-out,height .1s ease-out}.elb .transaction-form .transaction-form__from-account-selector{grid-area:from-account}.elb .transaction-form .transaction-form__to-account-selector{-webkit-box-shadow:none;box-shadow:none;grid-area:to-account}.elb .transaction-form .transaction-form__to-account-selector.open{-webkit-box-shadow:0 0 0 1px var(--form-theme-medium);box-shadow:0 0 0 1px var(--form-theme-medium)}}@media screen and (min-width:768px){.elb .transaction-form .transaction-form__to-account-selector.open.active,.elb .transaction-form .transaction-form__to-account-selector.open:focus-within{-webkit-box-shadow:none;box-shadow:none}.elb .transaction-form .transaction-form__amount-selector{grid-area:amount}.elb .transaction-form .transaction-form__amount-selector .amount-box{display:grid;grid-template-columns:1fr;line-height:unset;grid-column-gap:8px;grid-template-areas:"amount " "error "}.elb .transaction-form .transaction-form__amount-selector .amount-box .amount-box__error-container,.elb .transaction-form .transaction-form__amount-selector .amount-box .amount-box__minAmount{grid-area:error;justify-self:start}.elb .transaction-form .transaction-form__amount-limit-selector{grid-area:amount-limit}.elb .transaction-form .transaction-form__message-selector{grid-area:kid}.elb .transaction-form .transaction-form__message-selector .sgw-label.error{margin-top:8px}.elb .transaction-form .transaction-form__date-selector{grid-area:date}.elb .transaction-form .transaction-form__receipt-selector{grid-area:receipt}.elb .transaction-form .transaction-form__owntext-selector{grid-area:owntext}.elb .transaction-form .transaction-form__from-account-error,.elb .transaction-form .transaction-form__from-account-withdrawal{grid-area:from-account-error}.elb .transaction-form .transaction-form__to-account-error,.elb .transaction-form .transaction-form__to-account-unknown{grid-area:to-account-error}.elb .transaction-form .transaction-form__from-account-error,.elb .transaction-form .transaction-form__from-account-withdrawal,.elb .transaction-form .transaction-form__to-account-error,.elb .transaction-form .transaction-form__to-account-unknown{margin-bottom:24px;margin-top:8px}.elb .transaction-form .transaction-form__info-message,.elb .transaction-form .transaction-form__info-message2{margin:0 auto;max-width:500px;width:100%}.elb .transaction-form .transaction-form__info-message{grid-area:info}.elb .transaction-form .transaction-form__info-message2{grid-area:warn;margin:24px auto 0}.elb .transaction-form .transaction-form__submit{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:submit;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;margin:0}.elb .transaction-form .transaction-form__submit.left-align{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elb .transaction-form .form-fieldset__container{grid-column:1/3}.elb .transaction-form .form-fieldset__container .sgw-input__input{margin-bottom:24px}.elb .transaction-form.active{background-color:var(--neutral-background)}.elb .transaction-form.active .transaction-form__amount-selector,.elb .transaction-form.active .transaction-form__date-selector,.elb .transaction-form.active .transaction-form__from-account-selector,.elb .transaction-form.active .transaction-form__receipt-selector,.elb .transaction-form.active .transaction-form__to-account-selector{margin-bottom:32px}.elb .transaction-form.active .transaction-form__amount-selector--error,.elb .transaction-form.active .transaction-form__amount-selector.error,.elb .transaction-form.active .transaction-form__amount-selector.has-withdrawal,.elb .transaction-form.active .transaction-form__date-selector--error,.elb .transaction-form.active .transaction-form__date-selector.error,.elb .transaction-form.active .transaction-form__date-selector.has-withdrawal,.elb .transaction-form.active .transaction-form__from-account-selector--error,.elb .transaction-form.active .transaction-form__from-account-selector.error,.elb .transaction-form.active .transaction-form__from-account-selector.has-withdrawal,.elb .transaction-form.active .transaction-form__receipt-selector--error,.elb .transaction-form.active .transaction-form__receipt-selector.error,.elb .transaction-form.active .transaction-form__receipt-selector.has-withdrawal,.elb .transaction-form.active .transaction-form__to-account-selector--error,.elb .transaction-form.active .transaction-form__to-account-selector.error,.elb .transaction-form.active .transaction-form__to-account-selector.has-withdrawal{margin-bottom:0}}.elb .transaction-form.skeleton .transaction-form__amount-selector,.elb .transaction-form.skeleton .transaction-form__date-selector,.elb .transaction-form.skeleton .transaction-form__from-account-selector,.elb .transaction-form.skeleton .transaction-form__receipt-selector,.elb .transaction-form.skeleton .transaction-form__to-account-selector{margin:0 0 32px;padding:0}.elb .transaction-form .transaction-form__error-label-outbox{grid-column:1/-1;justify-self:center;margin:32px 0 8px}.elb .nettbank-add-receiver-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;margin-top:24px}.elb .nettbank-add-receiver-buttons&gt;:first-child{margin-right:24px}.font-scale-large .elb .transaction-form__message-selector{margin-bottom:32px}.elb .sticky-footer__container{background-color:var(--neutral-background);bottom:0;-webkit-box-shadow:0 -2px 3px 0 rgba(0,0,0,.05);box-shadow:0 -2px 3px 0 rgba(0,0,0,.05);left:0;position:fixed;-webkit-transition:.38s cubic-bezier(0,0,.2,1);transition:.38s cubic-bezier(0,0,.2,1);width:100%;z-index:20}.elb .sticky-footer__container.not-visible{display:none}.elb .sticky-footer__container:focus{outline:none}@media(min-width:768px){.elb .sticky-footer__container{-webkit-box-shadow:none;box-shadow:none;margin:0;position:static}}.elb .sticky-footer-row__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:45px;padding:4px 24px;width:100%}.elb .sticky-footer-row__container&gt;:last-child{margin-left:auto}.elb .sticky-footer-row__safe-area-inset-override{min-height:60px}.elb .sticky-footer-row__spaceholder{height:50px}.elb .sticky-footer-row__spaceholder.with-inset{height:65px}.font-scale-large .elb .sticky-footer__container{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.font-scale-large .elb .sticky-footer-row__container{padding:8px 24px}.font-scale-large .elb .sticky-footer-row__container&gt;:last-child{margin-left:unset}.elb .dismiss-keyboard-sticky-footer__container{background-color:var(--card-background)}.elb .dismiss-keyboard-sticky-footer__link{all:unset;color:var(--typography-color);font-weight:600}.elb .sgw-currency-input__label,.elb .sgw-input__input-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-currency-input__mainlabel,.elb .sgw-input__input-mainlabel{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--medium);font-weight:600;margin-bottom:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .with-sublabel.sgw-currency-input__mainlabel,.elb .with-sublabel.sgw-input__input-mainlabel{margin-bottom:4px}.elb .sgw-currency-input__sublabel,.elb .sgw-input__input-sublabel{font-size:var(--font-size--regular);margin-bottom:12px}.elb .sgw-search-input{position:relative}.elb .sgw-search-input&gt;.sgw-input__input{padding-left:calc(var(--ikon-size-20) + 24px)}.elb .sgw-search-input.hide-icon&gt;.sgw-input__input{padding-left:24px}.elb .sgw-search-input__icon-wrapper{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:18px;position:absolute;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:calc(var(--font-size--regular)*1.2 + 24px);min-height:48px}.elb .sgw-search-input__icon-wrapper .sgw-search-input__search-icon{color:var(--typography-color-secondary,var(--form-theme-medium))}.elb .sgw-input__error-label.sgw-input__error-label{margin-top:12px}.elb .sgw-currency-input .sgw-currency-input--input{-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--typography-color);min-height:48px;overflow:auto;resize:none;-webkit-text-fill-color:var(--typography-color);border:1px solid var(--form-theme-medium);border-radius:6px;line-height:1.5;margin-bottom:16px;padding:8px 16px;-webkit-transition:border-radius .2s;transition:border-radius .2s;width:100%}.elb .sgw-currency-input .sgw-currency-input--input:focus{border-color:var(--form-theme-dark);border-radius:24px;outline:none}.elb .sgw-currency-input .sgw-currency-input--input:focus::-webkit-input-placeholder{opacity:50%}.elb .sgw-currency-input .sgw-currency-input--input:focus::-moz-placeholder{opacity:50%}.elb .sgw-currency-input .sgw-currency-input--input:focus:-ms-input-placeholder{opacity:50%}.elb .sgw-currency-input .sgw-currency-input--input:focus::-ms-input-placeholder{opacity:50%}.elb .sgw-currency-input .sgw-currency-input--input:focus::placeholder{opacity:50%}.elb .sgw-currency-input .sgw-currency-input--input::-webkit-input-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary)}.elb .sgw-currency-input .sgw-currency-input--input::-moz-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary)}.elb .sgw-currency-input .sgw-currency-input--input:-ms-input-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary)}.elb .sgw-currency-input .sgw-currency-input--input::-ms-input-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary)}.elb .sgw-currency-input .sgw-currency-input--input::placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary)}.elb .sgw-currency-input .sgw-currency-input--input.right-align-text{text-align:end}.elb .sgw-currency-input.sgw-currency-input__error input{border-color:var(--danger-dark-color)!important}.elb .sgw-currency-input__disabled{color:var(--disabled)}.elb .sgw-currency-input__disabled .sgw-currency-input input{border-color:var(--disabled);color:var(--disabled);-webkit-text-fill-color:var(--disabled);background-color:var(--card-background-light)}.elb .transaction-modal .payment-and-transfer__tab-wrapper{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.elb .payment-and-transfer__tab-wrapper .sgw-tabs__button-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:32px}@media screen and (min-width:768px){.elb .payment-and-transfer__tab-wrapper .sgw-tabs__button-wrapper{margin-bottom:16px}}.elb .payment-and-transfer__tab-wrapper .sgw-tab.is-selected{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}@supports(max-height:100dvh){.elb .transaction-modal{max-height:100dvh}}.elb .transaction-modal .title{margin-bottom:24px;margin-top:0}.elb .transaction-modal .e-faktura__modal-header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;padding-bottom:24px}.elb .transaction-modal .e-faktura__modal-header-wrapper.with-owner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .transaction-modal .e-faktura__modal-header-wrapper.with-owner .e-faktura__modal-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.elb .transaction-modal .e-faktura__modal-header-wrapper .e-faktura__modal-header{margin:0}.elb .transaction-modal .e-faktura__modal-header-wrapper .e-faktura-body__view-e-faktura{padding:0}.elb .transaction-modal .e-faktura__modal-header-wrapper .e-faktura-body__view-e-faktura .sgw-icon{top:0}.elb .transaction-modal .transaction-form__submit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .transaction-modal .down-payment__info-message{margin:24px 0}.elb .hide-modal-close-button .sgw-button__icon-container.sgw-button__icon-container{display:none}.elb .transaction-result-info__warning-button-row{bottom:0;margin-top:6px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px}@media screen and (min-width:768px){.elb .transaction-result-info__warning-button-row{position:unset;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.elb .transaction-result-info__warning-button-row&gt;*{margin:8px}.elb .transaction-result-info__header{margin-bottom:8px;margin-top:24px}.elb .transaction-result-info__change-btn{margin-right:16px}.elb .transaction-result-info__description{margin-top:0}@media screen and (min-width:768px){.elb .transaction-result-info__description{font-size:var(--font-size--medium)}}.elb .redirect-link-avtalegiro{margin-top:auto;padding:0 16px}.elb .stretch-modal-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;text-align:center}.elb .transfer-success{margin:auto}.elb .transfer-success[class$=link-avtalegiro]{margin:auto 0 0;padding-top:40px}.elb .success-result__submit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .success-result__submit-wrapper&gt;:first-child{margin-right:24px}.elb .redirect-link-header{margin-bottom:0}.elb .redirect-link-description{margin-top:8px}.elb .sgw-info-card{max-width:100%;overflow-x:hidden}.elb .sgw-info-card .sgw-rich-icon{margin-top:0;min-width:100%}.elb .invalid-from-account-card{padding-top:0}.elb .payment-limits-error-message__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .payment-limits-error-message__wrapper .payment-limits-message.sgw-label{padding:8px;text-align:left}.elb .payment-limits-error-message__wrapper .payment-limits-message.sgw-label .sgw-icon{margin-right:4px}.elb .payment-limits-error-message__wrapper .payment-limits-message.sgw-label .sgw-link{font-size:inherit}.elb .payment-limits-error-message__wrapper .payment-limits-message.sgw-label.error .sgw-link{border-bottom-color:var(--red)}.elb .payment-limits-error-message__wrapper .payment-limits-message.sgw-label.error .sgw-link:hover{border-bottom-color:var(--form-theme-medium)}.elb .amount-box__container{margin-bottom:24px}.elb .amount-box{background-color:var(--theme-light);border-radius:6px;line-height:1.2;text-align:center}.elb .amount-box__locked{background-color:var(--card-background)}.elb .amount-box__error-container{margin-top:16px}.elb .amount-box__error-container,.elb .amount-box__minAmount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .amount-box__minAmount{margin:8px auto 0}.font-scale-large .elb .amount-box__error-container{text-align:left}.elb .amount-input__label{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:16px 24px;width:100%}.elb .amount-input,.elb .amount-input__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .amount-input,.elb .amount-input__amount{color:var(--typography-color,var(--form-theme-dark))}.elb .amount-input__amount{font-size:var(--font-size--largest);font-weight:700;-webkit-text-fill-color:var(--typography-color,var(--form-theme-dark));background:none;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;caret-color:var(--typography-color,var(--form-theme-dark));line-height:1.5;margin-right:4px;max-width:calc(var(--input-max-width, 1ex) + .2ex);opacity:1;padding:0;text-align:end}.elb .amount-input__amount:focus{outline:none}.elb .amount-input__amount::-webkit-input-placeholder{color:var(--typography-color-secondary,var(--form-theme-medium))}.elb .amount-input__amount::-moz-placeholder{color:var(--typography-color-secondary,var(--form-theme-medium))}.elb .amount-input__amount:-ms-input-placeholder{color:var(--typography-color-secondary,var(--form-theme-medium))}.elb .amount-input__amount::-ms-input-placeholder{color:var(--typography-color-secondary,var(--form-theme-medium))}.elb .amount-input__amount::placeholder{color:var(--typography-color-secondary,var(--form-theme-medium))}.elb .amount-input__currency-type-locked,.elb .amount-input__locked{opacity:.7}.elb .amount-input__hidden-div{display:inline-block;font-size:var(--font-size--largest);font-weight:700;overflow:auto;position:fixed;visibility:hidden;width:auto}.elb .amount-input__currency-type{font-size:calc(var(--font-size--largest)/1.25);font-weight:600}.elb .message-toggle-button{background-color:unset;border:none;border-bottom:2px solid var(--form-theme-pastel);font-weight:600;padding:unset}.elb .message-toggle-button:hover{border-color:var(--form-theme-pastel-light);cursor:pointer}.elb .message-toggle-button:active{color:var(--form-theme-pastel-light)}.elb .message-toggle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.elb .message-field{border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;position:relative}.elb .message-field .message-field__label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;position:relative}.elb .message-field .message-field__label .payment-padlock-icon{height:var(--ikon-size-24);margin:0;position:absolute;right:calc(var(--ikon-size-24)*-1)}.elb .message-field .sgw-input__input{line-height:1.5;padding:8px 24px}.elb .message-field.error .sgw-attention-message{margin-top:8px}.elb .message-field .message-label-text{padding-right:4px}.elb .note__container{padding-bottom:24px}.elb .note__container&gt;.title{margin-bottom:16px}.elb .note__input{caret-color:var(--form-theme-dark);font-size:var(--font-size--regular)}.elb .note__own-transaction-text_label{display:inline-block;margin-bottom:8px;margin-top:32px}.elb .note__transaction-text_label{display:inline-block}.elb .sgw-tabs__button-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px}.elb .kid__help-with-dash{margin-top:16px}.elb .note-field-layout__container{-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:auto var(--ikon-size-20);grid-template-rows:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .note-field-container{align-self:flex-end;font-size:var(--font-size--small);grid-area:notefield;grid-column:1/span 1}.elb .note-field-layout__label{align-self:flex-end;font-size:var(--font-size--small);grid-area:label}.elb .note-field-layout__note{align-self:flex-start;font-size:var(--font-size--regular);font-weight:600;grid-area:note/note/expand/note;padding-top:2px;word-break:break-word}.elb .note-field-layout__left-single-value{grid-area:note}.elb .note-field-layout__placeholder{color:var(--typography-color-secondary);font-size:var(--font-size--regular);grid-area:note}.elb .note-field-layout__icon{grid-area:icon;grid-column:2/span 1;position:relative}.elb .note-field-layout__icon .icon{left:0;position:absolute;top:0}.elb .note-field__row-btn{min-height:56px}.elb .select-panel-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:var(--neutral-background);border:2px solid var(--theme-dark);border-radius:16px;justify-content:space-between;margin-bottom:16px;margin-top:16px;padding:24px;text-align:left;width:100%}.elb .select-panel-item.interval{background-color:var(--theme-light)}.elb .select-panel-item.interval .sgw-icon{background-color:var(--neutral-background);border-radius:12px;color:var(--typography-color);margin:-3px 0}.elb .select-panel-item:focus-visible{outline:2px solid var(--theme-dark);outline-offset:2px}.elb .select-panel-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:var(--font-size--regular);font-weight:600;margin:0}.elb .select-panel-item__content&gt;p{margin:0}.elb .payment-intervals__list{list-style-type:none;padding:0}.elb .select-panel-list{list-style:none;padding:0}.elb .date-field__button.date-field__button{min-height:56px}.elb .date-field__layout{-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-areas:"date icon";grid-template-columns:auto var(--ikon-size-20);grid-template-rows:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .date-field__layout .date-field__label{grid-area:date}.elb .date-field__layout .date-field__icon{grid-area:icon;position:relative}.elb .date-field__layout .date-field__icon .icon{margin-top:3px}.elb .date-field__label{font-size:var(--font-size--small)}.elb .date-field__warning{margin:16px 0 0;position:relative;top:-8px}.elb .date-field__value{margin-left:4px}.elb .date-field__payment-interval,.elb .date-field__value{font-size:var(--font-size--regular);font-weight:600}.elb .date-field__payment-interval-label{margin-top:12px}.elb .date-field__immediate-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -24px 16px;padding:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;border-bottom:1px solid var(--card-background-dark);border-top:1px solid var(--card-background-dark);justify-content:space-between}.elb .date-field__list{border-top:1px solid var(--card-background-dark);margin:24px -24px}.elb .date-field__list button{border-bottom:1px solid var(--card-background-dark)}.font-scale-large .elb .date-field__button .date-field__label{margin-right:16px}.font-scale-large .elb .date-field__immediate-toggle{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elb .form-fieldset__container{border:none;margin:0;padding:0}.elb .select-list__container{list-style:none;margin:0 -24px;padding:0}.elb .select-list__container&gt;li{border-bottom:1px solid var(--card-background-dark);min-height:55px;position:relative}.elb .select-list__container&gt;li:first-child{border-top:1px solid var(--card-background-dark)}.elb .account-button__owner-label{margin-top:2px}.elb .account-button__bottom-label{margin-top:5px}.elb .account-button__error-label{font-size:var(--font-size--small);margin-bottom:4px}.elb .account-list-item__container{padding-bottom:16px;padding-top:16px;position:relative}.elb .account-list-item__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.elb .account-list-item__alias{font-weight:600;line-height:1.4}.elb .account-list-item__account-number{font-size:var(--font-size--small);line-height:1.6}.elb .account-list-item__balance{font-weight:700;line-height:1.4}.elb .account-list-skeleton__container li{min-height:0}.elb .account-list-skeleton__container .account-list-skeleton__item{padding:16px 24px}.elb .account-list-skeleton__container .account-number{margin-top:7px}.elb .account-list-item__loading-container{bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:16px;top:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:44px}.elb .account-list-item__loading-container svg{display:block;height:32px;width:32px}.elb .account-list-item__container--inactive{color:var(--typography-color-secondary);pointer-events:none}.elb .invalid-list-wrapper{color:var(--typography-color-secondary);margin-top:32px}.elb .invalid-list-wrapper .account-list{margin-top:12px}.elb .inactive-header{color:var(--typography-color-secondary);cursor:default;font-size:var(--font-size--regular);font-weight:600}.elb .field-skeleton__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 24px;text-align:start}.elb .field-skeleton__label{font-size:var(--font-size--small);line-height:1.14}.elb .field-skeleton__value{font-size:var(--font-size--regular);line-height:1.5}.elb .field-skeleton__additional-value{font-size:var(--font-size--small);line-height:1.43}.elb .field-skeleton__note-field .field-skeleton__label{line-height:1.15}.elb .field-skeleton__note-field .field-skeleton__value{line-height:1.15;margin-top:2px}.elb .account-name-field__container{margin-bottom:24px}.elb .account-name-field__label,.elb .account-number-field__label{display:block;font-size:var(--font-size--small);margin-bottom:8px}.elb .account-number-field__input{margin-bottom:16px}.elb .account-number-field__error{border-color:var(--red)}.elb .receiver-list-item__button{min-height:68px;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .receiver-list-item__button,.elb .receiver-list-item__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.elb .receiver-list-item__list-item{-webkit-box-orient:vertical;-ms-flex-flow:column nowrap;flex-flow:column nowrap;line-height:1.25}.elb .receiver-list-item__list-item-name{font-weight:600;padding-bottom:2px}.elb .receiver-list-item__list-item-number{font-size:var(--font-size--small)}.elb .receiver-list-item__spinner{margin:auto 0}.elb .select-receiver-form__container{padding-bottom:40px}.elb .select-receiver-form__search-field{margin-bottom:24px;width:100%}.elb .select-receiver-form__search-field.with-label{margin-bottom:16px}.elb .select-receiver-form__search-input{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.elb .add-icon{background-color:var(--form-theme-dark);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--ikon-size-24);margin-right:8px;width:var(--ikon-size-24)}.elb .add-icon .select-receiver-form__pluss-icon{color:var(--typography-color-negative)}.elb .select-receiver-form__add-receiver-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:68px}.elb .select-receiver-form__info-label-wrapper{margin-bottom:24px}.elb .select-receiver-form__fetching-error{background-color:var(--form-theme-light);border-radius:20px;padding-top:40px}.elb .select-receiver-form__button-error{margin-bottom:40px}.elb .receiver-account-label{margin-top:10px}.elb .receiver-account-error-label{font-size:var(--font-size--small);margin-bottom:4px}.elb .link-price-button{margin-left:24px;margin-top:8px}.elb .sgw-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--typography-color,var(--form-theme-dark));font-family:Open Sans,Arial,sans-serif;font-weight:400;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elb .sgw-checkbox input[type=checkbox]{position:relative;-ms-flex-item-align:baseline;align-self:baseline;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:2px solid var(--form-theme-dark);border-radius:6px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:24px;min-width:24px;outline:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin-right:8px;margin-top:calc(var(--font-size--regular)*1.5/2 - 12px)}.elb .sgw-checkbox input[type=checkbox]:hover{background-color:var(--form-theme-xtra-light)}.elb .sgw-checkbox input[type=checkbox]:not(:checked):after{clip-path:inset(0 100% 0 0);content:""}.elb .sgw-checkbox input[type=checkbox]:checked{background:var(--form-theme-dark)}.elb .sgw-checkbox input[type=checkbox]:checked:after{background-color:currentColor;color:var(--typography-color-negative);content:"";display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0 -1px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;mask-image-items:center;clip-path:inset(0 0 0 0);height:22px;-webkit-mask-image:url(/dagligbank-lokalbank-web/3ce4cb9d9b06403b53bd.svg);mask-image:url(/dagligbank-lokalbank-web/3ce4cb9d9b06403b53bd.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-transition:clip-path 0s ease;transition:clip-path 0s ease;width:22px}@media(prefers-reduced-motion:no-preference){.elb .sgw-checkbox input[type=checkbox]:checked:after{-webkit-transition-duration:.4s;transition-duration:.4s}}.elb .sgw-checkbox input[type=checkbox][disabled]{background-color:var(--disabled);border:2px solid var(--disabled)}.elb .sgw-checkbox label{cursor:pointer}.elb .sgw-checkbox.sgw-checkbox__with_focus input[type=checkbox]:focus-visible:before{border:2px solid var(--form-theme-dark);border-radius:10px;bottom:-6px;content:"";display:block;left:-6px;position:absolute;right:-6px;top:-6px}.elb .sgw-checkbox-group{border:0;margin:0;padding:0}.elb .sgw-checkbox-group .sgw-checkbox:not(:last-of-type){margin-bottom:24px}.elb .sgw-checkbox-panels{border:0;margin:0;padding:0}.elb .sgw-checkbox-panels .sgw-checkbox-panel-option{display:grid;grid-template-areas:". labels" "checkbox label" ". description";grid-template-columns:auto 1fr;-webkit-box-pack:center;-ms-flex-pack:center;border:2px solid var(--form-theme-pastel);border-radius:12px;cursor:pointer;justify-content:center;padding:24px}.elb .sgw-checkbox-panels .sgw-checkbox-panel-option .sgw-checkbox{grid-area:checkbox}.elb .sgw-checkbox-panels .sgw-checkbox-panel-option .sgw-checkbox__label{color:var(--typography-color,var(--form-theme-dark));font-family:Open Sans,Arial,sans-serif;font-weight:600;grid-area:label}.elb .sgw-checkbox-panels .sgw-checkbox-panel-option .sgw-checkbox__label--text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elb .sgw-checkbox-panels .sgw-checkbox-panel-option .sgw-checkbox-panel-option__label-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;grid-area:labels;margin-bottom:4px}.elb .sgw-checkbox-panels .sgw-checkbox-panel-option:not(:last-of-type){margin-bottom:12px}.elb .sgw-checkbox-panels .sgw-checkbox-panel-option:hover,.elb .sgw-checkbox-panels .sgw-checkbox-panel-option__checked{background-color:var(--form-theme-xtra-light)}.elb .sgw-checkbox-panels .sgw-checkbox-panel-option:hover .sgw-checkbox-panel-option__label-wrapper .sgw-label.info,.elb .sgw-checkbox-panels .sgw-checkbox-panel-option__checked .sgw-checkbox-panel-option__label-wrapper .sgw-label.info{background-color:var(--form-theme-pastel-light)}.elb .sgw-checkbox-panels .sgw-checkbox-panel-option:hover{background-color:var(--form-theme-xtra-light)}.elb .sgw-checkbox-panels .sgw-checkbox-panel-option:focus-within .sgw-checkbox input[type=checkbox]{outline:2px solid var(--form-theme-dark);outline-offset:2px}.elb .sgw-checkbox-panels .sgw-checkbox-panel-option-description{grid-area:description;margin-top:2px}.elb .sgw-checkbox-legend{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--medium);font-weight:600;margin-bottom:16px;margin-top:0}.elb .sgw-checkbox-legend .sgw-checkbox-legend-text{margin-right:8px}.elb .sgw-checkbox-legend.sgw-checkbox-legend__with-sublegend{margin-bottom:8px}.elb .sgw-checkbox-sublegend{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--regular);line-height:1.5;margin-bottom:16px;margin-top:0}.elb .sgw-checkbox-sublegend .sgw-checkbox-sublegend-text{margin-right:8px}.elb .sgw-checkbox-icon{margin-bottom:-3px;margin-left:-13px;margin-top:-14px;-webkit-transform:translateY(6px);transform:translateY(6px)}.elb .sgw-checkbox-icon.sgw-button.sgw-button-common.button--icon:hover .sgw-button__icon-container{background-color:transparent}.elb .sgw-checkbox-icon.sgw-button.sgw-button-common.button--icon:hover:before{background-color:var(--form-theme-xtra-light);border-radius:50%;content:"";height:18px;position:absolute;width:18px}.elb .sgw-checkbox-icon.sgw-button.button--icon:focus-visible .sgw-button__icon-container{-webkit-box-shadow:none;box-shadow:none}.elb .sgw-checkbox-icon.sgw-button.button--icon:focus-visible .sgw-icon{border-radius:50%;-webkit-box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color));box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color))}.elb .sgw-checkbox__external-link-label{margin-bottom:24px;margin-top:-8px}.elb .sgw-checkbox__error-label{margin-top:24px}.elb .instant-payment-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .instant-payment-checkbox.row-button__container{width:auto}.elb .instant-payment-checkbox .date-field__button{min-height:auto}.elb .instant-payment-checkbox .sgw-label{margin-top:12px}.elb .stepUpRequired__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.elb .stepUpRequired__wrapper .typography-h3{margin:24px 0 0}.elb .stepUpRequired__wrapper button{margin-top:24px}.elb .stepUpRequired__text{margin:0 24px}.elb .stepUpRequired__button{margin-top:32px}.elb .amount-input__container{margin-bottom:0}.elb .amount-input__container .amount-box{background-color:unset;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;text-align:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elb .amount-input__container .amount-box #currency-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;position:relative}.elb .amount-input__container .amount-box #currency-label .payment-padlock-icon{height:var(--ikon-size-24);margin:0;position:absolute;right:calc(var(--ikon-size-24)*-1)}.elb .amount-input__container .amount-box .sgw-currency-input input{margin-bottom:0;padding:0 16px;text-align:right}.elb .amount-input__container .amount-box .amount-box__minAmount{margin:8px 0 24px}.elb .amount-input__container&gt;*{margin:0}.elb .nettbank-amount-label-text{padding-right:4px}.elb .sgw-toggle-switch-group,.elb .sgw-toggle-switch-group__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .sgw-toggle-switch-group{background-color:var(--card-background-light);border-radius:50px;isolation:isolate;list-style-type:none;margin:0;overflow-x:auto;padding:2px;position:relative}.elb .sgw-toggle-switch-group .sgw-toggle-switch-group__item{min-width:80px;padding:0;text-align:center;z-index:2}.elb .sgw-toggle-switch-group .sgw-toggle-switch-group__item.selected .sgw-toggle-switch-group__item-label{color:var(--form-theme-dark)}.elb .sgw-toggle-switch-group .sgw-toggle-switch-group__item-label{border-radius:50px;color:var(--form-theme-medium);cursor:pointer;display:block;font-weight:600;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;padding:12px 24px}.elb .sgw-toggle-switch-group .sgw-toggle-switch-group__item-label span{word-break:normal}.elb .sgw-toggle-switch-group .sgw-toggle-switch-group__item-switch{height:1px;opacity:0;width:1px}.elb .sgw-toggle-switch-group .sgw-toggle-switch-group__highlight-box{background-color:var(--neutral-background);border:1px solid var(--form-theme-medium);border-radius:50px;bottom:0;min-width:80px;position:absolute;top:0;-webkit-transition:left .01s ease-out,width .01s ease-out;transition:left .01s ease-out,width .01s ease-out;z-index:1}@media(prefers-reduced-motion:no-preference){.elb .sgw-toggle-switch-group .sgw-toggle-switch-group__highlight-box{-webkit-transition-duration:.2s;transition-duration:.2s}}.elb .sgw-toggle-switch-group:has(.focus-visible) .sgw-toggle-switch-group__highlight-box:before{border:1px solid var(--form-theme-medium);border-radius:50px;bottom:2px;content:"";left:2px;position:absolute;right:2px;top:2px}.elb .sgw-toggle-switch-group{-ms-overflow-style:none;scrollbar-width:none}.elb .sgw-toggle-switch-group::-webkit-scrollbar{display:none}.elb .sgw-toggle-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:44px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-toggle-switch__label{color:var(--typography-color);font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400;margin-right:8px;word-break:normal}@media screen and (min-width:1024px){.elb .sgw-toggle-switch__label{font-size:var(--font-size--regular)}}.elb .sgw-toggle-switch__button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--card-background-dark);border:none;border-radius:20px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;height:32px;padding:0;position:relative;-webkit-transition:background-color .2s;transition:background-color .2s;width:58px}.elb .sgw-toggle-switch__button.checked{background-color:var(--theme-dark)}.elb .sgw-toggle-switch__button .sgw-toggle-switch__circle{background:var(--typography-color-negative);border-radius:20px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:0 1px 2px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;height:22px;left:5px;position:absolute;top:5px;-webkit-transition:.2s;transition:.2s;width:22px}.elb .sgw-toggle-switch__button.checked&gt;.sgw-toggle-switch__circle{left:31px}.elb .sgw-toggle-switch__button:focus-visible{outline:2px solid var(--form-theme-dark);outline-offset:2px}.elb .sgw-toggle-switch__button:disabled{background-color:var(--disabled);border:none}.elb .sgw-toggle-switch__button:disabled&gt;.sgw-toggle-switch__circle{border:none;top:5px}.elb .sgw-toggle-switch__button--pending:disabled{background-color:var(--card-background-dark)}@media(prefers-reduced-motion:no-preference){.elb .sgw-toggle-switch__button--pending:disabled .sgw-toggle-switch__circle{-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;-webkit-box-shadow:none;box-shadow:none}.elb .sgw-toggle-switch__button--pending:disabled .sgw-toggle-switch__circle:after{border:3px solid transparent;border-radius:50%;border-top:3px solid var(--theme-dark);content:"";height:22px;left:-3px;position:absolute;top:-3px;-webkit-transition:all .4s ease;transition:all .4s ease;width:22px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes spin{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}}.elb .focus-modal__wrapper{-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;min-height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:var(--neutral-background);border-radius:20px;justify-content:space-between;pointer-events:bounding-box;z-index:9}.elb .focus-modal__wrapper .focus-modal__content-wrapper{padding:4px 80px 24px}.elb .focus-modal__wrapper .focus-modal__action-wrapper{padding:24px}.elb .focus-modal__wrapper .focus-modal__footer{border-top:1px solid var(--card-background-dark);display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--neutral-background);border-bottom-left-radius:20px;border-bottom-right-radius:20px;-ms-flex-direction:column;flex-direction:column;margin-top:16px}.elb .focus-monitor .sub-focus-modal.calendar-modal__focus{border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;inset:0;position:absolute;z-index:2}.elb .end-date-modal__grid-wrapper{display:grid;gap:16px;grid-template-areas:"end-types date-selector";grid-template-columns:1fr 1fr}.elb .end-date-modal__grid-wrapper .end-date-modal__list-wrapper{grid-area:end-types}.elb .end-date-modal__grid-wrapper .end-date-modal__custom-date-selector{grid-area:date-selector}.elb .payment-interval-modal__grid-wrapper{display:grid;gap:16px;grid-template-areas:"interval-types .";grid-template-columns:1fr 1fr}.elb .payment-interval-modal__grid-wrapper .payment-interval-modal__list-wrapper{grid-area:end-types}.elb .calendar-container{--arrow-height:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.elb .calendar-container .calendar-container__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .calendar-container .date-field__label{color:var(--typography-color,var(--form-theme-dark));display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:var(--font-size--regular);grid-area:label;margin-bottom:8px}.elb .calendar-container .date-field__button{background-color:var(--neutral-background);border:1px solid var(--form-theme-medium);border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;min-height:48px;padding:8px 24px;text-align:left}.elb .calendar-container .date-field__button.focus-visible{-webkit-box-shadow:0 0 0 1px var(--form-theme-dark);box-shadow:0 0 0 1px var(--form-theme-dark);outline:none}.elb .calendar-container .date-field__button .date-field__layout{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:0}.elb .calendar-container .date-field__button .date-field__layout&gt;.sgw-icon{margin-top:2px}.elb .calendar-container .date-field__button .date-field__layout .date-field__value{align-self:flex-start;color:var(--typography-color,var(--form-theme-dark));font-weight:400;grid-area:date;overflow:hidden;padding-top:2px;text-overflow:ellipsis;white-space:nowrap}.elb .calendar-container .date-field__button .date-field__layout .date-field__warning{align-self:flex-start;grid-area:warning;padding-top:8px}.elb .calendar-container .date-field__button.active{border-color:var(--form-theme-dark);-webkit-box-shadow:0 0 0 1px var(--form-theme-dark);box-shadow:0 0 0 1px var(--form-theme-dark);margin-bottom:200px;outline:none}.elb .calendar-container .date-field__button.active.focus-modal{margin-bottom:0}.elb .calendar-container .date-field__container{background-color:var(--neutral-background);border:2px solid var(--form-theme-dark);border-radius:6px;left:4px;margin-top:1px;max-width:400px;position:absolute;right:0;top:calc(100% + var(--arrow-height));z-index:2}@media screen and (min-width:768px){.elb .calendar-container .date-field__container{min-width:200px;right:unset;width:40vw}}.elb .calendar-container .date-field-strax-payment__container{max-width:500px}.elb .calendar-container .date-field__immediate-info{padding:32px 24px 64px}.elb .calendar-container+.calendar--warning{margin-top:8px}.elb .date-field__datepicker-container .date-field__datepicker-today-button{margin:16px 0}@media screen and (min-width:768px){.elb .date-field__datepicker-container .date-field__datepicker-today-button{margin:16px 16px 16px 0}}.elb .date-field__datepicker-container .sgw-calendar__wrapper{max-width:500px}@media screen and (min-width:1024px){.elb .date-field__datepicker-container{display:grid;gap:24px;grid-template-columns:1fr 1fr}}.elb .date-field__submit-button{-ms-flex-item-align:start;align-self:flex-start}.elb .date-field__end-date-button{margin-bottom:2px}.elb .from-account-select{background-color:var(--neutral-background);border:2px solid transparent;border-radius:6px;outline:none;padding:8px 24px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:none;box-shadow:none;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;display:block}.elb .from-account-select.no-label{padding-top:8px}.elb .from-account-select.no-label .from-account-select__label-text .account-button__owner-label{margin:0}.elb .from-account-select .from-account-select__focus-container{display:grid;grid-template-areas:"label label ." "select amount icon" "subtext subtext .";grid-template-columns:1fr auto auto;overflow-y:hidden;position:static}.elb .from-account-select.active{border-color:var(--form-theme-dark);border-bottom-color:transparent;border-radius:6px 6px 0 0;outline:none}.elb .from-account-select.active:focus-within{border-bottom-color:transparent}.elb .from-account-select.active .from-account-select__icon .sgw-icon{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-transition:-webkit-transform 0s;transition:-webkit-transform 0s;transition:transform 0s;transition:transform 0s,-webkit-transform 0s}@media screen and (prefers-reduced-motion:no-preference){.elb .from-account-select.active .from-account-select__icon .sgw-icon{-webkit-transition-duration:.3s;transition-duration:.3s}}.elb .from-account-select.open{-webkit-box-shadow:0 0 0 1px var(--form-theme-medium);box-shadow:0 0 0 1px var(--form-theme-medium)}.elb .from-account-select.open.active,.elb .from-account-select.open:focus-within{-webkit-box-shadow:none;box-shadow:none}.elb .from-account-select:focus-within{border-color:var(--form-theme-dark);border-radius:6px;outline:none}.elb .from-account-select:focus-within.active{border-radius:6px 6px 0 0}.elb .from-account-select .from-account-select__label-text{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--small);grid-area:label;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .from-account-select .from-account-select__label-text .account-button__owner-label{margin:0 0 0 12px}.elb .from-account-select .from-account-select__left-text{color:var(--typography-color);font-weight:400}.elb .from-account-select .from-account-select__left-text.selected{color:unset;font-weight:600}.elb .from-account-select .from-account-select__element{background-color:var(--neutral-background);border:none;font-weight:600;grid-area:select;padding:4px 0;text-align:left}.elb .from-account-select .from-account-select__element.focus-visible,.elb .from-account-select .from-account-select__element:focus{outline:none}.elb .from-account-select .from-account-select__right-text{font-weight:600;grid-area:amount}.elb .from-account-select .from-account-select__left-sub-text{grid-area:subtext}.elb .from-account-select .from-account-select__left-sub-text.empty{min-height:calc(var(--font-size--small)*1.5)}.elb .from-account-select .from-account-select__icon{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:icon;position:relative}.elb .from-account-select .from-account-select__icon .sgw-icon{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transition:-webkit-transform 0s;transition:-webkit-transform 0s;transition:transform 0s;transition:transform 0s,-webkit-transform 0s}@media screen and (prefers-reduced-motion:no-preference){.elb .from-account-select .from-account-select__icon .sgw-icon{-webkit-transition-duration:.3s;transition-duration:.3s}}.elb .from-account-select .from-account-select__subtext{grid-area:subtext}.elb .from-account-select .from-account-select__left-sub-text,.elb .from-account-select .from-account-select__list-item-left-sub-text,.elb .from-account-select .from-account-select__subtext{font-size:var(--font-size--small)}.elb .from-account-select .from-account-select__dropdown-wrapper{background-color:var(--neutral-background);display:none;left:-2px;position:absolute;right:-2px;top:100%;z-index:1000;-webkit-box-orient:vertical;-webkit-box-direction:normal;border:2px solid var(--form-theme-dark);border-radius:0 0 6px 6px;border-top:none;-ms-flex-direction:column;flex-direction:column;max-height:350px;overflow-y:auto}.elb .from-account-select .from-account-select__dropdown-wrapper.active{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .from-account-select .inactive-header{color:var(--typography-color-secondary);cursor:default;font-size:var(--font-size--regular);font-weight:600;margin:16px 0 12px 24px}.elb .from-account-select .from-account-select__list{list-style:none;margin:0;padding:0}.elb .from-account-select .from-account-select__list .from-account-select__list-item{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .from-account-select .from-account-select__list .from-account-select__list-item.is-empty .from-account-select__list-item-button{display:block;padding:12px}.elb .from-account-select .from-account-select__list .from-account-select__list-item.is-empty .from-account-select__list-item-button:hover{background-color:transparent;cursor:text}.elb .from-account-select .from-account-select__list .from-account-select__list-item .from-account-select__list-item-button{text-align:left;-webkit-box-flex:1;display:grid;-ms-flex:1 1 auto;flex:1 1 auto;grid-template-areas:"owners owners ." "name amount ." "accountnumber accountnumber .";grid-template-columns:1fr auto 24px;padding:12px 24px;-webkit-box-pack:start;-ms-flex-pack:start;background-color:var(--neutral-background);border:none;border-bottom:1px solid var(--card-background-light);justify-content:start;justify-items:start;outline:none;row-gap:4px}.elb .from-account-select .from-account-select__list .from-account-select__list-item .from-account-select__list-item-button .from-account-select__list-item-owners{grid-area:owners}.elb .from-account-select .from-account-select__list .from-account-select__list-item .from-account-select__list-item-button .from-account-select__list-item-left-text{font-weight:600;grid-area:name}.elb .from-account-select .from-account-select__list .from-account-select__list-item .from-account-select__list-item-button .from-account-select__list-item-left-text.empty-text{font-weight:400}.elb .from-account-select .from-account-select__list .from-account-select__list-item .from-account-select__list-item-button .from-account-select__list-item-left-sub-text{grid-area:accountnumber}.elb .from-account-select .from-account-select__list .from-account-select__list-item .from-account-select__list-item-button .from-account-select__list-item-right-text{font-weight:600;grid-area:amount}.elb .from-account-select .from-account-select__list .from-account-select__list-item .from-account-select__list-item-button.focus-visible,.elb .from-account-select .from-account-select__list .from-account-select__list-item .from-account-select__list-item-button:hover{background-color:var(--card-background-dark)}.elb .from-account-select .from-account-select__list .from-account-select__list-item .from-account-select__list-item-button:hover{cursor:pointer}.elb .from-account-select .from-account-select__list .from-account-select__list-item .from-account-select__list-item-button.inactive{color:var(--typography-color-secondary);pointer-events:none}.elb .from-account-select:hover{cursor:pointer}.elb .invalid-accounts-list__wrapper{cursor:default;margin-top:16px;overflow:clip}.elb .from-account-select__list-item-button-shake{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-name:shake-item;animation-name:shake-item;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes shake-item{10%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}30%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}60%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@keyframes shake-item{10%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}30%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}60%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@media(prefers-reduced-motion){.elb .edit-account-box--shake{-webkit-animation-name:dissolve;animation-name:dissolve}}.elb .owntext-selector__wrapper{margin-bottom:32px}.elb .owntext-selector__wrapper[open] .owntext-locked-icon,.elb .owntext-selector__wrapper[open] .owntext-selector-summary .sgw-icon{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.elb .owntext-selector__wrapper[open] .owntext-selector-content__wrapper{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity 0s ease-in-out,-webkit-transform 0s ease-in-out;transition:opacity 0s ease-in-out,-webkit-transform 0s ease-in-out;transition:transform 0s ease-in-out,opacity 0s ease-in-out;transition:transform 0s ease-in-out,opacity 0s ease-in-out,-webkit-transform 0s ease-in-out}@media screen and (prefers-reduced-motion:no-preference){.elb .owntext-selector__wrapper[open] .owntext-selector-content__wrapper{-webkit-transition-duration:.25s;transition-duration:.25s}}.elb .owntext-selector__wrapper .owntext-selector-content__wrapper{opacity:0;padding:16px 0;-webkit-transform:translateY(-1.25em);transform:translateY(-1.25em)}.elb .owntext-selector__wrapper .owntext-selector-content__wrapper .owntext-selector-checkbox__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 0 16px}.elb .owntext-selector__wrapper .owntext-selector-content__wrapper .owntext-selector-checkbox__wrapper&gt;*{margin-top:16px}.elb .owntext-selector__wrapper .owntext-selector-content__wrapper .owntext-selector-checkbox__wrapper&gt;:not(:last-child){margin-right:24px}.elb .owntext-selector__wrapper .owntext-selector-content__wrapper .sgw-label.error{margin-top:8px}.elb .owntext-selector__wrapper .owntext-selector-summary{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elb .owntext-selector__wrapper .owntext-selector-summary .sgw-icon{margin-left:8px;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-transition:transform .25s ease;transition:transform .25s ease}.elb .owntext-selector__wrapper .owntext-selector-summary::-webkit-details-marker,.elb .owntext-selector__wrapper .owntext-selector-summary::marker{content:"";display:none}.elb .owntext-selector__wrapper .owntext-selector-summary:focus{outline:none}.elb .owntext-selector__wrapper .owntext-selector-summary.focus-visible{border-radius:2px;outline:2px solid var(--form-theme-dark);outline-offset:8px}.elb .receipt-selector__wrapper{justify-self:end}.elb .receipt-selector__wrapper[open] .receipt-selector-summary .sgw-icon{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.elb .receipt-selector__wrapper[open] .receipt-selector-content__wrapper{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity 0s ease-in-out,-webkit-transform 0s ease-in-out;transition:opacity 0s ease-in-out,-webkit-transform 0s ease-in-out;transition:transform 0s ease-in-out,opacity 0s ease-in-out;transition:transform 0s ease-in-out,opacity 0s ease-in-out,-webkit-transform 0s ease-in-out}@media screen and (prefers-reduced-motion:no-preference){.elb .receipt-selector__wrapper[open] .receipt-selector-content__wrapper{-webkit-transition-duration:.25s;transition-duration:.25s}}.elb .receipt-selector__wrapper .receipt-selector-content__wrapper{opacity:0;padding:16px;-webkit-transform:translateY(-1.25em);transform:translateY(-1.25em)}.elb .receipt-selector__wrapper .receipt-selector-content__wrapper .receipt-selector-checkbox__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 0 16px}.elb .receipt-selector__wrapper .receipt-selector-content__wrapper .receipt-selector-checkbox__wrapper&gt;*{margin-top:16px}.elb .receipt-selector__wrapper .receipt-selector-content__wrapper .receipt-selector-checkbox__wrapper&gt;:not(:last-child){margin-right:24px}.elb .receipt-selector__wrapper .receipt-selector-content__wrapper .receipt-selector-checkbox__wrapper input:disabled{background:var(--disabled);border-color:var(--disabled);cursor:default}.elb .receipt-selector__wrapper .receipt-selector-summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;cursor:pointer;justify-content:flex-end;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elb .receipt-selector__wrapper .receipt-selector-summary .sgw-icon{margin-left:8px;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-transition:transform .25s ease;transition:transform .25s ease}.elb .receipt-selector__wrapper .receipt-selector-summary::-webkit-details-marker,.elb .receipt-selector__wrapper .receipt-selector-summary::marker{content:"";display:none}.elb .receipt-selector__wrapper .receipt-selector-summary:focus{outline:none}.elb .receipt-selector__wrapper .receipt-selector-summary.focus-visible{border-radius:2px;outline:2px solid var(--form-theme-dark);outline-offset:8px}.elb .receiver-combo-box{background-color:var(--neutral-background);border:2px solid transparent;border-radius:6px;outline:none;padding:8px 24px;position:relative}.elb .receiver-combo-box .receiver-combo-box__focus-container{display:grid;grid-template-areas:"label label ." "input input icon" "subtext subtext .";grid-template-columns:1fr 1fr auto;overflow:hidden;position:static}.elb .receiver-combo-box:focus-within{border-color:var(--form-theme-dark);border-radius:6px;outline:none}.elb .receiver-combo-box.active{border-color:var(--form-theme-dark);border-bottom-color:transparent;border-radius:6px 6px 0 0;outline:none}.elb .receiver-combo-box.active:focus-within{border-bottom-color:transparent}.elb .receiver-combo-box .receiver-combo-box__label-text{font-size:var(--font-size--small);grid-area:label;padding-top:3px}.elb .receiver-combo-box .receiver-combo-box__input{border:none;font-weight:600;grid-area:input;line-height:1.5;padding:0 0 1px;-webkit-text-fill-color:var(--typography-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elb .receiver-combo-box .receiver-combo-box__input.selected::-webkit-input-placeholder{color:var(--typography-color);font-weight:600}.elb .receiver-combo-box .receiver-combo-box__input.selected::-moz-placeholder{color:var(--typography-color);font-weight:600}.elb .receiver-combo-box .receiver-combo-box__input.selected:-ms-input-placeholder{color:var(--typography-color);font-weight:600}.elb .receiver-combo-box .receiver-combo-box__input.selected::-ms-input-placeholder{color:var(--typography-color);font-weight:600}.elb .receiver-combo-box .receiver-combo-box__input.selected::placeholder{color:var(--typography-color);font-weight:600}.elb .receiver-combo-box .receiver-combo-box__input::-webkit-input-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary);font-weight:400}.elb .receiver-combo-box .receiver-combo-box__input::-moz-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary);font-weight:400}.elb .receiver-combo-box .receiver-combo-box__input:-ms-input-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary);font-weight:400}.elb .receiver-combo-box .receiver-combo-box__input::-ms-input-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary);font-weight:400}.elb .receiver-combo-box .receiver-combo-box__input::placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary);font-weight:400}.elb .receiver-combo-box .receiver-combo-box__input.focus-visible,.elb .receiver-combo-box .receiver-combo-box__input:focus{outline:none}.elb .receiver-combo-box .receiver-combo-box__input:disabled{background-color:var(--neutral-background)}.elb .receiver-combo-box .receiver-combo-box__icon{align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:icon;position:relative}.elb .receiver-combo-box .receiver-combo-box__icon.is-loading{height:var(--ikon-size-24);width:var(--ikon-size-24)}.elb .receiver-combo-box .receiver-combo-box__loader{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .receiver-combo-box .receiver-combo-box__subtext{grid-area:subtext}.elb .receiver-combo-box .receiver-combo-box__subtext.empty{min-height:calc(var(--font-size--small)*1.15)}.elb .receiver-combo-box .receiver-combo-box__list-item-left-sub-text,.elb .receiver-combo-box .receiver-combo-box__subtext{font-size:var(--font-size--small)}.elb .receiver-combo-box .receiver-combo-box__list{background-color:var(--neutral-background);left:-2px;list-style:none;margin:0;padding:0;position:absolute;right:-2px;top:100%;z-index:1000;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:0 0 6px 6px;display:none;-ms-flex-direction:column;flex-direction:column;max-height:350px;overflow-y:auto}.elb .receiver-combo-box .receiver-combo-box__list.active{border:2px solid var(--form-theme-dark);border-top:none;display:unset}.elb .receiver-combo-box .receiver-combo-box__list&gt;:first-child{border-top:1px solid var(--card-background-light)}.elb .receiver-combo-box .receiver-combo-box__list-item{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .receiver-combo-box .receiver-combo-box__list-item-button{-webkit-box-flex:1;display:grid;-ms-flex:1 1 auto;flex:1 1 auto;grid-template-areas:"owners owners ." "name name ." "accountnumber accountnumber .";grid-template-columns:1fr auto auto;padding:12px 24px;-webkit-box-pack:start;-ms-flex-pack:start;background-color:var(--neutral-background);border:none;border-bottom:1px solid var(--card-background-light);justify-content:start;justify-items:start;outline:none;row-gap:4px;text-align:start}.elb .receiver-combo-box .receiver-combo-box__list-item-button .combobox__list-item-left-text{font-weight:600;grid-area:name}.elb .receiver-combo-box .receiver-combo-box__list-item-button.with-icon .combobox__list-item-left-text{-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .receiver-combo-box .receiver-combo-box__list-item-button.with-icon .combobox__list-item-left-text .sgw-icon{background-color:var(--form-theme-dark);border:2px solid transparent;border-radius:50%;color:var(--typography-color-negative)}.elb .receiver-combo-box .receiver-combo-box__list-item-button.with-icon.focus-visible .combobox__list-item-left-text .sgw-icon{background-color:var(--neutral-background);border-color:var(--form-theme-dark);color:var(--typograhpy-color)}.elb .receiver-combo-box .receiver-combo-box__list-item-button .receiver-combo-box__list-item-left-sub-text{grid-area:accountnumber}.elb .receiver-combo-box .receiver-combo-box__list-item-button.focus-visible,.elb .receiver-combo-box .receiver-combo-box__list-item-button:hover{background-color:var(--card-background-dark)}.elb .receiver-combo-box .receiver-combo-box__list-item-button:hover{cursor:pointer}.elb .receiver-combo-box:hover{cursor:text}.elb .desktop-dropdown-placeholder{-webkit-transition:height .01s ease-out;transition:height .01s ease-out}@media(prefers-reduced-motion:no-preference){.elb .desktop-dropdown-placeholder{-webkit-transition-duration:.2s;transition-duration:.2s}}.elb .missing-to-account-info__section{margin:35px 0 16px}.elb .missing-to-account-info__section-header{margin-bottom:0}.elb .nettbank-transactions{position:relative}.elb .nettbank-transactions .sgw-skip-link{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;right:50%;top:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:1px}.elb .nettbank-transactions .sgw-skip-link:focus{background:#fff;height:auto;padding:1rem;width:auto;z-index:1;clip:auto}.elb .centered-modal-content .sgw-card{padding-top:0}.elb .centered-modal-content .sgw-card .render.render{margin-top:0;padding-bottom:40px}.elb .centered-modal-content{margin:auto 0}.elb .centered-modal-content svg{left:0;position:absolute}@media screen and (min-width:768px){.elb .centered-modal-content .sgw-card,.elb .centered-modal-content.sgw-card{padding-top:0}}.elb .nettbank-transactions__wrapper{background-color:var(--theme-medium);-webkit-transition:background-color .15s ease-in,height .15s ease-in;transition:background-color .15s ease-in,height .15s ease-in}.elb .nettbank-transactions__wrapper.active{background-color:var(--neutral-background);row-gap:32px;-webkit-transition:background-color .15s ease-out,height .15s ease-out;transition:background-color .15s ease-out,height .15s ease-out}.elb .nettbank-transactions__wrapper.hide-cancel-cross .nettbank-transaction__close-button{display:none}.elb .nettbank-transactions__wrapper.skeleton .transaction-type__buttons{padding-bottom:8px}.elb .nettbank-transactions__wrapper .stretch-modal-content{min-height:500px}.elb .nettbank-transactions__container{border-radius:20px;padding:24px 40px;position:relative;grid-column-gap:8px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-items:start;-webkit-transition:background-color .15s ease-in,height .15s ease-in;transition:background-color .15s ease-in,height .15s ease-in;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .nettbank-transactions__container.is-themed{background-color:var(--theme-medium)}.elb .nettbank-transactions__container.in-modal{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.elb .nettbank-transactions__container.in-modal,.elb .nettbank-transactions__container.in-modal.active{margin-top:0;padding:0}.elb .nettbank-transactions__container.active{background-color:var(--neutral-background);margin-top:-40px;padding-top:64px;-webkit-transition:background-color .15s ease-out,height .15s ease-out;transition:background-color .15s ease-out,height .15s ease-out;z-index:998}.elb .nettbank-transactions__container.active.cannot-close{z-index:unset}.elb .nettbank-transactions__container.active.no-padding{margin-top:0;padding:0}.elb .nettbank-transactions__container .nettbank-transaction__close-button{position:absolute;right:24px;top:24px}.elb .nettbank-transactions__container .transaction-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .nettbank-transactions__container .transaction-type__buttons{padding-bottom:16px}.elb .nettbank-transactions__container .sgw-card .render{margin-top:24px}.elb .nettbank-transactions__container .locked{cursor:default}.elb .bsu-additional-info{margin:16px 24px}@media screen and (min-width:768px){.elb .bsu-additional-info{margin:0 0 24px}}.elb .skip-link{clip-path:none;height:1px;overflow:hidden;position:absolute;width:1px}.elb .skip-link:focus{height:auto;padding:1rem;width:auto;z-index:1;clip:auto;position:static}@media screen and (width &lt;= 400px){.elb .sgw-account-details__meta .large-balance{font-size:var(--font-size--huge);padding-bottom:8px}}@media screen and (max-width:360px){.elb .sgw-account-details__meta .large-balance{font-size:var(--font-size--larger)}}.elb .sgw-account-details{margin-bottom:64px;margin-left:24px;margin-right:24px;position:relative}.elb .sgw-account-details .sgw-account-details__wrapper{background-color:var(--theme-light);border-radius:24px;display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:details;margin:0;padding:32px 12px 48px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:1024px){.elb .sgw-account-details .sgw-account-details__wrapper{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;padding:32px 0}}.elb .sgw-account-details .account-view__actions-wrapper{margin-top:-32px}.elb .sgw-account-details.skeleton .balance-title{display:block;margin-bottom:8px}.elb .sgw-account-details.skeleton .account-balance__progress-bar,.elb .sgw-account-details.skeleton .account-balance__progress-text,.elb .sgw-account-details.skeleton.account-with-progress-bar .balance-title{display:none}.elb .sgw-account-details.skeleton.account-with-progress-bar .account-balance__progress-bar,.elb .sgw-account-details.skeleton.account-with-progress-bar .account-balance__progress-text{display:revert}.elb .sgw-account-details.skeleton dd.account-details__amount{font-size:var(--font-size--regular)}.elb .sgw-account-details.skeleton dd.account-details__amount .amount{font-size:var(--font-size--largest)}.elb .sgw-account-details.account-with-progress-bar dd.account-details__amount{display:block}.elb .sgw-account-details.account-with-progress-bar .sgw-account-details__wrapper{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;padding-left:24px;padding-right:24px}@media screen and (min-width:1024px){.elb .sgw-account-details.account-with-progress-bar .sgw-account-details__wrapper{padding:24px 24px 0}}.elb .sgw-account-details .skeleton-toggle-switch{border-radius:20px}.elb .sgw-account-details .skeleton-amount{margin-top:8px}.elb .sgw-account-details .skeleton-graph{margin-top:16px}.elb .sgw-account-details .skeleton-bsu-details-container{margin-top:80px}.elb .sgw-toggle-switch-group__wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:24px 0 8px}.elb .account-view__bsu-details-container{display:grid;grid-template-columns:auto auto;margin-top:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-row-gap:8px;grid-template-rows:auto}.elb .account-view__bsu-details-container .bsu-details-description{text-align:right}@media screen and (max-width:300px){.elb .account-view__bsu-details-container{grid-template-columns:1fr;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}.elb .account-view__bsu-details-container .bsu-details-description{text-align:start}}@media screen and (min-width:768px){.elb .account-view__bsu-details-container{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;grid-template-columns:auto auto}}.elb .account-view__bsu-details-container .bsu-details-term{text-align:left}.elb .account-view__bsu-details-container.sgw-tab.is-selected{display:grid}.elb .account-header__wrapper{margin-bottom:24px;padding:0 24px;position:relative}.elb .account-header__wrapper dd,.elb .account-header__wrapper dt{margin:0}@media screen and (min-width:768px){.elb .account-header__wrapper{margin-left:0;padding:0}}.elb .account-header__wrapper .sgw-account-details__meta{display:grid;grid-template-areas:"account-owners account-owners account-owners" "account-name account-name ." "account-number account-number .";grid-template-columns:auto 1fr auto;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .account-header__wrapper .sgw-account-details__meta .account-details__name{grid-area:account-name;margin-top:4px}.elb .account-header__wrapper .sgw-account-details__meta .account-details__name h1{margin:0}@media screen and (min-width:568px){.elb .account-header__wrapper .sgw-account-details__meta .account-details__name{margin-bottom:0}}.elb .account-header__wrapper .sgw-account-details__meta .account-details__accountId{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:account-number;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--medium);font-weight:400;margin-top:-4px}@media screen and (min-width:1024px){.elb .account-header__wrapper .sgw-account-details__meta .account-details__accountId{font-size:var(--font-size-eika--large)}}.elb .account-header__wrapper .sgw-account-details__meta .account-header__owners{grid-area:account-owners}@media screen and (min-width:568px){.elb .account-header__wrapper .sgw-account-details__meta .account-details__accountId,.elb .account-header__wrapper .sgw-account-details__meta .account-details__detail-link,.elb .account-header__wrapper .sgw-account-details__meta.skeleton .account-details__accountId,.elb .account-header__wrapper .sgw-account-details__meta.skeleton .account-details__detail-link{margin-top:0}}@media screen and (max-width:300px){.elb .account-header__wrapper .sgw-account-details__meta{grid-template-areas:"account-owners account-owners " "account-name account-name" "account-number account-number";grid-template-columns:auto 1fr}}.elb .account-header__wrapper .sgw-account-details__meta .sgw-link.sgw-button-common.button--icon.account-details__detail-link{padding:0}@media screen and (min-width:568px){.elb .account-header__wrapper .sgw-link.sgw-button-common.button--icon.account-details__detail-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;width:unset}.elb .account-header__wrapper .account-details__detail-link-label{color:var(--typography-color);display:block;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:400;line-height:1.5;margin:0}}.elb dd.account-details__amount{font-size:var(--font-size--largest);font-weight:700;grid-area:amount;word-break:break-word}.elb dd.account-details__amount .account-balance__progress-bar{margin:16px auto 24px}@media screen and (max-width:300px){.elb dd.account-details__amount{font-size:var(--font-size--larger);text-align:left}.elb dd.account-details__amount .account-balance__progress-bar{margin:16px 0 24px}}@media screen and (min-width:568px){.elb dd.account-details__amount{text-align:left}.elb dd.account-details__amount .account-balance__progress-bar{margin:16px 0 24px}}.elb dd.account-details__amount .sgw-account-details__description{color:var(--typography-color);font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:400;line-height:1.5}.elb .sgw-account-details__meta{margin:0}.elb .sgw-account-details__meta .bsu-details-term{display:block}.elb .sgw-account-details__meta dd{margin:0}.elb .sgw-account-details__meta dd.account-details__amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-account-details__meta dd.account-view__local-currency{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400}@media screen and (min-width:1024px){.elb .sgw-account-details__meta dd.account-view__local-currency{font-size:var(--font-size--regular)}}.elb .sgw-account-details__meta dd progress[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--form-theme-dark);border-radius:16px;display:block;height:8px;max-width:600px;overflow:hidden;width:90%}@media screen and (min-width:768px){.elb .sgw-account-details__meta dd progress[value]{margin:16px 0 24px}}.elb .sgw-account-details__meta dd progress[value]::-webkit-progress-bar{background-color:var(--form-theme-light);border:1px solid var(--form-theme-pastel);border-radius:20px}.elb .sgw-account-details__meta dd progress[value]::-webkit-progress-value{background-color:var(--form-theme-dark);border-radius:16px}.elb .sgw-account-details__meta dd progress[value]::-moz-progress-bar{background-color:var(--form-theme-dark);border-radius:16px}.elb .sgw-account-details__meta .sgw-tabs__button-wrapper{grid-area:switches;margin-bottom:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:1024px){.elb .sgw-account-details__meta .sgw-tabs__button-wrapper{margin-bottom:12px}}.elb .sgw-account-details__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:16px 0 24px}.elb .sgw-account-details__links .sgw-link,.elb .sgw-account-details__links button{margin-bottom:16px}.elb .sgw-account-details__links .sgw-link:last-child,.elb .sgw-account-details__links button:last-child{margin-bottom:0}.elb .account-view__balance-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .balance-title{display:none;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:400}@media screen and (min-width:1024px){.elb .balance-title{display:revert;font-size:var(--font-size--medium);margin-bottom:4px}}.elb .account-details__detail-link-label{display:none}.elb .sgw-center-loader{left:calc(50% - 25px);position:fixed;top:calc(50% - 25px)}@media screen and (min-width:1024px){.elb .sgw-account-details__links{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elb .sgw-account-details{margin:0;text-align:left}.elb .sgw-account-details .skeleton-switch-group__container,.elb .sgw-account-details .skeleton-toggle-switch{margin-bottom:4px}.elb .account-view__balance-container{display:grid;grid-template-areas:"bg details";grid-template-columns:auto 1fr;position:relative}.elb .account-view__balance-container&gt;*{position:relative;z-index:1}.elb .account-view__balance-container.use-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;position:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:16px 0 32px}.elb .account-view__balance-container.use-tabs&gt;*{position:unset;z-index:unset}.elb .account-view__balance-container dd{display:block}.elb .account-view__balance-container dd[itemProp=accountId]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--typography-color);font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:400;line-height:1.5}.elb .account-view__balance-container .sgw-tabs{display:grid;grid-template-areas:"switches switches" "bg details";grid-template-columns:auto 1fr;position:relative;row-gap:12px}.elb .account-view__balance-container .sgw-tabs&gt;*{position:relative;z-index:1}.elb .account-view__balance-container .background-wrapper{grid-area:bg;grid-column:1/-1;padding:0;position:relative;z-index:0}.elb .account-view__balance-container .background-wrapper .background{background-color:var(--theme-light);border-radius:20px;bottom:-300px;left:-40px;position:absolute;right:0;top:0}.elb .account-view__balance-container .background-wrapper.loan .background{bottom:-400px}.elb .account-view__bsu-details-container{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.elb .account-view__bsu-details-container .bsu-details-description{margin-left:12px}.elb .sgw-account-details__links{margin:40px 0}.elb .account-view__bsu-details-container{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.elb .account-view__bsu-details-container .bsu-details-description{margin-left:12px}}.font-scale-large .elb .sgw-account-details{margin-top:40px;text-align:left;word-break:break-word}.font-scale-large .elb .sgw-account-details__links{display:block;margin:40px 0}.font-scale-large .elb .background-wrapper{display:none}.font-scale-large .elb .account-view__balance-container{grid-template-areas:"amount" ".";grid-template-columns:1fr}.font-scale-large .elb .account-header__wrapper .sgw-account-details__meta{grid-template-areas:"account-owners" "account-name" "account-number"}.elb .stop-payment-button__section{border:2px solid var(--form-theme-pastel);border-radius:20px;line-height:1.5;padding:24px;text-align:center}.elb .stop-payment-button__header.stop-payment-button__header{all:unset;display:block;font-size:var(--font-size--regular);font-weight:600;margin-bottom:16px}.elb .stop-payment-button__button-row&gt;*{margin:12px}.elb .future-payment__details-button-wrapper{margin:auto 0 0;padding-top:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .future-payment__details-button-wrapper,.elb .future-payment__details-button-wrapper .future-payment__details-button-primary-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}@media screen and (min-width:1024px){.elb .future-payment__details-button-wrapper{margin:40px 0;padding-top:0}}.elb .future-payment-title__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:24px}.elb .future-payment-title__wrapper .future-payment-title__title{margin:8px 0}.elb .future-payment-title__wrapper .future-payment-title__label{margin-left:8px;margin-top:2px}.elb .future-payment-title__wrapper .future-payment-title__efaktura-link-wrapper{margin-left:24px}.font-scale-large .elb .future-payment-title-with-label{display:block}.font-scale-large .elb .future-payment-title-with-label .future-payment-title__title{margin:0}.font-scale-large .elb .future-payment-title-with-label .future-payment-title__label{margin-bottom:8px}.elb .transaction-details__receiver-amount-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .transaction-details__receiver-amount{font-size:var(--font-size--largest);font-weight:700}.elb .transaction-details__receiver-instructed-amount{font-style:italic}.elb .transaction-details__additional-info{font-style:italic;font-weight:300;margin-top:8px}.elb .transaction-details__detail{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 24px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-bottom:1px solid var(--card-background-dark);-ms-flex-direction:column;flex-direction:column}.elb .transaction-details__detail:last-child{border-bottom:0}@media screen and (min-width:1024px){.elb .transaction-details__detail{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.elb .transaction-details__detail-data,.elb .transaction-details__receiver-account-number{display:grid;font-size:var(--font-size--regular);font-weight:600;gap:4px;margin-top:4px}@media screen and (min-width:1024px){.elb .transaction-details__detail-data,.elb .transaction-details__receiver-account-number{text-align:end}}.elb .transaction-details__info_msg{font-size:var(--font-size--regular);font-style:italic;margin-top:4px}@media screen and (min-width:1024px){.elb .transaction-details__info_msg{margin-top:0}}.elb .transaction-details__data-label,.elb .transaction-details__detail-label{color:var(--typography-color-secondary);font-size:var(--font-size--small);font-weight:400;margin-top:2px;white-space:break-spaces;word-break:normal}@media screen and (min-width:1024px){.elb .transaction-details__detail-data{margin-top:0}}.elb .future-payment__details{border:1px solid var(--card-background-dark);border-radius:20px;margin-top:24px;padding:2px 0}.elb .future-payment__details--error-message{margin-top:24px}.elb .future-payment__details-eFaktura-link{margin-top:0}.elb .future-payment__eika-modal{text-align:left}.elb .future-payment-details__warning-message{margin:24px 0 0}.elb .future-payment-title{margin:8px 0}.elb .future-payment-details__save-btn-container{margin:auto}@media screen and (min-width:768px){.elb .future-payment-details__save-btn-container{margin:0}}.elb .future-payment__button-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:auto;padding:16px 0 32px;place-content:center center}.elb .payment-description__text{display:-webkit-box;font-weight:600;grid-area:upper-row-center;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.25;overflow:hidden;word-break:break-word}.elb .future-payments-list-month__container.future-payments-list-month__container{padding-bottom:0}.elb .future-payments-list-month__container.future-payments-list-month__container .select-list__container:last-child li:last-child{border-bottom:none}@media screen and (min-width:1024px){.elb .future-payments-list-month__container.future-payments-list-month__container .select-list__container:last-child li:last-child .row-button__container{border-radius:0 0 20px 20px}}.elb .future-payments-list-month__container.future-payments-list-month__container:not(:last-of-type){margin-bottom:48px}.elb .future-payments-list-month__label-and-amount{display:grid;gap:8px;grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 8px 8px 0}.elb .future-payments-list-month__label-and-amount .future-payments-list-month__label{word-break:normal}.elb .future-payments-list-month__label-and-amount .future-payments-list-month__payment-limit-message{grid-column:1/-1}.elb .future-payments-list-month__current-amount{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-pack:end;-ms-flex-pack:end;gap:16px;justify-content:flex-end;padding:12px 0}.elb .future-payments-list-month__row{display:grid;grid-template-areas:"upper-row-left upper-row-center upper-row-right" ".              mid-row-center   mid-row-right" ".              lower-row-center lower-row-right";grid-template-columns:1fr minmax(auto,100%) fit-content(100%);grid-template-rows:auto;grid-gap:8px 16px;justify-items:start}.elb .future-payments-list-month__row--has-label{grid-template-areas:".              label-row        label-row" "upper-row-left upper-row-center upper-row-right" ".              mid-row-center   mid-row-right" ".              lower-row-center lower-row-right"}.elb .future-payments-list-month__row .future-payments-list-month__owner-label{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 12px;grid-area:label-row}.elb .future-payments-list-month__row .future-payments-list-month-label{align-self:start;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:label-row}.elb span.future-payments-list-month__date{font-size:var(--font-size--small);grid-area:upper-row-left;margin-top:2px;word-break:normal}.elb .future-payments-list-month__amount{font-weight:700;grid-area:upper-row-right;justify-self:end}.elb .future-payments-list-month__balance,.elb .future-payments-list-month__current-amount,.elb .future-payments-list-month__from-account,.elb .future-payments-list-month__payment-type{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400;line-height:1.4}.elb .future-payments-list-month__balance,.elb .future-payments-list-month__current-amount,.elb .future-payments-list-month__from-account{font-style:italic;font-weight:300}.elb .future-payments-list-month__approved-by,.elb .future-payments-list-month__payment-type{grid-area:mid-row-center}.elb .future-payments-list-month__approved-by{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elb .future-payments-list-month__from-account{grid-area:mid-row-right;justify-self:end;text-align:end}.elb .future-payments-list-month__balance{grid-area:lower-row-right;justify-self:end;text-align:right}.elb .future-payments-list-month__balance.no-from-account{grid-area:mid-row-right}.elb .future-payments-list-month__balance.not-sufficient-balance{color:var(--red)}.elb .future-payments-list-month__pending{left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;text-align:center}@media screen and (max-width:300px){.elb .future-payments-list-month__label-and-amount{display:block}.elb .future-payments-list-month__current-amount{margin-top:12px;text-align:left;width:unset}.elb .future-payments-list-month__label{width:unset}.elb .future-payments-list-month__from-account{justify-self:unset;text-align:left}.elb .future-payments-list-month__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.font-scale-large .elb .future-payments-list-month__label-and-amount{display:block;padding-bottom:24px}.font-scale-large .elb .future-payments-list-month__label-and-amount .future-payments-list-month__current-amount{text-align:left}.font-scale-large .elb .future-payments-list-month__label-and-amount .future-payments-list-month__label{word-break:break-word}.font-scale-large .elb .row-button__container{padding:40px 24px}.font-scale-large .elb .future-payments-list-month__row{display:block}.font-scale-large .elb .future-payments-list-month__row&gt;[class*=future-payments-list-month__]{display:block;margin-bottom:16px}.font-scale-large .elb span.future-payments-list-month__date{word-break:break-word}.elb .future-payments-list-month__deposit{background-color:var(--deposit-color)}.elb .vertical-line{border-left:1px solid var(--card-background-dark);height:24px}.elb .future-payments-list__container{list-style:none;margin:24px 0 0;padding:8px 16px 0;text-align:left}.elb .future-payments-list__container .select-list__container{margin:0 -16px}.elb .future-payments-list__container .select-list__container .row-button__container{cursor:pointer;padding:12px 16px}.elb .future-payments-list__container.additional-padding{padding:24px 16px 0}@media screen and (min-width:768px){.elb .future-payments-list__container{margin:0}}.elb .future-payments-list__info-message{margin-top:8px;text-align:left}.elb .future-payments__empty{margin:24px 0}.elb .future-payments__empty .future-payments__empty-filter{justify-self:stretch}.elb .future-payments-list__wrapper{background:#fff;margin-bottom:32px}@media screen and (min-width:768px){.elb .future-payments-list__wrapper{border:1px solid var(--card-background-dark);border-radius:20px}}@media screen and (min-width:1024px){.elb .future-payments-list__container{grid-column:1/span 10;position:relative}.elb .future-payments-list__container .transaction-list-widget__error-card{background-color:var(--neutral-background)}.elb .future-payments-list__container__image{display:block;margin:40px auto -40px}.elb .future-payments-list__info-message{margin-top:0}.elb .future-payments-list__info-message-wrapper{border-radius:6px;grid-column:1/span 10;padding:0}}.elb .future-payments-skeleton{grid-column:1/span 10}.elb .future-payments-skeleton .account-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .future-payments-skeleton .future-payments-list{text-align:left;width:100%}.elb .future-payments-skeleton .future-payments-list .month-year-label{margin:16px 24px}.elb .future-payments-skeleton .future-payments-list .future-payments-list-item{background:var(--card-background-light);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;height:50px;justify-content:space-between;margin-bottom:1px;padding:16px 24px}.elb .sgw-transaction-list{list-style-type:none;margin:0;padding:0;--adjustment-for-smaller-font:calc((var(--font-size--regular) - var(--font-size--small))*1.25)}.elb .sgw-transaction-list .transaction-list__month{margin-bottom:40px}.elb .sgw-transaction-list .transaction-list__month:last-of-type{margin-bottom:0}.elb .sgw-transaction-list .month-list{border-bottom:1px solid var(--border-color-neutral-medium);width:100%}.elb .sgw-transaction-list .transaction-item-container{background-color:var(--neutral-background);border-top:1px solid var(--border-color-neutral-medium);display:grid;grid-template-columns:1fr minmax(auto,100%) fit-content(100%);grid-template-rows:auto;padding:12px 16px;grid-column-gap:16px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elb .sgw-transaction-list .month-year-label{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;padding:0 16px 8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.elb .sgw-transaction-list .saldo-label{font-size:var(--font-size--small);font-style:italic;font-weight:300}.elb .sgw-transaction-list .deposit{background-color:var(--deposit-color)}.elb .sgw-transaction-list .reservation{background-color:var(--card-background);color:var(--typography-color-secondary)}.elb .sgw-transaction-list .reservation .transactions-name{font-style:italic}.elb .sgw-transaction-list .reservation .transactions-name .reserved-text{font-size:var(--font-size--small);font-weight:300;margin-top:var(--adjustment-for-smaller-font)}.elb .sgw-transaction-list .centered-content{padding:calc(12px + var(--font-size--regular)*1.25/2) 16px}@media(hover:hover)and (pointer:fine){.elb .sgw-transaction-list .transaction-item-container[role=button]:hover,.elb .sgw-transaction-list a.transaction-item-container:hover{background:var(--card-background-light)}}.elb .sgw-transaction-list .transaction-item-container[role=button]:active,.elb .sgw-transaction-list a.transaction-item-container:active{background:var(--card-background-light)}.elb .sgw-transaction-list .transaction-item-container[role=button]:focus,.elb .sgw-transaction-list a.transaction-item-container:focus{outline:none}.elb .sgw-transaction-list .transaction-item-container[role=button]:focus-visible,.elb .sgw-transaction-list a.transaction-item-container:focus-visible{-webkit-box-shadow:inset 0 4px 0 -2px var(--form-theme-dark),inset 0 -4px 0 -2px var(--form-theme-dark);box-shadow:inset 0 4px 0 -2px var(--form-theme-dark),inset 0 -4px 0 -2px var(--form-theme-dark)}.elb .sgw-transaction-list .transactions-date{font-size:var(--font-size--small);line-height:1.25;margin-top:var(--adjustment-for-smaller-font);word-break:normal}.elb .sgw-transaction-list .transactions-name{font-weight:600}.elb .sgw-transaction-list .transactions-name,.elb .sgw-transaction-list .transactions-sum{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.25;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-transaction-list .transactions-sum{font-size:var(--font-size--regular);font-weight:700;text-align:right;white-space:nowrap}.elb .sgw-transaction-list .transaction-saldo{color:var(--typography-color-secondary);font-size:var(--font-size--small);font-style:italic;font-weight:300;margin-top:var(--adjustment-for-smaller-font)}.elb .sgw-transaction-list .max-one-line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elb .sgw-transaction-list .sub-description{font-size:var(--font-size--small);font-weight:400;margin-top:var(--adjustment-for-smaller-font)}.elb .sgw-transaction-list .max-two-lines{display:-webkit-box;padding-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.font-scale-large .elb .sgw-transaction-list .max-one-line{overflow:visible;white-space:unset}.font-scale-large .elb .sgw-transaction-list .max-two-lines{display:block;overflow:visible}.font-scale-large .elb .sgw-transaction-list .transaction-list__month .month-year-label{padding-bottom:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.font-scale-large .elb .sgw-transaction-list .transaction-list__month .transaction-item-container{display:block;height:auto;padding:24px 16px}.font-scale-large .elb .sgw-transaction-list .transaction-list__month .transaction-item-container .transactions-sum{text-align:left;white-space:unset}.font-scale-large .elb .sgw-transaction-list .transactions-date{word-break:break-word}.elb .transaction-details__error-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0}.elb .transaction-details__attention_message{margin-bottom:8px;margin-top:32px}.elb .transaction-details__attention_message_skeleton{background:var(--card-background-light);padding:16px}.elb .transaction-details__receiver{text-align:center}.elb .transaction-details__receiver .transaction-details__additional-info{font-style:italic;font-weight:300;margin-top:8px}.elb .transaction-details__receiver-account{margin:8px 0}.elb .transaction-details__pdf-download.sgw-button-common.button--link{padding:24px}.elb .transaction-details__receiver-account-number{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:600;line-height:1.35}@media screen and (min-width:1024px){.elb .transaction-details__receiver-account-number{font-size:var(--font-size--medium-large)}}.elb .transaction-details__details{border:1px solid var(--card-background-dark);border-radius:20px;margin-top:24px;padding:2px 0}.elb .transaction-details__payer-account-number{font-weight:400}.elb .transaction-details__efaktura-link{margin-top:24px}.elb .transaction-details__receiver-address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.font-scale-large .elb .transaction-details__receiver{margin-top:40px;text-align:left}.font-scale-large .elb .transaction-details__payer-account-number{display:block;margin:0}.font-scale-large .elb .transaction-details__details{margin-top:40px}.elb .download-transactions-button__wrapper{position:relative}.elb .download-transactions-button__dialog{background-color:var(--neutral-background);border:2px solid var(--form-theme-dark);border-radius:6px;left:-150px;margin-top:1px;padding:32px;position:absolute}.elb .download-transactions-button__context-menu{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .download-transactions-button__context-menu&gt;button{margin-bottom:24px}.elb .download-transactions-button__context-menu&gt;button:last-of-type{margin-bottom:0}.elb .download-transactions-button:before{background-color:var(--neutral-background);border-bottom:2px solid transparent;border-left:2px solid transparent;border-right:2px solid var(--form-theme-dark);border-top:2px solid var(--form-theme-dark);bottom:-10px;height:10px;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:10px;z-index:3}.elb .download-transactions-button.active:before{content:""}.elb .download-transactions-button__error{margin-top:8px;min-width:100%;width:-webkit-min-content;width:-moz-min-content;width:min-content}.elb .download-transations-button_link--hidden.download-transations-button_link--hidden{visibility:hidden}.elb .download-transactions-button__status-indicator{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elb .download-transactions-button__checkmark .sgw-checkmark-animation__checkmark{width:40px;stroke-width:48}.elb .download-transactions-button__checkmark .sgw-checkmark-animation__checkmark .arc,.elb .download-transactions-button__checkmark .sgw-checkmark-animation__checkmark .checkmark{stroke-width:36}.font-scale-large .elb .download-transactions-button__wrapper .download-transactions-button__context-menu{max-width:75vw;right:-100%}.elb .sgw-amount-range-input__fieldset{border:none;margin:0;min-inline-size:-webkit-max-content;min-inline-size:-moz-max-content;min-inline-size:max-content;padding:0}.elb .sgw-amount-range-input__fieldset .sgw-amount-range-input__legend{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--medium);font-weight:600;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.elb .sgw-amount-range-input__fieldset .sgw-amount-range-input__content-wrapper{display:grid;gap:12px 16px;grid-template-areas:"from" "to";grid-template-columns:1fr}@media screen and (min-width:568px){.elb .sgw-amount-range-input__fieldset .sgw-amount-range-input__content-wrapper{grid-template-areas:"from to";grid-template-columns:1fr 1fr}}.elb .sgw-amount-range-input__fieldset .sgw-currency-input__mainlabel{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400;margin-bottom:12px}@media screen and (min-width:1024px){.elb .sgw-amount-range-input__fieldset .sgw-currency-input__mainlabel{font-size:var(--font-size--regular)}}.font-scale-large .elb .sgw-amount-range-input__fieldset,.font-scale-large .elb .sgw-date-range-input__wrapper .sgw-date-range-input__fieldset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:12px}.elb .amount-range-input__radio-buttons{margin-bottom:32px;margin-top:-16px}.elb .search-reset-button__wrapper .search-reset-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .search-reset-button__wrapper .search-reset-buttons .search-reset-button{margin:12px 12px 12px 0}.elb .search-reset-button__wrapper .search-reset-buttons .search-reset-button:last-child{margin-right:0}.elb .search-reset-button__wrapper .search-reset-buttons .search-reset-button.filter-button__no-action{margin:0}.elb .search-reset-button__wrapper .search-reset-buttons[tabindex="-1"].focus-visible,.elb .search-reset-button__wrapper .search-reset-buttons[tabindex="-1"]:focus{outline:none}.elb .search-reset-button__wrapper .search-reset__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:4px}.elb .search-reset-button__wrapper .search-reset__button-wrapper&gt;*{margin-right:16px}.elb .search-reset-button__wrapper .search-reset-all-button{margin:0}.elb .search-reset-button__wrapper .search-reset-button__message{display:inline-block;font-size:var(--font-size--small);font-style:italic;font-weight:300;margin-top:8px}.elb .sgw-date-input{position:relative}.elb .sgw-date-input .calendar-visible{border-radius:24px}.elb .sgw-date-input .sgw-input__input{padding-right:48px}.elb .sgw-date-input .sgw-input__input.date-picker-visible,.elb .sgw-date-input.date-picker-visible .sgw-input__input{border-color:var(--form-theme-dark);border-radius:24px}.elb .sgw-date-input .sgw-input__input-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.elb .sgw-date-input .calendar-button{background:transparent;border:none;border-left:1px solid var(--form-theme-dark);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:48px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border-bottom-right-radius:6px;border-top-right-radius:6px;bottom:0;cursor:pointer;justify-content:center;max-height:48px;position:absolute;right:0;top:0;width:48px}.elb .sgw-date-input .calendar-button.icon-only{border-left:none;cursor:auto}.elb .sgw-date-input .calendar-button:focus-visible{background:var(--form-theme-dark);outline:none}.elb .sgw-date-input .calendar-button:focus-visible .sgw-icon{color:var(--typography-color-negative)}.elb .sgw-date-input .calendar-button .sgw-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .sgw-date-input .sgw-input__input.sgw-input__error~.calendar-button{border-left-color:var(--danger-dark-color)}.elb .sgw-date-input .sgw-input__input.sgw-input__error:focus~.calendar-button{border-left-color:var(--form-theme-dark)}.elb .sgw-date-input__wrapper+.sgw-date-input__calendar-wrapper{margin:16px 0 0}.elb .sgw-date-input__calendar-wrapper .sgw-calendar__view-wrapper{margin:0;max-width:480px}.font-scale-large .elb .sgw-date-input .calendar-button{min-width:calc(var(--ikon-size-36) + 16px)}.font-scale-large .elb .sgw-date-input__calendar-wrapper .sgw-calendar__view-wrapper{max-width:640px}.elb .sgw-date-input__error{margin-top:16px}.elb .sgw-date-range-input__wrapper legend{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--medium);font-weight:600;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.elb .sgw-date-range-input__wrapper .sgw-date-range-input__fieldset{border:none;margin:0;min-inline-size:unset;padding:0}.elb .sgw-date-range-input__wrapper .sgw-date-range-input__fieldset .sgw-date-range-input__content-wrapper{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-areas:"from" "to";grid-template-columns:1fr;row-gap:12px}@media screen and (min-width:568px){.elb .sgw-date-range-input__wrapper .sgw-date-range-input__fieldset .sgw-date-range-input__content-wrapper{grid-template-areas:"from to";grid-template-columns:1fr 1fr}}.elb .sgw-date-range-input__wrapper .sgw-date-range-input__fieldset .sgw-date-range-input__content-wrapper .sgw-date-input__calendar-wrapper{grid-row:2}.elb .sgw-date-range-input__wrapper .sgw-date-range-input__fieldset .sgw-date-range-input__content-wrapper .sgw-date-input__calendar-wrapper .sgw-calendar__view-wrapper{margin:0 auto;max-width:480px}.elb .sgw-date-range-input__wrapper .sgw-date-range-input__fieldset .sgw-input__input-mainlabel{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400;margin-bottom:12px}@media screen and (min-width:1024px){.elb .sgw-date-range-input__wrapper .sgw-date-range-input__fieldset .sgw-input__input-mainlabel{font-size:var(--font-size--regular)}}.font-scale-large .elb .sgw-date-range-input__wrapper .sgw-date-range-input__fieldset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:12px}.elb .filter-button{border-radius:20px;display:grid;gap:12px;grid-template-columns:auto var(--font-size--small);-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--form-theme-light);border:none;padding:4px 16px}.elb .filter-button:enabled{cursor:pointer}@media(hover:hover)and (pointer:fine){.elb .filter-button:hover:not(:disabled){background-color:#fff;-webkit-box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color,var(--form-theme-dark))) inset;box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color,var(--form-theme-dark))) inset;color:var(--icon-color,var(--button-background-color,var(--form-theme-dark)))}.elb .filter-button:hover .filter-button__icon-wrapper{background-color:var(--icon-color,var(--button-background-color,var(--form-theme-dark)));color:var(--button-color,var(--white))}}.elb .filter-button:focus-visible:not(:disabled){background-color:#fff;-webkit-box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color,var(--form-theme-dark))) inset;box-shadow:0 0 0 2px var(--icon-color,var(--button-background-color,var(--form-theme-dark))) inset;color:var(--icon-color,var(--button-background-color,var(--form-theme-dark)));outline-color:var(--form-theme-dark);outline-offset:3px}.elb .filter-button:focus-visible .filter-button__icon-wrapper{background-color:var(--icon-color,var(--button-background-color,var(--form-theme-dark)));color:var(--button-color,var(--white))}.elb .filter-button .filter-button__icon-wrapper{background-color:var(--form-theme-medium);border-radius:50%;height:var(--font-size--small);width:var(--font-size--small);-ms-flex-item-align:center;align-self:center;color:var(--typography-color-negative);display:-webkit-box;display:-ms-flexbox;display:flex}.elb .filter-button .filter-button__icon-wrapper .icon,.elb .filter-button .filter-button__icon-wrapper .sgw-icon{height:unset;width:unset;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .filter-button .filter-button__icon-wrapper .sgw-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .filter-button__no-action{color:var(--typography-color,var(--form-theme-dark));font-style:italic}.elb .filter-button__no-action:after{content:",";margin-right:.5em}.elb .filter-button__no-action:last-of-type:after{content:unset}@media(hover:hover)and (pointer:fine){.elb .filter-button__no-action:hover:not(:disabled){background-color:unset;-webkit-box-shadow:unset;box-shadow:unset;color:unset}}.font-scale-large .elb .filter-button{text-align:unset}.elb .filter-selector__wrapper{display:grid;grid-template-areas:"label value icon";grid-template-columns:1fr auto auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}@media screen and (max-width:339px){.elb .filter-selector__wrapper{gap:0;grid-template-areas:"label icon" "value value"}.elb .filter-selector__wrapper .filter-selector__content{margin-top:8px}}.elb .filter-selector__wrapper.auto-flow-grid-content{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.elb .filter-selector__wrapper.auto-flow-grid-content .filter-selector__content{display:grid;gap:12px;grid-auto-flow:row;justify-items:end}.elb .filter-selector__wrapper.auto-flow-grid-content .filter-selector__label{margin-top:2px}.elb .filter-selector__wrapper .filter-selector__label{margin:0;word-break:normal}.elb .filter-selector__wrapper .filter-selector__content{grid-area:value}.elb .filter-selector__wrapper .filter-selector__content,.elb .filter-selector__wrapper .sgw-icon{justify-self:end}.font-scale-large .elb .filter-selector__wrapper{grid-template-areas:"label icon" "value icon"}.font-scale-large .elb .filter-selector__wrapper .filter-selector__content{justify-self:unset}.font-scale-large .elb .filter-selector__wrapper.auto-flow-grid-content .filter-selector__content{justify-items:start}.elb .transaction-filter__modal{-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:40px}.elb .transaction-filter__modal .select-list__container{padding:40px 0}.elb .transaction-filter__modal .select-list__container .row-button__container{cursor:pointer}.elb .transaction-filter-form__sub-submit-wrapper{margin-top:64px;padding:0}.elb .transaction-filter-form__sub-submit-wrapper--no-spacing{margin:0}.elb .transaction-list__filter-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:23px 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 24px 8px}.elb .transaction-list__filter-wrapper .transaction-list__filter-title-warpper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .transaction-list__filter-wrapper .transaction-list__filter-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}.elb .transaction-list__filter-wrapper .transaction-list__filter-placeholder{height:44px;width:44px}@media screen and (min-width:768px){.elb .transaction-list__filter-wrapper{margin:0}}.elb .transaction-list__filter-title{margin:0}.elb .transaction-list__filter-search-reset-buttons{padding:0 0 24px}.elb .transaction-filter-form&gt;*{margin-bottom:32px}.elb .transaction-filter-form .transaction-filter-form__amount-range-wrapper legend,.elb .transaction-filter-form .transaction-filter-form__freetext-input legend{min-inline-size:-webkit-max-content;min-inline-size:-moz-max-content;min-inline-size:max-content}@media screen and (min-width:768px){.elb .transaction-filter-form .transaction-filter-form__amount-range-wrapper,.elb .transaction-filter-form .transaction-filter-form__freetext-input{max-width:450px}}.elb .transaction-filter-form .transaction-filter-form__freetext-input{margin-top:24px}@media screen and (min-width:768px){.elb .transaction-filter-form .transaction-filter-form__freetext-input{margin-top:0}}.elb .transaction-filter-form .transaction-filter-form__date-range-wrapper{margin-bottom:16px}@media screen and (min-width:768px){.elb .transaction-filter-form .transaction-filter-form__category-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));-webkit-box-align:start;-ms-flex-align:start;align-items:start}.elb .transaction-filter-form .transaction-filter-form__category-wrapper .sgw-checkbox-legend{margin-bottom:24px}.elb .transaction-filter-form .transaction-filter-form__category-wrapper.sgw-checkbox-group .sgw-checkbox:not(:last-of-type){margin:0}}.elb .transaction-filter-form .transaction-filter-form__amount-range-wrapper .sgw-currency-input input{margin:0}.elb .transaction-filter-form .transaction-search-modal__submit-wrapper{margin-bottom:0;padding:0}.elb .transaction-filter-form__date-chip-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;margin-top:16px}.elb .transaction-details-skeleton{border-color:var(--card-background-light)}.elb .transaction-details-skeleton .sgw-transaction-list{width:100%}.elb .transaction-details-skeleton .month-year-label{margin:0 16px 8px}.elb .transaction-details-skeleton .transaction-details{padding:21px 16px}@media screen and (min-width:768px){.elb .transaction-list-modal .content.content{padding-left:56px;padding-right:56px}.elb .transaction-list-widget.without-future-payments{padding-top:12px}}.elb .transaction-list-widget .sgw-tabs__button-wrapper{padding:0 24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.elb .transaction-list-widget .sgw-tabs__button-wrapper{margin-bottom:0;padding:32px 0}}.elb .transaction-list-widget .future-payments-list__wrapper{border:none}.elb .transaction-list-widget .future-payments-list__info-message-wrapper{margin:0 24px 16px;padding:0}.elb .transaction-list-widget .sgw-transaction-list :first-child .month-year-label{padding:0}.elb .transaction-list-widget .future-payments-list__container{padding-top:0}@media screen and (min-width:768px){.elb .transaction-list-widget{background-color:var(--neutral-background);border:1px solid var(--card-background-dark);border-radius:20px;margin-left:0;margin-right:32px;padding-bottom:16px;position:relative}}@media screen and (min-width:1024px){.elb .transaction-list-widget{-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:0;margin-right:50px;min-height:312px}.elb .transaction-list-widget .transaction-list-widget__error-card{background-color:var(--neutral-background)}}.elb .transaction-list-tabs__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:32px 0}.elb .transaction-list-tabs__wrapper .transaction-list-tabs__skeleton{border-radius:24px;min-height:54px;min-width:293px}.elb .transactions-list__multiple-approvers-message{margin:24px 16px}@media screen and (min-width:768px){.elb .transactions-list__multiple-approvers-message{margin-top:0}}.elb .transaction-list__no-more-content-card&gt;h2{margin-bottom:16px;max-width:350px}.elb .transaction-list__no-more-content-card .transaction-list__no-more-content-card__content-wrapper .transaction-list__no-more-content-card__description{margin:0}.elb .transaction-list__no-more-content-card__submit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:48px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.elb .advisor-card{display:grid;grid-template-areas:"image" "content";isolation:isolate;position:relative;text-align:center}.elb .advisor-card .advisor-card__buttons{margin-bottom:16px;margin-top:40px}.elb .advisor-card .advisor-card__buttons--desktop{display:none}.elb .advisor-card .advisor-card__buttons--mail{margin-right:24px}.elb .advisor-card .advisor-card__email{white-space:nowrap}.elb .advisor-card .advisor-card__field{font-weight:600;margin-left:8px;word-break:break-all}.elb .advisor-card .advisor-card__image{aspect-ratio:3/2;border-radius:16px;grid-area:image;max-width:100%;-o-object-fit:cover;object-fit:cover;z-index:2}.elb .advisor-card .advisor-card__name{font-weight:300;margin-bottom:8px;margin-top:24px}.elb .advisor-card .advisor-card__role{font-size:var(--font-size--small);font-weight:600;margin-bottom:24px}.elb .advisor-card .advisor-card__content{grid-area:content;z-index:2}.elb .no-image.advisor-card:before{top:0}.elb .advisor-card:before{background-color:var(--form-theme-light);bottom:-24px;content:"";left:-24px;position:absolute;right:-24px;top:64px}@media(min-width:568px){.elb .advisor-card{grid-template-areas:"image content";grid-template-columns:42% auto;margin-top:24px;max-width:768px}.elb .advisor-card .advisor-card__buttons{margin-top:24px}.elb .advisor-card .advisor-card__buttons--desktop{display:inline}.elb .advisor-card .advisor-card__buttons--mobile{display:none}.elb .advisor-card .advisor-card__image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center}.elb .advisor-card .advisor-card__name{margin-top:8px}.elb .advisor-card .advisor-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px;place-self:center center}.elb .no-image.advisor-card{grid-template:"content"}.elb .advisor-card:before{border-radius:6px;bottom:-24px;left:-24px;right:-24px;top:64px}}.font-scale-large .elb .advisor-card{text-align:left}.font-scale-large .elb .advisor-card .advisor-card__name{margin-top:8px}.elb .sgw-alert-animation{height:90px;position:relative;width:90px}.elb .sgw-alert-animation.alert-mini{height:60px;width:60px}.elb .sgw-alert-animation svg{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:pulsate;animation-name:pulsate;-webkit-animation-timing-function:linear;animation-timing-function:linear;position:absolute;width:100%;stroke-linecap:round}.elb .sgw-alert-animation .line{stroke:var(--danger-dark-color);stroke-width:26px}.elb .sgw-alert-animation .circle{stroke:var(--danger-dark-color);stroke-width:20px;fill:none}.elb .sgw-alert-animation .dot{stroke:var(--danger-dark-color);stroke-width:20px;fill:var(--danger-dark-color)}.elb .sgw-alert-animation.alert-mini .line{stroke:var(--danger-dark-color);stroke-width:30px}.elb .sgw-alert-animation.alert-mini .circle{stroke:var(--danger-dark-color);stroke-width:24px;fill:none}.elb .sgw-alert-animation.alert-mini .dot{stroke:var(--danger-dark-color);stroke-width:26px;fill:var(--danger-dark-color)}@-webkit-keyframes pulsate{20%{-webkit-transform:translate(-5%,-5%);transform:translate(-5%,-5%);width:110%}45%{-webkit-transform:translate(5%,5%);transform:translate(5%,5%);width:90%}70%{-webkit-transform:translate(-5%,-5%);transform:translate(-5%,-5%);width:110%}to{-webkit-transform:translate(0);transform:translate(0);width:100%}}@keyframes pulsate{20%{-webkit-transform:translate(-5%,-5%);transform:translate(-5%,-5%);width:110%}45%{-webkit-transform:translate(5%,5%);transform:translate(5%,5%);width:90%}70%{-webkit-transform:translate(-5%,-5%);transform:translate(-5%,-5%);width:110%}to{-webkit-transform:translate(0);transform:translate(0);width:100%}}.elb .create-avtalegiro__modal .title{margin-bottom:24px}.elb .create-avtalegiro__modal .avtalegiro__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%}.elb .create-avtalegiro__modal .avtalegiro-form__submit-container{margin:auto 0 -24px;padding:24px 0 40px}.elb .create-avtalegiro__modal .avtalegiro-form__submit{display:block;margin:0 auto}.elb .create-avtalegiro-info-card{margin:auto}.elb .create-avtalegiro-info-card .create-avtalegiro-info-card__icon{color:var(--form-theme-pastel);height:116px;margin-bottom:24px}.elb .create-avtalegiro-info-card .create-avtalegiro-info-card__btn{margin-top:24px}.elb .avtalegiro-result-info__warning-link-button{margin-right:24px}.elb .amount-limit__paragraph{margin-bottom:32px;margin-top:0}.elb .amount-limit-field__row-btn{min-height:56px}.elb .amount-limit__monthly-limit-wrapper{margin-top:32px}.elb .sgw-layout-item.four .avtalegiro__button-row{margin-top:calc(64px + var(--font-size-eika--xlarge))}.elb .avtalegiro-details-header__container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}@media screen and (min-width:768px){.elb .avtalegiro-details-header__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}}.elb .avtalegiro-details-header__container .avtalegiro-details-header__title{margin-bottom:0}.elb .sgw-confirmation-dialog{border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.elb .sgw-confirmation-dialog.blue-background{background-color:var(--form-theme-xtra-light);border:2px solid var(--form-theme-pastel)}.elb .sgw-confirmation-dialog.hidden-dialog{display:none}.elb .sgw-confirmation-dialog .sgw-icon .sgw-confirmation-dialog__icon{height:75px;margin:24px;width:75px}.elb .sgw-confirmation-dialog .sgw-confirmation-dialog__footer .sgw-button{margin:0 12px}.elb .sgw-confirmation-dialog .sgw-confirmation-dialog__description{font-size:var(--font-size--small);line-height:1.57;margin:8px 0 24px}.elb .sgw-confirmation-dialog .sgw-confirmation-dialog__title{font-size:var(--font-size--regular);font-weight:600;line-height:1.5;margin:0}.elb .sgw-confirmation-dialog.bottom-padding{padding-bottom:40px}.elb .kid-field__row-btn{min-height:56px}.elb .transaction-form__submit.avtalegiro__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;margin-top:0;padding-top:0}.elb .avtalegiro-details__delay-message,.elb .avtalegiro-details__info-message{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .avtalegiro_message_proposal{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .avtalegirodetails-list{border:1px solid var(--border-color-neutral-medium);border-bottom:none}.elb .avtalegirodetails-list__button{padding-top:0}.elb .avtalegirodetails-list__skeleton{margin-top:24px}.elb .avtalegirodetails-list__skeleton .avtalegirodetails-list__skeleton-title{margin-bottom:24px}.elb .avtalegirodetails-list__skeleton .avtalegirodetails-list__skeleton-button{margin-top:24px}.elb .avtalegirodetails-list__skeleton .avtalegirodetails-list__skeleton-list{list-style-type:none;margin-top:24px;padding:0}.elb .avtalegirodetails-list__skeleton .avtalegirodetails-list__skeleton-list-item{background-color:var(--card-background-light);border-color:var(--border-color-neutral-light);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:80px}.elb .avtalegirodetails-list__skeleton .avtalegirodetails-list__skeleton-list-item&gt;span{width:100%}.elb .avtalegirodetails-list__skeleton .avtalegirodetails-list__skeleton-list-item .avtalegirodetails-list__skeleton-receiver-name{margin-top:24px}.elb .sgw-action-panel-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:var(--neutral-background);border:2px solid var(--form-theme-pastel);border-radius:12px;font-size:var(--font-size--regular);gap:8px;justify-content:space-between;margin-bottom:16px;outline:none;padding:24px;text-align:left;width:100%;--icon-color:var(--typography-color-negative)}.elb .sgw-action-panel-card.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-action-panel-card .sgw-action-panel-card__content{color:var(--typography-color)}.elb .sgw-action-panel-card .sgw-action-panel-card__content&gt;span.sgw-label{margin-bottom:4px}.elb .sgw-action-panel-card .sgw-action-panel-card__text-wrapper,.elb .sgw-action-panel-card p,.elb .sgw-action-panel-card span{margin:0}.elb .sgw-action-panel-card .sgw-action-panel-card__title{font-weight:600;margin:0 16px 8px 0}.elb .sgw-action-panel-card .sgw-action-panel-card__sub-text{display:block;font-weight:400;margin-top:4px}.elb .sgw-action-panel-card .sgw-icon{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--button-background-color);border-radius:50%;height:var(--ikon-size-36);justify-content:center;margin-top:2px;min-height:var(--ikon-size-36);min-width:var(--ikon-size-36);padding:8px;width:var(--ikon-size-36)}.elb .sgw-action-panel-card .sgw-icon .sgw-action-panel-card__icon{color:var(--icon-color,var(--typography-color-negative));-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .sgw-action-panel-card:active{background-color:var(--card-background-dark)}.elb .sgw-action-panel-card:focus-visible{border:2px solid var(--form-theme-dark)}.elb .sgw-action-panel-card:hover{background-color:var(--card-background-light);cursor:pointer}.elb .avtalegiro-list__wrapper{padding-bottom:12px}.elb .avtalegiro-list-skeleton__list-element{background-color:var(--card-background-light);border-color:var(--card-background-light);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;border-radius:12px;-ms-flex-direction:row;flex-direction:row;height:80px;margin-top:16px}.elb .avtalegiro-list-skeleton__line{width:66%}.elb .avtalegiro-list-skeleton__line&gt;span{width:100%}.elb .avtalegiro .sgw-link-panel .sgw-link-panel__link .avtalegiro-item__label.sgw-label{margin-bottom:4px}.elb .avtalegiro-details-modal .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;margin:0;overflow-x:hidden}.elb .delete-avtalegiro__result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80%}.elb .delete-avtalegiro__result .sgw-card{padding:0}.elb .update-avtalegiro__update-container{margin:auto 0 -24px;padding:24px 0 40px}.elb .update-avtalegiro__update__submit{display:block;margin:0 auto}.elb .avtalegiroProposals-title__skeleton{padding-bottom:16px}.elb .avtalegiroProposals__skeleton{border-radius:12px}.elb .avtalegiro .avtalegiro-details__delay-message,.elb .avtalegiro .avtalegiro-details__info-message{margin-top:24px}.elb .avtalegiro .avtalegiro__proposals_delete_container{padding-top:16px}.elb .avtalegiro .avtalegiro__title{margin:0;padding-left:24px}@media screen and (min-width:768px){.elb .avtalegiro .avtalegiro__title{padding-left:0}}.elb .avtalegiro .avtalegiro__proposals__text{padding:24px}.elb .avtalegiro .avtalegiro__list{list-style-type:none;margin-bottom:48px;padding:0}@media screen and (max-width:768px){.elb .avtalegiro .avtalegiro__list{margin:16px 24px}}@media screen and (max-width:1024px){.elb .avtalegiro .avtalegiro__button-row{margin-bottom:24px}}.elb .avtalegiro .avtalegiro__proposals-label-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:8px}.elb .avtalegiro .avtalegiro__proposals-title{text-align:center}.elb .avtalegiro .avtalegiro__proposals-list{padding:2px 0}.elb .avtalegiro .avtalegiro__proposals-list .avtalegiro-editable-detail-list__item .row-button__container{border:1px solid var(--border-color-neutral-medium);border-bottom:0}.elb .avtalegiro .avtalegiro__proposals-list .avtalegiro-editable-detail-list__item:first-of-type .row-button__container{border-radius:20px 20px 0 0}.elb .avtalegiro .avtalegiro__proposals-list .avtalegiro-editable-detail-list__item:last-of-type .row-button__container{border-bottom:1px solid var(--border-color-neutral-medium);border-radius:0 0 20px 20px}.elb .avtalegiro .avtalegiro__proposals-list .avtalegiro-editable-detail-list__item:last-child{border-bottom:0}.elb .avtalegiro .avtalegiro__proposals-container{padding:24px}.elb .avtalegiro .avtalegiro__no-avtalegiro{margin-top:40px}.elb .avtalegiro-details-modal .title{margin-bottom:16px}.elb .avtalegiro-details-modal .update-avtalegiro-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elb .avtalegiro-details-modal .update-avtalegiro__update-container{margin:auto 0 -24px;padding:24px 0 40px}.elb .avtalegiro-details-modal .update-avtalegiro__delete-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto 0 -24px;padding:48px 0 40px}.elb .avtalegiro-details-modal .update-avtalegiro__update__submit{display:block;margin:0 auto}.elb .avtalegiro_proposals_skeleton_wrapper{margin-bottom:48px}@media screen and (max-width:768px){.elb .avtalegiro_proposals_skeleton_wrapper{margin:auto 24px}}.elb .avtalegiro_propo_list{list-style-type:none;padding:0}@media screen and (max-width:768px){.elb .avtalegiro_propo_list{margin:16px 0}}.elb .birthday-message{-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:var(--row-gap);margin-top:0;-webkit-transform:translateY(0) scaleY(1);transform:translateY(0) scaleY(1)}.elb .birthday-message.hidden{margin-bottom:-100%;margin-top:-100%;-webkit-transform:translateY(100%) scaleY(0);transform:translateY(100%) scaleY(0);-webkit-transition:margin-bottom 1.5s ease .4s,margin-top 1.5s ease .4s,-webkit-transform 1.5s ease .4s;transition:margin-bottom 1.5s ease .4s,margin-top 1.5s ease .4s,-webkit-transform 1.5s ease .4s;transition:transform 1.5s ease .4s,margin-bottom 1.5s ease .4s,margin-top 1.5s ease .4s;transition:transform 1.5s ease .4s,margin-bottom 1.5s ease .4s,margin-top 1.5s ease .4s,-webkit-transform 1.5s ease .4s}.elb .birthday-message.hidden .birthday-message__card{-webkit-animation:fade-out .5s ease forwards;animation:fade-out .5s ease forwards}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.elb .birthday-message.hidden .birthday-message__card *{opacity:0}@media(prefers-reduced-motion){.elb .birthday-message.hidden{-webkit-transition:none;transition:none}}.elb .birthday-message__card{background-color:var(--theme-light);border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;padding:32px;position:relative}.elb .birthday-message__close-btn{position:absolute;right:8px;top:8px}.elb .birthday-message__content-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.elb .birthday-message__content{max-width:500px}.elb .birthday-message__button-row{-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:24px;white-space:nowrap}@media screen and (max-width:1024px){.elb .birthday-message__rich-icon{height:100%;max-width:260px;min-height:unset;width:100%}}@media screen and (max-width:768px){.elb .birthday-message__card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .birthday-message__content-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.elb .update-general-manager__description{line-height:1.5;margin-top:0;max-width:600px}.elb .update-general-manager__form{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media screen and (min-width:768px){.elb .update-general-manager__form&gt;.sgw-input__input-label{max-width:376px}}.elb .update-general-manager__form .update-general-manager__form-submit{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:auto;padding-top:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .bussiness-information__wrapper .bussiness-information__account-info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;text-align:end}.elb .bussiness-information__wrapper .bussiness-information__edit-attention-message{margin:16px 24px 0}.font-scale-large .elb .bussiness-information__account-info-wrapper{text-align:start}.elb .contact-information__container .update-customer-info__input{margin-bottom:32px}.elb .contact-information__container .update-customer-info__warning{margin-top:16px}.elb .contact-information__container .contact-information__title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:8px}.elb .contact-information__container .contact-information__title-container h3{margin:0}.elb .contact-information__container .contact-information__title-container--skeleton{padding:10px 0 14px}.elb .contact-information__container .contact-information__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .contact-information__container .contact-information__wrapper .contact-information__title{margin:0 0 6px}.elb .contact-information__container .contact-information__wrapper .contact-information__value-missing{font-style:italic}@media screen and (min-width:768px){.elb .contact-information__container .contact-information__submit-wrapper{margin-top:24px}}.elb .contact-information__container .contact-information__link-list{margin:0 -24px}@media screen and (min-width:768px){.elb .contact-information__container .contact-information__link-list{margin:0}}.elb .contact-information__container .contact-information-edit__button{border-bottom:1px solid var(--card-background-dark);cursor:pointer}.elb .contact-information__container .contact-information-edit__button:first-child{border-top:1px solid var(--card-background-dark)}.elb .contact-information__container .contact-information-edit__button.disabled+.sgw-attention-message{margin:16px 12px 24px}.elb .contact-information__container .contact-information-edit__button:disabled{cursor:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.elb .contact-information__container .contact-information-edit__button:disabled .contact-info-value{padding-right:24px}.elb .contact-information__container .contact-information-edit__button .contact-information__data-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.elb .contact-information__container .contact-information-edit__button .contact-information__data-list dt{margin-right:24px;word-break:normal;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:4px;min-width:50px}.elb .contact-information__container .contact-information-edit__button .contact-information__data-list .contact-info-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;margin:0;min-width:40px;text-align:unset;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .contact-information__container .contact-information-edit__button .contact-information__data-list .contact-info-value .sgw-icon{margin-left:auto;margin-top:calc((1.5*var(--font-size--regular) - var(--ikon-size-24))/2);-webkit-transition:-webkit-transform 0s ease;transition:-webkit-transform 0s ease;transition:transform 0s ease;transition:transform 0s ease,-webkit-transform 0s ease}@media(prefers-reduced-motion:no-preference){.elb .contact-information__container .contact-information-edit__button .contact-information__data-list .contact-info-value .sgw-icon{-webkit-transition-duration:.4s;transition-duration:.4s}}@media screen and (min-width:360px){.elb .contact-information__container .contact-information-edit__button .contact-information__data-list{-ms-flex-wrap:unset;flex-wrap:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .contact-information__container .contact-information-edit__button .contact-information__data-list .contact-info-value,.elb .contact-information__container .contact-information-edit__button .contact-information__data-list dt{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-bottom:unset}.elb .contact-information__container .contact-information-edit__button .contact-information__data-list .contact-info-value{text-align:end}.elb .contact-information__container .contact-information-edit__button .contact-information__data-list .contact-info-value .sgw-icon{margin-left:unset}}.elb .contact-information__container .contact-information-edit__button.focus-visible .contact-information__data-list .contact-info-value .sgw-icon,.elb .contact-information__container .contact-information-edit__button:hover .contact-information__data-list .contact-info-value .sgw-icon{-webkit-transform:translateX(8px);transform:translateX(8px)}.elb .contact-information__container .contact-information__title{margin:48px 0 0 24px}@media screen and (min-width:768px){.elb .contact-information__container .contact-information__title{margin-left:0}}.elb .contact-information__container .contact-information__address-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .contact-information__container .contact-information__link-list--title{margin-top:48px}.elb .contact-information__container .contact-information-success__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto 0}.elb .contact-information__container .contact-information-success__wrapper .success-button{margin-top:24px}.elb .contact-information__container .contact-information__error-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .contact-information__container .contact-information__error-wrapper .contact-information__sign-error-message{max-width:400px}@media screen and (min-width:768px){.elb .contact-information__container .contact-information__error-wrapper{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}.elb .contact-information__container .error-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .contact-information__container .error-button-wrapper&gt;:first-child{margin-right:24px}.elb .contact-information__container .font-scale-large .contact-information__data-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elb .contact-information__container .font-scale-large .contact-information__data-list .contact-info-value{margin-left:0;margin-top:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elb div.compact-profile-link__profile-button .sgw-icon{color:var(--form-theme-pastel)}.elb .sgw-link.compact-profile-link__profile-button{position:relative}.elb .sgw-link.compact-profile-link__profile-button.desktop{display:none}.elb .sgw-link.compact-profile-link__profile-button .compact-profile-link__profile-button-counter{background-color:var(--danger-dark-color);border-radius:12px;color:var(--typography-color-negative);font-size:12px;padding:0 6px;position:absolute;right:14px;top:4px;-webkit-transform:translateX(50%);transform:translateX(50%)}.elb .sgw-link.compact-profile-link__profile-button .compact-profile-link__profile-button-counter.more-than-nine{right:10px}@media(min-width:768px){.elb .sgw-link.compact-profile-link__profile-button.native{display:none}.elb .sgw-link.compact-profile-link__profile-button.desktop{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.elb .wisp-signal__container{opacity:.01;-webkit-transform:translateZ(0);transform:translateZ(0)}.elb .corporate-header__profile-name-skeleton{border-radius:20px}.elb .sgw-link.corporate-header__profile-button{position:relative}.elb .sgw-link.corporate-header__profile-button.desktop{display:none}.elb .sgw-link.corporate-header__profile-button .corporate-header__profile-button-counter{background-color:var(--danger-dark-color);border-radius:12px;color:var(--typography-color-negative);font-size:12px;padding:0 6px;position:absolute;right:14px;top:4px;-webkit-transform:translateX(50%);transform:translateX(50%)}.elb .sgw-link.corporate-header__profile-button .corporate-header__profile-button-counter.more-than-nine{right:10px}@media(min-width:768px){.elb .sgw-link.corporate-header__profile-button.native{display:none}.elb .sgw-link.corporate-header__profile-button.desktop{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.elb .corporate-header__wisp-signal{bottom:0;position:absolute}@media screen and (max-width:768px){.elb .corporate-header__wisp-signal{bottom:-10px;left:10px}}.elb div.corporate-header__profile-button .sgw-icon{color:var(--form-theme-pastel)}.elb .corporate-header__profile-name-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:220px}.elb .corporate-header__profile-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elb .corporate-header__container{position:relative}.elb .create-avtalegiro-page{-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:85vh}.elb .create-avtalegiro-page,.elb .create-avtalegiro-page .avtalegiro__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal}.elb .create-avtalegiro-page .avtalegiro__form{-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%}.elb .create-avtalegiro-page .avtalegiro-form__submit-container{margin:auto 0 0;padding:24px 0 0}.elb .create-avtalegiro-page .avtalegiro-form__submit{display:block;margin:0 auto}@media screen and (min-width:768px){.elb .create-avtalegiro-page{min-height:unset}}.elb .cross-border-payment__account-list-no-account-btn{margin-top:40px}.elb .cross-border-payment__account-list-info{padding:40px 24px;text-align:center}.elb .cross-border-payment__account-list-label{font-size:var(--font-size--medium);font-weight:600}.elb .cross-border-payment__account-list-info-img{display:inline-block;max-width:100%;width:216px}@media screen and (min-width:768px){.elb .cross-border-payment__account-list-info{margin-bottom:64px;padding:0}.elb .cross-border-payment__account-list-info-img{width:240px}.elb .cross-border-payment__account-list-info-text{background-color:var(--neutral-background);border:1px solid var(--form-theme-pastel);border-radius:20px;margin-top:-72px;padding:80px 24px 40px}.elb .cross-border-payment__account-list{background-color:var(--neutral-background);border:1px solid var(--card-background-dark);border-radius:20px;overflow:hidden;padding:0 24px}.elb .cross-border-payment__account-list .select-list__container :first-child{border-top:none}.elb .cross-border-payment__account-list .select-list__container :first-child .account-list-item__container{padding-top:24px}.elb .cross-border-payment__account-list .select-list__container :last-child{border-bottom:none}.elb .cross-border-payment__account-list .select-list__container :last-child .account-list-item__container{padding-bottom:24px}}.elb .account-list-cbp__skeleton,.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-list-title{margin-top:24px}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-list{list-style-type:none;margin-top:16px;padding:0}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-list-item{background-color:var(--neutral-background);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-bottom:1px solid var(--card-background-dark);border-radius:0;-ms-flex-direction:column;flex-direction:column;height:auto;margin:0 -24px;padding:16px 24px}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-list-item:first-child{border-top:1px solid var(--card-background-dark)}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-list-item :first-child{height:var(--font-size--large)}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-list-item :last-child{height:var(--font-size-eika--small)}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-info-img-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-info-img{border-radius:50%}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-info-description{margin:32px 24px 64px;text-align:center}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-info-link{margin-top:24px}@media screen and (min-width:768px){.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-info-description{background-color:var(--neutral-background);border:1px solid var(--card-background-dark);border-radius:20px;margin:-62px 0 64px;padding:80px 24px 40px}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-list{border:1px solid var(--card-background-dark);border-radius:20px;overflow:hidden;padding:0 24px}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-list-item:first-child{border-top:none;padding-top:24px}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-list-item:last-child{border-bottom:none;padding-bottom:24px}.elb .account-list-cbp__skeleton .account-list-cbp__skeleton-info-img-container{margin-top:0}}.elb .navigation-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto 0 -24px;padding:40px 0}.elb .navigation-buttons__first-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .navigation-buttons__cancel-button{margin-top:16px}@media screen and (min-width:1024px){.elb .navigation-buttons.smaller-width{max-width:327px}}.elb .category-list__title{margin-bottom:40px}.elb .category-list__show-more-button{margin-bottom:48px;margin-top:24px}.elb .description-cross-border-payment__description{margin-bottom:24px}.elb .category-list__list-element-skeleton,.elb .category-list__list-skeleton{margin-bottom:16px;margin-top:8px}@media screen and (min-width:768px){.elb .description-cross-border-payment__description{margin-top:64px;max-width:327px}}.elb .bic-field__layout{-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-areas:"date icon";grid-template-columns:auto var(--ikon-size-20);grid-template-rows:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .bic-field__layout .bic-field__label{grid-area:date}.elb .bic-field__layout .bic-field__icon{grid-area:icon;position:relative}.elb .bic-field__layout .bic-field__icon .icon{left:0;position:absolute;top:-1px}.elb .bic-field__default-label,.elb .bic-field__error-label{margin-top:16px}.elb .bic-field__value{font-weight:700;margin-left:8px}.elb .bic-field__input{margin-top:32px}.elb .charge-bearer-field__layout{-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-areas:"value icon";grid-template-columns:auto var(--ikon-size-20);grid-template-rows:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .charge-bearer-field__layout .charge-bearer-field__label{grid-area:value}.elb .charge-bearer-field__layout .charge-bearer-field__icon{grid-area:icon;position:relative}.elb .charge-bearer-field__layout .charge-bearer-field__icon .icon{left:0;position:absolute;top:-1px}.elb .charge-bearer-field__value{font-weight:700;margin-left:4px}.elb .charge-bearer-field__info-message{margin-top:40px}.elb .currency-exchange-description{color:var(--typography-color-secondary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.elb .currency-exchange-description .currency-exchange-description__label{font-size:var(--font-size--small)}.elb .currency-exchange-description .currency-exchange-description__value{font-weight:600;margin-left:8px}.elb .currency-field__layout{-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;display:grid;grid-template-areas:"date icon";grid-template-columns:auto var(--ikon-size-20);grid-template-rows:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .currency-field__layout .currency-field__label{grid-area:date}.elb .currency-field__layout .currency-field__icon{grid-area:icon;position:relative}.elb .currency-field__layout .currency-field__icon .icon{left:0;position:absolute;top:-1px}.elb .currency-field__kina-label{margin-top:16px}.elb .currency-field__description{margin-top:32px}.elb .currency-field__list-title{color:var(--typography-color-secondary);font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:600;margin-bottom:16px}@media screen and (min-width:1024px){.elb .currency-field__list-title{font-size:var(--font-size--regular)}}.elb .xtra-spacing{margin-top:40px}.elb .currency-field__value{font-weight:700;margin-left:4px}.elb .currency-field__search-input{margin-bottom:32px;margin-top:24px}.elb .currency-field__list-item-button{font-weight:600}.elb .transfer-currency__description{margin-top:24px}.elb .transfer-currency__choose-currency-title{margin-bottom:32px;margin-top:40px}.elb .currency-field__loader{padding-top:48px}.elb .priority-field__layout{-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-areas:"value icon";grid-template-columns:auto var(--ikon-size-20);grid-template-rows:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .priority-field__layout .priority-field__label{grid-area:value}.elb .priority-field__layout .priority-field__icon{grid-area:icon;position:relative}.elb .priority-field__layout .priority-field__icon .icon{left:0;position:absolute;top:-1px}.elb .priority-field__value{font-weight:700;margin-left:4px}.elb .cross-border-payment-fields__title{margin-bottom:40px}.elb .currency-exchange-description__exchange-rate{margin-bottom:0;margin-top:8px}.elb .cross-border-payment-exchange{margin-bottom:40px}.elb .currency-exchange-rate__error{margin-bottom:24px}.elb .sgw-input__input-label,.elb .sgw-select__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-input__input-mainlabel,.elb .sgw-select__mainlabel{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--medium);font-weight:600;margin-bottom:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .with-sublabel.sgw-input__input-mainlabel,.elb .with-sublabel.sgw-select__mainlabel{margin-bottom:4px}.elb .sgw-input__input-sublabel,.elb .sgw-select__sublabel{font-size:var(--font-size--regular);margin-bottom:12px}.elb .sgw-select select{-moz-appearance:none;-webkit-appearance:none;background-color:var(--neutral-background);background-image:url(/dagligbank-lokalbank-web/cd564c912d33a89eba7b.svg);background-position:right 16px top 50%;background-repeat:no-repeat;background-size:16px;border:1px solid var(--form-theme-medium);border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--typography-color,var(--form-theme-dark));line-height:max(38px,1.8em);min-height:48px;padding:4px 24px;-webkit-transition:border-radius .2s;transition:border-radius .2s;width:100%}.elb .sgw-select select svg{fill:var(--form-theme-medium)}.elb .sgw-select select:focus-visible{border-color:var(--form-theme-dark);border-radius:24px;outline:none}.elb .sgw-select select.sgw-select__error{border-color:var(--danger-dark-color)}.elb .sgw-select__info-button-wrapper{display:inline-block;margin-left:8px}.elb .sgw-select__error-label{margin-top:16px}@media(prefers-reduced-motion:reduce){.elb .sgw-select select{-webkit-transition:none;transition:none}}.elb .charge-bearer-select{margin-bottom:64px;max-width:327px}.elb .charge-bearer-select.show-info{margin-bottom:0}.elb .charge-bearer-select__info-message{margin-bottom:64px;margin-top:16px}.elb .priority-select{margin-bottom:64px;max-width:327px}.elb .sgw-input__input-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-input__input-mainlabel{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--medium);font-weight:600;margin-bottom:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .with-sublabel.sgw-input__input-mainlabel{margin-bottom:4px}.elb .sgw-input__input-sublabel{font-size:var(--font-size--regular);margin-bottom:12px}.elb .sgw-input__icon{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:18px;position:absolute;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--typography-color-secondary,var(--form-theme-medium));height:calc(var(--font-size--regular)*1.2 + 24px);min-height:48px}.elb .sgw-input__input-wrapper--has-icon .sgw-input__input{padding-left:calc(var(--ikon-size-20) + 24px)}.elb .sgw-input__input-wrapper--has-icon .sgw-input__input-container{position:relative}.elb .sgw-input__input{-webkit-appearance:none;color:var(--typography-color);-webkit-text-fill-color:var(--typography-color);background-color:var(--neutral-background);border:1px solid var(--form-theme-medium);border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.2;min-height:48px;padding:11px 16px;-webkit-transition:border-radius .2s;transition:border-radius .2s;width:100%}.elb .sgw-input__input::-webkit-input-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary)}.elb .sgw-input__input::-moz-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary)}.elb .sgw-input__input:-ms-input-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary)}.elb .sgw-input__input::-ms-input-placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary)}.elb .sgw-input__input::placeholder{color:var(--typography-color-secondary);-webkit-text-fill-color:var(--typography-color-secondary)}.elb .sgw-input__input:-moz-placeholder-shown{text-overflow:ellipsis}.elb .sgw-input__input:-ms-input-placeholder{text-overflow:ellipsis}.elb .sgw-input__input:placeholder-shown{text-overflow:ellipsis}.elb .sgw-input__input:focus{border-color:var(--form-theme-dark);border-radius:24px;outline:none}.elb .sgw-input__input::-webkit-search-cancel-button{-webkit-appearance:none;background:url(/dagligbank-lokalbank-web/0fd24706e615985314a2.svg) no-repeat;color:#000;height:18px;position:relative;width:18px}.elb .sgw-input__input[type=number]{-moz-appearance:textfield}.elb .sgw-input__input[type=number]::-webkit-inner-spin-button,.elb .sgw-input__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.elb .sgw-input__info-button-wrapper{display:inline-block;margin-left:8px;--icon-color:var(--typography-color)}.elb .sgw-input__error{border-color:var(--danger-dark-color)}.elb .sgw-input__error-label{margin-top:12px;-ms-flex-item-align:start;align-self:start}.elb .sgw-combobox{--max-height-suggestion-list:300px}.elb .sgw-combobox .sgw-combobox-suggestion-list__wrapper{position:relative}.elb .sgw-combobox .sgw-combobox-suggestion-list__wrapper .sgw-combobox-suggestion-list{background-color:var(--neutral-background);background:var(--neutral-background);border:1px solid var(--form-theme-dark);border-radius:0 0 24px 24px;border-top:none;left:0;margin:0;max-height:var(--max-height-suggestion-list);overflow-y:auto;padding:0;position:absolute;right:0;z-index:3}.elb .sgw-combobox .sgw-combobox-suggestion-list__wrapper .sgw-combobox-suggestion-list .sgw-combobox-suggestion-list__item{border-bottom:1px solid var(--border-color-neutral-medium);cursor:pointer;padding:16px 24px}.elb .sgw-combobox .sgw-combobox-suggestion-list__wrapper .sgw-combobox-suggestion-list .sgw-combobox-suggestion-list__item:last-child{border-radius:0 0 24px 24px}.elb .sgw-combobox .sgw-combobox-suggestion-list__wrapper .sgw-combobox-suggestion-list .sgw-combobox-suggestion-list__item.in-focus,.elb .sgw-combobox .sgw-combobox-suggestion-list__wrapper .sgw-combobox-suggestion-list .sgw-combobox-suggestion-list__item:hover{background:var(--card-background-light)}.elb .sgw-combobox .sgw-combobox-input__wrapper.showing-suggestions .sgw-combobox-input,.elb .sgw-combobox .sgw-combobox-input__wrapper.showing-suggestions .sgw-combobox-input&gt;.sgw-input__input{border-radius:24px 24px 0 0}.elb .sgw-combobox .sgw-combobox-input__wrapper.showing-suggestions .sgw-combobox-input&gt;.sgw-input__input.focus-visible{border-bottom-color:var(--border-color-neutral-medium)}.elb .currency-select__fetch-currency-error,.elb .currency-select__search-select{margin-bottom:64px;max-width:327px}.elb .currency-select__search-select .sgw-input__input-mainlabel{margin-bottom:8px}.elb .currency-select-skeleton{margin-bottom:64px}.elb .currency-select-skeleton .currency-select-skeleton__label{margin-bottom:8px}.elb .currency-select-skeleton .currency-select-skeleton__input{max-width:327px}.elb .nettbank-amount-fields__title{margin-bottom:40px}.elb .nettbank-amount-fields__amount{max-width:327px}.elb .nettbank-amount-fields__amount .amount-box{padding:0;text-align:unset}.elb .nettbank-amount-fields__amount .amount-box #currency-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:var(--font-size--medium);font-weight:600;margin-bottom:8px}.elb .nettbank-amount-fields__amount .amount-box .sgw-currency-input input{margin-bottom:0;max-width:190px}.elb .nettbank-amount-fields__currency-exchange{margin-bottom:64px;margin-top:24px}.elb .nettbank-bic-input{margin-bottom:8px}.elb .nettbank-bic-input__info{margin-bottom:64px;margin-top:8px;max-width:311px}.elb .nettbank-amount-fields__currency-exchange .currency-exchange-rate__error{margin-bottom:0;max-width:327px}.elb .nettbank-amount-fields__date-select{margin-bottom:64px;max-width:327px}.elb .nettbank-amount-fields__date-select .date-field__label{font-size:var(--font-size--medium);font-weight:600;overflow:unset}.elb .nettbank-amount-fields__date-select .date-field__container{left:0}@media screen and (min-width:768px){.elb .description-cross-border-payment__message{margin-bottom:24px;max-width:327px}}.elb .cross-border-receiver-details__address,.elb .cross-border-receiver-details__margin{margin-bottom:40px}.elb .cross-border-receiver-details__address1{margin-bottom:24px}.elb .cross-border-receiver-details__description{margin-top:40px}.elb .cross-border-receiver-details__term{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--medium);font-weight:700;line-height:1.35;margin-bottom:4px}@media screen and (min-width:1024px){.elb .cross-border-receiver-details__term{font-size:var(--font-size--large)}}.elb .cross-border-receiver-details__term-description{color:var(--typography-color-secondary);margin-bottom:40px;margin-left:0}.elb .cross-border-receiver-details__bank-description{color:var(--typography-color-secondary);margin-left:0}.elb .cross-border-receiver-bank-details__loader{padding-top:48px}@media screen and (min-width:768px){.elb .max-desktop-width{max-width:327px}.elb .cross-border-receiver-details__address,.elb .cross-border-receiver-details__margin{margin-bottom:40px}.elb .receiver-details_address-search{margin-bottom:24px}.elb .cross-border-receiver-details__term{font-size:var(--font-size--medium);font-weight:600}.elb .cross-border-receiver-details__term-description{margin-bottom:32px}}.elb .new-cross-border-bank-details__loader{padding-top:48px}.elb .new-cross-border-bank-details__description{margin-bottom:40px}.elb .new-cross-border-bank-details__term{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--medium);font-weight:700;line-height:1.35;margin-bottom:4px}@media screen and (min-width:1024px){.elb .new-cross-border-bank-details__term{font-size:var(--font-size--large)}}.elb .new-cross-border-bank-details__term-description{color:var(--typography-color-secondary);margin-bottom:40px;margin-left:0}.elb .new-cross-border-bank-details__bank-description{color:var(--typography-color-secondary);margin-left:0}.elb .new-cross-border-bank-details__invalid-iban{margin-top:-24px}@media screen and (min-width:768px){.elb .new-cross-border-bank-details__description{margin-bottom:64px;margin-top:0;max-width:327px}.elb .new-cross-border-bank-details__invalid-iban{max-width:327px}.elb .bank-details-loader{margin-bottom:64px;max-width:327px}.elb .new-cross-border-bank-details__term{font-size:var(--font-size--medium);font-weight:600}.elb .new-cross-border-bank-details__no-bank-information{max-width:327px}}.elb .cross-border-payment__country-search,.elb .cross-border-payment__new-receiver-title,.elb .cross-border-payment__warning-message{margin-bottom:40px}.elb .new-receiver-skeleton__title{margin-bottom:16px}.elb .cross-border-payment__field-top{margin-bottom:32px}.elb .cross-border-payment__address1{margin-bottom:24px}.elb .new-cross-border-receiver__payment-option,.elb .xtra-margin-bottom{margin-bottom:40px}.elb .add-new-receiver-button{display:block;margin:40px auto 24px}.elb .bank-validation-tabs .sgw-tabs__button-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px}.elb .cross-border-payment__receiver-name{margin-bottom:40px}.elb .cross-border-payment__checkbox{margin-bottom:32px}@media screen and (min-width:768px){.elb .max-desktop-width{max-width:327px}.elb .cross-border-payment__country-search{margin-bottom:64px}.elb .cross-border-payment__field-top{margin-bottom:32px;max-width:327px}.elb .bank-validation-tabs,.elb .new-receiver-skeleton__input{max-width:327px}}.elb .select-cross-border-receiver__title{margin-bottom:40px}.elb .select-cross-border-receiver__search-input{margin-bottom:24px}.elb .select-cross-border-receiver__add-receiver-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;min-height:70px}.elb .add-icon .select--cross-border-receiver__pluss-icon{color:var(--typography-color-negative)}.elb .select-cross-border-receiver__fetch-receivers-error{margin-top:24px}.elb .cross-border-payment-receiver-list-skeleton__container{list-style-type:none;margin-top:24px;outline:none}.elb .cross-border-payment-receiver-list-skeleton__container .cross-border-payment-receiver-skeleton__list-item{height:70px;padding-left:24px}.elb .cross-border-payment-receiver-list-skeleton__container .cross-border-payment-receiver-skeleton__description{margin-top:16px}@media screen and (min-width:768px){.elb .select-cross-border-receiver__fetch-receivers-error{max-width:327px}.elb .select-cross-border-receiver__search-input{max-width:379px}.elb .select-cross-border-receiver__list{background-color:var(--neutral-background);border:1px solid var(--card-background-dark);border-radius:20px;overflow:hidden;padding:0 24px}.elb .select-cross-border-receiver__list .select-list__container :first-child{border-top:none}.elb .select-cross-border-receiver__list .select-list__container :last-child{border-bottom:none}.elb .cross-border-payment-receiver-list-skeleton__container{background-color:var(--neutral-background);border:1px solid var(--card-background-dark);border-radius:20px;overflow:hidden;padding:0 24px}.elb .cross-border-payment-receiver-list-skeleton__container .cross-border-payment-receiver-skeleton__list-item:first-child{border-top:none}.elb .cross-border-payment-receiver-list-skeleton__container .cross-border-payment-receiver-skeleton__list-item:last-child{border-bottom:none}}.elb .summary-description__list{list-style:none;margin-bottom:0;padding:0}.elb .summary-description__list&gt;li{border-bottom:1px solid var(--card-background-dark);padding-bottom:24px;padding-top:24px}.elb .summary-description__list&gt;li:first-child{border-top:1px solid var(--card-background-dark)}.elb .summary-description__title{margin-bottom:8px;margin-top:0}.elb .summary-description__info{font-weight:600;margin-left:0}.elb .summary-description__term-list{margin-bottom:0;margin-top:8px}.elb .summary-description__term{font-size:var(--font-size--regular)}.elb .summary-description__extra-spacing{margin-bottom:16px}.elb .summary-description__no-margin{margin-left:0}.elb .summary__payment-period{margin-bottom:24px;margin-top:24px}@media screen and (min-width:768px){.elb .summary-description__title{font-size:var(--font-size--medium-large)}.elb .summary-description__info{font-size:var(--font-size--regular)}}.elb .summary-card{background:var(--card-background-light);border-radius:20px;margin-top:50px;padding:0 24px}.elb .summary-card,.elb .summary-page__result-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .summary-page__result-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .summary__margin-top{margin-top:24px}.elb .summary-card__image{height:100px;margin-top:-50px;-ms-flex-item-align:center;align-self:center}.elb .summary-card__accounts-header{-ms-flex-item-align:center;align-self:center;margin-bottom:8px}.elb .summary-card__payment-date{-ms-flex-item-align:center;align-self:center;margin-bottom:12px}.elb .summary-card__amount{color:var(--typography-color);font-size:var(--font-size--xlarge);font-weight:700;-ms-flex-item-align:center;align-self:center}.elb .summary-card__currency-exchange{-ms-flex-item-align:center;align-self:center;font-size:var(--font-size--small)}.elb .summary-card__payment-description{margin-top:32px}.elb .summary-card__expandable-button,.elb .summary-card__payment-description{margin-bottom:24px;-ms-flex-item-align:center;align-self:center}.elb .fee-skeleton{background:var(--card-background-light);border-radius:6px;height:48px;margin-top:24px;padding:16px}.elb .fee-skeleton .fee-skeleton__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:-16px}@media screen and (min-width:1024px){.elb .summary-card{background:var(--neutral-background);border:1px solid var(--diabled)}.elb .summary__margin-top{margin-bottom:24px}}@media screen and (min-width:768px){.elb .summary-page__result-info{padding:128px 0}.elb .summary-card__accounts-header{text-align:center}}.elb .cross-border-payment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;min-height:calc(100vh - 135px)}@media screen and (min-width:768px){.elb .cross-border-payment{min-height:auto}}.elb .sgw-shortcut{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 8px;justify-content:flex-start}@media screen and (min-width:768px){.elb .sgw-shortcut{gap:24px 16px}}.elb .sgw-shortcut__header{margin:0 0 16px}@media screen and (min-width:768px){.elb .sgw-shortcut__header{margin:0 0 24px}}.elb .sgw-shortcut__content{background-color:var(--shortcut-card-color);border-radius:40px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;min-height:44px;padding:8px 16px}@media screen and (min-width:768px){.elb .sgw-shortcut__content{min-height:52px}}.elb .sgw-shortcut__content:focus-visible{outline:2px solid var(--theme-dark)}.elb .sgw-shortcut__content .card-icon__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-shortcut__content .card-icon__wrapper+.sgw-shortcut__text{margin-left:0}.elb .sgw-shortcut__content .card-icon__wrapper:first-child{margin:0 8px 0 0}.elb .sgw-shortcut__content .card-icon__wrapper .sgw-icon .card-icon{color:var(--shortcut-card-text-color)}.elb .sgw-shortcut__content .card-icon__wrapper .sgw-icon .sgw-shortcut__icon--desktop{display:none}@media screen and (min-width:768px){.elb .sgw-shortcut__content .card-icon__wrapper .sgw-icon .sgw-shortcut__icon--desktop{display:block}.elb .sgw-shortcut__content .card-icon__wrapper .sgw-icon .sgw-shortcut__icon--mobile{display:none}}.elb .sgw-shortcut__content:hover{background-color:var(--shortcut-card-hover-color)}.elb .sgw-shortcut__content:hover .card-icon__wrapper .card-icon,.elb .sgw-shortcut__content:hover .sgw-shortcut__text{color:var(--shortcut-card-hover-text-color)}.elb .sgw-shortcut__content.variant--disabled{background-color:var(--card-background-dark)}.elb .sgw-shortcut__content.variant--disabled:hover{background-color:var(--card-background-light)}.elb .sgw-shortcut__icon{color:var(--shortcut-card-text-color)}.elb .sgw-shortcut__icon.card-icon{height:var(--ikon-size-24);width:var(--ikon-size-24)}@media screen and (min-width:768px){.elb .sgw-shortcut__icon.card-icon{height:var(--ikon-size-36);width:var(--ikon-size-36)}}.elb .sgw-shortcut__text{color:var(--shortcut-card-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;margin:2px 12px 0 4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:700;line-height:1.35}@media screen and (min-width:1024px){.elb .sgw-shortcut__text{font-size:var(--font-size--medium-large)}}@media screen and (min-width:768px){.elb .sgw-shortcut__text{font-size:var(--font-size--medium);font-weight:600;margin:2px 16px 0 4px}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html .elb{line-height:1.5;-webkit-text-size-adjust:100%}body .elb{margin:0}.elb main{display:block}.elb h1{font-size:2em;margin:.67em 0}.elb hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}.elb pre{font-family:monospace,monospace;font-size:1em}.elb a{background-color:transparent}.elb abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.elb b,.elb strong{font-weight:bolder}.elb code,.elb kbd,.elb samp{font-family:monospace,monospace;font-size:1em}.elb small{font-size:80%}.elb sub,.elb sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.elb sub{bottom:-.25em}.elb sup{top:-.5em}.elb img{border-style:none}.elb button,.elb input,.elb optgroup,.elb select,.elb textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.elb button,.elb input{overflow:visible}.elb button,.elb select{text-transform:none}.elb [type=button],.elb [type=reset],.elb [type=submit],.elb button{-webkit-appearance:button}.elb [type=button]::-moz-focus-inner,.elb [type=reset]::-moz-focus-inner,.elb [type=submit]::-moz-focus-inner,.elb button::-moz-focus-inner{border-style:none;padding:0}.elb [type=button]:-moz-focusring,.elb [type=reset]:-moz-focusring,.elb [type=submit]:-moz-focusring,.elb button:-moz-focusring{outline:1px dotted ButtonText}.elb fieldset{padding:.35em .75em .625em}.elb legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.elb progress{vertical-align:baseline}.elb textarea{overflow:auto}.elb [type=checkbox],.elb [type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.elb [type=number]::-webkit-inner-spin-button,.elb [type=number]::-webkit-outer-spin-button{height:auto}.elb [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.elb [type=search]::-webkit-search-decoration{-webkit-appearance:none}.elb ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.elb details{display:block}.elb summary{display:list-item}.elb [hidden],.elb template{display:none}.elb *{word-break:break-word}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:url(/dagligbank-lokalbank-web/5493e868eb2ac8c3a795.woff2) format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;src:url(/dagligbank-lokalbank-web/fab3bfca809e89cbb0eb.woff2) format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:url(/dagligbank-lokalbank-web/08ca75106b04affe3c3a.woff2) format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;src:url(/dagligbank-lokalbank-web/c6031bba43cdf4bf6ce4.woff2) format("woff2")}@font-face{font-family:Eika;font-style:normal;font-weight:700;src:url(/dagligbank-lokalbank-web/a51ebb69775e727e84f7.woff2) format("woff2")}@font-face{font-family:Eika;font-style:normal;font-weight:400;src:url(/dagligbank-lokalbank-web/392525622f40ccfedc4b.woff2) format("woff2")}@font-face{font-family:Eika;font-style:normal;font-weight:600;src:url(/dagligbank-lokalbank-web/764f2de563a0a4f299f5.woff2) format("woff2")}.elb .sgw-content{padding:0 24px}@media(min-width:768px){.elb .sgw-content{padding:0}}.elb .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.elb .ebanking-title-wrapper{--title-wrapper-maxwidth:1200px;--min-padding:40px;background-color:var(--neutral-background);margin-top:16px;padding:0 24px}@media screen and (min-width:768px){.elb .ebanking-title-wrapper{margin:24px 0 64px;padding:0 max((100% - var(--title-wrapper-maxwidth))/2,var(--min-padding))}}@media screen and (min-width:1024px){.elb .ebanking-title-wrapper{--min-padding:64px}}.elb .ebanking-title-wrapper&gt;:last-child{margin-bottom:16px}@media screen and (min-width:768px){.elb .ebanking-title-wrapper&gt;:last-child{margin-bottom:24px}}.elb .ebanking-title-wrapper.no-title-class{margin-bottom:0}.elb .ebanking-title-wrapper.no-title-class&gt;:last-child{margin-bottom:16px}.elb .breadcrumbs-wrapper+.ebanking-page-title{margin:0 0 16px}@media screen and (min-width:568px){.elb .breadcrumbs-wrapper+.ebanking-page-title{padding-top:16px}}@media screen and (min-width:1024px){.elb .breadcrumbs-wrapper+.ebanking-page-title{padding-top:24px}}.elb .ebanking-ingress{display:grid;gap:16px;grid-auto-flow:row;margin-top:24px}.elb .ebanking-ingress p{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:400}@media screen and (min-width:1024px){.elb .ebanking-ingress p{font-size:var(--font-size--medium)}}.elb .ebanking-ingress&gt;*{margin:0}.elb .ebanking-page-title{margin:0 0 12px}.elb .ebanking-page-title .typography-h1{font-size:var(--font-size-eika--xlarge);margin:0}@media screen and (min-width:768px){.elb .ebanking-page-title{padding-bottom:0}}.elb .nav-breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0}.elb .nav-breadcrumbs li{margin:0;padding:0}.elb .nav-breadcrumbs li:not(:last-child):after{color:var(--typography-color-secondary);content:"/";display:inline;margin:0 8px}.elb .nav-breadcrumbs li a,.elb .nav-breadcrumbs li a:link,.elb .nav-breadcrumbs li a:visited span,.elb .nav-breadcrumbs li&gt;span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:400;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--typography-color-secondary);font-size:var(--font-size--small)}@media screen and (min-width:768px){.elb .nav-breadcrumbs{padding:0}}@media screen and (max-width:568px){.elb .nav-breadcrumbs,.elb .nav-breadcrumbs li:not(:nth-last-child(2)){display:none}.elb .nav-breadcrumbs li:not(:last-child):after{content:""}.elb .nav-breadcrumbs li:nth-last-child(2) a:before{background-color:currentColor;content:"";display:inline-block;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;mask-image-items:center;height:var(--ikon-size-24);-webkit-mask-image:url(/dagligbank-lokalbank-web/90ad63e5692e1a0fd388.svg);mask-image:url(/dagligbank-lokalbank-web/90ad63e5692e1a0fd388.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;width:var(--ikon-size-24)}.elb .nav-breadcrumbs li:nth-last-child(2) a span{visibility:hidden}}.elb footer{--max-width-footer:1400px}.elb footer.ebanking-footer{background-color:var(--footer-color);padding:40px 0}.elb footer.ebanking-footer .footer-layout{margin:0 auto;max-width:var(--max-width-footer)}.elb footer.ebanking-footer .footer-layout__content{color:var(--footer-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto;padding:0 24px}@media screen and (min-width:1441px){.elb footer.ebanking-footer .footer-layout__content{padding:0 40px}}.elb footer.ebanking-footer .footer-layout__content a{color:var(--footer-text-color)}.elb footer.ebanking-footer .footer-layout__content--top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;margin-bottom:64px}.elb footer.ebanking-footer .footer-layout__content--bottom{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;margin-top:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.elb footer.ebanking-footer .footer-layout__content--bottom .button--link{display:block;margin-bottom:24px;margin-right:40px}@media screen and (min-width:768px){.elb footer.ebanking-footer .footer-layout__content--bottom .button--link{display:inline-block;margin-bottom:0;width:auto}}.elb footer.ebanking-footer .footer-layout__content--bottom .copyright{display:block;font-weight:600;margin-left:auto}@media screen and (min-width:768px){.elb footer.ebanking-footer .footer-layout__content--bottom .copyright{display:inline-block;width:auto}}.elb footer.ebanking-footer .footer-layout__content .footer-link-item h3{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:700;line-height:1.35;margin-bottom:8px}@media screen and (min-width:1024px){.elb footer.ebanking-footer .footer-layout__content .footer-link-item h3{font-size:var(--font-size--medium-large)}}.elb footer.ebanking-footer .footer-layout__content .footer-link-item .sgw-link__text{font-weight:600}.elb footer.ebanking-footer .footer-layout__content .footer-link-item&gt;a{display:block}.elb footer.ebanking-footer .footer-layout__content .footer-link-item{display:inline-block;margin-bottom:24px;margin-right:40px}.elb footer.ebanking-footer .footer-layout__content .footer-link-item:last-child{margin-bottom:0}@media screen and (min-width:768px){.elb footer.ebanking-footer .footer-layout__content .footer-link-item{margin-bottom:0;-ms-flex-preferred-size:auto;flex-basis:auto}}.elb footer .footer-text,.elb footer a.footer-text{color:var(--footer-text-color);margin:0}.elb .no-eika-engine.ebanking-footer-wrapper{margin-top:auto}html .elb{height:100%}body .elb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.elb main{background-color:var(--neutral-background);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-bottom:max(24px,env(safe-area-inset-bottom))}@media screen and (min-width:768px){.elb main{padding-bottom:max(48px,env(safe-area-inset-bottom))}}.elb main.no-bottom-space{padding-bottom:0}@media screen and (min-width:768px){.elb main.no-bottom-space{padding-bottom:0}}.elb main.no-bottom-space+.ebanking-footer-wrapper{margin-top:max(24px,env(safe-area-inset-bottom))}@media screen and (min-width:768px){.elb main.no-bottom-space+.ebanking-footer-wrapper{margin-top:max(48px,env(safe-area-inset-bottom))}}body.touch-enabled .elb main{min-height:100vh}.elb .sgw-header{--header-height:55px;position:relative;-webkit-transition:-webkit-transform .15s linear;transition:-webkit-transform .15s linear;transition:transform .15s linear;transition:transform .15s linear,-webkit-transform .15s linear;z-index:22}.elb .sgw-header header{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;height:88px;justify-content:flex-end;padding:4px 16px 0;width:100%}.elb .sgw-header header .header__page-name,.elb .sgw-header header .header__page-name-hidden{display:none}.elb .sgw-header header .tools-btn--spacer{width:20px}.elb .sgw-header.header--narrow{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.elb .sgw-header .sgw-header-background{background-color:var(--theme-medium);height:var(--header-height);position:relative}.elb .sgw-header .header__logo{display:block;height:50px;margin-right:auto}.elb .sgw-header .header__logo img{height:100%;width:auto}.elb .sgw-header .header__logout-button.sgw-button-common.button--link{display:none}.elb .sgw-header__inner{background:var(--neutral-background);border-bottom:1px solid var(--theme-medium);position:relative;width:100%}.elb .sgw-header__inner.native-header{background:var(--theme-medium);left:0;position:fixed;top:0;z-index:998}.elb .sgw-header__inner.native-header header{height:55px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .sgw-header__inner.native-header .header__logo{display:none}.elb .sgw-header__inner.native-header .header__page-name{display:block;margin:0 8px;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;font-family:Open Sans,Arial,sans-serif;font-size:min(var(--font-size-eika--small),36px);font-weight:700;line-height:1.25;overflow:hidden;text-align:center;text-overflow:ellipsis;-webkit-transition:-webkit-transform .15s linear;transition:-webkit-transform .15s linear;transition:transform .15s linear;transition:transform .15s linear,-webkit-transform .15s linear;white-space:nowrap}.elb .sgw-header__inner.native-header .sgw-button.header__back-button .sgw-icon .icon{max-height:24px;max-width:24px}.elb .sgw-header__inner.native-header .header__page-name--narrow{-webkit-transform:scale(.9);transform:scale(.9)}.elb .sgw-header__inner.native-header .header__page-name-hidden{display:block;font-size:0;overflow:hidden;text-indent:-100%}.elb .sgw-header .sgw-header-background{background:var(--theme-medium);width:100%}.elb .sgw-header.sgw-header--attention-message{background:var(--theme-medium)}.elb .sgw-header.sgw-header--attention-message .attention-message-container .sgw-attention-message__inner,.elb .sgw-header.sgw-header--attention-message .attention-message-container .sgw-attention-message__more{margin:0 auto;max-width:1400px;padding:16px}@media screen and (min-width:768px){.elb .sgw-header.sgw-header--attention-message .attention-message-container .sgw-attention-message__inner,.elb .sgw-header.sgw-header--attention-message .attention-message-container .sgw-attention-message__more{padding:16px 40px}}@media screen and (min-width:1441px){.elb .sgw-header.sgw-header--attention-message .attention-message-container .sgw-attention-message__inner,.elb .sgw-header.sgw-header--attention-message .attention-message-container .sgw-attention-message__more{padding:16px 64px}}.elb .sgw-header.sgw-header--attention-message .attention-message-container.native{padding:calc(var(--header-height) + 8px) 24px 40px;position:relative}.elb .sgw-header.sgw-header--attention-message .attention-message-container:not(.native) .sgw-attention-message{border-radius:0}.elb .sgw-header.sgw-header--attention-message .attention-message-container .sgw-attention-message__error{--attention-message-text-color:var(--typography-color-negative);--attention-message-background-color:var(--danger-dark-color)}.elb .sgw-header.not-frontpage .sgw-header-background{height:calc(var(--header-height) + 24px)}.elb .sgw-header.not-frontpage .sgw-header-background:after{background-color:var(--neutral-background);border-top-left-radius:20px;border-top-right-radius:20px;bottom:-1px;content:"";height:24px;left:0;pointer-events:none;position:absolute;right:0}@media screen and (min-width:768px){.elb .sgw-header.not-frontpage .sgw-header-background:after{content:unset}}.elb .sgw-header.frontpage.sgw-header--attention-message .attention-message-container.native{padding-bottom:20px}.elb .sgw-header.frontpage.sgw-header--attention-message .attention-message-container.native:after,body.rounded-corners-disabled .elb .sgw-header.not-frontpage .sgw-header-background:after,body.rounded-corners-disabled .elb .sgw-header.sgw-header--attention-message .attention-message-container.native:after{content:unset}@media(min-width:768px){.elb .sgw-header{--header-height:110px}.elb .sgw-header__inner{width:100%}.elb .sgw-header__inner.native-header header,.elb .sgw-header__inner.native-header+.sgw-header-background{height:110px}.elb .sgw-header header{height:var(--header-height);margin:0 auto;max-width:1400px;padding:20px 24px}.elb .sgw-header header&gt;*{margin-right:24px}.elb .sgw-header header nav{margin-right:0}.elb .sgw-header .header__logo{display:block;height:70px}.elb .sgw-header .header__logo img{height:100%;width:auto}.elb .sgw-header .sgw-button.header__back-button{display:none}.elb .sgw-header .header__logout-button.sgw-button-common.button--link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.elb .sgw-header .native-header .header__logo{display:block}.elb .sgw-header .native-header,.elb .sgw-header .sgw-header-background{background:var(--neutral-background)}.elb .sgw-header.sgw-header--attention-message .attention-message-container.native{margin:var(--header-height) 0 0;padding:24px}.elb .sgw-header--attention-message .menu.menu--open .menu__container{top:165px}}@media screen and (min-width:1441px){.elb .sgw-header header{padding:16px 64px}.elb .sgw-header--attention-message .menu.menu--open .menu__container{top:165px}}.elb .sgw-layout{--row-gap:48px;--grid-seperator:48px;--column-gap:16px;margin:0 auto}.elb .sgw-layout.no-top-gap,.elb .sgw-layout:empty{margin-bottom:0;padding-top:0;row-gap:0}.elb .sgw-layout .sgw-layout,.elb .sgw-layout:last-of-type .sgw-layout-item:last-of-type,.sgw-layout.sgw-layout-white-space-none .sgw-layout-item:last-of-type{margin-bottom:0}.elb .sgw-layout.sgw-layout--grid-row-small{--row-gap:32px}.elb .sgw-layout.sgw-layout--grid-seperator-small{--grid-seperator:48px}.elb .sgw-layout.sgw-layout-grid-row-large{--row-gap:64px}.elb .sgw-layout.sgw-layout-grid-seperator-large{--grid-seperator:64px}@media screen and (min-width:360px){.elb .sgw-layout{--column-gap:32px}}@media screen and (min-width:768px){.elb .sgw-layout{--row-gap:64px;--grid-seperator:64px}.elb .sgw-layout.sgw-layout--grid-row-small{--row-gap:48px}.elb .sgw-layout.sgw-layout-grid-row-large{--row-gap:96px}.elb .sgw-layout.sgw-layout-grid-seperator-large{--grid-seperator:96px}}@media screen and (min-width:1441px){.elb .sgw-layout{--row-gap:96px;--grid-seperator:96px}.elb .sgw-layout.sgw-layout--grid-row-small{--row-gap:64px}.elb .sgw-layout.sgw-layout-grid-row-large{--row-gap:128px}}.elb .sgw-layout.sgw-layout__not-mobile{display:none}.elb .sgw-layout.sgw-layout__mobile-only{display:grid}.elb .sgw-layout .sgw-layout-item.sgw-layout-item__mobile-only{display:block}.elb .sgw-layout .sgw-layout-item.sgw-layout-item__not-mobile{display:none}@media screen and (min-width:1024px){.elb .sgw-layout.sgw-layout__mobile-only{display:none}.elb .sgw-layout.sgw-layout__not-mobile{display:grid}.elb .sgw-layout .sgw-layout-item.sgw-layout-item__mobile-only{display:none}.elb .sgw-layout .sgw-layout-item.sgw-layout-item__not-mobile{display:block}}.elb .sgw-layout.large-centered-container&gt;.sgw-layout-item,.elb .sgw-layout.medium-centered-container&gt;.sgw-layout-item{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.large-centered-container&gt;.sgw-layout-item:empty,.elb .sgw-layout.medium-centered-container&gt;.sgw-layout-item:empty{margin-bottom:0}.elb .sgw-layout.large-centered-container&gt;.sgw-layout-item:has(div[data-react-component]),.elb .sgw-layout.medium-centered-container&gt;.sgw-layout-item:has(div[data-react-component]){margin-bottom:0}.elb .sgw-layout.large-centered-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.medium-centered-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.large-centered-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.medium-centered-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:empty{margin-bottom:0}.elb .sgw-layout.large-centered-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.medium-centered-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child){margin-bottom:0}.elb .sgw-layout.large-centered-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.medium-centered-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.large-centered-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.medium-centered-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty{margin-bottom:0}.elb .sgw-layout.large-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.large-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.large-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.large-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.large-centered-container&gt;.sgw-layout-item.no-eika-engine:empty,.elb .sgw-layout.medium-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.medium-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.medium-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.medium-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.medium-centered-container&gt;.sgw-layout-item.no-eika-engine:empty{margin-bottom:0}.elb .sgw-layout.large-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]),.elb .sgw-layout.large-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]),.elb .sgw-layout.medium-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]),.elb .sgw-layout.medium-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]){margin-bottom:0}.elb .sgw-layout.large-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.large-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.medium-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.medium-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]{margin-bottom:0}.elb .sgw-layout.large-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.large-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.medium-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.medium-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty{margin-bottom:0}.elb .sgw-layout.large-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.large-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.medium-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.medium-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child){margin-bottom:0}.elb .sgw-layout.large-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.large-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.medium-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.medium-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child{margin-bottom:0}.elb .sgw-layout.large-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.large-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.medium-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.medium-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty{margin-bottom:0}.elb .sgw-layout.large-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.large-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.medium-centered-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.medium-centered-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty{margin-bottom:0}@media screen and (min-width:568px){.elb .sgw-layout.large-centered-container&gt;.sgw-layout-item,.elb .sgw-layout.medium-centered-container&gt;.sgw-layout-item{grid-column:start/end}}@media screen and (min-width:1024px){.elb .sgw-layout.medium-centered-container&gt;.sgw-layout-item{grid-column:col-4/col-10}.elb .sgw-layout.large-centered-container&gt;.sgw-layout-item{grid-column:col-2/col-12}}.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.four&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.four&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:last-of-type:empty{margin-bottom:0}.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.four&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]),.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]){margin-bottom:0}.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.four&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]{margin-bottom:0}.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.four&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty{margin-bottom:0}.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.four&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child){margin-bottom:0}.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.four&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child{margin-bottom:0}.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.four&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty{margin-bottom:0}.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.four&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.seven-four-container.sgw-layout-white-space-none&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type{margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven{display:block;margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four&gt;.sgw-layout-item,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven&gt;.sgw-layout-item{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four&gt;.sgw-layout-item:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:empty{margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four&gt;.sgw-layout-item:has(div[data-react-component]),.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:has(div[data-react-component]){margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:empty{margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child){margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty{margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four&gt;.sgw-layout-item.no-eika-engine:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven&gt;.sgw-layout-item.no-eika-engine:empty{margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]),.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]),.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]),.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]){margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]{margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty{margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child){margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child{margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty{margin-bottom:0}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty{margin-bottom:0}@media screen and (min-width:1024px){.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.seven{grid-column:start/col-8}.elb .sgw-layout.seven-four-container&gt;.sgw-layout-item.four{grid-column:col-9/end}}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two{margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one&gt;.sgw-layout-item,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two&gt;.sgw-layout-item{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one&gt;.sgw-layout-item:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two&gt;.sgw-layout-item:empty{margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one&gt;.sgw-layout-item:has(div[data-react-component]),.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two&gt;.sgw-layout-item:has(div[data-react-component]){margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:empty{margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child){margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty{margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one&gt;.sgw-layout-item.no-eika-engine:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two&gt;.sgw-layout-item.no-eika-engine:empty{margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]),.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]),.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]),.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]){margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]{margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty{margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child){margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child{margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty{margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty{margin-bottom:0}@media screen and (min-width:1024px){.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-one{grid-column:start/col-7;margin-bottom:0}.elb .sgw-layout.six-six-container&gt;.sgw-layout-item.six-two{grid-column:col-7/end}}.elb .sgw-layout.form-container{--form-container--bg-color:var(--typography-color-negative,#fff);padding:0}.elb .sgw-layout.form-container,.elb .sgw-layout.form-container .sgw-content{background-color:var(--form-container--bg-color)}@media screen and (min-width:768px){.elb .sgw-layout.form-container{--form-container--bg-color:var(--card-background);padding:64px 0}}@media screen and (min-width:1024px){.elb .sgw-layout.form-container&gt;.sgw-layout-item{grid-column:col-4/col-10}}@media screen and (min-width:1441px){.elb .sgw-layout.form-container{padding:96px 0}}.elb .sgw-layout.full-width-container&gt;.sgw-layout-item{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.full-width-container&gt;.sgw-layout-item:empty{margin-bottom:0}.elb .sgw-layout.full-width-container&gt;.sgw-layout-item:has(div[data-react-component]){margin-bottom:0}.elb .sgw-layout.full-width-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.full-width-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:empty{margin-bottom:0}.elb .sgw-layout.full-width-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child){margin-bottom:0}.elb .sgw-layout.full-width-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout.full-width-container&gt;.sgw-layout-item:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty{margin-bottom:0}.elb .sgw-layout.full-width-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.full-width-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.full-width-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type,.elb .sgw-layout.full-width-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:empty,.elb .sgw-layout.full-width-container&gt;.sgw-layout-item.no-eika-engine:empty{margin-bottom:0}.elb .sgw-layout.full-width-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]),.elb .sgw-layout.full-width-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]){margin-bottom:0}.elb .sgw-layout.full-width-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component],.elb .sgw-layout.full-width-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]{margin-bottom:0}.elb .sgw-layout.full-width-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty,.elb .sgw-layout.full-width-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty{margin-bottom:0}.elb .sgw-layout.full-width-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child),.elb .sgw-layout.full-width-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child){margin-bottom:0}.elb .sgw-layout.full-width-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child,.elb .sgw-layout.full-width-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child{margin-bottom:0}.elb .sgw-layout.full-width-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty,.elb .sgw-layout.full-width-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty{margin-bottom:0}.elb .sgw-layout.full-width-container .sgw-layout-item-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty,.elb .sgw-layout.full-width-container.sgw-layout-white-space-none&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty{margin-bottom:0}.elb .sgw-layout.full-width-container&gt;.sgw-layout-item{grid-column:start/end}@media screen and (min-width:768px){.elb .sgw-layout.sgw-layout--display-layout{padding:0 64px}}@media screen and (min-width:1024px){.elb .sgw-layout.sgw-layout--display-layout{padding:0 max((100% - 1328px)/2,64px)}}.elb .sgw-layout{background-color:var(--neutral-background);-webkit-column-gap:var(--column-gap);-moz-column-gap:var(--column-gap);column-gap:var(--column-gap);display:grid;grid-auto-flow:dense;grid-template-columns:[start col-1] 1fr [col-2] 1fr [col-3] 1fr [col-4] 1fr [end]}@media screen and (min-width:768px){.elb .sgw-layout{padding:0 64px}}@media screen and (min-width:1024px){.elb .sgw-layout{padding:0 max((100% - 1200px)/2,64px)}}.elb .sgw-layout&gt;.sgw-layout-item{grid-column:span 4}.elb .sgw-layout&gt;.sgw-layout-item.sgw-layout-item--full-width{grid-column:start/end}.elb .sgw-layout&gt;.sgw-layout-item{margin-bottom:var(--row-gap,48px)}.elb .sgw-layout&gt;.sgw-layout-item:empty{margin-bottom:0}.elb .sgw-layout .sgw-layout-item.sgw-layout-item--content-padding{padding:0 24px}.elb .sgw-layout.themed{background-color:var(--theme-medium)}.elb .sgw-layout.themed+.sgw-layout{margin-top:var(--row-gap)}.elb .sgw-layout.themed+.sgw-layout.themed{margin-top:0}.elb .sgw-layout.themed .sgw-layout-item:last-of-type{margin-bottom:0}.elb .sgw-layout.themed&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]){margin-bottom:0}.elb .sgw-layout.themed&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]{margin-bottom:0}.elb .sgw-layout.themed&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:empty{margin-bottom:0}.elb .sgw-layout.themed&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child){margin-bottom:0}.elb .sgw-layout.themed&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child{margin-bottom:0}.elb .sgw-layout.themed&gt;.sgw-layout-item:last-of-type:has(div[data-react-component]) div[data-react-component]:has(&gt;div:only-child)&gt;div:only-child:empty{margin-bottom:0}.elb .sgw-layout.themed&gt;.sgw-layout-item:last-of-type.no-eika-engine:empty{margin-bottom:0}.elb .sgw-layout.content{background-color:var(--theme-medium);position:relative}.elb .sgw-layout.content:before{background-color:var(--neutral-background);border-top-left-radius:20px;border-top-right-radius:20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.elb .sgw-layout.content .sgw-layout-item{padding-top:24px;z-index:1}@media(min-width:768px){.elb .sgw-layout.content{background-color:var(--neutral-background)}.elb .sgw-layout.content:before{display:none}.elb .sgw-layout.content .sgw-layout-item{z-index:auto}}@media screen and (min-width:768px){.elb .sgw-layout .sgw-layout-item.sgw-layout-item--content-padding{padding:0}.elb .sgw-layout[class*=sgw-layout--bg] .sgw-content{background-color:unset}.elb .sgw-layout[class*=sgw-layout--bg] .sgw-modal.sgw-content,.elb .sgw-layout[class*=sgw-layout--bg] [role*=dialog].sgw-content{background-color:var(--neutral-background)}}@media screen and (min-width:1024px){.elb .sgw-layout{grid-template-columns:[start col-1] 1fr [col-2] 1fr [col-3] 1fr [col-4] 1fr [col-5] 1fr [col-6] 1fr [col-7] 1fr [col-8] 1fr [col-9] 1fr [col-10] 1fr [col-11] 1fr [col-12] 1fr [end]}.elb .sgw-layout-item.sgw-layout-item__full-width{grid-column:start/end}.elb .sgw-layout-item__half-width:nth-child(odd){grid-column:2/span 5}.elb .sgw-layout-item__half-width:nth-child(2n){grid-column:7/span 5}.elb .sgw-layout.sgw-layout--bg__cotton{background-color:var(--card-background);padding-bottom:48px;padding-top:48px}}.elb .menu.native-menu .menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .menu.native-menu .menu__list{display:block;height:100vh;padding:64px 40px 96px;position:fixed;right:0;top:0;z-index:999}.elb .menu.native-menu .menu__list:after{background:var(--menu-background);content:"";height:64px;left:0;position:fixed;top:0;width:100%}.elb .menu.native-menu .menu__list li,.elb .menu.native-menu .menu__list li:first-child{border:0}.elb .menu.native-menu .menu__item a{border-radius:6px;font-size:var(--font-size-eika--larger);font-weight:600;line-height:1.67;padding:0 24px;-webkit-transition:color,.2s;transition:color,.2s}.elb .menu.native-menu .menu__item--small a{font-size:var(--font-size--medium);font-weight:600;line-height:2.45}.elb .menu.native-menu .menu__item--small{margin-top:8px}.elb .menu.native-menu .menu__item--small~.menu__item--small{margin-top:0}.font-scale-large .elb .menu.native-menu li.menu__item{margin-bottom:24px}.font-scale-large .elb .menu.native-menu .menu__item a{font-size:var(--font-size--largest);line-height:1}.font-scale-large .elb .menu.native-menu .menu__item.menu__item--small a{font-size:var(--font-size--small)}.font-scale-large .elb .menu.native-menu .menu__item.menu__item--small{margin-top:40px}.font-scale-large .elb .menu.native-menu .menu__item.menu__item--small~.menu__item--small{margin-top:0}@media(min-width:768px){.elb .menu.native-menu .menu__item a:hover:after{opacity:0}.elb .menu.native-menu .menu__list{max-width:100%}}.elb .menu{--menu-padding-top:55px;--menu-padding-bottom:0px;--menu-offset-header:110px;--menu-offset-alert:55px}.elb .menu .menu__container{background:var(--menu-background);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;height:auto;justify-content:flex-start;left:0;min-height:calc(100vh - var(--menu-padding-top) - var(--menu-padding-bottom));opacity:0;overflow-y:auto;padding:var(--menu-padding-top) 0 0;position:absolute;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:100%;will-change:transform,opacity,visibility;z-index:999}.elb .menu .menu__item--container{display:grid;grid-template-columns:1fr 78px}.elb .menu.menu--open .menu__container{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:0s;transition-delay:0s;visibility:visible}.elb .menu.menu--open .menu__button{z-index:1000}.elb .menu .menu__header{padding:0 16px 24px;width:auto}.elb .menu .menu__header .backToBank{margin:0 8px 0 0}.elb .menu .menu__button{background:none;border:none;border-radius:50%;height:44px;margin:0;padding:6px;position:relative;width:44px}.elb .menu .menu__button:focus{outline:none}.elb .menu .menu__button:focus-visible:after{border-radius:28px;bottom:0;content:"";display:block;left:0;outline:2px solid var(--button-background-color,var(--menu-text-color));position:absolute;right:0;top:0}@media(hover:hover)and (pointer:fine){.elb .menu .menu__button:hover{background-color:var(--form-theme-light)}}.elb .menu .menu__button:active i,.elb .menu .menu__button:active i:after,.elb .menu .menu__button:active i:before{background:var(--form-theme-light)}.elb .menu .menu__button .menu-label{display:none}.elb .menu .menu__button i{background:var(--menu-text-color);border-radius:2px;display:block;height:2px;left:9px;position:relative;-webkit-transition:width .1s 0s;transition:width .1s 0s;width:17px}.elb .menu .menu__button i:after,.elb .menu .menu__button i:before{background:var(--menu-text-color);border-radius:1px;content:"";display:block;height:2px;left:-4px;position:relative;top:-6px;-webkit-transition:top .1s .1s,-webkit-transform .1s;transition:top .1s .1s,-webkit-transform .1s;transition:top .1s .1s,transform .1s;transition:top .1s .1s,transform .1s,-webkit-transform .1s;width:21px}.elb .menu .menu__button i:after{top:4px}.elb .menu .menu__list{background:var(--menu-background);-webkit-box-sizing:border-box;box-sizing:border-box;display:grid;left:0;list-style:none;margin:0;overflow-y:auto;padding:0}.elb .menu .menu__list li{border-bottom:1px solid var(--theme-light)}.elb .menu .menu__list li:first-child{border-top:1px solid var(--theme-light)}.elb .menu .menu__list.menu__list-enter{height:0;overflow:hidden;padding:64px 40px}.elb .menu .menu__list.menu__list-enter-active{height:100vh;-webkit-transition:height .3s ease-out;transition:height .3s ease-out}.elb .menu .menu__list.menu__list-enter-done{overflow-y:auto;padding:64px 40px}.elb .menu .menu__list.menu__list-exit{height:100vh;padding:64px 40px}.elb .menu .menu__list.menu__list-exit-active{height:0;-webkit-transition:height .3s ease-in;transition:height .3s ease-in}@media(prefers-reduced-motion:reduce){.elb .menu .menu__list[class*=menu__list-]{-webkit-transition:none;transition:none}.elb .menu .menu__list.menu__list-exit-active{padding:0}}.elb .menu.menu--open .menu__button i{-webkit-transition:width .1s 0s;transition:width .1s 0s;width:0}.elb .menu.menu--open .menu__button i:before{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.elb .menu.menu--open .menu__button i:after{top:-2px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.elb .menu.menu--open .menu__button i:after,.elb .menu.menu--open .menu__button i:before{-webkit-transition:top .1s,-webkit-transform .1s .1s;transition:top .1s,-webkit-transform .1s .1s;transition:top .1s,transform .1s .1s;transition:top .1s,transform .1s .1s,-webkit-transform .1s .1s}.elb .menu .menu__item a{border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--menu-text-color);font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--large);font-weight:600;line-height:1.35;padding:18px;-webkit-transition:opacity,.2s;transition:opacity,.2s}@media screen and (min-width:1024px){.elb .menu .menu__item a{font-size:var(--font-size-eika--larger)}}.elb .menu .menu__item a .icon{left:7px;position:relative;top:4px}.elb .menu .menu__item a:focus-visible{border:1px;border-radius:6px;-webkit-box-shadow:0 0 0 1px var(--menu-text-color) inset;box-shadow:0 0 0 1px var(--menu-text-color) inset;margin:12px;outline:none;padding:6px}.elb .menu .menu__item a:active{opacity:.2}.elb .menu .menu__expand-button{background-color:var(--theme-light);border:0;border-radius:0;color:var(--menu-text-color);height:100%;outline:none;padding:0;width:100%}.elb .menu .menu__expand-button .icon{margin-top:2px;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.elb .menu .menu__expand-button.expanded .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.elb .menu .menu__expand-button:focus{outline:none}.elb .menu .menu__expand-button:focus .sgw-icon{border-radius:6px;-webkit-box-shadow:0 0 0 1px var(--menu-text-color) inset;box-shadow:0 0 0 1px var(--menu-text-color) inset;padding:8px 12px}.elb .menu .menu__submenu{list-style:none;padding-left:0}.elb .menu .menu__submenu .menu__item:focus-within{margin:0;padding-top:0}.elb .menu .no_menu_items,.elb .menu:after{display:none}.elb .sgw-header--attention-message .menu .menu__container{min-height:calc(100vh - var(--menu-padding-top) - var(--menu-padding-bottom) - var(--menu-offset-alert))}@media(min-width:768px){.elb .menu{--menu-padding-top:0}.elb .menu .menu__button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--button-background-color,var(--menu-text-color));border-radius:24px;color:var(--menu-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:600;min-width:124px;padding:0 24px;width:unset}.elb .menu .menu__button:focus-visible:after{bottom:-4px;left:-4px;right:-4px;top:-4px}.elb .menu .menu__button .menu-label{display:block;word-break:normal}.elb .menu .menu__button i{width:18px}.elb .menu .menu__button i:after,.elb .menu .menu__button i:before{left:0;width:18px}.elb .menu .menu__button i,.elb .menu .menu__button i:after,.elb .menu .menu__button i:before{background:var(--menu-text-color)}.elb .menu.menu--open .menu__button i{visibility:hidden;width:18px}.elb .menu.menu--open .menu__button i:after,.elb .menu.menu--open .menu__button i:before{visibility:visible;width:18px}.elb .menu .menu__list{gap:40px 0;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;grid-template-columns:repeat(2,1fr);margin:0 auto;padding:64px;width:100%}.elb .menu .menu__list li,.elb .menu .menu__list li:first-child{border:0}.elb .menu .menu__container{min-height:calc(100vh - var(--menu-padding-top) - var(--menu-padding-bottom) - var(--menu-offset-header));padding:var(--menu-padding-top) 0 0;top:110px}.elb .menu .menu__header{display:none}.elb .menu .menu__item&gt;a{border-radius:6px;color:var(--menu-text-color);display:inline-block;font-size:var(--font-size--regular);font-weight:700;padding:8px 0;position:relative;width:auto}.elb .menu .menu__item&gt;a .icon{color:var(--secondary-theme-medium);height:22px;left:-2px;top:4px;width:22px}.elb .menu .menu__item&gt;a:after{background-color:var(--menu-text-color);bottom:7px;content:"";height:1px;left:0;opacity:0;position:absolute;right:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.elb .menu .menu__item&gt;a:hover:after{opacity:1}.elb .menu .menu__item&gt;a:focus-visible{-webkit-box-shadow:0 0 0 1px var(--menu-text-color) inset;box-shadow:0 0 0 1px var(--menu-text-color) inset;margin:0;outline:none;padding:8px 6px}.elb .menu .menu__item.is-external&gt;a:after,.elb .menu .menu__item.menu__item-header&gt;a:after{right:24px}.elb .menu .menu__submenu .menu__item.active&gt;a:before,.elb .menu:not(.native-menu).active&gt;a:before{background-color:var(--menu-text-color);border-radius:50%;content:"";height:4px;left:-8px;position:absolute;top:24px;width:4px}.elb .menu .menu__submenu .menu__item a{color:var(--typography-color);color:var(--menu-text-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:400;line-height:1.5;padding:4px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .menu .menu__submenu .menu__item a:focus-visible:before{left:-6px}.elb .menu .menu__submenu .menu__item a:focus-visible{margin:0;padding:4px 6px}.elb .menu .menu__submenu .menu__item a .icon{left:5px;top:2px}.elb .menu .menu__submenu .menu__item.active a:before{top:14px}.elb .menu .no_menu_items{display:none}.elb .sgw-header--attention-message .menu .menu__container{min-height:calc(100vh - var(--menu-padding-top) - var(--menu-padding-bottom) - var(--menu-offset-header) - var(--menu-offset-alert))}}@media(min-width:1024px){.elb .menu{--menu-padding-top:40px;--menu-padding-bottom:40px}.elb .menu .menu__container{padding:var(--menu-padding-top) 0}.elb .menu .menu__list{grid-template-columns:repeat(4,1fr);max-width:1200px;padding:0 40px}}.elb .sgw-skip-link{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;width:1px}.elb .sgw-skip-link:focus{background:#fff;height:auto;padding:1rem;width:auto;z-index:1;clip:auto}.elb .favorite-account-widget{background:var(--theme-medium);padding-top:4px}@media screen and (max-width:768px){.elb .favorite-account-widget:not(.native){padding-top:24px}}@media screen and (min-width:768px)and (max-width:1023px){.elb .favorite-account-widget{padding-top:24px}}.elb .favorite-account-widget__placeholder{height:24px}.elb .favorite-account-widget__error-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:16px 0 40px}.elb .favorite-account-widget__error-wrapper .favorite-account-widget__error-title{margin:0}@media screen and (min-width:1024px){.elb .favorite-account-widget__error-wrapper{padding-top:40px}}.elb .favorite-account-widget .action-button-group{isolation:isolate;margin:0;position:relative}.elb .favorite-account-widget .action-button-group:after{background-color:var(--neutral-background);border-top-left-radius:20px;border-top-right-radius:20px;content:"";inset:32px 0 0 0;position:absolute;z-index:-1}@media screen and (min-width:768px){.elb .favorite-account-widget .action-button-group:after{left:-64px;right:-64px}}.elb .frontpage-select-favorite-account{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;min-height:147px;padding:0 24px 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .frontpage-select-favorite-account.fade:after{background:-webkit-gradient(linear,left top,left bottom,from(var(--theme-medium)),to(rgba(var(--theme-medium_rgb),0)));background:linear-gradient(to bottom,var(--theme-medium),rgba(var(--theme-medium_rgb),0));content:"";display:block;height:10px;left:0;position:fixed;top:48px;width:100%;z-index:1}.elb .frontpage-select-favorite-account.native{padding-top:0}.elb .frontpage-select-favorite-account__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.elb .frontpage-select-favorite-account__container&gt;span.sgw-icon .icon{height:58px;width:58px}.elb .frontpage-select-favorite-account__container .frontpage-select-favorite-account__container--error{margin-top:32px}.elb .frontpage-select-favorite-account__modal img{border-radius:8px;width:100%}.elb .frontpage-select-favorite-account__modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .frontpage-select-favorite-account__modal-footer p{margin:40px 0;padding:0 24px;text-align:center}.font-scale-large .elb .favorite-account-widget .action-button-group{padding:0 24px}@media(min-width:768px){.elb .favorite-account-widget{margin-top:0}.elb .frontpage-select-favorite-account{padding-top:40px}}.elb .salary-info-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 24px 16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elb .salary-info-mobile:active{opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}.elb .salary-info-mobile:focus{outline:none}.elb .salary-info-mobile:focus-visible{outline:2px solid var(--form-theme-dark)}.elb .salary-info-mobile__amount{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--largest);font-weight:700;line-height:1.2;margin-bottom:8px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.elb .salary-info-mobile__amount .sgw-icon{margin-right:8px}.elb .salary-info-mobile__amount-skeleton{display:block}.elb .salary-info-mobile__progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--neutral-background);border-radius:2px;display:block;height:4px;margin-top:8px;overflow:hidden}.elb .salary-info-mobile__progress::-webkit-progress-bar{background-color:var(--neutral-background)}.elb .salary-info-mobile__progress::-webkit-progress-value{background-color:var(--form-theme-dark);border-radius:2px}.elb .salary-info-mobile__progress::-moz-progress-bar{background-color:var(--form-theme-dark);border-radius:2px}.elb .three-dots-loader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px}.elb .three-dots-loader&gt;*{-webkit-animation:circle .9s infinite alternate;animation:circle .9s infinite alternate;background-color:var(--neutral-background);border-radius:50%;height:12px;margin:4px 8px;width:12px}.elb .three-dots-loader .three-dots-loader__two{-webkit-animation-delay:.3s;animation-delay:.3s}.elb .three-dots-loader .three-dots-loader__three{-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes circle{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes circle{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.elb .demo-loan-applications{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;text-align:center}.elb .demo-loan-applications__description{margin:0}.elb .demo-loan-applications__label{margin-top:24px;-ms-flex-item-align:center;align-self:center}.elb .demo-loan-applications__amount{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--larger);font-weight:700;line-height:1.35}@media screen and (min-width:1024px){.elb .demo-loan-applications__amount{font-size:var(--font-size--huge)}}.elb .demo-loan-applications__action-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.elb .signing-confirmation-dialog.no-description .sgw-confirmation-dialog__description{margin:0}.elb .signing-confirmation-dialog .signing-confirmation-dialog__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .signing-confirmation-dialog .signing-confirmation-dialog__content-button-wrapper.with-label{margin-top:32px}.elb .sgw-trashcan-animation{width:100px;fill:var(--form-theme-pastel)}.elb .sgw-trashcan-animation.trashcan--mini{width:70px}.elb .sgw-trashcan-animation .sgw-trashcan-animation__lid{-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-duration:.3s,.7s;animation-duration:.3s,.7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:open-lid,close-lid;animation-name:open-lid,close-lid;-webkit-animation-timing-function:linear,linear;animation-timing-function:linear,linear;-webkit-transform-origin:34px 67px;transform-origin:34px 67px}@-webkit-keyframes open-lid{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@keyframes open-lid{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@-webkit-keyframes close-lid{0%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}12%{-webkit-transform:rotate(-17.8deg);transform:rotate(-17.8deg)}24%{-webkit-transform:rotate(-11.2deg);transform:rotate(-11.2deg)}36%{-webkit-transform:rotate(-.4deg);transform:rotate(-.4deg)}54%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}74%{-webkit-transform:rotate(-.4deg);transform:rotate(-.4deg)}82%{-webkit-transform:rotate(-1.2deg);transform:rotate(-1.2deg)}92%{-webkit-transform:rotate(-.2deg);transform:rotate(-.2deg)}96%{-webkit-transform:rotate(-.4deg);transform:rotate(-.4deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes close-lid{0%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}12%{-webkit-transform:rotate(-17.8deg);transform:rotate(-17.8deg)}24%{-webkit-transform:rotate(-11.2deg);transform:rotate(-11.2deg)}36%{-webkit-transform:rotate(-.4deg);transform:rotate(-.4deg)}54%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}74%{-webkit-transform:rotate(-.4deg);transform:rotate(-.4deg)}82%{-webkit-transform:rotate(-1.2deg);transform:rotate(-1.2deg)}92%{-webkit-transform:rotate(-.2deg);transform:rotate(-.2deg)}96%{-webkit-transform:rotate(-.4deg);transform:rotate(-.4deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@media(prefers-reduced-motion:reduce){.elb .sgw-trashcan-animation .sgw-trashcan-animation__lid{-webkit-animation-name:dissolve;animation-name:dissolve}}.elb .e-faktura-body__view-e-faktura{margin:8px 0}.elb .transaction-form__submit.e-faktura-body__button-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto 0 -24px;padding:24px 0 40px;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:24px}.elb h2.e-faktura__modal-header{margin-top:0}.elb .e-faktura-attention-notice{margin-bottom:16px}.elb .e-faktura-body__button-row-delete&gt;.e-faktura-body__delete{position:absolute}.elb .e-faktura-fields__changed-date-label{margin:0 24px 8px}.elb .e-faktura-fields__amount-box{margin-bottom:16px}.elb .e-faktura-fields__pdf-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px}.elb .efaktura-delete-dialog{margin-bottom:40px}.font-scale-large .elb .e-faktura-body__button-row{display:block}.font-scale-large .elb .e-faktura-body__button-row&gt;.sgw-button{position:relative}.font-scale-large .elb .e-faktura-body__button-row&gt;.sgw-button.e-faktura-body__delete{margin:0 24px 24px 0}.elb .eFaktura-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .eFaktura-item.alternate-look .eFaktura-item__button{background-color:var(--form-theme-light)}.elb .eFaktura-item .eFaktura-item__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;border:none;border-radius:6px;cursor:pointer;-ms-flex-direction:column;flex-direction:column;gap:8px;padding:16px}.elb .eFaktura-item .eFaktura-item__button.due-today,.elb .eFaktura-item .eFaktura-item__button.ongoing-payment{background-color:var(--warning)}.elb .eFaktura-item .eFaktura-item__button.over-due{background-color:var(--danger)}.elb .eFaktura-item .eFaktura-item__button.over-due .sgw-icon{color:var(--danger-dark-color)}.elb .eFaktura-item .eFaktura-item__button.over-due .due-date__info,.elb .eFaktura-item .eFaktura-item__button.over-due .sgw-label{background-color:var(--neutral-background)}.elb .eFaktura-item .eFaktura-item__button.over-due .due-date__info[class*=info],.elb .eFaktura-item .eFaktura-item__button.over-due .sgw-label[class*=info]{color:var(--danger-dark-color)}@media(hover:hover)and (pointer:fine){.elb .eFaktura-item .eFaktura-item__button:hover{background-color:hsl(from var(--form-theme-pastel-light) h s l/25%)}.elb .eFaktura-item .eFaktura-item__button:hover.due-today{background-color:hsl(from var(--warning) h s l/50%)}.elb .eFaktura-item .eFaktura-item__button:hover.over-due{background-color:hsl(from var(--danger) h s l/50%)}}.elb .eFaktura-item .eFaktura-item__button:active{background-color:var(--form-theme-pastel)}.elb .eFaktura-item .eFaktura-item__button:active.due-today,.elb .eFaktura-item .eFaktura-item__button:active.over-due{background-color:var(--attention)}.elb .eFaktura-item .eFaktura-item__button:focus-visible{outline:2px solid var(--button-background-color);outline-offset:2px}.elb .eFaktura-item__receiver-and-amount{display:grid;grid-template-columns:1fr auto;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;max-width:90vw;text-align:start;width:100%}.elb .eFaktura-item__receiver-name{display:-webkit-box;font-size:var(--font-size--regular);font-weight:600;line-height:1.5;margin:0;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.elb .eFaktura-item__amount{background-color:var(--form-theme-dark);border-radius:8px;color:var(--typography-color-negative);font-weight:700;padding:2px 8px}.elb .eFaktura-item__due-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.elb .eFaktura-item.eFaktura-item__skeleton .eFaktura-item__button{background:var(--card-background-light);gap:6px;padding:12px 16px 16px}.elb .eFaktura-item.eFaktura-item__skeleton .eFaktura-item__button.dark-skeleton{background:var(--neutral-background)}.elb .eFaktura-list .show-all-efaktura-link-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:4px;padding-left:24px;padding-right:24px}.elb .eFaktura-list .show-all-efaktura-link{margin:0 auto}.elb .eFaktura-list .eFaktura-list__slides{max-width:100vw;position:relative}.elb .eFaktura-list .eFaktura-list__container{display:grid;grid-auto-flow:row;list-style:none;margin:0;padding:0;row-gap:8px}.elb .eFaktura-list .eFaktura-list__container.show-more{margin:0 0 12px}.elb .eFaktura-empty-list{padding:40px 24px}.elb .eFaktura-empty-list .sgw-rich-icon{min-height:144px}.elb .eFaktura-empty-list__description{margin-bottom:24px;margin-top:8px}.elb .eFaktura-list__error-card.sgw-card.sgw-card__common-card{border-radius:6px;padding:24px}.elb .sgw-link-list.link-list--navigation .sgw-link-list-item,.elb .sgw-link-list.with-padding.link-list--navigation .sgw-link-list-item{padding:12px 0 16px}.elb .sgw-link-list.link-list--navigation .sgw-link-list-item:hover{background-color:var(--theme-light)}.elb .sgw-link-list.link-list--navigation .sgw-link-list-item:active{background-color:var(--theme-light);color:var(--theme-dark)}.elb .sgw-link-list.link-list--navigation .sgw-link-list-item:active .icon,.elb .sgw-link-list.link-list--navigation .sgw-link-list-item:active .sgw-link-list-item__icon .sgw-icon .icon{color:var(--theme-dark)}.elb .sgw-link-list.link-list--navigation .sgw-link-list-item:focus-visible{background-color:var(--theme-light)}.elb .sgw-link-list.link-list--navigation .sgw-link-list-item .sgw-link-list-item__icon .sgw-icon .icon{height:var(--ikon-size-24);width:var(--ikon-size-24)}.elb .sgw-link-list.link-list--navigation .sgw-link-list-item .sgw-link-list-item__description,.elb .sgw-link-list.with-padding.link-list--navigation .sgw-link-list-item .sgw-link-list-item__description{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400}@media screen and (min-width:1024px){.elb .sgw-link-list.link-list--navigation .sgw-link-list-item .sgw-link-list-item__description,.elb .sgw-link-list.with-padding.link-list--navigation .sgw-link-list-item .sgw-link-list-item__description{font-size:var(--font-size--regular)}}@media(min-width:768px){.elb .sgw-link-list.link-list--navigation .sgw-link-list-item,.elb .sgw-link-list.with-padding.link-list--navigation .sgw-link-list-item{padding:16px 12px 24px}.elb .sgw-link-list.link-list--navigation .sgw-link-list-item .sgw-link-list-item__icon .sgw-icon .icon{height:var(--ikon-size-36);width:var(--ikon-size-36)}.elb .sgw-link-list.link-list--navigation .sgw-link-list-item .sgw-link-list-item__text-first-row{font-size:var(--font-size--medium-large)}}.elb .link-list-header{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--medium);font-weight:700;line-height:1.35}@media screen and (min-width:1024px){.elb .link-list-header{font-size:var(--font-size--large)}}.elb .link-list-header{margin-top:0;padding:0 24px}@media only screen and (min-width:768px){.elb .link-list-header{padding:0}}.elb .sgw-link-list__notification-badge{background-color:var(--danger-dark-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.font-scale-large .elb .sgw-link-list-item.sgw-link-list-item-icon{grid-template-columns:1fr auto auto}.font-scale-large .elb .sgw-link-list-item.sgw-link-list-item-icon .sgw-link-list-item__icon{display:none}.font-scale-large .elb .sgw-link-list__notification-badge{padding:0 8px}.font-scale-large .elb .sgw-link-list__notification-badge.more-than-nine{border-radius:var(--ikon-size-22)}.elb .sgw-link-list{list-style-type:none;padding-inline:0}.elb .sgw-link-list&gt;li a:focus-visible,.elb .sgw-link-list&gt;li button:focus-visible{-webkit-box-shadow:0 2px 0 var(--theme-dark),0 -2px 0 var(--theme-dark);box-shadow:0 2px 0 var(--theme-dark),0 -2px 0 var(--theme-dark)}.elb .sgw-link-list&gt;li:first-child{border-top:1px solid var(--theme-medium)}.elb .sgw-link-list&gt;li{border-bottom:1px solid var(--theme-medium)}.elb .sgw-link-list .sgw-link-list-item{color:var(--typography-color);display:grid;font-weight:700;grid-template-columns:1fr auto auto;line-height:1.5;outline:none;padding:24px}.elb .sgw-link-list .sgw-link-list-item--button{background:none;border:none;cursor:pointer;width:100%}.elb .sgw-link-list .sgw-link-list-item.sgw-link-list-item-icon{grid-template-columns:auto 1fr auto auto}.elb .sgw-link-list .sgw-link-list-item .sgw-link-list-item__icon{padding-right:12px}.elb .sgw-link-list .sgw-link-list-item .sgw-link-list-item__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-link-list .sgw-link-list-item .sgw-link-list-item__text-first-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-link-list .sgw-link-list-item .sgw-link-list-item__text-first-row__label{margin-right:8px}.elb .sgw-link-list .sgw-link-list-item .sgw-link-list-item__visual{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .sgw-link-list .sgw-link-list-item .sgw-link-list-item__visual .icon{color:var(--typography-color);height:var(--ikon-size-24)}.elb .sgw-link-list .sgw-link-list-item .sgw-link-list__notification-badge{margin-right:8px;margin-top:2px}.elb .sgw-link-list .sgw-link-list-item .sgw-link-list-item__label{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:8px;white-space:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-link-list .sgw-link-list-item .sgw-link-list-item__description{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400;line-height:1.4}@media only screen and (min-width:768px){.elb .sgw-link-list .sgw-link-list-item{padding:24px 0}}@media(hover:hover)and (pointer:fine){.elb .sgw-link-list .sgw-link-list-item:hover .sgw-link-list-item__visual .icon{-webkit-animation:arrow-animation .6s ease-in-out 0s 1 normal none running;animation:arrow-animation .6s ease-in-out 0s 1 normal none running}}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:reduce){.elb .sgw-link-list .sgw-link-list-item:hover .icon{-webkit-animation:none;animation:none}}.elb .sgw-link-list .sgw-link-list-item:active,.elb .sgw-link-list .sgw-link-list-item:active .icon{color:var(--theme-dark)}.elb .sgw-link-list.with-padding .sgw-link-list-item{padding:24px 0 24px 24px}@-webkit-keyframes arrow-animation{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(-8px);transform:translate(-8px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes arrow-animation{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(-8px);transform:translate(-8px)}to{-webkit-transform:translate(0);transform:translate(0)}}.elb .sgw-link-list__notification-badge{background-color:var(--red);border-radius:50%;color:var(--typography-color-negative);font-size:14px;font-weight:600;height:21px;padding:0 6px;width:21px}.elb .sgw-link-list__notification-badge.more-than-nine{border-radius:12px;width:29px}.font-scale-large .elb .sgw-link-list-item .sgw-link-list-item__visual .icon{display:none}.font-scale-large .elb .sgw-link-list-item__visual{margin-top:12px}.font-scale-large .elb .sgw-link-list__notification-badge{font-size:var(--ikon-size-36);height:37px;line-height:.9;padding-left:8px;width:37px}.font-scale-large .elb .sgw-link-list__notification-badge.more-than-nine{width:var(--ikon-size-22)8px}.elb .button-link-item{border:none;cursor:pointer;width:100%}.elb .sgw-link-list-item{background:none;color:var(--typography-color);display:grid;font-weight:700;grid-template-columns:1fr auto auto;line-height:1.5;outline:none;padding:24px}.elb .sgw-link-list-item .icon{color:var(--typography-color-secondary);height:var(--ikon-size-24)}.elb .sgw-link-list-item .sgw-link-list-item__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-link-list-item .sgw-link-list-item__text-first-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-link-list-item .sgw-link-list-item__visual{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .sgw-link-list-item .sgw-link-list__notification-badge{margin-right:8px;margin-top:2px}.elb .sgw-link-list-item .sgw-link-list-item__label{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .sgw-link-list-item .sgw-link-list-item__description{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400;text-align:left}@media screen and (min-width:1024px){.elb .sgw-link-list-item .sgw-link-list-item__description{font-size:var(--font-size--regular)}}@media only screen and (min-width:768px){.elb .sgw-link-list-item{padding:24px 0}}@media(hover:hover)and (pointer:fine){.elb .sgw-link-list-item:hover .icon{-webkit-animation:arrow-animation .6s ease-in-out 0s 1 normal none running;animation:arrow-animation .6s ease-in-out 0s 1 normal none running}}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:reduce){.elb .sgw-link-list-item:hover .icon{-webkit-animation:none;animation:none}}.elb .sgw-link-list-item:active,.elb .sgw-link-list-item:active .icon{color:var(--form-theme-pastel)}.elb .efaktura-account__result-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elb .efaktura-account__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elb .efaktura-agreement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .efaktura-agreement__list-link{margin-top:16px}@media screen and (max-width:768px){.elb .efaktura-agreement__list-link{margin:0 -24px}}.elb .efaktura-agreement__submit-container{margin-bottom:24px;margin-top:32px}.elb .efaktura-agreement__submit{display:block;margin:0 auto}.elb .efaktura-agreement-list{border-bottom:1px solid var(--form-theme-pastel-light);border-top:1px solid var(--form-theme-pastel-light);list-style:none}.elb .efaktura-agreement-list_button{padding:8px 24px}.elb .efaktura-agreement__jtta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px;min-height:44px}.elb .efaktura-agreement__jtta-title{font-weight:700;-webkit-box-flex:1;-ms-flex:1;flex:1}.elb .efaktura-agreement__jtta-description{line-height:1.5;margin-right:40px;margin-top:0}.elb .efaktura-agreement__confirmation-dialog{margin:24px 0 16px}.elb .efaktura-agreement__error-label{margin-bottom:16px}@media screen and (min-width:768px){.elb .efaktura-agreement-list .efaktura-agreement-list_button{padding:8px 0}}.elb .efaktura-creditor{border-bottom:1px solid var(--card-background-dark);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;padding:24px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--medium);font-weight:700;justify-content:space-between;line-height:1.35}@media screen and (min-width:1024px){.elb .efaktura-creditor{font-size:var(--font-size--large)}}.elb .efaktura-creditor:first-of-type{border-top:1px solid var(--card-background-dark)}.elb .efaktura-history__list{padding:0}.elb .divider-list__container{margin-block:0;padding:0}.elb .divider-list-item__container{border-bottom:1px solid var(--card-background-dark);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;padding:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .divider-list-item__container:last-of-type{border-bottom:none}@media screen and (min-width:768px){.elb .divider-list-item__container{padding:24px 0}}.elb .enable-push-toggle__row{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;margin-top:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .enable-push-modal__toggle,.elb .enable-push-toggle__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .enable-push-modal__toggle{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .efaktura-email-notification-toggle__loader{width:32px}.elb .efaktura-email-notification-toggle__toggle-off{color:var(--typography-color-secondary);font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400}@media screen and (min-width:1024px){.elb .efaktura-email-notification-toggle__toggle-off{font-size:var(--font-size--regular)}}.elb .efaktura-notification__container{margin-bottom:24px}.elb .efaktura-notification__email{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:24px}.elb .efaktura-notification__email-input{max-width:384px}.elb .efaktura-notification__email_form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:24px}.elb .efaktura-notification__email-error{display:block;margin-top:8px}.elb .efaktura-notification__section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:48px}.elb .efaktura-notification__section-label{font-size:var(--font-size--medium);font-weight:600}.font-scale-large .elb .efaktura-notification__email-toggle{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elb .block-efaktura-creditor,.font-scale-large .elb .efaktura-notification__email-toggle{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .block-efaktura-creditor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;height:100%;justify-content:space-between}.elb .block-efaktura-creditor__name{background-color:var(--form-theme-xtra-light);border-radius:6px;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:700;line-height:1.35;padding:24px}@media screen and (min-width:1024px){.elb .block-efaktura-creditor__name{font-size:var(--font-size--medium-large)}}.elb .efaktura-reservation-item--confirmation-dialog,.elb .efaktura-reservation-item--error{margin-bottom:16px}.elb .efaktura-reservations__search-label--skeleton{margin-bottom:8px}.elb .efaktura-reservations__title-skeleton{margin-bottom:19px;margin-top:24px}.elb .efaktura-reservation-item--skeleton{background-color:var(--card-background-light);border-radius:6px;margin-bottom:16px;padding:24px}.elb .efaktura-reservations__reservation-list{margin-top:24px}.elb .sortable-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:12px;-ms-flex-direction:column;flex-direction:column}.elb .drag-handle__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;cursor:-webkit-grab;cursor:grab;outline:none;-ms-touch-action:none;touch-action:none;-webkit-tap-highlight-color:rgba(0,0,0,0);min-width:0;padding:0}.elb .drag-handle__button:hover .dot{background-color:var(--form-theme-medium)}.elb .drag-handle__dots{display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr 1fr;height:28px;margin:16px 0 16px 16px;width:16px}.elb .drag-handle__dots .dot{background-color:var(--form-theme-pastel);border-radius:2px;height:4px;width:4px}.elb .group-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;border-bottom:2px dashed var(--form-theme-pastel);justify-content:space-between;margin-bottom:8px;margin-top:32px}.elb .group-header__title{font-weight:700;margin:16px 0}.elb .header-input{border:none;font-size:var(--font-size--regular);font-weight:700;line-height:1.5;padding:16px 0}.elb .grouped-sortable-dnd{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.elb .grouped-sortable-dnd&gt;button{margin:auto}.elb .empty-accounts-group{margin:0}.elb .new-group{margin:48px auto 16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .edit-account-box,.elb .new-group{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .edit-account-box{background-color:var(--neutral-background);border:2px solid var(--form-theme-pastel);border-radius:12px;min-height:95px;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:44px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .edit-account-box__drag{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100%;width:44px}.elb .edit-account-box__label{font-size:var(--font-size--regular);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elb .edit-account-box.edit-account-box--invalid{border-color:var(--red)}.elb .edit-account-box .edit-account-box__check-box{margin:auto 8px auto 0}.elb .edit-account-box .edit-account-box__check-box label{font-weight:600;white-space:nowrap}.elb .edit-account-box .edit-account-box__name{font-weight:600;line-height:1.5;margin:0}.elb .edit-account-box .edit-account-box__sub-text{font-size:var(--font-size-small);line-height:1.71;margin:4px 0 0}.elb .edit-account-box .edit-account-box__account-owner .sgw-label{margin-bottom:0}.elb .edit-account-box.edit-account-box--checked{background-color:var(--card-background)}.elb .edit-account-box.edit-account-box--checked .edit-account-box__account-owner .sgw-label{background-color:var(--neutral-background)}.elb .edit-account-box .edit-account-box__content{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;min-width:0;text-align:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:auto 0 auto 16px}.elb .edit-account-box .edit-account-box__content label{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elb .edit-account-box .edit-account__btn{background:transparent;border:none;border-right:2px solid var(--form-theme-pastel);color:var(--typography-color);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:50%;left:0;padding:0;position:absolute;-webkit-transition:color .2s;transition:color .2s;width:44px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .edit-account-box .edit-account__btn:active,.elb .edit-account-box .edit-account__btn:hover{color:var(--form-theme-pastel)}.elb .edit-account-box .edit-account__btn:focus,.elb .edit-account-box .edit-account__btn:focus-visible{outline:none}.elb .edit-account-box .edit-account__btn-up{border-bottom:1px solid var(--form-theme-pastel);top:0}.elb .edit-account-box .edit-account__btn-down{border-top:1px solid var(--form-theme-pastel);bottom:0}.elb .edit-account-box .edit-account__btn:focus-visible:after{border:3px solid var(--form-theme-dark);content:"";display:block;inset:-3px;position:absolute;z-index:100}.elb .edit-account-box .edit-account__btn-up.focus-visible:after{border-top-left-radius:13px}.elb .edit-account-box .edit-account__btn-down.focus-visible:after{border-bottom-left-radius:13px}.elb .edit-account-box.edit-account-box--focused{-webkit-animation:beat .5s;animation:beat .5s;-webkit-transform:translateX(0) scale(1);transform:translateX(0) scale(1);z-index:2}@-webkit-keyframes beat{50%{-webkit-transform:translateX(-2%) scale(1.04);transform:translateX(-2%) scale(1.04)}}@keyframes beat{50%{-webkit-transform:translateX(-2%) scale(1.04);transform:translateX(-2%) scale(1.04)}}.elb .edit-account-box.edit-account-box--shake{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:shake;animation-name:shake;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translateZ(0);transform:translateZ(0)}.elb .edit-account-box{--shake-offset:-7px}.elb .edit-account-box.edit-account-box--shake-down{--shake-offset:7px}@-webkit-keyframes shake{20%{-webkit-transform:translate3d(0,var(--shake-offset),0);transform:translate3d(0,var(--shake-offset),0)}29.6%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.89),0);transform:translate3d(0,calc(var(--shake-offset)*.89),0)}39.2%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.56),0);transform:translate3d(0,calc(var(--shake-offset)*.56),0)}48.8%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.02),0);transform:translate3d(0,calc(var(--shake-offset)*.02),0)}63.2%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.25),0);transform:translate3d(0,calc(var(--shake-offset)*.25),0)}79.2%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.02),0);transform:translate3d(0,calc(var(--shake-offset)*.02),0)}85.6%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.06),0);transform:translate3d(0,calc(var(--shake-offset)*.06),0)}93.6%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.01),0);transform:translate3d(0,calc(var(--shake-offset)*.01),0)}96.8%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.02),0);transform:translate3d(0,calc(var(--shake-offset)*.02),0)}}@keyframes shake{20%{-webkit-transform:translate3d(0,var(--shake-offset),0);transform:translate3d(0,var(--shake-offset),0)}29.6%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.89),0);transform:translate3d(0,calc(var(--shake-offset)*.89),0)}39.2%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.56),0);transform:translate3d(0,calc(var(--shake-offset)*.56),0)}48.8%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.02),0);transform:translate3d(0,calc(var(--shake-offset)*.02),0)}63.2%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.25),0);transform:translate3d(0,calc(var(--shake-offset)*.25),0)}79.2%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.02),0);transform:translate3d(0,calc(var(--shake-offset)*.02),0)}85.6%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.06),0);transform:translate3d(0,calc(var(--shake-offset)*.06),0)}93.6%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.01),0);transform:translate3d(0,calc(var(--shake-offset)*.01),0)}96.8%{-webkit-transform:translate3d(0,calc(var(--shake-offset)*.02),0);transform:translate3d(0,calc(var(--shake-offset)*.02),0)}}@media(prefers-reduced-motion){.elb .edit-account-box.edit-account-box--shake{-webkit-animation-name:dissolve;animation-name:dissolve}.elb .edit-account-box.edit-account-box--focused{-webkit-animation:dissolve;animation:dissolve;-webkit-transition:none;transition:none}}.font-scale-large .elb .edit-account-box .edit-account-box__content label{white-space:unset}.elb .action-buttons__confirm-button{margin:auto}.elb .accounts-list-content.visible{margin-bottom:40px}.elb .accounts-list-content__btn-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--neutral-background);bottom:-64px;-webkit-box-shadow:0 0 4px rgba(0,0,0,.25);box-shadow:0 0 4px rgba(0,0,0,.25);-webkit-box-sizing:border-box;box-sizing:border-box;justify-content:center;left:0;padding:8px 24px;position:fixed;-webkit-transition:opacity .2s ease-out .1s,bottom .3s ease-out;transition:opacity .2s ease-out .1s,bottom .3s ease-out;width:100%;z-index:3}.elb .accounts-list-content__btn-row.visible{bottom:0}.elb .accounts-list-content__info{margin-bottom:8px}@media screen and (min-width:768px){.elb .accounts-list-content__info{margin-bottom:40px}}.font-scale-large .elb .accounts-list-content .accounts-list-content__btn-row{bottom:-96px}.font-scale-large .elb .accounts-list-content .accounts-list-content__btn-row.visible{bottom:0}.elb .edit-account-overview-container .dragged .sortable-item{-webkit-box-shadow:0 10px 20px 0 rgba(0,56,61,.4);box-shadow:0 10px 20px 0 rgba(0,56,61,.4);-webkit-transform:rotate(-2deg);transform:rotate(-2deg);-webkit-transition:-webkit-transform .5s ease-out;transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out,-webkit-transform .5s ease-out}.elb .edit-account-overview-container .dragged.drag-overlay .sortable-item{-webkit-transform:rotate(2deg);transform:rotate(2deg);-webkit-transition:all .5s ease-in;transition:all .5s ease-in}.elb .elb .sgw-modal-dialog .focus-container{overflow-y:hidden}.elb .sgw-calendar{background-color:var(--neutral-background);border-radius:6px;display:block;overflow:hidden;position:relative;width:100%}.elb .sgw-calendar button:focus,.elb .sgw-calendar button:hover,.elb .sgw-calendar:focus,.elb .sgw-calendar:hover{outline:none}.elb .sgw-calendar__wrapper{--arrow-height:10px;position:relative}.elb .sgw-calendar__wrapper:before{background-color:var(--neutral-background);border-bottom:2px solid transparent;border-left:2px solid transparent;border-right:2px solid var(--form-theme-dark);border-top:2px solid var(--form-theme-dark);bottom:calc(var(--arrow-height)*-1);height:var(--arrow-height);left:50px;position:absolute;top:calc(100% + 6px);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:var(--arrow-height);z-index:3}.elb .sgw-calendar__wrapper.show:before{content:""}.elb .sgw-calendar__wrapper.show.align-popup-right:before{left:unset;right:50px}.elb .sgw-calendar__popup{background-color:var(--neutral-background);border:2px solid var(--form-theme-dark);border-radius:6px;left:0;margin-top:1px;max-width:400px;position:absolute;right:unset;top:calc(100% + var(--arrow-height));z-index:2}.elb .sgw-calendar__popup.align-popup-right{left:unset;right:0}@media screen and (min-width:768px){.elb .sgw-calendar__popup{left:unset;min-width:200px;width:40vw}}.elb .sgw-calendar__popup__overlay{height:100vh;left:0;opacity:0;position:fixed;top:0;width:100vw}.elb .sgw-calendar__view-wrapper{margin:0 auto;max-width:736px;padding:0}.elb .sgw-calendar__view-wrapper.-display-list ul,.elb .sgw-calendar__view-wrapper.-display-list ul li .sgw-calendar__notification-wrapper{display:block}.elb .sgw-calendar__view-wrapper.-display-list .sgw-calendar__view-header-list-arrow{display:inline-block}.elb .sgw-calendar__view-wrapper.-display-list .sgw-calendar__notification-wrapper,.elb .sgw-calendar__view-wrapper.-display-list .sgw-calendar__view-header-table-arrow,.elb .sgw-calendar__view-wrapper.-display-list table{display:none}.elb .sgw-calendar__view-wrapper.-display-list .sgw-calendar__view-header .sgw-calendar__view-header-left,.elb .sgw-calendar__view-wrapper.-display-list .sgw-calendar__view-header .sgw-calendar__view-header-right{min-width:0}.elb .sgw-calendar__view-wrapper.-display-table .sgw-calendar__view-header-list-arrow,.elb .sgw-calendar__view-wrapper.-display-table ul{display:none}.elb .sgw-calendar__view-wrapper.-display-table .sgw-calendar__view-header-table-arrow{display:block}.elb .sgw-calendar__view-wrapper.-display-table table{display:table}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header{display:table;margin:16px 0;padding:0;width:100%}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header&gt;div{display:table-cell;padding:0 2px;text-align:center;vertical-align:middle}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header&gt;div button:not(.sgw-button){border-radius:100%;padding:8px}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header&gt;div button:not(.sgw-button):focus,.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header&gt;div button:not(.sgw-button):hover{-webkit-box-shadow:0 0 0 2px var(--form-theme-dark);box-shadow:0 0 0 2px var(--form-theme-dark)}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header .sgw-calendar__view-header-left,.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header .sgw-calendar__view-header-right{width:15%}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header .sgw-calendar__view-header-center{font-size:24px}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header .sgw-calendar__view-header-center__text_font-scale-large,.elb .sgw-calendar__view-wrapper button.sgw-calendar__view-header-list-arrow{display:none}.elb .sgw-calendar__view-wrapper ul{display:none;list-style:none;margin:0;outline:none;padding:0}.elb .sgw-calendar__view-wrapper ul li{margin:0 0 8px}.elb .sgw-calendar__view-wrapper ul li,.elb .sgw-calendar__view-wrapper ul li .sgw-calendar__notification-wrapper{border-radius:12px}.elb .sgw-calendar__view-wrapper ul li .sgw-calendar__notification-wrapper{margin-top:4px}.elb .sgw-calendar__view-wrapper table{border-collapse:collapse;border-spacing:0;width:100%}.elb .sgw-calendar__view-wrapper table caption{color:transparent;left:0;opacity:.01;overflow:hidden;position:absolute;top:0;width:1px}.elb .sgw-calendar__view-wrapper table tr{padding:0}.elb .sgw-calendar__view-wrapper table tr td,.elb .sgw-calendar__view-wrapper table tr th{padding:0;position:relative;text-align:center}.elb .sgw-calendar__view-wrapper table tr td:after,.elb .sgw-calendar__view-wrapper table tr th:after{content:"";display:block;margin-top:95%}.elb .sgw-calendar__view-wrapper table tr td{width:14.28%}.elb .sgw-calendar__view-wrapper abbr[title]{left:0;line-height:0;position:absolute;right:0;text-decoration:none;top:50%}.elb .sgw-calendar__view-wrapper button.sgw-calendar__view-info{display:block;width:100%}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info{background:transparent none no-repeat 0 0;border:2px solid transparent;border-radius:100%;color:var(--form-theme-dark);cursor:pointer;font-weight:600;overflow:hidden;position:relative;text-align:center}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info:before{background:transparent none no-repeat 0 0;border-radius:100%;bottom:2px;content:"";display:none;left:2px;position:absolute;right:2px;top:2px}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info:hover:before{background:var(--form-theme-light) none no-repeat 0 0;display:block}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info:focus:before{background:transparent none no-repeat 0 0;border:2px solid var(--form-theme-dark);display:block}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info:hover:focus:not(.-selected):before{background:var(--form-theme-light) none no-repeat 0 0;border:2px solid var(--form-theme-dark);display:block}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-week-end{color:var(--danger-dark-color);font-weight:600}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-disabled{color:var(--disabled);font-weight:600}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-out-of-month{color:var(--form-theme-medium);display:none;font-weight:600}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-selected{color:var(--typography-color-negative)}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-selected:before{background-color:var(--form-theme-dark);display:block}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-selected.-focus,.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-selected:focus,.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-selected:hover{border-color:var(--form-theme-dark)}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-today{font-weight:700}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info&gt;span{position:relative;z-index:1}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box{border:1px solid var(--form-theme-pastel);border-radius:12px;bottom:auto;font-size:16px;left:auto;padding:16px;position:relative;right:auto;text-align:right;top:auto}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box:focus,.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box:hover{outline:none}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box:before{border-radius:12px;bottom:0;left:0;right:0;top:0}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box.-selected{background-color:var(--form-theme-dark)}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box.-selected.-focus:before,.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box.-selected:focus:before,.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box.-selected:hover:before{border-color:var(--typography-color-negative);bottom:2px;left:2px;right:2px;top:2px}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box.-disabled.-focus:before,.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box.-disabled:focus:before,.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box.-disabled:hover:before{display:none}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box.-week-end{background-color:var(--card-background-light)}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box .sgw-calendar__view-info__short_text{display:none}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-cell{bottom:0;left:0;position:absolute;right:0;top:0}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-cell&gt;span{left:0;line-height:0;position:absolute;right:0;top:50%}.elb .sgw-calendar__view-wrapper .sgw-calendar__date-field.out-of-month:after{margin:0}@media screen and (max-width:339px){.elb .sgw-calendar__view-wrapper ul,.elb .sgw-calendar__view-wrapper ul li .sgw-calendar__notification-wrapper{display:block}.elb .sgw-calendar__view-wrapper button.sgw-calendar__view-header-list-arrow{display:inline-block}.elb .sgw-calendar__view-wrapper .sgw-calendar__notification-wrapper,.elb .sgw-calendar__view-wrapper button.sgw-calendar__view-header-table-arrow,.elb .sgw-calendar__view-wrapper table{display:none}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header .sgw-calendar__view-header-left,.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header .sgw-calendar__view-header-right{min-width:0}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-header .sgw-calendar__view-header-center{font-size:16px;font-weight:700}}@media screen and (max-width:300px){.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box .sgw-calendar__view-info__full_text{display:none}.elb .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box .sgw-calendar__view-info__short_text{display:inline}}.elb .sgw-calendar__notification-wrapper{border-radius:6px;overflow:hidden}.elb .sgw-calendar__notification-wrapper .sgw-label{border-radius:0;display:block;margin:0}.font-scale-large .elb .sgw-calendar .sgw-calendar__view-wrapper .sgw-calendar__view-header-center__text,.font-scale-large .elb .sgw-calendar .sgw-calendar__view-wrapper table{display:none}.font-scale-large .elb .sgw-calendar .sgw-calendar__view-wrapper .sgw-calendar__view-header-center__text_font-scale-large,.font-scale-large .elb .sgw-calendar .sgw-calendar__view-wrapper ul{display:block}.font-scale-large .elb .sgw-calendar .sgw-calendar__view-wrapper .sgw-calendar__view-header-center{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:700;line-height:1.35}@media screen and (min-width:1024px){.font-scale-large .elb .sgw-calendar .sgw-calendar__view-wrapper .sgw-calendar__view-header-center{font-size:var(--font-size--medium-large)}}.font-scale-large .elb .sgw-calendar .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--medium);font-weight:700;line-height:1.35;padding:40px 24px;-webkit-perspective:1px;perspective:1px;text-align:left}@media screen and (min-width:1024px){.font-scale-large .elb .sgw-calendar .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box{font-size:var(--font-size--large)}}.font-scale-large .elb .sgw-calendar .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box .sgw-calendar__view-info__full_text{display:none}.font-scale-large .elb .sgw-calendar .sgw-calendar__view-wrapper .sgw-calendar__view-info.-box .sgw-calendar__view-info__short_text{display:inline}.elb .sgw-calendar.month-view{border:0;padding:16px 0}.font-scale-large .elb .sgw-calendar.month-view{border-radius:0}.elb .edit-loan__wrapper{padding:24px 24px 0}@media screen and (min-width:768px){.elb .edit-loan__wrapper{padding:0}}.elb .edit-loan__modal-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.elb .edit-loan__modal-form .edit-loan__modal-form-submit{-ms-flex-item-align:center;align-self:center;margin-top:auto}.elb .edit-loan__modal-form .edit-loan__modal-title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .edit-loan__modal-form .edit-loan__modal-form-description{margin-bottom:24px}.elb .edit-loan__modal-form .sgw-input__input{border:2px solid var(--form-theme-medium);width:-webkit-max-content;width:-moz-max-content;width:max-content}.elb .edit-loan__modal-form .select-list__container{margin-top:24px}.elb .edit-loan__modal-form .edit-loan__edit-info-message,.elb .edit-loan__modal-form .edit-loan__message{margin-bottom:24px}.elb .edit-loan__modal-form .edit-loan__info-message{margin:24px 0}.elb .edit-loan__calendar{margin-bottom:16px}.elb .edit-loan__modal-error-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .edit-loan__modal-error-actions&gt;:first-child{margin-right:24px}.elb .salary-date-field{min-height:56px}.elb .salary-date-field__calendar{display:grid;gap:4px;grid-template-columns:repeat(7,1fr);margin-bottom:40px;margin-top:40px}.elb .salary-date-field__date label{border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:var(--font-size--medium);font-weight:600;height:40px;width:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline-offset:2px;position:relative}.elb .salary-date-field__date label span{display:none}.elb .salary-date-field__date label:after{border-radius:50%;content:"";inset:-2px;position:absolute}.elb .salary-date-field__date input{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.elb .salary-date-field__date.checked label{background-color:var(--form-theme-dark);color:var(--typography-color-negative)}.elb .salary-date-field__date:focus-within label{outline:2px solid var(--form-theme-dark)}.elb .salary-date-field__last-day{grid-column:4/8}.elb .salary-date-field__last-day label{padding:0 16px;-webkit-box-pack:start;-ms-flex-pack:start;border-radius:24px;color:var(--typography-color-secondary);justify-content:flex-start;width:unset}@media screen and (max-width:339px){.elb .salary-date-field__calendar{display:block}.elb .salary-date-field__date label{border:1px solid var(--form-theme-pastel);border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;font-size:var(--font-size--regular);height:unset;margin-bottom:8px;padding:16px;width:unset}.elb .salary-date-field__date label&gt;span{display:unset}}.font-scale-large .elb .salary-date-field__calendar{display:block}.font-scale-large .elb .salary-date-field__date label{border:1px solid var(--form-theme-pastel);border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;font-size:var(--font-size--regular);height:unset;margin-bottom:8px;padding:16px;width:unset}.font-scale-large .elb .salary-date-field__date label&gt;span{display:unset}.elb .edit-salary-info__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .edit-salary-info__form button{cursor:pointer}.elb .edit-salary-info__select-list{margin-bottom:16px}.elb .edit-salary-info__small-text{font-size:var(--font-size--small);line-height:1.7;margin-bottom:0;margin-top:8px}.elb .edit-salary-info__delete-btn{margin:64px auto 24px 0}.elb .edit-salary-info__save-btn{margin:64px auto 24px}.elb .edit-salary-info--delete-dialog,.elb .edit-salary-info--result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:calc(100vh - 300px);text-align:center}.elb .edit-salary-info--result__icon{margin-bottom:16px}.elb .edit-salary-info--result__btn{margin-top:24px}.elb .edit-salary-info--delete-dialog__icon{color:var(--form-theme-pastel);height:94px;margin-bottom:16px;width:94px}.elb .edit-salary-info--delete-dialog__btn-container{margin-top:24px}.elb .edit-salary-info--delete-dialog__btn-container&gt;*{margin:0 8px}@media screen and (min-width:768px){.elb .edit-salary-info__select-list{padding:0 24px}.elb .edit-salary-info__select-list .field-skeleton__container,.elb .edit-salary-info__select-list .row-button__container{padding-left:0;padding-right:0}.elb .edit-salary-info__delete-btn,.elb .edit-salary-info__save-btn{margin:24px auto 24px 0}.elb .edit-salary-info--delete-dialog,.elb .edit-salary-info--result{min-height:unset}}.elb .edit-salary-info-start-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .salary-info-img{max-width:400px}.elb .salary-info-img .theme-fill{fill:var(--theme-medium)}.elb .edit-salary-info-start-page__btn{margin-top:32px}.elb .fieldset-container{border:none;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;min-inline-size:-webkit-min-content;min-inline-size:-moz-min-content;min-inline-size:min-content;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.elb .fieldset-container .fieldset-container__legend{border:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--medium);font-weight:600;margin-bottom:8px;padding:0}.elb .fieldset-container .sgw-checkbox-legend-text,.elb .fieldset-container .sgw-input__input-mainlabel,.elb .fieldset-container .sgw-radio-button-legend{font-size:var(--font-size--regular)}.elb .efaktura-sharing__add-user-wrapper{display:grid;gap:64px}.elb .creditor-panel-error{margin:16px 0 24px}.elb .efaktura-sharing__select-list-wrapper{display:grid;gap:48px}.elb .efaktura-sharing__select-list-skeleton .sgw-link-card .sgw-link-card__link--skeleton{border-radius:12px;padding:24px 0}.elb .sgw-link-card.button-panel{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .sgw-link-card.button-panel .sgw-link-card__link{-webkit-box-flex:1;border:none;cursor:pointer;-ms-flex:1 1 auto;flex:1 1 auto;text-align:start}.elb .sgw-link-card.button-panel .sgw-link-card-title.title{font-weight:600}.elb .efaktura-sharing__list-wrapper,.elb .efaktura-sharing__list-wrapper .efaktura-sharing__list-intro{display:grid;gap:64px}.elb .efaktura-sharing__list-wrapper .efaktura-sharing__list-intro&gt;p{margin:0}.elb .efaktura-sharing__list-wrapper .efaktura-sharing__list-intro&gt;.sgw-button{justify-self:center}@media screen and (min-width:768px){.elb .efaktura-sharing__list-wrapper .efaktura-sharing__list-intro&gt;.sgw-button{justify-self:start}}.elb .efaktura-sharing__list-wrapper .efaktura-sharing__list-empty{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-items:center}.elb .efaktura-sharing__list-wrapper .efaktura-sharing__list-empty .sgw-rich-icon{margin:96px 0 24px;max-width:250px}@media screen and (min-width:768px){.elb .efaktura-sharing__list-wrapper .efaktura-sharing__list-empty{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.elb .efaktura-sharing__list-wrapper .efaktura-sharing__list-empty .sgw-rich-icon{margin:40px 0 24px}}.elb .efaktura-sharing__list-wrapper .no-shared-efaktura-info{padding-bottom:48px;padding-top:40px}.elb .efaktura-sharing__summary-wrapper{display:grid;gap:48px}.elb .efaktura-sharing__summary-wrapper .efaktura-sharing__summary-notice{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400}@media screen and (min-width:1024px){.elb .efaktura-sharing__summary-wrapper .efaktura-sharing__summary-notice{font-size:var(--font-size--regular)}}.elb .efaktura-sharing__creditor-list{list-style:none;margin:0;padding:0}.elb .efaktura-sharing__creditor-list .efaktura-sharing__creditor-list-item:first-of-type{border-top:1px solid var(--card-background-dark)}.elb .efaktura-sharing__creditor-list .efaktura-sharing__creditor-list-item{border-bottom:1px solid var(--card-background-dark);-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-areas:"name garbage" "number-label number-label" "number number";grid-template-columns:1fr auto;padding:24px 0}.elb .efaktura-sharing__creditor-list .efaktura-sharing__creditor-list-item .efaktura-sharing__creditor-list-item__name{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:700;grid-area:name;line-height:1.35;margin-bottom:16px}@media screen and (min-width:1024px){.elb .efaktura-sharing__creditor-list .efaktura-sharing__creditor-list-item .efaktura-sharing__creditor-list-item__name{font-size:var(--font-size--medium-large)}}.elb .efaktura-sharing__creditor-list .efaktura-sharing__creditor-list-item .efaktura-sharing__creditor-list-item__org-number-label{grid-area:number-label}.elb .efaktura-sharing__creditor-list .efaktura-sharing__creditor-list-item .efaktura-sharing__creditor-list-item__org-number{font-weight:600;grid-area:number}.elb .efaktura-sharing__creditor-list .efaktura-sharing__creditor-list-item .efaktura-sharing__creditor-list-item__garbage{grid-area:garbage}.elb .efaktura-sharing__creditor-list .efaktura-sharing__creditor-list-item&gt;p{margin:0;padding:0}.elb .empty-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .empty-card .empty-card__title{margin:24px 0;text-align:center}.elb .efaktura-sharing__update-shared-user-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .efaktura-sharing__update-shared-user-form .efaktura-sharing__update-shared-user{margin-bottom:64px}.elb .efaktura-sharing__update-shared-user-form .efaktura-sharing__delete-shared-user{-ms-flex-item-align:start;align-self:start}.elb .efaktura-sharing__update-shared-user-form .efaktura-sharing__navigation-buttons{margin-top:64px;-ms-flex-item-align:center;align-self:center}.elb .efaktura-sharing__update-shared-user-form .efaktura-sharing__navigation-buttons .navigation-buttons__cancel-button{margin-top:0}.elb .efaktura-sharing .efaktura-sharing__navigation-buttons{justify-self:center;margin-bottom:0;padding-top:0}.elb .scroll-to-top__wrapper{bottom:48px;display:none;left:0;opacity:0;position:fixed;right:0;z-index:1000;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s,display .2s;transition:opacity .2s,display .2s}.elb .scroll-to-top__wrapper.show{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .1s,display .1s;transition:opacity .1s,display .1s}.elb .scroll-to-top__wrapper .scroll-to-top__button.sgw-button.button--icon-negative{display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-min-content;height:-moz-min-content;height:min-content;width:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .scroll-to-top__wrapper .scroll-to-top__button.sgw-button.button--icon-negative .sgw-button__icon-container{background-color:var(--neutral-background);color:var(--typography-color-secondary)}.elb .scroll-to-top__wrapper .scroll-to-top__button.sgw-button.button--icon-negative:hover .sgw-button__icon-container{background-color:var(--form-theme-medium);-webkit-box-shadow:0 0 0 2px var(--white) inset;box-shadow:0 0 0 2px var(--white) inset;color:var(--typography-color-negative)}.elb .scroll-to-top__wrapper .scroll-to-top__button-label{color:var(--typography-color-negative);cursor:pointer;margin-top:8px}.elb .focus-monitor{position:relative}.elb .focus-monitor.active .backdrop{opacity:.9}.elb .focus-monitor .backdrop,.elb .focus-monitor.active .backdrop{-webkit-transition:opacity .25s ease-in-out,background-color .25s ease-in-out;transition:opacity .25s ease-in-out,background-color .25s ease-in-out}.elb .focus-monitor .backdrop{background-color:var(--form-theme-dark);height:100vh;left:0;opacity:0;position:fixed;top:0;width:100vw;z-index:997}.elb .focus-monitor .sub-focus-modal{background-color:var(--neutral-background);display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.elb .focus-monitor .sub-focus-modal .add-receiver__close-button{position:absolute;right:24px;top:24px}.elb .force-update-modal__link{margin-top:24px}.elb .futurepayments-frontpage-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 24px}@media screen and (min-width:768px){.elb .futurepayments-frontpage-card{margin:0}}.elb .futurepayments-frontpage-card .typography-subtitle-bold{margin-bottom:16px}.elb .futurepayments-frontpage-card .futurepayments-frontpage-card__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--theme-light);border-radius:12px;-ms-flex-direction:column;flex-direction:column;padding:12px 16px}.elb .futurepayments-frontpage-card .futurepayments-frontpage-card__link .amount{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--font-size--xlarge);font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .futurepayments-frontpage-card .futurepayments-frontpage-card__link .amount .sgw-icon{margin-left:12px;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .01s ease-out;transition:-webkit-transform .01s ease-out;transition:transform .01s ease-out;transition:transform .01s ease-out,-webkit-transform .01s ease-out}.elb .futurepayments-frontpage-card .futurepayments-frontpage-card__link .amount .sgw-icon .icon{color:var(--typography-color)}@media screen and (prefers-reduced-motion:no-preference){.elb .futurepayments-frontpage-card .futurepayments-frontpage-card__link .amount .sgw-icon{-webkit-transition-duration:.2s;transition-duration:.2s}}.elb .futurepayments-frontpage-card .futurepayments-frontpage-card__link.focus-visible .sgw-icon,.elb .futurepayments-frontpage-card .futurepayments-frontpage-card__link:hover .sgw-icon{-webkit-transform:translateX(8px);transform:translateX(8px)}.elb .futurepayments-frontpage-card .futurepayments-frontpage-card__link:focus{outline:none}.elb .futurepayments-frontpage-card .futurepayments-frontpage-card__link:focus-visible{-webkit-box-shadow:0 0 0 2px var(--form-theme-dark) inset;box-shadow:0 0 0 2px var(--form-theme-dark) inset}.elb .futurepayments-frontpage-card.skeleton{padding-right:24px}.elb .future-payments-efaktura .skeleton-advanced-link-panel{background-color:var(--card-background-light);border-radius:20px;padding:24px}@media screen and (min-width:768px){.elb .sgw-layout-item.seven .future-payments-efaktura.sgw-content{padding:0}.elb .future-payments-efaktura{margin:0;padding:0}}@media screen and (min-width:1024px){.elb .future-payments-filter-modal__footer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:0;padding:0 24px}.elb .themed-list-wrapper .themed-list-wrapper__header{display:grid;grid-template-areas:"bg title";grid-template-columns:auto 1fr}.elb .themed-list-wrapper .themed-list-wrapper__header .themed-list-wrapper__title{grid-area:title;padding-top:32px;position:relative;z-index:1}.elb .themed-list-wrapper .themed-list-wrapper__header .themed-list-wrapper__background-wrapper{grid-area:bg;grid-column:1/-1;padding-top:48px;position:relative}.elb .themed-list-wrapper .themed-list-wrapper__header .themed-list-wrapper__background-wrapper.with-title{padding:0}.elb .themed-list-wrapper .themed-list-wrapper__header .themed-list-wrapper__background-wrapper .themed-list-wrapper__background{background-color:var(--theme-light);border-radius:20px;inset:0 0 -300px;margin-bottom:0;margin-left:-48px;max-height:450px;position:absolute}.elb .themed-list-wrapper .themed-list-wrapper__content{padding-right:48px;position:relative}}.elb .future-payments__list-filter-container{display:grid;grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-bottom:24px}.elb .future-payments-list__wrapper .search-reset-button{justify-self:start}.elb .immediate-payment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.elb .immediate-payment{padding-left:24px;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}}.elb .invoice-archive__ingress{margin:0 0 32px}.elb .invoice-archive__future-payments-efaktura{display:block;margin-bottom:32px}@media(min-width:1024px){.elb .invoice-archive__future-payments-efaktura{display:none}}.elb .keep-alive{height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .keep-alive,.elb .keep-alive__button-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .keep-alive__button-row&gt;*{margin:24px 12px 40px}.elb .keep-alive-modal__wrapper.sgw-modal-dialog__container.is-showing{z-index:1500}.elb .keep-alive-modal__wrapper.sgw-modal-dialog__container.is-showing .keep-alive-modal{z-index:2000}.elb .kredittbanken-tasks__title{padding-left:24px}.elb .kredittbanken-tasks__info-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;font-style:italic;font-weight:300;justify-content:center;margin:auto 0 -24px;padding:64px 0 40px}@media screen and (max-width:568px){.elb .kredittbanken-tasks__info-text{bottom:24px;left:0;position:fixed;right:0}}.elb .kredittbanken-kyc__info .kredittbanken-kyc__icon{min-width:216px}.elb .kredittbanken-kyc__link{margin-top:40px}.elb .last-login-container{bottom:48px;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;position:fixed;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 24px;pointer-events:none;z-index:999}.elb .last-login-container .last-login{-webkit-animation:animate-in .2s ease,animate-out .2s ease 4s;animation:animate-in .2s ease,animate-out .2s ease 4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;background-color:var(--card-background-light);border:2px solid var(--form-theme-dark);border-radius:6px;font-size:var(--font-size--small);font-weight:600;margin:0;padding:12px 16px;position:relative;z-index:999}.elb .last-login-container .last-login__label{font-weight:700}@-webkit-keyframes animate-in{0%{opacity:0;-webkit-transform:translateY(calc(100% + 48px));transform:translateY(calc(100% + 48px))}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes animate-in{0%{opacity:0;-webkit-transform:translateY(calc(100% + 48px));transform:translateY(calc(100% + 48px))}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes animate-out{0%{opacity:1}to{opacity:0}}@keyframes animate-out{0%{opacity:1}to{opacity:0}}.elb .loan-view__links{display:none;text-align:initial;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.elb .loan-view__links.has-actions{margin-top:var(--row-gap)}.elb .loan-view__links.has-links{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .loan-view__links .loan-view__detail-loan-link-desktop{display:none}@media screen and (min-width:1024px){.elb .loan-view__links.has-links{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .loan-view__links .loan-view__detail-loan-link-desktop{display:unset}}.elb .account-details__loan-downpaid{-ms-flex-item-align:center;align-self:center}@media screen and (min-width:568px){.elb .account-details__loan-downpaid{-ms-flex-item-align:start;align-self:flex-start}}.elb .loan-account-details{margin-bottom:48px}.elb .loan-account-details .loan-title{margin-left:0}.elb .loan-account-details .loan-title .account-details__name{text-align:start}.elb .loan-account-details .sgw-account-details__wrapper{padding-bottom:64px;padding-left:24px;padding-right:24px}@media screen and (min-width:1024px){.elb .loan-account-details .sgw-account-details__wrapper{padding-bottom:0;padding-left:0;padding-right:0}}.elb .loan-details{align-self:stretch;font-size:var(--font-size--medium);grid-area:additional-info;text-align:start;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:16px}.elb .loan-details,.elb .loan-details .loan-details__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.elb .loan-details .loan-details__content{-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0}@media screen and (min-width:768px){.elb .loan-details .loan-details__content{-webkit-box-pack:unset;-ms-flex-pack:unset;gap:8px;justify-content:unset}.elb .loan-details{padding:16px 24px 0 0}}.elb .loan-details dd{font-weight:600}.elb .loan-details__skeleton{padding-right:24px}.elb .loan-view-actions__wrapper{grid-column:2}.font-scale-large .elb .loan-view-actions__wrapper{grid-column:1}.font-scale-large .elb .loan-details{grid-template-columns:1fr}.font-scale-large .elb .loan-details dd{text-align:start}.elb .loan-details-skeleton{width:auto}.elb .loan-details-skeleton .account-details__row{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .loan-details__content .account-details__row.row-button__container{cursor:pointer}.elb .loan-details__content .account-details__row.row-button__container .account-details__row-value .sgw-icon{margin-left:8px}.elb .loan-details-skeleton__list{border-radius:20px;overflow:hidden}.elb .loan-details-skeleton__list&gt;.account-details__row,.elb .loan-details-skeleton__list&gt;.account-details__row:first-child{border:none}@media screen and (min-width:768px){.elb .loan-details__content .account-details__list_container{margin:0}.elb .loan-details__content .account-details__row{margin-left:0;margin-right:0}.elb .loan-details__content .account-details__list_container&gt;.account-details__row{padding:0}.elb .loan-details__content .account-details__section_header{font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:700;line-height:1.35;margin-top:0}}@media screen and (min-width:768px)and (min-width:1024px){.elb .loan-details__content .account-details__section_header{font-size:var(--font-size--medium-large)}}@media screen and (min-width:768px){.elb .loan-details-skeleton__list{border-radius:20px;overflow:hidden}}.elb .effective-interest-info-modal{text-align:left}.elb .effective-interest-info-button-container{margin-top:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px;padding-top:40px}.elb .effective-interest-info-button-container,.elb .loan-details-owners-skeleton .account-details__row{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .loan-details-interest-container{margin-top:40px}.elb .loan-details-interest,.elb .loan-details-interest-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .loan-details-interest{background-color:var(--theme-light);border-radius:20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:16px;padding:32px 40px 24px;text-align:center;width:100%}.elb .loan-details-interest__label{font-weight:600}.elb .loan-details-interest__label--small{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400}@media screen and (min-width:1024px){.elb .loan-details-interest__label--small{font-size:var(--font-size--regular)}}.elb .loan-details-interest__value{font-size:var(--font-size--largest);font-weight:700}.elb .loan-details-payment-plan-message{margin-top:24px}.elb .loan-details-owners__list-not-found{padding:0 24px}.elb .loan-details-interest--skeleton.loan-details-interest{background-color:var(--card-background-light)}@media screen and (min-width:768px){.elb .loan-details-owners{border:2px dashed var(--theme-medium);border-radius:20px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px;width:85%}.elb .loan-details-owners .loan-details-owners__list{margin:0}.elb .loan-details-owners .loan-details-owners__list .details-list__item{border:none;display:block;margin-bottom:24px;padding:0}.elb .loan-details-owners .loan-details-owners__list .details-list__item:first-child{border:none}.elb .loan-details-owners .details-list__item-value{margin-left:0;margin-top:8px}.elb .loan-details-owners .details-list__title{margin-top:0}.elb .loan-details-owners-skeleton{background-color:var(--card-background-light);border-radius:20px;padding:24px;width:auto}.elb .loan-details-owners-skeleton .account-details__row{display:block}.elb .loan-details-interest-container{margin-left:15%;margin-top:-40px;width:85%}.elb .loan-details-interest__value{font-size:var(--font-size--largest)}.elb .loan-details-payment-plan-message{-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:15%;width:85%}.elb .loan-details-interest--skeleton,.elb .loan-details-payment-plan-message--skeleton{display:none}}.elb .loan-overview .link-panel-advanced{margin-bottom:8px}.elb .loan-overview__no-loans{text-align:center}.elb .loan-overview__no-loans .typography-h3{margin-bottom:8px}.elb .loan-overview__no-loans p{margin-top:8px}.elb .loan-overview-content{margin:0;padding:0}.elb .loan-overview--skeleton{background:var(--card-background-light);border-bottom:1px solid var(--border-color-neutral-light);border-radius:0;margin-bottom:0;padding:16px}.elb .loan-overview--skeleton:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.elb .loan-overview--skeleton:last-of-type{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.elb .loan-overview--skeleton .react-loading-skeleton{border-radius:6px}@media screen and (min-width:768px){.elb .sgw-list-panel__wrapper--footer.loan-overview__footer{grid-column:1/7}}.elb .sgw-list-panel__wrapper--footer.loan-overview__footer{margin:0 var(--minus-gap) 24px 0}.elb .total-account-balance__wrapper{color:var(--typography-color);font-weight:400;margin-top:16px;text-align:right}.elb .total-account-balance__content{padding-right:2px}.elb .total-account-balance__content span{font-weight:700}@media screen and (min-width:768px){.elb .loan-overview-content .loan-overview__error{background-color:var(--neutral-background);border:2px solid var(--form-theme-pastel)}}.elb .sgw-expand-table-desktop,.elb .sgw-expand-table-desktop table{border-collapse:collapse}.elb .sgw-expand-table-desktop thead{color:var(--form-theme-medium);font-weight:700}.elb .sgw-expand-table-desktop .arrow-icon{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.elb .sgw-expand-table-desktop .arrow-icon.open{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.elb .sgw-expand-table-desktop th{text-align:left}.elb .sgw-expand-table-desktop td,.elb .sgw-expand-table-desktop th{border-bottom:1px solid var(--border-color-neutral-medium)}.elb .sgw-expand-table-desktop td:last-child,.elb .sgw-expand-table-desktop th:last-child{text-align:right}.elb .sgw-expand-table-desktop .table-cell-content{display:block;padding:16px}.elb .sgw-expand-table-desktop .table-cell,.elb .sgw-expand-table-desktop th{padding:16px}.elb .sgw-expand-table-desktop td button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;border:none;padding:16px;position:relative}.elb .sgw-expand-table-desktop td button:hover{color:var(--form-theme-medium)}.elb .sgw-expand-table-desktop td button:focus{outline:none}.elb .sgw-expand-table-desktop td button:focus-visible:before{border:2px solid var(--form-theme-dark);border-radius:24px;bottom:8px;content:"";left:4px;position:absolute;right:4px;top:8px}.elb .sgw-expand-table-desktop td.bold-column{font-weight:700}.elb .sgw-expand-table-desktop .table-header-row{background-color:var(--card-background-light)}.elb .sgw-expand-table-desktop .table-header-row&gt;:first-child{padding:0}.elb .sgw-expand-table-desktop .sub-table-container{border:none;padding:0}.elb .sgw-expand-table-desktop .sub-table{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .sgw-expand-table-desktop .sub-table-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.elb .sgw-expand-table-desktop .collapsed tr{visibility:collapse}.elb .sgw-expand-table-mobile .sgw-tabs__buttons{-ms-flex-wrap:unset;flex-wrap:unset;overflow-x:auto;-webkit-box-pack:unset;-ms-flex-pack:unset;background-color:transparent;justify-content:unset;margin:0 -24px 16px}.elb .sgw-expand-table-mobile .sgw-tabs__buttons .sgw-tab-button{font-weight:400;line-height:1.5;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;padding:10px 16px}.elb .sgw-expand-table-mobile .sgw-tabs__buttons .sgw-tab-button:first-child{margin-left:8px}.elb .sgw-expand-table-mobile .sgw-tabs__buttons .sgw-tab-button:last-child{margin-right:8px}.elb .sgw-expand-table-mobile .sgw-tabs__buttons .sgw-tab-button.is-selected{font-weight:600}.elb .sgw-expand-table-mobile .sgw-tabs__buttons:has(.focus-visible) .sgw-tabs__highlight-box:before{border:2px solid var(--form-theme-dark);border-radius:24px;bottom:0;left:0;right:0;top:0}.elb .sgw-expand-table-mobile table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .sgw-expand-table-mobile tbody{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elb .sgw-expand-table-mobile tr{border:1px solid var(--border-color-neutral-medium);border-bottom:none;display:grid;grid-template-columns:auto auto;padding:16px 24px;grid-column-gap:8px}.elb .sgw-expand-table-mobile tr:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.elb .sgw-expand-table-mobile tr:last-child{border-bottom:1px solid var(--border-color-neutral-medium);border-bottom-left-radius:6px;border-bottom-right-radius:6px}.elb .sgw-expand-table-mobile td{display:block;font-size:var(--font-size--small);grid-column:1/3;text-align:right}.elb .sgw-expand-table-mobile td:before{content:attr(data-label);float:left;margin-right:8px;text-align:left}.elb .sgw-expand-table-mobile td:first-child,.elb .sgw-expand-table-mobile td:nth-child(2){font-size:var(--font-size--regular);font-weight:600;margin-bottom:4px}.elb .sgw-expand-table-mobile td:first-child:before,.elb .sgw-expand-table-mobile td:nth-child(2):before{content:unset}.elb .sgw-expand-table-mobile td:first-child{grid-column:1;text-align:left}.elb .sgw-expand-table-mobile td:nth-child(2){grid-column:2}.elb .sgw-expand-table-mobile td:last-child{color:var(--form-theme-medium);font-style:italic;margin-top:16px}.elb .sgw-expand-table-mobile tbody:first-of-type{margin-bottom:24px}.elb .sgw-expand-table-mobile tbody:last-child tr{background-color:var(--form-theme-xtra-light);border:none;border-radius:6px}.font-scale-large .elb .sgw-expand-table-mobile td{grid-column:1;text-align:left}.font-scale-large .elb .sgw-expand-table-mobile td:before{display:block;float:unset;margin-right:0}.elb .loan-repayment-plan-skeleton__button-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-24px;margin-top:36px;overflow:hidden}.elb .loan-repayment-plan-skeleton__button{margin-right:32px}.elb .loan-repayment-plan-skeleton__list{margin:24px 0 0;padding:0}.elb .loan-repayment-plan-skeleton-mobile-item{border:1px solid var(--card-background-dark);border-bottom:none;list-style-type:none;padding:16px 24px}.elb .loan-repayment-plan-skeleton-mobile-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.elb .loan-repayment-plan-skeleton-mobile-item__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .loan-repayment-plan-skeleton-mobile-item__row:first-child{margin-bottom:4px}.elb .loan-repayment-plan-skeleton-mobile-item__row:last-child{margin-top:13px}.elb .loan-repayment-plan-skeleton-desktop__header,.elb .loan-repayment-plan-skeleton-desktop__row,.elb .loan-repayment-plan-skeleton-desktop__sub-row{border-bottom:1px solid var(--card-background-dark);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px}.elb .loan-repayment-plan-skeleton-desktop__row{background-color:var(--card-background-light)}.elb .loan-repayment-plan-skeleton-desktop__row&gt;*{height:26px}.font-scale-large .elb .login__toggle-biometrics{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elb .move-avtalegiro .sgw-info-card .sgw-rich-icon{background-size:contain}.elb .move-avtalegiro__action-button-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.elb .move-avtalegiro .move-avtalegiro-form__form-content,.elb .move-avtalegiro__action-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .move-avtalegiro .move-avtalegiro-form__form-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:48px}.elb .move-avtalegiro .move-avtalegiro-form__intro-wrapper{margin-bottom:32px}.elb .move-avtalegiro .move-avtalegiro-form__choose-all-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.elb .move-avtalegiro .move-avtalegiro__success-wrapper .move-avtalegiro__action-button-wrapper{margin-top:48px}.elb .move-avtalegiro .move-avtalegiro__success-wrapper--info-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px 0;text-align:start}.elb .move-avtalegiro .move-avtalegiro__success-wrapper--info-message-italic{font-style:italic}.elb .move-avtalegiro .move-avtalegiro-form__error-message{margin-top:24px}.elb .avtalegiro-result-warning-card .avtalegiro-result-warning-card__description{text-wrap:pretty}.elb .avtalegiro-result-warning-card .move-avtalegiro__action-button-wrapper{margin-top:48px}.elb .move-avtalegiro-form__no-avtalegiro .move-avtalegiro__action-button-wrapper{margin-top:32px}.elb .move-avtalegiro-loading-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:60vh}@media screen and (min-width:768px){.elb .move-avtalegiro-loading-wrapper{min-height:40vh}}.elb .multi-approval-efaktura{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .multi-approval-efaktura__intro-wrapper{margin:48px 0 24px}.elb .multi-approval-efaktura__intro-wrapper-title{font-size:var(--font-size--medium)}.elb .multi-approval-efaktura .multi-approval-efaktura__modal-title-wrapper{text-align:center}.elb .multi-approval-efaktura .multi-approval-efaktura__modal-submit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .multi-approval-efaktura .multi-approval-efaktura__modal-warning-message{margin-top:12px}.elb .multi-approval-efaktura .multi-approval-efaktura__modal-warning-message-wrapper{gap:4px}.elb .multi-approval-efaktura .multi-approval-efaktura__list,.elb .multi-approval-efaktura .multi-approval-efaktura__modal-warning-message-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .multi-approval-efaktura .multi-approval-efaktura__list{gap:12px;list-style:none;margin:0;padding:0}.elb .multi-approval-efaktura .multi-approval-efaktura__list--intro{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:12px;margin-bottom:24px}@media screen and (min-width:1024px){.elb .multi-approval-efaktura .multi-approval-efaktura__list--intro{margin-bottom:32px}}.elb .multi-approval-efaktura .multi-approval-efaktura__list--intro-title{margin:0}.elb .multi-approval-efaktura .multi-approval-efaktura__list--intro-title.skeleton{height:21px}@media screen and (min-width:1024px){.elb .multi-approval-efaktura .multi-approval-efaktura__list--intro-title.skeleton{height:30px;margin-bottom:12px}}.elb .multi-approval-efaktura .multi-approval-efaktura__list--intro-button.skeleton{margin-top:16px}@media screen and (min-width:1024px){.elb .multi-approval-efaktura .multi-approval-efaktura__list--intro-button.skeleton{margin-top:0}}.elb .multi-approval-efaktura .multi-approval-efaktura__list--intro-amount{font-style:italic;font-weight:300;text-align:end}.elb .multi-approval-efaktura .multi-approval-efaktura__modal-status-wrapper{margin:auto 0;padding-top:0}.elb .multi-approval-efaktura .multi-approval-efaktura__modal-status-wrapper .multi-approval-efaktura__modal-status-description{margin:8px 0 0}.elb .multi-approval-efaktura .multi-approval-efaktura__modal-status-wrapper .multi-approval-efaktura__modal-status-button{margin-top:48px;padding:0}.elb .multi-approval-efaktura .multi-approval-efaktura__modal-status-wrapper .multi-approval-efaktura__modal-success-button{margin-top:48px}.elb .multi-approval-efaktura .multi-approval-efaktura__account-feedback-wrapper{margin-top:12px}.elb .multi-approval-efaktura .multi-approval-efaktura__approve-all-button{-ms-flex-item-align:center;align-self:center;margin-top:32px}@media screen and (min-width:1024px){.elb .multi-approval-efaktura .multi-approval-efaktura__approve-all-button{margin-top:48px}}.elb .sgw-expand-card{border:2px solid var(--form-theme-pastel);border-radius:12px}.elb .sgw-expand-card.expanded{background-color:var(--card-background)}.elb .sgw-expand-card .sgw-expand-card__header{border-radius:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;width:100%}.elb .sgw-expand-card .sgw-expand-card__header-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:24px 0 24px 24px}.elb .sgw-expand-card .sgw-expand-card__title-row{margin:0}.elb .sgw-expand-card .sgw-expand-card__title{display:block;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--regular);font-weight:700;line-height:1.35;margin-right:16px}@media screen and (min-width:1024px){.elb .sgw-expand-card .sgw-expand-card__title{font-size:var(--font-size--medium-large)}}.elb .sgw-expand-card .sgw-expand-card__subtitle{display:grid;gap:4px;margin:8px 0 0}.elb .sgw-expand-card .sgw-expand-card__extra-subtitle{display:block;font-family:Open Sans,Arial,sans-serif;font-size:var(--font-size--small);font-weight:400;margin:0 0 8px}@media screen and (min-width:1024px){.elb .sgw-expand-card .sgw-expand-card__extra-subtitle{font-size:var(--font-size--regular)}}.elb .sgw-expand-card .sgw-expand-card__label{margin-top:8px}.elb .sgw-expand-card .sgw-expand-card__content{padding:16px 24px 24px}.elb .sgw-expand-card .sgw-expand-card__button.button--icon-dark{height:70px;padding:1rem;width:70px}@media screen and (min-width:1024px){.elb .sgw-expand-card .sgw-expand-card__title-row{display:grid;grid-template-columns:auto auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .sgw-expand-card .sgw-expand-card__title{grid-column:1;grid-row:1}.elb .sgw-expand-card .sgw-expand-card__extra-subtitle{grid-column:2;margin:0}}.elb .custom-select__label{display:block;margin-bottom:16px}.elb .custom-select__focus-wrapper{background-color:var(--neutral-background);border:1px solid var(--form-theme-pastel);border-radius:6px;outline:none;position:relative}.elb .custom-select__focus-wrapper--open{border-color:var(--form-theme-dark);border-radius:6px 6px 0 0}.elb .custom-select__focus-wrapper--open .custom-select__button{border-radius:6px 6px 0 0}.elb .custom-select__focus-wrapper:has(.custom-select__button:focus-visible){border-color:var(--form-theme-dark)}.elb .custom-select__button,.elb .custom-select__focus-container{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .custom-select__button{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:6px}.elb .custom-select__option-list{background-color:var(--neutral-background);display:none;left:-1px;list-style:none;margin:0;padding:0;position:absolute;right:-1px;top:100%;z-index:1000;-webkit-box-orient:vertical;-webkit-box-direction:normal;border:1px solid var(--form-theme-pastel);border-radius:0 0 6px 6px;border-top:none;-ms-flex-direction:column;flex-direction:column;max-height:350px;overflow-y:auto}.elb .custom-select__option-list--open{border-color:var(--form-theme-dark);display:-webkit-box;display:-ms-flexbox;display:flex}.elb .custom-select__button,.elb .custom-select__option-item-button{background-color:inherit;border:none;cursor:pointer;padding:12px 24px;text-align:left}.elb .custom-select__button.focus-visible,.elb .custom-select__button:focus,.elb .custom-select__option-item-button.focus-visible,.elb .custom-select__option-item-button:focus{outline:none}.elb .custom-select__option-item{border-bottom:1px solid var(--form-theme-xtra-light);display:-webkit-box;display:-ms-flexbox;display:flex}.elb .custom-select__option-item:last-child{border-bottom:none}.elb .custom-select__option-item-button{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;padding:16px 24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .custom-select__option-item-button:focus-visible,.elb .custom-select__option-item-button:hover{background-color:var(--card-background-dark)}.elb .custom-select__option-item--selected{background-color:var(--theme-light)}.elb .custom-select__skeleton .custom-select__focus-wrapper{border:none;padding:0}.elb .account-transaction-notification-settings{border-top:1px solid var(--form-theme-pastel);margin-top:24px;padding-top:24px}.elb .account-transaction-notification-settings__intro-section{gap:16px;margin-bottom:16px}.elb .account-transaction-notification-settings__active-toggle-list,.elb .account-transaction-notification-settings__intro-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .account-transaction-notification-settings__active-toggle-list{gap:12px;list-style:none;margin:0;padding:0}.elb .account-transaction-notification-settings__active-toggle-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .account-transaction-notification-settings__active-toggle-button{background-color:var(--form-theme-xtra-light);border:none;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px;text-align:start;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:12px;justify-content:space-between;line-height:1.5}.elb .account-transaction-notification-settings__active-toggle-button-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;line-height:1.5}.elb .account-transaction-notification-settings__active-toggle-confirmation-dialog{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .account-transaction-notification-settings__active-toggle-confirmation-dialog-submit-wrapper{padding:0}.elb .account-transaction-notification-settings__collapsable-section{background-color:var(--form-theme-xtra-light);border:2px solid var(--neutral-background);border-radius:6px;list-style:none;padding:0}.elb .account-transaction-notification-settings__collapsable-section:has(.account-transaction-notification-settings__edit-intro-section:focus-visible){outline:2px solid var(--form-theme-dark)}.elb .account-transaction-notification-settings__collapsable-section--skeleton{border:2px solid transparent}.elb .account-transaction-notification-settings__edit-intro-section{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;list-style:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;cursor:pointer;justify-content:space-between;padding:16px}.elb .account-transaction-notification-settings__edit-intro-section:focus-visible{outline:none}.elb .account-transaction-notification-settings__edit-intro-section::-webkit-details-marker{display:none}.elb .account-transaction-notification-settings__edit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.elb .account-transaction-notification-settings__edit-wrapper--open .account-transaction-notification-settings__cancel-text{opacity:1}.elb .account-transaction-notification-settings__edit-wrapper--open .account-transaction-notification-settings__edit-icon{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.elb .account-transaction-notification-settings__cancel-text{opacity:0;-webkit-transition:opacity 0s ease-in-out;transition:opacity 0s ease-in-out;will-change:opacity}@media(prefers-reduced-motion:no-preference){.elb .account-transaction-notification-settings__cancel-text{-webkit-transition-duration:.2s;transition-duration:.2s}}.elb .account-transaction-notification-settings__edit-icon-wrapper{background-color:var(--button-background-color);border-radius:50%;color:var(--button-text-color);height:24px;width:24px}.elb .account-transaction-notification-settings__edit-icon{-webkit-transition:-webkit-transform 0s ease-in-out;transition:-webkit-transform 0s ease-in-out;transition:transform 0s ease-in-out;transition:transform 0s ease-in-out,-webkit-transform 0s ease-in-out;will-change:transform}@media(prefers-reduced-motion:no-preference){.elb .account-transaction-notification-settings__edit-icon{-webkit-transition-duration:.2s;transition-duration:.2s}}.elb .account-transaction-notification-settings__form{display:-webkit-box;display:-ms-flexbox;display:flex;margin:32px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;padding:0 16px}.elb .account-transaction-notification-settings__form-submit{-ms-flex-item-align:center;align-self:center}.elb .account-transaction-notification-settings__form-select-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.elb .account-transaction-notification-settings__form-error{-ms-flex-item-align:start;align-self:start}.elb .notifications-settings__toggle-item{display:grid;gap:6px;grid-template-columns:1fr auto;padding:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--neutral-background);border:2px solid var(--form-theme-light);border-radius:6px}.elb .notifications-settings__toggle-item-labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.elb .notifications-settings__toggle-item--enabled{background:var(--form-theme-xtra-light);border-color:transparent}.elb .notifications-settings__toggle-item--as-header{background-color:transparent;border-radius:0;padding:0}.elb .notifications-settings__toggle-item--as-header.notifications-settings__toggle-item--enabled{background-color:transparent}.elb .notifications-settings__toggle-item .sgw-label{margin-top:12px}.elb .notifications-settings__toggle-item-skeleton{background-color:inherit;border:none;padding:0}.elb .notifications-settings__main-switch{margin-bottom:48px}.elb .notifications-settings__main-switch .notifications-settings__toggle-item-error{grid-column:1/-1}.elb .notifications-settings__rule-heading{margin-bottom:12px;padding:0 12px}.elb .notifications-settings__switches{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;padding:0 12px}.elb .notifications-settings__toggle-group{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .notifications-settings__toggle-group&gt;:nth-child(n+3){grid-column:1/-1}.elb .notifications-settings__salary-notifications .notifications-settings__toggle-item{border-bottom:1px solid var(--form-theme-pastel);margin-bottom:24px;padding-bottom:16px}.elb .notifications-settings__salary-notifications__select-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;justify-content:space-between}.elb .notifications-settings__salary-notifications__select-content{gap:4px}.elb .notifications-settings__category,.elb .notifications-settings__salary-notifications__select-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .notifications-settings__category{background-color:var(--form-theme-light);border-radius:6px;gap:24px;padding:16px}.elb .notifications-settings__category-header{font-size:var(--font-size--regular);font-weight:700;margin-bottom:0}.elb .notifications-settings__category-header-wrapper{margin-top:8px}.elb .notifications-settings__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.elb .notifications-settings__toggle-group-error{margin-top:16px}.elb .notifications-settings__info-message{margin-top:12px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;grid-column:1/-1}.elb .notifications-settings__error-message{margin:0 -24px;padding-top:32px}.elb .notifications-settings__error-message&gt;*{margin:0 24px}.elb .notifications-settings__gdpr-message{padding-top:48px}.elb .notifications-settings__gdpr-message--text{white-space:pre-wrap}.elb .notifications-settings__gdpr-message--location{font-style:italic}.elb .outbox-approval-list-skeleton{grid-column:1/span 10}.elb .outbox-approval-list-skeleton .account-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .outbox-approval-list-skeleton .outbox-approval-list-list{text-align:left;width:100%}.elb .outbox-approval-list-skeleton .outbox-approval-list-list .month-year-label{margin:4px 24px 8px}.elb .outbox-approval-list-skeleton .outbox-approval-list-list .outbox-approval-list-list-item{background:var(--card-background-light);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;border-radius:12px;height:166px;justify-content:space-between;margin-bottom:24px;padding:16px 24px}.elb .approval-list-item-details__item{border-bottom:1px solid var(--form-theme-xtra-light);padding:16px}.elb .approval-list-item-details__item:last-of-type{border-bottom:none}@media screen and (min-width:768px){.elb .approval-list-item-details__item{border-bottom:none;padding:12px 24px}}.elb .approval-list-item-details__item .approval-list-item__item-label,.elb .approval-list-item-details__item .approval-list-item__item-value{margin:0}.elb .approval-list-item-details__item .approval-list-item__item-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}@media screen and (min-width:768px){.elb .approval-list-item-details__item .approval-list-item__item-label{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.elb .approval-list-item-details__item .approval-list-item__item-label .typography-caption{color:var(--typography-color-secondary)}.elb .approval-list-item-details__item .approval-list-item__item-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0 8px}.elb .outbox-view__wrapper{display:grid;grid-row-gap:16px;background:var(--form-theme-xtra-light);border-radius:6px;grid-template-areas:"checkbox" "approval-item-details" "additional-info" "button-wrapper";grid-template-columns:1fr;padding:16px 16px 24px}.elb .outbox-view__wrapper.without-checkbox{grid-column-gap:0;grid-template-areas:"approval-item-details" "additional-info" "button-wrapper"}@media screen and (min-width:768px){.elb .outbox-view__wrapper{grid-column-gap:16px;grid-template-areas:"checkbox approval-item-details approval-item-details" "checkbox additional-info additional-info" "checkbox button-wrapper button-wrapper";grid-template-columns:auto 1fr auto;padding:24px}.elb .outbox-view__wrapper.without-checkbox{grid-template-areas:"approval-item-details approval-item-details" "additional-info additional-info" "button-wrapper button-wrapper";grid-template-columns:1fr auto}}@media screen and (max-width:360px){.elb .outbox-view__wrapper{grid-column-gap:12px;padding:12px}}@media screen and (max-width:339px){.elb .outbox-view__wrapper{grid-template-areas:"checkbox" "approval-item-details" "additional-info" "button-wrapper";grid-template-columns:auto}.elb .outbox-view__wrapper .outbox-approval-list-item__checkbox{margin-bottom:16px}}.elb .outbox-view__wrapper .outbox-view__approval-item-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:button-wrapper;margin-top:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px 16px}.elb .outbox-view__wrapper .outbox-view__approval-item-button-wrapper .outbox-view__approval-item-buttons,.elb .outbox-view__wrapper .outbox-view__approval-item-button-wrapper .outbox-view__approval-item__signing-warnings{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media screen and (min-width:768px){.elb .outbox-view__wrapper .outbox-view__approval-item-button-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .outbox-view__wrapper .outbox-view__approval-item-button-wrapper .outbox-view__approval-item-buttons{margin-left:auto}}.elb .outbox-view__wrapper .additional-info{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:additional-info;margin-left:16px;margin-top:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;gap:24px}@media screen and (min-width:768px){.elb .outbox-view__wrapper .additional-info{margin-left:24px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.elb .outbox-view__wrapper .additional-info .additional-info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}@media screen and (min-width:768px){.elb .outbox-view__wrapper .additional-info .additional-info-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:768px){.elb .outbox-view__wrapper .additional-info .additional-info-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.elb .outbox-view__wrapper .additional-info .additional-info-item p{margin-bottom:0;margin-top:0;overflow:hidden;word-break:normal}.elb .outbox-view__wrapper .additional-info .additional-info-item .additional-info-title{color:var(--typography-color-secondary);font-size:var(--font-size--small);font-weight:600;margin-right:6px}.elb .outbox-view__wrapper .additional-info .additional-info-item .additional-info-value{color:var(--typography-color);font-size:var(--font-size--regular);font-weight:600}@media screen and (min-width:768px){.elb .outbox-view__wrapper .additional-info .additional-info-item .additional-info-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.elb .outbox-view__wrapper .additional-info .additional-info-item .additional-info-value .additional-info-value__suffix{margin-left:8px}.elb .outbox-view__wrapper .approval-list-item-details-container{background:var(--neutral-background);border-radius:6px;display:grid;gap:8px;grid-template-columns:1fr;margin:0;grid-column-gap:8px;grid-area:approval-item-details;-webkit-transition:background-color .1s ease-out,height .1s ease-out;transition:background-color .1s ease-out,height .1s ease-out}@media screen and (min-width:768px){.elb .outbox-view__wrapper .approval-list-item-details-container{grid-template-columns:1fr 1fr 1fr}}.elb .outbox-view__wrapper .approval-list-item-details-container .fromaccount-name,.elb .outbox-view__wrapper .approval-list-item-details-container .toaccount-name{font-weight:600}.elb .outbox-view__wrapper .approval-list-item-details-container .amount{font-weight:700}.elb .outbox-view__wrapper .approval-list-item-details-container .fromaccount-number,.elb .outbox-view__wrapper .approval-list-item-details-container .toaccount-number{font-size:var(--font-size--small)}.elb .outbox-view__right-border{padding-right:24px}@media screen and (min-width:768px){.elb .outbox-view__right-border{border-right:1px solid var(--form-theme-pastel)}}.elb .outbox-view__error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.elb .outbox-view__error{margin-left:12px}}@media screen and (max-width:768px){.elb .outbox-view__error{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:16px}}.elb .outbox-view__error span{background-color:var(--purple-medium);border-radius:6px;font-size:var(--font-size--smallest);font-weight:600;padding:4px 8px}.elb .outbox-view__date-error-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:768px){.elb .outbox-view__date-error-wrapper{margin-left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.elb .outbox-approval-list__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;gap:16px 32px;margin-bottom:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elb .outbox-approval-list__header&gt;h2{margin-bottom:0}.elb .outbox-approval-list__header .outbox-approval-list__total{font-size:var(--font-size--small);font-style:italic}@media screen and (min-width:768px){.elb .outbox-approval-list__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .outbox-approval-list__header.only-total .outbox-approval-list__total{margin-left:auto}}.elb .outbox-item__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:6px;-ms-flex-direction:column;flex-direction:column}.elb .outbox-item__container .sgw-error-card{padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.elb .outbox-item__container .sgw-error-card button:first-of-type{margin-right:24px}.elb .item-error_wrapper .sgw-card__title{margin-top:4px}.elb .item-error_wrapper .sgw-card.sgw-card__common-card{padding:16px}.elb .outbox-item-success{border:2px solid var(--form-theme-pastel-light);border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;height:208px;max-height:208px}.elb .outbox__centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elb .edit-outbox-modal-content__modal{min-height:600px}.elb .transaction-form .edit-outbox-modal-content__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:submit;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:24px}@media screen and (max-width:768px){.elb .transaction-form .edit-outbox-modal-content__buttons{margin-top:32px}}.elb .edit-outbox-modal-content__button-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.elb .modal-body__success-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%}.elb .modal-body__success-wrapper .modal-body__success{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.elb .modal-body__button{margin-left:16px}.elb .modal-body__buttons{margin-top:48px}.elb .modal-body__exit-placeholder{height:44px}.elb .outbox-approval-list-title{margin-bottom:24px}.elb .outbox-approval-list-wrapper{-webkit-transition:background-color .1s ease-out,height .1s ease-out;transition:background-color .1s ease-out,height .1s ease-out}.elb .outbox-approval-list-wrapper .transaction-form__approve-all-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:64px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}@media screen and (min-width:768px){.elb .outbox-approval-list-wrapper .transaction-form__approve-all-button{margin-bottom:80px}}.elb .outbox-approval-list-wrapper .approval-list-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.elb .outbox-approval-list-wrapper .approval-list-item-wrapper .action-outbox-item__dialogue{background:var(--form-theme-xtra-light);margin-bottom:16px;padding:40px}.elb .outbox-approval-list-wrapper .approval-list-item-wrapper .outbox-approval-list__toggle-all{-ms-flex-item-align:start;align-self:flex-start}@media screen and (min-width:768px){.elb .outbox-approval-list-wrapper .approval-list-item-wrapper .outbox-approval-list__toggle-all{margin-top:16px}}.elb .outbox-approval-list-wrapper .approval-list-item-wrapper:last-of-type .transaction-form__approve-all-button{margin-bottom:0}.elb .outbox-approval-list-wrapper .approval-list-item-wrapper .outbox-approval-list__ordered-list{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.elb .outbox-approval-list-item__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:checkbox}.elb .outbox-approval-list-item__checkbox .sgw-checkbox input{margin:0}.elb .outbox-approval-list-content--error-wrapper{height:128px}.elb .empty-list-content__link-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:96px}.elb .payment-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-sizing:border-box;box-sizing:border-box;height:calc(100vh - 56px)}.elb .payment-page .transaction-form__submit-container{margin:auto 0 -24px;padding:24px 0 40px}.elb .payment-page .transaction-form__submit{display:block;margin:0 auto}@media screen and (min-width:768px){.elb .sgw-layout-item.four .payments-actions-widget.sgw-content{padding:0}.elb .sgw-layout-item.four .payments-actions-widget .action-button-group{margin-top:-32px}}.elb .nettbank-transaction-widget-title{padding-bottom:24px}.elb .nettbank-transaction-widget-wrapper{border:1px solid var(--form-theme-pastel)}.elb .nettbank-transaction-widget-wrapper.active{z-index:unset}.elb .periodic-control__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;gap:32px;justify-content:center}.elb .periodic-control-info__warning{margin:16px 24px 0}.elb .thanks-for-update{margin-top:40px;padding:0}.elb .button-back-to-mobilbank{margin-top:24px}.elb .periodic-control__skeleton-wrapper .periodic-control-icon-title-skeleton{padding-bottom:40px;text-align:center}.elb .periodic-control-contact-infobox{padding:0}.elb .periodic-control-contact-infobox.sgw-info-card{overflow:unset}.elb .sgw-link.header__profile-button{position:relative}.elb .sgw-link.header__profile-button.desktop{display:none}.elb .sgw-link.header__profile-button .header__profile-button-counter{background-color:var(--danger-dark-color);border-radius:12px;color:var(--typography-color-negative);font-size:12px;padding:0 6px;position:absolute;right:14px;top:4px;-webkit-transform:translateX(50%);transform:translateX(50%)}.elb .sgw-link.header__profile-button .header__profile-button-counter.more-than-nine{right:10px}@media(min-width:768px){.elb .sgw-link.header__profile-button.native{display:none}.elb .sgw-link.header__profile-button.desktop{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.elb .header__profile-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;-ms-flex-direction:row;flex-direction:row}@media(min-width:768px){.elb .header__wisp-signal.native,.elb header.native-header .header__profile-button.native{display:none}.elb .header__profile-button{display:block}.elb .header__profile-button.sgw-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.elb .header__profile-button.sgw-link .header__profile-button-counter{height:1em;left:8px;padding:unset;right:unset;top:7px;width:1em}.elb .header__profile-button.sgw-link .header__profile-name-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:220px}}.font-scale-large .elb .header__profile-button.desktop{display:none}.font-scale-large .elb .header__profile-button.native{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.font-scale-large .elb .header__profile-button-counter{display:none}.elb .header__container{position:relative}.elb .header__wisp-signal{left:0;overflow:visible;pointer-events:none;position:absolute;top:-15px}.elb #push-popup-modal .typography-ingress{margin-bottom:40px}.elb #push-popup-modal .sgw-link{margin-bottom:24px}.elb #push-popup-modal .sgw-info-card{max-width:100%;overflow-x:hidden}.elb #push-popup-modal .sgw-info-card .sgw-rich-icon{margin-top:0;min-width:100%}.elb .cross-border-receiver-details__delete-btn{margin-bottom:24px;margin-top:32px}.elb .cross-border-receiver__delete-dialogue{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elb .cross-border-receiver-dialogue__title{text-align:center}.elb .cross-border-receiver-dialogue__button-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .cross-border-receiver-dialogue__button-row&gt;button{margin:0 8px}.elb .receiver-details__delete-btn{margin-top:16px}.elb .receiver__confirmation-dialogue{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.elb .receiver-confirmation-dialogue__title{text-align:center}.elb .receiver-confirmation-dialogue__button-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .receiver-confirmation-dialogue__button-row&gt;button{margin:0 8px}.elb .receivers__add-new-button{display:block;margin:8px auto 32px}.elb .receivers__receiver-name{font-weight:600;margin:0;padding-bottom:2px}.elb .receivers__account-number{font-size:var(--font-size--small);margin:0}.elb .receiver__success{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.elb .fetching-some-receiver-error{margin-bottom:40px}.elb .sgw-card.sgw-card__common-card{padding-bottom:40px}.elb .receivers__list-skeleton{list-style-type:none;margin:0 -24px;padding:0}.elb .receivers__list-item--skeleton{border-top:1px solid var(--border-color-neutral-medium);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:70px}.elb .receivers__list-item--skeleton&gt;span{width:100%}.elb .receivers__add-new-button__skeleton{display:-webkit-box;display:-ms-flexbox;display:flex;height:44px;width:190px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .receivers__info-label-wrapper{margin-top:0;padding-top:0}.elb .new-receiver-title{margin-bottom:32px;margin-top:8px}.elb .new-receiver-sub-title{margin-bottom:32px}.elb .new-receiver-tabs .sgw-tabs__button-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:32px}@media screen and (min-width:768px){.elb .receivers__add-new-button{margin:8px 0 32px}.elb .receivers__list{background-color:var(--neutral-background);border:1px solid var(--border-color-neutral-medium);border-radius:20px;overflow:hidden;padding:0 24px}.elb .receivers__list .select-list__container :first-child{border-top:none}.elb .receivers__list .select-list__container :last-child{border-bottom:none}.elb .receivers__list-skeleton{background-color:var(--neutral-background);border:1px solid var(--border-color-neutral-medium);border-radius:20px;margin:0;overflow:hidden}.elb .receivers__list-skeleton :first-child{border-top:none}}.elb .recurring-payment{background-color:var(--theme-light);border:none;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;display:grid;gap:4px;margin-top:16px;outline-color:var(--theme-dark);padding:24px;position:relative;text-align:left}.elb .recurring-payment .recurring-payment__status{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.elb .recurring-payment .recurring-payment__owner-wrapper,.elb .recurring-payment .recurring-payment__status{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .recurring-payment .recurring-payment__owner-wrapper .sgw-label[class*=info]{background-color:var(--info)}.elb .recurring-payment dd,.elb .recurring-payment dl,.elb .recurring-payment dt{margin:0}.elb .recurring-payment .recurring-payment__data{font-weight:700}.elb .recurring-payment .recurring-payment__data-label{color:var(--typography-color-secondary)}.elb .recurring-payment .recurring-payment__account-info,.elb .recurring-payment .recurring-payment__meta{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.elb .recurring-payment .recurring-payment__account-info{margin-bottom:16px}.elb .recurring-payment .recurring-payment__account-info .recurring-payment__account-data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .recurring-payment .recurring-payment__account-info .recurring-payment__account-number{white-space:nowrap}.elb .recurring-payment .recurring-payment__account-info .recurring-payment__account-alias{line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elb .recurring-payment .recurring-payment__meta{row-gap:0}.elb .recurring-payment .recurring-payment__payment-text{color:var(--typography-color-secondary);line-height:1.13;margin:0 0 16px}.elb .recurring-payment .recurring-payment__edit-button{margin-top:8px}.font-scale-large .elb .recurring-payment .recurring-payment__account-info,.font-scale-large .elb .recurring-payment .recurring-payment__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;line-height:1.35}.font-scale-large .elb .recurring-payment .recurring-payment__account-info dd,.font-scale-large .elb .recurring-payment .recurring-payment__meta dd{margin-bottom:8px}.elb .payment-enddate__custom-input--wrapper{margin:24px 0}.elb .recurring-payment-skeleton__container .recurring-payment.recurring-payment__skeleton{background:var(--card-background-light)}.elb .recurring-payment-skeleton__container .recurring-payment.recurring-payment__skeleton .recurring-payment__skeleton-title{margin:32px 0 0 -16px}@media screen and (min-width:1441px){.elb .recurring-payment{padding-right:64px}.elb .recurring-payment-skeleton__container{padding-right:80px}}.elb .delete-recurring-payment__result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.elb .delete-recurring-payment__result .sgw-card{padding:0}.elb .update-recurring-payment__delete-button-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto 0 -24px;padding:24px 0 40px}.elb .update-recurring-payment__update-container{margin:auto 0 -24px;padding:24px 0 40px}.elb .update-recurring-payment__submit{display:block;margin:0 auto}.elb .recurring-payment-details__button-container{margin-top:24px}.elb .recurring-payment-kid-requirement__error-message{margin:0 1rem 1rem}.elb .create-new-recurring-payment__modal .title{margin-bottom:24px}.elb .create-new-recurring-payment__modal .create-recurring-payment-form__submit-container{margin:auto 0 -24px;padding:24px 0 40px}.elb .create-new-recurring-payment__modal .create-recurring-payment-form__submit{display:block;margin:0 auto}.elb .sgw-layout-item.four .recurring-payments-actions .action-button-group{margin-top:56px}@media screen and (min-width:1024px){.elb .sgw-layout-item.four .recurring-payments-actions .action-button-group{margin-top:80px}}.elb .recurring-payment__error-view,.elb .recurring-payment__no-payments{margin-top:40px}.elb .recurring-payment__list{list-style-type:none;padding:0}@property --progress-bar-background-color{initial-value:var(--theme-medium);syntax:"&lt;color&gt;";inherits:true}@property --progress-bar-color{initial-value:var(--theme-dark);syntax:"&lt;color&gt;";inherits:true}@property --progress-bar-max-width{initial-value:unset;syntax:"&lt;number&gt;";inherits:true}.elb .progress-bar__element{border-radius:2px;display:block;height:4px;margin-bottom:12px;max-width:var(--progress-bar-max-width);overflow:hidden;width:100%}.elb .progress-bar__element.large{border-radius:20px;height:12px}.elb .progress-bar__element{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--progress-bar-background-color)}.elb .progress-bar__element::-webkit-progress-bar{background-color:var(--progress-bar-background-color)}.elb .progress-bar__element::-webkit-progress-value{background-color:var(--progress-bar-color);border-radius:2px}.elb .progress-bar__element::-moz-progress-bar{background-color:var(--progress-bar-color);border-radius:2px}.elb .progress-bar__element.large{border:1px solid transparent}.elb .progress-bar__element.large::-webkit-progress-value{border-radius:20px}.elb .progress-bar__element.large::-moz-progress-bar{border-radius:20px}.elb .progress-bar__element.dark{background-color:var(--card-background-dark)}.elb .progress-bar__element.dark::-webkit-progress-bar{background-color:var(--card-background-dark)}.elb .progress-bar__element.dark::-webkit-progress-value{background-color:var(--form-theme-dark)}.elb .progress-bar__element.dark::-moz-progress-bar{background-color:var(--form-theme-dark)}.elb .progress-bar__element.dark.large{background-color:var(--form-theme-xtra-light);border-color:var(--border-color-neutral-dark)}.elb .progress-bar__element.dark.large::-webkit-progress-bar{background-color:var(--form-theme-xtra-light)}.elb .progress-bar__element.skeleton{background:none}.elb .progress-bar__element.warning{background-color:var(--card-background-dark)}.elb .progress-bar__element.warning::-webkit-progress-bar{background-color:var(--card-background-dark)}.elb .progress-bar__element.warning::-webkit-progress-value{background-color:var(--warning-dark)}.elb .progress-bar__element.warning::-moz-progress-bar{background-color:var(--warning-dark)}.elb .progress-bar__element.danger{background-color:var(--card-background-dark)}.elb .progress-bar__element.danger::-webkit-progress-bar{background-color:var(--card-background-dark)}.elb .progress-bar__element.danger::-webkit-progress-value{background-color:var(--danger-dark-color)}.elb .progress-bar__element.danger::-moz-progress-bar{background-color:var(--danger-dark-color)}.elb .progress-bar__element-skeleton{font-size:4px;line-height:4px;margin-bottom:12px;overflow:hidden}.elb .progress-bar__element-skeleton.large{border-radius:20px}.elb .salary-info-header{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .salary-info-header h2{margin-bottom:0}.elb .salary-info-card{border:1px solid var(--border-color-neutral-medium);border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 24px 16px 0}.elb .salary-info-card&gt;*{margin:8px 0}.elb .salary-info-card img{margin-right:-48px}.elb .salary-info__amount-container{margin-left:48px}.elb .salary-info__account{font-weight:600}.elb .salary-info__next-salary{font-size:var(--font-size--small);line-height:1.4;margin-bottom:8px;margin-top:2px}.elb .salary-info__amount{font-size:var(--font-size--largest);font-weight:700;line-height:1.2}.elb .salary-info__progress-container{-ms-flex-preferred-size:1px;flex-basis:1px;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elb .salary-info__progress-container&gt;*{margin-left:48px}.elb .salary-info__progress-container :last-child{margin-top:8px}.elb .salary-info__progress-text{font-size:var(--font-size--small);line-height:1.4;margin-bottom:8px;white-space:nowrap}.elb .salary-info__progress-text strong{font-size:var(--font-size--regular);font-weight:700;line-height:1.5}.elb .salary-info__img-skeleton{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:124px;padding-right:24px;width:146px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elb .salary-info-header__icon{position:absolute;right:0}.elb .select-panel{background:var(--neutral-background);border:2px solid var(--form-theme-pastel);border-radius:12px;margin-bottom:12px;min-height:72px;padding:0 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;gap:24px;grid-template-columns:auto 1fr auto}.elb .select-panel.selected{background:var(--form-theme-light)}.elb .select-panel:disabled{opacity:.4}.elb .label{font-size:var(--font-size--regular);font-weight:600}.elb .login-method-title{font-size:var(--font-size--large);font-weight:600}.elb .login-method-description{font-size:var(--font-size--regular);font-weight:400;margin-bottom:48px;text-align:left}.elb .login-method-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:16px}.elb .login-method-row .login-method-subtitle{font-size:var(--font-size--regular);font-weight:600;margin-bottom:0}.elb .login-method-row .login-method-step{color:var(--typography-color-secondary);font-size:var(--font-size--regular);font-weight:400}.elb .login-method-button-parent{display:grid;gap:8px;justify-items:center}.elb .login-method-button-parent,.elb .signing-method-button-parent{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:48px}.elb .signing-method-button-parent{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:24px}.elb .signing-method-button-back{-ms-flex-item-align:center;align-self:center;margin-top:16px}.elb .signing-method-button-success{margin-top:auto}.elb .header-success{font-size:var(--font-size--medium);font-weight:700;margin-bottom:96px;text-align:center}.elb .icon-success{color:var(--form-theme-pastel);justify-self:center;margin-bottom:24px;margin-top:96px;width:100px}.elb .success-parent{min-height:70vh;place-items:center center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .last-login-label,.elb .success-parent{display:-webkit-box;display:-ms-flexbox;display:flex}.elb .last-login-label{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .last-login-label&gt;:not(.sgw-label){height:16px}@media screen and (min-width:768px){.elb .last-login-label{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.elb .switch_error_label .error_label{text-align:start}.elb .user-profile{margin-bottom:40px;text-align:center}@media screen and (min-width:768px){.elb .user-profile{text-align:left}}.elb .user-profile__header{margin-bottom:48px}@media screen and (max-width:767px){.elb .user-profile__header{background-color:var(--theme-light);border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:24px;max-width:328px;padding:24px}}@media screen and (max-width:568px){.elb .user-profile__header{max-width:unset}}.elb .user-profile__user-name{margin:0}.elb .user-profile__bank-name--skeleton{margin-top:6px}.elb .user-profile__bank-name{line-height:1.5;margin:0}@media screen and (min-width:768px){.elb .user-profile__bank-name{text-align:left}}.elb .user-profile__info-wrapper{margin-bottom:12px}@media screen and (min-width:768px){.elb .user-profile__info-wrapper{margin-bottom:8px}}@media screen and (max-width:767px){.elb .user-profile__error-card.sgw-card{background:var(--neutral-background)}}.elb .user-profile__action-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:32px}@media screen and (min-width:768px){.elb .user-profile__action-button-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.elb .user-profile__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.elb .message-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--form-theme-xtra-light);border-radius:6px;justify-content:center}.elb .message-link span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elb .message-link .message-link__text-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .message-link .unread{background-color:var(--danger-dark-color);border-radius:12px;color:var(--typography-color-negative);font-size:var(--font-size--smallest);min-width:24px;position:absolute;right:-8px;text-align:center;top:-2px;width:1.5em}.elb .message-link .unread.skeleton{background-color:var(--form-theme-xtra-light)}.elb .message-link.has-unread .unread{display:unset}.elb .message-link.square-button{aspect-ratio:1/1;border:2px solid transparent;max-width:128px;padding:12px;width:128px}@media screen and (max-width:568px)and (min-width:360px){.elb .message-link.square-button{aspect-ratio:unset;height:128px;max-width:unset;width:100%}}.elb .message-link.square-button:hover{background-color:var(--neutral-background);border-color:var(--form-theme-light)}.elb .message-link.square-button.focus-visible{background-color:var(--form-theme-xtra-light);border-color:2px solid var(--form-theme-dark);outline:none}.elb .message-link.square-button:active{border-color:transparent;color:var(--typography-color-negative)}.elb .message-link.square-button:active,.elb .message-link.square-button:active .unread{background-color:var(--neutral-background)}.elb .message-link__icon-wrapper{min-width:32px;position:relative}.elb .message-link__icon-wrapper .sgw-icon .icon{height:var(--ikon-size-36);width:var(--ikon-size-36)}.elb .user-profile-attention-message{margin:0 0 24px}.elb .user-profile-attention-message__content{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .user-profile-attention-message__title{margin-bottom:4px}.elb .user-profile-attention-message__description--italic{font-style:italic}.elb .item-as-toggle__button{padding:8px 24px}.elb .item-as-toggle__title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px;min-height:44px}.elb .item-as-toggle__title{font-weight:700;-webkit-box-flex:1;-ms-flex:1;flex:1}.elb .item-as-toggle__description{line-height:1.5;margin-right:40px;margin-top:0}.elb .item-as-toggle__error-label{margin-bottom:16px}.elb .payment-item-details__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:24px}.elb .payment-item-details__title-wrapper .payment-item-details__efaktura-link-wrapper{margin-left:24px}.elb .delete-payment-item{height:100%}.elb .delete-payment-item,.elb .payment-item__button-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .payment-item__button-row{margin:auto 0 -24px;padding:8px 0 40px}.elb .payment-item-details__skeleton{margin-top:24px}.elb .payment-item-details__skeleton .payment-item-details__skeleton-amount{margin-top:8px}.elb .payment-item-details__skeleton .payment-item-details__skeleton-row-list{list-style-type:none;margin:24px -24px 0;padding:0}.elb .payment-item-details__skeleton .payment-item-details__skeleton-list-item{background-color:var(--card-background-light);border-color:var(--card-background-light);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:90px}.elb .payment-item-details__skeleton .payment-item-details__skeleton-list-item&gt;span{width:100%}.elb .payment-item-details__skeleton .payment-item-details__skeleton-list-item:nth-child(n+3){height:65px}.elb .payment-item-details__skeleton .payment-item-details__skeleton-list-item:nth-child(n+3) .payment-item-details__skeleton-text{margin-top:16px}.elb .stopped-avtalegiro-form .stopped-avtalegiro-form__select-list,.elb .stopped-avtalegiro-form .stopped-payment__details-error-message{margin:24px 0}.elb .stopped-avtalegiro-form .stopped-avtalegiro-form__select-list .avtalegiro-editable-detail-list__item{border:1px solid var(--card-background-dark);border-bottom:0}.elb .stopped-avtalegiro-form .stopped-avtalegiro-form__select-list .avtalegiro-editable-detail-list__item .row-button__container{cursor:pointer}.elb .stopped-avtalegiro-form .stopped-avtalegiro-form__select-list .avtalegiro-editable-detail-list__item .row-button__container[disabled]{cursor:not-allowed}.elb .stopped-avtalegiro-form .stopped-avtalegiro-form__select-list .avtalegiro-editable-detail-list__item:first-child,.elb .stopped-avtalegiro-form .stopped-avtalegiro-form__select-list .avtalegiro-editable-detail-list__item:first-child .row-button__container{border-radius:20px 20px 0 0}.elb .stopped-avtalegiro-form .stopped-avtalegiro-form__select-list .avtalegiro-editable-detail-list__item:last-child{border-bottom:1px solid var(--card-background-dark);border-radius:0 0 20px 20px}.elb .stopped-avtalegiro-form .stopped-avtalegiro-form__select-list .avtalegiro-editable-detail-list__item:last-child .row-button__container{border-radius:0 0 20px 20px}.elb .stopped-avtalegiro-form .avtalegiro__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.elb .stopped-avtalegiro-form__success-card{margin:auto 0}.elb .stopped-avtalegiro-form__success-card .row-button__container{border:2px solid var(--border-color-neutral-dark);border-radius:12px;margin:24px 0;width:unset}.elb .stopped-avtalegiro-form__success-card .row-button__container:active,.elb .stopped-avtalegiro-form__success-card .row-button__container:hover{background-color:var(--neutral-background)}.elb .stopped-avtalegiro-form__success-card .avtalegiro__footer{gap:24px;margin-top:24px}.elb .stopped-avtalegiro-form__success-card .avtalegiro__footer,.elb .stopped-avtalegiro-form__success-card--intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .stopped-avtalegiro-form__success-card--title{margin-bottom:0}.elb .stopped-avtalegiro-form__success-card--animation{margin-bottom:12px}.elb .stopped-payment__details-error-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .stopped-payment__details-error-message{margin-top:16px}.elb .stopped-payment__details{border:1px solid var(--card-background-dark);border-radius:20px;margin-top:24px;padding:2px 0}.elb .stopped-payment__details-eFaktura-link{margin-top:0}.elb .no-tasks-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--card-background);border-radius:20px;padding:32px 24px;text-align:center}.elb .no-tasks-card .no-tasks-card__icon-wrapper{margin-bottom:24px;max-width:216px}.elb .no-tasks-card .no-tasks-card__icon-wrapper .no-tasks-card__icon{min-height:144px}.elb .no-tasks-card .no-tasks-card__title{margin-bottom:8px}.elb .task-manager__wrapper .task-manager__title{margin-bottom:16px}.elb .task-manager__wrapper .task-manager__list-wrapper{display:grid;row-gap:8px}.elb .task-manager__wrapper .task-manager__list-wrapper .sgw-link-card{margin:0}.elb .task-manager__wrapper .task-manager-item__skeleton{--link-card-background:var(--card-background-light)}.elb .task-manager__wrapper .task-manager-item__skeleton .sgw-link-card__link{min-height:unset}.elb .task-manager__wrapper .task-manager-item__skeleton .sgw-link-card-title.title{border-radius:20px;margin:4px 0}.elb .risky-device-info-card{padding:40px}.elb .risky-device-info-card__text-wrapper{display:grid;gap:24px}.elb .risky-device-info-card__buttons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;justify-self:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elb .risky-device-info-card__buttons-wrapper:first-child{margin-top:24px}.elb .update-payment-limits{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column}.elb .update-payment-limits__btn{margin:auto auto 24px}.elb .update-payment-limits__locked-img{color:var(--form-theme-pastel);height:116px;margin-bottom:24px}.elb .update-payment-limits--center-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:calc(100vh - 220px)}.elb .update-payment-limits__form{-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elb .update-payment-limits__input{margin-bottom:24px}.elb .update-payment-limits__info-label{margin:4px 0 8px}.elb .update-payment-limits__result-submit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elb .update-payment-limits__result-submit-wrapper&gt;:first-child{margin-right:24px}@media screen and (min-width:768px){.elb .update-payment-limits{min-height:0}}.elb .switch-language__radio-panel{padding-bottom:24px}.elb .vertical-eFaktura-list{list-style-type:none;padding:0}.elb .vertical-eFaktura-list .eFaktura-item{margin-bottom:16px;margin-right:0}@media screen and (min-width:768px){.elb .vertical-eFaktura-list .eFaktura-item__button{padding:40px 24px}}.elb .sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}
/*# sourceMappingURL=app.css.map*/</pre></body></html>