@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::selection {
  background: #000;
  color: #fff;
}
*::-moz-selection {
  background: #000;
  color: #fff;
}
*::-webkit-selection{
  background: #000;
  color: #fff;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #000;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #000;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track:hover{
  background-color: #f5f5f5;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #f5f5f5;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body{
  width: 100%;
  background: #fff;
}
body{
  margin: 0;
  width: 100%;
  background: #fff;
  color: #041740;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c1c1c1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c1c1c1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c1c1c1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c1c1c1;
}
:-o-placeholder { /* Firefox 18- */
  color: #c1c1c1;
}
:placeholder { /* Firefox 18- */
  color: #c1c1c1;
}
::placeholder { /* Firefox 18- */
  color: #c1c1c1;
}

#page{
  font-size: 16px;
  line-height: 1.5;
  float: left;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  background: #fff;
  color: #041740;
  z-index: 9;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.wrap-line-mg{
  padding: 120px 0;
}
.wrap-line-mg-bm{
  padding: 0 0 120px;
}
.wrap-line.bg-gray{
  background: #F4F4F4;
}
.wrap-grid{
/*  max-width: 1440px;*/
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 50px;
}

.block{

}
.title{
  color: #041740;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding-left: 18px;
  text-wrap: balance;
}
.title:before{
  content: "";
  border-radius: 1px;
  background: #EA1B33;
  width: 10px;
  height: 10px;
  left: 0;
  top: 38px;
  display: block;
  position: absolute;
}
.title-wrap-center{
  display: flex;
  width: 100%;
  justify-content: center;
}
.description{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: balance;
}
.description.ta-center{
  text-align: center;
}

.hero{

}
.hero .block{
  min-height: 590px;
  width: 100%;
}
#hero-home.hero .block{
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

#hero-home{
  position: relative;
  background: #212121;
}
#hero-home .bg-hero{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#hero-home .bg-hero span{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/hero-home.jpg') right center no-repeat;
  background-size: cover;
}
#hero-home .bg-hero.has-overflow span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}
#hero-home .block{
  position: relative;
  z-index: 9;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
#hero-home .img{
  margin: 0 -50px;
}
#hero-home .img img{
  display: block;
  width: 100%;
  height: auto;
}
#hero-home .cta{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 40px 0 30px;
}
#hero-home .cta .cta-text{
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  max-width: 871px;
}
#hero-home .cta .cta-icon{
  display: block;
  flex-shrink: 0;
  fill: #fff;
  margin-bottom: 4px;
}
#hero-home-navs{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.30);
}
#hero-home-navs .header-actions{
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero{
  color: #fff;
  background: #212121;
}
.hero .block-hero{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 130px 0 60px;
}
.hero .block-hero .page-hero-cont{
  width: 50%;
  padding-bottom: 120px;
}
.hero .block-hero .page-title{
  color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}
.hero .block-hero .page-desc{
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.hero .bg-hero{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .bg-hero span{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .bg-hero.has-overflow span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 16%, rgba(0, 0, 0, 0.5) 100%);
}
.hero .block{
  position: relative;
  z-index: 9;
}
.hero .btn-scroll-next{
  position: absolute;
  cursor: pointer;
  left: -5px;
  bottom: 25px;
  padding: 5px;
  z-index: 9;
  display: block;
  text-decoration: none;
  outline: none;

  animation: scrollArrow 1.8s ease-in-out infinite;
  will-change: transform;
}
.hero .btn-scroll-next svg{
  width: 15px;
  height: 18px;
  display: block;
}

@keyframes scrollArrow {
  0%,
  100% {
      transform: translateY(0);
  }

  50% {
      transform: translateY(8px);
  }
}

#hero-about .bg-hero span{
  background: url('../images/hero-about.jpg') center no-repeat;
  background-size: cover;
}
#hero-career .bg-hero span{
  background: url('../images/hero-career.jpg') center no-repeat;
  background-size: cover;
}
#hero-contacts .bg-hero span{
  background: url('../images/hero-contacts.jpg') center no-repeat;
  background-size: cover;
}
#hero-portfolio .bg-hero span{
  background: url('../images/hero-portfolio.jpg') center no-repeat;
  background-size: cover;
}
#hero-partnership .bg-hero span{
  background: url('../images/hero-partnership.jpg') center no-repeat;
  background-size: cover;
}

#header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 30px 0;
}
.home #header{
  display: none;
}
#header .block{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#header .logo{
  display: block;
}
#header .logo a{
  text-decoration: none;
  outline: none;
  display: block;
}
#header .logo img{
  display: block;
  width: auto;
  height: 24px;
}
#header .logo img.logo-red{
  display: none;
}
#header .header-actions{
  display: flex;
  align-items: center;
  gap: 40px;
}

#header-btn{

}
#header-btn .btn{
  display: flex;
  align-items: center;
  text-decoration: none;
  outline: none;
  border: none;
  padding: 5px;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: none;
  cursor: pointer;
}
#header-btn .btn span{
  color: #fff;
}
#header-btn .btn svg{
  width: 13px;
  height: 12px;
  display: block;
  fill: #fff;
}
#header-btn .btn span,
#header-btn .btn svg{
  position: relative;
  z-index: 3;
}
#header-btn .btn:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
#header-btn .btn:hover:before{
  height: 100%;
  background: #EA1B33;
}

#main-menu{
  display: block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
#main-menu .menu-logo{
  display: none;
}
#main-menu .menu-lang{
  display: none;
}
#main-menu .menu-photo{
  display: none;
}
#main-menu .btn-menu-close{
  display: none;
}
#main-menu > ul{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px;
}
#main-menu > ul li{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
#main-menu > ul li a,
#main-menu > ul li span{
  text-decoration: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
#main-menu > ul li a:before,
#main-menu > ul li span:before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #fff;
}
#main-menu > ul li a:hover:before,
#main-menu > ul li span:hover:before{
  background: #E81C33;
}
#main-menu > ul li a.active:before,
#main-menu > ul li span.active:before{
  background: #E81C33;
}

#block-lang{
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
#block-lang ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
  position: relative;
}
#block-lang ul li{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
#block-lang ul li + li{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 8px;
  white-space: nowrap;
}
#block-lang:hover ul li + li{
  display: flex;
}
#block-lang ul li a,
#block-lang ul li span{
  text-decoration: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
#block-lang ul li a:before,
#block-lang ul li span:before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #fff;
}
#block-lang ul li a:hover,
#block-lang ul li span:hover{
  color: #E81C33;
}
#block-lang ul li a:hover:before,
#block-lang ul li span:hover:before{
  background: #E81C33;
}
#block-lang ul li + li a:before,
#block-lang ul li + li span:before{
  visibility: hidden;
}
@keyframes lang-drop{
  from{ opacity: 0; transform: translateY(-4px); }
  to{ opacity: 1; transform: translateY(0); }
}
#block-lang:hover ul li + li{
  animation: lang-drop 0.2s ease;
}

