@media only screen and (max-width:1200px){.wizard-wrapper{transition:opacity 300ms ease-in-out;opacity:100%}.wizard-wrapper.fading-animation{opacity:0}.wizard-wrapper .h1-title{font-size:2rem;font-weight:700;margin-top:0;padding-left:1em}.wizard-wrapper .wizard-done{padding-top:5em;text-align:center}.wizard-wrapper .wizard-done h2{color:var(--accent-color)}.wizard-wrapper .header-section{padding:1em 2em;display:flex;justify-content:start;align-items:center;gap:2em}.wizard-wrapper .header-section a{font-weight:700;text-decoration:none;color:grey}.wizard-wrapper .header-section a.builder-link{color:var(--accent-color)}.wizard-wrapper .header-section a:hover{filter:brightness(130%)}.wizard-wrapper .main-section .timeline-section{transition:transform ease-in-out 300ms,opacity ease-in-out 300ms;opacity:100%;transform:none;width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.3em}.wizard-wrapper .main-section .timeline-section.slide-animation{transform:translateY(-50%);opacity:0}.wizard-wrapper .main-section .timeline-section .current{display:flex;width:28px;height:28px;justify-content:center;align-items:center;border-radius:50%;background:var(--accent-color);margin:.5em 0;position:relative}.wizard-wrapper .main-section .timeline-section .past{display:flex;width:24px;height:24px;justify-content:center;align-items:center;border-radius:50%;border:2px solid var(--accent-color);background:#FFCFD2;margin:.5em 0;position:relative}.wizard-wrapper .main-section .timeline-section .past.skipped{background:rgba(124,124,124,.3);color:rgba(124,124,124,.3);border-color:rgba(124,124,124,.3)}.wizard-wrapper .main-section .timeline-section .future{display:flex;width:28px;height:28px;justify-content:center;align-items:center;border-radius:50%;background:grey;margin:.5em 0;position:relative}.wizard-wrapper .main-section .main-content-section{transition:opacity 300ms ease-in-out;opacity:100%;margin-top:2.5em}.wizard-wrapper .main-section .main-content-section.fading-animation{opacity:0}.wizard-wrapper .main-section .main-content-section .title-div{text-align:center}.wizard-wrapper .main-section .main-content-section .content-div .choice-question-wrapper{border:none;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1em}.wizard-wrapper .main-section .main-content-section .content-div .choice-question-wrapper .choice-wrapper{border-radius:5px;background:#fff;border:3px solid #b7b7b7;width:90%;max-width:600px;padding:1.5em 0}.wizard-wrapper .main-section .main-content-section .content-div .choice-question-wrapper .choice-wrapper .choice-tooltip{margin:0 1em}.wizard-wrapper .main-section .main-content-section .content-div .choice-question-wrapper .choice-wrapper.checked{border:3px solid var(--accent-color);color:var(--accent-color)}.wizard-wrapper .main-section .main-content-section .content-div .choice-question-wrapper .choice-wrapper.checked .choice-icon-wrapper{color:var(--accent-color)}.wizard-wrapper .main-section .main-content-section .content-div .choice-question-wrapper .choice-wrapper.checked p{color:var(--accent-color)}.wizard-wrapper .main-section .main-content-section .content-div .choice-question-wrapper .choice-wrapper label{display:flex;justify-content:space-between;align-items:center;text-align:center;font-weight:700;padding:0 2em}.wizard-wrapper .main-section .main-content-section .content-div .choice-question-wrapper .choice-wrapper label .choice-icon-wrapper{width:5em}.wizard-wrapper .main-section .main-content-section .content-div .choice-question-wrapper .choice-wrapper input{display:none}.wizard-wrapper .main-section .main-content-section .content-div .form-question-wrapper{min-height:350px;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1em}.wizard-wrapper .main-section .main-content-section .content-div .generated-form-entry{width:100%;text-align:center}.wizard-wrapper .main-section .main-content-section .content-div .generated-form-entry .label-wrapper label{font-weight:700}.wizard-wrapper .main-section .main-content-section .content-div .generated-form-entry .input-wrapper input{margin-top:.5em;width:80%;min-width:300px;padding:1em;border:none;border-radius:.5em;background-color:#fff}.wizard-wrapper .main-section .main-content-section .content-div .generated-form-entry .input-wrapper textarea{margin-top:.5em;width:80%;padding:1em;border:none;border-radius:.5em;background-color:#fff;min-height:200px;resize:none}.wizard-wrapper .main-section .buttons-section{padding:3em 0;width:100%;display:flex;justify-content:center;align-items:center;gap:2em}.wizard-wrapper .main-section .buttons-section button{border:none;padding:.8em 1.25em;border-radius:.5em;color:var(--contrast-accent-color);background-color:var(--accent-color);transition:filter ease-in-out 100ms;font-weight:700;cursor:pointer}.wizard-wrapper .main-section .buttons-section button.back-btn{color:#fff;background-color:grey}.wizard-wrapper .main-section .buttons-section button:hover{filter:brightness(130%)}}