*{margin:0;padding:0;box-sizing:border-box;font-weight:300}html{overscroll-behavior:none;scroll-behavior:smooth}body{--secondary-bg: #00ed4f;--secondary: #00ed4f;--primary: #9969ff;--dark-grey: #4a4a49;--light-grey: #ebedee;--black-grey: #262626;--padding-vertical: 8rem;width:100vw;overflow-x:hidden}canvas{display:block;position:fixed;z-index:-500;opacity:.3}@font-face{src:url(/fonts/IBM_Plex_Mono/IBMPlexMono-Light.ttf);font-family:IBM Plex Mono;font-weight:100}@font-face{src:url(/fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf);font-family:IBM Plex Mono;font-weight:300}@font-face{src:url(/fonts/IBM_Plex_Sans/IBMPlexSans-Light.ttf);font-family:IBM Plex Sans;font-weight:200}@font-face{src:url(/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf);font-family:IBM Plex Sans;font-weight:300}body{width:100vw}.background-trame{background:var(--black-grey);z-index:-1}.animated{opacity:0}.fade-in{animation:ease-in-out fade-in .75s forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}h1,h2{font-family:IBM Plex Mono,monospace;font-weight:100;color:var(--light-grey)}h1{font-size:3rem;margin-bottom:3rem}h2{font-size:1.5rem;line-height:2.5rem}span{font-family:IBM Plex Mono,monospace;display:block;font-weight:100}p{font-family:IBM Plex Sans,sans-serif;font-weight:200;color:var(--light-grey);font-size:1.2rem}.buttons{height:fit-content}button{cursor:pointer;background:none;color:var(--light-grey);border:solid 1px var(--light-grey);padding:11px 23px;border-radius:5px;font-family:IBM Plex Mono,monospace;font-size:.8rem;text-transform:uppercase;letter-spacing:.05rem;font-weight:100;margin-right:15px;position:relative}button.minimal:before{content:"";width:15px;height:15px;position:absolute;transform:scaleX(-1);left:-28px;top:1px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cpath fill='none' stroke='%23ebedee' stroke-width='10' d='M57.15 112.9L9.5 65.25 57.15 17.6M124.5 65.25H10.16'/%3E%3C/svg%3E")}button.highlighted{background:var(--light-grey);color:var(--dark-grey)}button.minimal{border-radius:0;background:none;padding:0 0 3px;border:none;width:fit-content;justify-self:flex-end;margin:0;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--light-grey)}button:not(.minimal):hover{cursor:pointer;box-shadow:0 0 20px #e6e6e699}button.dark-grey{color:var(--dark-grey);border-color:var(--dark-grey);border-bottom-color:var(--dark-grey)}button.dark-grey:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cpath fill='none' stroke='%234a4a49' stroke-width='10' d='M57.15 112.9L9.5 65.25 57.15 17.6M124.5 65.25H10.16'/%3E%3C/svg%3E")}.primary{font-weight:300;color:var(--primary)}.secondary{font-weight:300;color:var(--secondary)}.icon-arrow{background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cpath fill='none' stroke='%23ebedee' stroke-width='8' d='M57.15 112.9L9.5 65.25 57.15 17.6M124.5 65.25H10.16'/%3E%3C/svg%3E")}.icon-arrow-dark{background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Cpath fill='none' stroke='%234a4a49' stroke-width='8' d='M57.15 112.9L9.5 65.25 57.15 17.6M124.5 65.25H10.16'/%3E%3C/svg%3E")}div.image{position:relative;border-radius:20px}nav{top:0;right:0;width:100%;position:fixed;display:flex;align-items:center;gap:4.5rem;justify-content:flex-end;color:var(--light-grey);padding:30px 20px;z-index:20}nav a{font-family:IBM Plex Mono,monospace;font-weight:100;font-size:.9rem;cursor:pointer;border-bottom:1px solid transparent;padding-bottom:5px}nav a:hover{border-bottom:1px solid var(--light-grey)}nav button{background:var(--primary);border:none}section{z-index:5;position:relative}section.section{width:100%;min-height:100vh;padding-top:var(--padding-vertical);padding-bottom:100px;padding-left:125px;padding-right:125px;display:grid;grid-template-columns:repeat(16,1fr)}section.section div.texts{grid-column:1 / span 8}section.section div.texts p{margin-bottom:3.5rem;width:80%}section#landing{padding-top:var(--padding-vertical)}section#landing div.texts{grid-column:1 / span 10}section#links{z-index:30;width:100%}section#links article{position:sticky}section#links article div.link{width:100%;padding:3rem 4rem 3rem 5rem;display:grid;grid-template-columns:repeat(16,1fr);align-items:baseline}section#links article div.link div.number{font-family:IBM Plex Mono,monospace;font-size:.65rem;position:absolute;top:1rem;left:1rem;color:var(--light-grey)}section#links article div.link img{align-self:center}section#links article h2{grid-column:3 / span 4}section#links article p{grid-column:8 / span 5}section#links article button{grid-column:13 / span 4;text-align:right}section#news{padding-right:0;padding-left:0}section#news div.texts{padding-left:125px;grid-column:1 / span 16}section#news article{position:sticky;grid-column-end:span 8;display:flex;flex-direction:column}section#news article>div{padding:30px 35px;height:100%}section#news article div.date{display:flex;width:100%;align-items:center;margin-bottom:2.5rem}section#news article div.date div.dot{width:10px;height:10px;border-radius:15px}section#news article div.date div.day{font-family:IBM Plex Mono,monospace;font-size:.75rem;margin-left:15px}section#news article p{font-size:1.5rem}section#solution{height:100vh}section#solution #marquee{width:100%;padding:25px;position:absolute;bottom:0;background:var(--primary);animation:moveLeftToRight 20s linear infinite}section#solution #marquee-track{display:flex;width:max-content;animation:marquee 25s linear infinite;align-items:center;gap:3.5rem}section#solution #marquee:hover #marquee-track{animation-play-state:paused}section#solution #marquee a{font-family:IBM Plex Mono,monospace;color:var(--light-grey);font-weight:100;white-space:nowrap}@keyframes marquee{0%{transform:translate(-50%)}to{transform:translate(0)}}section#platform{height:auto}section#platform article{position:sticky;grid-column:9 / span 8}section#platform article img{width:100%}section#platform article>div{padding:30px 35px}section#platform article:hover{z-index:4!important}section#network .number{font-size:3.75rem;font-family:IBM Plex Mono,monospace;color:var(--light-grey)}section#network p.caption{margin-top:.4rem;margin-bottom:2.5rem;font-size:.8rem;font-family:IBM Plex Mono,monospace;width:75%}section#partners{padding:50px 75px 30px}section#partners h3{text-transform:uppercase;font-weight:100;letter-spacing:1px;font-size:1rem;font-family:IBM Plex Mono,monospace;color:var(--black-grey)}section#partners div#logos{display:flex;align-items:center;margin-top:25px;gap:50px;mix-blend-mode:multiply}section#testimonies article{padding:40px 45px;height:-webkit-fill-available;width:30%;display:flex;flex-direction:column;justify-content:space-between}section#testimonies article div.ribbon{font-family:IBM Plex Mono,monospace;font-size:.75rem;letter-spacing:1px;padding:8px 20px;width:fit-content;margin-bottom:40px;background:var(--light-grey);color:var(--dark-grey)}section#testimonies article p{padding-bottom:0}section#testimonies article div.user{display:flex;align-items:center;gap:1.5rem}section#testimonies article div.user div.id{border-radius:100px;position:relative;width:50px;height:50px;background:center / cover url(/images/id.png)}section#testimonies article div.user div.id:after{border-radius:100px;content:"";width:100%;height:100%;z-index:1;position:absolute;top:0;left:0;background:var(--dark-grey);mix-blend-mode:color}section#testimonies article div.user div.id.primary:after{border-radius:100px;content:"";width:100%;height:100%;z-index:1;position:absolute;top:0;left:0;background:var(--primary);mix-blend-mode:color}section#testimonies article div.user p{font-size:.9rem;letter-spacing:.75px}section#ready{height:fit-content;min-height:auto}section#ready div.texts{grid-column-start:2}section#faq{margin-top:3rem;min-height:80vh}section#faq div#questions{grid-column:9 / span 8;color:var(--light-grey)}section#faq div#questions article div.header{font-family:IBM Plex Mono,monospace;padding:25px 35px;cursor:pointer}section#faq div#questions article div.collapsible{font-family:IBM Plex Sans,sans-serif;padding:0 35px 25px;display:none}section#faq div#questions article.collapsed div.collapsible{display:block}footer{background:var(--dark-grey);position:relative;padding:.5rem 0 2rem}