.scrolled #header{
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.home.scrolled-home #header{
  display: block;
}
.scrolled #header .logo img.logo-white{
  display: none;
}
.scrolled #header .logo img.logo-red{
  display: block;
}
.scrolled #header #main-menu > ul li a,
.scrolled #header #main-menu > ul li span{
  color: #041740;
}
.scrolled #header #main-menu > ul li a:before,
.scrolled #header #main-menu > ul li span:before{
  background: #041740;
}
.scrolled #header #main-menu > ul li a:hover:before,
.scrolled #header #main-menu > ul li span:hover:before{
  background: #E81C33;
}
.scrolled #header #main-menu > ul li a.active:before,
.scrolled #header #main-menu > ul li span.active:before{
  background: #E81C33;
}
.scrolled #header #block-lang ul li a,
.scrolled #header #block-lang ul li span{
  color: #041740;
}
.scrolled #header #block-lang ul li a:before,
.scrolled #header #block-lang ul li span:before{
  background: #041740;
}
.scrolled #header #block-lang ul li a:hover,
.scrolled #header #block-lang ul li span:hover{
  color: #E81C33;
}
.scrolled #header #block-lang ul li a:hover:before,
.scrolled #header #block-lang ul li span:hover:before{
  background: #E81C33;
}
.scrolled #header #header-btn .btn,
.scrolled #header #header-btn .btn span{
  color: #041740;
}
.scrolled #header #header-btn .btn svg{
  fill: #041740;
}
.scrolled #header #header-btn .btn:before{
  background: #041740;
}
.scrolled #header #header-btn .btn:hover,
.scrolled #header #header-btn .btn:hover span{
  color: #fff;
}
.scrolled #header #header-btn .btn:hover svg{
  fill: #fff;
}
.scrolled #header #header-btn .btn:hover:before{
  background: #EA1B33;
}
.scrolled #menu-triger{
  color: #041740;
}
.scrolled #menu-triger:before{
  background: #041740;
}


.page-default #header{
  background: #fff;
}
.page-default #header .logo img.logo-white{
  display: none;
}
.page-default #header .logo img.logo-red{
  display: block;
}
.page-default #header #main-menu > ul li a,
.page-default #header #main-menu > ul li span{
  color: #041740;
}
.page-default #header #main-menu > ul li a:before,
.page-default #header #main-menu > ul li span:before{
  background: #041740;
}
.page-default #header #main-menu > ul li a:hover:before,
.page-default #header #main-menu > ul li span:hover:before{
  background: #E81C33;
}
.page-default #header #main-menu > ul li a.active:before,
.page-default #header #main-menu > ul li span.active:before{
  background: #E81C33;
}
.page-default #header #block-lang ul li a,
.page-default #header #block-lang ul li span{
  color: #041740;
}
.page-default #header #block-lang ul li a:before,
.page-default #header #block-lang ul li span:before{
  background: #041740;
}
.page-default #header #block-lang ul li a:hover,
.page-default #header #block-lang ul li span:hover{
  color: #E81C33;
}
.page-default #header #block-lang ul li a:hover:before,
.page-default #header #block-lang ul li span:hover:before{
  background: #E81C33;
}
.page-default #header #header-btn .btn,
.page-default #header #header-btn .btn span{
  color: #041740;
}
.page-default #header #header-btn .btn svg{
  fill: #041740;
}
.page-default #header #header-btn .btn:before{
  background: #041740;
}
.page-default #header #header-btn .btn:hover,
.page-default #header #header-btn .btn:hover span{
  color: #fff;
}
.page-default #header #header-btn .btn:hover svg{
  fill: #fff;
}
.page-default #header #header-btn .btn:hover:before{
  background: #EA1B33;
}
.page-default #menu-triger{
  color: #041740;
}
.page-default #menu-triger:before{
  background: #041740;
}

.page-default #page{
  padding-top: 110px;
}
#main-default{
  padding-top: 60px;
}
#main-default .description{
  margin-top: 30px;
  padding-right: 50%;
}
#main-default .content{
  margin-top: 60px;
}

.breadcrumbs{
  position: absolute;
  left: 0;
  top: 100px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.breadcrumbs ul{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.breadcrumbs ul li{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.breadcrumbs ul li + li:before{
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  display: block;
  border-radius: 1px;
}
.breadcrumbs ul li span{
  display: block;
}
.breadcrumbs ul li a{
  color: #fff;
  display: block;
  text-decoration: none;
  outline: none;
}
.breadcrumbs ul li a:hover{

}
#block-breadcrumbs{
  color: #041740;
}
#block-breadcrumbs .breadcrumbs{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #041740;
}
#block-breadcrumbs .breadcrumbs ul li a{
  color: #041740;
}
#block-breadcrumbs .breadcrumbs ul li span{
  color: #145591;
}
#block-breadcrumbs .breadcrumbs ul li + li:before{
  background: #041740;
}
#block-breadcrumbs .breadcrumbs ul li a:hover{
  color: #E81C33;
}

#about{

}
#block-about{
  display: flex;
  width: 100%;
  gap: 60px;
  justify-content: space-between;
}
#block-about .description{
  max-width: 390px;
  width: 40%;
}
#block-about .content{
  max-width: 760px;
  width: 60%;
}
#block-about .view-nums{
  display: inline-block;
  width: 100%;
}
#block-about .view-nums .item{
  float: left;
  clear: both;
  max-width: 250px;
  padding-left: 30px;
  position: relative;
}
#block-about .view-nums .item:before{
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#block-about .view-nums .item + .item{
  margin-top: -20px;
}
#block-about .view-nums .num{
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
#block-about .view-nums .text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
}
#block-about .view-nums .item-1{
  margin-left: 105px;
}
#block-about .view-nums .item-2{
  float: right;
}
#block-about .view-nums .item-4{
  margin-left: 45%;
}

#deliver{

}
#deliver .content{
  margin-top: 60px;
}
#deliver .view-items{

}
#deliver .items-line{
  display: flex;
  gap: 15px;
  width: 100%;
}
#deliver .items-line + .items-line{
  margin: 15px 0 0;
}
#deliver .items-line-2{
  justify-content: end;
  justify-content: flex-end;
}
#deliver .card{
  width: 50%;
  max-width: 600px;
  border-radius: 3px;
  border: 1px solid rgba(4, 23, 64, 0.15);
  color: #041740;
  background: #FFF;
  padding: 30px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#deliver .card-header{

}
#deliver .card .num{
  color: #145591;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#deliver .card .name{
  color: #041740;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 15px;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#deliver .card .text{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 25px;
  min-height: 72px;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#deliver a.card:hover{
  color: #fff;
  background: #145591;
  border: 1px solid rgba(4, 23, 64, 0.15);
}
#deliver a.card:hover .num{
  color: #fff;
  opacity: 0.4;
}
#deliver a.card:hover .name,
#deliver a.card:hover .text{
  color: #fff;
}

