.ut-svgdraw{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:0}.ut-svgdraw__dots{position:absolute;inset:0;pointer-events:none;z-index:0;opacity:0;transition:opacity 1.2s ease}.ut-svgdraw.is-active .ut-svgdraw__dots,.ut-svgdraw.construction-ready .ut-svgdraw__dots{opacity:1}.ut-svgdraw__construction{position:absolute;inset:8%;pointer-events:none;z-index:1;display:flex;align-items:center;justify-content:center}.ut-svgdraw__construction svg{width:100%;height:100%}.ut-svgdraw__construction path,.ut-svgdraw__construction line,.ut-svgdraw__construction rect,.ut-svgdraw__construction circle{stroke-dasharray:var(--cl-len,2000);stroke-dashoffset:var(--cl-len,2000);transition:none}.ut-svgdraw.is-active .ut-svgdraw__construction path,.ut-svgdraw.is-active .ut-svgdraw__construction line,.ut-svgdraw.is-active .ut-svgdraw__construction rect,.ut-svgdraw.is-active .ut-svgdraw__construction circle,.ut-svgdraw.construction-ready .ut-svgdraw__construction path,.ut-svgdraw.construction-ready .ut-svgdraw__construction line,.ut-svgdraw.construction-ready .ut-svgdraw__construction rect,.ut-svgdraw.construction-ready .ut-svgdraw__construction circle{animation:ut-draw-line var(--cl-dur,1.5s) var(--cl-ease,ease) var(--cl-delay,0s) forwards}.ut-svgdraw.construction-ready .ut-svgdraw__construction path,.ut-svgdraw.construction-ready .ut-svgdraw__construction line,.ut-svgdraw.construction-ready .ut-svgdraw__construction rect,.ut-svgdraw.construction-ready .ut-svgdraw__construction circle{animation-fill-mode:forwards}.ut-svgdraw__canvas{position:absolute;inset:8%;z-index:2;display:flex;align-items:center;justify-content:center}.ut-svgdraw__svg-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ut-svgdraw__svg-wrap svg{width:100%;height:100%;display:block}.ut-svgdraw__svg-wrap svg path,.ut-svgdraw__svg-wrap svg line,.ut-svgdraw__svg-wrap svg polyline,.ut-svgdraw__svg-wrap svg polygon,.ut-svgdraw__svg-wrap svg rect,.ut-svgdraw__svg-wrap svg circle,.ut-svgdraw__svg-wrap svg ellipse{stroke-dasharray:var(--path-len,2000);stroke-dashoffset:var(--path-len,2000);fill:transparent!important;transition:none}.ut-svgdraw.is-active .ut-svgdraw__svg-wrap svg path,.ut-svgdraw.is-active .ut-svgdraw__svg-wrap svg line,.ut-svgdraw.is-active .ut-svgdraw__svg-wrap svg polyline,.ut-svgdraw.is-active .ut-svgdraw__svg-wrap svg polygon,.ut-svgdraw.is-active .ut-svgdraw__svg-wrap svg rect,.ut-svgdraw.is-active .ut-svgdraw__svg-wrap svg circle,.ut-svgdraw.is-active .ut-svgdraw__svg-wrap svg ellipse{animation:ut-draw-line var(--path-dur,3s) var(--path-ease,cubic-bezier(.4,0,.2,1)) var(--path-delay,0s) forwards}.ut-svgdraw.is-drawn.fill-fade .ut-svgdraw__svg-wrap svg path,.ut-svgdraw.is-drawn.fill-fade .ut-svgdraw__svg-wrap svg line,.ut-svgdraw.is-drawn.fill-fade .ut-svgdraw__svg-wrap svg polyline,.ut-svgdraw.is-drawn.fill-fade .ut-svgdraw__svg-wrap svg polygon,.ut-svgdraw.is-drawn.fill-fade .ut-svgdraw__svg-wrap svg rect,.ut-svgdraw.is-drawn.fill-fade .ut-svgdraw__svg-wrap svg circle,.ut-svgdraw.is-drawn.fill-fade .ut-svgdraw__svg-wrap svg ellipse{fill:var(--path-fill,transparent)!important;transition:fill .8s ease .2s}.ut-svgdraw.is-drawn.fill-instant .ut-svgdraw__svg-wrap svg path,.ut-svgdraw.is-drawn.fill-instant .ut-svgdraw__svg-wrap svg line,.ut-svgdraw.is-drawn.fill-instant .ut-svgdraw__svg-wrap svg polyline,.ut-svgdraw.is-drawn.fill-instant .ut-svgdraw__svg-wrap svg polygon,.ut-svgdraw.is-drawn.fill-instant .ut-svgdraw__svg-wrap svg rect,.ut-svgdraw.is-drawn.fill-instant .ut-svgdraw__svg-wrap svg circle,.ut-svgdraw.is-drawn.fill-instant .ut-svgdraw__svg-wrap svg ellipse{fill:var(--path-fill,transparent)!important}.ut-svgdraw.has-glow.is-active .ut-svgdraw__svg-wrap svg{filter:var(--glow-filter)}@keyframes ut-draw-line{to{stroke-dashoffset:0}}@keyframes ut-undraw-line{from{stroke-dashoffset:0}to{stroke-dashoffset:var(--path-len,2000)}}.ut-svgdraw__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:rgb(234 136 222 / .4);width:200px}.ut-svgdraw__placeholder svg{width:120px;height:120px}.ut-svgdraw__placeholder span{font-family:'Outfit',sans-serif;font-size:13px;opacity:.6}.ut-svgdraw__filters{position:absolute;width:0;height:0;overflow:hidden}.ut-svgdraw__pen{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--stroke-color,#ea88de);box-shadow:0 0 8px var(--stroke-color,#ea88de),0 0 16px var(--stroke-color,#ea88de);pointer-events:none;z-index:10;opacity:0;transition:opacity .3s ease;transform:translate(-50%,-50%)}.ut-svgdraw.is-active .ut-svgdraw__pen{opacity:1}.ut-svgdraw.is-drawn .ut-svgdraw__pen{opacity:0;transition:opacity .5s ease .3s}@media (max-width:767px){.ut-svgdraw{height:350px!important}}