.groth-app{font-family:"Poppins",sans-serif;display:flex;justify-content:center;align-items:center;width:100%;height:100%;border-top-left-radius:15px;border-bottom-left-radius:15px;overflow:hidden;background:#fff}.groth-chart{position:relative;background:#fff;border-radius:0;padding:50px 30px;overflow:hidden}.groth-chart__header{position:absolute;top:30px;left:30px;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:10px}.groth-chart__header .label{font-size:3rem;font-weight:700;margin:0}.groth-chart__header span{font-size:1.25rem;color:#000}.groth-chart__legend{position:absolute;right:30px;bottom:30px;display:flex;gap:15px;margin-top:10px;font-size:1.25rem;color:#777}.groth-chart__legend>span{display:flex;align-items:center;gap:6px}.groth-chart__dot{width:25px;height:25px;border-radius:50%;display:inline-block}.groth-chart__dot--tech{background-color:#fd3}.groth-chart__dot--nontech{background-color:#f93}.groth-chart__loader{position:absolute;inset:0;background:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;font-size:1rem;animation:groth-fadeOut 1s ease 2.5s forwards}.groth-chart__loading-dots span{animation:groth-blink 1s infinite;display:inline-block;margin:0 2px}.groth-chart__loading-dots span:nth-child(2){animation-delay:.2s}.groth-chart__loading-dots span:nth-child(3){animation-delay:.4s}@keyframes groth-fadeOut{to{opacity:0;visibility:hidden}}@keyframes groth-blink{0%,80%,100%{opacity:0}40%{opacity:1}}