@import"https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";body{font-family:"Space Mono",monospace;font-size:1.6rem;line-height:1.7;color:#252525}.txt100{font-size:clamp(8rem,10vw + 1rem,10rem);line-height:1.3}.txt80{font-size:clamp(6rem,8vw + 1rem,8rem);line-height:1.3}.txt60{font-size:clamp(4rem,6vw + 1rem,6rem);line-height:1.3}.txt40{font-size:clamp(3.2rem,4vw + 1rem,4rem);line-height:1.3}.txt32{font-size:clamp(2.6rem,3.2vw + 1rem,3.2rem);line-height:1.5}.txt24{font-size:2.4rem;line-height:1.7}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;scroll-behavior:smooth}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 48em){html{font-size:50%}}@media screen and (max-width: 28.75em){html{font-size:43.75}}body{box-sizing:border-box;background-color:#fff}::selection{background-color:#03ff7b;color:#fff}a{text-decoration:none}a,button{display:inline-block}button,input,textarea{outline:none;border:none;font-family:inherit;font-size:inherit}ol,ul{list-style:none}img{display:block;max-width:100%;border:0;object-fit:cover;object-position:center}.bold{font-weight:700}.normal{font-weight:400}.light{font-weight:300}.italic{font-style:italic}.container{max-width:144rem;margin:0 auto}.brand{color:#03ff7b}.block{display:block}.btn{width:100%;padding:1.5rem 2.5rem;background-color:#252525;border-radius:10px;color:#03ff7b;cursor:pointer;transition:background-color .3s,color .3s}.btn:disabled{opacity:.5;pointer-events:none}.btn:hover{background-color:rgb(0,207,98.5714285714);color:#fff}.btn .btn:disabled{opacity:.3;pointer-events:none}.input{position:relative;z-index:1;padding-top:2rem}.input:not(:last-child){margin-bottom:2.4rem}.input__label{position:absolute;left:0;top:0;pointer-events:none;transform:translateY(3.04rem);transition:transform .3s}.input__control{display:block;width:100%;padding:1rem 0;border-bottom:2px solid #252525;border-radius:0;transition:border-bottom-color .3s}.input__control:focus{border-bottom-color:#03ff7b}.input__control:not(:placeholder-shown)+.input__label{transform:translateY(0)}.input__control--error~.input__error{display:block}.input__error{display:none;color:red}.link{color:#252525;text-decoration:underline;transition:color .3s}.link--disabled{pointer-events:none;opacity:.5}.link:hover{color:rgb(0,207,98.5714285714)}.toast{position:fixed;bottom:0;left:0;right:0;z-index:4;max-width:800px;padding:10px 20px;margin:auto;background:#ccc;font-family:inherit;text-align:center;color:#333;visibility:hidden;opacity:0;transition:opacity .2s,top .2s,visibility .2s;border-radius:3px;box-shadow:0 6px 20px rgba(0,0,0,.2)}.toast--visible{bottom:20px;opacity:1;visibility:visible}.toast--success{background:#00c02b;border-color:#009d23;color:#fff}.toast--error{background:#d50000;border-color:#ba0000;color:#fff}.nav{position:fixed;top:0;left:0;z-index:4;width:100vw;padding:2rem 2.4rem;background-color:#fff}.nav--expanded .nav__background{opacity:1;transform:scaleX(1);pointer-events:auto}.nav--expanded .nav__list{opacity:1;pointer-events:auto}.nav__background{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(37,37,37,.9);z-index:2;transform:scaleX(0);transform-origin:right;opacity:0;pointer-events:none;transition:transform .3s,opacity .3s}.nav__wrapper{display:flex;justify-content:space-between;align-items:center}.nav__logo-wrapper{display:flex;align-items:center;position:relative;z-index:3}.nav__logo{width:10rem;fill:#000;transition:fill .3s}.nav__logo:hover{fill:#03ff7b}.nav__list{display:flex;justify-content:flex-start;align-items:center;gap:3rem;position:relative;z-index:3}@media screen and (max-width: 28.75em){.nav__list{flex-direction:column;position:fixed;top:20rem;right:0;width:100%;text-align:center;opacity:0;pointer-events:none;transition:opacity .3s}}.nav__link{color:#252525}@media screen and (max-width: 28.75em){.nav__link{color:#fff;font-size:3.2rem}}.nav__link:hover{color:#03ff7b}.hamburger{display:none;position:relative;z-index:4;height:4rem;width:4rem;background-color:rgba(0,0,0,0)}@media screen and (max-width: 28.75em){.hamburger{display:block}}.hamburger--active .hamburger__line{background-color:rgba(0,0,0,0)}.hamburger--active .hamburger__line::before{transform:rotate(45deg)}.hamburger--active .hamburger__line::after{transform:rotate(-45deg)}.hamburger__line{position:absolute;left:0;top:50%;width:100%;height:3px;background-color:#03ff7b}.hamburger__line::before,.hamburger__line::after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#03ff7b;transition:transform .3s}.hamburger__line::before{transform:translateY(-1.2rem)}.hamburger__line::after{transform:translateY(1.2rem)}.carousel__bg-wrapper{display:flex;justify-content:flex-start;align-items:flex-end;position:relative;z-index:1;height:54rem;padding:3rem;background-color:#252525;border-radius:15px;overflow:hidden}@media screen and (max-width: 36.25em){.carousel__bg-wrapper{height:32rem}}@media screen and (max-width: 25em){.carousel__bg-wrapper{height:24rem}}.carousel__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.carousel__tags-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:3rem;width:100%}@media screen and (max-width: 34.375em){.carousel__tags-wrapper{flex-direction:column;align-items:flex-start}}.carousel__tags{display:flex;justify-content:flex-start;align-items:center;gap:1rem;flex-wrap:wrap}.carousel__tag{padding:1rem 2rem;background-color:#03ff7b;border-radius:50px;color:#252525}.carousel__show-more-btn-wrapper{padding:1rem;cursor:pointer;transition:transform .3s}@media screen and (max-width: 34.375em){.carousel__show-more-btn-wrapper{align-self:flex-end}}.carousel__show-more-btn-wrapper:hover{transform:rotate(180deg)}.carousel__show-more-btn-wrapper:hover .carousel__show-more-line{background-color:rgb(0,207,98.5714285714)}.carousel__show-more-btn{position:relative;z-index:1;width:4rem;height:4rem}.carousel__show-more-line{position:absolute;top:50%;left:50%;width:100%;height:2px;background-color:#03ff7b;transform:translate(-50%, -50%);transition:background-color .3s .2s}.carousel__show-more-line--vertical{transform:translate(-50%, -50%) rotate(90deg)}.carousel__client-wrapper{margin-top:4rem}.carousel__client-brief{color:#909090}.footer{padding:2.4rem}.footer__flex{display:flex;justify-content:space-between;align-items:center;gap:3rem;position:relative;z-index:2}@media screen and (max-width: 38.125em){.footer__flex{flex-direction:column}}.footer__links-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:7rem}@media screen and (max-width: 21.875em){.footer__links-wrapper{flex-direction:column;gap:1.2rem}}.footer__link{color:#252525;transition:color .3s}.footer__link:hover{color:#03ff7b}.footer__logo-wrapper{position:relative;z-index:3;width:100%;transform:translateY(3.8rem)}@media screen and (max-width: 56.25em){.footer__logo-wrapper{transform:unset;margin-bottom:3rem}}.footer__logo{display:block;fill:#000;width:10rem;margin:0 auto;transition:fill .3s}.footer__logo:hover{fill:#03ff7b}.footer__social-wrapper{display:flex;justify-content:space-between;align-items:center;gap:3rem}.hero{margin-top:5rem}@media screen and (max-width: 25em){.hero{padding-top:3rem}}.hero__img{width:100%;height:auto}.hero__content-wrapper{padding:10rem 2.4rem;background-color:#fff}.hero__content{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:3.2rem;align-items:center}@media screen and (max-width: 70em){.hero__content{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 50.9375em){.hero__content{grid-template-columns:.8fr 1fr}}@media screen and (max-width: 42.5em){.hero__content{grid-template-columns:1fr;grid-gap:1.2rem}}.hero__title{margin-top:-2.4rem}@media screen and (max-width: 42.5em){.hero__title{max-width:50rem}}.hero__text:not(:last-child){margin-bottom:1.6rem}.services{padding:10rem 2.4rem;background-color:#03ff7b}.services__header{margin-bottom:3.2rem}.services__services{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem}@media screen and (max-width: 56.25em){.services__services{grid-template-columns:1fr}}.services__service:not(:last-child){margin-bottom:3rem}@media screen and (max-width: 23.125em){.services__title{width:100%;word-wrap:break-word;font-size:clamp(6rem,8vw + 1rem,8rem);line-height:1.3}}@media screen and (max-width: 70.625em){.services__link{transform:translateY(-1rem)}}@media screen and (max-width: 43.75em){.services__img-wrapper{display:flex;justify-content:flex-end;align-items:flex-end;width:100%}}.services__img{width:32rem;height:15rem;object-fit:cover;border-radius:8px}.tight{padding:4rem 2.4rem}.study{padding:10rem 0;background-color:#252525;color:#fff}.study__header-container{padding:0 2.4rem}.study__header{display:flex;justify-content:space-between;align-items:center;gap:3rem;margin-bottom:7rem;padding-right:2.4rem}@media screen and (max-width: 22.5em){.study__header{flex-direction:column;align-items:flex-start}}.study__header-link{padding:1rem;background-color:#03ff7b;padding:1rem;border-radius:50%;transition:background-color .3s}@media screen and (max-width: 22.5em){.study__header-link{align-self:flex-end}}.study__header-link:hover{background-color:rgb(0,207,98.5714285714)}.about{padding:6rem 2.4rem 10rem}.about__container{position:relative;z-index:1}.about__backdrop{position:absolute;right:0;top:50%;z-index:-1;transform:translateY(-50%);max-width:80%;height:auto;opacity:.4}@media screen and (max-width: 53.75em){.about__backdrop{top:10%;transform:unset}}.about__content-wrapper{max-width:90rem;padding-top:20rem}@media screen and (max-width: 53.75em){.about__content-wrapper{padding-top:10rem}}.partners{padding:10rem 2.4rem}.partners__header{display:flex;justify-content:flex-start;align-items:center;gap:3rem;padding-bottom:1.8rem;margin-bottom:10rem;border-bottom:1px solid #909090}@media screen and (max-width: 58.125em){.partners__header{flex-direction:column;align-items:flex-start;gap:0}}.partners__header-description{padding-top:2rem}.partners__header-description::before{content:"";display:inline-block;height:3rem;width:2px;background-color:#252525;transform:rotate(20deg) translateY(4px)}@media screen and (max-width: 58.125em){.partners__header-description::before{transform:rotate(0) translateY(4px)}}@media screen and (max-width: 58.125em){.partners__header-description{padding-top:unset}}.partners__grid{display:grid;grid-template-columns:repeat(5, 1fr);grid-gap:3rem}@media screen and (max-width: 58.125em){.partners__grid{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 42.5em){.partners__grid{grid-template-columns:repeat(3, 1fr)}}.partners__img{width:100%;max-width:20rem;height:auto}.cta{padding:0 2.4rem}.cta__container{padding:8rem 2.4rem;background-color:#252525;border-radius:15px;text-align:center;color:#fff}.cta__text-wrapper{max-width:110rem;margin:0 auto 2rem}.cta__headline{margin-bottom:2.8rem}.cta__subtext{margin-bottom:4rem}.cta__btn{padding:1.5rem 2.5rem;border:2px solid #03ff7b;border-radius:50px;color:#03ff7b;transition:background-color .3s,color .3s}.cta__btn:hover{background-color:rgb(0,207,98.5714285714);border-color:rgb(0,207,98.5714285714);color:#fff}.contact{position:relative;z-index:1;padding:10rem 2.4rem;margin-top:6rem}.contact::before{content:"";position:absolute;top:0;left:50%;width:100%;max-width:65.5rem;height:1px;background-color:#03ff7b;transform:translateX(-50%)}.contact__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:3rem}@media screen and (max-width: 55em){.contact__grid{grid-template-columns:1fr}}.contact__content-wrapper{padding-top:2rem}.contact__intro{margin-bottom:1.2rem}.contact__link{display:flex;justify-content:flex-start;align-items:center;gap:1rem;font-size:2rem;color:#252525;text-decoration:underline}.contact__link:not(:last-child){margin-bottom:1.2rem}.contact__link:hover{color:#03ff7b}.contact__form-title{margin-bottom:4rem}.contact__form-btn{margin-top:3rem}.map__map{width:100%;height:45rem}.portfolio__header{padding:16rem 2.4rem 4rem;background-color:#03ff7b}.portfolio__container{padding:6rem 2.4rem}.portfolio__container p:not(:last-child){margin-bottom:3.2rem}.portfolio__img{width:100%;height:auto}.portfolio__img:not(:last-child){margin-bottom:3.2rem}.portfolio__video-wrapper{position:relative;width:100%;padding-top:56.25%;margin-bottom:3.2rem}.portfolio__video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.portfolio__nav{margin-top:4rem;margin-left:auto;margin-right:auto;padding-top:4rem;border-top:1px solid #252525}.portfolio__nav-wrapper{display:flex;justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;font-size:2.4rem}/*# sourceMappingURL=main.min.css.map */