.block-bg-img .img.img-mob{
  display: none;
}
.block-bg-img .img img{
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}

#categories{}
#categories .content{
  margin-top: 50px;
}
#categories .bl-head{
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 60px;
}
#categories .bl-head .description{
  text-align: right;
}
#categories .view-categories{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
#categories .view-categories .card{
  border-radius: 3px;
  border: 1px solid rgba(4, 23, 64, 0.15);
  color: #041740;
  background: #F4F4F4;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#categories .view-categories .card .num{
  color: #145591;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#categories .view-categories .card .icon{

}
#categories .view-categories .card .icon svg{
  display: block;
  width: 80px;
  height: 80px;
}
#categories .view-categories .card .icon svg,
#categories .view-categories .card .icon svg path{
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#categories .view-categories .card .name{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #041740;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#categories .view-categories a.card:hover{
  background: #145591;
  color: #fff;
}
#categories .view-categories a.card:hover .num{
  color: #F4F4F4;
}
#categories .view-categories a.card:hover .name{
  color: #fff;
}
#categories .view-categories a.card:hover svg path{
  stroke: #fff !important;
}

#logic{

}
#block-logic{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  position: relative;
}
#block-logic .content{
  min-width: 50%;
}
.view-logic{
  position: relative;
} 
.view-logic:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #b3b9c5;
  background: linear-gradient(90deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
.view-logic .item{
  padding: 48px 0;
  position: relative;
  padding-left: 83px;
  position: relative;
  overflow: hidden;
} 
.view-logic .item:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #b3b9c5;
  background: linear-gradient(90deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
.view-logic .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2a2a2a;
  transition: none;
  transform: scaleX(0);
  transform-origin: right;
}
.view-logic .item:hover::after {
  animation: lineIn 1s ease forwards;
}
.view-logic .item:not(:hover)::after {
  animation: lineOut 1s ease forwards;
}
.view-logic .item .num{
  color: #145591;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  position: absolute;
  left: 0;
  top: 46px;
  opacity: 0.6;
}
.view-logic .item .name{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.view-logic .item .text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
}

#reviews{
}
#reviews .content{
  margin-top: 60px;
}
.view-reviews{

}
.view-reviews .card{
  border-radius: 3px;
  border: 1px solid rgba(41, 89, 134, 0.15);
  background: #fff;
  padding: 30px;
  width: 100%;
}
.view-reviews .card .raiting{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4px;
}
.view-reviews .card .raiting .star{
  width: 16px;
  height: 16px;
  display: block;
  background: url('../images/star.svg') center no-repeat;
  background-size: contain;
}
.view-reviews .card .name{
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
}
.view-reviews .card .text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
}
.view-reviews .swiper-slide{
  display: flex;
  height: auto;
}
.view-reviews .swiper-slide .item{
  display: flex;
  width: 100%;
}
.view-reviews .swiper-pagination{
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}
.view-reviews .swiper-pagination-clickable .swiper-pagination-bullet{
  background: #041740;
  opacity: 0.15;
  width: 7px;
  height: 7px;
  display: block;
  margin: 0;
}
.view-reviews .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #145591;
  opacity: 1;
}

#faq{

}
#faq .content{
  margin-top: 60px;
}
.view-faq{
  position: relative;
}
.view-faq:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #b3b9c5;
  background: linear-gradient(90deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
.view-faq .item{
  padding: 0;
  position: relative;
  overflow: hidden;
}
.view-faq .item:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #b3b9c5;
  background: linear-gradient(90deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
.view-faq .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2a2a2a;
  transition: none;
  transform: scaleX(0);
  transform-origin: right;
}
.view-faq .item:hover::after {
  animation: lineIn 1s ease forwards;
}
.view-faq .item:not(:hover)::after {
  animation: lineOut 1s ease forwards;
}
.view-faq .item .quest{
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  padding: 40px 0;
  padding-right: 30px;
}
.view-faq .item .quest:before{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url('../images/icon-plus.svg') center no-repeat;
  background-size: contain;
}
.view-faq .item.active .quest:before{
  transform: rotate(45deg);
}
.view-faq .item .answer{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: none;
  padding-bottom: 40px;
}

#partner .block{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 60px;
}
#partner .block .title{
  white-space: nowrap;
}
#partner .block .bl-head{
  flex: 0 0 auto;
  max-width: 50%;
  width: min-content;
}
#partner .block .description{
  margin-top: 30px;
}
#partner .block .bl-form{
  max-width: 540px;
  width: 50%;
}

#feedback .block{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 60px;
}
#feedback .block .title{
  white-space: nowrap;
}
#feedback .block .bl-head{
  flex: 0 0 auto;
  max-width: 50%;
  width: min-content;
  min-width: 400px;
}
#feedback .block .description{
  margin-top: 30px;
}
#feedback .block .bl-form{
  max-width: 540px;
  width: 50%;
}
.page-career #feedback .block .bl-head{
  flex: 0 0 auto;
  max-width: 50%;
  width: min-content;
  min-width: 465px;
}

#what .block{
  display: flex;
  align-items: flex-start;
}
#what .block .title-sticky{
  width: 40%;
  padding-right: 50px;
  position: sticky;
  top: 100px;
}
#what .block .content{
  width: 690px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 30px;
}
#what .block .content .h3{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 30px;
}
#what .block .content .h3 br.show-mob{
  display: none;
}
#what .block .content .text{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  gap: 100px;
  opacity: 0.7;
}
#what .block .content .text .col{
  width: 50%;
  max-width: 267px;
}

#clients{}
#clients .title-sm{
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#clients .content{
  margin-top: 60px;
}
.view-logos{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px 30px;
}
.view-logos .line-clear{
  width: 100%;
  height: 1px;
}
.view-logos .logo{
  padding: 30px;
}
.view-logos .logo a{
  text-decoration: none;
  outline: none;
}
.view-logos .logo img{

}

#footer{
  padding-top: 60px;
}
#footer-info{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}
#footer-info .bl-left{
  display: flex;
  gap: 175px;
}
#footer-info .bl-right{
  display: flex;
  gap: 175px;
}
#footer-info .footer-info-item{

}
#footer-info .footer-info-item .label{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
#footer-info .footer-info-item .cont{
  margin-top: 30px;
  color: #041740;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
#footer-info .footer-info-item .cont p + p{
  margin: 10px 0 0;
}
#footer-info .footer-info-item .cont b{
  font-weight: 700;
}
#footer-info .footer-info-item .cont a{
  color: #041740;
  text-decoration: none;
  outline: none;
}
#footer-info .footer-info-item .cont a:hover{
  color: #145591;
}
#footer-info .footer-info-item ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-info .footer-info-item ul li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-info .footer-info-item ul li + li{
  margin-top: 10px;
}

