html,body{margin:0;padding:0;min-height:100vh;width:100%;background-color:#000}a,a:link,a:visited,a:hover,a:active{color:#06b6d4!important;text-decoration:none}a:hover{color:#0891b2!important}a:visited{color:#06b6d4!important}.hover-underline-animation{display:inline-block;position:relative}.hover-underline-animation:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#27c6ed;transition:transform .25s ease-out}.hover-underline-animation:hover{cursor:pointer}.hover-underline-animation:hover:after{transform:scaleX(1)}.shiny-text{color:#b5b5b5a4;background:linear-gradient(120deg,#fff0 40%,#fffc,#fff0 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.curved-loop-jacket{display:flex;align-items:center;justify-content:center;width:100%}.curved-loop-svg{-webkit-user-select:none;user-select:none;width:100%;aspect-ratio:100 / 12;overflow:visible;display:block;font-size:5rem;font-family:Montserrat;font-optical-sizing:auto;font-weight:300;fill:#fff;letter-spacing:5px;text-transform:uppercase;line-height:1}.circular-text{margin-bottom:20px;border-radius:50%;width:200px;position:relative;height:200px;font-weight:700;color:#fff;font-weight:900;text-align:center;cursor:pointer;transform-origin:50% 50%;-webkit-transform-origin:50% 50%}.circular-text span{position:absolute;display:inline-block;inset:0;font-size:24px;transition:all .5s cubic-bezier(0,0,0,1)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:4px;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0891b2,#0e7490);transform:scale(1.1)}::-webkit-scrollbar-corner{background:#ffffff0d}*,.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#06B6D4 rgba(255,255,255,.05)}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#ffffff08;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0891b2,#0e7490)}.horizontal-scrollbar::-webkit-scrollbar{height:6px;width:6px}.horizontal-scrollbar::-webkit-scrollbar-track{background:#ffffff08;border-radius:3px}.horizontal-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#06b6d4,#0891b2);border-radius:3px}.horizontal-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#0891b2,#0e7490)}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}
