@-webkit-keyframes animate-svg-fill-1{0%{fill:transparent}to{fill:#fff}}@keyframes animate-svg-fill-1{0%{fill:transparent}to{fill:#fff}}.svg-elem-1{-webkit-animation:animate-svg-fill-1 .7s ease-in-out .8s both;animation:animate-svg-fill-1 .7s ease-in-out .8s both}@-webkit-keyframes animate-svg-fill-2{0%{fill:transparent}to{fill:#fff}}@keyframes animate-svg-fill-2{0%{fill:transparent}to{fill:#fff}}.svg-elem-2{-webkit-animation:animate-svg-fill-2 .7s ease-in-out .9s both;animation:animate-svg-fill-2 .7s ease-in-out .9s both}@keyframes sequentialScale{0%,57%{transform:scale(1) rotate(var(--base-rotation))}28%{transform:scale(1.2) rotate(var(--base-rotation))}}.loader .bar{animation:sequentialScale 1.75s ease-in-out infinite;animation-delay:calc(var(--delay) * .125s);transform-origin:center}.bar-0{--delay:0;--base-rotation:0deg}.bar-1{--delay:1;--base-rotation:45deg}.bar-2{--delay:2;--base-rotation:90deg}.bar-3{--delay:3;--base-rotation:135deg}.bar-4{--delay:4;--base-rotation:180deg}.bar-5{--delay:5;--base-rotation:225deg}.bar-6{--delay:6;--base-rotation:270deg}.bar-7{--delay:7;--base-rotation:315deg}textarea{opacity:1;-webkit-appearance:none;-webkit-text-fill-color:#000;background-color:#fff;color:#000}textarea.faded{-webkit-text-fill-color:#717273;background-color:#e4e5e4}textarea:disabled{opacity:1}