@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;900&display=swap);:root{--primary-color-1:43,43,43;--primary-color-2:234,189,242;--primary-background-1:rgba(0,0,0,.066);--primary-color-2:221,223,0;--text-color-1:73,73,73;--text-color-2:124,122,122;--boxShadow:0 2px 30px rgba(0,0,0,.1);--color-1:#80b918;--color-2:#ac0;--color-3:#bfd200;--color-4:#d4d700}*{box-sizing:border-box;font-family:Roboto,sans-serif;letter-spacing:1px;margin:0;padding:0;scroll-behavior:smooth;scroll-padding-top:20%}body{position:relative}.wrapper{margin:0 auto;max-width:1100px;width:100%}@media screen and (max-width:768px){.wrapper{margin-left:15px;margin-right:15px;width:calc(100% - 30px)}}@media screen and (max-width:480px){*{scroll-padding-top:0}}.bg-section{background-color:rgba(rgba(0,0,0,.066));background-color:rgba(var(--primary-background-1))}.navbar{align-items:center;display:flex;height:70px;justify-content:space-between;position:relative;width:100%;z-index:10}.navbar .logo img{height:100px;margin-left:0;margin-top:60px;width:100px}.navbar .logo{align-items:baseline;display:flex;font-size:32px;font-weight:700;margin-left:4vw}.navbar .logo a{color:rgb(var(--text-color-1));text-decoration:none}.navbar .logo span{background-color:rgb(var(--primary-color-1));border-radius:50%;display:block;height:8px;width:8px}.navbar .toggle{color:rgb(var(--primary-color-1));cursor:pointer;display:none;font-size:40px;margin-right:22px;margin-top:32px}.navbar .toggle:hover{color:rgba(var(--primary-color-1),.5)}.navbar .menu{align-items:center;display:flex;gap:30px;justify-content:space-between;list-style:none;margin-top:42px}.navbar .menu li a{color:rgb(var(--text-color-1));font-size:18px;font-size:1rem;font-weight:500;text-decoration:none;-webkit-text-decoration-color:rgb(var(--primary-color-1));text-decoration-color:rgb(var(--primary-color-1));text-transform:uppercase;transition:.3s ease}.navbar .menu li a:hover{-webkit-text-decoration:underline rgb(var(--primary-color-1)) solid 3px;text-decoration:underline rgb(var(--primary-color-1)) solid 3px;text-underline-offset:10px}@media screen and (max-width:480px){.navbar .toggle{display:block}.navbar .logo{margin-left:2vw}.navbar .menu{background-color:#fff;box-shadow:var(--boxShadow);display:none;flex-direction:column;padding:30px 15px;position:absolute;right:15px;top:70px}}button{background-color:rgba(var(--primary-color-1),.1);border:3px solid rgb(var(--primary-color-1));border-radius:30px;color:rgba(var(--text-color-2),1);cursor:pointer;font-size:16px;margin-right:10px;margin-top:auto;padding:8px 20px;transition:.3s ease}button:hover{background-color:#000;color:#fff}button span{font-weight:700}.learn-more button{border:3px solid #000;border-radius:30px;font-size:18px}.be-a-peacemaker button,.learn-more button{background-color:rgba(var(--primary-color-1),.1);color:rgba(var(--text-color-2),1);cursor:pointer;padding:8px 20px;transition:.3s ease}.be-a-peacemaker button{border:3px solid #cd53de;border-radius:30px;font-size:16px}.header{align-items:center;display:flex;height:calc(100vh - 70px);justify-content:space-between}.header .left{flex:1 1;height:100%;position:relative}.header .left-content{height:100%;margin:80px 0 0 150px;position:relative}.header .left-content h2{color:rgb(var(--text-color-1));font-size:32px;padding:20px 0;position:relative}.header .left-content h2:before{border-top:3px solid rgb(var(--primary-color-1));content:"";height:100%;left:0;position:absolute;top:0;width:30%}.header .left-content p{color:rgb(var(--text-color-1));font-size:18px;margin-bottom:30px}.header .left-content .scroll-down{border-left:2px dotted rgb(var(--primary-color-1));color:rgb(var(--text-color-1));cursor:pointer;font-size:20px;height:auto;left:-50px;padding:50px 10px 0;position:absolute;top:45%;top:35%;width:auto;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.header .left-content .scroll-down a{color:rgb(var(--text-color-2));text-decoration:none}.header .right{flex:1 1;height:100%;overflow:hidden;position:relative}.header .right .intro-song{margin-left:2vw;margin-top:100px}.header .right svg{position:absolute;right:-15px;top:-150px;width:50vw}.header .right svg #path1{fill:rgba(var(--primary-color-1),.3);-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.header .right svg #path2,.header .right svg #path3{-webkit-transform:translate(45%,45%);transform:translate(45%,45%)}.header .right svg #path3{fill:rgba(var(--primary-color-1),.8);mix-blend-mode:hard-light}.header .right svg image{height:220px;opacity:.5;width:215px}.header .right-content .human{bottom:-5px;height:auto;left:40%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:45%;z-index:1}.header .right-content .human img{height:100%;object-fit:cover;width:100%}.header .right-content .human div{background-size:contain;height:100%;mix-blend-mode:overlay;position:absolute;width:100%}.flags{display:block;height:500px;left:40%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:500px;z-index:3}.flags,.flags .flag-box{border-radius:50%;position:absolute}.flags .flag-box{height:100%;padding:20px;-webkit-transform-origin:center;transform-origin:center;width:100%}.flags .flag-box .flag{background-color:#fff;border-radius:50%;box-shadow:var(--boxShadow);display:grid;height:80px;left:50%;place-items:center;position:absolute;top:0;-webkit-transform:translate(-50%);transform:translate(-50%);width:80px}.flags .flag-box .flag img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:768px){.header .left-content{margin:50px 0 0 30px}.header .left-content h2{font-size:24px}.header .left-content .scroll-down{left:0;top:55%}.header .right svg{top:-100px;width:55vw}.header .right-content .human{left:50%;width:60%}.flags{height:360px;left:50%;width:360px}.flags .flag-box .flag{height:60px;width:60px}}.our-right-poster{margin-right:20px}.our-right-poster img{height:22rem;margin-left:60px;margin-top:100px;width:22rem}@media screen and (max-width:480px){.header .right{display:none}.header .left-content{margin:50px 15px}.header .left-content h2{font-size:28px}.header .left-content .scroll-down{border-left:none;border-right:2px dotted rgb(1,1,1,.6);cursor:pointer;height:auto;left:80%;padding:50px 10px 0;position:absolute;top:45%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;z-index:3}}.big-circles{border:1px solid rgba(var(--primary-color-2),.3);border-radius:50%;display:block;height:420px;left:40%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:420px}.big-circles:before{border:3px solid rgba(var(--primary-color-2),.5);border-radius:50%;height:340px;width:340px}.big-circles:after,.big-circles:before{content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.big-circles:after{border:5px solid rgba(var(--primary-color-2),.8);border-radius:50%;height:300px;width:300px}.dots{background-color:transparent;border-radius:50%;box-shadow:0 15px 1px 1px rgb(var(--primary-color-1)),0 300px 1px 1px rgb(var(--primary-color-2)),-100px 150px 1px 1px rgba(var(--primary-color-1),.8),50px 100px 1px 1px hsla(0,0%,100%,.8),300px 15px 1px 1px hsla(0,0%,100%,.8),50px 15px 1px 1px hsla(0,0%,100%,.5),300px 100px 1px 1px hsla(0,0%,100%,.8),350px 200px 1px 1px rgb(var(--primary-color-1));display:block;height:10px;left:10%;position:absolute;top:20%;width:10px;z-index:2}@media screen and (max-width:768px){.big-circles{height:380px;left:50%;width:380px}.big-circles:before{height:320px;width:320px}.big-circles:after{height:280px;width:280px}}.services{margin-top:100px;overflow:hidden;position:relative}.services h2{border-bottom:3px dashed rgb(var(--primary-color-1));color:rgb(var(--text-color-1));display:inline-block;font-size:28px;margin-bottom:30px;padding:30px 15px 15px 0;position:relative}.enter-circles-of-peace{margin-left:32%}.services h2:before{color:rgb(var(--primary-color-1));content:"+";font-size:20px;left:0;position:absolute;top:0}.services .circlesOfPeaceButton{margin-top:50px;text-align:center;width:100%}.services .service-design{align-items:center;border-bottom:2px dotted rgba(var(--primary-color-1),1);display:block;display:flex;justify-content:space-around;position:absolute;top:58%;width:100%}.services .service-design .dot{background-color:rgb(var(--primary-color-1));border-radius:50%;height:10px;margin-left:8px;margin-top:20px;position:relative;top:6px;width:10px}.services .service-design .dot:first-child{left:-2%}.services .service-design .dot:nth-child(3){right:-2%}.services .services-content{align-items:center;display:flex;gap:50px;justify-content:space-between}.services .service-item{text-align:center}.services .service-item .service-icon{height:150px;margin:15px auto 50px;position:relative;width:150px}.services .service-item .service-icon svg{border-radius:30px;box-shadow:var(--boxShadow);height:150px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:150px;z-index:1}.services .service-item .service-icon svg path{fill:rgba(var(--primary-color-1),.3);-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.services .service-item .service-icon img{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.services .service-item .service-text p{color:rgb(var(--text-color-2));font-size:18px;letter-spacing:.6px;line-height:20px;margin:0 10px}@media screen and (max-width:480px){.services{margin-top:50px}.services .service-design{display:none}.services h2{margin-bottom:15px}.services .services-content{display:flex;flex-direction:column;gap:20px}}.testimonial-bg{overflow:hidden;position:relative}.testimonial{margin-top:100px}.testimonial h2{border-bottom:3px dashed rgb(var(--primary-color-1));color:rgb(var(--text-color-1));display:inline-block;font-size:28px;margin-bottom:30px;padding:30px 15px 15px 0;position:relative}.testimonial h2:before{color:rgb(var(--primary-color-1));content:"x";font-size:20px;left:0;position:absolute;top:0}.testimonial .testimonial-content{align-items:center;display:flex;justify-content:space-between;position:relative}.testimonial .testimonial-content .testimonial-design{flex:1 1;padding:80px 0;position:relative;z-index:3}.testimonial .testimonial-content .testimonial-design .testimonial-boxs{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(2,1fr);margin:auto;text-align:center;width:70%}.testimonial .testimonial-content .testimonial-design .testimonial-boxs .testimonial-box:nth-child(2n){margin-top:20px}.testimonial .testimonial-content .testimonial-design .testimonial-boxs .testimonial-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.8);border-radius:30px;box-shadow:var(--boxShadow);display:block;height:120px;padding:15px;position:relative;width:100px}.testimonial .testimonial-content .testimonial-design .testimonial-boxs .testimonial-box img{height:100%;object-fit:contain;width:100%}.testimonial .testimonial-content .testimonial-reviews{display:grid;flex:1 1;grid-auto-columns:100%;grid-auto-flow:row;min-height:210px;overflow:hidden;overflow-x:auto;position:relative;-ms-scroll-snap-type:inline mandatory;scroll-snap-type:inline mandatory;width:auto}.testimonial .testimonial-content .testimonial-reviews::-webkit-scrollbar{-webkit-appearance:none;appearance:none;display:none;opacity:0}.testimonial .testimonial-content .testimonial-reviews>*{scroll-snap-align:start}.testimonial .testimonial-content .testimonial-reviews .testimonial-slide{left:0;position:relative;transition:.5s ease-in-out}.testimonial .testimonial-content .testimonial-reviews .testimonial-quote{color:rgb(var(--primary-color-1));font-size:22px;margin-bottom:0}.testimonial .testimonial-content .testimonial-reviews{border-bottom:2px dotted rgb(var(--primary-color-1));color:rgb(var(--text-color-1));font-size:16px;letter-spacing:.5px;line-height:24px;margin-left:10%;margin-right:8%;text-overflow:inherit}.testimonial .testimonial-content .testimonial-reviews .author{align-items:center;display:flex;gap:2px;justify-content:flex-end;margin-right:5%;margin-top:20px}.testimonial .testimonial-content .testimonial-reviews .author h3{color:rgb(var(--text-color-1));font-size:18px;margin-left:0}.testimonial .testimonial-content .testimonial-reviews .author em{color:rgb(var(--text-color-1));font-size:12px;margin-right:5%}.testimonial .testimonial-content .testimonial-reviews .quote-arrow{color:rgb(var(--primary-color-1));cursor:pointer}.testimonial .testimonial-content .testimonial-reviews .quote-arrow.left{margin-right:10px}@media only screen and (max-width:480px){.testimonial-bg .design{display:none}.testimonial .testimonial-content{flex-direction:column}.testimonial .testimonial-content .testimonial-design .testimonial-boxs{width:100%}.testimonial .testimonial-content .testimonial-reviews p.quote-text{border-bottom:2px dotted rgb(var(--primary-color-1));color:rgb(var(--text-color-1));font-size:16px;letter-spacing:.5px;line-height:20px;margin-left:10%;margin-right:10%;padding-left:4%;padding-right:4%;text-overflow:inherit}}@media screen and (max-width:320){.testimonial-bg .design{display:none}.testimonial .testimonial-content{flex-direction:row-reverse}.testimonial .testimonial-content .testimonial-design .testimonial-boxs{width:100%}.testimonial .testimonial-content .testimonial-reviews .testimonial-quote{color:rgb(var(--primary-color-1));font-size:14px;margin-bottom:0}}.footer-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.footer-top .logo{align-items:baseline;display:flex;font-size:20px;font-weight:700}.footer-top .logo a{color:rgb(var(--text-color-1));text-decoration:none}.footer-top .logo span{background-color:rgb(var(--primary-color-1));border-radius:50%;display:block;height:8px;width:8px}.discord-icon{color:"#9656ce"}.discord-icon,.keybase-icon{cursor:pointer;font-size:30px;margin:20px 5px}.keybase-icon{color:"#3CB371"}.keybase-icon-footer{color:"#3CB371";cursor:pointer;font-size:20px;margin:20px 5px}.footer-bottom .social .social-icon{color:rgb(var(--primary-color-1));cursor:pointer;font-size:20px;margin:20px 5px}.footer-bottom .social .social-icon:hover{color:rgba(var(--primary-color-1),.8)}.footer-bottom{align-items:center;color:rgb(var(--text-color-2));display:flex;font-size:15px;justify-content:space-between;padding:30px 0}.footer-bottom .copyright{flex:1 1;font-size:18px;font-style:italic}.footer-bottom .contacts{display:flex;flex:2 1;gap:20px}.footer-bottom .contacts span{align-items:center;display:flex;justify-content:flex-start}.footer-bottom .contacts span .icon{color:rgb(var(--primary-color-2));margin-right:15px}@media screen and (max-width:480px){.footer{margin-top:50px}.footer-top{row-gap:20px}.footer-bottom,.footer-top{flex-direction:column}.footer-bottom .copyright{margin-bottom:20px}.footer-bottom .contacts{flex-direction:column}}.become-bg{overflow:hidden;position:relative}.become{margin-top:100px}.become h2{border-bottom:3px dashed rgb(var(--primary-color-1));color:rgb(var(--text-color-1));display:inline-block;font-size:28px;margin-bottom:30px;padding:30px 15px 15px 0;position:relative}.become h2:before{content:"%";font-size:20px;left:0;position:absolute;top:0}.become .become-content{align-items:flex-start;display:flex;justify-content:space-between;position:relative}.become .become-content .become-left,.become .become-content .become-right{flex:1 1}.become .become-content .become-text-left p{color:rgb(var(--text-color-1));font-size:18px;line-height:24px;margin-bottom:20px}.become .become-content .become-text-right p{font-size:18px;line-height:24px;margin-bottom:20px;padding:6px}.become .signup{margin-top:50px;text-align:center;width:100%}.become .become-content .become-design{flex:1 1;position:relative}.become .become-content .become-design .become-box{bottom:100px;position:relative;z-index:3}.become .become-content .become-design .become-box img{height:84%;margin-top:100px;object-fit:contain;width:84%}.become .become-content .become-design .become-box .community-links{flex-direction:row;font-size:30px}@media screen and (max-width:768px){.become-bg .design{top:330px!important}.become .big-circles{left:0!important;top:100%!important}.become .become-content .become-design .become-box{bottom:0;left:0}.become .become-content .become-design .become-box img{height:84%;margin:0 10px 20px 20px;object-fit:contain;width:84%}.become .become-content .become-design .become-box .community-links{flex-direction:row;font-size:30px}}@media screen and (max-width:480px){.become-bg .design{display:none}.become .big-circles{left:0!important;top:100%!important}.become .become-content{flex-direction:column}.become .become-content .become-design .become-box{bottom:20px;left:40px}.become .design-element{left:-30%!important}.become .become-content .become-design .become-box .community-links{flex-direction:row;font-size:20px}.become .become-content .become-design .become-box img{height:84%;margin-left:0;margin-top:10px;object-fit:contain;width:84%}}svg.design{bottom:-80px;left:0;position:absolute;width:50vw;z-index:-1}svg.design #left-path1{fill:rgba(var(--primary-color-1),.3);-webkit-transform:translate(30%,81%);transform:translate(30%,81%)}svg.design #left-path2,svg.design #left-path3{-webkit-transform:translate(25%,80%);transform:translate(25%,80%)}svg.design #left-path3{fill:rgba(var(--primary-color-1),.8);mix-blend-mode:hard-light}svg.design image{height:300px;opacity:.5;width:150px}@media screen and (max-width:768px){svg.design{bottom:-30px}}@media screen and (max-width:480px){svg.design{bottom:-30px;width:100vw}}.top{bottom:50px;color:rgb(var(--primary-color-2));cursor:pointer;font-size:24px;position:fixed;right:50px;z-index:5}.design-element{border-radius:30px 0 30px 0;box-shadow:var(--boxShadow);display:inline-block;font-size:18px;padding:10px 30px;position:absolute}