#footer-img{
  padding-bottom: 30px;
}
#footer-img img{
  display: block;
  width: 100%;
  height: auto;
} 
#footer-bottom{
  color: #041740;
  padding: 0 0 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#copyright{
  color: #041740;
}
#copyright a{
  color: #041740;
  text-decoration: underline;
  outline: none;
}
#copyright a:hover{
  text-decoration: none;
}

#policy-menu{

}
#policy-menu ul{
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#policy-menu ul li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#policy-menu ul li a{
  color: #041740;
  text-decoration: underline;
  outline: none;
}
#policy-menu ul li a:hover{
  text-decoration: none;
  color: #145591;
}



.form{

}
.form .form-item{
  margin: 0 0 20px;
  position: relative;
}
.form .form-item.form-item-input-text{
  padding: 20px 0 0;
}
.form .form-item.form-item-input-policy{
  margin: 60px 0;
}
.form .form-item label {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin: 0 0 10px;
}
.form .form-item label i{
  font-style: normal;
  color: #041740;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  opacity: 0.4;
  display: block;
  margin-top: 10px;
}
.form .form-item.form-item-input-text label {
  pointer-events: none;
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0;
}
.form .form-item input.input-text,
.form .form-item textarea{
  display: block;
  width: 100%;
  height: 34px;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  color: #041740;
  padding: 0 0 10px;
  border-bottom: 1px solid #b3b9c5;
}
.form .form-item textarea {
    min-height: 110px;
    resize: none;
}
.form .form-item.form-item-input-text input:focus + label,
.form .form-item.form-item-input-text input.has-value + label,
.form .form-item.form-item-input-text textarea:focus + label,
.form .form-item.form-item-input-text textarea.has-value + label{
  top: 0;
  font-size: 12px;
  color: #8a92a3;
}
.form .form-item.form-item-input-text input:focus + label i,
.form .form-item.form-item-input-text input.has-value + label i,
.form .form-item.form-item-input-text textarea:focus + label i,
.form .form-item.form-item-input-text textarea.has-value + label i{
  display: none;
}
.form .form-actions{
  margin-top: 20px;
}
.form .btn-form{
  display: flex;
  align-items: center;
  text-decoration: none;
  outline: none;
  border: none;
  padding: 5px;
  gap: 10px;
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: none;
  cursor: pointer;
}
.form .btn-form span{
  color: #041740;
}
.form .btn-form svg{
  width: 13px;
  height: 12px;
  display: block;
  fill: #041740;
}
.form .btn-form span,
.form .btn-form svg{
  position: relative;
  z-index: 3;
}
.form .btn-form:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #041740;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.form .btn-form:hover{
  color: #fff;
}
.form .btn-form:hover span{
  color: #fff;
}
.form .btn-form:hover svg{
  fill: #fff;
}
.form .btn-form:hover:before{
  height: 100%;
  background: #EA1B33;
}

.form .form-item-input-policy .wrap-input-policy {
  position: relative;
  padding-left: 20px;
}
.form .form-item-input-policy .wrap-input-policy label{
  display: inline;
  position: static;
  cursor: pointer;
}
.form .form-item-input-policy .wrap-input-policy input{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form .form-item-input-policy .wrap-input-policy span{
  color: #041740;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.form .form-item-input-policy .wrap-input-policy span:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  border: 1px solid #041740;
  background: #fff;
}
.form .form-item-input-policy .wrap-input-policy span:after {
  content: "";
  display: none;
  position: absolute;
  left: 2px;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #041740;
}
.form .form-item-input-policy .wrap-input-policy input:checked + span:after{
  display: block;
}

.form .form-item.form-item-input-file {
  padding: 20px 0 10px;
  border-bottom: 1px solid #b3b9c5;
}
.form .form-item-input-file input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form .form-item-input-file .file-label {
  display: inline-block;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.form .form-item-input-file .file-title {
  display: inline-block;
  color: #041740;
  font-size: 16px;
  line-height: 24px;
  margin-right: 14px;
}
.form .form-item-input-file .file-icon {
  display: inline-flex;
  vertical-align: middle;
}
.form .form-item-input-file .file-icon svg {
  display: block;
  width: 21px;
  height: 21px;
}
.form .form-item-input-file i {
  display: block;
  margin-top: 10px;
  color: #041740;
  font-size: 12px;
  line-height: 1.1;
  font-style: normal;
  opacity: .4;
}

#location{}
#location .content{
  margin-top: 60px;
  display: flex;
  width: 100%;
  gap: 120px;
}
#location .content .img{
  flex: 1;
}
#location .content .img img{
  display: block;
  width: 100%;
  height: auto;
}
#location .content .img img.img-mob{
  display: none;
}
#location .content .address{
  display: flex;
  align-items: center;
  flex: 0 0 300px;
}
#location .content .address .items{
  width: 100%;
}
#location .content .address .item{
  
}
#location .content .address .item + .item{
  margin-top: 60px;
}
#location .content .address .label{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
#location .content .address .val{
  margin: 15px 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
#location .content .address .val p + p{
  margin: 7px 0 0;
}
#location .content .address .val .company{
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}
#location .content .address .val a{
  text-decoration: none;
  outline: none;
  color: #041740;
}
#location .content .address .val a:hover{
  color: #145591;
}

#portfolio-source{}
#portfolio-source .description{
  margin-top: 30px;
}
#portfolio-source .content{
  margin-top: 60px;
}
#portfolio-source .view-items{
  display: flex;
  width: 100%;
  gap: 16px;
}
#portfolio-source .view-items .card{
  width: 100%;
  border-radius: 3px;
  border: 1px solid rgba(4, 23, 64, 0.15);
  background: #FFF;
  padding: 30px;
  text-decoration: none;
  outline: none;
  color: #041740;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#portfolio-source .view-items .card .name{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  min-height: 110px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#portfolio-source .view-items .card .text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 56px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#portfolio-source .view-items a.card:hover{
  color: #fff;
  background: #145591;
  border: 1px solid rgba(4, 23, 64, 0.15);
}

#portfolio-do-it{}
#portfolio-do-it .content{
  margin-top: 60px;
}
#portfolio-do-it .view-items{
  display: flex;
  width: 100%;
  position: relative;
}
#portfolio-do-it .view-items:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b3b9c5;
  background: linear-gradient(180deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#portfolio-do-it .view-items .card{
  width: 100%;
  padding: 20px;
  text-decoration: none;
  outline: none;
  color: #041740;
  background: #fff;
  position: relative;
  flex: 1 1 25%;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#portfolio-do-it .view-items .card:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b3b9c5;
  background: linear-gradient(180deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#portfolio-do-it .view-items .card .num{
  color: #145591;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
}
#portfolio-do-it .view-items .card .name{
  color: #041740;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  min-height: 145px;
}
#portfolio-do-it .view-items .card .text{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 25px;
}
/* Fixed-width content so text never reflows while the card resizes on hover */
#portfolio-do-it .view-items .card .card-head,
#portfolio-do-it .view-items .card .text{
  width: 295px;
  max-width: 100%;
}
#portfolio-do-it .view-items a.card:hover{
  background: #F4F4F4;
  flex: 0 0 30%;
  padding-right: calc(5% + 20px);
}

