.banner {
  position: relative;
  height: 80vh;
}

.banner > *, .banner h1 {
  color: white;
}

@media (max-width: 1024px) {
  .banner h1 {
    font-size: 2.6em;
  }
}

.banner-slider {
  position: absolute;
  top: 0;bottom: 0;left: 0;right: 0;
}

.slick-initialized .slick-slide,
.banner-slider__img {
  display: flex;
  position: relative;
  height: 80vh;
}

.banner-slider__img::after {
  content: '';
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
  background: rgba(67, 155, 209, 0.81);
  background: linear-gradient(to right, rgba(67, 155, 209, 0.87) ,rgba(126, 177, 38, 0.87))
}

.banner-slider__img img {
  width: 100%;
  object-fit: cover;
}

.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .1s ease-in-out;
  background: white;
  z-index: 100;
}
.headroom--unpinned {top: -100px;}
.headroom--pinned {top: 0;}
.headroom--not-top {
  border-bottom: 1px solid #efefef;
}

#jobs:after {
  background: white;
}

/* helpers */

.bg-grey {
  background: #f9f9f9;
}

.pt-sm {
  padding-top: 20px;
}

@media (min-width: 1024px) {
  .pt-sm {
    padding-top: 50px;
  }
}

/* overrides */

.bar .menu-horizontal {
  top: 0;
}

.boxed {
  margin-bottom: 0;
}

.process__item {
  min-height: 100px;
}

.bg--dark .process-1:before, .imagebg .process-1:before, .bg--dark .process-2:before, .imagebg .process-2:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1)  40%,  rgba(255, 255, 255, 0) 100%);
}

.bg--dark .process-1 .process__item:after, .imagebg .process-1 .process__item:after, .bg--dark .process-2 .process__item:after, .imagebg .process-2 .process__item:after {
  background: #5abb5b;
}

.bg--dark .process-1 .process__item:after, .bg--dark .process-2 .process__item:after {
  border-color: white;
}

section.space--xs, footer.space--xs,
section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.unpad--bottom):not(.border--bottom):not(.space--xxs) + section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.border--bottom):not(.space--xxs) {
  padding-top: 3.71428571em;
  padding-bottom: 6.41428571em;
}

@media (max-width: 1024px) {
  section.space--xs, footer.space--xs,
  section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.unpad--bottom):not(.border--bottom):not(.space--xxs) + section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.border--bottom):not(.space--xxs) {
    padding-top: 2em;
    padding-bottom: 5em;
  }
}

section {
    border: 0 !important;
}

@media (max-width: 1024px) {
    section.space--sm, footer.space--sm {
        padding-top: 2em;
        padding-bottom: 2em;
    }
}

.image {
  display: block; 
  border-radius: 6px; 
  width: 100%; 
  margin: 7px 0 50px; 
  overflow: hidden;
}

/* styles */

:root {
  --blue: #3498db;
  --green: #81b21c;
  --grey: #ececec;
  --red: #ff0707;
}

body {
    color: #3f3f3f;
}
.menu-horizontal > li:not(:hover) > a,
.menu-horizontal > li:not(:hover) > span,
.menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 1;
}

h2, .h2 {
    position: relative;
}

h2:after, .h2:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 50px;
  height: 2px;
  background: var(--blue);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  h2:after, .h2:after {
    margin-top: 10px;
  }
}


h1, .h1 {
  font-size: 3.6em;
}

h2, .h2 {
  margin: 30px 0 30px 0;
  font-size: 2em;
  line-height: 1.2em;
}

@media (min-width: 1024px) {
  h2, .h2 {
    margin-bottom: 50px;
    font-size: 2.6em;
    line-height: 1.6em;
  }
}

h5, .h5 {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 400;
}

.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
  line-height: 3em;
}

@media (max-width: 960px) and (min-width: 768px) {
  .bar-2 .menu-horizontal > li, .bar-1 .menu-horizontal > li {
    display: block;
  }
}

.lead {
  color: inherit;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .lead {
    font-size: 1.35714286em;
    line-height: 1.66842105em;
  }
}

.text {
  font-size: 1.35714286em;
  line-height: 1.66842105em;
}

.bar-1 .menu-horizontal > li > .dropdown__trigger, 
.bar-1 .menu-horizontal > li > a:hover {
  transition: 0.2s linear;
  color: var(--blue);
}

.btn--primary, .btn--primary:visited {
  background: var(--blue);
  border-color: var(--blue);
}

a {
  color: var(--blue);
  font-weight: 400;
}
.subscribe-form-2 {
  background: #252525
}

.subscribe-form-2 form {
  margin-left: 0;
  margin-right: 0;
}

.subscribe-form-2__inner {
  padding-top: 20px;
}

.subscribe-form-2__ttl {
  margin-bottom: 0;
  font-size: 1.65714286em;
  line-height: 1.66842105em;
  color: white;
  position: relative;
  text-align: center;
}


@media (min-width: 1024px){
  .subscribe-form-2__ttl-de {
    display: flex;
    align-items: flex-start;
  }
}
.subscribe-form-2__ttl-de img {
  padding-top: 10px;
}

.subscribe-form-2__ttl img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .subscribe-form-2__inner {
    padding-top: 0;
  }
  .subscribe-form-2__ttl {
    text-align: left;
  }
  .subscribe-form-2__ttl img {
    display: inline-block;
    vertical-align: sub;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.bg--dark {
  background-image: linear-gradient(to right, var(--blue), var(--green));
}

.feature {
  padding: 30px 10px;
  border-radius: 6px;
}

.feature:not(.boxed) {
  margin-bottom: 35px;
}

.feature h4 {
  color: inherit;
  max-width: 290px;
	margin: auto;
}

@media (min-width: 768px) {
  .feature h4 {
    min-height: 95px;
  }
}

@media (min-width: 1024px) {
  .feature h4 {
    min-height: 78px;
  }
}

.feature-8 img {
    max-height: 12em;
}

.feature__icon img {
    display: block;
    height: 60px;
    width: auto;
    margin: 0 auto 20px;
}

.features-block {
  padding-top: 30px;
}

.features-block .row .col-sm-4:last-child .feature,
.news .col-sm-4:last-child .feature {
  margin-bottom: 0;
}

.features-block .feature {
  border: 1px solid var(--grey);
  margin-bottom: 20%;
}

.features-block .feature:hover {
  transition: 0.3s;
  box-shadow: 2px 2px 15px 10px #f9f9f9;
}

@media (min-width: 1020px) {
  .news {
      display: flex;
      flex-wrap: wrap;
  }

  .news::before {
    content: none;
  }
}

.news .feature {
  padding-top: 0;
  padding-bottom: 0;
}

.cooperate-list {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}

.top-border {
  position: relative;
}

.top-border::before {
  content: '';
  width: 100%;
  max-width: 1140px;
  height: 1px;
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);20
  background: #424242;
}

.footer_light_gray {
    color: #c3c3c3;
}
.footer_gray {
  color: #737373;
}
footer:not(.bg--primary):not(.bg--dark) a {
    color: #c3c3c3;
}

img.lazyload {
  width: 38px !important;
  height: 38px !important;
}
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
.bar-1 .menu-horizontal > li > .dropdown__trigger,
.bar-1 .menu-horizontal > li  > span {
  font-size: 0.857142857142857em;
  line-height: 2.166666666666667em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  color: grey;
}
.about-brain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-brain-item {
  display: flex;
  flex-direction: column;
}
.about-brain-feature {
  flex-grow: 1;
}
@media (min-width: 640px) {
  .features-block .row .col-sm-4:last-child .feature {
    margin-bottom: 20%;
  }
}
