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-family:"IBM Plex Sans",sans-serif;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.5}body.main{background:#000}body.about{background:#dadada}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}a{text-decoration:none}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}.container{max-width:1200px;padding:0 20px;margin:0 auto}@media (max-width:640px){.container{padding:0 10px}}.container span.green{color:#0dc582}.show{display:block}.button{display:inline-block;font-size:16px;font-family:"IBM Plex Sans",sans-serif;font-weight:700;padding:11px 30px;border:1px solid #fff;border-radius:31px;text-transform:uppercase;line-height:19.2px;overflow:hidden!important;position:relative;-webkit-transition:.2s -webkit-transform ease-in-out;transition:.2s -webkit-transform ease-in-out;-o-transition:.2s transform ease-in-out;transition:.2s transform ease-in-out;transition:.2s transform ease-in-out,.2s -webkit-transform ease-in-out;will-change:transform;z-index:0}@media (max-width:640px){.button{font-size:14px;padding:11px 23px}}.button:after{background-color:#0dc582;border-radius:3rem;content:"";display:block;height:100%;width:100%;position:absolute;left:0;top:0;-webkit-transform:translate(-100%,0) rotate(10deg);-ms-transform:translate(-100%,0) rotate(10deg);transform:translate(-100%,0) rotate(10deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transition:.2s -webkit-transform ease-out;transition:.2s -webkit-transform ease-out;-o-transition:.2s transform ease-out;transition:.2s transform ease-out;transition:.2s transform ease-out,.2s -webkit-transform ease-out;will-change:transform;z-index:-1}.button:hover{border-color:#0dc582;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);will-change:transform}.button:hover:after{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.white_circle{display:inline-block;width:20px;height:20px;background:#fff;border-radius:50%;margin-left:5px}@media (max-width:640px){.white_circle{width:18px;height:18px}}.name-block{color:#000;font-size:64px;font-weight:700;line-height:76px;margin-bottom:24px}@media (max-width:1200px){.name-block{font-size:56px;line-height:60px}}@media (max-width:640px){.name-block{font-size:34px;line-height:40px}}.about{background:#dadada}.section-style{padding:120px 0}@media (max-width:1200px){.section-style{padding:100px 0}}@media (max-width:920px){.section-style{padding:90px 0}}@media (max-width:640px){.section-style{padding:80px 0}}.section-style .name-block{text-align:center}.header{background:#171717}.header a,.header p,.header span{font-family:"IBM Plex Sans",sans-serif;color:#fff}@media (max-width:640px){.header a,.header p,.header span{font-size:14px}}.header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px 10px;border-bottom:1px solid #fff}@media (max-width:640px){.header .container{padding:18px 10px}}.header .header-button,.header .logo-wrapper,.header .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header .logo{font-size:20px;font-family:"IBM Plex Sans",sans-serif;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}@media (max-width:640px){.header .logo{font-size:18px}}@media (max-width:520px){.header .logo{display:none}}.header #toggle{display:none;width:28px}@media (max-width:768px){.header #toggle{display:inline-block;left:0;top:0;z-index:9}}.header #toggle span:after,.header #toggle span:before{content:"";position:absolute;left:0;top:-9px}.header #toggle span:after{top:9px}.header #toggle span{position:relative;display:block}.header #toggle span,.header #toggle span:after,.header #toggle span:before{width:100%;height:5px;background-color:#fff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:2px}.header #toggle.on span{background-color:transparent}.header #toggle.on span:before{-webkit-transform:rotate(45deg) translate(5px,5px);-ms-transform:rotate(45deg) translate(5px,5px);transform:rotate(45deg) translate(5px,5px)}.header #toggle.on span:after{-webkit-transform:rotate(-45deg) translate(7px,-8px);-ms-transform:rotate(-45deg) translate(7px,-8px);transform:rotate(-45deg) translate(7px,-8px)}.header #toggle.on+.list-menu{opacity:1;visibility:visible}.header .list-menu{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){.header .list-menu{width:60%;position:absolute;right:0;top:0;border-radius:4px;background:#fff;-webkit-box-shadow:0 1px 8px rgba(0,0,0,.6);box-shadow:0 1px 8px rgba(0,0,0,.6);opacity:0;visibility:hidden;-webkit-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;z-index:99}.header .list-menu:after{position:absolute;top:-15px;left:95px;content:"";display:block;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:20px solid #fff}}.header .list-menu .item{margin-right:32px}@media (max-width:768px){.header .list-menu .item{margin-bottom:20px}}.header .list-menu .item:last-child{margin-right:0}.header .list-menu .link{font-size:16px}@media (max-width:768px){.header .list-menu .link{color:#171717}}.header.about{background:#dadada}.header.about #toggle span,.header.about #toggle span:after,.header.about #toggle span:before{background:#000}.header.about #toggle.on span{background-color:transparent}.header.about .header-button a{border-color:#000;color:#000}.header.about .menu a{color:#000}.header .active_top{position:relative}.header .active_top:before{content:"";position:absolute;width:8px;height:8px;background:#0dc582;border-radius:50%;top:150%;left:45%}@media (max-width:640px){.header .active_top:before{top:10px;left:calc(100% + 10px)}}.mobile{display:none}@media (max-width:990px){.mobile{display:inline-block;max-width:277px;position:relative;z-index:9}}.slogan-container{font-size:64px;font-weight:700;color:#fff;line-height:76px;width:65%;margin-bottom:64px}@media (max-width:1200px){.slogan-container{font-size:55px}}@media (max-width:990px){.slogan-container{font-size:48px;width:70%;margin-bottom:48px;line-height:57px}}@media (max-width:640px){.slogan-container{font-size:32px;line-height:48px}}@media (max-width:540px){.slogan-container{font-size:20px;line-height:25px}}.number{font-size:24px;border:1px solid #fff;border-radius:50%;display:inline-block;padding:0 11px;margin-bottom:42px}@media (max-width:640px){.number{margin-bottom:20px}}.button-bg{background:#0dc582;color:#fff;border:none;display:inline-block;font-size:16px;font-family:"IBM Plex Sans",sans-serif;font-weight:700;padding:11px 30px;border-radius:31px;text-transform:uppercase;line-height:19.2px;overflow:hidden!important;position:relative;-webkit-transition:.2s -webkit-transform ease-in-out;transition:.2s -webkit-transform ease-in-out;-o-transition:.2s transform ease-in-out;transition:.2s transform ease-in-out;transition:.2s transform ease-in-out,.2s -webkit-transform ease-in-out;will-change:transform;z-index:0}.button-bg:after{background-color:#000;border-color:#000;border-radius:3rem;content:"";display:block;height:100%;width:100%;position:absolute;left:0;top:0;-webkit-transform:translate(-100%,0) rotate(10deg);-ms-transform:translate(-100%,0) rotate(10deg);transform:translate(-100%,0) rotate(10deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transition:.2s -webkit-transform ease-out;transition:.2s -webkit-transform ease-out;-o-transition:.2s transform ease-out;transition:.2s transform ease-out;transition:.2s transform ease-out,.2s -webkit-transform ease-out;will-change:transform;z-index:-1}.button-bg:hover{border:1px solid #fff;background:#0dc582;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);will-change:transform}.button-bg:hover:after{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);background:#000}.slogan{background:#171717;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.slogan.about{background:#dadada}.slogan .container{padding-top:200px;padding-bottom:200px;position:relative;overflow:hidden}@media (max-width:1200px){.slogan .container{padding-top:170px;padding-bottom:170px}}@media (max-width:990px){.slogan .container{padding-top:156px;padding-bottom:156px}}@media (max-width:640px){.slogan .container{padding-top:100px;padding-bottom:100px}}@media (max-width:520px){.slogan .container{padding-top:84px;padding-bottom:84px}}.slogan h1{font-size:72px;font-weight:700;color:#fff;line-height:84px;position:relative}@media (max-width:1200px){.slogan h1{font-size:60px}}@media (max-width:640px){.slogan h1{font-size:38px;line-height:65px}}@media (max-width:520px){.slogan h1{font-size:34px}}.slogan img{position:absolute;width:100%;max-width:356px;left:20%;top:25%;background:url(../images/dest/circele_green.png) 0 0 no-repeat;background-size:contain}@media (max-width:990px){.slogan img{background-position:center;max-width:320px!important}}@media (max-width:640px){.slogan img{top:15%;left:10%;width:210px!important;height:210px!important}}.slogan img:last-child{position:absolute;width:100%;max-width:396px;left:60%;top:25%;background:url(../images/dest/circle_gray.png) 0 0 no-repeat;background-size:contain;opacity:.2}@media (max-width:990px){.slogan img:last-child{background-position:center;right:-30%}}.services{background:#171717;color:#fff;padding-bottom:120px;padding-top:120px}@media (max-width:640px){.services{padding-bottom:80px;padding-top:80px}}.services .owl-nav{width:150px;max-width:150px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.services .owl-nav button{width:48px;height:48px;border:1px solid #fff!important;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:22px}.services .owl-nav button span{font-size:45px;position:relative;line-height:100%;top:-3px;left:-1px}.services .owl-nav button:last-child span{left:0}.services .pre-name{text-align:left;margin-top: 5px;}.services .list_carousel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:150px}@media (max-width:640px){.services .list_carousel{margin-bottom:0}}@media (max-width:920px) and (max-height:420px){.services .list_carousel{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.services .list_carousel div{width:33%;margin-bottom:86px}@media (max-width:640px){.services .list_carousel div{width:100%;margin-bottom:20px}}@media (max-width:920px) and (max-height:420px){.services .list_carousel div{width:100%;margin-bottom:20px}}.services .list_carousel div:nth-child(4),.services .list_carousel div:nth-child(5),.services .list_carousel div:nth-child(6){margin-bottom:0}.services .list_carousel .title-list{font-size:24px;font-weight:700;margin-bottom:16px}@media (max-width:990px){.services .list_carousel .title-list{font-size:20px}}@media (max-width:640px){.services .list_carousel .title-list{font-size:24px}}@media (max-width:540px){.services .list_carousel .title-list{font-size:18px}}.services .list_carousel .text-list{line-height:19.2px;width:80%}@media (max-width:990px){.services .list_carousel .text-list{font-size:14px;width:96%}}@media (max-width:640px){.services .list_carousel .text-list{font-size:17px;line-height:25px}}@media (max-width:540px){.services .list_carousel .text-list{font-size:14px}}@media (max-width:540px){.services .find{display:none}}.services .find p{font-size:48px;font-weight:700;margin-bottom:32px}@media (max-width:640px){.services .find p{font-size:32px}}.approach{background:#dadada;padding-top:120px;padding-bottom:120px}@media (max-width:640px){.approach{padding-bottom:80px;padding-top:80px}}.approach .container{background-size:456px;background-position:center right;position:relative}.approach .container .mouse{position:absolute;width:100%;top:-5%;right:10%;max-width:456px}@media (max-width:640px){.approach .container{background-size:350px;background-position:center right}}@media (max-width:540px){.approach .container{background-size:200px;background-position:top right}}.approach .name-block{color:#000}.approach .pre-name{text-align:left}.approach .slogan-container{color:#000;margin-bottom:48px}@media (max-width:540px){.approach .slogan-container{margin-bottom:35px}}.approach .text-block{text-align:center}.approach .text-block p{font-size:24px;line-height:28px;width:100%;max-width:349px;margin:0 auto 120px;text-align:left}@media (max-width:990px){.approach .text-block p{font-size:18px}}@media (max-width:540px){.approach .text-block p{font-size:14px;margin-bottom:84px}}.approach .text-block a{color:#0dc582;text-transform:uppercase;font-weight:700}.approach .text-block img{display:inline-block;padding-top:10px;margin-left:10px;width:10px;height:23px;-o-object-fit:contain;object-fit:contain}.work-step{padding:120px 0;background:#171717;color:#fff}@media (max-width:1200px){.work-step{padding:100px 0}}@media (max-width:640px){.work-step{padding:80px 0}}.work-step .owl-nav{width:150px;max-width:150px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.work-step .owl-nav button{width:48px;height:48px;border:1px solid #fff!important;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:22px}.work-step .owl-nav button span{font-size:45px;position:relative;line-height:100%;top:-3px;left:-1px}.work-step .owl-nav button:last-child span{left:0}.work-step .item{margin-bottom:150px}@media (max-width:990px){.work-step .item{margin-bottom:100px}}@media (max-width:640px){.work-step .item{margin-bottom:30px}}.work-step .number{margin-bottom:24px}.work-step .content-step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:640px){.work-step .content-step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:920px) and (max-height:420px){.work-step .content-step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.work-step .slogan-block{font-size:36px;margin-bottom:32px}@media (max-width:990px){.work-step .slogan-block{font-size:24px}}.work-step .image-block{max-width:650px;padding:10px}.work-step .image-block img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.work-step .text-block{max-width:386px}.work-step .text-block .paragraph{line-height:19.2px;margin-bottom:24px}@media (max-width:990px){.work-step .text-block .paragraph{font-size:14px}}.work-step .item:nth-child(2) .content-step{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:640px){.work-step .item:nth-child(2) .content-step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:920px) and (max-height:420px){.work-step .item:nth-child(2) .content-step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.work-step .item:nth-child(3),.work-step .item:nth-child(5){max-width:680px;margin:0 auto 150px}@media (max-width:990px){.work-step .item:nth-child(3),.work-step .item:nth-child(5){margin-bottom:100px}}.work-step .item:nth-child(3) .content-step,.work-step .item:nth-child(5) .content-step{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.work-step .item:nth-child(3) .text-block,.work-step .item:nth-child(5) .text-block{margin-right:20px}.work-step .item:nth-child(5){margin-bottom:0}.challenge-us{background:#e7e7e7;padding:120px 0}@media (max-width:640px){.challenge-us{padding:80px 0}}.challenge-us .container{max-width:511px}.challenge-us .name-block{color:#000;font-size:64px;line-height:76px;margin-bottom:24px}@media (max-width:1200px){.challenge-us .name-block{font-size:56px}}@media (max-width:640px){.challenge-us .name-block{font-size:34px}}.challenge-us .form-group input,.challenge-us .form-group p{display:block;margin-bottom:24px}.challenge-us .form-group input{background:#e7e7e7;font-size:16px;border:1px solid rgba(0,0,0,.16);border-radius:5px;width:100%;padding:10px 8px 10px 15px}.challenge-us .form-group textarea{background:#e7e7e7;font-size:16px;border:1px solid rgba(0,0,0,.16);border-radius:5px;width:100%;padding:10px 8px 10px 15px;margin-bottom:24px;font-family:"IBM Plex Sans",sans-serif}.challenge-us .form-group:last-child{text-align:center;position:relative;top:-54px}.challenge-us .form-group:last-child button{color:#000}.challenge-us .form-group:last-child button:hover{color:#fff}.pre-name{text-align:center;text-transform:uppercase;color:gray;font-size:16px;font-weight:700;line-height:17px;margin-bottom:16px}@media (max-width:990px){.pre-name{font-size:15px;line-height:100%;margin-bottom:8px}}@media (max-width:540px){.pre-name{font-size:13px;line-height:18px;margin-bottom:0}}.about-page-slogan .container{padding-top:250px;padding-bottom:250px;max-width:100%;width:100%;overflow:hidden}@media (max-width:1200px){.about-page-slogan .container{padding-top:200px;padding-bottom:200px}}@media (max-width:990px){.about-page-slogan .container{padding-top:176px;padding-bottom:176px}}@media (max-width:640px){.about-page-slogan .container{padding-top:150px;padding-bottom:150px}}@media (max-width:520px){.about-page-slogan .container{padding-top:100px;padding-bottom:100px}}.about-page-slogan h1{text-align:center;font-size:128px;color:#000}@media (max-width:1200px){.about-page-slogan h1{font-size:60px}}@media (max-width:640px){.about-page-slogan h1{font-size:38px;line-height:65px}}@media (max-width:520px){.about-page-slogan h1{font-size:30px}}.about-page-slogan img{left:25%!important;top:15%!important}.text-about p{font-size:64px;line-height:72px}@media (max-width:1200px){.text-about p{font-size:57px;line-height:64px}}@media (max-width:990px){.text-about p{font-size:50px;line-height:67px}}@media (max-width:768px){.text-about p{font-size:36px;line-height:42px}}@media (max-width:640px){.text-about p{font-size:20px;line-height:24px}}.achieved .name-block{margin-bottom:64px}@media (max-width:990px){.achieved .name-block{margin-bottom:55px}}@media (max-width:640px){.achieved .name-block{margin-bottom:30px;font-size:34px}}.achieved .achieved-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding-top:36px}@media (max-width:1200px){.achieved .achieved-list{padding-top:25px}}.achieved .achieved-list:after{content:"";position:absolute;width:1px;height:100%;background:#000;top:20px;left:50%;z-index:1}@media (max-width:640px){.achieved .achieved-list:after{left:0;height:calc(100% - 25px)}}.achieved .achieved-list:before{content:"";position:absolute;width:20px;height:20px;background:#0dc582;border-radius:100%;top:0;left:calc(50% - 10px);z-index:5}@media (max-width:640px){.achieved .achieved-list:before{width:15px;height:15px;left:-6px;top:10px}}.achieved .achieved-list .item{width:50%;max-width:550px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:640px){.achieved .achieved-list .item{width:90%;padding-left:10px;margin-bottom:16px}}.achieved .achieved-list .item.hidden-item{width:50%;height:300px}@media (max-width:1200px){.achieved .achieved-list .item.hidden-item{height:240px}}@media (max-width:900px){.achieved .achieved-list .item.hidden-item{height:190px}}@media (max-width:640px){.achieved .achieved-list .item.hidden-item{display:none}}.achieved .achieved-list .item .icon{width:100%;max-width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../images/dest/flag.png) no-repeat 0 0;background-size:26px 26px;background-position:center;border:1px solid #000;border-radius:100%;margin-right:20px;margin-top:6px}@media (max-width:900px){.achieved .achieved-list .item .icon{max-width:37px;height:37px;background-size:20px 20px;margin-right:15px}}.achieved .achieved-list .item:nth-child(1){padding-right:64px}@media (max-width:900px){.achieved .achieved-list .item:nth-child(1){padding-right:40px}}@media (max-width:640px){.achieved .achieved-list .item:nth-child(1){padding-right:0}}.achieved .achieved-list .item:nth-child(4){padding-left:64px}.achieved .achieved-list .item:nth-child(4) .icon{background:url(../images/dest/award.png) no-repeat 0 0;background-position:center}@media (max-width:900px){.achieved .achieved-list .item:nth-child(4){padding-left:40px}}@media (max-width:640px){.achieved .achieved-list .item:nth-child(4){padding-left:10px}}.achieved .achieved-list .item:nth-child(5){padding-right:64px}.achieved .achieved-list .item:nth-child(5) .icon{background:url(../images/dest/globe.png) no-repeat 0 0;background-size:26px 26px;background-position:center}@media (max-width:900px){.achieved .achieved-list .item:nth-child(5) .icon{background-size:20px 20px}}@media (max-width:640px){.achieved .achieved-list .item:nth-child(5) .icon{padding-right:0}}@media (max-width:900px){.achieved .achieved-list .item:nth-child(5){padding-right:40px}}.achieved .achieved-list .item:nth-child(7){height:-webkit-max-content;height:-moz-max-content;height:max-content}.achieved .achieved-list .item:nth-child(8){padding-left:64px}@media (max-width:900px){.achieved .achieved-list .item:nth-child(8){padding-left:40px}}@media (max-width:640px){.achieved .achieved-list .item:nth-child(8){padding-left:10px}}.achieved .achieved-list .item:nth-child(8) .icon{background:url(../images/dest/smile.png) no-repeat 0 0;background-position:center}.achieved .achieved-list .item .slogan-item{color:#000;font-size:24px;line-height:31px;margin-bottom:5px;font-weight:700} .terms_post{color:#000;font-size:24px;line-height:31px;margin-bottom:5px;font-weight:700}@media (max-width:990px){.achieved .achieved-list .item .slogan-item{font-size:21px;line-height:24px}}@media (max-width:640px){.achieved .achieved-list .item .slogan-item{font-size:16px;line-height:18px}}.achieved .achieved-list .item .text{font-size:20px;line-height:25px}@media (max-width:990px){.achieved .achieved-list .item .text{font-size:18px;line-height:22px}}@media (max-width:640px){.achieved .achieved-list .item .text{font-size:14px;line-height:16px}}.founding{overflow-x:hidden}.founding .name-block{margin-bottom:48px}.founding .founding-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:640px){.founding .founding-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.founding .founding-list .item{width:100%;max-width:262px;margin-right:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:990px){.founding .founding-list .item{margin-right:25px}}@media (max-width:640px){.founding .founding-list .item{margin-right:0;margin-bottom:20px;width:100%;max-width:300px}}.founding .founding-list .item:last-child{margin-right:0}.founding .founding-list .item .image{width:100%;height:100%;max-height:375px;border-radius:15px;margin-bottom:24px}@media (max-width:990px){.founding .founding-list .item .image{margin-bottom:20px}}.founding .founding-list .item .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:15px}.founding .founding-list .name{margin-bottom:7px;font-size:24px;line-height:29px}@media (max-width:990px){.founding .founding-list .name{font-size:21px;line-height:24px}}@media (max-width:640px){.founding .founding-list .name{font-size:18px;line-height:22px}}.founding .founding-list .position{font-size:20px;color:#0dc582;text-transform:uppercase}@media (max-width:990px){.founding .founding-list .position{font-size:18px;line-height:22px}}@media (max-width:640px){.founding .founding-list .position{font-size:16px;line-height:18px}}.mission{background:#0dc582;padding:214px 0}.mission .pre-name{color:#DADADA}@media (max-width:990px){.mission{padding:180px 0}}@media (max-width:640px){.mission{padding:110px 0}}.mission .mission-text{width:100%;max-width:667px;font-size:48px;font-weight:700;color:#fff;line-height:58px;margin:0 auto;text-align:center}@media (max-width:640px){.mission .mission-text{font-size:30px;line-height:34px}}.feedback .owl-nav{display:none}.feedback .owl-dots{text-align:center;padding-top:15px}.feedback .owl-dots button.owl-dot{width:15px;height:15px;border-radius:50%;display:inline-block;background:#ccc;margin:0 3px}.feedback .owl-dots button.owl-dot.active{background-color:#000}.feedback .owl-dots button.owl-dot:focus{outline:0}.feedback .pre-name{text-align:left}.feedback .name-block{width:100%;max-width:690px;text-align:left;margin-bottom:48px}.feedback .comment-slider{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:640px){.feedback .comment-slider{display:block}}.feedback .comment-slider .item{width:50%;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;background:#e7e7e7;padding:32px 32px 39px}@media (max-width:640px){.feedback .comment-slider .item{width:100%;margin-bottom:20px;padding:20px 20px 30px}}.feedback .comment-slider .item:first-child{margin-right:15px}.feedback .comment-slider .star-review{margin-bottom:10px;height:24px}@media (max-width:640px){.feedback .comment-slider .star-review{height:20px}}.feedback .comment-slider .star-review span{display:inline-block;width:24px;height:24px;background:url(../images/dest/star.png) no-repeat 0 0;background-size:contain;background-position:center}@media (max-width:640px){.feedback .comment-slider .star-review span{width:20px;height:20px}}.feedback .comment-slider .name-review{font-size:20px;font-weight:700;line-height:25px;margin-bottom:8px}@media (max-width:640px){.feedback .comment-slider .name-review{font-size:16px}}.feedback .comment-slider .text-review{font-size:16px;line-height:120%;margin-bottom:15px}@media (max-width:640px){.feedback .comment-slider .text-review{font-size:14px}}.feedback .comment-slider .writer{font-size:16px;color:gray;padding-left:32px;position:relative}.feedback .comment-slider .writer:before{content:"";position:absolute;width:24px;height:1px;background:gray;top:50%;left:0}.top-career{background:#171717;padding:200px 0 300px}@media (max-width:640px){.top-career{padding:180px 0 280px}}@media (max-width:540px){.top-career{padding:130px 0 230px}}.top-career h1{color:#fff;font-size:128px;line-height:100%;text-align:center}@media (max-width:640px){.top-career h1{font-size:100px}}@media (max-width:540px){.top-career h1{font-size:70px}}.top-career h1 span.green{border-radius:15px}.work-us_career{padding:90px 0;background:#dadada}@media (max-width:768px){.work-us_career{padding:64px 0}}.work-us_career .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:90px;position:relative}@media (max-width:540px){.work-us_career .content{margin-bottom:50px}}.work-us_career .left{width:100%;max-width:692px}@media (max-width:920px){.work-us_career .left{position:relative;z-index:4}}@media (max-width:540px){.work-us_career .left{max-width:100%}}.work-us_career .left .pre-name{text-align:left}.work-us_career .left .name-block{margin-bottom:48px}@media (max-width:540px){.work-us_career .left .name-block{margin-bottom:30px;font-size:28px;line-height:120%}}.work-us_career .left .text{font-size:24px;line-height:30px;max-width:567px}@media (max-width:640px){.work-us_career .left .text{font-size:18px;line-height:120%}}@media (max-width:540px){.work-us_career .left .text{font-size:16px;line-height:110%}}.work-us_career .right{width:100%;max-width:488px;height:488px}@media (max-width:920px){.work-us_career .right{max-width:440px;height:440px;right:30px;position:absolute;z-index:2}}@media (max-width:640px){.work-us_career .right{max-width:400px;height:400px}}@media (max-width:540px){.work-us_career .right{max-width:270px;height:270px}}.work-us_career .right img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.work-us_career .link-vacancies{max-width:170px;margin:0 auto;text-align:left;position:relative;z-index:5}@media (max-width:640px){.work-us_career .link-vacancies{max-width:150px}}.work-us_career .link-vacancies:after{content:"";position:absolute;width:20px;height:23px;background:url(../images/dest/arrow.png) no-repeat center;background-size:contain;top:0;right:0}.work-us_career .link-vacancies a{color:#0dc582;font-size:16px;line-height:120%;text-transform:uppercase;font-weight:700}.vacancies{padding:90px 0;background:#171717}@media (max-width:768px){.vacancies{padding:64px 0}}.vacancies .name-block{color:#fff;text-align:center;margin:0 auto 19px}@media (max-width:640px){.vacancies .name-block{margin-bottom:10px}}@media (max-width:540px){.vacancies .name-block{font-size:28px}}.vacancies .pre-slogan{font-size:40px;line-height:120%;color:#fff;text-align:center;margin-bottom:64px}@media (max-width:640px){.vacancies .pre-slogan{font-size:22px;margin-bottom:40px}}@media (max-width:540px){.vacancies .pre-slogan{font-size:18px}}.vacancies .list-vacancy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.vacancies .list-vacancy .item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px 0;border-bottom:1px solid #dadada}@media (max-width:640px){.vacancies .list-vacancy .item{padding:19px 0}}.vacancies .list-vacancy .item.head div{color:gray;text-transform:uppercase;font-size:16px;line-height:100%}.vacancies .list-vacancy .item.vacancy div{font-size:24px;line-height:120%}@media (max-width:640px){.vacancies .list-vacancy .item.vacancy div{font-size:18px}}.vacancies .list-vacancy .item div{width:100%;color:#fff}.vacancies .list-vacancy .item div:nth-child(1){max-width:60%;padding-left:50px}@media (max-width:640px){.vacancies .list-vacancy .item div:nth-child(1){max-width:50%;padding-left:30px}}@media (max-width:540px){.vacancies .list-vacancy .item div:nth-child(1){max-width:100%}}.vacancies .list-vacancy .item div:nth-child(2),.vacancies .list-vacancy .item div:nth-child(3){max-width:20%}@media (max-width:540px){.vacancies .list-vacancy .item div:nth-child(2),.vacancies .list-vacancy .item div:nth-child(3){display:none}}.challenge-us label{position:relative;right:10px;top:-54px}.challenge-us label.upload-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.challenge-us label.upload-file input{opacity:0}.challenge-us label p.mask{text-align:right}.challenge-us label p.mask img{width:16px;height:17px;-o-object-fit:contain;object-fit:contain}.vacancy-info{background:#171717;padding:90px 0 0}@media (max-width:640px){.vacancy-info{padding:64px 0}}.vacancy-info .pre-text{color:gray;font-size:16px;line-height:120%;text-transform:uppercase;font-weight:700;margin-bottom:16px}.vacancy-info .name-vacancy{font-size:90px;line-height:100%;margin-bottom:24px;font-weight:700;color:#fff}@media (max-width:920px){.vacancy-info .name-vacancy{font-size:80px}}@media (max-width:768px){.vacancy-info .name-vacancy{font-size:70px}}.vacancy-info .text-vacancy{font-size:20px;line-height:120%;color:#fff;width:100%;max-width:700px;margin-bottom:48px}@media (max-width:920px){.vacancy-info .text-vacancy{font-size:19px}}.vacancy-info .text-vacancy.bottom{margin-bottom:90px}.vacancy-info .name-list{font-size:64px;line-height:100%;font-weight:700;color:#fff;margin-bottom:48px}@media (max-width:920px){.vacancy-info .name-list{font-size:60px}}@media (max-width:768px){.vacancy-info .name-list{font-size:50px}}.vacancy-info .list-vacancy{padding-bottom:90px}.vacancy-info .list-vacancy li{width:100%;max-width:748px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;line-height:24px;color:#fff;margin-bottom:32px}.vacancy-info .list-vacancy li:last-child{margin-bottom:0}.vacancy-info .list-vacancy li span{display:inline-block;border:1px solid gray;font-size:24px;padding:8px 13px;border-radius:100%;color:#fff;margin-right:10px}.challenge-us.vacancy-page{background:#171717!important}.challenge-us.vacancy-page .container{max-width:1200px}.challenge-us.vacancy-page .name-block{color:#fff;margin-bottom:24px;max-width:100%;text-align:center}.challenge-us.vacancy-page .form-send{width:100%;max-width:900px;margin:0 auto}.challenge-us.vacancy-page .form-group p{color:#fff;max-width:422px;margin:0 auto 48px;text-align:center;font-size:18px}.challenge-us.vacancy-page .text-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:32px}.challenge-us.vacancy-page .text-block .input-block,.challenge-us.vacancy-page .text-block .text-area{width:100%;max-width:420px}.challenge-us.vacancy-page .text-block .input-block input,.challenge-us.vacancy-page .text-block .input-block textarea,.challenge-us.vacancy-page .text-block .text-area input,.challenge-us.vacancy-page .text-block .text-area textarea{width:100%;color:#fff;background:#171717;border:1px solid gray;outline:0}.challenge-us.vacancy-page .text-block .input-block input[name=email],.challenge-us.vacancy-page .text-block .text-area input[name=email]{margin-bottom:0}.challenge-us.vacancy-page .text-block .input-block textarea,.challenge-us.vacancy-page .text-block .text-area textarea{height:100%;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;font-family:"IBM Plex Sans",sans-serif}.challenge-us.vacancy-page .text-block .input-block{padding-right:20px}.challenge-us.vacancy-page .form-group button{width:100%;max-width:183px;color:#fff}.footer{padding:64px 0;background:#171717;color:#fff}.footer.about{background:#dadada;color:#000}@media (max-width:640px){.footer{padding:20px}}.footer a{text-decoration:none;color:#fff}.footer .email{font-size:20px;font-weight:700;margin-bottom:15px}@media (max-width:990px){.footer .email{font-size:16px}}.footer p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:640px){.footer p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer p,.footer span{font-size:15px}@media (max-width:990px){.footer p,.footer span{font-size:13px}}.footer span{display:inline-block;margin-top:10px}.button-up{display:none;border:2px solid #0dc582;border-radius:100%;position:fixed;right:20px;top:80%;width:60px;height:60px;cursor:pointer}@media (max-width:990px){.button-up{width:48px;height:48px}}@media (max-width:640px){.button-up{width:40px;height:40px}}.button-up img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}