#portfolio-take{}
#portfolio-take .content{
  margin-top: 60px;
}
#portfolio-take .view-items{

}
#portfolio-take .view-items .card{
  display: flex;
  min-height: 370px;
  width: 100%;
  padding-right: 50%;
  border-radius: 3px 5px 5px 3px;
  border: 1px solid rgba(41, 89, 134, 0.15);
  position: relative;
  min-height: 370px;
}
#portfolio-take .view-items .card + .card{
  margin-top: 60px;
}
#portfolio-take .view-items .card .img{
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#portfolio-take .view-items .card .img img{
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#portfolio-take .view-items .card .card-cont{
  padding: 80px 65px 80px 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#portfolio-take .view-items .card .card-head{

}
#portfolio-take .view-items .card .num{
  color: #145591;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
}
#portfolio-take .view-items .card .name{
  color: #041740;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
#portfolio-take .view-items .card .text{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 40px;
}
#portfolio-take .view-items .card:nth-child(2n){
  padding: 0 0 0 50%;
  border-radius: 5px 3px 3px 5px;
}
#portfolio-take .view-items .card:nth-child(2n) .card-cont{
  padding: 80px 50px 80px 65px;
}
#portfolio-take .view-items .card:nth-child(2n) .img{
  left: 0;
  right: auto;
}

#hero-btn{
  display: none;
}

#menu-triger{
  display: none;
}
#menu-triger-home{
  display: none;
}
#fade-menu{
  display: none;
}


#partnership-expect{}
#partnership-expect .content{
  margin-top: 60px;
}
#partnership-expect .view-items{
  display: flex;
  width: 100%;
  position: relative;
}
#partnership-expect .view-items:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b3b9c5;
  background: linear-gradient(180deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#partnership-expect .view-items .card{
  width: 100%;
  padding: 20px;
  text-decoration: none;
  outline: none;
  color: #041740;
  background: #fff;
  position: relative;
  flex: 1 1 25%;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* Fixed-width content so text never reflows while the card resizes on hover */
#partnership-expect .view-items .card .card-head,
#partnership-expect .view-items .card .text{
  width: 295px;
  max-width: 100%;
}
#partnership-expect .view-items .card:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b3b9c5;
  background: linear-gradient(180deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#partnership-expect .view-items .card .num{
  color: #145591;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
}
#partnership-expect .view-items .card .name{
  color: #041740;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  min-height: 150px;
}
#partnership-expect .view-items .card .text{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 40px;
}
#partnership-expect .view-items a.card:hover{
  background: #F4F4F4;
  flex: 0 0 30%;
  padding-right: calc(5% + 20px);
}

#partnership-clients{}
#partnership-clients .description{
  margin-top: 30px;
}
#partnership-clients .content{
  margin-top: 60px;
}
#partnership-clients .img-map{
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
#partnership-clients .img-map img{
  display: block;
  width: 100%;
  height: auto;
}
#partnership-clients .view-logos{
  margin-top: 120px;
}

#with-us{}
#with-us .description{
  margin: 30px 0 0;
  max-width: 780px;
}
#with-us .wrap-buttons{
  margin: 30px 0 0;
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: center;
}

.button{
  display: flex;
  align-items: center;
  text-decoration: none;
  outline: none;
  border: none;
  padding: 5px;
  gap: 10px;
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: none;
  cursor: pointer;
}
.button span{
  color: #041740;
}
.button svg{
  width: 13px;
  height: 12px;
  display: block;
  fill: #041740;
}
.button span,
.button svg{
  position: relative;
  z-index: 3;
}
.button:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #041740;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.button:hover{
  color: #fff;
}
.button:hover span{
  color: #fff;
}
.button:hover svg{
  fill: #fff;
}
.button:hover:before{
  height: 100%;
  background: #EA1B33;
}

#partnership-you-get{}
#partnership-you-get .content{
  margin-top: 60px;
}
#partnership-you-get .view-items{

}
#partnership-you-get .view-items .row{
  position: relative;
  display: flex;
  gap: 16px;
}
#partnership-you-get .view-items .row + .row{
  margin-top: 16px;
}
#partnership-you-get .view-items .row .img{
  display: block;
  right: 0;
  top: 0;
  width: 285px;
  flex: 0 0 285px;
}
#partnership-you-get .view-items .row .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
#partnership-you-get .view-items .row:nth-child(2n) .img{
  order: -1;
}
#partnership-you-get .view-items .card{
  min-height: 300px;
  width: 100%;
  border-radius: 3px;
  background: #F4F4F4;
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#partnership-you-get .view-items .card:hover{
  background: #145591;
}
#partnership-you-get .view-items .card .num{
  color: #145591;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#partnership-you-get .view-items .card:hover .num{
  color: #fff;
}
#partnership-you-get .view-items .card .name{
  color: #041740;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  min-height: 110px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#partnership-you-get .view-items .card:hover .name{
  color: #fff;
}
#partnership-you-get .view-items .card .text{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#partnership-you-get .view-items .card:hover .text{
  color: #fff;
}

#history{}
#history .block{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  position: relative;
}
#history .bl-head{
  max-width: 440px;
  width: 50%;
}
#history .content{
  width: 50%;
}
#history .description{
  margin-top: 30px;
}
.view-history{}
.view-history .item{
  position: relative;
  padding-left: 30px;
}
.view-history .item:before{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 1px;
  background: #145591;
}
.view-history .item:after{
  content: "";
  left: 0;
  top: 26px;
  bottom: 0;
  width: 1px;
  display: block;
  position: absolute;
  background: #145591;
}
.view-history .item + .item{
  margin-top: 30px;
}
.view-history .item .year{
  margin: 0 0 15px;
  color: #145591;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.view-history .item .name{
  margin: 0 0 15px;
  color: #041740;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.view-history .item .text{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}


#founder{}
#founder .block{
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
}
#founder .title.view-mob{
  display: none;
}
#founder .content{
  width: 50%;
  order: -1;
}
#founder .img{
  width: 40%;
  max-width: 524px;
}
#founder .img img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
#founder .content .name{
  color: #041740;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
}
#founder .content .position{
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
}
#founder .content .linkedin{
  margin-top: 15px;
}
#founder .content .linkedin a{
  color: #145591;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  outline: none;
}
#founder .content .linkedin a:hover{
  text-decoration: underline;
}
#founder .content .text{
  margin-top: 30px;
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
#founder .content .text p{
  margin: 0;
}

