@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--black-color:#0b0b0b;--Grey:silver;--White:#f3f3f3;--gradientToGrey:linear-gradient(180deg,var(--White,#f3f3f3) 57%,var(--Grey,silver) 99.17%);--web-padding:0px 70px;--smallGap:5px;--mediumGap:15px}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif!important;color:var(--White)}p{font-size:16px;font-weight:400}body{background-color:#0a0909;color:#e9e9e9;font-family:Inter,sans-serif!important;max-width:1920px;min-height:100vh;overflow-x:hidden;overflow-y:auto;margin:0 auto}nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:20px 70px;position:relative;z-index:999}nav a img{height:40px;width:min-content;object-fit:contain}.nav-link ul{list-style-type:none;display:flex;flex-direction:row;gap:10px}.gradient-t{background:var(--gradientToGrey);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.nav-link ul li,.nav-link ul li a{display:flex;justify-content:center;align-items:center}.nav-link ul li a{color:var(--White);text-decoration:none;flex-direction:row;gap:var(--smallGap)}.green-circle{height:5px;width:5px;background-color:#70e000;border-radius:50%;display:inline-block}.y-sm{height:10px;width:1px;background-color:var(--White)!important}.hero{position:relative;width:100%;min-height:100vh}main{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--mediumGap);padding:20px 0}h1{font-size:84px;font-weight:800;background:var(--gradientToGrey);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;gap:var(--mediumGap)}.gradient-bubbles{position:absolute;inset:0;overflow:hidden;z-index:1;pointer-events:none}.gradient-bubbles span{position:absolute;width:400px;height:400px;filter:blur(200px);opacity:1;animation:float 12s ease-in-out infinite alternate}.gradient-bubbles span:first-child{background:#5a189a;bottom:15%;left:0}.gradient-bubbles span:nth-child(2){background:#5a189a;bottom:0;left:15%}.gradient-bubbles span:nth-child(3){background:#5a189a;bottom:0;left:50%}.gradient-bubbles span:nth-child(4){background:#5a189a;bottom:0;left:75%}.gradient-bubbles span:nth-child(5){background:#5a189a;bottom:0;right:45%}.gradient-bubbles span:nth-child(6){background:#5a189a;bottom:15%;right:0}@keyframes float{0%{transform:translateY(0) translateX(0) scale(1)}to{transform:translateY(-20px) translateX(20px) scale(1.1)}}.web-wrapper2{width:100%;padding:var(--web-padding)}.not-found{display:flex;align-items:center;justify-content:space-between;gap:40px;min-height:calc(100vh - 120px)}.f-row{flex-direction:row}.w-50{width:50%}.h-100{min-height:100vh}.gap-deva{display:flex;flex-direction:column;gap:24px}.header-nf{font-size:72px;line-height:1.05;letter-spacing:-.02em;background:linear-gradient(180deg,#fff,silver);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-nf{color:#cfcfcf;font-size:18px;max-width:520px}.not-found-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;padding:14px 22px;border-radius:999px;color:#0a0909;font-weight:700;font-size:16px;background:linear-gradient(135deg,#70e000,#38b000);box-shadow:0 8px 24px rgba(56,176,0,.25),inset 0 1px 0 hsla(0,0%,100%,.35);transform:translateZ(0);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.not-found-button:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(56,176,0,.35),inset 0 1px 0 hsla(0,0%,100%,.45);filter:brightness(1.02)}.not-found-button:active{transform:translateY(0)}.img-nf{width:100%;height:auto;max-width:520px;filter:drop-shadow(0 20px 80px rgba(90,24,154,.35));animation:float-y 7s ease-in-out infinite}@keyframes float-y{0%{transform:translateY(0)}50%{transform:translateY(-14px)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.gradient-bubbles span,.img-nf{animation:none}}@media (max-width:1200px){.web-wrapper2{padding:0 20px}.not-found{flex-direction:column;text-align:center;gap:28px;padding-top:100px}.w-50{width:100%}.header-nf{font-size:44px}.text-nf{margin:0 auto;font-size:16px}.img-nf{max-width:420px}}@media (max-width:480px){.header-nf{font-size:34px}.img-nf{max-width:320px}}.hero-video{width:100%;height:auto;max-width:1200px;border-radius:40px}@media (min-width:1024px) and (min-width:1400px){.hero-video{width:100%}}@media (max-width:1200px){nav{padding:20px;gap:var(--mediumGap);position:absolute}main,nav{display:flex;flex-direction:column}main{align-items:center;justify-content:center;padding:0 20px}h1{font-size:40px}.hero-video{height:auto;border-radius:20px;max-width:750px!important}}