.section-rings{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0;animation-name:navbarEfect;animation-duration:1s}.section-rings img{width:160px;height:160px}@keyframes navbarEfect{to{opacity:1}0%{opacity:0}}.container-rings{display:flex;flex-direction:column;justify-content:center;align-items:center}.container-rings span{width:80%;margin-top:-30px;color:#00838D;font:normal 1rem Montserrat;padding:30px 0;border-radius:50%}.container-rings h3{color:#00838D}.loading{color:#000;text-align:center;font-size:1.2rem;width:100%;margin-top:1.5rem;font-family:Montserrat}.absolute-loading{position:absolute;top:0;left:0;right:0;bottom:0;z-index:99999;height:100vh}.loader{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100px;height:35px}.loader span{all:unset;display:block;width:15px;height:15px;border-radius:50%;background-color:#000;animation:fadeWave 2s ease-in-out infinite;transform-origin:center;flex-shrink:0;flex-grow:0;opacity:0}.loader span:first-child{background-color:#0A0A32;animation-delay:0s}.loader span:nth-child(2){background-color:#72C7D1;animation-delay:.2s}.loader span:nth-child(3){background-color:#1EA2A6;animation-delay:.4s}.loader span:nth-child(4){background-color:#1180A3;animation-delay:.6s}@keyframes fadeWave{0%,to{opacity:0;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}}.inline-loader{display:flex;justify-content:space-between;align-items:center;width:80px;height:15px}.inline-loader span{width:10px;height:10px;border-radius:50%;animation:fadeWave 1.2s ease-in-out infinite}.inline-loader span:first-child{background-color:#0A0A32;animation-delay:0s}.inline-loader span:nth-child(2){background-color:#72C7D1;animation-delay:.2s}.inline-loader span:nth-child(3){background-color:#1EA2A6;animation-delay:.4s}.inline-loader span:nth-child(4){background-color:#1180A3;animation-delay:.6s}.paragraph-loader{display:flex;justify-content:space-between;align-items:center;width:40px;height:10px}.paragraph-loader span{width:6px;height:6px;border-radius:50%;animation:fadeWave 1.2s ease-in-out infinite}.paragraph-loader span:first-child{background-color:#0A0A32;animation-delay:0s}.paragraph-loader span:nth-child(2){background-color:#72C7D1;animation-delay:.2s}.paragraph-loader span:nth-child(3){background-color:#1EA2A6;animation-delay:.4s}.paragraph-loader span:nth-child(4){background-color:#1180A3;animation-delay:.6s}.loaderDownload{width:26px;height:26px;border:5px dotted #000;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 2s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.not-authorized-component{width:100vw;height:100vh}.not-authorized-component,.not-authorized-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.not-authorized-container{width:50%;height:50%}.not-authorized-container h1,.not-authorized-container p{color:gray;text-align:center}.not-authorized-container h2{font-size:1.8rem;color:#0F8BA8}.not-authorized-component img{width:50%;height:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}