#teams{}
#teams .description{
  margin-top: 30px;
}
#teams .content{
  margin-top: 60px;
}
#teams .wrap-navs{
  display: none;
}
.view-teams{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
.view-teams .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.view-teams .card{
  width: 100%;
  max-width: 320px;
}
.view-teams .item .img{

}
.view-teams .item .img img{
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 3px;
}
.view-teams .item .name{
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 7px;
}
.view-teams .item .position{
  color: #041740;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.view-teams .item .linkedin{
  margin-top: 7px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.view-teams .item .linkedin a{
  color: #145591;
  text-decoration: none;
  outline: none;
}
.view-teams .item .linkedin a:hover{
  text-decoration: underline;
}

/* Figma team collage (node 1513-72731): pixel-exact scattered layout.
   Vertical rhythm is taken 1:1 from the design (fixed px offsets); the three
   columns are spread across the full content width — left flush left, center
   centered, right flush right — so it fills the row like the old layout while
   keeping the exact Figma vertical staggering.
   Below 1440px it falls back to the uniform grid defined above. */
@media (min-width: 1440px) {
  #teams .view-teams{
    display: block;
    position: relative;
    height: 2542px;   /* Figma frame height */
  }
  #teams .view-teams .item{
    position: absolute;
    width: 320px;
  }
  /* Horizontal: columns pinned to the container edges. */
  #teams .view-teams .item:nth-child(3n+1){ left: 0; }                     /* left column */
  #teams .view-teams .item:nth-child(3n+2){ left: 50%; margin-left: -160px; } /* center column */
  #teams .view-teams .item:nth-child(3n+3){ left: auto; right: 0; }        /* right column */
  /* Vertical: exact Figma Y of each card. */
  #teams .view-teams .item:nth-child(1){ top: 0; }      /* team2 */
  #teams .view-teams .item:nth-child(2){ top: 201px; }  /* team3 */
  #teams .view-teams .item:nth-child(3){ top: 86px; }   /* team4 */
  #teams .view-teams .item:nth-child(4){ top: 555px; }  /* team5 */
  #teams .view-teams .item:nth-child(5){ top: 846px; }  /* team6 */
  #teams .view-teams .item:nth-child(6){ top: 686px; }  /* team7 */
  #teams .view-teams .item:nth-child(7){ top: 1072px; } /* team8 */
  #teams .view-teams .item:nth-child(8){ top: 1490px; } /* team9 */
  #teams .view-teams .item:nth-child(9){ top: 1308px; } /* team10 */
  #teams .view-teams .item:nth-child(10){ top: 1587px; }/* team11 */
  #teams .view-teams .item:nth-child(11){ top: 2134px; }/* team12 */
  #teams .view-teams .item:nth-child(12){ top: 1990px; }/* team13 */
  #teams .view-teams .item:nth-child(13){ top: 2104px; }/* team14 */
}

.block-with-img{

}
.block-with-img .card{
  display: flex;
  width: 100%;
  min-height: 580px;
  gap: 60px;
  border-radius: 3px;
  border: 1px solid rgba(41, 89, 134, 0.15);
}
.block-with-img .card + .card{
  margin-top: 60px;
}
.block-with-img .card .wrap-buttons{
  display: flex;
  width: 100%;
  margin-top: 60px;
}
.block-with-img .card .content{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 0 45px 50px;
}
.block-with-img .card .text{
  margin-top: 60px;
}
.block-with-img .card .img{
  position: relative;
  max-width: 640px;
  width: 50%;
}
.block-with-img .card .img img{
  display: block;
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-with-img .card .img .swiper,
.block-with-img .card .img .swiper-wrapper,
.block-with-img .card .img .swiper-slide{
  width: 100%;
  height: 100%;
}

.office-slider-nav{
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -1px;
  display: flex;
}
.office-slider-nav button{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: #fff;
  border: 1px solid #DCE3EC;
  cursor: pointer;
  color: #041740;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.office-slider-nav button.office-slider-prev{
  border-right: none;
  border-top-left-radius: 5px;
}
.office-slider-nav button.office-slider-next{
  border-left: none;
  border-bottom-right-radius: 5px;
}
.office-slider-nav button svg{
  width: 24px;
  height: 24px;
  display: block;
}
.office-slider-nav button.office-slider-prev svg{
  transform: scaleX(-1);
}
.office-slider-nav button:hover,
.office-slider-nav button:focus-visible{
  background: rgba(232, 28, 51, 1);
  border-color: #A0142A;
  color: #fff;
}
.office-slider-nav.is-hidden{
  display: none;
}
.office-slider-nav.align-left{
  right: auto;
  left: 0;
}
.office-slider-nav.align-left button.office-slider-prev{
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
}
.office-slider-nav.align-left button.office-slider-next{
  border-bottom-right-radius: 0;
  border-top-right-radius: 5px;
}

.gallery-zoom{
  display: block;
  cursor: zoom-in;
}
.block-with-img .card.card-reverse .content{
  padding: 45px 50px 45px 50px;
}
.block-with-img .card.card-reverse .img{
  order: -1;
}
/* Push the About "Mission" photo flush to the right edge of its card. */
#about-blocks-1 .card:not(.card-reverse) .img{
  margin-left: auto;
}
.block-with-img .card .img img{
  border-radius: 3px;
}
.block-with-img .card .text{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.block-with-img .card .text h3{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 30px 0 15px;
}
.block-with-img .card .text h3.subtitle{
  margin: 30px 0;
}
.block-with-img .card .text h4{
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 30px 0;
}
.block-with-img .card .text p{
  color: #68748c;
  margin: 15px 0;
}
.block-with-img .card .text p.p-18{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 30px 0;
  color: #041740;
}
.block-with-img .card .text ul{
  color: #68748c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 15px 0;
  list-style: none;
  display: block;
  padding: 0;
}
.block-with-img .card .text ul li{
  position: relative;
  padding-left: 26px;
  margin: 0;
  display: block;
  list-style: none;
}
.block-with-img .card .text ul li + li{
  margin: 10px 0 0;
}
.block-with-img .card .text ul li:before{
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  top: 7px;
  left: 0;
  background: #145591;
  border-radius: 1px;
}
.block-with-img .card .text > *:first-child{
  margin-top: 0 !important;
}
.block-with-img .card .text > *:last-child{
  margin-bottom: 0 !important;
}


#career-benefits{}
#career-benefits .content{
  margin-top: 60px;
}
#career-benefits .view-items{
  display: flex;
  width: 100%;
  position: relative;
}
#career-benefits .view-items:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b3b9c5;
  background: linear-gradient(180deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#career-benefits .view-items .card{
  width: 100%;
  padding: 20px;
  text-decoration: none;
  outline: none;
  color: #041740;
  background: #fff;
  position: relative;
  flex: 1 1 20%;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#career-benefits .view-items .card:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b3b9c5;
  background: linear-gradient(180deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#career-benefits .view-items .card .num{
  color: #145591;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
}
#career-benefits .view-items .card .name{
  color: #041740;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  min-height: 110px;
}
#career-benefits .view-items .card .text{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}
/* Fixed-width content so text never reflows while the card resizes on hover */
#career-benefits .view-items .card .card-head,
#career-benefits .view-items .card .text{
  width: 228px;
  max-width: 100%;
}
#career-benefits .view-items a.card:hover{
  background: #F4F4F4;
  flex: 0 0 30%;
  padding-right: calc(10% + 20px);
}

