.builder-page{margin-top:60px}.builder-page__builder,.builder-page__container{display:flex;flex-direction:row}.builder-page__builder{width:100%}.builder-page__preview{flex:1 1;display:none}.builder-page__preview--visible{display:block}@media(min-width:1024px){.builder-page__preview{padding-left:20px;display:block}}.builder-page__part-header{padding:18px 0;margin-bottom:20px}.builder-page__header-title{color:#e7e5d8;font-weight:700;font-size:16px;display:flex;flex-direction:row;align-items:center}@media(min-width:1024px){.builder-page__header-title{font-size:26px}}.builder-page__toolbar{width:100%;display:none}.builder-page__toolbar--visible{display:block}@media(min-width:1024px){.builder-page__toolbar{display:block}}.builder-page__toolbar-actions{position:fixed;bottom:0;left:0;right:0;display:flex;flex-direction:column;gap:10px;padding:0 20px 20px}@media(min-width:1024px){.builder-page__toolbar-actions{position:relative;bottom:unset;left:unset;right:unset;padding:0}.builder-page__toolbar-actions-button{width:100%}.builder-page__toolbar-actions-button--edit{display:none}}.builder-page__toolbar-actions-button:before{border-radius:20px;content:"";position:absolute;top:0;left:0;height:100%;width:var(--fill-width,0);transition:width .3s ease-in-out;background:#e18e00;-webkit-clip-path:inset(0 0 0 0 round 6px 0 0 6px);clip-path:inset(0 0 0 0 round 6px 0 0 6px)}.builder-page__toolbar-wrapper{width:100%;display:flex;flex-direction:column;gap:10px;flex-shrink:0}.builder-page__toolbar-wrapper--absolute{position:absolute}@media(min-width:1024px){.builder-page__toolbar-wrapper--absolute{position:relative}.builder-page__toolbar-wrapper{width:300px}}.builder-page__cta-text{position:relative}.builder-page__toolbar-body{margin-top:20px;padding-bottom:60px}@media(min-width:1024px){.builder-page__toolbar-body{padding-bottom:unset}}.builder-page__toolbar-feature{margin-bottom:20px}.builder-page__label{font-weight:700;color:#e18e00;margin-bottom:6px;display:flex;flex-direction:row;align-items:center}.builder-page__text{font-size:16px;font-weight:500;color:#e7e5d8}.builder-page__preview-image{border-radius:20px;width:100%;height:auto}.builder-page__loading-text{font-weight:700;color:#e5c770;margin-bottom:6px;display:flex;flex-direction:row;align-items:center}.builder-page__loading-bar{width:100%;height:10px;background-color:#4b4b4b;border-radius:4px;height:22px;margin-top:8px;position:relative;overflow:hidden}.builder-page__loading-bar:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.3) 50%,rgba(255,255,255,0));animation:skeleton-loading 1.5s infinite}.builder-page__loading{margin-top:20px}@keyframes skeleton-loading{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}