.navigation{position:fixed;top:0;left:0;z-index:99999;width:100%;background-image:linear-gradient(to bottom,#000 30%,#0000)}.navigation .inner-container{margin:0 auto;width:calc(100% - 14rem);max-width:1920px;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}@media only screen and (max-width: 1300px){.navigation .inner-container{width:calc(100% - 14rem)}}@media only screen and (max-width: 850px){.navigation .inner-container{width:70%}}@media only screen and (max-width: 750px){.navigation .inner-container{width:75%}}@media only screen and (max-width: 600px){.navigation .inner-container{width:90%}}@media only screen and (max-width: 450px){.navigation .inner-container{width:92%}}@media only screen and (max-width: 850px){.navigation .inner-container{justify-content:flex-start}}.navigation .inner-container .logo-link{display:flex;align-items:center}.navigation .inner-container .logo-link .logo{width:5rem;height:5rem;transform:rotate(10deg);margin-right:1.5rem}@media only screen and (max-width: 850px){.navigation .inner-container .logo-link .logo{width:25px;height:25px}}.navigation .inner-container .logo-link span{font-family:BasementGrotesque;font-size:1.75rem;line-height:1;text-transform:uppercase;padding-top:.2rem}@media only screen and (max-width: 850px){.navigation .inner-container .logo-link span{font-size:16px;padding-top:2px}}.navigation .inner-container .right,.navigation .inner-container .right .links-list{display:flex;align-items:center}.navigation .inner-container .right .links-list .item{position:relative;margin-right:3.3rem;text-transform:uppercase}@media only screen and (max-width: 1000px){.navigation .inner-container .right .links-list .item{margin-right:2rem}}.navigation .inner-container .right .links-list .item:not(:last-of-type){padding-right:3.3rem}@media only screen and (max-width: 1000px){.navigation .inner-container .right .links-list .item:not(:last-of-type){padding-right:2rem}}.navigation .inner-container .right .links-list .item:not(:last-of-type):before{content:"";display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);width:.45rem;height:.45rem;background-color:var(--color-purple);border-radius:100%}.navigation .inner-container .right .links-list .item .link{font-family:BasementGrotesque;font-size:1.8rem;text-transform:uppercase}.navigation .inner-container .right .links-list .item .link:hover{color:var(--color-purple)}.navigation .inner-container .right .button-start .btn-content{padding:.6rem .85rem}.navigation .inner-container .right .button-start .piece{width:4.5rem}.navigation .inner-container .toggle-menu-button{position:relative;height:18px;width:22px;margin-right:18px;z-index:10000000}.navigation .inner-container .toggle-menu-button .line{position:absolute;left:0;height:2px;width:100%;background-color:var(--color-white);transition:all .3s}.navigation .inner-container .toggle-menu-button .line-1{top:0}.navigation .inner-container .toggle-menu-button .line-2{top:50%;transform:translateY(-50%)}.navigation .inner-container .toggle-menu-button .line-3{bottom:0}.navigation .inner-container .toggle-menu-button.active .line-1{transform:rotate(-45deg);transform-origin:right}.navigation .inner-container .toggle-menu-button.active .line-2{opacity:0}.navigation .inner-container .toggle-menu-button.active .line-3{transform:rotate(45deg);transform-origin:right}.menu-closed{transform:translateY(110vh)}.navigation-menu{position:fixed;bottom:0;left:0;width:100%;height:var(--app-height);z-index:90000;background-color:var(--color-black);padding-top:70px;padding-bottom:70px;overflow-y:scroll;transition:all .5s}@media only screen and (min-height: 700px){.navigation-menu{display:flex;justify-content:center;align-items:center}}.navigation-menu .inner-container{margin:0 auto;width:calc(100% - 14rem);max-width:1920px;display:flex;flex-direction:column;align-items:center;text-align:center}@media only screen and (max-width: 1300px){.navigation-menu .inner-container{width:calc(100% - 14rem)}}@media only screen and (max-width: 850px){.navigation-menu .inner-container{width:70%}}@media only screen and (max-width: 750px){.navigation-menu .inner-container{width:75%}}@media only screen and (max-width: 600px){.navigation-menu .inner-container{width:90%}}@media only screen and (max-width: 450px){.navigation-menu .inner-container{width:92%}}.navigation-menu .inner-container .links-list .item{text-transform:uppercase}.navigation-menu .inner-container .links-list .item:not(:last-of-type){margin-bottom:25px}.navigation-menu .inner-container .links-list .item .link{font-family:BasementGrotesque;font-size:24px;text-transform:uppercase}.navigation-menu .inner-container .button-start{margin-top:40px;font-size:17px}.navigation-menu .inner-container .button-start .btn-content{padding:10px}@media only screen and (max-width: 850px){.navigation-menu .inner-container .button-start .piece{width:46px}}.preloader{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:var(--app-height);z-index:1000000;background-color:#000}.preloader .image-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22rem}.preloader .image-container .image{width:100%}@media only screen and (max-width: 850px){.desktop{display:none!important}}@media only screen and (min-width: 850px){.mobile{display:none!important}}.closed{opacity:0;visibility:hidden;pointer-events:none!important}.section,.section-abs{position:relative;width:100%;height:100vh}.section .inner-container,.section-abs .inner-container{height:100%;position:relative}.dropdown{transition:all .3s;box-shadow:0 0 20px #0003;z-index:150000}.purple-line{background-image:linear-gradient(to right,#ff005100,#8000ff,#ff005100);opacity:.6;transform:rotate(45deg);position:absolute;height:1px}.btn-purple{font-family:BasementGrotesque;font-size:1.8rem;text-transform:uppercase;text-align:center;position:relative;display:flex}@media only screen and (max-width: 850px){.btn-purple{font-size:16px}}.btn-purple:hover .btn-content{background-color:var(--color-white)}.btn-purple:hover .btn-content .icon{filter:brightness(100%)}.btn-purple:hover span{color:var(--color-purple)}.btn-purple:hover .piece path{fill:var(--color-white)}.btn-purple .btn-content{display:flex;justify-content:center;align-items:center;border-radius:10px;padding:1.2rem .85rem 1rem;background-color:var(--color-purple);transition:all .3s}.btn-purple .btn-content span{display:inline-block;transition:all .3s}.btn-purple .btn-content .icon{width:1.6rem;height:1.6rem;filter:brightness(0%) invert(1);transition:all .3s;margin-right:.9rem;transform:rotate(45deg)}@media only screen and (max-width: 850px){.btn-purple .btn-content .icon{width:16px;height:16px;margin-right:10px}}.btn-purple .piece{display:block;height:100%;width:5.3rem;transition:all .3s}@media only screen and (max-width: 850px){.btn-purple .piece{width:45px}}.btn-purple .piece path{transition:all .3s}.btn-purple .piece-left{margin-right:-.2rem}.btn-purple .piece-right{margin-left:-.2rem}:root{--color-black: #000000;--color-white: #ffffff;--color-purple: #8000ff;--app-height: 100vh}@font-face{font-family:BasementGrotesque;src:url(/assets/BasementGrotesque-Black-305197d8--kHWoViK.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box;-ms-overflow-style:none}@media only screen and (min-width: 850px){::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-thumb{background-color:#6d6b8d;border-radius:17px}}::-webkit-scrollbar-button{display:none}::selection{color:#fff;background-color:#6d6b8d}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter-from,.fade-enter,.fade-leave-to{opacity:0}html,body,.app,.layout,#app{padding:0;margin:0;color:var(--color-white);font-family:Montserrat;font-size:1.6rem;font-style:normal;font-weight:400;line-height:1.2;background-color:var(--color-black);overflow-x:hidden;position:relative;min-height:100vh}body{overflow-y:visible!important}a,button{outline:none;border:none;background-color:transparent;text-decoration:none;font-family:inherit;font-weight:inherit;color:inherit;cursor:pointer;font-size:1.6rem;transition:all .3s;display:inline-block}ul{list-style:none}input,textarea{outline:none;border:none;background-color:transparent;font-family:inherit;color:inherit;font-size:1.6rem}@media only screen and (max-width: 850px){input,textarea{font-size:13px}}textarea{resize:none;overflow:hidden}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}img,picture,source,video,svg{pointer-events:none!important;-webkit-user-drag:none!important;-moz-user-select:none!important;-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important}html{font-size:10px}@media only screen and (max-width: 1300px){html{font-size:8.96px}}@media only screen and (max-width: 1200px){html{font-size:8.36px}}@media only screen and (max-width: 1100px){html{font-size:8.04px}}@media only screen and (max-width: 900px){html{font-size:7.68px}}@media only screen and (max-width: 800px){html{font-size:7.36px}}@media only screen and (max-width: 700px){html{font-size:7.04px}}@media only screen and (max-width: 680px) and (min-height: 800px){html{font-size:8px}}@media only screen and (max-width: 600px){html{font-size:7.5px}}@media only screen and (max-width: 450px){html{font-size:7.1px}}@media only screen and (max-width: 350px){html{font-size:6.56px}}@media only screen and (max-width: 1000px) and (max-height: 520px){html{font-size:7px}}@media only screen and (min-width: 1650px){html{font-size:11.68px}}@media only screen and (min-width: 2400px){html{font-size:12.5px}}.header{z-index:150;overflow:hidden;height:var(--app-height)}.header .inner-container{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;z-index:300}@media only screen and (max-width: 850px){.header .inner-container{justify-content:flex-start;padding-top:12rem}}.header .inner-container .title{user-select:none;-webkit-user-select:none;position:relative;z-index:200;font-family:BasementGrotesque;font-size:30rem;text-transform:uppercase;line-height:.9}@media only screen and (max-width: 1400px){.header .inner-container .title{font-size:22.5vw}}@media only screen and (max-width: 850px){.header .inner-container .title{font-size:20vw;z-index:400}}@media only screen and (max-width: 600px){.header .inner-container .title{font-size:21vw;line-height:1}}.header .inner-container .info{position:relative;z-index:400;width:128rem}@media only screen and (max-width: 1400px){.header .inner-container .info{width:85vw}}@media only screen and (max-width: 850px){.header .inner-container .info{width:68vw}}@media only screen and (max-width: 600px){.header .inner-container .info{width:87vw}}.header .inner-container .info .flex-container{display:flex;align-items:flex-start;justify-content:space-between}@media only screen and (max-width: 850px){.header .inner-container .info .flex-container{flex-direction:column-reverse}}.header .inner-container .info .flex-container .left{display:flex;flex-direction:column;align-items:flex-start}.header .inner-container .info .flex-container .left .description{font-size:1.8rem;width:35rem;margin-bottom:3.1rem}@media only screen and (max-width: 850px){.header .inner-container .info .flex-container .left .description{font-size:15px;width:300px;margin-left:20px;margin-bottom:25px}.header .inner-container .info .flex-container .left .btn-content{margin-left:20px}}@media only screen and (max-width: 850px){.header .inner-container .info .flex-container .right{align-self:flex-end}}.header .inner-container .info .flex-container .right .subtitle{font-family:BasementGrotesque;font-size:5.6rem;text-transform:uppercase;margin-bottom:1.3rem;color:#fff}@media only screen and (max-width: 750px){.header .inner-container .info .flex-container .right .subtitle{font-size:25px}}.header .inner-container .info-2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120rem;z-index:160;display:flex}@media only screen and (max-width: 1050px){.header .inner-container .info-2{width:95rem}}@media only screen and (max-width: 850px){.header .inner-container .info-2{flex-direction:column;width:62rem;top:43%}}@media only screen and (max-width: 550px){.header .inner-container .info-2{width:52rem}}@media only screen and (max-width: 400px){.header .inner-container .info-2{width:45rem}}.header .inner-container .info-2 .title-purple{font-family:BasementGrotesque;color:var(--color-purple);font-size:25rem;margin-right:3rem;text-transform:uppercase;line-height:1.05}@media only screen and (max-width: 1050px){.header .inner-container .info-2 .title-purple{font-size:15rem}}@media only screen and (max-width: 850px){.header .inner-container .info-2 .title-purple{margin-right:0;font-size:23rem;line-height:.85;margin-left:-1rem}}@media only screen and (max-width: 400px){.header .inner-container .info-2 .title-purple{font-size:20rem}}.header .inner-container .info-2 .small-title-container .title-white{font-family:BasementGrotesque;font-size:7.6rem;text-transform:uppercase}@media only screen and (max-width: 1050px){.header .inner-container .info-2 .small-title-container .title-white{font-size:6rem}}@media only screen and (max-width: 850px){.header .inner-container .info-2 .small-title-container .title-white{font-size:5rem;margin-bottom:2rem}}@media only screen and (max-width: 550px){.header .inner-container .info-2 .small-title-container .title-white{font-size:4.1rem}}@media only screen and (max-width: 400px){.header .inner-container .info-2 .small-title-container .title-white{font-size:3.7rem}}.header .inner-container .info-2 .small-title-container .description-container{display:flex}.header .inner-container .info-2 .small-title-container .description-container .title-white{line-height:1}.header .inner-container .info-2 .small-title-container .description-container .description{font-size:1.7rem;width:41rem;margin-left:2rem}@media only screen and (max-width: 1050px){.header .inner-container .info-2 .small-title-container .description-container .description{font-size:1.6rem;width:38rem}}@media only screen and (max-width: 850px){.header .inner-container .info-2 .small-title-container .description-container .description{margin-left:0;width:100%;font-size:15px;background-color:#000c;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);padding:10px;border-radius:10px}}.header .inner-container .socials-list{display:flex}@media only screen and (max-width: 850px){.header .inner-container .socials-list{position:absolute;bottom:5%;left:50%;transform:translate(-50%);width:240px;z-index:400}}.header .inner-container .socials-list .item:not(:last-of-type){margin-right:2.65rem}.header .inner-container .socials-list .item .link{width:5.4rem;height:5.4rem;border-radius:100%;background-color:var(--color-black);display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 850px){.header .inner-container .socials-list .item .link{width:71px;height:71px}}.header .inner-container .socials-list .item .link:hover{background-color:var(--color-white)}.header .inner-container .socials-list .item .link:hover .icon{filter:brightness(0)}.header .inner-container .socials-list .item .link .icon.telegram{width:100%}.header .inner-container .socials-list .item .link .icon{width:52%;transition:all .3s}.header .inner-container .images-composition{position:absolute;bottom:-10rem;left:50%;transform:translate(-50%);z-index:150}@media only screen and (max-width: 850px){.header .inner-container .images-composition{bottom:-2rem}}.header .inner-container .images-composition .character{position:relative;z-index:100;height:80vh;max-height:110rem}@media only screen and (max-width: 850px){.header .inner-container .images-composition .character{height:60vh}}.header .inner-container .images-composition .logo-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:90;width:48rem}.header .inner-container .images-composition .logo-container .logo{width:100%;transform:rotate(45deg)}.header .inner-container .instagram-card-info{position:absolute;top:116%;left:50%;transform:translate(-47%);z-index:1000;width:44.7vw}.header .inner-container .subtitle-purple{color:var(--color-purple);z-index:100;font-family:BasementGrotesque;align-self:flex-start;margin-left:20rem;font-size:5.6rem}@media only screen and (max-width: 850px){.header .inner-container .instagram-card-info{top:calc(var(--app-height) * 1.02);transform:translate(-48%);width:35.2vh}}.header .inner-container .instagram-card-info-image{width:101%;margin-left:-.25rem;border-radius:0 0 4.6rem 4.6rem}.header .inner-container .honeycombs{position:absolute;bottom:-10rem;left:50%;transform:translate(-50%);z-index:70;width:100rem}@media only screen and (max-width: 850px){.header .inner-container .honeycombs{bottom:10%;width:90rem}}.header .inner-container .bullets{position:absolute;top:0;left:0;height:var(--app-height);width:100vw;z-index:100}.header .inner-container .bullets .bullet{position:absolute;overflow:hidden}.header .inner-container .bullets .bullet-left{bottom:15%;left:0;height:70vh;width:8vh}@media only screen and (max-width: 850px){.header .inner-container .bullets .bullet-left{bottom:0;left:-3vh}}.header .inner-container .bullets .bullet-left .bullet-image{position:absolute;bottom:0;left:0;height:70vh}.header .inner-container .bullets .bullet-center{bottom:12%;left:0;width:160rem;max-width:80vw;height:6.5rem}.header .inner-container .bullets .bullet-center .bullet-image{position:absolute;bottom:0;left:0;width:160rem;max-width:80vw}.header .inner-container .bullets .bullet-right{bottom:24%;right:0;height:65vh;width:8vh}@media only screen and (max-width: 850px){.header .inner-container .bullets .bullet-right{right:-3vh}}.header .inner-container .bullets .bullet-right .bullet-image{position:absolute;bottom:0;right:0;height:65vh}.header .inner-container .grey-background-container{min-width:160vh;width:100vw;height:220vh;max-height:292rem;position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:10}@media only screen and (max-width: 850px){.header .inner-container .grey-background-container{min-width:88vh;height:176vh}}.header .inner-container .grey-background-container .grey-background{background:linear-gradient(117.82deg,#141414 32.73%,#000 110.09%);border-radius:5.3rem;height:100%;width:100%}.header .inner-container .card-container{position:absolute}.header .inner-container .card-container .card{height:100%}.header .inner-container .card-container-1{height:52vh;bottom:1%;left:3.5%;z-index:800}@media only screen and (max-width: 1300px){.header .inner-container .card-container-1{bottom:-1%;height:50vh}}.header .inner-container .card-container-2{width:20vh;height:20vh;top:6%;left:19%;z-index:100}@media only screen and (max-width: 850px){.header .inner-container .card-container-2{top:18%;left:5%;height:21vh}}.header .inner-container .card-container-3{height:50vh;top:-10%;right:-9%;z-index:800}@media only screen and (max-width: 850px){.header .inner-container .card-container-3{top:-18%;right:-14vh;height:48vh}}.header .inner-container .card-container-4{height:25vh;bottom:-6%;right:11%;z-index:100}@media only screen and (max-width: 850px){.header .inner-container .card-container-4{top:48%;right:5%;height:14vh}}.header .background-lines{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:1}.header .background-lines .purple-line{z-index:10}.header .background-lines .line-1{left:6%;top:24%;width:17rem}@media only screen and (max-width: 850px){.header .background-lines .line-1{top:auto;bottom:20%;left:-110px;width:360px}}.header .background-lines .line-2{left:-1%;top:55%;width:34rem}@media only screen and (max-width: 850px){.header .background-lines .line-2{top:auto;bottom:60%;left:-310px;width:800px}}.header .background-lines .line-3{left:30%;top:24%;width:34rem}@media only screen and (max-width: 850px){.header .background-lines .line-3{top:5%;left:15%;width:180px}}.header .background-lines .line-4{right:-2%;top:46%;width:72rem}@media only screen and (max-width: 850px){.header .background-lines .line-4{top:43%;right:-180px;width:370px}}.header .background-lines .line-5{right:12%;top:17%;width:17rem}@media only screen and (max-width: 850px){.header .background-lines .line-5{top:auto;bottom:4%;right:-180px;width:370px}}.header .background-lines .line-6{right:16%;bottom:15%;width:34rem}.header .background-lines .logo-blurred{position:absolute;top:-30rem;right:-30rem;width:105rem;height:93rem;filter:blur(2px)}.section-instagram{position:relative;z-index:500}.section-instagram .inner-container{width:100%}.section-instagram .inner-container .info{position:absolute;top:56%;left:0;transform:translateY(-50%);width:42rem;z-index:100}@media only screen and (max-width: 850px){.section-instagram .inner-container .info{top:12%;transform:none;z-index:200}}.section-instagram .inner-container .info .title{font-family:BasementGrotesque;text-transform:uppercase;font-size:6.2rem;margin-bottom:8rem}@media only screen and (max-width: 850px){.section-instagram .inner-container .info .title{font-size:28px;margin-bottom:25px}}.section-instagram .inner-container .topics{position:absolute;top:0;right:0;width:28rem;padding-top:14rem;z-index:100}@media only screen and (max-width: 850px){.section-instagram .inner-container .topics{padding-top:0;right:auto;left:0;width:100%;height:var(--app-height)}}@media only screen and (max-width: 850px){.section-instagram .inner-container .topics .list{position:absolute;bottom:5%;left:0}}@media only screen and (max-width: 850px){.section-instagram .inner-container .topics .list{display:flex}}@media only screen and (max-width: 850px){.section-instagram .inner-container .topics .list .item:not(:first-of-type){width:260px}}.section-instagram .inner-container .topics .list .item:not(:last-of-type){margin-bottom:10vh}@media only screen and (max-width: 850px){.section-instagram .inner-container .topics .list .item:not(:last-of-type){margin-bottom:0;margin-right:10vw}}.inner-container .topics .list .item .icon{width:10rem}.section-instagram .inner-container .topics .list .item .topic-title{font-family:BasementGrotesque;font-size:2.1rem;margin-bottom:1.5rem}@media only screen and (max-width: 850px){.section-instagram .inner-container .topics .list .item .topic-title{font-size:18px;margin-bottom:17px}}.purple{color:#8000ff}.price{color:#8000ff;font-size:3rem;font-weight:600}.section-instagram .inner-container .topics .list .item .topic-description{font-size:1.75rem}@media only screen and (max-width: 850px){.section-instagram .inner-container .topics .list .item .topic-description{font-size:14px}}.section-instagram .inner-container .bullet-container{display:flex;justify-content:center;align-items:center;position:absolute;bottom:14%;right:25%;border:2px solid var(--color-purple);border-radius:100%;width:12.5rem;height:12.5rem}@media only screen and (max-width: 850px){.section-instagram .inner-container .bullet-container{right:0;bottom:28%;width:45px;height:45px;border:1px solid var(--color-purple)}}.section-instagram .inner-container .bullet-container .bullet{width:.5rem}@media only screen and (max-width: 850px){.section-instagram .inner-container .bullet-container .bullet{width:2px}}.section-tiktok{position:absolute;top:0;left:0;z-index:300}.section-tiktok .inner-container{width:100%}.section-tiktok .inner-container .info{position:absolute;top:50%;right:0;transform:translateY(-50%);z-index:100}@media only screen and (max-width: 850px){.section-tiktok .inner-container .info{top:16%;right:auto;left:50%;transform:translate(-50%)}}.section-tiktok .inner-container .info .title-big{font-family:BasementGrotesque;text-transform:uppercase;font-size:10rem;line-height:.7;margin-left:-.8rem}@media only screen and (max-width: 850px){.section-tiktok .inner-container .info .title-big{font-size:80px;margin-left:0;line-height:.75}}.section-tiktok .inner-container .info .title{font-family:BasementGrotesque;text-transform:uppercase;font-size:7rem;margin-top:1rem}@media only screen and (max-width: 850px){.section-tiktok .inner-container .info .title{font-size:30px;white-space:nowrap;margin-left:10px}}.section-tiktok .inner-container .topics{position:absolute;top:0;left:0;width:29rem;padding-top:14rem;z-index:100}@media only screen and (max-width: 850px){.section-tiktok .inner-container .topics{padding-top:0;right:auto;left:0;width:100%;height:var(--app-height)}}@media only screen and (max-width: 850px){.section-tiktok .inner-container .topics .list{position:absolute;bottom:5%;left:0}}@media only screen and (max-width: 850px){.section-tiktok .inner-container .topics .list{display:flex}}@media only screen and (max-width: 850px){.section-tiktok .inner-container .topics .list .item:not(:first-of-type){width:260px}}.section-tiktok .inner-container .topics .list .item:not(:last-of-type){margin-bottom:18vh}@media only screen and (max-width: 850px){.section-tiktok .inner-container .topics .list .item:not(:last-of-type){margin-bottom:0;margin-right:10vw}}.section-tiktok .inner-container .topics .list .item .logo{width:4.4rem;transform:rotate(45deg)}.section-tiktok .inner-container .topics .list .item .topic-title{font-family:BasementGrotesque;font-size:2.1rem;margin-bottom:1.5rem}@media only screen and (max-width: 850px){.section-tiktok .inner-container .topics .list .item .topic-title{font-size:18px;margin-bottom:17px}}.section-tiktok .inner-container .topics .list .item .topic-title .purple{color:var(--color-purple)}.section-tiktok .inner-container .topics .list .item .topic-description{font-size:1.75rem}@media only screen and (max-width: 850px){.section-tiktok .inner-container .topics .list .item .topic-description{font-size:14px}}.section-subscriptions{position:absolute;top:0;left:0;z-index:400}.section-subscriptions .inner-container{width:100%}.section-subscriptions .inner-container .info{position:absolute;top:50%;left:0;transform:translateY(-50%);width:53rem;z-index:100}@media only screen and (max-width: 850px){.section-subscriptions .inner-container .info{top:12%;transform:none;width:340px}}.section-subscriptions .inner-container .info .title{font-family:BasementGrotesque;text-transform:uppercase;font-size:6.2rem;margin-bottom:1.5rem}@media only screen and (max-width: 850px){.section-subscriptions .inner-container .info .title{font-size:30px;margin-bottom:15px}}.section-subscriptions .inner-container .info .title .purple{color:var(--color-purple)}.section-subscriptions .inner-container .info .description{font-size:1.75rem}@media only screen and (max-width: 850px){.section-subscriptions .inner-container .info .description{font-size:14px}}.section-laptop-2{position:absolute;top:0;left:0;z-index:450}.section-laptop-2 .inner-container{width:100%}.section-laptop-2 .inner-container .info{position:absolute;top:58%;right:0;transform:translateY(-50%);width:54rem;z-index:100;padding-left:100px}@media only screen and (max-width: 1920px) and (min-width: 1300px){.section-laptop-2 .inner-container .info{padding-left:200px}.section-instagram .inner-container .info{margin-left:-100px}}@media only screen and (max-width: 850px){.section-laptop-2 .inner-container .info{top:12%;right:auto;left:0;transform:none;width:340px;padding:0}}.section-laptop-2 .inner-container .info .title{font-family:BasementGrotesque;text-transform:uppercase;font-size:6.2rem;margin-bottom:7rem}@media only screen and (max-width: 850px){.section-laptop-2 .inner-container .info .title{font-size:30px;margin-bottom:19px}}.section-laptop-2 .inner-container .info .title .purple{color:var(--color-purple)}.section-laptop-2 .inner-container .topics{position:absolute;top:0;left:0;width:29rem;padding-top:14rem;z-index:100}@media only screen and (max-width: 850px){.section-laptop-2 .inner-container .topics{padding-top:0;right:auto;left:0;width:100%;height:var(--app-height)}}@media only screen and (max-width: 850px){.section-laptop-2 .inner-container .topics .list{position:absolute;bottom:5%;left:0}}@media only screen and (max-width: 850px){.section-laptop-2 .inner-container .topics .list{display:flex}}@media only screen and (max-width: 850px){.section-laptop-2 .inner-container .topics .list .item:not(:first-of-type){width:260px}}.section-laptop-2 .inner-container .topics .list .item:not(:last-of-type){margin-bottom:16vh}@media only screen and (max-width: 850px){.section-laptop-2 .inner-container .topics .list .item:not(:last-of-type){margin-bottom:0;margin-right:10vw}}.section-laptop-2 .inner-container .topics .list .item .logo{width:4.4rem;transform:rotate(45deg)}.section-laptop-2 .inner-container .topics .list .item .topic-title{font-family:BasementGrotesque;font-size:2.1rem;margin-bottom:1.5rem}@media only screen and (max-width: 850px){.section-laptop-2 .inner-container .topics .list .item .topic-title{font-size:18px;margin-bottom:17px;background-color:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px;border-radius:10px}}.section-laptop-2 .inner-container .topics .list .item .topic-title .purple{color:var(--color-purple)}.section-laptop-2 .inner-container .topics .list .item .topic-description{font-size:1.75rem}@media only screen and (max-width: 850px){.section-laptop-2 .inner-container .topics .list .item .topic-description{font-size:14px;background-color:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px;border-radius:10px}}.block-bullets{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:100;overflow:hidden;max-height:var(--app-height)}.block-bullets .inner-container{margin:0 auto;width:calc(100% - 14rem);max-width:1920px}@media only screen and (max-width: 1300px){.block-bullets .inner-container{width:calc(100% - 14rem)}}@media only screen and (max-width: 850px){.block-bullets .inner-container{width:70%}}@media only screen and (max-width: 750px){.block-bullets .inner-container{width:75%}}@media only screen and (max-width: 600px){.block-bullets .inner-container{width:90%}}@media only screen and (max-width: 450px){.block-bullets .inner-container{width:92%}}.block-bullets .background{position:absolute;top:0;left:0;width:200vw;min-width:280vh;opacity:.8}@media only screen and (max-width: 600px){.block-bullets .background{opacity:1;min-width:230vh}}@media only screen and (max-width: 600px) and (max-height: 700px){.block-bullets .background{min-width:280vh}}.block-bullets .background-transition{position:absolute;bottom:0;left:0;width:100%;height:80px;background-image:linear-gradient(to top,#000,#0000);z-index:5}.block-bullets .neon-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64rem;z-index:100}@media only screen and (max-width: 850px){.block-bullets .neon-container{width:45rem}}.block-bullets .neon-container .aim{width:100%}.block-bullets .instagram-container{position:absolute;left:50%;transform:translate(-50%,-50%);top:51%;width:64rem;z-index:1}@media only screen and (max-width: 850px){.block-bullets .instagram-container{width:52rem}}.block-bullets .instagram-container .tablet{width:100%;position:relative}.block-bullets .instagram-container .tablet .tablet-image{width:100%}.block-bullets .instagram-container .tablet .tablet-blurred{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform:translate(-50%,-50%) scale(1.07)}.block-bullets .tiktok-container{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);width:40rem;z-index:1}@media only screen and (max-width: 850px){.block-bullets .tiktok-container{width:30rem;bottom:25rem}}.block-bullets .tiktok-container .robot{width:100%;position:relative}.block-bullets .tiktok-container .robot .robot-image{width:100%}.block-bullets .tiktok-container .robot .robot-blurred{position:absolute;bottom:0;left:50%;transform:translate(-50%) scale(1.05);height:100%;filter:blur(2px)}.block-bullets .laptop1-container{position:absolute;top:50%;right:0;transform:translate(-15%,-50%);width:77rem;z-index:1}@media only screen and (max-width: 850px){.block-bullets .laptop1-container{width:55rem;top:63%;right:auto;left:50%;transform:translate(-50%,-50%)}}.block-bullets .laptop1-container .laptop1{width:100%}.block-bullets .laptop2-container{position:absolute;top:50%;left:50%;transform:translate(-43%,-50%);width:71rem;z-index:1}@media only screen and (max-width: 850px){.block-bullets .laptop2-container{width:53rem;top:55%;right:auto;left:50%;transform:translate(-50%,-50%)}}.block-bullets .laptop2-container .laptop2{width:100%}.section-benefits{min-height:100vh;height:auto;background-image:url(/assets/linesBackground.svg);background-size:cover;background-repeat:no-repeat}.section-benefits .inner-container{padding:16rem 0;z-index:100}.section-benefits .inner-container .cards{display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 850px){.section-benefits .inner-container .cards{flex-direction:column}}.section-benefits .inner-container .cards .cards-line:not(:first-of-type){margin-bottom:-12rem}@media only screen and (max-width: 850px){.section-benefits .inner-container .cards .cards-line:not(:first-of-type){margin-bottom:0}}.section-benefits .inner-container .cards .cards-line:not(:last-of-type){margin-right:4.2rem}@media only screen and (max-width: 850px){.section-benefits .inner-container .cards .cards-line:not(:last-of-type){margin-right:0;margin-bottom:40px}}.section-benefits .inner-container .cards .cards-line .card{width:49rem;border-radius:1.3rem;background-color:#14141499;padding:8.5rem 3.9rem 5.1rem;position:relative}@media only screen and (max-width: 450px){.section-benefits .inner-container .cards .cards-line .card{width:330px}}.section-benefits .inner-container .cards .cards-line .card:not(:last-of-type){margin-bottom:4rem}@media only screen and (max-width: 850px){.section-benefits .inner-container .cards .cards-line .card:not(:last-of-type){margin-bottom:40px}}.section-benefits .inner-container .cards .cards-line .card .logo{width:5.1rem;position:absolute;top:-2rem;right:-2rem}.section-benefits .inner-container .cards .cards-line .card-title{font-family:BasementGrotesque;letter-spacing:-.04em;font-size:3.4rem;margin-bottom:2.8rem}@media only screen and (max-width: 450px){.section-benefits .inner-container .cards .cards-line .card-title{font-size:20px;margin-bottom:18px}}.section-benefits .inner-container .cards .cards-line .card-title .purple{color:var(--color-purple)}.section-benefits .inner-container .cards .cards-line .card-description{font-size:1.75rem}@media only screen and (max-width: 450px){.section-benefits .inner-container .cards .cards-line .card-description{font-size:14px}}.section-benefits .inner-container .cards .cards-line .card .image{display:block;width:20rem;margin:2.8rem auto}.section-benefits .inner-container .cards .cards-line .card .image-top{display:block;width:35rem;margin:2.8rem auto;padding:30px}.section-benefits .inner-container .cards .cards-line .card .explore-container{display:flex;align-items:center;justify-content:space-between}.section-benefits .inner-container .cards .cards-line .card .explore-container .explore{font-weight:600;font-size:1.75rem;letter-spacing:-.04em;color:var(--color-purple)}@media only screen and (max-width: 850px){.section-benefits .inner-container .cards .cards-line .card .explore-container .explore{font-size:14px}}.section-benefits .inner-container .cards .cards-line .card .explore-container .explore:hover{color:#d60044}.section-benefits .inner-container .cards .cards-line .card .explore-container .bullet{width:3.3rem}.section-benefits .logo-blurred{position:absolute;left:-25rem;top:55%;transform:translateY(-50%);width:85rem;filter:blur(6px)}.section-last{padding:15rem 0 0;display:flex;flex-direction:column;background:linear-gradient(to bottom,#000,#141414 90%)}.section-last .inner-container{margin:0 auto;width:calc(100% - 14rem);max-width:1920px;display:flex;flex-direction:column;align-items:center;height:100%}@media only screen and (max-width: 1300px){.section-last .inner-container{width:calc(100% - 14rem)}}@media only screen and (max-width: 850px){.section-last .inner-container{width:70%}}@media only screen and (max-width: 750px){.section-last .inner-container{width:75%}}@media only screen and (max-width: 600px){.section-last .inner-container{width:90%}}@media only screen and (max-width: 450px){.section-last .inner-container{width:92%}}.section-last .bottom{position:relative;height:100vh;width:100%}@media screen and (max-width: 850px){.section-last .bottom{height:700px}}.section-last .bottom .ellipse{margin-top:auto;margin-bottom:1.5rem;aspect-ratio:1/1;width:81rem;background:linear-gradient(180deg,#000,#0000 30%);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:100%;z-index:10}@media screen and (max-width: 850px){.section-last .bottom .ellipse{width:100%;margin-bottom:90px}}.section-last .bottom .ellipse__price{font-family:BasementGrotesque;font-weight:800;font-size:11rem;line-height:13.2rem;color:#8000ff}@media screen and (max-width: 850px){.section-last .bottom .ellipse__price{font-size:47px;line-height:57px}}.section-last .bottom .ellipse__price__img{aspect-ratio:59/107;width:5.05rem;margin-right:1.2rem}@media screen and (max-width: 850px){.section-last .bottom .ellipse__price__img{width:23px}}.section-last .bottom .ellipse__price.small{font-size:2.75rem;line-height:3.25rem;color:#fff}.section-last .bottom .ellipse__title{font-family:BasementGrotesque;font-weight:800;font-size:5.5rem;line-height:7.36rem}.section-last .bottom .ellipse__title.purple{color:var(--color-purple)}@media screen and (max-width: 850px){.section-last .bottom .ellipse__title{font-size:25px;line-height:33px}}.section-last .bottom .ellipse__text{margin-top:2rem;font-weight:500;font-size:1.71rem;line-height:2.05rem;text-align:center}@media screen and (max-width: 850px){.section-last .bottom .ellipse__text{font-size:13px;line-height:16px}}.section-last .bottom .bg{position:absolute}.section-last .bottom .bg.first{left:0;bottom:10vh;width:30rem}@media screen and (max-width: 1200px){.section-last .bottom .bg.first{width:25rem}}@media screen and (max-width: 1000px){.section-last .bottom .bg.first{width:20rem}}@media screen and (max-width: 850px){.section-last .bottom .bg.first{bottom:auto;left:-50px;top:0;width:150px}}.section-last .bottom .bg.second{right:0;top:10vh;width:30rem}@media screen and (max-width: 1200px){.section-last .bottom .bg.second{width:25rem}}@media screen and (max-width: 1000px){.section-last .bottom .bg.second{top:20vh;width:20rem}}@media screen and (max-width: 850px){.section-last .bottom .bg.second{top:0;width:150px;right:-50px}}.section-last .btn-purple{margin-top:4rem}@media screen and (max-width: 850px){.section-last .btn-purple{margin-top:20px}}.section-last .btn-purple:hover .btn-content svg path{fill:#ff0051}.section-last .btn-purple .button .btn-content{width:20rem;padding:.6rem .85rem;display:flex;gap:1rem}.section-last .btn-purple .button .btn-content span{display:inline-flex;display:flex;gap:1rem}.section-last .btn-purple .button .piece{width:4.5rem}.section-last .btn-content__img{height:1.6rem}@media screen and (max-width: 850px){.section-last .btn-content__img{height:14px}}.section-last .btn-content__img path{transition:all .3s}.footer{background-color:#000;display:flex;align-items:center;justify-content:center;padding:50px;text-align:center}.footer .footer-container .logo{width:100px}.footer .footer-container h1{font-size:24px;font-family:BasementGrotesque;text-transform:uppercase;color:#fff}.footer .footer-container{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}.page-landing .animation-block{height:100vh;width:100%}.preloader[data-v-2ccf18ef]{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000;z-index:9999}.image-container[data-v-2ccf18ef]{position:absolute}.image[data-v-2ccf18ef]{width:50px;height:50px}
