:root{--toastify-toast-width:330px}@font-face{font-family:lumad-free,sans-serif;src:url(/_next/static/media/lumad-free.28179799.ttf)}@font-face{font-family:staatliches;src:url(/_next/static/media/staatliches.7673e61a.ttf)}body,html{height:100%}body{font-family:Montserrat,sans-serif;font-size:16px;color:#fff;background-color:#02091b;margin:0}*{box-sizing:border-box;font-family:inherit;font-size:inherit}a{text-decoration:none}::-webkit-scrollbar{width:6px;height:6px;background-color:transparent}@media screen and (max-width:768px){::-webkit-scrollbar{display:none}}::-webkit-scrollbar-thumb{width:6px;height:6px;border-radius:4px;background-color:#233c7a}button{border:none;outline:none;cursor:pointer;padding:0;background:transparent}.__react_component_tooltip{background:#328946!important;border-radius:90px!important;font-size:14px!important;font-weight:500!important;color:#fff!important}.__react_component_tooltip:after{border-top-color:#328946!important}.Toastify__toast-container--top-right{top:6em}.Toastify__toast{border-radius:20px;font-family:Poppins;font-size:19px;font-weight:500;padding:17px 20px;position:relative;overflow:visible;color:#fff}.Toastify__toast p{margin:0}.Toastify__toast.Toastify__toast--success{background:#49bd64}.Toastify__toast.Toastify__toast--error{background:#e43623}.Toastify__toast .Toastify__toast-body{padding:0;margin:0}.Toastify__toast .Toastify__toast-body .Toastify__toast-icon{width:44px;height:44px}.Toastify__toast .Toastify__toast-body .Toastify__toast-submsg{font-size:14px;font-weight:400}.Toastify__toast .Toastify__close-button{position:absolute;right:0;top:0;transform:translate(30%,-30%);background:#fff;width:38px;height:38px;border-radius:50%;overflow:hidden;opacity:1;color:#000}h1,h2,h3,h4,h5,h6,p{margin:0}@tailwind base;@tailwind components;@tailwind utilities;body{background-color:#070215}@font-face{font-family:LumadFree;src:url(/_next/static/media/lumad-free.28179799.ttf)}.section-bar{position:absolute;overflow:hidden;left:0;bottom:-30px;width:100%;z-index:100}@media screen and (max-width:768px){.section-bar{bottom:-15px}}.page-body,.relative{position:relative}header.v2{padding:0 40px;left:0;top:0;width:100%;height:85px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:1000000000}@media screen and (max-width:768px){header.v2{padding:20px 40px}}header.v2>div{z-index:101}header.v2 .header-logo{width:162px}@media screen and (max-width:768px){header.v2 .header-logo{width:140px}}header.v2 .nav-buttons{display:flex;gap:40px;align-items:center}@media screen and (max-width:992px){header.v2 .nav-buttons{gap:10px}header.v2 .nav-buttons .social{display:none}}@media screen and (max-width:768px){header.v2 .nav-buttons{display:none}}header.v2 .nav-buttons .link{padding:8px;font-family:lores-12,sans-serif;font-size:16px;line-height:23px;letter-spacing:.1em;text-transform:uppercase;color:#fff}header.v2 .nav-buttons .link.button{position:relative;width:133px;height:40px;transform:skew(-15deg);background-color:#d2193a}header.v2 .nav-buttons .link.button span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) skew(15deg)}header.v2 .mobile-menu{position:relative;display:none}@media screen and (max-width:768px){header.v2 .mobile-menu{display:block}}header.v2 .mobile-menu .menu-icon{transition:all .4s ease-out;cursor:pointer}.menu-body{position:fixed;display:flex;justify-content:center;align-items:center;padding:15px 0;right:0;top:0;width:100vw;height:100vh;color:#fff;background-color:rgba(7,2,21,.933);z-index:100000}.menu-body .buttons{padding-right:22px;text-align:right}.menu-body .buttons button{font-size:48px;color:#fff}.menu-body ul{padding:0;list-style:none}.menu-body ul li{height:85px;display:flex;justify-content:center;align-items:center}.menu-body ul li a{font-family:lores-12,sans-serif;font-size:20px;letter-spacing:.1em;text-align:center;text-decoration:none;color:#fff}.social{display:flex;gap:16px;align-items:center}.social.mobile{position:fixed;width:100%;left:50%;transform:translateX(-50%);bottom:56px;padding:0 15px;justify-content:center;flex-wrap:wrap;gap:20px}.combined-carousel-section{padding:40px 15px 80px;min-height:660px;display:flex;justify-content:center;align-items:center;background-color:#1a092f;background-image:linear-gradient(180deg,#070215,rgba(7,2,21,0)),url(/_next/static/media/combined-carousel-bg.e09cbfa3.jpg);background-repeat:repeat-x,no-repeat;background-position:0 0,50%;background-size:100% 100px,cover}@media screen and (max-width:768px){.combined-carousel-section{padding-top:20px;min-height:700px}}.combined-carousel-section .content-wrapper{width:100%;max-width:1200px;display:flex;gap:80px;align-items:center;transition:all .4s ease-out}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper{flex-direction:column;gap:16px}}.combined-carousel-section .content-wrapper .pic-name-age{min-width:225px}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper .pic-name-age{text-align:center}}@keyframes zoom-out{0%{opacity:0;transform:scale(2)}to{opacity:1;transform:scale(1)}}.combined-carousel-section .content-wrapper .pic-name-age img{width:225px;height:304px;transition:all .4s ease-out;animation:zoom-out .4s ease-out}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper .pic-name-age img{width:139px;height:188px}}.combined-carousel-section .content-wrapper .pic-name-age .name{padding-top:32px;font-family:lores-12,sans-serif;font-size:20px;line-height:1.3;text-align:center;color:#fff;transition:all .4s ease-out;animation:fade-in .75s ease-out}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper .pic-name-age .name{padding-top:16px;font-size:16px}}.combined-carousel-section .content-wrapper .pic-name-age .location{padding-top:8px;font-family:lores-12,sans-serif;font-size:20px;line-height:1.3;text-align:center;color:#857e9a;animation:fade-in .75s ease-out}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper .pic-name-age .location{font-size:16px}}.combined-carousel-section .content-wrapper .text-and-indicator{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:400px;overflow:hidden}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper .text-and-indicator{padding:0 16px}}@keyframes sliding-left{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes sliding-right{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.combined-carousel-section .content-wrapper .text-and-indicator h3{font-family:LumadFree,sans-serif;font-size:24px;line-height:1.2;font-weight:400;transition:all .4s ease-out;transform-origin:right top}.combined-carousel-section .content-wrapper .text-and-indicator h3.left{animation:sliding-left .4s ease-out}.combined-carousel-section .content-wrapper .text-and-indicator h3.right{animation:sliding-right .4s ease-out}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper .text-and-indicator h3{font-size:16px;text-align:center}}.combined-carousel-section .content-wrapper .text-and-indicator p{padding:40px 0 60px;height:-moz-max-content;height:max-content;font-family:lores-12,sans-serif;font-size:20px;line-height:1.3;transition:all .4s ease-out;transform-origin:right top}.combined-carousel-section .content-wrapper .text-and-indicator p.left{animation:sliding-left .4s ease-out}.combined-carousel-section .content-wrapper .text-and-indicator p.right{animation:sliding-right .4s ease-out}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper .text-and-indicator p{padding:24px 0 40px;font-size:16px;text-align:center}}.combined-carousel-section .content-wrapper .navigator-wrapper{position:absolute;left:0;bottom:20px;width:100%}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper .navigator-wrapper{position:unset}}.combined-carousel-section .content-wrapper .navigator{position:relative;display:flex;gap:20px;align-items:center;transition:all .4s ease-out}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper .navigator-button{width:32px;position:absolute;top:40px}.combined-carousel-section .content-wrapper .navigator-button:first-child{right:calc(50% + 40px)}.combined-carousel-section .content-wrapper .navigator-button:last-child{left:calc(50% + 40px)}}.combined-carousel-section .content-wrapper .navigator-button:hover{opacity:.6}.combined-carousel-section .content-wrapper .navigator-button img{width:18px}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper .navigator-button img{width:32px}}.combined-carousel-section .content-wrapper .navigator-indicators{width:calc(100% - 76px);display:flex;gap:5px;align-items:center}@media screen and (max-width:768px){.combined-carousel-section .content-wrapper .navigator-indicators{margin:0 auto}}.combined-carousel-section .content-wrapper .navigator-indicator{min-width:10px;height:5px;background-color:hsla(0,0%,100%,.196);transform:skew(-30deg);transition:all .4s ease-out}.combined-carousel-section .content-wrapper .navigator-indicator.current{height:8px;background-color:#ed3550}.wave-text.no-bg{padding:200px 15px}@media screen and (max-width:768px){.wave-text.no-bg{padding:60px 15px 70px}}.wave-text.no-bg .icon-and-text{margin:0 auto;width:100%;max-width:1100px;display:flex;justify-content:center;flex-direction:column;align-items:center}.wave-text.no-bg .icon-and-text p{padding-top:32px;font-family:LumadFree,sans-serif;font-size:32px;line-height:1.8;font-weight:400;text-align:center}@media screen and (max-width:768px){.wave-text.no-bg .icon-and-text p{padding-top:18px;font-size:18px}.discord-section{padding:120px 16px 0;justify-content:center;align-items:flex-start;background-image:url(/_next/static/media/join-discord_mobile.dcf7e0fb.png);background-position:bottom}}.discord-section .essay .go-to-gitbook{font-family:lores-12,sans-serif;width:180px}.create-content-section{padding-top:33.85%;display:flex;justify-content:center;align-items:center;background-color:#1a092f;background-image:url(/_next/static/media/create-content-bg.ac20e061.png);background-repeat:no-repeat;background-position:50%;background-size:cover}@media screen and (max-width:768px){.create-content-section{background-size:contain;background-image:url(/_next/static/media/CreateContent_500x500.6d146753.png);padding-top:100%}}.create-content-section h2{padding-bottom:60px;font-family:LumadFree,sans-serif;font-size:48px;line-height:1.2;font-weight:400;text-align:center}@media screen and (max-width:768px){.create-content-section h2{font-size:24px}}.contact-footer .doc-player-content .docs h2{font-family:lores-12,sans-serif;font-weight:800}.contact-footer-4play{background-image:url(/_next/static/media/footer-bg.c3a0a697.jpg);background-repeat:no-repeat;background-size:cover;background-position:bottom}@media screen and (max-width:768px){.contact-footer-4play{background-image:url(/_next/static/media/footer-bg_mobile.321efcc8.jpg)}}.contact-footer-4play footer .footer-right-part{font-size:.75rem;line-height:1rem}.contact-footer-4play footer .footer-right-part .docs-part span{font-family:lores-12,sans-serif;font-size:16px;cursor:pointer}@media screen and (max-width:768px){.contact-footer-4play footer .footer-right-part .docs-part span{font-size:12px;cursor:pointer}}.contact-footer-4play .doc-player{padding:100px 20px 40px;position:fixed;left:0;top:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.533);z-index:3000}.contact-footer-4play .doc-player-content{height:100%;overflow-y:auto;border-radius:4px;animation:zooom-in .4s ease-out}.contact-footer-4play .doc-player-content .docs{padding:60px 40px;width:100%;height:-moz-fit-content;height:fit-content;max-width:1200px;background-color:#fff}.contact-footer-4play .doc-player-content .docs h2{padding-bottom:20px;font-family:lores-12,sans-serif;font-size:22px;font-weight:800;color:#262626}.contact-footer-4play .doc-player-content .docs h3{padding-bottom:10px;font-family:lores-12,sans-serif;font-size:16px;font-weight:400;color:#888}.contact-footer-4play .doc-player-content .docs p{padding-top:20px;font-family:lores-12,sans-serif;font-size:16px;line-height:1.4;color:#262626}.generate-influence-section{padding-top:33.85%;display:flex;justify-content:center;align-items:center;background-color:#1a092f;background-image:url(/_next/static/media/lever-influence-bg.776c2096.png);background-repeat:no-repeat;background-position:50%;background-size:cover}@media screen and (max-width:768px){.generate-influence-section{background-size:contain;background-image:url(/_next/static/media/LeverageInfluence_500x500.2b666158.png);padding-top:100%}}.generate-influence-section h2{padding-bottom:60px;font-family:LumadFree,sans-serif;font-size:48px;line-height:1.2;font-weight:400;text-align:center}@media screen and (max-width:768px){.generate-influence-section h2{font-size:24px}}.learn-it-all-section{padding-top:48.64%;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#1a092f;background-image:linear-gradient(0,#070215,rgba(7,2,21,0)),url(/_next/static/media/learn-it-all-bg.0be9f788.jpg);background-repeat:repeat-x,no-repeat;background-position:bottom,50%;background-size:1px 218px,cover}@media screen and (max-width:768px){.learn-it-all-section{background-size:1px 64px,cover}}.learn-it-all-section h2{font-family:LumadFree,sans-serif;font-size:32px;line-height:1.2;font-weight:400;text-align:center}@media screen and (max-width:768px){.learn-it-all-section h2{font-size:24px}}.learn-it-all-section p{padding-top:40px;max-width:850px;font-family:lores-12,sans-serif;font-size:20px;line-height:1.3;font-weight:400;text-align:center;color:#857e9a}@media screen and (max-width:768px){.learn-it-all-section p{padding-top:32px;font-size:16px}}.hero-section{position:relative;padding:0 120px;margin-top:-85px;width:100%;display:flex;align-items:center;background-repeat:no-repeat;background-size:cover;background-position:100% 100%}@media screen and (max-width:768px){.hero-section{padding:88px 0;background-image:url(/_next/static/media/bg-hero_mobile.18a10fcb.jpg);background-position:bottom}.hero-section .essay{margin:0 auto}}.hero-section .essay h1{margin-top:-14px;font-family:LumadFree,sans-serif;font-size:48px;line-height:1.2;font-weight:400;color:#fff}@media screen and (max-width:768px){.hero-section .essay h1{line-height:1.32;margin-top:unset;padding-bottom:56px;max-width:358px;font-size:32px;text-align:center}}.hero-section .essay h1.color{display:inline-block;margin-bottom:-10px;padding-bottom:0;line-height:1.6;background:radial-gradient(40% 200% at 35% 50%,#e13656 22.65%,#a237f5 65.85%,#e13656 100%);background-position:top;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-section .essay h1.color:first-child{margin-right:20px}@media screen and (max-width:768px){.hero-section .essay h1.color{margin-bottom:-5px;display:block;line-height:1.65}.hero-section .essay h1.color:first-child{margin-right:unset;margin-bottom:-12px}}.hero-section .essay .go-to-app{display:block;font-family:lores-12,sans-serif;position:relative;width:222px;height:55px;transform:skew(-15deg);background-color:#d2193a}@media screen and (max-width:768px){.hero-section .essay .go-to-app{margin:0 auto;height:56px}}.hero-section .essay .go-to-app .label{position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%) skew(15deg);display:flex;justify-content:center;align-items:center;gap:10px;font-size:16px;line-height:23px;letter-spacing:.22em;text-transform:uppercase;text-align:center;color:#fff}.play-games-section{padding-top:33.85%;display:flex;justify-content:center;align-items:center;background-color:#1a092f;background-image:linear-gradient(180deg,#070215,rgba(7,2,21,0)),url(/_next/static/media/create-game-bg.b7f65600.png);background-repeat:repeat-x,no-repeat;background-position:top,50%;background-size:1px 218px,cover}@media screen and (max-width:768px){.play-games-section{background-size:contain;background-image:url(/_next/static/media/PlayGames_500x500.d810ac0d.png);padding-top:100%}}.play-games-section h2{padding-bottom:60px;font-family:LumadFree,sans-serif;font-size:48px;line-height:1.2;font-weight:400;text-align:center}@media screen and (max-width:768px){.play-games-section h2{font-size:24px}}.summary-section{background-image:url(/_next/static/media/summary-bg.10c5bba9.png);background-repeat:no-repeat;background-size:cover;background-position:top}@media screen and (max-width:768px){.summary-section{background-position:0 0}}.summary-section .card-group{margin:0 auto;padding-bottom:123px;width:100%;max-width:1200px;display:grid;grid-template-columns:580px;justify-content:center}@media screen and (max-width:768px){.summary-section .card-group{padding:16px;grid-template-columns:1fr}}.summary-section .card-group .essay-card{padding-top:56.25%;position:relative;background-color:rgba(53,3,91,.6);background-size:cover;background-position:50%;background-repeat:no-repeat}.summary-section .card-group .essay-card:first-child,.summary-section .card-group .essay-card:last-child{background-image:linear-gradient(0,rgba(53,3,91,.6),rgba(53,3,91,.6)),url(/_next/static/media/card-1.99841dfe.jpg)}.summary-section .card-group .essay-card .react-player{position:absolute;top:0;left:0}.summary-section .card-group .essay-card .video-caption{padding:2px 4px;position:absolute;left:0;top:0;font-family:lores-12,sans-serif;font-size:14px;font-style:italic;letter-spacing:.1em;text-shadow:0 0 6px #000;color:hsla(0,0%,100%,.667)}.summary-section .card-group .essay-card .video-caption.right{left:unset;right:0}.summary-section .card-group .essay-card .corner{position:absolute;top:0;width:65px;height:65px}.summary-section .card-group .essay-card .corner.left{left:0;background-image:url(/_next/static/media/triangle-left.ed1def7e.png)}.summary-section .card-group .essay-card .corner.right{right:0;background-image:url(/_next/static/media/triangle-right.e00d45b8.png)}.summary-section .card-group .essay-card .poster{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;gap:47px}.summary-section .card-group .essay-card .poster .play-icon{min-width:84px;height:84px;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.533);border-radius:50%;cursor:pointer}.summary-section .card-group .essay-card .poster .play-icon:hover{opacity:.8}@media screen and (max-width:768px){.summary-section .card-group .essay-card .poster .play-icon{min-width:64px;height:64px}}@media screen and (min-width:769px){.summary-section .card-group .essay-card .poster .play-icon img{width:36px}}.summary-section .card-group .essay-card .poster h3{padding-bottom:24px;font-family:LumadFree,sans-serif;font-size:40px;font-weight:400;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;color:#fff}@media screen and (max-width:992px){.summary-section .card-group .essay-card .poster h3{font-size:26px}}@media screen and (max-width:768px){.summary-section .card-group .essay-card .poster h3{padding-top:22px;font-size:16px}}.summary-section .card-group .essay-card .poster p{display:none;padding-top:20px;font-family:lores-12,sans-serif;font-size:20px;line-height:1.3;text-align:center;color:#857e9a}@media screen and (max-width:768px){.summary-section .card-group .essay-card .poster p{font-size:14px}}@keyframes move-text-color{0%{color:#5c387e}to{color:#fff}}@keyframes hilight-color{0%{color:#5c387e}to{color:#d2193a}}.summary-section .text-animation{margin:0 auto;padding:0 80px 92px;width:100%;max-width:1310px;font-family:lores-12,sans-serif;font-size:50px;line-height:1.2;font-weight:400;text-align:center;letter-spacing:.1em;text-transform:uppercase}@media screen and (max-width:992px){.summary-section .text-animation{font-size:26px}}@media screen and (max-width:768px){.summary-section .text-animation{padding:40px 16px;font-size:20px}}@media screen and (max-width:380px){.summary-section .text-animation{font-size:16px}}.summary-section .text-animation.animated span{position:relative;color:#5c387e}.summary-section .text-animation.animated span.normal{animation:move-text-color .7s forwards}.summary-section .text-animation.animated span.hilight{animation:hilight-color .7s forwards}.summary-section .wave-text{pointer-events:none;padding-top:20%;position:relative;background-image:url(/_next/static/media/summary-bg-wave.33a03511.png);background-repeat:no-repeat;background-size:cover}@media screen and (max-width:768px){.summary-section .wave-text{padding-top:0;height:297px}}.summary-section .wave-text .icon-and-text{width:100%;max-width:1100px;position:absolute;left:50%;top:50%;display:flex;justify-content:center;flex-direction:column;align-items:center;transform:translate(-50%,-50%)}.summary-section .wave-text .icon-and-text p{padding-top:38px;font-family:LumadFree,sans-serif;font-size:28px;line-height:1.6;font-weight:400;text-align:center}@media screen and (max-width:768px){.summary-section .wave-text .icon-and-text p{padding-top:20px;font-size:18px}}.use-technology-section{padding-top:33.85%;display:flex;justify-content:center;align-items:center;background-color:#1a092f;background-image:url(/_next/static/media/gamify-technology-bg.f250ea33.png);background-repeat:no-repeat;background-position:50%;background-size:cover}@media screen and (max-width:768px){.use-technology-section{background-size:contain;background-image:url(/_next/static/media/GamifyTechnology_500x500.f4e96df1.png);padding-top:100%}}.use-technology-section h2{padding-bottom:60px;font-family:LumadFree,sans-serif;font-size:48px;line-height:1.2;font-weight:400;text-align:center}@media screen and (max-width:768px){.use-technology-section h2{font-size:24px}}.blue-section{position:relative;margin-top:-40px;padding-top:21.4%;background-image:url(/_next/static/media/blue-section-bg.2815222f.png);background-repeat:no-repeat;background-size:contain;background-position:50%}@media screen and (max-width:768px){.blue-section{padding-top:68%;background-image:url(/_next/static/media/blue-sectioon-bg_mobile.e1a42e0a.png)}}.blue-section .text-copy{position:absolute;width:98%;text-align:center;left:50.3%;top:32%;transform:translateX(-50%)}@media screen and (max-width:768px){.blue-section .text-copy{top:22.5%}}.blue-section .text-copy span{font-family:lores-12,sans-serif;font-size:1.8vw;line-height:1.3;color:#ba62ff}.blue-section .text-copy span.white{color:#fff}@media screen and (max-width:768px){.blue-section .text-copy span{font-size:5vw}}.blue-section h2{position:absolute;left:50%;top:60%;width:100%;max-width:1084px;transform:translate(-50%,-50%);font-family:LumadFree,sans-serif;font-weight:400;font-size:28px;line-height:1.4;text-align:center}@media screen and (max-width:992px){.blue-section h2{font-size:20px;line-height:1.2}}@media screen and (max-width:768px){.blue-section h2{max-width:342px;font-size:18px;line-height:1.2}}.discord-section{padding:0 120px;height:840px;display:flex;justify-content:flex-end;align-items:center;background-image:url(/_next/static/media/join-discord.f33a64dd.png);background-repeat:no-repeat;background-size:cover;background-position:0 100%}@media screen and (max-width:768px){.discord-section{height:640px;padding:120px 16px 0;justify-content:center;align-items:flex-start;background-image:url(/_next/static/media/join-discord_mobile.dcf7e0fb.png);background-position:bottom}}.discord-section .essay{padding-bottom:120px}.discord-section .essay h1{padding-bottom:80px;max-width:554px;font-family:LumadFree,sans-serif;font-size:40px;line-height:1.2;font-weight:400;color:#fff}@media screen and (max-width:768px){.discord-section .essay h1{padding-bottom:46px;width:100%;max-width:290px;font-size:24px;text-align:center}}.discord-section .essay .go-to-gitbook{display:block;position:relative;width:222px;height:40px;transform:skew(-15deg);background-color:#d2193a}@media screen and (max-width:768px){.discord-section .essay .go-to-gitbook{margin:0 auto;width:192px;height:55px}}.discord-section .essay .go-to-gitbook .label{position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%) skew(15deg);display:flex;justify-content:center;align-items:center;gap:10px;font-family:lores-12,sans-serif;font-size:16px;line-height:23px;letter-spacing:.1em;text-transform:uppercase;text-align:center;color:#fff}.essay-section{position:relative;padding:20px;height:760px;display:flex;justify-content:center;align-items:center;background-image:url(/_next/static/media/essay-bg.72628eb6.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%}@media screen and (max-width:768px){.essay-section{padding:0;align-items:flex-start;height:960px;background-image:url(/_next/static/media/essay-bg_mobile.3fa2292b.jpg);background-position:bottom}}.essay-section img.red-bar{position:absolute;left:0;top:0;width:100%;transform:translateY(-35%)}.essay-section .cols{width:100%;max-width:1197px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:119px;-moz-column-gap:119px;column-gap:119px}@media screen and (max-width:768px){.essay-section .cols{grid-template-columns:1fr}}.essay-section .cols .essay-item{height:unset;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center}@media screen and (max-width:768px){.essay-section .cols .essay-item{height:320px;justify-content:center}.essay-section .cols .essay-item:not(:last-child){background-image:url(/_next/static/media/gray-bar.14668c04.png);background-repeat:no-repeat;background-position:bottom}}.essay-section .cols .essay-item img{width:122px}@media screen and (max-width:768px){.essay-section .cols .essay-item img{width:56px}}.essay-section .cols .essay-item h3{padding-top:40px;font-family:LumadFree,sans-serif;font-weight:400;font-size:20px;line-height:1.2}@media screen and (max-width:768px){.essay-section .cols .essay-item h3{padding-top:24px;font-size:18px}}.essay-section .cols .essay-item p{padding-top:34px;font-family:lores-12,sans-serif;font-weight:400;font-size:24px;line-height:1.3}@media screen and (max-width:768px){.essay-section .cols .essay-item p{padding-top:16px;max-width:358px;font-size:18px}}.contact-footer{padding:120px 20px 257px;background-image:url(/_next/static/media/footer-bg.c3a0a697.jpg);background-repeat:no-repeat;background-size:cover;background-position:bottom}@media screen and (max-width:768px){.contact-footer{background-image:url(/_next/static/media/footer-bg_mobile.321efcc8.jpg)}}.contact-footer footer{padding:0 20px;display:flex;justify-content:space-between}@media screen and (max-width:768px){.contact-footer footer{flex-direction:column;align-items:center}}.contact-footer footer .logo .footer-logo{width:162px}.contact-footer footer .logo .copyright{padding-top:22px;font-family:lores-12,sans-serif;font-size:14px;line-height:1.3;color:#857e9a}@media screen and (max-width:768px){.contact-footer footer .logo .copyright{padding-bottom:45px;text-align:center}}.contact-footer footer .footer-right-part{display:flex;flex-direction:column;align-items:flex-end;gap:16px}@media screen and (max-width:768px){.contact-footer footer .footer-right-part{align-items:center}}.contact-footer footer .footer-right-part .docs-part{display:flex;align-items:center;gap:10px}.contact-footer footer .footer-right-part .docs-part span{font-family:lores-12,sans-serif;font-size:16px;cursor:pointer}.contact-footer footer .social{display:flex;gap:16px;align-items:center}@keyframes zooom-in{0%{margin-top:120%}to{margin-top:0}}.contact-footer .doc-player{padding:100px 20px 40px;position:fixed;left:0;top:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.533);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000}.contact-footer .doc-player-content{height:100%;overflow-y:auto;border-radius:4px;animation:zooom-in .4s ease-out}.contact-footer .doc-player-content::-webkit-scrollbar-track{background-color:#fff}.contact-footer .doc-player-content .docs{padding:60px 40px;width:100%;height:-moz-fit-content;height:fit-content;max-width:1200px;background-color:#fff}@media screen and (max-width:768px){.contact-footer .doc-player-content .docs{padding:40px 20px}}.contact-footer .doc-player-content .docs h2{padding-bottom:20px;font-family:lumadFree,sans-serif;font-size:22px;font-weight:400;color:#262626}.contact-footer .doc-player-content .docs h3{padding-bottom:10px;font-family:lores-12,sans-serif;font-size:16px;font-weight:400;color:#888}.contact-footer .doc-player-content .docs p{padding-top:20px;font-family:lores-12,sans-serif;font-size:16px;line-height:1.4;color:#262626}.color{background:linear-gradient(90deg,#e13557,#a237f5);background-position:top;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tilted-frame{margin-left:-20px;width:-moz-fit-content;width:fit-content;padding:14px 20px;font-family:lores-12,sans-serif;font-size:24px;line-height:1.3;font-weight:400;background:#1e0a35;border:2px solid #a237f5;box-shadow:4px 4px 0 #7327b2;transform:rotate(-1deg)}@media screen and (max-width:768px){.tilted-frame{margin:0 auto;max-width:360px}}.aboutus-page .hero-section{padding:90px 120px 0;height:860px;display:flex;align-items:center;background-image:url(/_next/static/media/hero-bg.f10f8ebe.jpg);background-repeat:no-repeat;background-size:cover;background-position:100%}@media screen and (max-width:768px){.aboutus-page .hero-section{padding:88px 0;align-items:flex-start;height:1688px;background-image:url(/_next/static/media/hero-bg_mobile.b59bed88.jpg);background-position:bottom}.aboutus-page .hero-section .essay{margin:0 auto}}.aboutus-page .hero-section .essay h1{max-width:755px;font-family:LumadFree,sans-serif;font-size:20px;line-height:1.2;font-weight:400;color:#fff}@media screen and (max-width:768px){.aboutus-page .hero-section .essay h1{margin:0 auto;padding-top:35px;padding-bottom:8px;max-width:358px;font-size:32px;text-align:center}}.aboutus-page .hero-section .essay h1.color{margin-top:-21px;padding-bottom:0;line-height:1.6;background:radial-gradient(40% 200% at 35% 50%,#e13656 22.65%,#a237f5 65.85%,#e13656 100%);background-position:top;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width:768px){.aboutus-page .hero-section .essay h1.color{margin-top:0;margin-bottom:-10px;padding-top:0;padding-top:10px!important;display:block}}.aboutus-page .hero-section .essay .tilted-frame{margin-left:-20px;width:-moz-fit-content;width:fit-content;font-size:24px;line-height:1.3;font-weight:400;background:#1e0a35;border:2px solid #a237f5;box-shadow:4px 4px 0 #7327b2;transform:rotate(-1deg)}.aboutus-page .hero-section .essay p{padding-top:34px;max-width:648px;font-family:lores-12,sans-serif;font-style:normal;font-weight:400;font-size:22px;line-height:1.3;color:#fff}@media screen and (max-width:768px){.aboutus-page .hero-section .essay p{margin:0 auto;text-align:center;max-width:322px}}.team-section{position:relative;padding:10px 15px;background-image:url(/_next/static/media/summary-bg.10c5bba9.png);background-repeat:no-repeat;background-size:cover;background-position:bottom}.team-section .team-content{margin:0 auto;width:100%;max-width:1200px}.team-section .team-content h2{padding-top:100px;padding-bottom:64px;font-family:LumadFree,sans-serif;font-style:normal;font-weight:400;font-size:32px;line-height:1.2}@media screen and (max-width:768px){.team-section .team-content h2{padding-top:80px;padding-bottom:48px;font-size:20px;text-align:center}}.team-section .team-content .executive-team{margin:0 auto;display:grid;max-width:864px;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px}@media screen and (max-width:768px){.team-section .team-content .executive-team{grid-template-columns:1fr;gap:50px}}.team-section .team-content .executive-team .pic{position:relative;padding-top:125.1%}.team-section .team-content .executive-team .pic img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:conver;object-fit:conver;-o-object-position:center center;object-position:center center}.team-section .team-content .executive-team .pic .name{padding:7px 0 6px 20px;position:absolute;left:0;top:0;width:100%;font-family:lores-12,sans-serif;font-size:20px;line-height:1;letter-spacing:.1em;white-space:nowrap;text-transform:uppercase;background-image:url(/_next/static/media/name-bg.22b28e1c.svg);background-repeat:no-repeat;background-position:0 100%}.team-section .team-content .executive-team .pic .name span{color:#7229ab}.team-section .team-content .executive-team .pic .role{padding:12px 14px 11px;position:absolute;right:0;bottom:0;width:100%;height:71px;font-family:lores-12,sans-serif;font-size:20px;line-height:1.2;letter-spacing:.1em;white-space:nowrap;text-align:right;text-transform:uppercase;background-image:url(/_next/static/media/role-bg.0d4cd5a7.svg);background-repeat:no-repeat;background-position:100% 0}.team-section .team-content .executive-team .pic .role span{color:#b8162e}.team-section .team-content .executive-team p{font-family:lores-12,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:1.3}@media screen and (max-width:768px){.team-section .team-content .executive-team p{font-size:16px}}.team-section .team-content .advisors{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:55px;gap:55px}@media screen and (max-width:992px){.team-section .team-content .advisors{grid-template-columns:1fr 1fr 1fr;gap:40px 15px}}@media screen and (max-width:768px){.team-section .team-content .advisors{grid-template-columns:1fr 1fr;gap:40px 10px}}.team-section .team-content .advisors .advisor img{width:100%}.team-section .team-content .advisors .advisor p{margin:0;padding:0;font-family:lores-12,sans-serif;font-size:20px;line-height:1.2;font-weight:400;text-transform:uppercase}@media screen and (max-width:768px){.team-section .team-content .advisors .advisor p{font-size:18px;letter-spacing:.1em}}.team-section .team-content .advisors .advisor p.name{padding-top:34px;color:#fff}@media screen and (max-width:768px){.team-section .team-content .advisors .advisor p.name{padding-top:24px}}.team-section .team-content .advisors .advisor p.title{padding-top:12px;color:#857e9a}@media screen and (max-width:768px){.team-section .team-content .advisors .advisor p.title{padding-top:8px}}.circle{transform-origin:center}#arc1{stroke-dasharray:30;stroke-dashoffset:18;animation:rota 10s linear -3s infinite}#arc3{animation:rota 16s linear 0s infinite}#arc3,#arc4{stroke-dasharray:400;stroke-dashoffset:400}#arc4{animation:rota 6s linear 0s infinite reverse}#arc5{animation:rota 4s linear 0s infinite}#arc5,#arc6{stroke-dasharray:400;stroke-dashoffset:400}#arc6{animation:rota 8s linear 0s infinite alternate}#arc7{stroke-dasharray:400;stroke-dashoffset:400;animation:rota 4s linear 0s infinite reverse}text{fill:#fff;font:700 24px sans-serif}@keyframes rota{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tooltip-container{--tooltipBackground:#fff;--tooltipBorder:silver;--tooltipColor:#000;background-color:var(--tooltipBackground);border-radius:3px;border:1px solid var(--tooltipBorder);box-shadow:0 2px 4px rgba(0,0,0,.18);color:var(--tooltipColor);display:flex;flex-direction:column;padding:.4rem;transition:opacity .3s;z-index:9999}.tooltip-arrow,.tooltip-container[data-popper-interactive=false]{pointer-events:none}.tooltip-arrow{height:1rem;position:absolute;width:1rem}.tooltip-arrow:after,.tooltip-arrow:before{border-style:solid;content:"";display:block;height:0;margin:auto;width:0}.tooltip-arrow:after{position:absolute}.tooltip-container[data-popper-placement*=bottom] .tooltip-arrow{left:0;margin-top:-.4rem;top:0}.tooltip-container[data-popper-placement*=bottom] .tooltip-arrow:before{border-color:transparent transparent var(--tooltipBorder) transparent;border-width:0 .5rem .4rem;position:absolute;top:-1px}.tooltip-container[data-popper-placement*=bottom] .tooltip-arrow:after{border-color:transparent transparent var(--tooltipBackground) transparent;border-width:0 .5rem .4rem}.tooltip-container[data-popper-placement*=top] .tooltip-arrow{bottom:0;left:0;margin-bottom:-1rem}.tooltip-container[data-popper-placement*=top] .tooltip-arrow:before{border-color:var(--tooltipBorder) transparent transparent transparent;border-width:.4rem .5rem 0;position:absolute;top:1px}.tooltip-container[data-popper-placement*=top] .tooltip-arrow:after{border-color:var(--tooltipBackground) transparent transparent transparent;border-width:.4rem .5rem 0}.tooltip-container[data-popper-placement*=right] .tooltip-arrow{left:0;margin-left:-.7rem}.tooltip-container[data-popper-placement*=right] .tooltip-arrow:before{border-color:transparent var(--tooltipBorder) transparent transparent;border-width:.5rem .4rem .5rem 0}.tooltip-container[data-popper-placement*=right] .tooltip-arrow:after{border-color:transparent var(--tooltipBackground) transparent transparent;border-width:.5rem .4rem .5rem 0;left:6px;top:0}.tooltip-container[data-popper-placement*=left] .tooltip-arrow{margin-right:-.7rem;right:0}.tooltip-container[data-popper-placement*=left] .tooltip-arrow:before{border-color:transparent transparent transparent var(--tooltipBorder);border-width:.5rem 0 .5rem .4em}.tooltip-container[data-popper-placement*=left] .tooltip-arrow:after{border-color:transparent transparent transparent var(--tooltipBackground);border-width:.5rem 0 .5rem .4em;left:3px;top:0}.tooltip-container{max-width:160px}.tooltip-container,.tooltip-container>*{font-size:14px;line-height:20px}.tooltip-container>a{color:#35924a}.slider-container{position:relative;padding-top:8px;height:32px;display:flex;align-items:center;justify-content:center}.slider{position:relative;width:100%}.slider__left-value,.slider__range,.slider__right-value,.slider__track{position:absolute}.slider__range,.slider__track{border-radius:3px;height:3px}.slider__track{background-color:#535868;width:100%;z-index:1}.slider__range{background-color:#35924a;z-index:2}.slider__left-value,.slider__right-value{color:#dee2e6;font-size:12px;margin-top:20px}.slider__left-value{left:6px}.slider__right-value{right:-4px}.thumb,.thumb::-webkit-slider-thumb{-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.thumb{pointer-events:none;position:absolute;height:0;width:100%;outline:none}.thumb--zindex-3{z-index:3}.thumb--zindex-4{z-index:4}.thumb--zindex-5{z-index:5}.thumb::-webkit-slider-thumb{background-color:#f1f5f7;border:none;border-radius:50%;box-shadow:0 0 1px 1px #ced4da;cursor:pointer;height:14px;width:14px;margin-top:4px;pointer-events:all;position:relative}.thumb::-moz-range-thumb{background-color:#f1f5f7;border:none;border-radius:50%;box-shadow:0 0 1px 1px #ced4da;cursor:pointer;height:14px;width:14px;margin-top:4px;pointer-events:all;position:relative}.lds-facebook{display:inline-block;position:relative;width:80px;height:80px}.lds-facebook div{display:inline-block;position:absolute;left:8px;width:16px;background:#fff;animation:lds-facebook 1.2s cubic-bezier(0,.5,.5,1) infinite}.lds-facebook div:first-child{left:8px;animation-delay:-.24s}.lds-facebook div:nth-child(2){left:32px;animation-delay:-.12s}.lds-facebook div:nth-child(3){left:56px;animation-delay:0}@keyframes lds-facebook{0%{top:8px;height:64px}50%,to{top:24px;height:32px}}