/*! eon-uk-heat-components|56.0.0 */
:root{--c-error-wrapper-background-color: var(--eon-red-25);--c-error-wrapper-color: var(--eon-bordeaux)}
:root{--c-error-box-background-color: var(--eon-white)}
:root{--rem-base-factor: 1;--rem-font-factor: 1}
@keyframes skeleton-gradient{to{background-position:0 50%}}.skeleton{margin:.3rem 0 .3rem 0;background:var(--eon-darkgrey-25) linear-gradient(-90deg, var(--eon-darkgrey-25), var(--eon-white), var(--eon-darkgrey-25));background-size:200% 200%;background-position:200% 50%;animation:skeleton-gradient 2.5s ease infinite;width:100%;height:calc(1em - 0.6rem)}.skeleton--75{width:75%}.skeleton--50{width:50%}.skeleton--25{width:25%}.skeleton-aria{position:absolute;left:-10000px}.skeleton:not(button.skeleton)+.skeleton:not(button.skeleton){margin-top:.6rem}.skeleton--invisible{visibility:hidden}a.skeleton{text-decoration:none}button.skeleton{border:none;height:4.8rem;border-radius:1rem;margin:0;padding:0;display:inherit}button.skeleton--icon{width:4.8rem;height:4.8rem}button.skeleton--small{height:3.2rem;width:3.2rem}button.skeleton--info{border-radius:.5rem;height:2.4rem;width:2.4rem}button.skeleton--submit{padding-left:2.4rem;padding-right:2.4rem;width:inherit}h1.skeleton{font-weight:900;font-size:8.4rem}h2.skeleton{font-weight:900;font-size:7.2rem}h3.skeleton{font-weight:900;font-size:5.2rem}h4.skeleton{font-weight:900;font-size:3.6rem}h5.skeleton{font-weight:700;font-size:2.6rem}input[type=number].skeleton{appearance:textfield;-moz-appearance:textfield;-webkit-appearance:textfield}input[type=number].skeleton::-webkit-outer-spin-button,input[type=number].skeleton::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input.skeleton{border:none;height:4.8rem;border-radius:.2rem;margin:0;padding-left:1.2rem;padding-right:0}input.skeleton--icon{width:4.8rem;height:4.8rem}input.skeleton--small{height:3.2rem}input.skeleton--dropdown{margin-right:-11rem}p.skeleton{font-size:1.8rem;margin-bottom:1.5rem;height:calc(1.3em - 0.6rem)}label.skeleton{font-size:1.8rem;width:10rem;height:1.8rem;margin-left:.8rem;display:inline-block;position:relative;top:-0.6rem}.skeleton--radio{width:3.2rem;height:3.2rem;border-radius:100%;display:inline-block}.skeleton--checkbox{width:3.2rem;height:3.2rem;border-radius:25%;display:inline-block}
step-box-app .step-list{counter-reset:step-counter;list-style-type:none;padding:0;margin:0}step-box{background-color:var(--eon-white);counter-increment:step-counter;display:list-item;padding-bottom:calc(3.2rem*var(--rem-base-factor, 1));position:relative}step-box:first-child:nth-last-child(n) .header .head-line::before,step-box:first-child:nth-last-child(n)~step-box .header .head-line::before{content:none;display:table-cell;width:auto;float:left}step-box:first-child:nth-last-child(n+9) .header .head-line::before,step-box:first-child:nth-last-child(n+9)~step-box .header .head-line::before{content:counter(step-counter) ". "}step-box:first-child:nth-last-child(2) .header .head-line::before,step-box:first-child:nth-last-child(2)~step-box .header .head-line::before{content:counter(step-counter) "/2 "}step-box:first-child:nth-last-child(3) .header .head-line::before,step-box:first-child:nth-last-child(3)~step-box .header .head-line::before{content:counter(step-counter) "/3 "}step-box:first-child:nth-last-child(4) .header .head-line::before,step-box:first-child:nth-last-child(4)~step-box .header .head-line::before{content:counter(step-counter) "/4 "}step-box:first-child:nth-last-child(5) .header .head-line::before,step-box:first-child:nth-last-child(5)~step-box .header .head-line::before{content:counter(step-counter) "/5 "}step-box:first-child:nth-last-child(6) .header .head-line::before,step-box:first-child:nth-last-child(6)~step-box .header .head-line::before{content:counter(step-counter) "/6 "}step-box:first-child:nth-last-child(7) .header .head-line::before,step-box:first-child:nth-last-child(7)~step-box .header .head-line::before{content:counter(step-counter) "/7 "}step-box:first-child:nth-last-child(8) .header .head-line::before,step-box:first-child:nth-last-child(8)~step-box .header .head-line::before{content:counter(step-counter) "/8 "}step-box:first-child:nth-last-child(9) .header .head-line::before,step-box:first-child:nth-last-child(9)~step-box .header .head-line::before{content:counter(step-counter) "/9 "}step-box>.header{cursor:pointer}step-box>.header>.head-line{background-color:var(--eon-blue700);color:var(--eon-white);display:table;font-size:calc(2.6rem*var(--rem-font-factor, 1));font-weight:900;line-height:1;margin:0;padding:calc(1.2rem*var(--rem-base-factor, 1)) calc(2.4rem*var(--rem-base-factor, 1));width:100%}@media(min-width: 768px){step-box>.header>.head-line{font-size:calc(3rem*var(--rem-font-factor, 1));padding:calc(1.6rem*var(--rem-base-factor, 1)) calc(2rem*var(--rem-base-factor, 1))}}@media(min-width: 1024px){step-box>.header>.head-line{padding:calc(2rem*var(--rem-base-factor, 1)) calc(3.2rem*var(--rem-base-factor, 1))}}step-box>.content{margin:calc(3.2rem*var(--rem-base-factor, 1)) calc(2.4rem*var(--rem-base-factor, 1)) 0}step-box>.content .escape-left,step-box>.content .escape-right{margin-left:calc(-2.4rem*var(--rem-base-factor, 1))}@media(min-width: 768px){step-box>.content{margin:calc(3.2rem*var(--rem-base-factor, 1)) calc(2rem*var(--rem-base-factor, 1)) 0}step-box>.content .escape-left,step-box>.content .escape-right{margin-left:calc(-2rem*var(--rem-base-factor, 1))}}@media(min-width: 1024px){step-box>.content{margin:calc(3.2rem*var(--rem-base-factor, 1)) calc(3.2rem*var(--rem-base-factor, 1)) 0}step-box>.content .escape-left,step-box>.content .escape-right{margin-left:calc(-3.2rem*var(--rem-base-factor, 1))}}step-box>.footer{margin:calc(2.4rem*var(--rem-base-factor, 1)) calc(2.4rem*var(--rem-base-factor, 1)) 0}@media(min-width: 768px){step-box>.footer{margin:calc(3.2rem*var(--rem-base-factor, 1)) calc(2rem*var(--rem-base-factor, 1)) 0}}@media(min-width: 1024px){step-box>.footer{margin:calc(2.4rem*var(--rem-base-factor, 1)) calc(3.2rem*var(--rem-base-factor, 1)) 0}}step-box>.footer p{color:var(--eon-middlegrey);font-size:calc(1.4rem*var(--rem-font-factor, 1));line-height:1.29;margin:0}step-box>eon-ui-button,step-box>eon-ui-link{display:block;margin:calc(2.4rem*var(--rem-base-factor, 1)) calc(2.4rem*var(--rem-base-factor, 1)) 0}@media(min-width: 768px){step-box>eon-ui-button,step-box>eon-ui-link{display:inline-block;margin:calc(2.4rem*var(--rem-base-factor, 1)) calc(2rem*var(--rem-base-factor, 1)) 0}}@media(min-width: 1024px){step-box>eon-ui-button,step-box>eon-ui-link{margin:calc(2.4rem*var(--rem-base-factor, 1)) calc(3.2rem*var(--rem-base-factor, 1)) 0}}step-box>eon-ui-button[purpose=edit],step-box>eon-ui-link[purpose=edit]{display:none;position:absolute;bottom:calc(3.2rem*var(--rem-base-factor, 1));right:calc(3.2rem*var(--rem-base-factor, 1));margin:0;padding:0}step-box:not(:last-child){margin-bottom:calc(2rem*var(--rem-base-factor, 1))}step-box:not([state=active])>.header .head-line{background-color:var(--eon-grey700)}step-box:not([state]),step-box[state=pending]{padding-bottom:0}step-box:not([state])>.content,step-box:not([state])>.footer,step-box:not([state])>[purpose=continue],step-box[state=pending]>.content,step-box[state=pending]>.footer,step-box[state=pending]>[purpose=continue]{display:none}
