@import"https://fonts.googleapis.com/css2?family=Lora&display=swap";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.v-swiper{overflow:visible!important}.v-swiper .swiper-wrapper{margin-bottom:6rem}.v-swiper .v-swiper__slide{display:flex;width:440px;height:auto}.v-swiper .v-swiper__navigation{position:relative;height:32px}.v-swiper .v-swiper__navigation-icon{position:absolute;top:0;width:32px;height:32px;background-color:#000;cursor:pointer;transition:background-color .2s}.v-swiper .v-swiper__navigation-icon:hover{background-color:#d12d12}.v-swiper .v-swiper__navigation-icon--next{left:6rem}.v-swiper .v-swiper__navigation-icon--disabled,.v-swiper .v-swiper__navigation-icon--disabled:hover{background-color:#000;opacity:.35;cursor:default}@font-face{font-family:Aeroport;src:url(/fonts/Aeroport.woff2) format("woff2"),url(/fonts/Aeroport.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Aeroport;src:url(/fonts/Aeroport-bold.woff2) format("woff2"),url(/fonts/Aeroport-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}*{all:unset;-webkit-text-fill-color:initial;display:revert}*,:after,:before{box-sizing:border-box}body,html{height:100%}html{font-size:10px;scroll-padding-top:8.8rem}@media only screen and (max-width:992px){html{scroll-padding-top:7.2rem}}body{font-family:Aeroport,sans-serif;font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){body{font-size:1.6rem;line-height:2.4rem}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;background-color:#fff}button,input,select,textarea{font-family:inherit;font-weight:inherit;font-size:inherit;color:inherit}strong{font-weight:700}.h-typo-on-white-100{color:#000}.h-typo-on-white-80{color:#7f7776}.h-typo-link{cursor:pointer;border-bottom:1px solid}.h-margin-left-s{margin-left:.8rem}.h-image-1-1{aspect-ratio:1/1}.h-image-1-1,.h-image-2-3{display:block;width:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}.h-image-2-3{aspect-ratio:2/3}.h-image-3-4{aspect-ratio:3/4}.h-image-3-4,.h-image-4-3{display:block;width:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}.h-image-4-3{aspect-ratio:4/3}.l-layout{display:flex;flex-direction:column}.l-layout__header{position:fixed;top:0;left:0;right:0;z-index:1}.l-layout__body{flex:1 1 auto;position:relative;z-index:0}.l-layout__footer{flex:0 0 auto;position:relative;z-index:0}.l-cards{display:flex;flex-flow:row wrap;margin:0 -3rem -8rem}@media only screen and (max-width:1200px){.l-cards{margin:0 -2rem -6rem}}@media only screen and (max-width:768px){.l-cards{margin:0 0 -6rem}}.l-cards__item{flex:0 0 auto;width:100%;max-width:46.5rem;overflow:hidden;padding:0 3rem 8rem}.l-cards__item:nth-of-type(2n){max-width:41rem}@media only screen and (max-width:1460px){.l-cards__item:nth-of-type(2n){max-width:unset}}.l-cards__item:nth-of-type(6n-1){max-width:52rem}@media only screen and (max-width:1460px){.l-cards__item,.l-cards__item:nth-of-type(6n-1){max-width:unset}.l-cards__item{width:33.3333%}}@media only screen and (max-width:1200px){.l-cards__item{width:50%;padding:0 2rem 6rem}}@media only screen and (max-width:768px){.l-cards__item{width:100%;padding:0 0 6rem}}.l-cards--tiny .l-cards__item{width:100%;max-width:46.5rem}.l-cards--tiny .l-cards__item:nth-of-type(6n-3){max-width:52rem}@media only screen and (max-width:1460px){.l-cards--tiny .l-cards__item:nth-of-type(6n-3){max-width:unset}}.l-cards--tiny .l-cards__item:nth-of-type(6n-2){max-width:41rem}@media only screen and (max-width:1460px){.l-cards--tiny .l-cards__item:nth-of-type(6n-2){max-width:unset}.l-cards--tiny .l-cards__item{width:50%;max-width:unset}}@media only screen and (max-width:768px){.l-cards--tiny .l-cards__item{width:100%}}.l-cards--tiny .l-cards__item:first-of-type{order:1}.l-cards--tiny .l-cards__item:nth-of-type(2){order:2}.l-cards--tiny .l-cards__item:nth-of-type(3){order:3}.l-cards--tiny .l-cards__item:nth-of-type(4){order:4}.l-cards--tiny .l-cards__item:nth-of-type(5){order:5}.l-cards--tiny .l-cards__item:nth-of-type(6){order:6}.l-cards--tiny .l-cards__item:nth-of-type(3){order:4}@media only screen and (max-width:1200px){.l-cards--tiny .l-cards__item:nth-of-type(3){order:3}}.l-cards--tiny .l-cards__item:nth-of-type(4){order:3}@media only screen and (max-width:1200px){.l-cards--tiny .l-cards__item:nth-of-type(4){order:4}}.l-cards--tiny .l-cards__item:nth-of-type(7){order:7}.l-cards--tiny .l-cards__item:nth-of-type(8){order:8}.l-cards--tiny .l-cards__item:nth-of-type(9){order:9}.l-cards--tiny .l-cards__item:nth-of-type(10){order:10}.l-cards--tiny .l-cards__item:nth-of-type(11){order:11}.l-cards--tiny .l-cards__item:nth-of-type(12){order:12}.l-cards--tiny .l-cards__item:nth-of-type(9){order:10}@media only screen and (max-width:1200px){.l-cards--tiny .l-cards__item:nth-of-type(9){order:9}}.l-cards--tiny .l-cards__item:nth-of-type(10){order:9}@media only screen and (max-width:1200px){.l-cards--tiny .l-cards__item:nth-of-type(10){order:10}}.l-expertise{display:flex}@media only screen and (max-width:1200px){.l-expertise{flex-direction:column}}.l-expertise__cards{flex:0 0 87rem}@media only screen and (max-width:1460px){.l-expertise__cards{flex-basis:66rem}}@media only screen and (max-width:1200px){.l-expertise__cards{flex-basis:100%}}.l-expertise__sidebar{flex:1 1;max-width:56rem;margin-left:8rem}@media only screen and (max-width:1200px){.l-expertise__sidebar{flex-basis:100%;margin-left:0;margin-top:8rem}}.c-icon{display:block;width:2.4rem;height:2.4rem;background-color:#000;-webkit-mask:no-repeat center center;mask:no-repeat center center;-webkit-mask-size:contain;mask-size:contain}.c-icon--small{width:1.6rem;height:1.6rem}.c-icon--large{width:3.2rem;height:3.2rem}.c-icon--arrow{-webkit-mask-image:url(/img/icons/arrow.svg);mask-image:url(/img/icons/arrow.svg)}.c-icon--arrow-left{-webkit-mask-image:url(/img/icons/arrow-left.svg);mask-image:url(/img/icons/arrow-left.svg)}.c-icon--arrow-right{-webkit-mask-image:url(/img/icons/arrow-right.svg);mask-image:url(/img/icons/arrow-right.svg)}.c-icon--atom{-webkit-mask-image:url(/img/icons/atom.svg);mask-image:url(/img/icons/atom.svg)}.c-icon--bar-chart{-webkit-mask-image:url(/img/icons/bar-chart.svg);mask-image:url(/img/icons/bar-chart.svg)}.c-icon--bitcoin-card{-webkit-mask-image:url(/img/icons/bitcoin.svg);mask-image:url(/img/icons/bitcoin.svg)}.c-icon--browser{-webkit-mask-image:url(/img/icons/browser.svg);mask-image:url(/img/icons/browser.svg)}.c-icon--card{-webkit-mask-image:url(/img/icons/card.svg);mask-image:url(/img/icons/card.svg)}.c-icon--chart{-webkit-mask-image:url(/img/icons/chart.svg);mask-image:url(/img/icons/chart.svg)}.c-icon--check{-webkit-mask-image:url(/img/icons/check.svg);mask-image:url(/img/icons/check.svg)}.c-icon--clipboard-text{-webkit-mask-image:url(/img/icons/clipboard-text.svg);mask-image:url(/img/icons/clipboard-text.svg)}.c-icon--close{-webkit-mask-image:url(/img/icons/close.svg);mask-image:url(/img/icons/close.svg)}.c-icon--cloud-checked{-webkit-mask-image:url(/img/icons/cloud-checked.svg);mask-image:url(/img/icons/cloud-checked.svg)}.c-icon--cloud-connect{-webkit-mask-image:url(/img/icons/cloud-connect.svg);mask-image:url(/img/icons/cloud-connect.svg)}.c-icon--cloud{-webkit-mask-image:url(/img/icons/cloud.svg);mask-image:url(/img/icons/cloud.svg)}.c-icon--command{-webkit-mask-image:url(/img/icons/command.svg);mask-image:url(/img/icons/command.svg)}.c-icon--crosshairs{-webkit-mask-image:url(/img/icons/crosshairs.svg);mask-image:url(/img/icons/crosshairs.svg)}.c-icon--cup{-webkit-mask-image:url(/img/icons/cup.svg);mask-image:url(/img/icons/cup.svg)}.c-icon--database{-webkit-mask-image:url(/img/icons/database.svg);mask-image:url(/img/icons/database.svg)}.c-icon--delivery{-webkit-mask-image:url(/img/icons/delivery.svg);mask-image:url(/img/icons/delivery.svg)}.c-icon--devices{-webkit-mask-image:url(/img/icons/devices.svg);mask-image:url(/img/icons/devices.svg)}.c-icon--edit-shape{-webkit-mask-image:url(/img/icons/edit-shape.svg);mask-image:url(/img/icons/edit-shape.svg)}.c-icon--ethereum-empty{-webkit-mask-image:url(/img/icons/ethereum-empty.svg);mask-image:url(/img/icons/ethereum-empty.svg)}.c-icon--eye{-webkit-mask-image:url(/img/icons/eye.svg);mask-image:url(/img/icons/eye.svg)}.c-icon--file-text{-webkit-mask-image:url(/img/icons/file-text.svg);mask-image:url(/img/icons/file-text.svg)}.c-icon--folder{-webkit-mask-image:url(/img/icons/folder.svg);mask-image:url(/img/icons/folder.svg)}.c-icon--globe{-webkit-mask-image:url(/img/icons/globe.svg);mask-image:url(/img/icons/globe.svg)}.c-icon--heart{-webkit-mask-image:url(/img/icons/heart.svg);mask-image:url(/img/icons/heart.svg)}.c-icon--home{-webkit-mask-image:url(/img/icons/home.svg);mask-image:url(/img/icons/home.svg)}.c-icon--infinity{-webkit-mask-image:url(/img/icons/infinity.svg);mask-image:url(/img/icons/infinity.svg)}.c-icon--like{-webkit-mask-image:url(/img/icons/like.svg);mask-image:url(/img/icons/like.svg)}.c-icon--lock{-webkit-mask-image:url(/img/icons/lock.svg);mask-image:url(/img/icons/lock.svg)}.c-icon--map{-webkit-mask-image:url(/img/icons/map.svg);mask-image:url(/img/icons/map.svg)}.c-icon--mobile{-webkit-mask-image:url(/img/icons/mobile.svg);mask-image:url(/img/icons/mobile.svg)}.c-icon--nut{-webkit-mask-image:url(/img/icons/nut.svg);mask-image:url(/img/icons/nut.svg)}.c-icon--paperclip{-webkit-mask-image:url(/img/icons/paperclip.svg);mask-image:url(/img/icons/paperclip.svg)}.c-icon--pin{-webkit-mask-image:url(/img/icons/pin.svg);mask-image:url(/img/icons/pin.svg)}.c-icon--play-circle{-webkit-mask-image:url(/img/icons/play-circle.svg);mask-image:url(/img/icons/play-circle.svg)}.c-icon--presentation{-webkit-mask-image:url(/img/icons/presentation.svg);mask-image:url(/img/icons/presentation.svg)}.c-icon--pulse{-webkit-mask-image:url(/img/icons/pulse.svg);mask-image:url(/img/icons/pulse.svg)}.c-icon--rocket{-webkit-mask-image:url(/img/icons/rocket.svg);mask-image:url(/img/icons/rocket.svg)}.c-icon--route{-webkit-mask-image:url(/img/icons/route.svg);mask-image:url(/img/icons/route.svg)}.c-icon--search{-webkit-mask-image:url(/img/icons/search.svg);mask-image:url(/img/icons/search.svg)}.c-icon--settings{-webkit-mask-image:url(/img/icons/settings.svg);mask-image:url(/img/icons/settings.svg)}.c-icon--shield{-webkit-mask-image:url(/img/icons/shield.svg);mask-image:url(/img/icons/shield.svg)}.c-icon--shield-ok{-webkit-mask-image:url(/img/icons/shield-ok.svg);mask-image:url(/img/icons/shield-ok.svg)}.c-icon--shopping{-webkit-mask-image:url(/img/icons/shopping.svg);mask-image:url(/img/icons/shopping.svg)}.c-icon--star{-webkit-mask-image:url(/img/icons/star.svg);mask-image:url(/img/icons/star.svg)}.c-icon--terminal{-webkit-mask-image:url(/img/icons/terminal.svg);mask-image:url(/img/icons/terminal.svg)}.c-icon--verified{-webkit-mask-image:url(/img/icons/verified.svg);mask-image:url(/img/icons/verified.svg)}.c-icon--video{-webkit-mask-image:url(/img/icons/video.svg);mask-image:url(/img/icons/video.svg)}.c-icon--wallet{-webkit-mask-image:url(/img/icons/wallet.svg);mask-image:url(/img/icons/wallet.svg)}.c-icon--facebook{-webkit-mask-image:url(/img/icons/facebook.svg);mask-image:url(/img/icons/facebook.svg)}.c-icon--linkedin{-webkit-mask-image:url(/img/icons/linkedin.svg);mask-image:url(/img/icons/linkedin.svg)}.c-icon--share{-webkit-mask-image:url(/img/icons/share.svg);mask-image:url(/img/icons/share.svg)}.c-icon--twitter{-webkit-mask-image:url(/img/icons/twitter.svg);mask-image:url(/img/icons/twitter.svg)}.c-icon--angular{-webkit-mask-image:url(/img/icons/technologies/angular.svg);mask-image:url(/img/icons/technologies/angular.svg)}.c-icon--asana{-webkit-mask-image:url(/img/icons/technologies/asana.svg);mask-image:url(/img/icons/technologies/asana.svg)}.c-icon--atlassian{-webkit-mask-image:url(/img/icons/technologies/atlassian.svg);mask-image:url(/img/icons/technologies/atlassian.svg)}.c-icon--aws{-webkit-mask-image:url(/img/icons/technologies/aws.svg);mask-image:url(/img/icons/technologies/aws.svg)}.c-icon--bitcoin{-webkit-mask-image:url(/img/icons/technologies/bitcoin.svg);mask-image:url(/img/icons/technologies/bitcoin.svg)}.c-icon--ethereum{-webkit-mask-image:url(/img/icons/technologies/ethereum.svg);mask-image:url(/img/icons/technologies/ethereum.svg)}.c-icon--express{-webkit-mask-image:url(/img/icons/technologies/express.svg);mask-image:url(/img/icons/technologies/express.svg)}.c-icon--figma{-webkit-mask-image:url(/img/icons/technologies/figma.svg);mask-image:url(/img/icons/technologies/figma.svg)}.c-icon--firebase{-webkit-mask-image:url(/img/icons/technologies/firebase.svg);mask-image:url(/img/icons/technologies/firebase.svg)}.c-icon--github{-webkit-mask-image:url(/img/icons/technologies/github.svg);mask-image:url(/img/icons/technologies/github.svg)}.c-icon--hyperledger{-webkit-mask-image:url(/img/icons/technologies/hyperledger.svg);mask-image:url(/img/icons/technologies/hyperledger.svg)}.c-icon--javascript{-webkit-mask-image:url(/img/icons/technologies/javascript.svg);mask-image:url(/img/icons/technologies/javascript.svg)}.c-icon--nestjs{-webkit-mask-image:url(/img/icons/technologies/nestjs.svg);mask-image:url(/img/icons/technologies/nestjs.svg)}.c-icon--next-js{-webkit-mask-image:url(/img/icons/technologies/next-js.svg);mask-image:url(/img/icons/technologies/next-js.svg)}.c-icon--node-js{-webkit-mask-image:url(/img/icons/technologies/node-js.svg);mask-image:url(/img/icons/technologies/node-js.svg)}.c-icon--php{-webkit-mask-image:url(/img/icons/technologies/php.svg);mask-image:url(/img/icons/technologies/php.svg)}.c-icon--postgresql{-webkit-mask-image:url(/img/icons/technologies/postgresql.svg);mask-image:url(/img/icons/technologies/postgresql.svg)}.c-icon--python{-webkit-mask-image:url(/img/icons/technologies/python.svg);mask-image:url(/img/icons/technologies/python.svg)}.c-icon--react,.c-icon--react-native{-webkit-mask-image:url(/img/icons/technologies/react.svg);mask-image:url(/img/icons/technologies/react.svg)}.c-icon--redux{-webkit-mask-image:url(/img/icons/technologies/redux.svg);mask-image:url(/img/icons/technologies/redux.svg)}.c-icon--solidity{-webkit-mask-image:url(/img/icons/technologies/solidity.svg);mask-image:url(/img/icons/technologies/solidity.svg)}.c-icon--typescript{-webkit-mask-image:url(/img/icons/technologies/typescript.svg);mask-image:url(/img/icons/technologies/typescript.svg)}.c-icon--vue-js{-webkit-mask-image:url(/img/icons/technologies/vue-js.svg);mask-image:url(/img/icons/technologies/vue-js.svg)}.c-button{display:inline-flex;align-items:center;height:6.8rem;padding:0 4rem;font-size:1.8rem;line-height:2.2rem;font-weight:700;background-color:#d12d12;cursor:pointer;overflow:hidden;transition:background-color .2s}.c-button,.c-button:active,.c-button:focus,.c-button:visited{color:#fff}.c-button:hover{background-color:#e14f37}.c-button--disabled{cursor:default}.c-button--disabled,.c-button--disabled:hover{background-color:#eaaea4}@media only screen and (max-width:992px){.c-button{font-size:1.6rem;line-height:2rem;font-weight:700}}@media only screen and (max-width:600px){.c-button{justify-content:center;width:100%}}.c-button__icon{background-color:#fff;margin-left:.4rem;transform:translateZ(0);transform-style:preserve-3d;transition:transform .2s}.c-button:hover .c-button__icon{transform:translate3d(16%,-16%,0);transform-style:preserve-3d}@media only screen and (max-width:992px){.c-button:hover .c-button__icon{transform:translateZ(0)}}@media only screen and (max-width:768px){.c-button__icon{display:none}}.c-link{display:inline-flex;align-items:center;font-size:1.8rem;line-height:2.2rem;font-weight:700;color:#000;cursor:pointer}.c-link--accent{color:#d12d12}.c-link__icon{background-color:#000;transform:translateZ(0);transform-style:preserve-3d;transition:transform .2s;margin-left:.8rem}.c-link:hover .c-link__icon{transform:translate3d(16%,-16%,0);transform-style:preserve-3d}@media only screen and (max-width:992px){.c-link:hover .c-link__icon{transform:translateZ(0)}}.c-header{position:relative;height:8.8rem;padding:1.6rem 0;color:#000;background-color:#fff;transition-property:height,background-color,backdrop-filter;transition-duration:.2s;z-index:0}.c-header--expanded{height:13.6rem}.c-header--scrolled{background-color:hsla(0,0%,100%,.66);backdrop-filter:blur(1.6rem);-webkit-backdrop-filter:blur(1.6rem)}@media only screen and (max-width:1200px){.c-header{height:7.2rem;padding:0}.c-header--opened{z-index:100}}.c-header__inner{display:flex;justify-content:space-between;align-items:flex-start;width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-header__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-header__inner{max-width:972px}}@media only screen and (max-width:992px){.c-header__inner{max-width:748px}}@media only screen and (max-width:768px){.c-header__inner{max-width:100%;padding:0 2.4rem}}.c-header--expanded .c-header__inner{height:100%}@media only screen and (max-width:1200px){.c-header__inner{height:100%}}.c-header__logo{flex-shrink:0;display:block;width:15rem;cursor:pointer}.c-header__logo-img{display:block;width:100%;height:auto}.c-header__back{display:none;align-items:center;padding:.4rem;cursor:pointer}@media only screen and (max-width:1200px){.c-header__back{display:inline-flex;z-index:20}}.c-header__burger{display:none;position:relative;width:3.2rem;height:3.2rem;font-size:0;padding:.4rem;cursor:pointer;z-index:2}@media only screen and (max-width:1200px){.c-header__burger{z-index:20;display:block}}.c-header__burger:after,.c-header__burger:before{content:"";position:absolute;left:.4rem;width:2.4rem;height:.2rem;background-color:#000;transition:transform .2s}.c-header__burger:before{top:1rem}.c-header__burger:after{top:1.8rem}.c-header__burger--active:before{transform:rotate(45deg) translate(.3rem,.3rem)}.c-header__burger--active:after{transform:rotate(-45deg) translate(.3rem,-.3rem)}.c-header__menu,.c-header__menu-zone{position:relative}.c-header__menu{display:flex;align-items:center;flex-wrap:wrap}@media only screen and (max-width:1200px){.c-header__menu{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;position:fixed;top:0;left:100%;height:100vh;width:100vw;background-color:#fff;overflow:hidden;overflow-y:auto;z-index:10;transition:left .1s ease-out}.c-header--opened .c-header__menu{left:0;transition-duration:.2s}}.c-header__menu-item{position:relative;display:inline-flex;margin-left:3.2rem;height:100%}.c-header__menu-sub .c-header__menu-item{margin-left:0}@media only screen and (max-width:1200px){.c-header__menu-item{height:auto}}.c-header__menu-item--sub-open:after{content:"";position:absolute;top:100%;left:0;width:100%;height:2.6rem}.c-header__menu-sub{position:absolute;left:0;top:2.2rem;display:flex;gap:3.2rem;padding:.8rem 0;opacity:0;transform:translateY(-.5rem);transition-property:top,opacity,transform;transition-duration:.3s;transition-timing-function:ease-out;pointer-events:none}@media only screen and (max-width:1200px){.c-header__menu-sub{justify-content:center;align-items:center;gap:0;position:static;padding:0;opacity:1;transform:translateY(0)}.c-header--opened .c-header__menu-sub{flex-direction:column}}.c-header__menu-sub--active{top:3.8rem;opacity:1;transform:translateY(0);pointer-events:auto}.c-header__menu-sub--list{top:6.4rem;flex-direction:column;gap:3.2rem}@media only screen and (max-width:1200px){.c-header__menu-sub--list{display:none}}.c-header__menu-link{font-size:1.8rem;line-height:2.2rem;font-weight:700;white-space:nowrap;padding:.8rem;cursor:pointer;transition:color .2s}.c-header__menu-link:active,.c-header__menu-link:focus,.c-header__menu-link:visited{color:#000}.c-header__menu-link:hover{color:#d12d12}@media only screen and (max-width:1200px){.c-header__menu-link{padding:1.6rem;margin-left:0}}.c-header__menu-link--sub:after{content:"";display:inline-block;vertical-align:middle;width:.4rem;height:.4rem;background-color:#000;border-radius:50%;margin-left:.8rem;transition:background-color .2s}.c-header__menu-link--sub:hover:after{background-color:#d12d12}@media only screen and (max-width:1200px){.c-header__menu-link--sub{display:none}}.c-header__menu-link--contact{color:#d12d12;margin-right:-.8rem}.c-header__menu-link--all{color:#7f7776}.c-header__menu-sub--list .c-header__menu-link{font-size:2.6rem}.c-header__menu-link-icon{background-color:#d12d12}.c-header-area{box-sizing:content-box;width:100%;padding-bottom:8rem;background-color:#fff;border-bottom:1px solid #e1e0e0;transition:height .2s}.c-footer{padding:8rem 0;color:#fff;background-color:#000}.c-footer__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-footer__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-footer__inner{max-width:972px}}@media only screen and (max-width:992px){.c-footer__inner{max-width:748px}}@media only screen and (max-width:768px){.c-footer__inner{max-width:100%;padding:0 2.4rem}}.c-footer__row{display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:768px){.c-footer__row{flex-direction:column}}.c-footer__row+.c-footer__row{margin-top:8rem}@media only screen and (max-width:992px){.c-footer__row+.c-footer__row{margin-top:4.8rem}}.c-footer__row-column{display:flex;flex-direction:column;margin:-.8rem}.c-footer__row-column--rows{flex-direction:row;align-items:flex-start;margin-left:-1.6rem;margin-right:-1.6rem}@media only screen and (max-width:768px){.c-footer__row-column--rows{flex-direction:column;margin-left:-.8rem;margin-right:-.8rem}.c-footer__row-column+.c-footer__row-column{margin-top:4rem}}.c-footer__line{width:-moz-fit-content;width:fit-content;color:#969292;font-size:1.6rem;line-height:2.4rem;font-weight:400;letter-spacing:-.018em;padding:.8rem}.c-footer__line--link{cursor:pointer;transition:color .2s}.c-footer__line--link:active,.c-footer__line--link:focus,.c-footer__line--link:visited{color:#969292}.c-footer__line--link:hover{color:#fff}.c-footer__row-column--rows .c-footer__line{padding-left:1.6rem;padding-right:1.6rem}@media only screen and (max-width:768px){.c-footer__row-column--rows .c-footer__line{padding-left:.8rem;padding-right:.8rem}}.c-footer__logo{display:block;cursor:pointer}@media only screen and (max-width:768px){.c-footer__logo{margin-top:.4rem}}.c-footer__logo-src{display:block}.c-section{padding:12.8rem 0}@media only screen and (max-width:992px){.c-section{padding:8rem 0}}.c-section--light{background-color:#f5f5f5}.c-section--collapsed{padding:0;margin:12.6rem 0}@media only screen and (max-width:992px){.c-section--collapsed{margin:8rem 0}}.c-section__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-section__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-section__inner{max-width:972px}}@media only screen and (max-width:992px){.c-section__inner{max-width:748px}}@media only screen and (max-width:768px){.c-section__inner{max-width:100%;padding:0 2.4rem}}.c-section__heading{max-width:62rem}.c-section__heading:last-child{margin-bottom:0}.c-section__heading--home-services{max-width:63rem}.c-section__heading--services{max-width:59rem}.c-section__heading--sub-service{max-width:62.8rem}.c-section__heading--industries{max-width:55rem}.c-section__heading--industry{max-width:62rem}.c-section__heading--cases{max-width:62.4rem}.c-section__heading--advantages{max-width:54rem}.c-section__heading--statistic,.c-section__heading--vacancies{max-width:48rem}.c-input{display:block;width:100%;min-width:0;max-width:100%;font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-input{font-size:1.6rem;line-height:2.4rem}}.c-input{color:#000;padding:1.6rem 0;border-bottom:.1rem solid #bfbbbb}.c-input::-moz-placeholder{color:#7f7776}.c-input:-ms-input-placeholder{color:#7f7776}.c-input::placeholder{color:#7f7776}.c-input--error{color:#d12d12;border-bottom:.1rem solid #d12d12}.c-input:focus{color:#000;border-bottom:.1rem solid #000}.c-input--textarea{min-height:6rem;resize:none;overflow:hidden;overflow-wrap:break-word;word-break:break-all}.c-form__fields{display:flex;flex-wrap:wrap;margin:0 -2rem}@media only screen and (max-width:768px){.c-form__fields{flex-direction:column}}.c-form__field{flex:0 0 auto;width:100%;padding:0 2rem 2.4rem}.c-form__field--50{width:50%}@media only screen and (max-width:768px){.c-form__field--50{width:100%}}.c-form__field-message{font-size:1.4rem;line-height:2.1rem;font-weight:400;letter-spacing:-.018em;color:#000;margin-top:.8rem}.c-form__field-message--error{color:#d12d12}.c-form__message{position:relative}.c-form__message-field{padding-right:3.2rem}.c-form__message-attach-field{display:none}.c-form__message-attach-label{position:absolute;right:0;bottom:1.6rem;background-color:#7f7776;transition:background-color .2s;cursor:pointer}.c-form__message-attach-label:hover{background-color:#000}.c-form__description{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-form__description{font-size:1.6rem;line-height:2.4rem}}.c-form__description{margin:.8rem 0 2.4rem}.c-form__description--error{color:#d12d12}.c-heading{margin-bottom:8rem}@media only screen and (max-width:768px){.c-heading{margin-bottom:6.4rem}}.c-heading__title{font-size:4.2rem;line-height:5.4rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-heading__title{font-size:3rem;line-height:3.8rem}}.c-heading__description{font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-heading__description{font-size:1.8rem;line-height:2.7rem}}.c-heading__description{color:#000;margin-top:2.4rem}@media only screen and (max-width:768px){.c-heading__description{margin-top:1.6rem}}.c-card{display:block;cursor:pointer}.c-card__image{display:block;width:100%;margin-bottom:3.2rem}@media only screen and (max-width:768px){.c-card__image{margin-bottom:2.4rem}}.c-card__tag{margin-bottom:.8rem}.c-card__tag-line{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-card__tag-line{font-size:1.6rem;line-height:2.4rem}}.c-card__tag-line{color:#7f7776}.c-card__tag-icon{display:inline-block;vertical-align:text-bottom;width:2rem;height:2rem;margin-left:.8rem;background-color:#7f7776}.c-card__title{display:inline;font-size:3.2rem;line-height:4.2rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-card__title{font-size:2.6rem;line-height:3.2rem}}.c-card__title{color:#000;padding-right:4.8rem;background:url(/img/icons/arrow.svg) no-repeat bottom .2rem right;background-size:3.2rem;transition-property:color,background-position;transition-duration:.2s}@media only screen and (max-width:992px){.c-card__title{padding-right:4rem;background-size:3.2rem;background-position:100% 100%}}.c-card:hover:hover .c-card__title{color:#d12d12;background-image:url(/img/icons/arrow--red.svg);background-position:bottom .6rem right -.4rem}@media only screen and (max-width:992px){.c-card:hover:hover .c-card__title{background-position:100% 100%}}.c-card__description{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-card__description{font-size:1.6rem;line-height:2.4rem}}.c-card__description{margin-top:2.4rem}@media only screen and (max-width:992px){.c-card__description{margin-top:1.6rem}}@media only screen and (max-width:768px){.c-card__description{margin-top:.8rem}}.c-hero{padding:19.2rem 0 12.8rem}@media only screen and (max-width:768px){.c-hero{padding:14.4rem 0 8rem}}.c-hero--career,.c-hero--industries,.c-hero--industry,.c-hero--service,.c-hero--services,.c-hero--sub-service,.c-hero--technologies,.c-hero--technology{background-color:#f5f5f5}.c-hero--blog,.c-hero--portfolio,.c-hero--products{padding-bottom:0;margin-bottom:-4.8rem}@media only screen and (max-width:992px){.c-hero--blog,.c-hero--portfolio,.c-hero--products{margin-bottom:0}}@media only screen and (max-width:768px){.c-hero--blog,.c-hero--portfolio,.c-hero--products{margin-bottom:-3.2rem}}.c-hero__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-hero__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-hero__inner{max-width:972px}}@media only screen and (max-width:992px){.c-hero__inner{max-width:748px}}@media only screen and (max-width:768px){.c-hero__inner{max-width:100%;padding:0 2.4rem}}.c-hero__title{font-size:5.2rem;line-height:6.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-hero__title{font-size:3.6rem;line-height:4.6rem}}.c-hero__title{color:#7f7776}@media only screen and (max-width:768px){.c-hero__title{max-width:100%}}.c-hero--home .c-hero__title,.c-hero--proposal .c-hero__title{max-width:72rem}.c-hero--service .c-hero__title,.c-hero--services .c-hero__title{max-width:60rem}.c-hero--sub-service .c-hero__title{max-width:54rem}.c-hero--technology .c-hero__title{max-width:58rem}.c-hero--industries .c-hero__title,.c-hero--industry .c-hero__title{max-width:60rem}.c-hero--career .c-hero__title{max-width:44rem}.c-hero__description{font-size:2.2rem;line-height:3.2rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-hero__description{font-size:2rem;line-height:3rem}}.c-hero__description{max-width:57rem;margin-top:4.8rem}@media only screen and (max-width:768px){.c-hero__description{max-width:42rem;margin-top:3.2rem}}.c-hero--technology .c-hero__description{max-width:66rem}.c-hero--sub-service .c-hero__description{max-width:64rem}.c-hero__button{margin-top:4.8rem}@media only screen and (max-width:768px){.c-hero__button{margin-top:3.2rem}}.c-stack-list{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;width:100%;z-index:0}.c-stack-list__item{position:relative;min-width:22rem;padding:4rem;box-shadow:.1rem 0 0 0 #e1e0e0,0 .1rem 0 0 #e1e0e0,inset .1rem 0 0 0 #e1e0e0,inset 0 .1rem 0 0 #e1e0e0;transition:box-shadow 0;z-index:2;cursor:pointer}.c-stack-list__item:hover{box-shadow:.1rem 0 0 0 #000,0 .1rem 0 0 #000,inset .1rem 0 0 0 #000,inset 0 .1rem 0 0 #000;transition-duration:.2s;z-index:3}.c-stack-list__item--disabled{box-shadow:.1rem 0 0 0 #f5f5f5,0 .1rem 0 0 #f5f5f5,inset .1rem 0 0 0 #f5f5f5,inset 0 .1rem 0 0 #f5f5f5;z-index:1;pointer-events:none;cursor:default}@media only screen and (max-width:992px){.c-stack-list__item{width:50%}}@media only screen and (max-width:768px){.c-stack-list__item{padding:3.2rem;flex-direction:row;align-items:center}}@media only screen and (max-width:540px){.c-stack-list__item{width:100%}}.c-stack-list__item-icon{display:block;width:4.8rem;height:4.8rem;margin-bottom:1.6rem}@media only screen and (max-width:768px){.c-stack-list__item-icon{width:4rem;height:4rem}}.c-stack-list__item-icon--php{width:6rem;mask-size:cover;-webkit-mask-size:cover}.c-stack-list__item-name{display:flex;align-items:center}.c-stack-list__item-name-text{font-weight:400}.c-stack-list__item--more .c-stack-list__item-name-text{color:#d12d12}.c-stack-list__item-name-arrow{background-color:#000;transition:transform .2s;margin-left:.8rem}.c-stack-list__item:hover .c-stack-list__item-name-arrow{transform:translate3d(16%,-16%,0);transform-style:preserve-3d}@media only screen and (max-width:992px){.c-stack-list__item:hover .c-stack-list__item-name-arrow{transform:translateZ(0)}}.c-stack-list__item--disabled .c-stack-list__item-name-arrow{display:none}.c-stack-list__item--more .c-stack-list__item-name-arrow{background-color:#d12d12}.c-sub-cards{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.c-sub-cards__item{flex:0 0 auto;width:33.3333%;position:relative;padding:6.4rem 4rem;box-shadow:.1rem 0 0 0 #e1e0e0,0 .1rem 0 0 #e1e0e0,inset .1rem 0 0 0 #e1e0e0,inset 0 .1rem 0 0 #e1e0e0;transition:box-shadow 0;z-index:2;cursor:pointer}@media only screen and (max-width:1200px){.c-sub-cards__item{width:50%}}@media only screen and (max-width:992px){.c-sub-cards__item{padding:4.8rem 3.2rem}}@media only screen and (max-width:600px){.c-sub-cards__item{width:100%}}.c-sub-cards__item--active:hover{box-shadow:.1rem 0 0 0 #000,0 .1rem 0 0 #000,inset .1rem 0 0 0 #000,inset 0 .1rem 0 0 #000;transition-duration:.2s;z-index:3}.c-sub-cards__item--disabled{box-shadow:.1rem 0 0 0 #f5f5f5,0 .1rem 0 0 #f5f5f5,inset .1rem 0 0 0 #f5f5f5,inset 0 .1rem 0 0 #f5f5f5;z-index:1;cursor:default}.c-sub-cards__item-icon{display:block;width:3.2rem;height:3.2rem;margin-bottom:1.6rem}.c-sub-cards__item-name{display:inline;font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-sub-cards__item-name{font-size:2rem;line-height:2.6rem}}.c-sub-cards__item-name--arrow{padding-right:3.2rem;background:url(/img/icons/arrow.svg) no-repeat bottom .1rem right;background-size:2.4rem;transition:background-position .2s}@media only screen and (max-width:992px){.c-sub-cards__item-name--arrow{background-position:100% 100%}}.c-sub-cards__item:hover .c-sub-cards__item-name--arrow{background-position:bottom .5rem right -.4rem}@media only screen and (max-width:992px){.c-sub-cards__item:hover .c-sub-cards__item-name--arrow{background-position:100% 100%}}.c-sub-cards__item-description{display:flex;align-items:center;font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-sub-cards__item-description{font-size:1.6rem;line-height:2.4rem}}.c-sub-cards__item-description{margin-top:2.4rem}.c-sub-cards__item-list{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-sub-cards__item-list{font-size:1.6rem;line-height:2.4rem}}.c-sub-cards__item-list{margin-top:2.4rem}.c-sub-cards__item-list-item{display:flex}.c-sub-cards__item-list-item:not(:last-child){margin-bottom:.8rem}.c-sub-cards__item-list-item:before{content:"·";flex-shrink:0;width:2.8rem;height:2.8rem;text-align:center;margin-right:.8rem}@media only screen and (max-width:768px){.c-sub-cards__item-list-item:before{width:1.6rem;height:auto}}.c-cta{background-color:#f5f5f5;padding:8rem 0}.c-cta__inner{max-width:1440px}@media only screen and (max-width:768px){.c-cta__inner{max-width:100%;padding:0 2.4rem}}.c-cta__inner{display:flex;flex-direction:row;align-items:center}@media only screen and (max-width:1200px){.c-cta__inner{flex-direction:column;align-items:flex-start}}.c-cta__inner--center{justify-content:center}.c-cta__image{flex:0 0 auto;width:calc(50% - 120px);max-width:100%}@media only screen and (max-width:1460px){.c-cta__image{width:calc(50% - 98.3333333333px)}}@media only screen and (max-width:1200px){.c-cta__image{width:auto}}@media only screen and (max-width:992px){.c-cta__image{width:100%}}.c-cta__image-src{height:100%;display:block;width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;overflow:hidden}.c-cta__content{padding-left:12.8rem;flex:0 0 auto;width:calc(50% + 120px)}@media only screen and (max-width:1460px){.c-cta__content{padding-left:8rem;width:calc(50% + 98.3333333333px)}}@media only screen and (max-width:1200px){.c-cta__content{padding:4.8rem 0 0;width:100%}}.c-cta__content--wide{width:75%}@media only screen and (max-width:600px){.c-cta__content--wide{width:100%}}.c-cta__heading{margin:0}.c-cta__form{padding-top:4.8rem}.c-cta__form-fields{margin-bottom:2.4rem}.c-cta__button{margin-top:4.8rem}.c-advantages{display:flex;flex-flow:row wrap;margin-left:-1.6rem;margin-right:-1.6rem;margin-bottom:-6rem}@media only screen and (max-width:992px){.c-advantages{margin-bottom:-2.4rem}}@media only screen and (max-width:768px){.c-advantages{margin-bottom:-4rem}}@media only screen and (max-width:580px){.c-advantages{flex-flow:column}}.c-advantages__item{width:33.3333%;flex:0 0 auto;padding:0 4rem 0 1.6rem;margin-bottom:6rem}@media only screen and (max-width:1200px){.c-advantages__item{width:50%}}@media only screen and (max-width:768px){.c-advantages__item{margin-bottom:4rem}}@media only screen and (max-width:580px){.c-advantages__item{width:100%}}.c-advantages__item-icon{margin-bottom:2.4rem}@media only screen and (max-width:768px){.c-advantages__item-icon{margin-bottom:1.6rem}}.c-advantages__item-title{font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-advantages__item-title{font-size:2rem;line-height:2.6rem}}.c-advantages__item-title{margin-bottom:1.6rem}.c-advantages__item-description{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-advantages__item-description{font-size:1.6rem;line-height:2.4rem}}.c-testimonials{padding:12.8rem 0}@media only screen and (max-width:992px){.c-testimonials{padding:8rem 0}}.c-testimonials__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-testimonials__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-testimonials__inner{max-width:972px}}@media only screen and (max-width:992px){.c-testimonials__inner{max-width:748px}}@media only screen and (max-width:768px){.c-testimonials__inner{max-width:100%;padding:0 2.4rem}}.c-testimonials__heading{max-width:40rem}@media only screen and (min-width:2400px){.c-testimonials__items{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}}@media only screen and (max-width:992px){.c-testimonials__items{width:100%;max-width:748px;padding:0 8rem;margin:0 auto}}@media only screen and (max-width:768px){.c-testimonials__items{padding:0 2.4rem;max-width:100%}}@media only screen and (min-width:2400px){.c-testimonials__items-inner{display:flex;flex-direction:row;margin:-2.4rem -4.8rem}}@media only screen and (max-width:992px){.c-testimonials__items-inner{display:flex;flex-direction:row;margin:-.8rem -1.6rem}}@media only screen and (max-width:660px){.c-testimonials__items-inner{flex-direction:column}}.c-testimonials__items-inner-cells{display:flex;flex-direction:row;padding-left:6rem;overflow-x:hidden}@media only screen and (min-width:2400px){.c-testimonials__items-inner-cells{width:50%;flex-direction:column;padding:0 2.4rem;overflow:visible}}@media only screen and (max-width:1200px){.c-testimonials__items-inner-cells{padding-left:3.2rem}}@media only screen and (max-width:992px){.c-testimonials__items-inner-cells{width:50%;flex-direction:column;padding:0 .8rem;overflow:visible}}@media only screen and (max-width:660px){.c-testimonials__items-inner-cells{width:100%}}@media only screen and (min-width:2400px){.c-testimonials__items-inner-cells--reverse{flex-direction:column-reverse}}@media only screen and (max-width:992px){.c-testimonials__items-inner-cells--reverse{flex-direction:column-reverse}}.c-testimonials__items-inner-cells+.c-testimonials__items-inner-cells{margin-top:6rem}@media only screen and (min-width:2400px){.c-testimonials__items-inner-cells+.c-testimonials__items-inner-cells{margin-top:0}}@media only screen and (max-width:1200px){.c-testimonials__items-inner-cells+.c-testimonials__items-inner-cells{margin-top:3.2rem}}@media only screen and (max-width:992px){.c-testimonials__items-inner-cells+.c-testimonials__items-inner-cells{margin-top:0}}.c-testimonials__items-inner-cell{flex:1 0 auto;width:40%;padding-right:6rem}@media only screen and (min-width:2400px){.c-testimonials__items-inner-cell{width:100%;padding:0;margin-bottom:4.8rem}}@media only screen and (max-width:1200px){.c-testimonials__items-inner-cell{padding-right:3.2rem}}@media only screen and (max-width:992px){.c-testimonials__items-inner-cell{width:100%;padding:0;margin-bottom:1.6rem}}.c-testimonials__card{display:flex;flex-direction:column;height:100%;min-height:30rem;padding:4rem;font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-testimonials__card{font-size:1.6rem;line-height:2.4rem}}.c-testimonials__card{background-color:#f5f5f5}@media only screen and (max-width:992px){.c-testimonials__card{min-height:0;padding:3.2rem}}.c-testimonials__card-name{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-testimonials__card-name{font-size:1.6rem;line-height:2.4rem}}.c-testimonials__card-name{font-weight:700;color:#7f7776;margin-bottom:1.6rem}.c-testimonials__card-quote{position:relative;font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-testimonials__card-quote{font-size:1.6rem;line-height:2.4rem}}.c-testimonials__card-quote{color:#000;margin-bottom:2.4rem}.c-testimonials__card-quote:before{content:"“"}.c-testimonials__card-quote:after{content:"”"}.c-testimonials__card-link{cursor:pointer}.c-lead-form{background-color:#fff}.c-lead-form--grey{background-color:#f5f5f5}.c-lead-form__container{display:flex;flex-direction:row}@media only screen and (max-width:992px){.c-lead-form__container{flex-direction:column;max-height:100%}}.c-lead-form__image-wrap{flex:0 0 auto;width:calc(50% - 120px)}@media only screen and (max-width:1460px){.c-lead-form__image-wrap{width:calc(50% - 98.3333333333px)}}@media only screen and (max-width:1200px){.c-lead-form__image-wrap{width:calc(50% - 81px)}}@media only screen and (max-width:992px){.c-lead-form__image-wrap{width:100%}}.c-lead-form__image{display:block;width:100%;height:100%;max-height:78rem;-o-object-fit:cover;object-fit:cover;overflow:hidden}.c-lead-form__content{flex:0 0 auto;width:calc(50% + 120px)}@media only screen and (max-width:1460px){.c-lead-form__content{width:calc(50% + 98.3333333333px)}}@media only screen and (max-width:1200px){.c-lead-form__content{width:calc(50% + 81px)}}@media only screen and (max-width:992px){.c-lead-form__content{width:100%}}.c-lead-form__content-inner{max-width:840px;padding:8rem 16rem 8rem 12.8rem}@media only screen and (max-width:1460px){.c-lead-form__content-inner{max-width:688.3333333333px;padding:8rem}}@media only screen and (max-width:1200px){.c-lead-form__content-inner{max-width:567px}}@media only screen and (max-width:992px){.c-lead-form__content-inner{max-width:748px;width:100%;margin:0 auto}}@media only screen and (max-width:768px){.c-lead-form__content-inner{padding:8rem 2.4rem;max-width:100%}}.c-lead-form__heading{color:#7f7776}@media only screen and (max-width:992px){.c-lead-form__heading{margin-bottom:4.8rem}}.c-faq{padding:12.8rem 0}@media only screen and (max-width:992px){.c-faq{padding:8rem 0}}.c-faq__inner{display:flex;flex-direction:row;justify-content:space-between;width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-faq__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-faq__inner{max-width:972px}}@media only screen and (max-width:992px){.c-faq__inner{max-width:748px}}@media only screen and (max-width:768px){.c-faq__inner{max-width:100%;padding:0 2.4rem}}@media only screen and (max-width:992px){.c-faq__inner{display:block}}.c-faq__questions{flex:0 0 auto;width:calc(50% + 120px)}@media only screen and (max-width:1460px){.c-faq__questions{width:calc(50% + 98.3333333333px)}}@media only screen and (max-width:1200px){.c-faq__questions{width:calc(50% + 81px)}}@media only screen and (max-width:992px){.c-faq__questions{width:100%}}.c-faq__question{margin-bottom:4.8rem}.c-faq__question:last-child{margin-bottom:0}.c-faq__question-title{font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-faq__question-title{font-size:2rem;line-height:2.6rem}}.c-faq__question-title{margin-bottom:1.6rem}.c-faq__questions-answer{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-faq__questions-answer{font-size:1.6rem;line-height:2.4rem}}.c-faq__question-list{list-style-type:decimal;list-style-position:inside}.c-type{max-width:720px}.c-type+.c-type{margin-top:8rem}@media only screen and (max-width:768px){.c-type+.c-type{margin-top:6.4rem}}.c-type--closer+.c-type--closer{margin-top:4.8rem}@media only screen and (max-width:768px){.c-type--closer+.c-type--closer{margin-top:3.2rem}}.c-type__h3{font-size:3.2rem;line-height:4.2rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-type__h3{font-size:2.6rem;line-height:3.2rem}}.c-type__h3{margin-bottom:2.4rem}.c-type__h5{font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-type__h5{font-size:2rem;line-height:2.6rem}}.c-type__h5{margin-bottom:1.6rem}.c-type__p{font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-type__p{font-size:1.8rem;line-height:2.7rem}}.c-type__p{margin-top:2.4rem}.c-type__p:first-child{margin-top:0}.c-type__ul{margin-top:2.4rem}.c-type__ul:first-child{margin-top:0}.c-type__li{display:flex;font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-type__li{font-size:1.8rem;line-height:2.7rem}}.c-type__li:not(:last-child){margin-bottom:.8rem}.c-type__li:before{content:"";flex-shrink:0;width:3.2rem;height:3.2rem;text-align:center;margin-right:.8rem}@media only screen and (max-width:768px){.c-type__li:before{width:1.6rem;height:auto}}.c-type__li--dot:before{content:"·"}.c-type__li--check:before{background-image:url(/img/icons/check.svg);background-repeat:no-repeat;background-position:50%}@media only screen and (max-width:768px){.c-type__li--check:before{background-position:inherit}}.c-solution{margin:12.8rem 0}@media only screen and (max-width:992px){.c-solution{margin:8rem 0}}.c-solution__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-solution__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-solution__inner{max-width:972px}}@media only screen and (max-width:992px){.c-solution__inner{max-width:748px}}@media only screen and (max-width:768px){.c-solution__inner{max-width:100%;padding:0 2.4rem}}.c-solution__heading{max-width:68rem}.c-solution__content{display:flex;align-items:center}@media only screen and (max-width:1200px){.c-solution__content{flex-direction:column;align-items:flex-start}}.c-solution__image{flex:0 0 auto;align-self:flex-start;width:calc(50% - 120px);max-width:100%}@media only screen and (max-width:1460px){.c-solution__image{width:calc(50% - 98.3333333333px)}}@media only screen and (max-width:1200px){.c-solution__image{width:auto}}@media only screen and (max-width:992px){.c-solution__image{width:100%}}.c-solution__list{padding-left:8rem}@media only screen and (max-width:1200px){.c-solution__list{padding:8rem 0 0}}@media only screen and (max-width:768px){.c-solution__list{padding-top:4.8rem}}.c-solution__list-item:not(:last-child){margin-bottom:4.8rem}@media only screen and (max-width:992px){.c-solution__list-item:not(:last-child){margin-bottom:3.2rem}}.c-solution__list-item-title{margin-bottom:1.6rem}.c-solution__list-item-title-icon{display:inline-flex;vertical-align:text-top;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;border-radius:50%;box-shadow:inset 0 0 0 .2rem #000;margin-right:1.6rem}@media only screen and (max-width:768px){.c-solution__list-item-title-icon{border-width:.1rem;margin-right:.8rem}}.c-solution__list-item-title-text{font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-solution__list-item-title-text{font-size:2rem;line-height:2.6rem}}.c-solution__list-item-description{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-solution__list-item-description{font-size:1.6rem;line-height:2.4rem}}.c-technologies{padding:12.8rem 0}@media only screen and (max-width:992px){.c-technologies{padding:8rem 0}}.c-technologies__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-technologies__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-technologies__inner{max-width:972px}}@media only screen and (max-width:992px){.c-technologies__inner{max-width:748px}}@media only screen and (max-width:768px){.c-technologies__inner{max-width:100%;padding:0 2.4rem}}.c-technologies__inner{display:flex;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:1200px){.c-technologies__inner{flex-direction:column}}.c-technologies__heading{max-width:51.5rem}.c-technologies__stack{flex:0 0 66rem}@media only screen and (max-width:1460px){.c-technologies__stack{flex-basis:44rem}}.c-longread{padding:19.2rem 0 12.8rem}@media only screen and (max-width:768px){.c-longread{padding:14.4rem 0 8rem}}.c-longread__inner{width:100%;max-width:1200px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-longread__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-longread__inner{max-width:972px}}@media only screen and (max-width:992px){.c-longread__inner{max-width:748px}}@media only screen and (max-width:768px){.c-longread__inner{padding:0 2.4rem;max-width:100%}}.c-longread__hero{max-width:52rem}@media only screen and (max-width:768px){.c-longread__hero{max-width:100%}}.c-longread__hero-date{color:#7f7776;margin-bottom:4.8rem}@media only screen and (max-width:992px){.c-longread__hero-date{margin-bottom:2.4rem}}.c-longread__hero-title{font-size:5.2rem;line-height:6.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-longread__hero-title{font-size:3.6rem;line-height:4.6rem}}.c-longread__hero-title{margin-bottom:1.6rem}.c-longread__hero-description{font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-longread__hero-description{font-size:1.8rem;line-height:2.7rem}}.c-longread__section{margin-top:8rem}@media only screen and (max-width:992px){.c-longread__section{margin-top:4.8rem}}.c-longread__section--contact{padding:4.8rem;border:.1rem solid #e1e0e0}@media only screen and (max-width:992px){.c-longread__section--contact{padding:3.2rem}}.c-longread__title{font-size:3.2rem;line-height:4.2rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-longread__title{font-size:2.6rem;line-height:3.2rem}}.c-longread__subtitle{margin-top:1.6rem;font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-longread__subtitle{font-size:2rem;line-height:2.6rem}}.c-longread__paragraph{margin-top:1.6rem}.c-longread__subtitle+.c-longread__paragraph{margin-top:.8rem}.c-longread__list{list-style-type:disc;list-style-position:inside;margin-top:1.6rem}.c-longread__table{display:flex;flex-direction:column;margin-top:1.6rem}@media only screen and (max-width:992px){.c-longread__table{max-width:100%;overflow-x:auto}}.c-longread__table-head{padding-bottom:.8rem;border-bottom:1px solid #000}.c-longread__table-body{display:flex;flex-direction:column;gap:12px;padding-top:12px}.c-longread__table-tr{display:flex;gap:4.8rem}.c-longread__table-td{flex-grow:0;flex-shrink:0;width:180px}.c-longread__table-td--long{flex-grow:1;flex-shrink:1;width:100%}.c-longread__table-head .c-longread__table-td{font-weight:700}@media only screen and (max-width:1200px){.c-longread__table-td{width:150px}}.c-longread__table-td-code{display:inline-block;max-width:100%;word-wrap:break-word;padding:0 .4rem;font-family:monospace;background-color:#f5f5f5;border-radius:4px}.c-blog{width:100%;max-width:960px;padding:21.6rem 120px 12.8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-blog{max-width:983.3333333333px;padding:21.6rem 98.3333333333px 12.8rem}}@media only screen and (max-width:1200px){.c-blog{max-width:972px;padding:21.6rem 81px 12.8rem}}@media only screen and (max-width:992px){.c-blog{max-width:748px;padding:14.4rem 0 8rem}}@media only screen and (max-width:768px){.c-blog{max-width:100%}}.c-blog__inner{padding:0 4.8rem}@media only screen and (max-width:1460px){.c-blog__inner{padding:0 8rem}}@media only screen and (max-width:768px){.c-blog__inner{padding:0 2.4rem}}.c-blog__header{margin-bottom:12.8rem}@media only screen and (max-width:992px){.c-blog__header{margin-bottom:4.8rem}}.c-blog__header-eyebrow{display:flex;margin:-.8rem -.8rem 0}.c-blog__header-eyebrow-item{flex:0 0 auto;color:#000;margin:.8rem}.c-blog__header-eyebrow-item--light{color:#7f7776}.c-blog__header-title{font-size:4.2rem;line-height:5.4rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-blog__header-title{font-size:3rem;line-height:3.8rem}}.c-blog__header-title{color:#000}.c-blog__figure{display:block;margin:8rem -120px}@media only screen and (max-width:1460px){.c-blog__figure{margin:8rem -98.3333333333px}}@media only screen and (max-width:1200px){.c-blog__figure{margin:8rem -81px}}@media only screen and (max-width:992px){.c-blog__figure{margin:4.8rem 0}}@media only screen and (max-width:768px){.c-blog__figure{margin:4.8rem -2.4rem}}.c-blog__figure-image{display:block;width:100%}.c-blog__figure-caption{font-size:1.4rem;line-height:2.1rem;font-weight:400;letter-spacing:-.018em;color:#7f7776;margin-top:1.2rem}@media only screen and (max-width:768px){.c-blog__figure-caption{padding:0 2.4rem}}.c-blog__video{display:block;margin:8rem -120px}@media only screen and (max-width:1460px){.c-blog__video{margin:8rem -98.3333333333px}}@media only screen and (max-width:1200px){.c-blog__video{margin:8rem -81px}}@media only screen and (max-width:992px){.c-blog__video{margin:4.8rem 0}}@media only screen and (max-width:768px){.c-blog__video{margin:4.8rem -2.4rem}}.c-blog__video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background-color:#f5f5f5}.c-blog__video-player{position:absolute;top:0;left:0;width:100%;height:100%}.c-blog__video-caption{font-size:1.4rem;line-height:2.1rem;font-weight:400;letter-spacing:-.018em;color:#7f7776;margin-top:1.2rem}@media only screen and (max-width:768px){.c-blog__video-caption{padding:0 2.4rem}}.c-blog__lead{display:block;padding:4.8rem;border:.1rem solid #e1e0e0;margin:8rem -120px}@media only screen and (max-width:1460px){.c-blog__lead{margin:8rem -98.3333333333px}}@media only screen and (max-width:1200px){.c-blog__lead{margin:8rem -81px}}@media only screen and (max-width:992px){.c-blog__lead{padding:3.2rem;margin:4.8rem 0}}.c-blog__lead-title{font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-blog__lead-title{font-size:2rem;line-height:2.6rem}}.c-blog__lead-title{margin-bottom:2.4rem}.c-blog__lead-paragraph{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-blog__lead-paragraph{font-size:1.6rem;line-height:2.4rem}}.c-blog__lead-paragraph+.c-blog__lead-paragraph{margin-top:.8rem}.c-blog__lead-link{margin-top:2.4rem}.c-blog__author{display:flex;margin:12.8rem -120px 0}@media only screen and (max-width:1460px){.c-blog__author{margin:12.8rem -98.3333333333px 0}}@media only screen and (max-width:1200px){.c-blog__author{margin:12.8rem -81px 0}}@media only screen and (max-width:992px){.c-blog__author{margin:8rem 0 0}}.c-blog__author-image{flex:0 0 auto;width:12.8rem;height:12.8rem;margin-right:2.4rem}@media only screen and (max-width:992px){.c-blog__author-image{width:8rem;height:8rem}}@media only screen and (max-width:768px){.c-blog__author-image{width:5.6rem;height:5.6rem}}.c-blog__author-type{flex:1 1;align-self:center}.c-blog__author-type-title{font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-blog__author-type-title{font-size:2rem;line-height:2.6rem}}.c-blog__author-type-link{font-size:1.6rem;line-height:2.4rem;font-weight:400;letter-spacing:-.018em;color:#7f7776;cursor:pointer}.c-blog__author-type-description{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-blog__author-type-description{font-size:1.6rem;line-height:2.4rem}}.c-blog__author-type-description{margin-top:1.6rem}@media only screen and (max-width:992px){.c-blog__author-type-description{margin-top:.8rem}}.c-blog__paragraph{margin:2.4rem 0}.c-blog__paragraph-heading{display:inline;font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-blog__paragraph-heading{font-size:2rem;line-height:2.6rem}}.c-blog__paragraph-heading{margin-right:.8rem}.c-blog__paragraph-content{display:inline;font-family:Lora,serif;font-size:2.1rem;line-height:3.2rem;font-weight:400}@media only screen and (max-width:992px){.c-blog__paragraph-content{font-size:1.8rem;line-height:2.8rem}}.c-blog__list{margin:2.4rem 0}.c-blog__list-item{display:flex;font-family:Lora,serif;font-size:2.1rem;line-height:3.2rem;font-weight:400}@media only screen and (max-width:992px){.c-blog__list-item{font-size:1.8rem;line-height:2.8rem}}.c-blog__list-item:before{content:"·";flex-shrink:0;width:3.2rem;height:3.2rem;text-align:center;margin-right:.8rem}@media only screen and (max-width:768px){.c-blog__list-item:before{width:1.6rem;height:auto}}.c-blog__quote{padding-left:4rem;font-size:2.2rem;line-height:3.2rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-blog__quote{font-size:2rem;line-height:3rem}}.c-blog__quote{border-left:.1rem solid #d12d12;margin:4rem 0}.c-blog__summary{font-size:2.6rem;line-height:3.4rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-blog__summary{font-size:2.2rem;line-height:2.8rem}}.c-blog__summary{margin:4.8rem 0}.c-blog__headline-3{font-size:3.2rem;line-height:4.2rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-blog__headline-3{font-size:2.6rem;line-height:3.2rem}}.c-blog__headline-3{margin:4.8rem 0 3.2rem}.c-blog__headline-4{font-size:2.6rem;line-height:3.4rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-blog__headline-4{font-size:2.2rem;line-height:2.8rem}}.c-blog__headline-4{margin:3.2rem 0}.c-blog__social{margin-top:8rem}@media only screen and (max-width:992px){.c-blog__social{margin-top:4.8rem}}.c-blog__social-items{display:flex}.c-blog__social-item{display:flex;justify-content:center;align-items:center;width:4rem;height:4rem;box-shadow:inset 0 0 0 .1rem #000;cursor:pointer}.c-blog__social-item+.c-blog__social-item{margin-left:-.1rem}.c-cookies{position:fixed;bottom:0;right:0;width:36rem;padding:3.2rem 4.8rem 3.2rem 3.2rem;color:#969292;background-color:#000;margin:1.6rem;box-shadow:0 0 0 .1rem #100f0f}@media only screen and (max-width:540px){.c-cookies{left:0;width:auto}}.c-cookies__close{position:absolute;top:1.6rem;right:1.6rem;background-color:#969292;cursor:pointer}.c-cookies__close:hover{background-color:#fff}.c-cookies__content{font-size:1.6rem;line-height:2.4rem;font-weight:400;letter-spacing:-.018em}.c-cookies__actions{margin-top:2rem}.c-cookies__action{padding-top:.4rem;padding-right:3.2rem;color:#fff;font-size:1.6rem;line-height:2rem;font-weight:700;background:url(/img/icons/arrow--white.svg) no-repeat bottom -.1rem right;background-size:2.4rem;transition:background-position .2s;cursor:pointer}.c-cookies__action:hover{background-position:bottom .3rem right -.4rem}.c-alerts{top:1.6rem!important;right:1.6rem!important;width:36rem;padding:0!important}@media only screen and (max-width:540px){.c-alerts{left:1.6rem!important;width:auto}}.c-alert{padding:0!important;background-color:#fff;box-shadow:inset .4rem 0 0 0 #bfbbbb,inset -.1rem 0 0 0 #f5f5f5,inset 0 .1rem 0 0 #f5f5f5,inset 0 -.1rem 0 0 #f5f5f5!important;border-radius:0!important;margin-bottom:1.6rem!important}.c-alert--error{box-shadow:inset .4rem 0 0 0 #d12d12,inset -.1rem 0 0 0 #f5f5f5,inset 0 .1rem 0 0 #f5f5f5,inset 0 -.1rem 0 0 #f5f5f5!important}.c-alert--success{box-shadow:inset .4rem 0 0 0 #008b68,inset -.1rem 0 0 0 #f5f5f5,inset 0 .1rem 0 0 #f5f5f5,inset 0 -.1rem 0 0 #f5f5f5!important}.c-alert__body{padding:0!important;margin:0!important}.c-alert__content{display:flex;align-items:center;padding:3.2rem}.c-alert__type{flex:1 1;font-family:Aeroport,sans-serif;color:#000}.c-alert__type-title{font-size:1.8rem;line-height:2.2rem;font-weight:700;letter-spacing:-.018em}.c-alert__type-message{font-size:1.6rem;line-height:2.4rem;font-weight:400;letter-spacing:-.018em;margin-top:.8rem}.c-alert__close{flex:0 0 auto;background-color:#7f7776;margin-top:1.6rem;margin-right:1.6rem;cursor:pointer}.c-alert__close:hover{background-color:#000}.c-tags{display:flex;flex-wrap:wrap;margin:-.8rem -2.4rem 4rem}@media only screen and (max-width:768px){.c-tags{flex-direction:column;align-items:flex-start}}.c-tags__item{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-tags__item{font-size:1.6rem;line-height:2.4rem}}.c-tags__item{color:#7f7776;margin:.8rem 2.4rem;transition:color .2s;cursor:pointer}.c-tags__item--active,.c-tags__item--active:hover,.c-tags__item:hover{color:#000}.c-statistic{display:flex;flex-wrap:wrap;margin-bottom:-8rem}@media only screen and (max-width:768px){.c-statistic{margin-bottom:-3.2rem}}.c-statistic__item{flex:0 0 25%;padding-right:8rem;padding-bottom:8rem;pointer-events:none}@media only screen and (max-width:1200px){.c-statistic__item{flex-basis:50%;padding-right:12.8rem}}@media only screen and (max-width:992px){.c-statistic__item{padding-right:8rem}}@media only screen and (max-width:768px){.c-statistic__item{flex-basis:100%;padding-right:3.2rem;padding-bottom:3.2rem}}.c-statistic__item-number{font-size:5.2rem;line-height:6.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-statistic__item-number{font-size:3.6rem;line-height:4.6rem}}.c-statistic__item-number{margin-bottom:2.4rem}@media only screen and (max-width:768px){.c-statistic__item-number{margin-bottom:1.6rem}}.c-statistic__item-description{font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-statistic__item-description{font-size:1.8rem;line-height:2.7rem}}.c-company{background-color:#f5f5f5}.c-company__container{display:flex;flex-direction:row}@media only screen and (max-width:992px){.c-company__container{flex-direction:column;max-height:100%}}.c-company__image-wrap{flex:0 0 auto;width:calc(50% - 120px)}@media only screen and (max-width:1460px){.c-company__image-wrap{width:calc(50% - 98.3333333333px)}}@media only screen and (max-width:1200px){.c-company__image-wrap{width:calc(50% - 81px)}}@media only screen and (max-width:992px){.c-company__image-wrap{width:100%}}.c-company__image{display:block;width:100%;height:100%;max-height:78rem;-o-object-fit:cover;object-fit:cover;overflow:hidden}.c-company__content{flex:0 0 auto;display:flex;align-items:center;width:calc(50% + 120px)}@media only screen and (max-width:1460px){.c-company__content{width:calc(50% + 98.3333333333px)}}@media only screen and (max-width:1200px){.c-company__content{width:calc(50% + 81px)}}@media only screen and (max-width:992px){.c-company__content{width:100%}}.c-company__content-inner{max-width:840px;padding:8rem 16rem 8rem 12.8rem}@media only screen and (max-width:1460px){.c-company__content-inner{max-width:688.3333333333px;padding:8rem}}@media only screen and (max-width:1200px){.c-company__content-inner{max-width:567px}}@media only screen and (max-width:992px){.c-company__content-inner{max-width:748px;width:100%;margin:0 auto}}@media only screen and (max-width:768px){.c-company__content-inner{padding:8rem 2.4rem;max-width:100%}}.c-company__heading{margin-bottom:0}.c-vacancies{border:.1rem solid #e1e0e0}.c-vacancies__item{padding:4rem}@media only screen and (max-width:992px){.c-vacancies__item{padding:2.4rem}}.c-vacancies__item+.c-vacancies__item{border-top:.1rem solid #e1e0e0}.c-vacancies__item-title{display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;font-size:3.2rem;line-height:4.2rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-vacancies__item-title{font-size:2.6rem;line-height:3.2rem}}.c-vacancies__item-title{cursor:pointer}.c-vacancies__item-title-icon{flex:0 0 auto;transition:transform .2s;margin-top:.6rem;margin-right:1.6rem}@media only screen and (max-width:992px){.c-vacancies__item-title-icon{margin-top:.2rem;margin-right:.8rem}}.c-vacancies__item-title:hover .c-vacancies__item-title-icon{transform:translate3d(.4rem,-.4rem,0);transform-style:preserve-3d}@media only screen and (max-width:992px){.c-vacancies__item-title:hover .c-vacancies__item-title-icon{transform:translateZ(0)}}.c-vacancies__item--expanded .c-vacancies__item-title-icon{transform:rotate(90deg)}.c-vacancies__item--expanded .c-vacancies__item-title:hover .c-vacancies__item-title-icon{transform:rotate(90deg) translate3d(.4rem,-.4rem,0);transform-style:preserve-3d}@media only screen and (max-width:992px){.c-vacancies__item--expanded .c-vacancies__item-title:hover .c-vacancies__item-title-icon{transform:rotate(90deg) translateZ(0)}}.c-vacancies__item-title-span{flex:1 1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-vacancies__item-description{display:flex;flex-direction:column;height:0;max-height:0;overflow:hidden;opacity:0;transform:translateY(-1.6rem);transition-property:height,transform,opacity;transition-duration:.2s}.c-vacancies__item--expanded .c-vacancies__item-description{height:100%;max-height:none;opacity:1;transform:translateY(0)}.c-vacancies__item-description-inner{margin-top:3.2rem}@media only screen and (max-width:992px){.c-vacancies__item-description-inner{margin-top:2.4rem}}.c-expertise-sidebar{position:sticky;top:12rem}@media only screen and (max-width:1200px){.c-expertise-sidebar{position:static}}.c-expertise-sidebar__title{font-size:3.2rem;line-height:4.2rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-expertise-sidebar__title{font-size:2.6rem;line-height:3.2rem}}.c-expertise-sidebar__title{margin-bottom:3.2rem}.c-expertise-sidebar__item{display:block;cursor:pointer;margin-top:3.2rem}.c-expertise-sidebar__item-title{display:inline;font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-expertise-sidebar__item-title{font-size:2rem;line-height:2.6rem}}.c-expertise-sidebar__item-title{padding-right:3.2rem;background:url(/img/icons/arrow.svg) no-repeat bottom .1rem right;background-size:2.4rem;transition-property:color,background-position;transition-duration:.2s}@media only screen and (max-width:992px){.c-expertise-sidebar__item-title{background-position:100% 100%}}.c-expertise-sidebar__item:hover .c-expertise-sidebar__item-title{color:#d12d12;background-image:url(/img/icons/arrow--red.svg);background-position:bottom .5rem right -.4rem}@media only screen and (max-width:992px){.c-expertise-sidebar__item:hover .c-expertise-sidebar__item-title{background-position:100% 100%}}.c-expertise-sidebar__item-description{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-expertise-sidebar__item-description{font-size:1.6rem;line-height:2.4rem}}.c-expertise-sidebar__item-description{margin-top:1.6rem}.c-placeholder{max-width:36rem;margin-top:12.8rem}@media only screen and (max-width:992px){.c-placeholder{margin-top:8rem}}@media only screen and (max-width:768px){.c-placeholder{margin-top:4.8rem}}.c-placeholder__icon{margin-bottom:2.4rem}.c-placeholder__type{font-size:1.6rem;line-height:2.4rem;font-weight:400;letter-spacing:-.018em}.c-expert{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;width:100%;min-height:35.6rem;background-color:#f5f5f5;overflow:hidden}.c-expert__photo{flex:0 0 auto;display:block;width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:29.2rem;max-width:100%}.c-expert__typo{flex:1 1 36rem;width:0;max-width:100%;padding:4.8rem 6.4rem;font-size:1.6rem;line-height:2.4rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:768px){.c-expert__typo{padding:3.2rem 4.8rem}}.c-expert__typo-title{font-size:2.6rem;line-height:3.4rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-expert__typo-title{font-size:2.2rem;line-height:2.8rem}}.c-expert__typo-title{margin-bottom:1.6rem}.c-expert__typo-link{color:#7f7776;cursor:pointer}.c-expert__typo-description{margin-top:4.8rem}@media only screen and (max-width:768px){.c-expert__typo-description{margin-top:3.2rem}}.c-expert__typo-publications{margin-top:4.8rem}@media only screen and (max-width:768px){.c-expert__typo-publications{margin-top:3.2rem}}.c-expert__typo-publication{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;max-width:100%;overflow:hidden;cursor:pointer}.c-expert__typo-publication+.c-expert__typo-publication{margin-top:1.6rem}.c-expert__typo-publication-icon{flex:0 0 auto;background-color:#7f7776;margin-right:1.6rem}.c-expert__typo-publication-text{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.c-experts{padding:12.8rem 0;overflow-x:hidden}@media only screen and (max-width:992px){.c-experts{padding:8rem 0}}.c-experts__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-experts__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-experts__inner{max-width:972px}}@media only screen and (max-width:992px){.c-experts__inner{max-width:748px}}@media only screen and (max-width:768px){.c-experts__inner{max-width:100%;padding:0 2.4rem}}.c-experts__heading{max-width:54rem}.c-detailed-form{padding:12.8rem 0}@media only screen and (max-width:992px){.c-detailed-form{padding:8rem 0}}.c-detailed-form--grey{background-color:#f5f5f5}.c-detailed-form__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-detailed-form__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-detailed-form__inner{max-width:972px}}@media only screen and (max-width:992px){.c-detailed-form__inner{max-width:748px}}@media only screen and (max-width:768px){.c-detailed-form__inner{max-width:100%;padding:0 2.4rem}}.c-detailed-form__heading{max-width:52rem;color:#000}@media only screen and (max-width:768px){.c-detailed-form__heading{margin-bottom:4.8rem}}.c-detailed-form__row{display:flex;flex-direction:row;gap:8rem}@media only screen and (max-width:1200px){.c-detailed-form__row{flex-direction:column}}@media only screen and (max-width:768px){.c-detailed-form__row{gap:6.4rem}}.c-detailed-form__row-column{flex:1 1}.c-detailed-form__steps{display:flex;flex-wrap:wrap;margin:-2.4rem}@media only screen and (max-width:600px){.c-detailed-form__steps{gap:1.6rem;margin:0}}.c-detailed-form__step{flex:0 0 50%;padding:2.4rem}@media only screen and (max-width:600px){.c-detailed-form__step{flex-basis:100%;padding:0}}.c-detailed-form__step-number{position:relative;font-size:1.6rem;line-height:2.4rem;font-weight:400;letter-spacing:-.018em;color:#7f7776;padding-bottom:1.6rem;margin-bottom:1.6rem}@media only screen and (max-width:992px){.c-detailed-form__step-number{padding-bottom:.8rem;margin-bottom:.8rem}}.c-detailed-form__step-number:after{content:"";position:absolute;left:0;bottom:0;width:2.4rem;height:.1rem;background-color:#bfbbbb}.c-detailed-form__step-type{font-size:1.6rem;line-height:2.4rem;font-weight:400;letter-spacing:-.018em}.c-cta-short{padding:8rem 0;overflow:hidden}@media only screen and (max-width:992px){.c-cta-short{padding:8rem 0}}.c-cta-short--grey{background-color:#f5f5f5}.c-cta-short__inner{max-width:720px}.c-cta-short__form{display:flex;align-items:flex-start;gap:4rem;padding-top:.9rem}@media only screen and (max-width:992px){.c-cta-short__form{padding-top:1.2rem}}@media only screen and (max-width:768px){.c-cta-short__form{flex-direction:column;gap:0;padding-top:0}}.c-cta-short__form-field{flex:1 1;margin-bottom:-2.4rem}@media only screen and (max-width:768px){.c-cta-short__form-field{align-self:stretch;margin-bottom:0}}.c-cta-short__form-button{flex:0 0 auto;margin-top:-.9rem}@media only screen and (max-width:992px){.c-cta-short__form-button{margin-top:-1.2rem}}@media only screen and (max-width:768px){.c-cta-short__form-button{margin-top:0}}.c-success{background-color:#f5f5f5;padding:12.8rem 0}@media only screen and (max-width:992px){.c-success{padding:8rem 0}}.c-success__inner{width:100%;max-width:1200px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-success__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-success__inner{max-width:972px}}@media only screen and (max-width:768px){.c-success__inner{padding:0 2.4rem;max-width:100%}}.c-success__inner{max-width:720px}@media only screen and (max-width:1460px){.c-success__inner{max-width:786.6666666667px}}@media only screen and (max-width:1200px){.c-success__inner{max-width:810px}}@media only screen and (max-width:992px){.c-success__inner{max-width:748px}}@media only screen and (max-width:768px){.c-success__inner{max-width:100%}}.c-success__heading{margin-bottom:2.4rem}.c-success__list{list-style-position:inside}.c-success__list-item{display:flex;font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-success__list-item{font-size:1.8rem;line-height:2.7rem}}.c-success__list-item:not(:last-child){margin-bottom:.8rem}.c-success__list-item:before{content:"";flex-shrink:0;width:3.2rem;height:3.2rem;text-align:center;margin-right:.8rem}@media only screen and (max-width:768px){.c-success__list-item:before{width:1.6rem;height:auto}}.c-success__list-item--dot:before{content:"·"}.c-success__list-item--check:before{background-image:url(/img/icons/check.svg);background-repeat:no-repeat;background-position:50%}@media only screen and (max-width:768px){.c-success__list-item--check:before{background-position:inherit}}.c-success__card{display:flex;flex-direction:column;height:100%;margin:4.8rem 0;font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-success__card{font-size:1.6rem;line-height:2.4rem}}.c-success__card{background-color:#f5f5f5}@media only screen and (max-width:992px){.c-success__card{min-height:0;margin:3.2rem}}.c-success__card--no-photo{padding-left:4rem;border-left:1px solid #d12d12}.c-success__card:last-child{margin-bottom:0}.c-success__card-name{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-success__card-name{font-size:1.6rem;line-height:2.4rem}}.c-success__card-name{font-weight:700;color:#7f7776;margin-bottom:1.6rem}.c-success__card-quote{position:relative;font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-success__card-quote{font-size:1.6rem;line-height:2.4rem}}.c-success__card-quote{color:#000;margin-bottom:2.4rem}.c-success__card--no-photo .c-success__card-quote{margin-bottom:0}.c-success__card-quote:before{content:"“"}.c-success__card-quote:after{content:"”"}.c-success__card-author{display:flex;gap:1.6rem}.c-success__card-author-photo{width:100px;height:100px}.c-success__card-author-name{display:flex;flex-direction:column}.c-success__card-author-name-line{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-success__card-author-name-line{font-size:1.6rem;line-height:2.4rem}}.c-success__card-author-name-line{font-weight:700;color:#7f7776}.c-columns{display:flex;flex-direction:row;flex-wrap:wrap;gap:120px;margin-top:8rem}@media only screen and (max-width:1460px){.c-columns{gap:98.3333333333px}}@media only screen and (max-width:1200px){.c-columns{gap:81px}}@media only screen and (max-width:992px){.c-columns{flex-direction:column;gap:8rem}}.c-columns__item{flex-basis:calc(50% - 120px);max-width:50%}@media only screen and (max-width:1460px){.c-columns__item{flex-basis:calc(50% - 98.3333333333px);gap:98.3333333333px}}@media only screen and (max-width:1200px){.c-columns__item{flex-basis:calc(50% - 81px);gap:81px}}@media only screen and (max-width:992px){.c-columns__item{flex-basis:100%;max-width:100%}}.c-about-us{padding:12.8rem 0}@media only screen and (max-width:992px){.c-about-us{padding:8rem 0}}.c-about-us__inner{display:flex;flex-direction:row;align-items:center;width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-about-us__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-about-us__inner{max-width:972px}}@media only screen and (max-width:992px){.c-about-us__inner{max-width:748px}}@media only screen and (max-width:768px){.c-about-us__inner{max-width:100%;padding:0 2.4rem}}@media only screen and (max-width:992px){.c-about-us__inner{flex-direction:column;align-items:center}}.c-about-us__inner--center{justify-content:center}.c-about-us__heading{max-width:53rem;margin:0 0 0 12.8rem}@media only screen and (max-width:1200px){.c-about-us__heading{margin:0 0 0 4.8rem}}@media only screen and (max-width:992px){.c-about-us__heading{max-width:100%;margin:4.8rem 0 0}}@media only screen and (max-width:768px){.c-about-us__heading{margin:2.4rem 0 0}}.c-about-us__heading--wide{max-width:75%}.c-about-us__image{max-width:51.5rem;display:block;width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;overflow:hidden}@media only screen and (max-width:1200px){.c-about-us__image{max-width:40rem}}@media only screen and (max-width:992px){.c-about-us__image{max-width:100%}}.c-steps-work{padding:12.8rem 0}@media only screen and (max-width:992px){.c-steps-work{padding:8rem 0}}.c-steps-work__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-steps-work__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-steps-work__inner{max-width:972px}}@media only screen and (max-width:992px){.c-steps-work__inner{max-width:748px}}@media only screen and (max-width:768px){.c-steps-work__inner{max-width:100%;padding:0 2.4rem}}.c-steps-work__heading{max-width:56rem;text-align:center;margin:0 auto 8rem}@media only screen and (max-width:768px){.c-steps-work__heading{margin:0 0 8rem;text-align:left}}.c-steps-work__list{position:relative;max-width:86rem;margin:0 auto}.c-steps-work__list-item{display:flex;flex-direction:row;padding-bottom:4.8rem;position:relative}@media only screen and (max-width:480px){.c-steps-work__list-item{flex-direction:column}}.c-steps-work__list-item:after{content:"";position:absolute;top:0;left:3.2rem;width:.1rem;height:100%;background-color:#e1e0e0;z-index:-1}@media only screen and (max-width:480px){.c-steps-work__list-item:after{display:none}}.c-steps-work__list-item:last-child{padding-bottom:0}.c-steps-work__list-item:last-child:after{display:none}.c-steps-work__list-item-number{width:6.4rem;height:6.4rem;flex:0 0 auto;border-radius:50%;border:.1rem solid #000;background-color:#e1e0e0;font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-steps-work__list-item-number{font-size:2rem;line-height:2.6rem}}.c-steps-work__list-item-number{text-align:center;line-height:6.4rem;position:relative;z-index:0}@media only screen and (max-width:992px){.c-steps-work__list-item-number{line-height:6rem}}@media only screen and (max-width:768px){.c-steps-work__list-item-number{margin-bottom:1.6rem}}.c-steps-work__list-item-text{padding-left:2.4rem}@media only screen and (max-width:480px){.c-steps-work__list-item-text{padding-left:0}}.c-steps-work__list-item-title{padding-top:.8rem;font-size:3.2rem;line-height:4.2rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-steps-work__list-item-title{font-size:2.6rem;line-height:3.2rem}}.c-steps-work__list-item-title{margin-bottom:1.6rem}.c-steps-work__list-item-description{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-steps-work__list-item-description{font-size:1.6rem;line-height:2.4rem}}.c-services-more{display:flex;align-items:center;justify-content:center;width:100%;min-height:12.8rem;aspect-ratio:1/1;font-size:1.8rem;line-height:2.2rem;font-weight:700;color:#d12d12;border:.1rem solid #e1e0e0;transition:border-color .2s;cursor:pointer}.c-services-more:hover{border-color:#000}@media only screen and (max-width:768px){.c-services-more{aspect-ratio:unset}}.c-services-more__text{display:flex;align-items:center}.c-services-more__text-icon{display:inline-block;background-color:#d12d12;transition:transform .2s;margin-left:.8rem}.c-services-more:hover .c-services-more__text-icon{transform:translate3d(16%,-16%,0);transform-style:preserve-3d}@media only screen and (max-width:992px){.c-services-more:hover .c-services-more__text-icon{transform:translateZ(0)}}.c-how-work{padding:12.8rem 0}@media only screen and (max-width:992px){.c-how-work{padding:8rem 0}}.c-how-work__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-how-work__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-how-work__inner{max-width:972px}}@media only screen and (max-width:992px){.c-how-work__inner{max-width:748px}}@media only screen and (max-width:768px){.c-how-work__inner{max-width:100%;padding:0 2.4rem}}.c-how-work__heading{max-width:58rem;text-align:center;margin-left:auto;margin-right:auto}.c-how-work__list{display:flex;max-width:100%;padding:0 12.8rem;position:relative}@media only screen and (max-width:1460px){.c-how-work__list{padding:0}}@media only screen and (max-width:992px){.c-how-work__list{flex-direction:column;margin:-1.6rem 0}}.c-how-work__list-item{display:flex;flex-direction:column;align-items:center;padding:0 4.8rem;position:relative}@media only screen and (max-width:1200px){.c-how-work__list-item{padding:0 2.4rem}}@media only screen and (max-width:992px){.c-how-work__list-item{padding:1.6rem 0;flex-direction:row}}.c-how-work__list-item:after{content:"";position:absolute;left:12rem;top:3.2rem;width:100%;height:.1rem;background-color:#e1e0e0;z-index:0}@media only screen and (max-width:1200px){.c-how-work__list-item:after{left:9.6rem}}@media only screen and (max-width:992px){.c-how-work__list-item:after{display:none}}.c-how-work__list-item:last-child{padding-bottom:0}.c-how-work__list-item:last-child:after{display:none}.c-how-work__list-item-number{width:6.4rem;height:6.4rem;flex:0 0 auto;border-radius:50%;border:.1rem solid #000;background-color:#e1e0e0;font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-how-work__list-item-number{font-size:2rem;line-height:2.6rem}}.c-how-work__list-item-number{text-align:center;line-height:6.4rem;position:relative;z-index:1}@media only screen and (max-width:992px){.c-how-work__list-item-number{line-height:6rem}}@media only screen and (max-width:768px){.c-how-work__list-item-number{margin:0}}.c-how-work__list-item-text{padding-left:0}.c-how-work__list-item-title{font-size:2.2rem;line-height:2.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-how-work__list-item-title{font-size:2rem;line-height:2.6rem}}.c-how-work__list-item-title{padding:2.4rem 0 0;text-align:center;margin-bottom:0}@media only screen and (max-width:992px){.c-how-work__list-item-title{text-align:left;padding:0 0 0 2.4rem}}.c-technologies-extended{margin:12.8rem 0}@media only screen and (max-width:992px){.c-technologies-extended{margin:8rem 0}}.c-technologies-extended__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-technologies-extended__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-technologies-extended__inner{max-width:972px}}@media only screen and (max-width:992px){.c-technologies-extended__inner{max-width:748px}}@media only screen and (max-width:768px){.c-technologies-extended__inner{max-width:100%;padding:0 2.4rem}}.c-technologies-extended__heading{margin-bottom:8rem}@media only screen and (max-width:992px){.c-technologies-extended__heading{margin-bottom:4.8rem}}.c-technologies-extended__stack--column-3{max-width:66rem}.c-technologies-extended__stack--column-4{max-width:88rem}.c-case-hero{padding:19.2rem 0 12.8rem}@media only screen and (max-width:992px){.c-case-hero{padding:14.4rem 0 8rem}}.c-case-hero__inner{width:100%;max-width:1200px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-case-hero__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-case-hero__inner{max-width:972px}}@media only screen and (max-width:992px){.c-case-hero__inner{max-width:748px}}@media only screen and (max-width:768px){.c-case-hero__inner{padding:0 2.4rem;max-width:100%}}.c-case-hero__inner{display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:1200px){.c-case-hero__inner{flex-direction:column}}.c-case-hero__heading{max-width:56rem}.c-case-hero__heading-title{font-size:5.2rem;line-height:6.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-case-hero__heading-title{font-size:3.6rem;line-height:4.6rem}}.c-case-hero__heading-title{color:#000}.c-case-hero__heading-description{font-size:2.2rem;line-height:3.2rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-case-hero__heading-description{font-size:2rem;line-height:3rem}}.c-case-hero__heading-description{margin-top:2.4rem}.c-case-hero__info{max-width:240px}@media only screen and (max-width:1200px){.c-case-hero__info{max-width:100%;margin-top:4rem}}.c-case-hero__info-items{display:flex;flex-direction:column;margin:-1.6rem}@media only screen and (max-width:1200px){.c-case-hero__info-items{flex-direction:row}}.c-case-hero__info-item{font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-case-hero__info-item{font-size:1.8rem;line-height:2.7rem}}.c-case-hero__info-item{margin:1.6rem}.c-case-hero__info-item-title{margin-bottom:.8rem}.c-case-hero__info-item-description{color:#7f7776}.c-case-preview{display:flex;flex-direction:column;justify-content:center;height:80rem;padding:8rem 0}.c-case-preview--cover{background:no-repeat 50%;background-size:cover}@media only screen and (max-width:1200px){.c-case-preview{height:64rem}}@media only screen and (max-width:992px){.c-case-preview{height:52rem}}@media only screen and (max-width:768px){.c-case-preview{height:32rem;padding-bottom:0}}.c-case-preview__image{width:100%;max-width:1200px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-case-preview__image{max-width:1180px}}@media only screen and (max-width:1200px){.c-case-preview__image{max-width:972px}}@media only screen and (max-width:992px){.c-case-preview__image{max-width:748px}}@media only screen and (max-width:768px){.c-case-preview__image{padding:0 2.4rem;max-width:100%}}.c-case-preview__image{overflow:hidden;display:flex;flex-direction:column;align-items:center}.c-case-preview__image-src{display:block;width:100%}@media only screen and (max-width:768px){.c-case-preview__image-src{width:56rem;margin-bottom:-4.8rem}}.c-case-details{padding:12.8rem 0}@media only screen and (max-width:992px){.c-case-details{padding:8rem 0}}.c-case-details__inner{width:100%;max-width:1200px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-case-details__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-case-details__inner{max-width:972px}}@media only screen and (max-width:992px){.c-case-details__inner{max-width:748px}}@media only screen and (max-width:768px){.c-case-details__inner{padding:0 2.4rem;max-width:100%}}.c-case-details__section+.c-case-details__section{margin-top:12.8rem}@media only screen and (max-width:992px){.c-case-details__section+.c-case-details__section{margin-top:8rem}}.c-case-details__row{display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:992px){.c-case-details__row{flex-direction:column}}.c-case-details__row-column{flex:1 1;padding-right:120px}@media only screen and (max-width:1460px){.c-case-details__row-column{padding-right:98.3333333333px}}@media only screen and (max-width:1200px){.c-case-details__row-column{padding-right:81px}}@media only screen and (max-width:992px){.c-case-details__row-column{flex-basis:100%;padding-right:0;margin-bottom:8rem}.c-case-details__row--related .c-case-details__row-column{margin-bottom:1.6rem}.c-case-details__row-column:last-child{margin-bottom:0}}.c-case-details__stack{margin-top:3.2rem}.c-case-details__title{font-size:3.2rem;line-height:4.2rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-case-details__title{font-size:2.6rem;line-height:3.2rem}}.c-case-details__title{margin-bottom:2.4rem}.c-case-details__paragraph{font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-case-details__paragraph{font-size:1.8rem;line-height:2.7rem}}.c-case-details__paragraph+.c-case-details__paragraph{margin-top:1.6rem}.c-case-details__list-item{display:flex;font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-case-details__list-item{font-size:1.8rem;line-height:2.7rem}}.c-case-details__list-item:not(:last-child){margin-bottom:.8rem}.c-case-details__list-item:before{content:"";flex-shrink:0;width:3.2rem;height:3.2rem;text-align:center;margin-right:.8rem}@media only screen and (max-width:768px){.c-case-details__list-item:before{width:1.6rem;height:auto}}.c-case-details__list-item--dot:before{content:"·"}.c-case-details__list-item--check:before{background-image:url(/img/icons/check.svg);background-repeat:no-repeat;background-position:50%}@media only screen and (max-width:768px){.c-case-details__list-item--check:before{background-position:inherit}}.c-case-details__activity{margin-bottom:3.2rem}@media only screen and (max-width:992px){.c-case-details__activity{margin-bottom:1.6rem}}.c-case-details__activity:last-child{margin-bottom:0}.c-case-details__activity-number{position:relative;font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-case-details__activity-number{font-size:1.8rem;line-height:2.7rem}}.c-case-details__activity-number{color:#7f7776;padding-bottom:1.6rem;margin-bottom:1.6rem}@media only screen and (max-width:992px){.c-case-details__activity-number{padding-bottom:.8rem;margin-bottom:.8rem}}.c-case-details__activity-number:after{content:"";position:absolute;left:0;bottom:0;width:2.4rem;height:.1rem;background-color:#bfbbbb}.c-case-details__activity-name{font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-case-details__activity-name{font-size:1.8rem;line-height:2.7rem}}.c-case-details__image{box-shadow:0 0 0 .1rem hsla(0,2%,88%,.5);margin:0 -120px}@media only screen and (max-width:1460px){.c-case-details__image{margin:0}}.c-case-details__image-src{display:block;width:100%}.c-case-details__section .c-cta,.c-case-details__section .c-cta-short{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:8rem 0}@media only screen and (max-width:992px){.c-case-details__section .c-cta,.c-case-details__section .c-cta-short{padding:8rem 0}}.c-case-details__section .c-cta-short--grey{background-color:#f5f5f5}.c-cta__inner{width:100%;max-width:1200px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-cta__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-cta__inner{max-width:972px}}@media only screen and (max-width:992px){.c-cta__inner{max-width:748px}}@media only screen and (max-width:768px){.c-cta__inner{padding:0 2.4rem;max-width:100%}}.c-cta-short__inner{width:100%;max-width:1200px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-cta-short__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-cta-short__inner{max-width:972px}}@media only screen and (max-width:992px){.c-cta-short__inner{max-width:748px}}@media only screen and (max-width:768px){.c-cta-short__inner{padding:0 2.4rem;max-width:100%}}.c-cta-short__inner{max-width:912px}@media only screen and (max-width:1460px){.c-cta-short__inner{max-width:912px}}.c-case-results{background-color:#f5f5f5;padding:12.8rem 0}@media only screen and (max-width:992px){.c-case-results{padding:8rem 0}}.c-case-results__inner{width:100%;max-width:1200px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-case-results__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-case-results__inner{max-width:972px}}@media only screen and (max-width:768px){.c-case-results__inner{padding:0 2.4rem;max-width:100%}}.c-case-results__inner{max-width:720px}@media only screen and (max-width:1460px){.c-case-results__inner{max-width:786.6666666667px}}@media only screen and (max-width:1200px){.c-case-results__inner{max-width:810px}}@media only screen and (max-width:992px){.c-case-results__inner{max-width:748px}}@media only screen and (max-width:768px){.c-case-results__inner{max-width:100%}}.c-case-results__heading{margin-bottom:4rem}.c-case-results__list{list-style-type:decimal;list-style-position:inside}.c-case-results__list-item{font-size:2rem;line-height:3rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-case-results__list-item{font-size:1.8rem;line-height:2.7rem}}.c-case-results__list-item:after{content:"";display:block;width:2.4rem;height:.1rem;background-color:#bfbbbb;margin:1.6rem 0}.c-case-results__list-item:last-child:after{display:none}.c-case-quote{padding:12.8rem 0}@media only screen and (max-width:992px){.c-case-quote{padding:8rem 0}}.c-case-quote__inner{width:100%;max-width:1200px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-case-quote__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-case-quote__inner{max-width:972px}}@media only screen and (max-width:992px){.c-case-quote__inner{max-width:748px}}@media only screen and (max-width:768px){.c-case-quote__inner{padding:0 2.4rem;max-width:100%}}.c-case-quote__type{font-size:3.2rem;line-height:4.2rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-case-quote__type{font-size:2.6rem;line-height:3.2rem}}.c-case-quote__type{margin-bottom:3.2rem}.c-case-quote__type:before{content:"“"}.c-case-quote__type:after{content:"”"}.c-case-quote__meta{display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:768px){.c-case-quote__meta{flex-direction:column}}.c-case-quote__meta-author{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-case-quote__meta-author{font-size:1.6rem;line-height:2.4rem}}@media only screen and (max-width:768px){.c-case-quote__meta-author{margin-bottom:2.4rem}}.c-case-quote__meta-author-role{color:#7f7776}.c-case-quote__meta-link-img{width:8rem;cursor:pointer}.c-case-video{display:block;margin:0 -120px}@media only screen and (max-width:1460px){.c-case-video{margin:0}}.c-case-video__container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background-color:#f5f5f5;box-shadow:0 0 0 .1rem hsla(0,2%,88%,.5)}.c-case-video__player{position:absolute;top:0;left:0;width:100%;height:100%}.c-case-video__caption{font-size:1.4rem;line-height:2.1rem;font-weight:400;letter-spacing:-.018em;color:#7f7776;margin-top:1.2rem}@media only screen and (max-width:768px){.c-case-video__caption{padding:0 2.4rem}}.c-case-video-block{padding:12.8rem 0}@media only screen and (max-width:992px){.c-case-video-block{padding:8rem 0}}.c-case-video-block__inner{width:100%;max-width:1200px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-case-video-block__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-case-video-block__inner{max-width:972px}}@media only screen and (max-width:992px){.c-case-video-block__inner{max-width:748px}}@media only screen and (max-width:768px){.c-case-video-block__inner{padding:0 2.4rem;max-width:100%}}.c-case-details .c-case-video-block{padding:0}.c-case-details .c-case-video-block__inner{max-width:none;padding:0}.c-contact-hero__inner{display:flex;flex-direction:row}@media only screen and (max-width:1200px){.c-contact-hero__inner{flex-direction:column}}.c-contact-hero__heading{flex:0 0 auto;width:50%}@media only screen and (max-width:1200px){.c-contact-hero__heading{width:100%}}.c-contact-hero__heading-inner{max-width:720px;padding:19.2rem 8rem 8rem;margin-left:auto}@media only screen and (max-width:1460px){.c-contact-hero__heading-inner{max-width:590px}}@media only screen and (max-width:1200px){.c-contact-hero__heading-inner{max-width:972px;margin:0 auto}}@media only screen and (max-width:992px){.c-contact-hero__heading-inner{max-width:748px}}@media only screen and (max-width:768px){.c-contact-hero__heading-inner{max-width:100%;padding:14.4rem 2.4rem 8rem}}.c-contact-hero__form{flex:0 0 auto;width:50%;background-color:#f5f5f5}@media only screen and (max-width:1200px){.c-contact-hero__form{width:100%}}.c-contact-hero__form-inner{max-width:720px;padding:19.2rem 8rem 8rem}@media only screen and (max-width:1460px){.c-contact-hero__form-inner{max-width:590px}}@media only screen and (max-width:1200px){.c-contact-hero__form-inner{max-width:972px;padding:8rem;margin:0 auto}}@media only screen and (max-width:992px){.c-contact-hero__form-inner{max-width:748px}}@media only screen and (max-width:768px){.c-contact-hero__form-inner{max-width:100%;padding:8rem 2.4rem}}.c-contact-hero__heading-title{max-width:50rem;font-size:5.2rem;line-height:6.8rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-contact-hero__heading-title{font-size:3.6rem;line-height:4.6rem}}.c-contact-hero__heading-description{max-width:50rem;font-size:2.2rem;line-height:3.2rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-contact-hero__heading-description{font-size:2rem;line-height:3rem}}.c-contact-hero__heading-description{margin-top:4.8rem}@media only screen and (max-width:992px){.c-contact-hero__heading-description{margin-top:3.2rem}}.c-contact-info{margin:8rem 0}.c-contact-info__inner{width:100%;max-width:1440px;padding:0 8rem;margin:0 auto}@media only screen and (max-width:1460px){.c-contact-info__inner{max-width:1180px}}@media only screen and (max-width:1200px){.c-contact-info__inner{max-width:972px}}@media only screen and (max-width:992px){.c-contact-info__inner{max-width:748px}}@media only screen and (max-width:768px){.c-contact-info__inner{max-width:100%;padding:0 2.4rem}}.c-contact-info__inner{display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:1200px){.c-contact-info__inner{flex-direction:column}.c-contact-info__item:not(:last-child){margin-bottom:3.2rem}}@media only screen and (max-width:768px){.c-contact-info__item{max-width:100%}}.c-contact-info__item--address{max-width:36rem}@media only screen and (max-width:1460px){.c-contact-info__item--address{max-width:28rem}}@media only screen and (max-width:1200px){.c-contact-info__item--address{max-width:36rem}}@media only screen and (max-width:992px){.c-contact-info__item--address{max-width:28rem}}.c-contact-info__item-label{font-size:1.8rem;line-height:2.7rem;font-weight:400;letter-spacing:-.018em}@media only screen and (max-width:992px){.c-contact-info__item-label{font-size:1.6rem;line-height:2.4rem}}.c-contact-info__item-label{color:#7f7776;margin-bottom:1.6rem}.c-contact-info__item-value{display:block;font-size:3.2rem;line-height:4.2rem;font-weight:700;letter-spacing:-.025em}@media only screen and (max-width:992px){.c-contact-info__item-value{font-size:2.6rem;line-height:3.2rem}}.c-contact-info__item-value{word-break:break-word}.c-contact-info__item-value--link{width:-moz-fit-content;width:fit-content;cursor:pointer}