.configurator{padding:0 25px}.configurator .step{align-items:center;display:none;flex-direction:column;gap:25px;margin:25px 0;padding:50px 0}.configurator .step .inputs{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.configurator .step h2,.configurator .step h3{text-align:center}.configurator .step .inputs>div{display:flex;flex-direction:column;gap:5px}.configurator .step .inputs>div label{text-align:center}.configurator .step .inputs>div input{width:150px}.configurator .step .loader svg{animation:loadingAnim .4s linear infinite;height:48px;width:48px}@keyframes loadingAnim{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.configurator .step img{max-width:500px}.configurator .step .actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.configurator .step.active{display:flex}.configurator .step.loading{align-items:center;background:#009798;color:#fff;height:300px;justify-content:center}