html{line-height:1.15;background-color:#000;-webkit-text-size-adjust:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;scrollbar-gutter:stable}body,html{-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar,html::-webkit-scrollbar{width:0;height:0;display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}body{margin:0}main{display:block}button{background-color:transparent;outline:none;border:none}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-size:1em;font-family:monospace,monospace}a{background-color:transparent}abbr[title]{text-decoration:underline;border-bottom:none}b,strong{font-weight:bolder}img{-webkit-user-drag:none}code,kbd,samp{font-size:1em;font-family:monospace,monospace}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-size:100%;line-height:1.15;font-family:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{display:table;box-sizing:border-box;max-width:100%;padding:0;color:inherit;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}details{display:block}summary{display:list-item}[hidden],template{display:none}@keyframes image-wiggle{0%{transform:scale(1) rotate(0deg)}20%{transform:scale(1.2) rotate(-9.51deg)}40%{transform:scale(1.03) rotate(30.96deg)}60%{transform:scale(1.15) rotate(59.72deg)}80%{transform:scale(1.04) rotate(46.9deg)}to{transform:scale(1) rotate(0deg)}}@keyframes image-wiggle-mobile{0%{transform:scale(1)}20%{transform:scale(1.2)}40%{transform:scale(1.03)}60%{transform:scale(1.15)}80%{transform:scale(1.04)}to{transform:scale(1)}}.header{padding:45px 0 0;position:fixed;width:100%;z-index:9999}@media screen and (max-width:425px){.header{padding:30px 0 0}}.header__wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative}.header__menu{flex-direction:row;gap:23px}.header__logo,.header__menu{display:flex;justify-content:center;align-items:center;cursor:pointer}.header__logo{flex-direction:unset;width:40px;height:41px;position:absolute;left:50%;transform:translateX(-50%)}.header__logo svg{transition:transform .2s ease}.header__logo svg:hover{transform:scale(1.2)}@media screen and (max-width:768px){.header__logo svg{width:25px;height:30px}}.header__menu-text{font-size:20px;line-height:30px;text-transform:uppercase;color:#fff;transition:scale .2s ease}@media screen and (max-width:768px){.header__menu-text{display:none}}.header__menu-text:active{scale:.95}.header__language{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;position:relative}.header__language-current{transition:scale .2s ease}.header__language-current:active{scale:.95}.header__language-arrow{font-size:15px;transition:transform .3s ease-in-out;transform:rotate(0deg)}.header__language-arrow.open{transform:rotate(-180deg)}.header__language-dropdown{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:40px;margin:0;padding:0;list-style-type:none;max-height:0;opacity:0;overflow:hidden;transform-origin:top;transform:scaleY(0);transition:max-height .25s ease,opacity .2s ease,transform .25s ease;pointer-events:none}.header__language-dropdown.open{max-height:200px;opacity:1;transform:scaleY(1);pointer-events:auto}.header__language-toggle{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:5px;background-color:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer;gap:3px}.header__language-option{cursor:pointer;padding:0 5px;text-transform:uppercase;color:#fff}.container{width:100%;margin:0 auto;padding:0 200px}@media screen and (min-width:1470px){.container{padding:0 170px}}@media screen and (max-width:1440px){.container{padding:0 150px}}@media screen and (max-width:1024px){.container{padding:0 90px}}@media screen and (max-width:768px){.container{padding:0 50px}}@media screen and (max-width:480px){.container{padding:0 20px}}.menu{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:fixed;top:10vh;left:0;right:0;height:90vh;z-index:1000;overflow:visible;pointer-events:none;visibility:hidden;transition:visibility 0s linear 1s}.menu:after{content:"";height:1px;width:0;background-color:#fff;z-index:2;transition:top .5s ease-out 0s,width .5s ease-out .5s}.menu:after,.menu__container{position:absolute;left:0;top:0}.menu__container{display:flex;flex-direction:unset;justify-content:space-between;align-items:center;padding:15rem;right:0;bottom:0;background-color:#000;overflow:hidden;z-index:1;-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0);transition:-webkit-clip-path .5s ease-in-out 0s;transition:clip-path .5s ease-in-out 0s;transition:clip-path .5s ease-in-out 0s,-webkit-clip-path .5s ease-in-out 0s}@media screen and (min-width:1470px){.menu__container{padding:6rem}}@media screen and (max-width:1440px){.menu__container{padding:6rem}}@media screen and (max-width:1200px){.menu__container{padding:1rem}}@media screen and (max-width:850px){.menu__container{padding:6rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}}@media screen and (max-width:768px){.menu__container{padding:6rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}}@media screen and (max-width:425px){.menu__container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px;padding:10px}}@media screen and (max-width:400px){.menu__container{padding:1rem}}.menu__title{font-size:11rem;font-weight:500;text-transform:uppercase;line-height:100%;color:#dedede;opacity:0;transform:translateX(-80px);transition:opacity .4s ease-out,transform .4s ease-out}@media screen and (max-width:1440px){.menu__title{font-size:9rem}}@media screen and (max-width:1024px){.menu__title{font-size:7rem}}@media screen and (max-width:768px){.menu__title{font-size:5rem}}@media screen and (max-width:480px){.menu__title{font-size:3rem}}.menu__navigation{display:flex;flex-direction:column;justify-content:center;align-items:unset;gap:50px;list-style:none}@media screen and (max-width:850px){.menu__navigation{align-items:center}}@media screen and (max-width:425px){.menu__navigation{gap:30px}}.menu__navigation-item{cursor:pointer;font-size:25px;color:#fff;transition:opacity .4s ease-out,transform .3s ease-in-out;opacity:0;transform:translateY(40px)}.menu__navigation-item:hover{transform:translateX(-30px)!important}@media screen and (max-width:1024px){.menu__navigation-item{font-size:22px}}@media screen and (max-width:768px){.menu__navigation-item{text-align:center}}@media screen and (max-width:425px){.menu__navigation-item{font-size:20px}}.menu.visible{visibility:visible;pointer-events:auto;transition:visibility 0s}.menu.visible:after{width:100%;top:90vh;transition:width .5s ease-out 0s,top .5s ease-out .5s}.menu.visible .menu__container{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);transition:-webkit-clip-path .5s ease-in-out .5s;transition:clip-path .5s ease-in-out .5s;transition:clip-path .5s ease-in-out .5s,-webkit-clip-path .5s ease-in-out .5s}.menu.visible .menu__title{opacity:1;transform:translateX(0);transition:opacity .4s ease-out 1s,transform .4s ease-out 1s}.menu.visible .menu__navigation-item{opacity:1;transform:translateY(0)}.menu.visible .menu__navigation-item:first-child{transition:opacity .4s ease-out 1.1s,transform .3s ease-in-out 0s}.menu.visible .menu__navigation-item:nth-child(2){transition:opacity .4s ease-out 1.2s,transform .3s ease-in-out 0s}.menu.visible .menu__navigation-item:nth-child(3){transition:opacity .4s ease-out 1.3s,transform .3s ease-in-out 0s}.menu.visible .menu__navigation-item:nth-child(4){transition:opacity .4s ease-out 1.4s,transform .3s ease-in-out 0s}.menu.visible .menu__navigation-item:nth-child(5){transition:opacity .4s ease-out 1.5s,transform .3s ease-in-out 0s}.menu.visible .menu__navigation-item:nth-child(6){transition:opacity .4s ease-out 1.6s,transform .3s ease-in-out 0s}html.theme-light .menu:after{background-color:#000}html.theme-light .menu__container{background-color:#fff}html.theme-light .menu__title{color:#424242}html.theme-light .menu__navigation-item{color:#000}.fullpage-root{position:relative;overflow:hidden;background-color:#000;isolation:auto;overscroll-behavior:none;padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}.fullpage-root,.fullpage-root .panel{height:100dvh;height:100svh;min-height:100vh}.fullpage-root .panel{display:flex;align-items:center;justify-content:flex-start;position:absolute;top:0;left:0;right:0;bottom:0;box-sizing:border-box;visibility:hidden;background:rgba(0,0,0,0)}.fullpage-root .panel.panel--stack{background:#fff;color:#000}.fullpage-root.revert{background:#fff}[data-shared-receiver=glass],[data-shared=glass]{width:696px;max-width:100%;pointer-events:none;will-change:transform,opacity}@media screen and (max-width:1024px){[data-shared-receiver=glass],[data-shared=glass]{width:595px}}@media screen and (max-width:425px){[data-shared-receiver=glass],[data-shared=glass]{width:500px}}.header{color:#fff;transition:color .3s ease-in-out}.theme-light .header{color:#000}.theme-light .header svg *{fill:#000}.theme-light .header__language-option,.theme-light .header__language-toggle,.theme-light .header__menu-text{color:#000}body.is-scroll-locked,html.is-scroll-locked{overflow:hidden;height:100%}@media screen and (max-width:768px){.fullpage-root .panel{align-items:flex-start;padding-top:calc(100px + env(safe-area-inset-top))}.fullpage-root .panel--accompany,.fullpage-root .panel--grow{padding:0;align-items:center;justify-content:center}}@media screen and (max-height:800px){.fullpage-root .panel{align-items:flex-start;padding-top:calc(80px + env(safe-area-inset-top))}.fullpage-root .panel--accompany,.fullpage-root .panel--grow{padding:0;align-items:center;justify-content:center}.fullpage-root .panel--steps{align-items:center}}.hero{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.hero .container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:50px}@media screen and (max-width:500px){.hero .container{display:flex;flex-direction:row;justify-content:center;align-items:center}}.hero__wrapper{display:flex;flex-direction:column;justify-content:space-between;align-items:unset;position:relative;height:100%;width:100%}.hero__title{font-size:64px;line-height:72px;letter-spacing:.05em;text-transform:uppercase;margin:0 0 250px;font-weight:400;will-change:transform,opacity;transform:translateZ(0);z-index:3}@media screen and (max-width:1024px){.hero__title{font-size:55px;line-height:62px;letter-spacing:.02em}}@media screen and (max-width:768px){.hero__title{font-size:45px;margin:0 0 300px}}@media screen and (max-width:600px){.hero__title{font-size:36px;line-height:44px}}@media screen and (max-width:425px){.hero__title{font-size:32px;line-height:40px;margin:0 0 250px}}.hero__subtitle{font-size:48px;line-height:64px;letter-spacing:.05em;text-transform:uppercase;margin:0;font-weight:400;will-change:transform,opacity;transform:translateZ(0);text-align:right}@media screen and (max-width:1024px){.hero__subtitle{font-size:41px;line-height:55px;letter-spacing:.02em}}@media screen and (max-width:600px){.hero__subtitle{font-size:32px;line-height:40px;order:1;text-align:left}}.hero__image-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:2}.hero__bottom{display:flex;flex-direction:unset;justify-content:space-between;align-items:center;margin-top:40px}@media screen and (max-width:600px){.hero__bottom{margin-top:70px;display:flex;flex-direction:column;justify-content:unset;align-items:flex-start;gap:30px;z-index:99999}}.hero__buttons{display:flex;gap:28px;will-change:transform,opacity;transform:translateZ(0)}@media screen and (max-width:1024px){.hero__buttons{gap:20px}}@media screen and (max-width:768px){.hero__buttons{gap:10px}}@media screen and (max-width:600px){.hero__buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;order:2;width:100%}}.hero__button{padding:6px 0;text-align:center;font-size:14px;letter-spacing:.02em;font-family:Inter,sans-serif;text-transform:uppercase;color:#fff;border:1px solid #fff;background-color:rgba(0,0,0,0);cursor:pointer;width:150px;border-radius:25px;transition:all .3s ease}.hero__button--primary{border:1px solid rgba(0,0,0,0);background:linear-gradient(#000000,#000000) padding-box,linear-gradient(90deg,#93CFFF,#567990) border-box}.hero__button--primary:focus-visible,.hero__button--primary:hover{transform:translateY(-2px);background:linear-gradient(#0a0a0a,#0a0a0a) padding-box,linear-gradient(90deg,#b6ddff,#7ea1bd) border-box;color:#fff;box-shadow:0 0 12px rgba(147,207,255,.6),0 0 24px rgba(86,121,144,.4)}.hero__button--primary:active{transform:translateY(0);background:linear-gradient(#000,#000) padding-box,linear-gradient(90deg,#93CFFF,#567990) border-box;box-shadow:none;scale:.95}.hero__button--secondary:focus-visible,.hero__button--secondary:hover{transform:translateY(-2px);background-color:#fff;color:#000}.hero__button--secondary:active{transform:translateY(0);scale:.95}@media screen and (max-width:1024px){.hero__button{font-size:13px}}@media screen and (max-width:768px){.hero__button{width:100px;font-size:12px}}.about{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width:768px){.about{position:relative}}.about__wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (max-width:768px){.about__wrapper{display:flex;flex-direction:column;justify-content:unset;align-items:unset}}.about__info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;height:100%}@media screen and (max-width:768px){.about__info{gap:35px}}.about__title{font-size:65px;line-height:72px;letter-spacing:.05em;text-transform:uppercase;font-weight:400;margin:0 0 36px}@media screen and (min-width:1470px){.about__title{font-size:57px}}@media screen and (max-width:1440px){.about__title{font-size:55px;line-height:62px;letter-spacing:.02em}}@media screen and (max-width:500px){.about__title{font-size:40px;line-height:48px}}@media screen and (max-width:425px){.about__title{font-size:32px;line-height:40px;margin:0}}.about__subtitle{font-family:IntrumentSans,sans-serif;font-size:18px;line-height:24px;letter-spacing:.02em;text-transform:uppercase;width:424px;z-index:5}@media screen and (max-width:1440px){.about__subtitle{font-size:17px;line-height:22px}}@media screen and (max-width:1024px){.about__subtitle{width:424px;font-size:15px;line-height:20px}}@media screen and (max-width:400px){.about__subtitle{font-size:13px;max-width:calc(100vw - 40px)}}.about__button{padding:6px 0;text-align:center;font-size:14px;letter-spacing:.02em;text-transform:uppercase;font-family:Inter,sans-serif;cursor:pointer;color:#fff;width:150px;border-radius:25px;display:block;margin-top:110px;border:1px solid rgba(0,0,0,0);background:linear-gradient(#000000,#000000) padding-box,linear-gradient(90deg,#93CFFF,#567990) border-box;transition:all .3s ease}.about__button:focus-visible,.about__button:hover{transform:translateY(-2px);background:linear-gradient(#0a0a0a,#0a0a0a) padding-box,linear-gradient(90deg,#b6ddff,#7ea1bd) border-box;color:#fff;box-shadow:0 0 12px rgba(147,207,255,.6),0 0 24px rgba(86,121,144,.4)}.about__button:active{transform:translateY(0);background:linear-gradient(#000,#000) padding-box,linear-gradient(90deg,#93CFFF,#567990) border-box;box-shadow:none}@media screen and (max-width:1024px){.about__button{margin-top:50px}}@media screen and (max-width:500px){.about__button{width:130px;font-size:12px}}.about__image-container{position:relative;right:0;transform-origin:center center;transform:scale(1.2) rotate(70deg)}@media screen and (max-width:900px){.about__image-container{right:25%}}@media screen and (max-width:768px){.about__image-container{position:absolute;right:0;bottom:0}}@media screen and (max-width:600px){.about__image-container{bottom:-5%;right:-25%}}@media screen and (max-width:550px){.about__image-container{top:50%;right:-15%}}@media screen and (max-width:435px){.about__image-container{bottom:0;right:-25%}}@media screen and (max-width:400px){.about__image-container{right:-20%}}.about__image-container.has-shared .about__image{opacity:0;pointer-events:none}.stack{display:flex;flex-direction:column;justify-content:unset;align-items:unset;gap:21px}@media screen and (max-width:400px){.stack{gap:10px}}.stack__title{font-size:64px;line-height:72px;letter-spacing:.05em;text-transform:uppercase;font-weight:300;color:#000}@media screen and (max-width:1440px){.stack__title{font-size:50px;line-height:48px}}@media screen and (max-width:500px){.stack__title{font-size:32px;line-height:40px;z-index:9999}}.stack__grid{display:grid;grid-template-columns:repeat(4,140px);grid-template-rows:repeat(4,140px);grid-gap:20px;gap:20px}@media screen and (min-width:1470px){.stack__grid{grid-template-columns:repeat(4,120px);grid-template-rows:repeat(4,120px);gap:30px}}@media screen and (max-width:1440px){.stack__grid{grid-template-columns:repeat(4,120px);grid-template-rows:repeat(4,120px);gap:16px}}@media screen and (max-width:1024px){.stack__grid{grid-template-columns:repeat(4,120px);grid-template-rows:repeat(4,120px);gap:10px}}@media screen and (max-width:600px){.stack__grid{grid-template-columns:repeat(2,minmax(100px,100px));gap:20px;justify-content:center;align-items:center}}.stack__image-container{position:absolute;top:-240px;right:10px;transform:scale(1.3) rotate(120deg)}.stack__item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:140px;height:140px;background:#fff;border-radius:12px;scale:1;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:box-shadow .25s ease;z-index:9999}.stack__item:focus-visible,.stack__item:hover{box-shadow:0 10px 24px rgba(0,0,0,.12)}.stack__item:not(.item-3):not(.item-8) svg{filter:brightness(0) saturate(100%);-webkit-filter:brightness(0) saturate(100%);transition:filter .25s ease}.stack__item:not(.item-3):not(.item-8):focus-visible svg,.stack__item:not(.item-3):not(.item-8):hover svg{filter:none;-webkit-filter:none}.stack__item svg{transition:opacity .25s ease}@media screen and (max-width:1024px){.stack__item svg{width:55px;height:55px}}@media screen and (max-width:600px){.stack__item svg{width:45px;height:45px}}@media screen and (max-width:1440px){.stack__item{width:120px;height:120px}}@media screen and (max-width:600px){.stack__item{width:100px;height:100px;border:1px solid rgba(217,217,217,.4)}}.stack__description{font-family:IntrumentSans,sans-serif;font-size:14px;letter-spacing:.02em;color:#000;text-transform:uppercase;font-weight:600}@media screen and (max-width:1024px){.stack__description{font-size:12px}}@media screen and (max-width:425px){.stack__description{font-size:10px}}.stack .icon-swap{position:relative;display:inline-block;line-height:0;width:64px;height:64px}.stack .icon-swap>*{position:absolute;inset:0;width:100%;height:100%;transition:opacity .25s ease}.stack .icon-swap>:first-child{opacity:1}.stack .icon-swap>:nth-child(2){opacity:0}@media screen and (max-width:1024px){.stack .icon-swap{width:55px;height:55px}}@media screen and (max-width:425px){.stack .icon-swap{width:45px;height:45px}}.stack .item-3:focus-within .icon-swap>:first-child,.stack .item-3:hover .icon-swap>:first-child,.stack .item-8:focus-within .icon-swap>:first-child,.stack .item-8:hover .icon-swap>:first-child{opacity:0}.stack .item-3:focus-within .icon-swap>:nth-child(2),.stack .item-3:hover .icon-swap>:nth-child(2),.stack .item-8:focus-within .icon-swap>:nth-child(2),.stack .item-8:hover .icon-swap>:nth-child(2){opacity:1}@media(prefers-reduced-motion:reduce){.stack__item{transition:box-shadow .25s ease}.stack__item:focus-visible,.stack__item:hover{transform:none}}.stack .item-1{grid-column:1;grid-row:1}.stack .item-2{grid-column:2;grid-row:1}.stack .item-3{grid-column:2;grid-row:2}.stack .item-4{grid-column:3;grid-row:2}.stack .item-5{grid-column:3;grid-row:3}.stack .item-6{grid-column:4;grid-row:3}.stack .item-7{grid-column:4;grid-row:4}.stack .item-8{grid-column:5;grid-row:4}@media screen and (max-width:600px){.stack .item-1,.stack .item-2,.stack .item-3,.stack .item-4,.stack .item-5,.stack .item-6,.stack .item-7,.stack .item-8{grid-column:auto;grid-row:auto}.stack .item-2,.stack .item-4,.stack .item-6,.stack .item-8{margin-top:100px}}.steps{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.steps__list{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;list-style:none;margin:0;padding:0;justify-self:center;text-align:right}@media screen and (max-width:500px){.steps__list{text-align:left}}.steps__image-container{position:absolute;transform:scale(1.2) rotate(320deg);top:120px;right:0}@media screen and (max-width:1024px){.steps__image-container{scale:1.3;right:-30px;top:150px}}@media screen and (max-width:850px){.steps__image-container{scale:1;right:-120px}}@media screen and (max-width:768px){.steps__image-container{scale:1.1;right:-150px}}@media screen and (max-width:500px){.steps__image-container{display:none}}.steps__item{font-family:IntrumentSans,sans-serif;font-size:20px;line-height:24px;letter-spacing:.02em;text-transform:uppercase;padding:32px 0;border:0;border-bottom:1px solid hsla(0,0%,100%,.5);display:block;width:50vw}.steps__item:nth-child(odd){border-bottom-color:rgba(0,0,0,0);border-image:linear-gradient(90deg,#93CFF6,#567990) 1;border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media screen and (max-width:1024px){.steps__item{font-size:18px;padding:25px 0}}@media screen and (max-width:768px){.steps__item{font-size:16px}}@media screen and (max-width:500px){.steps__item{width:100vw;margin-left:20px;padding-right:10%}}.dev,.planning,.support{display:flex;flex-direction:column;justify-content:unset;align-items:flex-start}@media screen and (max-width:1000px){.dev,.planning,.support{min-height:unset}}@media screen and (max-height:850px){.dev,.planning,.support{padding-top:30px}}.dev__header,.planning__header,.support__header{position:relative;margin-bottom:60px}@media screen and (max-width:1024px){.dev__header,.planning__header,.support__header{margin-bottom:50px}}@media screen and (max-width:850px){.dev__header,.planning__header,.support__header{margin-bottom:45px}}@media screen and (max-width:768px){.dev__header,.planning__header,.support__header{margin-bottom:40px}}@media screen and (max-width:500px){.dev__header,.planning__header,.support__header{margin-bottom:30px}}@media screen and (max-height:800px){.dev__header,.planning__header,.support__header{margin-bottom:0}}.dev__top,.planning__top,.support__top{display:block;font-size:64px;line-height:72px;letter-spacing:.05em;text-transform:uppercase;color:#fff;margin-bottom:20px}@media screen and (max-width:850px){.dev__top,.planning__top,.support__top{font-size:55px;line-height:20px}}@media screen and (max-width:768px){.dev__top,.planning__top,.support__top{font-size:50px;line-height:60px;margin-bottom:15px}}@media screen and (max-width:600px){.dev__top,.planning__top,.support__top{font-size:40px;line-height:48px}}@media screen and (max-width:500px){.dev__top,.planning__top,.support__top{font-size:32px;line-height:40px;margin-bottom:10px}}@media screen and (max-width:400px){.dev__top,.planning__top,.support__top{display:none}}.dev__title,.planning__title,.support__title{margin:0;font-size:124px;letter-spacing:.02em;text-transform:uppercase;font-weight:700;color:#fff;line-height:1.1}@media screen and (max-width:1440px){.dev__title,.planning__title,.support__title{font-size:96px}}@media screen and (max-width:1024px){.dev__title,.planning__title,.support__title{font-size:72px}}@media screen and (max-width:768px){.dev__title,.planning__title,.support__title{font-size:45px}}@media screen and (max-width:570px){.dev__title,.planning__title,.support__title{font-size:33px}}@media screen and (max-width:400px){.dev__title,.planning__title,.support__title{font-size:30px}}.dev__table,.planning__table,.support__table{display:flex;flex-direction:column;border-top:1px solid hsla(0,0%,100%,.3)}.dev__row,.planning__row,.support__row{display:grid;grid-template-columns:1fr 2.5fr;padding:33px 0;border-bottom:1px solid hsla(0,0%,100%,.3);align-items:center;grid-gap:32px;gap:32px;transition:background-color .25s ease,color .25s ease}.dev__row:hover,.planning__row:hover,.support__row:hover{background-color:#fff;color:#000}@media screen and (max-width:768px){.dev__row:hover,.planning__row:hover,.support__row:hover{background-color:inherit;color:inherit}}@media screen and (min-width:1470px){.dev__row,.planning__row,.support__row{padding:28px 0}}@media screen and (max-width:1440px){.dev__row,.planning__row,.support__row{grid-template-columns:1fr 2fr;padding:24px 0}}@media screen and (max-width:1024px){.dev__row,.planning__row,.support__row{padding:20px 0}}@media screen and (max-width:850px){.dev__row,.planning__row,.support__row{padding:18px 0}}@media screen and (max-width:768px){.dev__row,.planning__row,.support__row{padding:16px 0}}@media screen and (max-width:500px){.dev__row,.planning__row,.support__row{padding:12px 0}}.dev__step,.planning__step,.support__step{font-family:IntrumentSans,sans-serif;font-size:32px;font-weight:300;text-transform:uppercase;letter-spacing:.02em;line-height:1.2;padding-left:20px;cursor:default}@media screen and (min-width:1470px){.dev__step,.planning__step,.support__step{font-size:26px}}@media screen and (max-width:1440px){.dev__step,.planning__step,.support__step{font-size:24px}}@media screen and (max-width:1024px){.dev__step,.planning__step,.support__step{font-size:20px}}@media screen and (max-width:768px){.dev__step,.planning__step,.support__step{font-size:18px}}@media screen and (max-width:500px){.dev__step,.planning__step,.support__step{font-size:16px;padding-left:0}}@media screen and (max-width:600px){.dev__step br,.planning__step br,.support__step br{display:none}}.dev__description,.planning__description,.support__description{font-family:IntrumentSans,sans-serif;font-size:20px;line-height:1.6;cursor:default}@media screen and (max-width:1440px){.dev__description,.planning__description,.support__description{font-size:18px}}@media screen and (max-width:1024px){.dev__description,.planning__description,.support__description{font-size:16px}}@media screen and (max-width:768px){.dev__description,.planning__description,.support__description{font-size:14px}}@media screen and (max-width:600px){.dev__row,.planning__row,.support__row{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}.dev__step,.planning__step,.support__step{padding-left:0}}.support__title{margin:0;padding:5px 0;font-size:124px;letter-spacing:.02em;text-transform:uppercase;font-weight:700;color:#fff;line-height:1.1}@media screen and (max-width:1440px){.support__title{font-size:96px}}@media screen and (max-width:1024px){.support__title{font-size:72px}}@media screen and (max-width:768px){.support__title{font-size:45px}}@media screen and (max-width:570px){.support__title{font-size:33px}}@media screen and (max-width:400px){.support__title{font-size:30px}}.support__table{margin-bottom:0}.accompany,.grow{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:32px;row-gap:0}@media screen and (max-width:1440px){.accompany,.grow{gap:16px;row-gap:0}}@media screen and (max-width:850px){.accompany,.grow{gap:20px;row-gap:0}}@media screen and (max-width:600px){.accompany,.grow{gap:14px;row-gap:0}}@media screen and (max-width:500px){.accompany,.grow{gap:12px;row-gap:1px}}.accompany__title,.grow__title{flex:0 0 auto;white-space:nowrap;font-size:64px;line-height:72px;letter-spacing:.05em;text-transform:uppercase;font-weight:300}@media screen and (max-width:1440px){.accompany__title,.grow__title{font-size:55px;line-height:67px;letter-spacing:.02em}}@media screen and (max-width:1024px){.accompany__title,.grow__title{font-size:45px;line-height:57px}}@media screen and (max-width:850px){.accompany__title,.grow__title{font-size:40px;line-height:50px}}@media screen and (max-width:768px){.accompany__title,.grow__title{font-size:35px}}@media screen and (max-width:600px){.accompany__title,.grow__title{font-size:25px}}@media screen and (max-width:500px){.accompany__title,.grow__title{font-size:17px;line-height:25px}}.accompany__break,.grow__break{flex:0 0 100%;height:0}.accompany__title--full,.grow__title--full{flex:0 0 100%;text-align:center}.domain__wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:30px}@media screen and (max-width:500px){.domain__info{display:flex;flex-direction:column;justify-content:center;align-items:center}}.domain__title{font-size:55px;line-height:72px;letter-spacing:.05em;text-transform:uppercase;font-weight:400}@media screen and (min-width:1470px){.domain__title{font-size:50px}}@media screen and (max-width:1440px){.domain__title{font-size:55px;line-height:63px;letter-spacing:.02em}}@media screen and (max-width:1024px){.domain__title{font-size:40px}}@media screen and (max-width:850px){.domain__title{font-size:35px;line-height:40px;text-align:center}}@media screen and (max-width:768px){.domain__title{font-size:30px;line-height:40px}}@media screen and (max-width:600px){.domain__title{font-size:32px;line-height:40px}}@media screen and (max-width:500px){.domain__title{font-size:20px;line-height:26px;text-align:center}}@media screen and (max-height:800px){.domain__title{padding-top:10px}}.domain__content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:40px;width:100%;max-width:720px;margin-inline:auto}@media screen and (max-width:1024px){.domain__content{margin-top:50px}}@media screen and (max-width:500px){.domain__content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:0;gap:10px}}.domain__image-wrapper{display:block;width:100%;max-width:420px;height:auto;transform-origin:center center}@media screen and (max-width:1024px){.domain__image-wrapper{max-width:320px}}@media screen and (max-width:768px){.domain__image-wrapper{max-width:250px}}@media screen and (max-width:500px){.domain__image-wrapper{max-width:130px}}.domain__image{width:100%;height:auto;display:block;transform-origin:center center;animation:image-wiggle 13s ease-in-out infinite}@media screen and (max-width:500px){.domain__image{animation:image-wiggle-mobile 13s ease-in-out infinite}.domain__clouds{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:20px;gap:15px}}.domain__cloud{position:absolute;max-width:475px;padding:20px;background:#fff;color:#000;border-radius:12px;box-shadow:0 18px 40px rgba(0,0,0,.15);font-size:14px}@media screen and (max-width:1024px){.domain__cloud{max-width:400px;padding:14px 16px;font-size:12px;line-height:1.3}}@media screen and (max-width:850px){.domain__cloud{max-width:350px}}@media screen and (max-width:768px){.domain__cloud{max-width:350px;padding:10px}}@media screen and (max-width:500px){.domain__cloud{position:unset;padding:0;background:none;box-shadow:none}}.domain__cloud-description{margin:0;font-family:IntrumentSans,sans-serif;font-size:18px;letter-spacing:.02em;text-transform:uppercase}@media screen and (max-width:1440px){.domain__cloud-description{font-size:17px}}@media screen and (max-width:1024px){.domain__cloud-description{font-size:14px}}@media screen and (max-width:768px){.domain__cloud-description{font-size:12px}}.domain__cloud--top-left{top:12%;left:-25%}@media screen and (max-width:1024px){.domain__cloud--top-left{left:-10%;top:0}}@media screen and (max-width:768px){.domain__cloud--top-left{left:-5%}}.domain__cloud--top-right{top:10%;right:-30%}@media screen and (max-width:1024px){.domain__cloud--top-right{right:-10%;top:0}}@media screen and (max-width:768px){.domain__cloud--top-right{right:-5%}}@media screen and (max-width:600px){.domain__cloud--top-right{top:35%;right:-8%}}.domain__cloud--bottom-left{bottom:10%;left:-30%}@media screen and (max-width:1024px){.domain__cloud--bottom-left{bottom:0;left:-10%}}@media screen and (max-width:768px){.domain__cloud--bottom-left{left:-5%}}.domain__cloud--bottom-right{bottom:12%;right:-20%}@media screen and (max-width:1024px){.domain__cloud--bottom-right{bottom:0;right:-5%}}.webdev__wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:30px}@media screen and (max-width:500px){.webdev__info{display:flex;flex-direction:column;justify-content:center;align-items:center}}.webdev__title{font-size:55px;line-height:72px;letter-spacing:.05em;text-transform:uppercase;font-weight:400}@media screen and (min-width:1470px){.webdev__title{font-size:50px}}@media screen and (max-width:1440px){.webdev__title{font-size:55px;line-height:63px;letter-spacing:.02em}}@media screen and (max-width:1024px){.webdev__title{font-size:40px}}@media screen and (max-width:850px){.webdev__title{font-size:35px;line-height:40px;text-align:center}}@media screen and (max-width:768px){.webdev__title{font-size:30px;line-height:40px}}@media screen and (max-width:500px){.webdev__title{font-size:20px;line-height:26px;text-align:center}}.webdev__content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:40px;width:100%;max-width:720px;margin-inline:auto}@media screen and (max-width:1024px){.webdev__content{margin-top:50px}}@media screen and (max-width:500px){.webdev__content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:0;gap:20px}}.webdev__image-wrapper{display:block;width:100%;max-width:420px;height:auto;transform-origin:center center}@media screen and (max-width:1024px){.webdev__image-wrapper{max-width:320px}}@media screen and (max-width:768px){.webdev__image-wrapper{max-width:250px}}@media screen and (max-width:500px){.webdev__image-wrapper{max-width:190px}}.webdev__image{width:100%;height:auto;display:block;transform-origin:center center;animation:image-wiggle 13s ease-in-out infinite}@media screen and (max-width:500px){.webdev__image{animation:image-wiggle-mobile 13s ease-in-out infinite}.webdev__clouds{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:20px;gap:15px}}.webdev__cloud{position:absolute;max-width:600px;padding:20px;background:#fff;color:#000;border-radius:12px;box-shadow:0 18px 40px rgba(0,0,0,.15);font-size:14px;line-height:1.4;cursor:default}@media screen and (max-width:1024px){.webdev__cloud{max-width:450px;padding:14px 16px;font-size:12px;line-height:1.3}}@media screen and (max-width:850px){.webdev__cloud{max-width:400px}}@media screen and (max-width:768px){.webdev__cloud{max-width:370px;padding:10px}}@media screen and (max-width:500px){.webdev__cloud:not(.webdev__cloud--next):not(.webdev__cloud--react){position:unset;padding:0;background:none;box-shadow:none}}.webdev__stack-description{font-size:12px;color:#000;font-weight:700}.webdev__cloud-description,.webdev__stack-description{font-family:IntrumentSans,sans-serif;letter-spacing:.02em;text-transform:uppercase}.webdev__cloud-description{margin:0;font-size:18px}@media screen and (max-width:1440px){.webdev__cloud-description{font-size:17px}}@media screen and (max-width:1024px){.webdev__cloud-description{font-size:14px}}@media screen and (max-width:850px){.webdev__cloud-description{font-size:13px}}@media screen and (max-width:768px){.webdev__cloud-description{font-size:12px}}.webdev__item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:70px;height:90px;border-radius:12px;scale:1;transition:box-shadow .25s ease}@media screen and (max-width:768px){.webdev__item{width:50px;height:60px}}.webdev__cloud--top-left{top:0;left:10%}@media screen and (max-width:1024px){.webdev__cloud--top-left{left:20%;top:-5%}}@media screen and (max-width:850px){.webdev__cloud--top-left{left:25%}}@media screen and (max-width:768px){.webdev__cloud--top-left{left:30%;top:0}}@media screen and (max-width:500px){.webdev__cloud--top-left{top:-5%}}.webdev__cloud--top-right{top:10%;right:-35%}@media screen and (max-width:1024px){.webdev__cloud--top-right{right:-18%}}@media screen and (max-width:850px){.webdev__cloud--top-right{right:-12%}}@media screen and (max-width:768px){.webdev__cloud--top-right{right:-5%}}.webdev__cloud--center{top:34%;left:-42%}@media screen and (max-width:1024px){.webdev__cloud--center{left:-17%}}@media screen and (max-width:850px){.webdev__cloud--center{left:-12%}}@media screen and (max-width:768px){.webdev__cloud--center{left:-6%}}.webdev__cloud--bottom-left{bottom:0;right:72%}@media screen and (max-width:1024px){.webdev__cloud--bottom-left{bottom:-5%;right:60%}}@media screen and (max-width:500px){.webdev__cloud--bottom-left{top:35%;bottom:auto;right:30%}}.webdev__cloud--bottom-right{bottom:12%;right:-50%}@media screen and (min-width:1470px){.webdev__cloud--bottom-right{right:-45%}}@media screen and (max-width:1440px){.webdev__cloud--bottom-right{bottom:12%;right:-45%}}@media screen and (max-width:1024px){.webdev__cloud--bottom-right{right:-15%}}@media screen and (max-width:850px){.webdev__cloud--bottom-right{right:-13%}}@media screen and (max-width:768px){.webdev__cloud--bottom-right{right:-5%}}.gamedev__wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:30px}@media screen and (max-width:500px){.gamedev__info{display:flex;flex-direction:column;justify-content:center;align-items:center}}.gamedev__title{font-size:55px;line-height:72px;letter-spacing:.05em;text-transform:uppercase;font-weight:400}@media screen and (min-width:1470px){.gamedev__title{font-size:50px}}@media screen and (max-width:1440px){.gamedev__title{font-size:55px;line-height:63px;letter-spacing:.02em}}@media screen and (max-width:1024px){.gamedev__title{font-size:40px}}@media screen and (max-width:850px){.gamedev__title{font-size:35px;line-height:40px;text-align:center}}@media screen and (max-width:768px){.gamedev__title{font-size:30px;line-height:40px}}@media screen and (max-width:500px){.gamedev__title{font-size:20px;line-height:26px;text-align:center}}.gamedev__content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:40px;width:100%;max-width:720px;margin-inline:auto}@media screen and (max-width:1024px){.gamedev__content{margin-top:50px}}@media screen and (max-width:500px){.gamedev__content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:0;gap:20px}}.gamedev__image-wrapper{display:block;width:100%;max-width:420px;height:auto;transform-origin:center center}@media screen and (max-width:1024px){.gamedev__image-wrapper{max-width:320px}}@media screen and (max-width:500px){.gamedev__image-wrapper{max-width:170px}}.gamedev__image{width:100%;height:auto;display:block;transform-origin:center center;animation:image-wiggle 13s ease-in-out infinite}@media screen and (max-width:500px){.gamedev__image{animation:image-wiggle-mobile 13s ease-in-out infinite}.gamedev__clouds{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:20px;gap:15px}}.gamedev__cloud{position:absolute;max-width:475px;padding:20px;background:#fff;color:#000;border-radius:12px;box-shadow:0 18px 40px rgba(0,0,0,.15);font-size:14px;line-height:1.4;cursor:default}@media screen and (max-width:1024px){.gamedev__cloud{max-width:340px;padding:14px 16px;font-size:12px;line-height:1.3}}@media screen and (max-width:500px){.gamedev__cloud:not(.gamedev__cloud--unity){position:unset;padding:0;background:none;box-shadow:none}}.gamedev__stack-description{font-size:12px;color:#000;font-weight:700}.gamedev__cloud-description,.gamedev__stack-description{font-family:IntrumentSans,sans-serif;letter-spacing:.02em;text-transform:uppercase}.gamedev__cloud-description{margin:0;font-size:18px}@media screen and (max-width:1440px){.gamedev__cloud-description{font-size:17px}}@media screen and (max-width:1024px){.gamedev__cloud-description{font-size:14px}}@media screen and (max-width:850px){.gamedev__cloud-description{font-size:13px}}@media screen and (max-width:500px){.gamedev__cloud-description{font-size:12px}}.gamedev__item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:70px;height:90px;border-radius:12px;scale:1;transition:box-shadow .25s ease}@media screen and (max-width:768px){.gamedev__item{width:50px;height:60px}}.gamedev__cloud--top-left{top:15%;left:-30%}@media screen and (max-width:1024px){.gamedev__cloud--top-left{left:0}}.gamedev__cloud--bottom-left{bottom:0;right:72%}@media screen and (max-width:1024px){.gamedev__cloud--bottom-left{right:60%}}@media screen and (max-width:500px){.gamedev__cloud--bottom-left{right:50%;top:0;bottom:auto}}.gamedev__cloud--bottom-right{bottom:12%;right:-20%}@media screen and (max-width:1024px){.gamedev__cloud--bottom-right{right:-5%}}.mobdev__wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:30px}@media screen and (max-width:500px){.mobdev__info{display:flex;flex-direction:column;justify-content:center;align-items:center}}.mobdev__title{font-size:55px;line-height:72px;letter-spacing:.05em;text-transform:uppercase;font-weight:400}@media screen and (min-width:1470px){.mobdev__title{font-size:50px}}@media screen and (max-width:1440px){.mobdev__title{font-size:55px;line-height:63px;letter-spacing:.02em}}@media screen and (max-width:1024px){.mobdev__title{font-size:40px}}@media screen and (max-width:850px){.mobdev__title{font-size:35px;line-height:40px;text-align:center}}@media screen and (max-width:768px){.mobdev__title{font-size:30px;line-height:40px}}@media screen and (max-width:500px){.mobdev__title{font-size:20px;line-height:26px;text-align:center}}.mobdev__content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:40px;width:100%;max-width:720px;margin-inline:auto}@media screen and (max-width:1024px){.mobdev__content{margin-top:50px}}@media screen and (max-width:500px){.mobdev__content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:0;gap:20px}}.mobdev__image-wrapper{display:block;width:100%;max-width:420px;height:auto;transform-origin:center center}@media screen and (max-width:1024px){.mobdev__image-wrapper{max-width:320px}}@media screen and (max-width:500px){.mobdev__image-wrapper{max-width:170px}}.mobdev__image{width:100%;height:auto;display:block;transform-origin:center center;animation:image-wiggle 13s ease-in-out infinite}@media screen and (max-width:500px){.mobdev__image{animation:image-wiggle-mobile 13s ease-in-out infinite}}.mobdev__cloud{position:absolute;max-width:600px;padding:20px;background:#fff;color:#000;border-radius:12px;box-shadow:0 18px 40px rgba(0,0,0,.15);line-height:1.4;cursor:default}@media screen and (max-width:1440px){.mobdev__cloud{max-width:500px}}@media screen and (max-width:1024px){.mobdev__cloud{max-width:450px;padding:14px 16px;font-size:12px;line-height:1.3}}@media screen and (max-width:850px){.mobdev__cloud{max-width:360px}}@media screen and (max-width:768px){.mobdev__cloud{max-width:350px}}@media screen and (max-width:500px){.mobdev__cloud:not(.mobdev__cloud--react){position:unset;padding:0;background:none;box-shadow:none}}.mobdev__stack-description{font-family:IntrumentSans,sans-serif;font-size:12px;letter-spacing:.02em;color:#000;text-transform:uppercase;font-weight:700}@media screen and (max-width:500px){.mobdev__stack-description{font-size:10px}}.mobdev__cloud-description{margin:0;font-family:IntrumentSans,sans-serif;font-size:18px;letter-spacing:.02em;text-transform:uppercase}@media screen and (max-width:1440px){.mobdev__cloud-description{font-size:17px}}@media screen and (max-width:1024px){.mobdev__cloud-description{font-size:14px}}@media screen and (max-width:850px){.mobdev__cloud-description{font-size:13px}}@media screen and (max-width:500px){.mobdev__cloud-description{font-size:12px}}.mobdev__item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:95px;height:90px;border-radius:12px;scale:1;transition:box-shadow .25s ease}@media screen and (max-width:500px){.mobdev__item{width:80px;height:80px}}.mobdev__cloud--top-left{top:0;left:-40%}@media screen and (max-width:1440px){.mobdev__cloud--top-left{left:-30%}}@media screen and (max-width:1024px){.mobdev__cloud--top-left{left:-15%}}@media screen and (max-width:850px){.mobdev__cloud--top-left{left:-10%}}@media screen and (max-width:768px){.mobdev__cloud--top-left{left:-5%}}.mobdev__cloud--center-right{top:30%;right:-50%}@media screen and (max-width:1440px){.mobdev__cloud--center-right{right:-15%}}@media screen and (max-width:850px){.mobdev__cloud--center-right{right:-10%}}@media screen and (max-width:768px){.mobdev__cloud--center-right{right:-5%}}.mobdev__cloud--bottom-left{bottom:0;left:-40%}@media screen and (max-width:1440px){.mobdev__cloud--bottom-left{left:-30%}}@media screen and (max-width:1024px){.mobdev__cloud--bottom-left{bottom:-5%;left:-16%}}@media screen and (max-width:850px){.mobdev__cloud--bottom-left{left:-10%}}@media screen and (max-width:768px){.mobdev__cloud--bottom-left{left:-5%}}.mobdev__cloud--bottom-right{bottom:5%;right:20%}@media screen and (max-width:1024px){.mobdev__cloud--bottom-right{bottom:0;right:25%}}@media screen and (max-width:850px){.mobdev__cloud--bottom-right{bottom:-5%;right:22%}}@media screen and (max-width:768px){.mobdev__cloud--bottom-right{bottom:-10%;right:20%}}@media screen and (max-width:500px){.mobdev__cloud--bottom-right{top:0;bottom:auto}}.desktopdev__wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:30px}@media screen and (max-width:500px){.desktopdev__info{display:flex;flex-direction:column;justify-content:center;align-items:center}}.desktopdev__title{font-size:55px;line-height:72px;letter-spacing:.05em;text-transform:uppercase;font-weight:400}@media screen and (min-width:1470px){.desktopdev__title{font-size:50px}}@media screen and (max-width:1440px){.desktopdev__title{font-size:55px;line-height:63px;letter-spacing:.02em}}@media screen and (max-width:1024px){.desktopdev__title{font-size:40px}}@media screen and (max-width:850px){.desktopdev__title{font-size:35px;line-height:40px;text-align:center}}@media screen and (max-width:768px){.desktopdev__title{font-size:30px;line-height:40px}}@media screen and (max-width:500px){.desktopdev__title{font-size:20px;line-height:26px;text-align:center}}.desktopdev__content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:40px;width:100%;max-width:720px;margin-inline:auto}@media screen and (max-width:1024px){.desktopdev__content{margin-top:50px}}@media screen and (max-width:500px){.desktopdev__content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:0;gap:20px}}.desktopdev__image-wrapper{display:block;width:100%;max-width:420px;height:auto;transform-origin:center center}@media screen and (max-width:1024px){.desktopdev__image-wrapper{max-width:320px}}@media screen and (max-width:500px){.desktopdev__image-wrapper{max-width:190px}}.desktopdev__image{width:100%;height:auto;display:block;transform-origin:center center;animation:image-wiggle 13s ease-in-out infinite}@media screen and (max-width:500px){.desktopdev__image{animation:image-wiggle-mobile 13s ease-in-out infinite}.desktopdev__clouds{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:20px;gap:15px}}.desktopdev__cloud{position:absolute;max-width:536px;padding:20px;background:#fff;color:#000;border-radius:12px;box-shadow:0 18px 40px rgba(0,0,0,.15);line-height:1.4;cursor:default}@media screen and (max-width:1024px){.desktopdev__cloud{max-width:370px;padding:14px 16px;font-size:12px;line-height:1.3}}@media screen and (max-width:850px){.desktopdev__cloud{max-width:350px}}@media screen and (max-width:768px){.desktopdev__cloud{max-width:320px}}@media screen and (max-width:500px){.desktopdev__cloud:not(.desktopdev__cloud--electron){position:unset;padding:0;background:none;box-shadow:none}}.desktopdev__stack-description{font-family:IntrumentSans,sans-serif;font-size:12px;letter-spacing:.02em;color:#000;text-transform:uppercase;font-weight:700}@media screen and (max-width:500px){.desktopdev__stack-description{font-size:10px}}.desktopdev__cloud-description{margin:0;font-family:IntrumentSans,sans-serif;font-size:18px;letter-spacing:.02em;text-transform:uppercase}@media screen and (max-width:1440px){.desktopdev__cloud-description{font-size:16px;font-weight:500}}@media screen and (max-width:1024px){.desktopdev__cloud-description{font-size:14px}}@media screen and (max-width:850px){.desktopdev__cloud-description{font-size:13px}}@media screen and (max-width:768px){.desktopdev__cloud-description{font-size:12px}}.desktopdev__item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:95px;height:90px;border-radius:12px;scale:1;transition:box-shadow .25s ease}@media screen and (max-width:500px){.desktopdev__item{width:80px;height:80px}}.desktopdev__cloud--top-left{top:10%;left:-38%}@media screen and (max-width:1024px){.desktopdev__cloud--top-left{left:-15%}}@media screen and (max-width:850px){.desktopdev__cloud--top-left{left:-5%}}@media screen and (max-width:768px){.desktopdev__cloud--top-left{top:0;left:0}}.desktopdev__cloud--top-right{top:30%;right:-30%}@media screen and (max-width:1024px){.desktopdev__cloud--top-right{right:-10%}}@media screen and (max-width:850px){.desktopdev__cloud--top-right{right:-7%}}@media screen and (max-width:768px){.desktopdev__cloud--top-right{right:-5%}}.desktopdev__cloud--bottom-left{bottom:10%;left:-30%}@media screen and (max-width:1024px){.desktopdev__cloud--bottom-left{left:-10%}}@media screen and (max-width:768px){.desktopdev__cloud--bottom-left{left:-2%}}.desktopdev__cloud--bottom-right{bottom:-5%;right:20%}@media screen and (max-width:1024px){.desktopdev__cloud--bottom-right{right:30%}}@media screen and (max-width:500px){.desktopdev__cloud--bottom-right{left:10%;right:auto;top:20%;bottom:auto}}.contact__inner{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:96px;width:100%;padding:80px 0}@media screen and (max-width:768px){.contact__inner{padding:50px 0}}@media screen and (max-width:600px){.contact__inner{padding:40px 0;row-gap:60px}}@media screen and (max-width:500px){.contact__inner{padding:0;row-gap:0}}@media screen and (max-height:800px){.contact__inner{padding:40px 0}}.contact__input--invalid{border-bottom-color:#ff6b6b!important}.contact__header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.contact__top{font-size:64px;line-height:1.1;letter-spacing:.05em;text-transform:uppercase;font-weight:500}@media screen and (min-width:1470px){.contact__top{font-size:53px}}@media screen and (max-width:1440px){.contact__top{font-size:55px;line-height:62px;letter-spacing:.02em}}@media screen and (max-width:1024px){.contact__top{font-size:40px;line-height:48px}}@media screen and (max-width:850px){.contact__top{font-size:38px;line-height:46px}}@media screen and (max-width:768px){.contact__top{font-size:36px;line-height:44px}}@media screen and (max-width:600px){.contact__top{font-size:32px;line-height:40px}}@media screen and (max-width:500px){.contact__top{font-size:32px;line-height:40px}}.contact__email{font-size:64px;line-height:1.1;letter-spacing:.02em;text-transform:uppercase;font-weight:400;white-space:nowrap}@media screen and (min-width:1470px){.contact__email{font-size:53px}}@media screen and (max-width:1440px){.contact__email{font-size:55px;line-height:62px;letter-spacing:.02em}}@media screen and (max-width:1024px){.contact__email{font-size:40px}}@media screen and (max-width:850px){.contact__email{font-size:35px}}@media screen and (max-width:768px){.contact__email{font-size:26px}}@media screen and (max-width:600px){.contact__email{font-size:24px;line-height:40px}}@media screen and (max-width:500px){.contact__email{font-size:20px;line-height:36px}}@media screen and (max-width:425px){.contact__email{font-size:18px}}.contact__content{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);grid-column-gap:96px;column-gap:96px;width:100%;align-items:flex-start}@media screen and (max-width:1024px){.contact__content{column-gap:70px}}@media screen and (max-width:600px){.contact__content{column-gap:40px}}@media screen and (max-width:500px){.contact__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.contact__map{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:32px;max-width:560px}@media screen and (max-width:500px){.contact__map{order:2;width:100%;row-gap:5px}}.contact__location{text-transform:uppercase}.contact__city,.contact__street{font-family:InstrumentSans,sans-serif;font-size:20px;letter-spacing:.05em;font-weight:500;margin-bottom:4px}@media screen and (max-width:600px){.contact__city,.contact__street{font-size:18px}}@media screen and (max-width:500px){.contact__city,.contact__street{font-size:16px;letter-spacing:.02em}}.contact__map-box{width:100%;border-radius:24px;overflow:hidden;border:1px solid hsla(0,0%,100%,.4)}.contact__map-box>div{width:100%;height:260px}@media screen and (max-width:500px){.contact__map-box{width:100%}.contact__map-box>div{height:150px!important}}.contact__socials{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:40px;margin-top:12px}.contact__social-link{display:inline-flex;align-items:center;justify-content:center}.contact__form{width:100%;max-width:520px}@media screen and (max-width:500px){.contact__form{order:1}}.contact__form-inner{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;row-gap:40px}@media screen and (max-width:1440px){.contact__form-inner{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}@media screen and (max-width:500px){.contact__form-inner{row-gap:20px}}.contact__field{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;row-gap:12px}.contact__label{font-family:IntrumentSans,sans-serif;font-size:16px;letter-spacing:.12em;text-transform:uppercase;font-weight:500}.contact__input,.contact__textarea{background:rgba(0,0,0,0);border:none;border-bottom:1px solid hsla(0,0%,100%,.4);padding:10px 0;font-size:16px;color:#fff;outline:none;resize:none;transition:border-color .25s ease;overflow:auto;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.28) hsla(0,0%,100%,.06)}.contact__input::-webkit-scrollbar,.contact__textarea::-webkit-scrollbar{width:10px}.contact__input::-webkit-scrollbar-track,.contact__textarea::-webkit-scrollbar-track{background:hsla(0,0%,100%,.06);border-radius:999px}.contact__input::-webkit-scrollbar-thumb,.contact__textarea::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.22);border-radius:999px;border:2px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-transition:background .2s ease;transition:background .2s ease}.contact__input::-webkit-scrollbar-thumb:hover,.contact__textarea::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.35)}.contact__input::-webkit-scrollbar-corner,.contact__textarea::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.contact__input:focus,.contact__textarea:focus{border-bottom-color:#fff;scrollbar-color:hsla(0,0%,100%,.38) hsla(0,0%,100%,.06)}.contact__input:focus::-webkit-scrollbar-thumb,.contact__textarea:focus::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.32)}.contact__textarea{min-height:140px}@media screen and (max-width:500px){.contact__textarea{min-height:80px}}.contact__bottom-wrapper{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%}.contact__bottom-wrapper.message{gap:10px;justify-content:space-between}.contact__button{padding:12px 36px;border-radius:25px;border:1px solid rgba(0,0,0,0);background:linear-gradient(#000000,#000000) padding-box,linear-gradient(90deg,#93CFFF,#567990) border-box;color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:14px;cursor:pointer;transition:opacity .2s ease,transform .15s ease}.contact__button:hover{transform:translateY(-1px)}.contact__button:active{transform:translateY(0)}.contact__button:disabled{opacity:.6;cursor:not-allowed}@media screen and (max-width:500px){.contact__button{padding:11px 30px;display:flex;flex-direction:unset;justify-content:center;align-items:center;font-size:12px}}.contact__status{font-size:14px;line-height:1.4}.contact__status--success{color:#8be28b}.contact__status--error{color:#ff6b6b}.contact__image-container{position:absolute;top:-40%;right:6%;transform:scale(1.3) rotate(220deg);z-index:-1}@media screen and (max-width:500px){.contact__image-container{top:-30%;right:-10%}}.contact__footer{position:fixed;align-self:center;bottom:30px;font-size:14px;color:#858585}@media screen and (max-width:500px){.contact__footer{font-size:12px}}.leaflet-bar{border:none!important}.leaflet-control-zoom,.leaflet-popup,.leaflet-touch img{filter:grayscale(100%) invert(95%)}.leaflet-marker-icon{filter:none!important}.leaflet-control-zoom-in{border-top-left-radius:7px!important;border-top-right-radius:7px!important}.leaflet-control-zoom-out{border-bottom-left-radius:7px!important;border-bottom-right-radius:7px!important}.leaflet-right{display:none!important;visibility:hidden!important}