body{font-family:Nunito,sans-serif}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}50%{opacity:.5}to{opacity:0}}.btn{cursor:pointer;background-color:#0352c9;border:#0000;border-radius:8px;width:auto;padding:1.1rem 2.3rem;transition:background-color .3s}.btn:hover{background-color:#408cff}.btn:focus{border:1px solid #408cff;outline:none}.btn a{color:#fff;letter-spacing:1px;font-size:1.6rem;font-weight:700;text-decoration:none}.btn a:focus{border:none;outline:none}.exit-btn{cursor:pointer;border-radius:8px;padding:1rem;position:fixed;top:3rem;right:3rem}.exit-btn:hover .exit-btn__bars:after,.exit-btn:hover .exit-btn__bars:before{box-shadow:inset 0 0 50px -20px #a5c4f3}.exit-btn:focus{border:1px solid #fff;outline:none}.exit-btn__box{width:40px;height:40px;position:relative}.exit-btn__bars:before,.exit-btn__bars:after{content:"";background-color:#fff;border-radius:2px;width:100%;height:4px;transition:box-shadow .3s;position:absolute;top:50%}.exit-btn__bars:before{left:0;transform:rotate(45deg)}.exit-btn__bars:after{right:0;transform:rotate(-45deg)}@media screen and (width>=768px){.btn{padding:1.3rem 2.3rem}.btn a{font-size:1.8rem}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}body{color:#fff;background-color:#0e1217;position:relative}.wrapper{width:100%;max-width:1200px;margin:0 auto}.section-padding-small{padding:2rem 2.2rem}.subheadline{font-size:2.6rem}.display-none{display:none}.hidden{opacity:0;visibility:hidden}.form{background-color:#141a22;border-radius:8px;flex-direction:column;align-items:center;gap:3.6rem;padding:3.6rem 2.3rem;display:flex}.form__box{flex-direction:column;gap:1rem;width:100%;font-size:1.6rem;display:flex}.form__box input{color:#fff;background-color:#222d39;border:#0000;border-radius:8px;padding:1.5rem}.form__box input:focus{border:1px solid #a5c4f3;outline:none}.form .btn{width:50%}.form .placeholder{opacity:.25;font-size:1.4rem}.form .err-msg{color:#ff6795}.form .error-input{background-color:#560f24;border:1px solid #ff6795}@media screen and (width>=768px){.form label{font-size:1.8rem}}@media screen and (width>=992px){.form label{font-size:1.9rem}}.logo{color:#fff;justify-content:center;align-items:center;gap:1rem;font-size:2rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.logo img{width:3rem;height:3rem}.logo:hover{color:#a5c4f3}.nav__buttons{z-index:1000;justify-content:space-between;align-items:center;padding:1rem 2.2em;display:flex;position:sticky;top:0}.nav__buttons .burger-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:1rem}.nav__buttons .burger-btn:focus{border:1px solid #fff;outline:none}.nav__buttons .burger-btn:hover .burger-btn__bars:before{width:100%}.nav__buttons .burger-btn__box{width:40px;height:30px;position:relative}.nav__buttons .burger-btn__bars,.nav__buttons .burger-btn__bars:before,.nav__buttons .burger-btn__bars:after{content:"";background-color:#fff;height:2px;transition:width .3s;position:absolute;right:0}.nav__buttons .burger-btn__bars{width:100%;top:0}.nav__buttons .burger-btn__bars:before{width:66%;top:13px}.nav__buttons .burger-btn__bars:after{width:100%;top:27px}.nav-desktop{display:none}.nav-mobile{background-color:#06162d;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);display:flex;transform:translate(200%)}.nav-mobile--active{transform:translate(0)}.nav-mobile .nav__link:before{content:"";background-color:#a5c4f3;width:2px;height:0;transition:height .3s;position:absolute;bottom:0;left:-.7rem}.nav-mobile .nav__link:hover{color:#a5c4f3}.nav-mobile .nav__link:hover:before{height:100%}.nav{z-index:10000;position:fixed;top:0}.nav__links{flex-direction:column;gap:3rem;display:flex}.nav__link{color:#fff;font-size:1.9rem;text-decoration:none;transition:color .3s;position:relative}@media screen and (width>=768px){.nav__buttons{display:none}.nav-desktop{margin-bottom:4rem;padding:1rem 2.2rem;display:block;position:sticky;top:0}.nav__links{flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem}.nav__links-box{align-items:center;gap:3rem;display:flex}.nav__link{position:relative}.nav__link:before{content:"";background-color:#a5c4f3;width:0;height:2px;transition:width .3s;position:absolute;bottom:-.2rem;left:0}.nav__link:hover{color:#a5c4f3}.nav__link:hover:before{width:100%}}@media screen and (width>=992px){.nav-desktop{padding:2rem 7rem}.nav__links{font-size:2rem}.nav__links-box{gap:5rem}}.overlay{z-index:10000;background-color:#040b15;width:100vw;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.overlay .fadeIn{animation-name:fadeIn}.overlay .fadeOut{animation-name:fadeOut}.success-msg-window{z-index:10000;width:60vw;transition:all .3s;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.success-msg-window__box{color:#a5c4f3;background-color:#141a22;border-radius:8px;flex-direction:column;gap:2rem;padding:1.2rem 2rem;display:flex;position:relative;box-shadow:inset 0 0 18px 1px #a5c4f340}.success-msg-window__box h3{letter-spacing:1.445px;font-size:1.9rem}.success-msg-window__box p{font-size:1.6rem}.success-msg-window__box img{content:"";position:absolute;top:-7rem;right:-7rem}.success-msg-window__box .btn{text-align:center;justify-content:center;align-self:end;align-items:center;width:50%;display:flex}@media screen and (width>=768px){.success-msg-window__box{gap:2.2rem;padding:2.5rem 3rem}.success-msg-window__box h3{font-size:2.2rem}.success-msg-window__box p{font-size:1.7rem}}.section__about{margin-bottom:3rem}.section__about-boxes{flex-direction:column;justify-content:center;align-items:center;gap:3rem;padding:2rem 2.2em;display:flex}.section__about-box{text-align:center;border-bottom:2px solid #0000;border-image:linear-gradient(90deg,#101318 -2.57%,#1013185c 20.94%,#408cff 48.87% 70.32%,#101318c9 83.44%,#101318 100%) 1;width:100%;position:relative}.section__about-text{margin-bottom:3rem;font-size:1.8rem}.section__about-img{width:15rem;height:15rem}@media screen and (width>=768px){.section__about{margin-bottom:4rem}.section__about-box{border-bottom:none}.section__about-box:first-of-type:before,.section__about-box:nth-of-type(2):before{content:"";background:linear-gradient(#101318 -2.57%,#1013185c 20.94%,#408cff 48.87% 70.32%,#101318c9 83.44%,#101318 100%);width:2px;position:absolute;top:0;bottom:0;right:-2.5rem}.section__about-boxes{flex-direction:row;gap:4.5rem;padding:3rem 2.5em}.section__about-text{height:10rem}.section__about-img{margin-bottom:2rem}}@media screen and (width>=992px){.section__about{margin-bottom:5rem}.section__about-box:first-of-type:before,.section__about-box:nth-of-type(2):before{right:-3rem}.section__about-boxes{gap:5rem;padding:4rem 7em}}.header{justify-content:center;align-items:center;margin-bottom:3rem;display:flex;position:relative}.header .wrapper{height:100%}.header .headline-primary{font-size:3rem}.header .primary-subheadline{font-size:1.6rem;font-weight:400}.header__text{z-index:10;flex-direction:column;justify-content:center;align-items:flex-start;gap:3.6rem;width:65%;height:100%;padding:0 2.2rem;display:flex}.header__img{content:"";object-fit:cover;aspect-ratio:1;z-index:10;width:35vw;height:100%;position:absolute;top:0;right:0}@media screen and (width>=768px){.header{margin-bottom:4rem}.header .headline-primary{font-size:5rem}.header .primary-subheadline{font-size:2.3rem}.header__text{gap:4rem;padding:0 2.5rem}}@media screen and (width>=992px){.header{height:50vh;margin-bottom:5rem;padding:4rem 7em}.header .headline-primary{font-size:7rem}.header .primary-subheadline{font-size:2rem;font-weight:400}.header__text{padding:0}}.section__peek{text-align:center;background-color:#d3d3d3;background-image:linear-gradient(#000308 3.23%,#00040af5 27.92%,#00040af0 60.18%,#000308 79.84% 99.5%),url(about-sm.562a3c64.jpg),none;background-position:0;background-repeat:repeat,repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;justify-content:center;align-items:center;margin-bottom:3rem;display:flex}.section__peek svg{width:6.4rem;height:6.4rem}.section__peek .dm-window{text-align:center;content:url(DM-window-mobile.c7d0e003.png);width:80%;height:80%}.section__peek-box{flex-direction:column;justify-content:center;align-items:center;gap:3rem;padding:2rem 2.2em;display:flex}.section__peek .subheadline,.section__peek svg,.section__peek img{margin-bottom:3rem}@media screen and (width>=768px){.section__peek{margin-bottom:5rem;padding:3rem 2.5em}.section__peek .subheadline{font-size:4.8rem}.section__peek .dm-window{content:url("DM Window-md.cec19745.png");width:70%}.section__peek-box{gap:3.3rem;padding:3rem 2.5em}}@media screen and (width>=992px){.section__peek{margin-bottom:5rem;padding:4rem 7em}.section__peek svg{transform:rotate(-90deg)}.section__peek .subheadline{width:17%;font-size:4.8rem}.section__peek .dm-window{width:40%}.section__peek-box{flex-direction:row;justify-content:space-between;gap:2.5rem;padding:0}}.section__reviews{margin-bottom:3rem;padding:2rem 2.2em}.slider{justify-content:center;align-items:center;height:50rem;margin:0 auto;display:flex;position:relative;overflow:hidden}.slider__arrow{visibility:hidden;z-index:10;cursor:pointer;color:#040b15;background-color:#408cff;border:#0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:4rem;height:4rem;padding:1rem;font-weight:700;transition:background-color .3s;display:flex;position:absolute;top:50%}.slider__arrow:focus{border:1px solid #a5c4f3;outline:none}.slider__arrow:hover{background-color:#a5c4f3}.slider__arrow svg{width:3rem;height:1.7rem}.slider__arrow--prev{left:2rem;transform:translate(-50%,-50%)}.slider__arrow--next{right:2rem;transform:translate(-50%,-50%)}.slide{justify-content:center;align-items:center;width:100%;transition:transform 1s;display:flex;position:absolute;top:0}.slide__box{text-align:center;border:3px solid #408cff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:70%;padding:3.2em 2rem;display:flex;position:relative}.slide__text{font-size:1.6rem}.slide__quotes{position:absolute;top:1.5rem;left:1.5rem}.slide svg{width:3.2rem;height:2rem}.slide__img{object-fit:cover;aspect-ratio:1;border:3px solid #408cff;border-radius:50%;width:9.7rem;height:9.7em}.dots{justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.dots__dot{opacity:.5;cursor:pointer;background-color:#a5c4f3;border:#0000;border-radius:50%;width:1.7rem;height:1.7rem;transition:all .3s}.dots__dot:hover{opacity:1}.dots__dot--active{opacity:1;background-color:#a5c4f3}.btn__box{justify-content:center;align-items:center;display:flex}.active-slide{opacity:1;z-index:1}@media screen and (width>=768px){.section__reviews{margin-bottom:4rem;padding:3rem 2.5em}.slider{height:33rem;margin-bottom:3.5rem}.slider__arrow{visibility:visible}.slide__box{gap:3.5rem}.slide{padding:3.5em 2.3rem}.slide__text{font-size:1.7rem}.slide__quotes{position:absolute;top:3rem;left:3rem}.slide__img{width:12rem;height:12em}}@media screen and (width>=992px){.section__reviews{margin-bottom:5rem;padding:4rem 7em}.slide{padding:3.5em 2.3rem}}.footer{flex-direction:column;gap:2rem;display:flex}.footer .main-link{font-size:2rem;font-weight:700;display:flex}.footer svg{transition:transform .3s}.footer a{color:#fff;text-decoration:none;transition:color .3s}.footer a:hover{color:#a5c4f3}.footer a:hover svg{transform:scale(1.2)}.footer__box{flex-direction:column;gap:1.2rem;display:flex}.footer__top{background-color:#141a22;justify-content:center;align-items:center;gap:2.5rem;padding:1.9rem 2rem;display:flex}.footer__top a,.footer__top p{font-size:1.6rem;font-weight:700}.footer__nav{flex-direction:column;gap:2.5rem;padding:2.2rem 2rem;font-size:1.6rem;display:flex}.footer__nav-logo img{width:2.5rem;height:2.5rem;margin-right:.8rem}.footer__nav-contact svg{width:2.5rem;height:2.5rem;transition:color .3s}.footer__nav-contact a{gap:1rem;display:flex}.footer__nav .icons{justify-content:space-between;gap:3rem;width:50%;display:flex}.footer__nav .icons use{fill:#a5c4f3}@media screen and (width>=768px){.footer{gap:3rem}.footer .main-link{font-size:2.2rem}.footer__box{flex-direction:column;gap:1.8rem;display:flex}.footer__top{gap:2.7rem;padding:2rem}.footer__nav{flex-direction:row;justify-content:space-between;gap:2.9rem;padding:3rem 2.5em}}@media screen and (width>=992px){.footer__box{gap:2rem}.footer__nav{padding:3rem 2.5rem 4rem}}
/*# sourceMappingURL=index.c3ac3b8a.css.map */
