:root{--theme-color-stage-background:247 247 248;--theme-color-primary:255 102 51;--theme-color-secondary:96 137 245;--theme-color-error-state:220 24 41;--theme-color-success-state:0 128 0;--theme-color-info-state:22 82 240;--theme-color-grey-dark:65 77 93;--theme-color-grey-medium:214 216 220;--theme-color-grey-light:247 247 248;--theme-color-active-primary:255 102 51;--theme-color-active-secondary:255 255 255;--theme-font-family:"Scto Grotesk",sans-serif;--theme-header-font-family:"Scto Grotesk",sans-serif;--theme-font-color:15 25 38;--theme-button-border-radius:0.375em;--theme-button-border-width:2px;--theme-button-color:255 255 255;--theme-button-hover-background-color:255 255 255;--theme-button-hover-border-color:255 102 51;--theme-button-hover-color:15 25 38;--theme-general-border-radius:0.375em}html{height:100%}body{background-color:#f7f7f8;background-color:rgb(var(--theme-color-stage-background));color:#0f1926;color:rgb(var(--theme-font-color));font-family:Scto Grotesk,sans-serif;font-family:var(--theme-font-family);height:inherit;line-height:1.3;margin:auto}h1,h2{font-family:Scto Grotesk,sans-serif;font-family:var(--theme-header-font-family)}@font-face{font-family:Scto Grotesk;font-style:normal;font-weight:400;src:url(/static/media/scto_grotesk_a_regular.b49ff1e6496bdcd59372.woff) format("woff")}@font-face{font-family:Scto Grotesk;font-style:normal;font-weight:500;src:url(/static/media/scto_grotesk_a_medium.c0bd1de457889ecbbfb2.woff) format("woff")}@font-face{font-family:Scto Grotesk;font-style:normal;font-weight:600;src:url(/static/media/scto_grotesk_a_bold.5ea4cf85b56a98af1adb.woff) format("woff")}@font-face{font-family:MiloADAC;font-style:normal;font-weight:400;src:url(/static/media/MiloADACMob-Regular.cf097ccd4fce0cfc3482.ttf) format("truetype")}@font-face{font-family:MiloADAC;font-style:normal;font-weight:700;src:url(/static/media/MiloADACMob-Bold.ebd9e3dde81f111ff411.ttf) format("truetype")}@font-face{font-family:MiloADAC;font-style:italic;font-weight:400;src:url(/static/media/MiloADACMob-Italic.ac20e118e4e3225b5bd8.ttf) format("truetype")}@font-face{font-family:MiloADAC;font-style:italic;font-weight:700;src:url(/static/media/MiloADACMob-BoldItalic.903d2cbb520ce5ae0c16.ttf) format("truetype")}@font-face{font-family:MiloSlabADAC;font-style:normal;font-weight:400;src:url(/static/media/MiloSlabADACMob-Regular.9c58f1e6d5cf2e93ab04.ttf) format("truetype")}@font-face{font-family:MiloSlabADAC;font-style:normal;font-weight:700;src:url(/static/media/MiloSlabADACMob-Bold.178b98e970f80e44bc98.ttf) format("truetype")}@font-face{font-family:MiloSlabADAC;font-style:italic;font-weight:400;src:url(/static/media/MiloSlabADACMob-Italic.bae3d47db5dc6f2f826e.ttf) format("truetype")}@font-face{font-family:MiloSlabADAC;font-style:italic;font-weight:700;src:url(/static/media/MiloSlabADACMob-BoldItalic.b36e94a5c956742474d0.ttf) format("truetype")}button,h1,h2{font-weight:700}button{align-items:center;-webkit-appearance:none;appearance:none;background:#0000;border:2px solid #0000;border:var(--theme-button-border-width) solid #0000;border-radius:.375em;border-radius:var(--theme-button-border-radius);color:#fff;color:rgb(var(--theme-button-color));cursor:pointer;display:flex;font-family:Scto Grotesk,sans-serif;font-family:var(--theme-font-family);font-size:.875em;justify-content:center;letter-spacing:.015625em;line-height:var(--theme-button-line-heigth);transition:opacity .2s}.authentication-provider-wrapper--loading{display:grid;height:100%;inset:auto 0;place-content:center center;place-items:center;position:absolute}.authentication-provider-wrapper__text{padding:1.25em}.authentication-provider-wrapper__error{grid-gap:1.25em;display:grid;gap:1.25em;height:100%;inset:auto 0;place-content:center center;place-items:center;position:absolute}.button{min-height:2.5em;padding:.5em 1.5em}.button__wrapper{display:flex;justify-content:center}.button--primary{background-color:#f63;background-color:rgb(var(--theme-color-primary))}.button--primary:active{background-color:#f63;background-color:rgb(var(--theme-color-active-primary))}.button--secondary{background-color:var(--color-brand-secondary);border-color:var(--color-grey-light)}.button--secondary:active{background-color:var(--color-interaction-secondary-active)}.button:hover{background-color:#fff;background-color:rgb(var(--theme-button-hover-background-color));border-color:#f63;border-color:rgb(var(--theme-button-hover-border-color));color:#0f1926;color:rgb(var(--theme-button-hover-color))}.button:disabled{background-color:#d6d8dc;background-color:rgb(var(--theme-color-grey-medium));box-shadow:none;color:#fff;opacity:.9}.button:disabled:hover{border-color:#0000}.button--loading{animation:loading 1.2s ease-in-out infinite;background-image:linear-gradient(90deg,#d6d8dc 30%,#f7f7f8 50%,#d6d8dc 70%);background-image:linear-gradient(90deg,rgb(var(--theme-color-grey-medium)) 30%,rgb(var(--theme-color-grey-light)) 50%,rgb(var(--theme-color-grey-medium)) 70%);background-size:400%;color:#0000}@keyframes loading{0%{background-position:100% 50%}to{background-position:0 50%}}.error-box{align-items:center;background-color:#dc182940;background-color:rgb(var(--theme-color-error-state)/25%);border-radius:.375em;border-radius:var(--theme-general-border-radius);box-sizing:border-box;display:flex;flex-wrap:nowrap;font-size:.75em;gap:.5em;justify-content:flex-start;margin:1em 0;padding:.75em;position:relative;width:100%}.file-entry{display:inline-flex;gap:.5em;margin:.5em 0;width:100%}.file-entry__element{align-items:center;background-color:#f7f7f8;background-color:rgb(var(--theme-color-grey-light));border-radius:.375em;border-radius:var(--theme-general-border-radius);display:flex;font-size:.875em;gap:.5em;height:2.5em;justify-content:flex-start;padding:.5em 1em;transition:background-color .5s;width:100%}.file-entry--uploading{background-color:#fff;border:.0625em solid #414d5d;border:.0625em solid rgb(var(--theme-color-grey-dark));color:#414d5d;color:rgb(var(--theme-color-grey-dark))}.file-entry--errored{background-color:#dc182940;background-color:rgb(var(--theme-color-error-state)/25%)}.file-entry__error{font-size:.75em}.file-entry__retry{color:#1652f0;color:rgb(var(--theme-color-info-state));cursor:pointer}.file-entry__delete-button{background-color:#f7f7f8;background-color:rgb(var(--theme-color-grey-light));color:#0000;min-height:3.375em;transition:background-color .5s;width:3.375em}.file-entry__delete-button:disabled{color:#0000;opacity:1;pointer-events:none}.file-entry__delete-button:hover{background-color:#f7f7f8;background-color:rgb(var(--theme-color-grey-light));color:#0000}.footer{margin:1.5em 0;text-align:center;width:100%}.footer-text{color:#414d5d;color:rgb(var(--theme-color-grey-dark));font-size:.75em;font-weight:100}.footer-link{text-decoration:none}.header{gap:calc(3vh - 1em);min-height:8em;padding-top:calc(1em + 2vh);place-items:center center;width:100%}.header-text{color:rgb(var(--theme-color-stage-text));font-size:1.7em;font-weight:400;line-height:1.2;margin:.625em 0 1.2em;text-align:center}.icon svg{fill:currentcolor}.icon--small{height:1em}.icon--medium{height:1.5em}.icon--big{height:3.75em}.icon--red{color:#dc1829;color:rgb(var(--theme-color-error-state))}.icon--grey{color:#414d5d;color:rgb(var(--theme-color-grey-dark))}.icon--green{color:green;color:rgb(var(--theme-color-success-state))}.logo{align-items:center;color:#f63;color:rgb(var(--theme-color-primary));display:flex;justify-content:center}.logo--small{height:.7em}.logo--medium{height:4em}.logo--big{height:6em}.logo--inline{display:inline-block;padding:0 .5rem;vertical-align:text-top}.page{-webkit-box-pack:center;align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.page-box{word-wrap:break-word;background-color:#fff;border-radius:.375em;border-radius:var(--theme-general-border-radius);box-shadow:0 8px 16px 0 #b9bdc63b;display:block;padding:1.875em 2.5em;width:32em}@media screen and (max-width:567px){.page-box{min-width:80%}}.progress-bar{display:flex;gap:.25em;height:.25em}.progress-bar__fragment{background-color:#f7f7f8;background-color:rgb(var(--theme-color-grey-light));border-radius:.375em;border-radius:var(--theme-general-border-radius);height:100%}.progress-bar__fragment--active{animation:fade-in .2s ease;background-color:#1652f0;background-color:rgb(var(--theme-color-info-state))}@keyframes fade-in{0%{background-color:#f7f7f8;background-color:rgb(var(--theme-color-grey-light));opacity:.23}}.theme-provider-wrapper--loading{display:grid;height:100%;inset:auto 0;place-content:center center;place-items:center;position:absolute}.theme-provider-wrapper__text{padding:1.25em}.theme-provider-wrapper__error{grid-gap:1.25em;display:grid;gap:1.25em;height:100%;inset:auto 0;place-content:center center;place-items:center;position:absolute}.input{border:.0625em solid #0f1926;border:.0625em solid rgb(var(--theme-font-color));border-radius:.375em;border-radius:var(--theme-general-border-radius);box-sizing:border-box;color:#0f1926;color:rgb(var(--theme-font-color));line-height:var(--theme-line-heigth);min-height:3.25em;outline:none;padding:.625em .75em;position:relative;transition:all .2s;width:100%}.input:hover{border-color:#f63;border-color:rgb(var(--theme-color-primary))}.input:focus{border-color:#f63;border-color:rgb(var(--theme-color-active-primary))}.input::placeholder{color:#d6d8dc;color:rgb(var(--theme-color-grey-medium))}.input--errored{border-color:#dc1829;border-color:rgb(var(--theme-color-error-state))}.input--errored:hover{border-color:#f63;border-color:rgb(var(--theme-color-primary))}.loader{animation:rotate 4s linear infinite;border:.1875em solid #b9bdc63b;border-radius:50%;border-top-color:#1652f0;border-top:.1875em solid rgb(var(--theme-color-info-state));height:1em;width:1em}.loader--big{height:3em;width:3em}.loader--grey{border-top:.25em solid #80858e}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.input-amount__wrapper{position:relative}.input-amount__unit{align-items:center;border-left:1px solid #414d5d;border-left:1px solid rgb(var(--theme-color-grey-dark));box-sizing:border-box;color:#0f1926;color:rgb(var(--theme-font-color));display:inline-flex;font-size:.875em;height:100%;justify-content:center;letter-spacing:.025em;min-width:3em;padding:.625em 0 .6em;position:absolute;right:0;top:0;transition:all .2s}.input:hover+.input-amount__unit{border-color:#0f1926;border-color:rgb(var(--theme-font-color));color:#0f1926;color:rgb(var(--theme-font-color))}.input:focus+.input-amount__unit{border-color:#1652f0;border-color:rgb(var(--theme-color-info-state));color:#1652f0;color:rgb(var(--theme-color-info-state))}.file-input{align-items:center;background-color:#b9bdc63b;border-radius:50%;cursor:pointer;display:flex;height:4.6875em;justify-content:center;width:4.6875em}.file-input__wrapper{align-items:center;display:flex;flex-direction:column}.file-input__icon{width:2.3125em}.file-input__text{color:#1652f0;color:rgb(var(--theme-color-info-state));cursor:pointer;padding-top:1em}.file-input__file-input{display:none}.end-screen{align-items:center;display:flex;flex-direction:column;justify-content:center;line-height:1.4;min-height:18.75em}.end-screen__heading{font-size:1.25em;font-weight:100;margin:1.375em;text-align:center}.end-screen__icon{display:flex;justify-content:center}.end-screen__text{color:#414d5d;font-size:.875em;font-weight:400;line-height:1.4;text-align:center}.start-screen__heading{font-size:1.25em;font-weight:100;line-height:1.4;margin-bottom:1.375em}.start-screen__text{font-weight:400}.start-screen__list,.start-screen__text{color:#414d5d;font-size:.875em;line-height:1.4}.start-screen__list{font-weight:500;margin:1.25em 0;padding-inline-start:1.875em}.start-screen__list span{left:.25em;position:relative}.start-screen__info-wrapper{background-color:#f7f7f8;display:flex;gap:.25em;margin-bottom:1.75em;margin-top:1em;padding:.75em}.start-screen__info{color:#0f1926;font-size:.75em;line-height:1.4}.start-screen__info-icon{margin-top:-.25em}.question__text{font-size:1.25em;font-weight:100;margin:1.625em 0}.question__submit-info-wrapper{display:flex;justify-content:center;margin-top:2.5em}.question__submit-info{color:#414d5d;color:rgb(var(--theme-color-grey-dark));font-size:.75em;margin:1em;text-align:center;width:80%}
/*# sourceMappingURL=main.3398bb5a.css.map*/