#career-enviroment{}
#career-enviroment .content{
  margin-top: 60px;
}
#career-enviroment .view-items{
  display: flex;
  width: 100%;
  position: relative;
}
#career-enviroment .view-items:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b3b9c5;
  background: linear-gradient(180deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#career-enviroment .view-items .card{
  width: 100%;
  padding: 20px;
  text-decoration: none;
  outline: none;
  color: #041740;
  background: #fff;
  position: relative;
  flex: 1 1 25%;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#career-enviroment .view-items .card:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b3b9c5;
  background: linear-gradient(180deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#career-enviroment .view-items .card .num{
  color: #145591;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
}
#career-enviroment .view-items .card .name{
  color: #041740;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  min-height: 145px;
}
#career-enviroment .view-items .card .text{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 25px;
}
/* Fixed-width content so text never reflows while the card resizes on hover */
#career-enviroment .view-items .card .card-head,
#career-enviroment .view-items .card .text{
  width: 295px;
  max-width: 100%;
}
#career-enviroment .view-items a.card:hover{
  background: #F4F4F4;
  flex: 0 0 30%;
  padding-right: calc(5% + 20px);
}

#career-jobs{
  border-top: 1px solid rgba(4, 23, 64, 0.30);
}
#career-jobs .content{
  margin-top: 60px;
}
.view-jobs{}
.view-jobs .row{
  display: flex;
  gap: 40px;
  justify-content: space-between;
  width: 100%;
}
.view-jobs .row .col-title{
  flex: 0 0 20%;
}
.view-jobs .row .col-type{
  flex: 1 1 auto;
}
.view-jobs .row .col-btn{
  flex: 0 0 auto;
  align-items: center;
}
.view-jobs .row-head{
  padding: 0 20px;
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.view-jobs .row-item{
  margin-top: 10px;
  border-radius: 5px;
  background: #fff;
  padding: 10px 20px;
}
.view-jobs .row-item .label{
  display: none;
}
.view-jobs .row-item .col-title{
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.view-jobs .row-item .col-type{
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.view-jobs .row .btn{
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  outline: none;
  border: none;
  padding: 0;
  gap: 10px;
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: none;
  cursor: pointer;
}
.view-jobs .row .btn span{
  color: #041740;
}
.view-jobs .row .btn svg{
  width: 13px;
  height: 12px;
  display: block;
  fill: #041740;
}
.view-jobs .row .btn span,
.view-jobs .row .btn svg{
  position: relative;
  z-index: 3;
}
.view-jobs .row .btn:hover{
  color: #E81C33;
}
.view-jobs .row .btn:hover span{
  color: #E81C33;
}
.view-jobs .row .btn:hover svg{
  fill: #E81C33;
}


#career-join{}
#career-join .content{
  margin-top: 60px;
}
#career-join .view-items{
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
#career-join .view-items:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #b3b9c5;
  background: linear-gradient(90deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#career-join .view-items .item{
  padding: 48px 0;
  padding-left: 90px;
  position: relative;
}
#career-join .view-items .item:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #b3b9c5;
  background: linear-gradient(180deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#career-join .view-items .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2a2a2a;
  transition: none;
  transform: scaleX(0);
  transform-origin: right;
}
#career-join .view-items .item:hover::after {
  animation: lineIn 1s ease forwards;
}
#career-join .view-items .item:not(:hover)::after {
  animation: lineOut 1s ease forwards;
}
#career-join .view-items .item .num{
  color: #145591;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  opacity: 0.6;
  display: block;
  position: absolute;
  left: 0;
  top: 48px;
}
#career-join .view-items .item .name{
  color: #041740;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
#career-join .view-items .item .text{
  margin-top: 15px;
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

#career-teams{}
#career-teams .description{
  margin-top: 24px;
}
#career-teams .content{
  margin-top: 60px;
}
#career-teams .view-items{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 15px;
}
#career-teams .view-items .item{

}
#career-teams .view-items .item .img{

}
#career-teams .view-items .item .img img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 3px;
  overflow: hidden;
}
#career-teams .view-items .item .name{
  margin-top: 15px;
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
#career-teams .view-items .item .text{
  color: #041740;
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
#career-teams .view-items .item .info{
  color: #041740;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#career-teams .view-items .item .position{
  color: #041740;
}
#career-teams .view-items .item .linkedin{
  padding-right: 10px;
}
#career-teams .view-items .item .linkedin a{
  color: #145591;
  text-decoration: none;
  outline: none;
}
#career-teams .view-items .item .linkedin a:hover{
  color: #E81C33;
}


#career-path{}
#career-path .content{
  margin-top: 60px;
}
#career-path .view-items{
  position: relative;
}
#career-path .view-items:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #b3b9c5;
  background: linear-gradient(90deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#career-path .view-items .item{
  display: flex;
  gap: 40px;
  width: 100%;
  padding: 24px 0 30px;
  position: relative;
}
#career-path .view-items .item:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #b3b9c5;
  background: linear-gradient(180deg, rgba(4, 23, 64, 0.09) 0%, rgba(4, 23, 64, 0.24) 49.52%, rgba(4, 23, 64, 0.09) 100%);
}
#career-path .view-items .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2a2a2a;
  transition: none;
  transform: scaleX(0);
  transform-origin: right;
}
#career-path .view-items .item:hover::after {
  animation: lineIn 1s ease forwards;
}
#career-path .view-items .item:not(:hover)::after {
  animation: lineOut 1s ease forwards;
}
#career-path .view-items .item .period{
  color: #145591;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  flex: 0 0 160px;
}
#career-path .view-items .item .name{
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  flex: 1 1 auto;
}
#career-path .view-items .item .text{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  width: 50%;
  flex: 0 0 50%;
}

#career-recognize{}
#career-recognize .content{
  margin-top: 60px;
}
#career-recognize .view-items{

}
#career-recognize .view-items .row{
  display: flex;
  gap: 20px;
}
#career-recognize .view-items .row + .row{
  margin-top: 20px;
}
#career-recognize .view-items .item{
  width: 100%;
  padding: 30px;
  border-radius: 3px;
  background: #F4F4F4;
  min-height: 205px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#career-recognize .view-items .item .num{
  color: #145591;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#career-recognize .view-items .item .text{
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#career-recognize .view-items .img{
  width: 294px;
  flex: 0 0 294px;
}
#career-recognize .view-items .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

