*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body,html,#root{width:100%}a,a:visited{text-decoration:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:coachella;src:url(/fonts/coachella.otf) format("OpenType");font-weight:400;font-style:normal}:root{--black: #000;--white: #fff;--gray: #3F3F3F;--font: "Inter Tight", serif;--font-inter: "Inter", serif;--font-secondary: "coachella"}body{font-family:var(--font)}.main__container{width:100%}.hover{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}@media screen and (min-width: 1023px){.hover:hover{animation:anim .3s ease forwards}.hover:not(:hover){animation:anim-reverse .2s ease forwards}}@keyframes anim{0%{transform:scale(1) rotate(0)}50%{transform:scale(1.08) rotate(2.5deg)}to{transform:scale(1.05) rotate(2deg)}}@keyframes anim-reverse{0%{transform:scale(1.05) rotate(2deg)}to{transform:scale(1) rotate(0)}}.btn{display:flex;align-items:center;justify-content:center;background-color:var(--white)}.btn__nav{padding:10px 16px;border-radius:50px;background:var(--white)}.btn__nav span{color:var(--black);font-size:14px;font-weight:600}.btn__socials{padding:12px;border-radius:50px;background:var(--white);cursor:pointer}.animated__item{opacity:0;transform:scale(1);transition:all .3s ease}.navbar__wrapper{position:fixed;top:0;left:0;width:100%;display:flex;padding:28px 96px 0;z-index:9;pointer-events:none}.navbar__wrapper .navbar-inner__wrapper{width:100%;display:flex;align-items:flex-start;justify-content:space-between;position:relative;z-index:1;pointer-events:none}.navbar__wrapper .navbar-inner__wrapper .logo{max-width:75px;transition:all .2s ease-in-out;pointer-events:all}@media screen and (max-width: 1023px){.navbar__wrapper .navbar-inner__wrapper .logo:active{transform:scale(.95)}}.navbar__wrapper .navbar-inner__wrapper .nav__wrapper{display:flex;align-items:center;gap:36px;position:absolute;top:0;left:50%;transform:translate(-50%);pointer-events:all;padding-top:22px}.navbar__wrapper .navbar-inner__wrapper .nav__wrapper .nav__item{cursor:pointer}.navbar__wrapper .navbar-inner__wrapper .nav__wrapper .nav__item span{white-space:nowrap}.navbar__wrapper .navbar-inner__wrapper .socials__wrapper{display:flex;flex-direction:column;gap:24px;pointer-events:all;padding-top:22px}.navbar__wrapper .navbar-inner__wrapper .socials__wrapper img{width:24px;height:24px}.navbar__wrapper .navbar-inner__wrapper .burger__btn{padding:8px;border-radius:10px;background:var(--white);cursor:pointer;transition:all .3s ease;display:none;pointer-events:all}.navbar__wrapper .navbar-inner__wrapper .burger__btn:active{transform:scale(.95)}.navbar__wrapper .navbar-inner__wrapper .burger__btn .line__wrapper{width:20px;height:20px;display:flex;flex-direction:column;justify-content:center;padding:0 1px;gap:3px}.navbar__wrapper .navbar-inner__wrapper .burger__btn .line__wrapper .line{width:100%;height:2px;border-radius:15px;background:var(--black);transition:all .25s ease}.navbar__wrapper .navbar-inner__wrapper .burger__btn.active .line__wrapper .line:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar__wrapper .navbar-inner__wrapper .burger__btn.active .line__wrapper .line:nth-child(2){opacity:0;transform:scale(0)}.navbar__wrapper .navbar-inner__wrapper .burger__btn.active .line__wrapper .line:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar__wrapper .menu__wrapper{position:absolute;top:0;left:0;width:100%;height:100dvh;background:var(--black);opacity:0;transition:all .25s ease;display:flex;justify-content:center;padding:108px 0 0;visibility:hidden;pointer-events:none}.navbar__wrapper .menu__wrapper .nav__wrapper{display:flex;flex-direction:column;align-items:center;gap:32px}.navbar__wrapper .menu__wrapper .nav__wrapper .btn__nav{border-radius:50px;transition:all .25s ease;cursor:pointer}@media screen and (max-width: 1023px){.navbar__wrapper .menu__wrapper .nav__wrapper .btn__nav:active{transform:scale(.95)}}.navbar__wrapper .menu__wrapper .socials__wrapper{position:absolute;bottom:24px;left:0;width:100%;display:flex;align-items:center;justify-content:center;gap:20px}.navbar__wrapper .menu__wrapper .socials__wrapper .btn__socials{transition:all .25s ease}.navbar__wrapper .menu__wrapper .socials__wrapper .btn__socials img{width:20px;height:20px}@media screen and (max-width: 1023px){.navbar__wrapper .menu__wrapper .socials__wrapper .btn__socials:active{transform:scale(.95)}}.navbar__wrapper .menu__wrapper.active{opacity:1;visibility:visible;pointer-events:all}@media screen and (max-width: 990px){.navbar__wrapper{padding:28px 48px 0}.navbar__wrapper .navbar-inner__wrapper .nav__wrapper{gap:28px}.navbar__wrapper .navbar-inner__wrapper .nav__wrapper .nav__item span{font-size:13px}.navbar__wrapper .navbar-inner__wrapper .socials__wrapper .socials__item img{width:20px;height:20px}}@media screen and (max-width: 768px){.navbar__wrapper{padding:16px 16px 0}.navbar__wrapper .navbar-inner__wrapper{align-items:center}.navbar__wrapper .navbar-inner__wrapper .logo{max-width:60px}.navbar__wrapper .navbar-inner__wrapper .nav__wrapper,.navbar__wrapper .navbar-inner__wrapper .socials__wrapper{display:none}.navbar__wrapper .navbar-inner__wrapper .burger__btn{display:block}}.home__wrapper{width:100%;min-height:400px;height:auto;position:relative;overflow:hidden;background:var(--black)}.home__wrapper .hero{width:100%;min-height:400px;height:auto;position:relative;z-index:2;display:flex;flex-direction:column;padding:200px 0 144px;gap:48px}.home__wrapper .hero .content__wrapper{display:flex;flex-direction:column;align-items:center;gap:40px;padding:0 96px;height:100%;max-width:992px;width:100%;margin:0 auto;position:relative;z-index:2}.home__wrapper .hero .content__wrapper .button__wrapper{cursor:pointer}.home__wrapper .hero .content__wrapper .button__wrapper .button__inner{width:100%;padding:8px 8px 8px 16px;display:flex;align-items:center;gap:8px;height:40px;background:var(--white);border-radius:40px;box-shadow:#fff3 0 0 inset,#00000014 0 0,#0000000f 0 0;transition:all .5s ease;border:1px solid rgba(255,255,255,.1)}.home__wrapper .hero .content__wrapper .button__wrapper .button__inner span{font-size:16px;color:var(--black);font-weight:600;transition:all .5s ease}.home__wrapper .hero .content__wrapper .button__wrapper .button__inner .icon__wrapper{min-width:20px;width:20px;height:20px;background:var(--black);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .5s ease}.home__wrapper .hero .content__wrapper .button__wrapper .button__inner .icon__wrapper svg{width:14px;height:14px}.home__wrapper .hero .content__wrapper .button__wrapper .button__inner .icon__wrapper svg path{fill:var(--white);transition:all .5s ease}@media screen and (min-width: 1023px){.home__wrapper .hero .content__wrapper .button__wrapper:hover .button__inner{background:var(--black)}.home__wrapper .hero .content__wrapper .button__wrapper:hover .button__inner span{color:var(--white)}.home__wrapper .hero .content__wrapper .button__wrapper:hover .button__inner .icon__wrapper{background:var(--white)}.home__wrapper .hero .content__wrapper .button__wrapper:hover .button__inner .icon__wrapper svg path{fill:var(--black)}}.home__wrapper .hero .content__wrapper h2{font-family:var(--font-secondary);font-size:64px;font-weight:bolder;line-height:1.2;background:linear-gradient(to bottom,#f8de95,#d09f5a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}.home__wrapper .hero .content__wrapper .desc__wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.home__wrapper .hero .content__wrapper .desc__wrapper span{font-size:20px;font-weight:600;color:var(--white);line-height:1.6;text-align:center;max-width:550px}.home__wrapper .hero .content__wrapper .desc__wrapper span:nth-child(2){max-width:600px;opacity:.6;font-weight:500}.home__wrapper .hero .hero-bg__wrapper{width:100%;display:flex;position:absolute;top:0;left:0;height:100%}.home__wrapper .hero .hero-bg__wrapper img{width:100%;height:auto;object-fit:cover;margin-top:100px}.home__wrapper .hero .hero-bg__wrapper .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3}.home__wrapper .hero .layer{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.home__wrapper .about__section,.home__wrapper .benefits__section{width:100%;display:flex;padding:144px 96px}.home__wrapper .about__section .section__inner,.home__wrapper .benefits__section .section__inner{max-width:800px;width:100%;margin:0 auto;display:flex;align-items:flex-start;gap:30px}.home__wrapper .about__section .section__inner .line,.home__wrapper .benefits__section .section__inner .line{min-width:6px;height:100%;background:linear-gradient(to bottom,#f8de95,#d09f5a);border-radius:22px}.home__wrapper .about__section .section__inner .content__wrapper,.home__wrapper .benefits__section .section__inner .content__wrapper{display:flex;flex-direction:column;gap:10px;padding:10px 0}.home__wrapper .about__section .section__inner .content__wrapper h5,.home__wrapper .benefits__section .section__inner .content__wrapper h5{font-size:14px;font-weight:600;color:#d09f5a;text-transform:uppercase}.home__wrapper .about__section .section__inner .content__wrapper p,.home__wrapper .benefits__section .section__inner .content__wrapper p{display:block;font-size:24px;color:var(--white);font-weight:500;line-height:2}.home__wrapper .how-it-works__section,.home__wrapper .tokenomics__section{width:100%;display:flex;justify-content:center;padding:144px 96px}.home__wrapper .how-it-works__section .section__inner,.home__wrapper .tokenomics__section .section__inner{max-width:1152px;width:100%;display:flex;flex-direction:column;gap:64px}.home__wrapper .how-it-works__section .section__inner .section__title,.home__wrapper .tokenomics__section .section__inner .section__title{display:flex;flex-direction:column;gap:20px;align-items:center;max-width:672px;margin:0 auto}.home__wrapper .how-it-works__section .section__inner .section__title h2,.home__wrapper .tokenomics__section .section__inner .section__title h2{font-size:48px;font-weight:600;color:var(--white);text-align:center}.home__wrapper .how-it-works__section .section__inner .section__body,.home__wrapper .tokenomics__section .section__inner .section__body{display:flex;max-width:1152px;width:100%;margin:0 auto}.home__wrapper .how-it-works__section .section__inner .section__body .single-body__item,.home__wrapper .tokenomics__section .section__inner .section__body .single-body__item{width:100%;padding:32px;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;border-right:1px solid #D09F5A}.home__wrapper .how-it-works__section .section__inner .section__body .single-body__item:last-child,.home__wrapper .tokenomics__section .section__inner .section__body .single-body__item:last-child{border-right:0}.home__wrapper .how-it-works__section .section__inner .section__body .single-body__item h2,.home__wrapper .tokenomics__section .section__inner .section__body .single-body__item h2{font-size:28px;color:var(--white);text-align:center}.home__wrapper .how-it-works__section .section__inner .section__body .single-body__item h5,.home__wrapper .tokenomics__section .section__inner .section__body .single-body__item h5{font-size:18px;color:var(--white);text-align:center;font-family:var(--font-inter);opacity:.8}.home__wrapper .futures__section{width:100%;padding:144px 96px}.home__wrapper .futures__section .inner__section{max-width:1099px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:20px}.home__wrapper .futures__section .inner__section .cards__wrapper{width:100%;display:flex;gap:20px}.home__wrapper .futures__section .inner__section .cards__wrapper .single-card__wrapper{width:100%;padding:32px;border:1px solid hsla(0,0%,100%,.05);border-radius:12px;background:linear-gradient(to bottom,#151822,#101219);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);display:flex;flex-direction:column;gap:12px}.home__wrapper .futures__section .inner__section .cards__wrapper .single-card__wrapper h2{color:var(--white);font-size:20px;font-weight:600;line-height:1.2}.home__wrapper .futures__section .inner__section .cards__wrapper .single-card__wrapper span{font-size:15px;color:var(--white);opacity:.8;font-family:var(--font-inter)}.home__wrapper .futures__section .inner__section .grid__wrapper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.home__wrapper footer{padding-top:144px;width:100%;position:relative;display:flex;justify-content:center}.home__wrapper footer img{min-width:550px;width:100%;height:auto;object-fit:cover}@media screen and (max-width: 990px){.home__wrapper .hero .content__wrapper{padding:0 48px}.home__wrapper .about__section,.home__wrapper .benefits__section,.home__wrapper .how-it-works__section,.home__wrapper .tokenomics__section{padding:96px 48px}.home__wrapper .how-it-works__section .section__inner,.home__wrapper .tokenomics__section .section__inner{gap:48px}.home__wrapper .how-it-works__section .section__inner .section__body,.home__wrapper .tokenomics__section .section__inner .section__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home__wrapper .how-it-works__section .section__inner .section__body .single-body__item,.home__wrapper .tokenomics__section .section__inner .section__body .single-body__item{border:0}.home__wrapper .how-it-works__section .section__inner .section__body .single-body__item:nth-child(odd),.home__wrapper .tokenomics__section .section__inner .section__body .single-body__item:nth-child(odd){border-right:1px solid #D09F5A}.home__wrapper .futures__section{padding:96px 48px}.home__wrapper .futures__section .inner__section .grid__wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.home__wrapper footer{padding-top:96px}}@media screen and (max-width: 768px){.home__wrapper .hero{padding:144px 0 64px}.home__wrapper .hero .content__wrapper{gap:28px;padding:0 16px}.home__wrapper .hero .content__wrapper h2{font-size:40px}.home__wrapper .hero .content__wrapper .desc__wrapper{gap:8px}.home__wrapper .hero .content__wrapper .desc__wrapper span{font-size:16px}.home__wrapper .hero .content__wrapper .desc__wrapper span:nth-child(2){word-break:break-all}.home__wrapper .hero .layer{bottom:-20px}.home__wrapper .about__section,.home__wrapper .benefits__section{padding:48px 16px}.home__wrapper .about__section .section__inner,.home__wrapper .benefits__section .section__inner{gap:16px}.home__wrapper .about__section .section__inner .content__wrapper p,.home__wrapper .benefits__section .section__inner .content__wrapper p{font-size:20px;line-height:1.4}.home__wrapper .how-it-works__section,.home__wrapper .tokenomics__section{padding:48px 16px}.home__wrapper .how-it-works__section .section__inner,.home__wrapper .tokenomics__section .section__inner{gap:40px}.home__wrapper .how-it-works__section .section__inner .section__title h2,.home__wrapper .tokenomics__section .section__inner .section__title h2{font-size:28px}.home__wrapper .how-it-works__section .section__inner .section__body,.home__wrapper .tokenomics__section .section__inner .section__body{grid-template-columns:repeat(1,minmax(0,1fr))}.home__wrapper .how-it-works__section .section__inner .section__body .single-body__item,.home__wrapper .tokenomics__section .section__inner .section__body .single-body__item{border-bottom:1px solid #D09F5A;padding:16px 12px}.home__wrapper .how-it-works__section .section__inner .section__body .single-body__item h2,.home__wrapper .tokenomics__section .section__inner .section__body .single-body__item h2{font-size:20px}.home__wrapper .how-it-works__section .section__inner .section__body .single-body__item h5,.home__wrapper .tokenomics__section .section__inner .section__body .single-body__item h5{font-size:16px}.home__wrapper .how-it-works__section .section__inner .section__body .single-body__item:nth-child(odd),.home__wrapper .tokenomics__section .section__inner .section__body .single-body__item:nth-child(odd){border-right:0}.home__wrapper .how-it-works__section .section__inner .section__body .single-body__item:first-child,.home__wrapper .tokenomics__section .section__inner .section__body .single-body__item:first-child{border-top:1px solid #D09F5A}.home__wrapper .futures__section{padding:48px 16px}.home__wrapper .futures__section .inner__section .grid__wrapper{grid-template-columns:repeat(1,minmax(0,1fr))}.home__wrapper footer{padding-top:48px}}.footer__wrapper{width:100%;padding:36px 96px;background:var(--black);position:relative;z-index:5}.footer__wrapper .footer-inner__wrapper{width:100%;display:flex;align-items:center}.footer__wrapper .footer-inner__wrapper .context__block{display:flex;flex-direction:column;align-items:center;flex:1;gap:20px}.footer__wrapper .footer-inner__wrapper .context__block h2{font-size:20px;font-weight:700;color:var(--white)}.footer__wrapper .footer-inner__wrapper .context__block span{max-width:969px;text-align:center;font-family:Inter,sans-serif;color:#fffc;font-weight:400;font-size:14px;letter-spacing:-.13px;line-height:1.2}.footer__wrapper .footer-inner__wrapper .right__elements .socials__block{display:none;align-items:center;gap:20px}.footer__wrapper .footer-inner__wrapper .right__elements .socials__block .btn__socials img{width:20px;height:20px}@media screen and (max-width: 990px){.footer__wrapper{padding:36px 48px}}@media screen and (max-width: 768px){.footer__wrapper{padding:28px 16px}.footer__wrapper .footer-inner__wrapper{flex-direction:column;gap:32px}.footer__wrapper .footer-inner__wrapper .context__block{gap:16px}.footer__wrapper .footer-inner__wrapper .context__block h2{font-size:16px;text-align:center}.footer__wrapper .footer-inner__wrapper .context__block span{text-align:center;font-size:13px}.footer__wrapper .footer-inner__wrapper .right__elements{display:flex;flex-direction:column;gap:24px}}