#career-what-do{}
#career-what-do .block{
  display: flex;
  align-items: flex-start;
}
#career-what-do .block .title-sticky{
  width: 50%;
  padding-right: 50px;
  position: sticky;
  top: 100px;
}
#career-what-do .block .content{
  width: 50%;
}
#career-what-do .block .content .h3{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 30px;
}
#career-what-do .block .content .text{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.7;
}
#career-what-do .block .content .text p + p{
  margin-top: 30px;
}


#career-what-role{}
#career-what-role .block{
  display: flex;
  align-items: flex-start;
}
#career-what-role .block .title-sticky{
  width: 50%;
  padding-right: 50px;
  position: sticky;
  top: 100px;
}
#career-what-role .block .content{
  width: 50%;
}
#career-what-role .block .content .h3{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 30px;
}
#career-what-role .block .content .text{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.7;
}
#career-what-role .block .content .text p + p{
  margin-top: 30px;
}

#looking-for{}
#looking-for .bl-title{
  margin-bottom: 30px;
}
#looking-for .bl-title .title-sm{
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
#looking-for .bl-content{
  position: relative;
}
#looking-for .bl-flex{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
}
#looking-for .bl-flex .bl-flex-wrap{
  width: 100%;
}
#looking-for .bl-content .name{
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
#looking-for .bl-content .desc{
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 30px;
}
#looking-for .img{
  position: relative;
  z-index: 1;
}
#looking-for .img:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(104deg, rgba(0, 0, 0, 0.55) 2.1%, rgba(0, 0, 0, 0.14) 59.74%);
  z-index: 3;
}
#looking-for .img img{
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}


#career-what-takes{}
#career-what-takes .description{
  margin-top: 30px;
}
#career-what-takes .content{
  margin-top: 60px;
}
#career-what-takes .card{
  display: flex;
  width: 100%;
  min-height: 580px;
  border-radius: 5px 3px 3px 5px;
  border: 1px solid rgba(41, 89, 134, 0.15);
}
#career-what-takes .card .card-img{
  order: -1;
  width: 50%;
}
#career-what-takes .card .card-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 3px;
}
#career-what-takes .card .card-img img.img-mob{
  display: none;
}
#career-what-takes .card .card-content{
  width: 50%;
  display: flex;
  align-items: center;
  padding: 45px 50px 45px 80px;
}
#career-what-takes .card .list{
  width: 100%;
}
#career-what-takes .card .list .item{
  padding-left: 25px;
  position: relative;
}
#career-what-takes .card .list .item + .item{
  margin-top: 30px;
}
#career-what-takes .card .list .item .name{
  color: #041740;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
#career-what-takes .card .list .item .name:before{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #145591;
}
#career-what-takes .card .list .item .text{
  margin-top: 7px;
  color: #041740;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

@keyframes lineIn {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@keyframes lineOut {
  from {
    transform: scaleX(1);
    transform-origin: right;
  }
  to {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.view-logos .logo img{
  transition: opacity .3s ease, transform .3s ease;
}
.view-logos .logo:hover img{
  opacity: .6;
  transform: scale(1.05);
}
#partnership-you-get .view-items .card:hover{
  background: #145591;
}
#partnership-you-get .view-items .card:hover .num{
  color: #fff;
}
#partnership-you-get .view-items .card:hover .name,
#partnership-you-get .view-items .card:hover .text{
  color: #fff;
}
#career-recognize .view-items .item:hover{
  background: #145591;
}
#career-recognize .view-items .item:hover .num{
  color: #fff;
  opacity: 0.4;
}
#career-recognize .view-items .item:hover .text{
  color: #fff;
}
/* ===== Legal pages (Privacy, Terms, Cookies) ===== */
.page-legal #header{
  background: #fff;
}
.page-legal #header .logo img.logo-white{
  display: none;
}
.page-legal #header .logo img.logo-red{
  display: block;
}
.page-legal #header #main-menu > ul li a,
.page-legal #header #main-menu > ul li span{
  color: #041740;
}
.page-legal #header #main-menu > ul li a:before,
.page-legal #header #main-menu > ul li span:before{
  background: #041740;
}
.page-legal #header #main-menu > ul li a:hover:before,
.page-legal #header #main-menu > ul li span:hover:before{
  background: #E81C33;
}
.page-legal #header #block-lang ul li a,
.page-legal #header #block-lang ul li span{
  color: #041740;
}
.page-legal #header #block-lang ul li a:before,
.page-legal #header #block-lang ul li span:before{
  background: #041740;
}
.page-legal #header #block-lang ul li a:hover,
.page-legal #header #block-lang ul li span:hover{
  color: #E81C33;
}
.page-legal #header #block-lang ul li a:hover:before,
.page-legal #header #block-lang ul li span:hover:before{
  background: #E81C33;
}
.page-legal #header #header-btn .btn{
  color: #041740;
}
.page-legal #header #header-btn .btn svg{
  fill: #041740;
}
.page-legal #header #header-btn .btn:before{
  background: #041740;
}
.page-legal #menu-triger{
  color: #041740;
}
.page-legal #menu-triger:before{
  background: #041740;
}
.legal-hero{
  background: #fff;
}
.legal-hero .block{
  padding: 120px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.legal-hero-content{
  max-width: 560px;
}
.legal-hero .page-title{
  color: #041740;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}
.legal-hero .page-desc{
  margin-top: 30px;
  color: #041740;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.page-legal #legal .legal-content{
  max-width: 860px;
}
.page-legal #legal .legal-content .legal-updated{
  display: inline-block;
  margin-bottom: 40px;
  padding: 8px 16px;
  border-radius: 6px;
  background: #F4F4F4;
  color: #145591;
  font-size: 14px;
  font-weight: 700;
}
.page-legal #legal .legal-content h2{
  color: #041740;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin: 48px 0 18px;
  padding-left: 18px;
  position: relative;
}
.page-legal #legal .legal-content h2:before{
  content: "";
  border-radius: 1px;
  background: #EA1B33;
  width: 10px;
  height: 10px;
  left: 0;
  top: 12px;
  display: block;
  position: absolute;
}
.page-legal #legal .legal-content p{
  color: #041740;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 18px;
}
.page-legal #legal .legal-content ul{
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.page-legal #legal .legal-content ul li{
  position: relative;
  padding-left: 26px;
  color: #041740;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.page-legal #legal .legal-content ul li + li{
  margin-top: 12px;
}
.page-legal #legal .legal-content ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #145591;
}
.page-legal #legal .legal-content a{
  color: #EA1B33;
  text-decoration: underline;
}
