/* body
=======*/
  html{
    scroll-behavior: smooth;
  }
  body {
    font-family: "GT-Walsheim-Regular";
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.010em;
    color: #5A5A5A;
  }
  @media (min-width: 992px){
    body {
      font-size: 20px;
      line-height: 32px;
    }
  }

  @media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
  }

  .cursor:hover{
    cursor: pointer;
  }
  .opencell-btn.white{
    background-color: white;
    color: #9e2e2a;
  }
  .opencell-btn {
    cursor: pointer;
    background-color: #CF1428;
    font-family: "GT-Walsheim-Bold";
    color: white;
    padding: 16px 28px;
    border: 0;
  }
  .opencell-btn:hover{
    background-color: #FC5757;
    color: white;
  }

  section .opencell-btn {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.200em;
    padding: 16px 28px;
  }

  a {
    color: inherit ;
  }
  a:hover,
  a.current{
    color: #EF6155;
    text-decoration: none;
  }
  .gray-font{
    color: #5A5A5A;
  }

  input, textarea{
    padding: 0 5px;
    margin-top: 10px;
    background-color: transparent;
    border: 0;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  }
  input{
    border-top: 2px solid rgba(239,97,85, 0.3);
  }
  textarea,
  section.contact #mce-MESSAGE{
    border: 2px solid rgba(239,97,85, 0.3);
  }

  .hidden{
    display: none;
  }

  .anchor{
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
  }

  form input.hide{
    display: none;
  }

  #btn_getdemo:hover{
    cursor: pointer;
  }

  /* overflow scroll */
  .overflow{
    overflow-y: auto;
    padding-right: 20px;
  }

  /* width */
  section.modules .content .carousel-item::-webkit-scrollbar,
  .overflow::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  section.modules .content .carousel-item::-webkit-scrollbar-track,
  .overflow::-webkit-scrollbar-track {
    background: lightgray;
  }

  /* Handle */
  section.modules .content .carousel-item::-webkit-scrollbar-thumb,
  .overflow::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #EC6156;
  }

  /* Handle on hover */
  section.modules .content .carousel-item::-webkit-scrollbar-thumb:hover,
  .overflow::-webkit-scrollbar-thumb:hover {
    background: #EC6156;
  }

  @media print {
    .noPrint {
      display:none;
    }
    .yesPrint {
      display:block;
    }
  }
/*=======
  BODY */


/* Cookies
===========*/
  .cc_css_reboot, .cookie-consent-preferences-dialog, .cc_cp_m_menu{
    font-family: 'GT-Walsheim-Regular';
  }
  .cc_css_reboot.cc_dialog{
    padding: 20px !important;
  }
  .cc_dialog.simple{
    max-width: none !important;
  }
  .cc_dialog_headline{
    font-size: 20px !important;
  }
  .cc_dialog, .cc_dialog_text {
    font-size: 16px !important;
  }
  .cc_b_ok, .cc_cp_f_save > button{
    cursor: pointer;
    background-color: #EB5048 !important;
    color: white !important;
  }
/*==========
  Cookies */



/* NAVIGATION BAR
=================*/
  .navbar{
    font-family: 'GT-Walsheim-Regular';
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    letter-spacing: 0.200em;
    line-height: 14px;
  }
  .navbar button{
    letter-spacing: 0.200em;
  }
  @media (min-width:992px){
    .navbar{
      letter-spacing: 0.100em;
    }
    .navbar button{
      letter-spacing: 0.100em;
    }
    .navbar .nav-item a{
      margin: 0;
    }
  }
  @media (min-width:1200px){
    .navbar{
      letter-spacing: 0.200em;
    }
    .navbar button{
      letter-spacing: 0.199em;
    }
    .navbar .nav-item a{
      margin: 0 8px;
    }
  }

  .navbar-brand{
    padding: 0;
  }
  .navbar-brand img {
    width: 160px;
    margin: auto;
  }

  .dropdown-menu{
    border: 1px solid #EF6155;
    border-radius: 0;
    margin-top: 0;
  }


  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active,
  .dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active{
      color: #EF6155;
      text-decoration: none;
      background-color: transparent;
  }
  .nav-link.lang{
    display: inline-block;
    padding: 8px 0 !important;
    margin: 0 !important;
  }
  .lang-seperator{
    color: rgba(0,0,0,.5);
    margin: 4px;
  }
/* Height of navbar (<medium) */
  .navbar .container {
    height: 44px;
  }
  .navbar-spacer {
    margin-top: 60px;
  }
  @media(min-width:992px){
    .navbar .container {
      height: 84px;
    }
    .navbar-spacer {
      margin-top: 100px;
    }

    .nav-item.lang{
      position: absolute;;
      right: 100px;
      top: 2px;
      font-size: 12px;
    }
  }

/* navbar buttons */
  .nav-item .opencell-btn{
    font-family: "GT-Walsheim-Regular";
    border: 0;
    padding: 8px 0;
    color: rgba(0,0,0,.5);
    background: transparent;
  }
  .nav-item .opencell-btn:hover{
    color: #EF6155;
  }
  @media(min-width:992px){
    .nav-item .opencell-btn {
      color: white;
      margin-top: 0;
      padding: calc(0.5rem + 2px) 12px ;
      margin-top: -1px;
      margin-left: 18px;
      background-color: #9e2e2a;
    }
    .nav-item .opencell-btn:hover {
      background-color: #FC5757;
      color: white;
    }
  }
  @media(min-width:1200px){
    .nav-item .opencell-btn {
      margin-left: 25px;
    }
  }

/* navbar collapse */
  .navbar-collapse {
    background-color: white;
    padding: 20px;
  }
  @media(min-width:992px){
    .navbar-collapse {
      padding: 0;
    }
  }


/* spacer */
  li.nav-item>a{
    margin-right: 0;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  @media(min-width:1200px) {
    li.nav-item>a{
      margin: 0 12px;
    }
  }


/* dropdown */
  @media(min-width:992px){
    .dropdown-menu-center {
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
  }
  .navbar .dropdown-menu {
    font-size: inherit;
    text-align: left;
    padding: 16px;
    line-height: 19px;
    letter-spacing: 0.050em;
  }
  .navbar .dropdown-item{
    margin: 2px;
  }
  @media(min-width:992px){
    .navbar .dropdown-menu {
      text-align: center;
    }
  }
  .dropdown:hover > .dropdown-menu {
      display: block;
  }
  .dropdown > .dropdown-toggle:active {
      //pointer-events: none;
  }
/*===============
NAVIGATION BAR */


/* TITLES
=========*/

h1, h2, h3, h4, h5, h6{
  color: inherit;
}
h1{
  font-family: "Noe-Display-Black";
  text-transform: none;
  font-size: 40px;
  line-height: 45px;
  padding: 10px 0;
  margin-bottom: 25px;
}
h2{
  font-family: 'GT-Walsheim-Bold';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.200em;
  margin-bottom: 40px;
}


@media(min-width:992px) {
  h1{
    font-size: 50px;
    line-height: 55px;
  }
}


/*=========
  TITLES */

/* HEADER
========= */

  header.hero{
    position: relative;
    width: 100%;
    margin-top: 60px;
    height: calc(100vh - 60px);
    min-height: calc(100vh - 60px);
  }
  header.lp{
    position: relative;
    width: 100%;
    margin-top: 60px;
    height: calc(100vh - 60px - 130px);
    min-height: calc(100vh - 60px - 130px);
  }
  header.lp .cta{
    position: absolute;
    margin-bottom: 60px;
    width: inherit;
    bottom: 0;
  }
  header.lp .opencell-btn{
    padding: 10px 20px;
    font-family: 'GT-Walsheim-Regular';
    font-size: 18px;
  }
  div.lp {
    height: 130px;
  }
  div.lp img{
    margin: 15px auto;
    height: 100px;
  }

  .lp-ovhcloud form{
    text-align: right;
  }


  section.scheduledemo  {
    position: relative;
    width: 100%;
    min-height: 100vh;
  }
  @media(min-width:992px){
    header.hero {
      margin-top: 100px;
      height: calc(100vh - 100px);
      min-height: calc(100vh - 100px);
    }
    header.lp{
      position: relative;
      width: 100%;
      margin-top: 60px;
      height: calc(100vh - 100px - 130px);
      min-height: calc(100vh - 100px - 130px);
    }
  }

  header.small-header{
    height: 400px;
  }
  header.small-header.tiny{
    height: 200px;
  }
  header.small-header h1{
    line-height: 63px;
    padding: 0;
    margin-bottom: 15px;
  }

  header.small-header p{
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.050em;
  }
  header h1{
    margin-bottom: 15px;
  }
  header p{
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.050em;
  }

  header .header-content-inner,
  header .header-content-inner .container,
  header .header-content-inner .container > div {
    height: inherit;
  }

  header.hero .background{
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    z-index: -100;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    background-position: center !important;
    background-color: #DD594E;
    background-repeat: no-repeat !important;
  }

  header.hero,
  header.lp,
  header.small-header,
  .read-more .thumbnail,
  section.scheduledemo{
    color: #fff;
    background-image: url("../img/bg/bg_testimonials.jpg");
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    background-position: center !important;
    background-color: #DD594E;
    background-repeat: no-repeat !important;
  }

  section.scheduledemo{
    background-image: url("../img/uploads/header-blank.jpg");
  }

  section.scheduledemo h1{
    margin-top: 30px;
  }
  section.scheduledemo h2{
    margin-bottom: 20px;
  }

  div.booking-side-panel{
    margin-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

/* carousel */
  header .carousel{
    position: absolute;
    height: 100%;
    top: 0%;
    bottom: 0%;
    width: 100%;
    margin: 0;
  }
  header .carousel-inner{
    height: inherit;
    width: 100%;
  }
  header .carousel-item{
    height: inherit;
    width: inherit;
    padding: 0 15%;
    margin: auto;
  }
  header .carousel-indicators{
    bottom: 80px;
  }
  header .carousel-indicators li.active{
    background-color: white;
  }

/*=========
  HEADER */


/* Carousel
===========*/

.carousel-control-prev-icon{
  background-image: url("../img/icon/arrow.png");
  height: 44px;
  width: 23px;
}
.carousel-control-next-icon{
  background-image: url("../img/icon/arrow.png");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 44px;
  width: 23px;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 2px solid white;
  border-radius: 7.5px;
  background-color: transparent;
  margin: auto 15px;
}

/*===========
  CAROUSEL */


/* BANNERS
=========*/
section.banner{
  color: white;
  font-size: 35px;
  line-height: normal;
  min-height: 220px;
  padding: 0;
  background-color: #ED594E;
}
section.banner .container,
section.banner .container .row
{
  min-height: inherit;
}
section.banner .container .row > div {
  padding: 40px 0;
}

/*===========
  BANNERS */

/* FOOTER
=========*/

section.footer{
  background-color: #676767;
  padding: 120px 0;
  color: white;
}
section.footer h1 {
  font-family: 'Noe-Display-Black';
  font-size: 25px;
  line-height: 48px;
  margin-bottom: 16px;
  padding: 0;
}
section.footer .row > div{
  opacity:0.7;
}
section.footer .links {
  width: 100%;
  padding: 0 10px;
}
section.footer .links + .links {
  margin-left: auto ;
}
section.footer ul {
  padding: 0 0 55px 0;
  margin: 0;
}
section.footer li {
  list-style: none;
  line-height: 27px;
}

@media (min-width:768px){
  section.footer .links {
    width: auto;
  }
  section.footer ul {
    padding: 0 ;
  }
  section.footer li {
    line-height: 32px;
  }
}

.mention-logo img {
  width: 160px;
  padding: 8px 0 39px 0;
}
.copyright {
  margin-bottom: 20px;
}

section.footer .socialnetworks{
  margin-top: 43px;
}
section.footer .socialnetworks img{
  margin-right: 20px;
}

/*=========
  FOOTER */


/* SECTIONS
===========*/
  section.description{
    color: #6B6B6B;
    margin: 20px 0  ;
  }
  section.description span{
    display: inline-block;
  }
  section.description hr{
    display: inline-block;
    width: 112px;
    height: 1px;
    border: none;
    border-bottom: 1px solid #707070;
    margin: 12px 23px;
  }


  section.hero-1,
  section.hero-2,
  aside.hero-1,
  aside.hero-2{
    padding: 20px;
    margin-top: 20px;
  }
  .hero-1 {
    background-color: white;
  }
  .hero-2 {
    background-color: #F8F8F8;
  }
  @media (min-width:768px){
    section.hero-1,
    section.hero-2{
      padding-bottom: 25px;
      margin: 32px 0;
    }
    section.hero-2{
      margin-bottom: 50px;
    }
    section.description{
      margin: 40px 0 0 0;
    }
  }
  @media (min-width:992px){
    section.hero-1,
    section.hero-2{
      padding: 25px 0 50px 0;
      margin: 75px 0;
    }
    section.hero-2{
      margin-bottom: 100px;
    }
    section.description{
      margin: 80px 0 -25px 0;
    }
    section.reduce-margin{
      margin-top: -25px;
    }
  }

/*===========
  SECTIONS */


/* UNIQUE SECTION
=================*/

/* contact */
section.contact h2{
  font-family: "Noe-Display-Black";
  text-transform: none;
  font-size: 40px;
  line-height: 45px;
  padding: 10px 0;
  margin-bottom: 25px;
  letter-spacing: 0.010em;
}
section.contact .indicates-required{
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
#mc_embed_signup .asterisk {
  color: #e85c41 !important;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
section.contact label{
  font-size: inherit;
  line-height: inherit;
}
section.contact input, section.contact textarea{
  width: 100%;
  margin-bottom: 10px;
}
section.contact textarea,
section.contact #mce-MESSAGE{
  min-height: 170px;
}
section.contact #mc-embedded-subscribe{
  width: auto;
}
section.contact #mc_embed_signup .input-group{
  clear: left;
  text-align: left;
  position: relative;
  display: block;
}
section.contact #mc_embed_signup .input-group input{
  width: auto;
  margin-right: 20px;
}
section.contact #mc_embed_signup .input-group ul{
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
section.contact #mc_embed_signup .input-group ul li{
  display: block;
  padding: 3px 0;
  margin: 0;
}
section.contact .content > form,
section.contact .hbspt-form{
  position: relative;
  background-color: #F9F9F8;
  margin: 0;
  z-index: 0;
  padding: 5% calc(9% + 20px) 5% 5% !important;
}
section.contact #mc_embed_signup_scroll,
section.contact .hbspt-form{
  background: #F9F9F8 !important;
}
section.contact .info > div{
  height: 100%;
}
section.contact .info{
  position: relative;
  color: white;
  margin: inherit;
  background-color: #EF6155;
  z-index: 10;
  margin: 0;
  padding: 5%;
}
@media(min-width:768px) {
  section.contact .content > form,
  section.contact .hbspt-form {
    min-height: 843px;
    padding: 50px calc(9% + 40px) 50px 40px !important;
  }
  section.contact .info{
    color: white;
    margin: auto 0 auto -9%;
    height: 543px;
  }
}
@media(min-width:992px) {
  section.contact .content > form,
  section.contact .hbspt-form {
    padding: 70px calc(9% + 80px) 70px 80px !important;
  }
  section.contact h2{
    font-size: 50px;
    line-height: 55px;
  }
}

/* team */
.team-img{
  width: 100%;
  padding: 15px 0px;
}

/* logos */
  .customer-logo img{
    padding-left: 15%;
    padding-right: 15%;
    max-height: 135px;
    margin: auto 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .customer-logo .logo{
    border-bottom: 1px solid #E6DCDC;
    border-right: 1px solid #E6DCDC;
    height: 240px;
  }

  .customer-logo .logo:nth-child(2n+0){
    border-right: none;
  }
  @media(min-width: 768px){
    .customer-logo .logo:nth-child(2n+0){
      border-bottom: 1px solid #E6DCDC;
      border-right: 1px solid #E6DCDC;
    }
    .customer-logo .logo:nth-child(3n+0){
      border-right: none;
    }
  }
  @media(min-width: 992px){
    .customer-logo .logo:nth-child(3n+0){
      border-bottom: 1px solid #E6DCDC;
      border-right: 1px solid #E6DCDC;
    }
    .customer-logo .logo:nth-child(4n+0){
      border-right: none;
    }
  }

  .customer-logo .logo:nth-last-child(2){
    border-right: none;
  }
  .customer-logo .logo:nth-last-child(1){
    border: none;
    height: 1px;
    margin-top: -1px;
    background-color: white;
  }

  /* lightbox */
  .modal{
    display: none;
    position: fixed;
    z-index: 20;
    padding: 80px 0 20px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  .modal-content {
    position: relative;
    overflow-y: scroll;
    background-color: #fefefe;
    margin: auto;
    padding: 20px 80px;
    width: 100%;
    height: 100%;
  }
  .modal-content img{
    position: sticky;
    top: auto;
    left: auto;
    margin-bottom: 40px;
  }

  .close {
    color: white;
    position: sticky;
    background-color: gray;
    width: 35px;
    height: 35px;
    top: 0;
    left: 100%;
    margin-right: -35px;
    font-size: 35px;
    font-weight: bold;
    border-radius: calc(35px / 2);
  }
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }

  @media(min-width: 768px){
    .modal{
      padding: 100px 0 40px 0;
      left: 0;
      top: 0;
    }
    .modal-content {
      padding: 40px 80px;
    }
  }
  @media(min-width: 992px){
      .modal{
        padding: 150px 50px 50px 50px;
        left: 0;
        top: 0;
      }
      .modal-content {
        padding: 80px;
      }
    }

/* provide */
  section.whatweprovide .img{
    margin-bottom: 30px;
  }
  section.whatweprovide .description{
    text-align: center;
  }
  section.whatweprovide button{
    margin-top: 32px;
    padding: 17px 28px;
  }

  @media(min-width:992px){
    section.whatweprovide .img{
      margin: 0;
    }
    section.whatweprovide .description{
      text-align: left;
      padding-left: 40px;
    }
    section.whatweprovide button{
      margin-top: 96px;
    }

  }
/* whatmakesus / case studies */
    section.whatmakesus .title,
    section.casestudy .title{
    background-color: #EB5048;
    height: 71px;
    color: white;
    font-family: 'GT-Walsheim-Bold';
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.200em;
    text-transform: none;
    padding: 0 10px;
    margin: 0;
  }

  section.whatmakesus h2,
  section.casestudy h2{
    background-color: #F9F9F8;
    color: #4E4D4D;
    height: 71px;
    line-height: 18px;
    font-size: 14px;
    margin: 23px 0 ;
    padding: 0 10px;
  }
  section.whatmakesus p,
  section.casestudy p{
    color: #474747;
    height: 48px;
    margin: 0;
    padding: 0 10px;
    margin: 23px 0 0 0;
  }

  section.casestudy p{
      height: unset;
  }
  @media (min-width: 768px){
    section.whatmakesus .title,
    section.casestudy .title{
      font-size: 22px;
    }

    section.whatmakesus h2,
    section.casestudy h2{
      height: 71px;
      font-size: 16px;
      line-height: 21px;
    }
    section.whatmakesus p,
    section.casestudy p{
      height: 91px;
    }
    section.casestudy p{
        height: unset;
    }
  }

/* mainindustries */
  section.mainindustries .box > a > div{
    height: 182px;
    font-family: 'GT-Walsheim-Bold';
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.200em;
    color: white;
    margin: 15px 0;
  }

  @media (min-width:992px){
    section.mainindustries .box > a > div{
      height: 182px;
      font-size: 22px;
      line-height: 32px;
    }
  }

  section.mainindustries .box:nth-child(1) > a > div{
    background-color: #E14D43;
  }
  section.mainindustries .box:nth-child(2) > a > div{
    background-color: #CF1428;
  }
  section.mainindustries .box:nth-child(3) > a > div{
    background-color: #991921;
  }
  section.mainindustries .box:nth-child(4) > a > div{
    background-color: #D53F4F;
  }

/* logos */
  section.logos .opencell-btn{
    margin-top: 40px;
  }
  section.logos h1{
    margin-bottom: 80px;
  }
  @media (min-width:992px){
    section.logos .opencell-btn{
      margin-top: 60px;
    }
    section.logos h1{

    }
  }

/* testimonial */
  section.worktogether .testimonials {
    color: white;
    background-image: url("../img/bg/bg_testimonials.jpg");
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    background-position: center !important;
    background-color: #DD594E;
    background-repeat: no-repeat !important;
  }
  section.worktogether .carousel-inner{
    height: 800px;
    padding: 0;
  }
  section.worktogether .carousel-item{
    height: inherit;
    padding: 0 15%;
    margin: auto;
  }
  section.worktogether .carousel-indicators{
    bottom: 20px;
  }
  section.worktogether .carousel-indicators li.active{
    background-color: white;
  }

  section.worktogether .testimonials .quote,
  header.hero .testimonials .quote {
    font-family: 'GT-Walsheim-Regular';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.010em;
  }
  header.hero .testimonials .quote {
    font-size: 16px;
    line-height: 20px;
  }

  section.worktogether .testimonials .quote::before,
  section.worktogether .testimonials .quote::after,
  header.hero .testimonials .quote::before,
  header.hero .testimonials .quote::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: calc(0% - 35px);
    background-image: url("../img/icon/quote.svg");
    background-size: 35px 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    content: "";
  }
  section.worktogether .testimonials .quote::after,
  header.hero .testimonials .quote::after {
    left: 100%;
    bottom: -7.5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  @media (min-width:992px){
    section.worktogether .testimonials .quote{
      font-size: 25px;
      line-height: 40px;
    }
    header.hero .testimonials .quote {
      font-size: 20px;
      line-height: 30px;
    }
  }

  section.worktogether .testimonials hr,
  header.hero .testimonials hr {
    width: 45px;
    margin: 40px 0;
    border-radius: 2px;
    border: 2px solid white;
  }

  section.worktogether .testimonials .author,
  section.worktogether .testimonials .position,
  header.hero .testimonials .author,
  header.hero .testimonials .position {
    font-family: 'GT-Walsheim-Bold';
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.010em;
  }

  section.worktogether .testimonials img,
  header.hero .testimonials img{
    object-fit: cover;
    overflow:hidden;
    width: 120px;
    height: 120px;
    margin-bottom: 55px;
    border-radius: 50%;
    border: 1px solid white;
  }
/* getdemo, headerCTA */
  section.getdemo{
    height: 255px;
    padding: 0;
    background-color: #DD594E;
  }
  section.getdemo  div{
    height: inherit;
  }
  section.getdemo button{
    font-family: 'Noe-Display-Black';
    font-size: 35px;
    line-height: 32px;
    letter-spacing: 0.010em;
    background-color: inherit;
    color: white;
    width: 340px;
    height: 105px;
    border: 2px solid white;
  }
  button.header-btn {
    line-height: 32px;
    letter-spacing: 0.010em;
    background-color: white;
    color: #9e2e2a;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 3px 13px;
  }
  button.header-btn:hover {
    background-color: #CF1428;
    color: white;
    border-radius: 3px;
    border: 1px solid white;
  }

  button.header-btn{
    font-size: 16px;
  }
  @media (min-width:768px){
    section.getdemo {
      height: 350px;
    }
    section.getdemo button{
      font-size: 40px;
      width: 430px;
    }
    button.header-btn{
      font-size: 18px;
    }
  }

  form.header-btn{
    margin-top: 40px;
    text-align: left;
  }



/* ourstory */
  section.ourstory .box {
    background-color: #EF6155;
    width: 200px;
    height: 180px;
    padding: 30px;
    margin: 10px auto;
    font-size: 18px;
    color: white;
  }

  section.ourstory .margin{
    margin-top: 23px;
  }
  @media (min-width:768px){
    section.ourstory .margin{
      margin-top: 80px;
    }
  }
/* leadership */
  section.leadership .box{
    margin-top: 40px;
  }
  section.leadership h1{
    margin-bottom: -20px;
  }
  section.leadership  .box > div {
    background-color: #F9F9F8;
    padding: calc(50px + 40px) 10px 40px 10px;
  }
  section.leadership .box > img{
    width: inherit;
    margin-bottom: -50px;
    padding: 0 45px;
  }
  section.leadership .box  h2{
    line-height: 20px;
    margin-bottom: 28px;
  }
  section.leadership p{
    margin-bottom: 10px;
  }
  @media (min-width: 768px){
    section.leadership .box{
      margin-top: 65px;
    }
    section.leadership  .box > div {
      padding: calc(90px + 50px) 10px 50px 10px;
    }
    section.leadership .box > img{
      margin-bottom: -90px;
    }
  }

  section.leadership .box .socialnetworks a img{
    width: 32px;
    height: 32px;
  }
  section.leadership .box .socialnetworks a  +
  section.leadership .box .socialnetworks a {
    margin-left: 10px;
  }

/* businessmodel */
  section.businessmodel .box {
    background-color: #F9F9F8;
    margin: 10px;
    padding: 75px 30px;
  }
  section.businessmodel .box h2{
    margin: 35px 0 23px 0;
  }
  section.businessmodel .box img{
    height: 50px;
    margin: 0 20px;
  }
  section.businessmodel .box p {
    color: #0F0B38;
  }
  @media (min-width:992px){
      section.businessmodel .box {
        padding: 65px 75px;
      }
      section.businessmodel .box h2{
        margin: 54px 0 26px 0;
      }
  }
/* customers */
  .customers .box {
    background-color: #E26050;
    position: relative;
    z-index: 10;
    margin-top: 83px;
    height: 190px;
    padding: 50px;
  }
  .customers .box  h1 {
    color: white;
    padding: 0;
    margin: 0 auto;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: normal;
  }
  .customers .list ul{
    text-align: center;
    list-style-type: none;
    padding-inline-start:0;
    position: relative;
    margin: 32px 0;
    z-index: 10;
  }
  .customers .list li{
    color: #676767;
  }
  .customers .list li h2{
    padding: 0;
    margin: 0;
    line-height: 25px;
    font-size: 14px;
  }
  .customers .logos > div {
    height: 100%;
  }
  .customers .logos {
    background-color: #F9F9F8;
    margin: 0;
    padding: 50px 32px;
    z-index: 0;
  }
  .customers .logos img {
    padding: 45px 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .grayscale{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  @media(min-width:768px) {
    .customers .box {
      height: 300px;
      padding: 32px;
    }
    .customers .box  h1 {
      font-size: 42px;
      line-height: 48px;
    }
    .customers .list ul {
      text-align: left;
      list-style-type: disc;
      padding-left: 3px;
    }
    .customers .list  li  h2{
      width: calc(100% - 42px);
      padding-left: 10px;
      line-height: 30px;
      letter-spacing: 0.10em;
    }
    .customers .logos{
      max-width: calc(calc(100% - 300px) + 42px);
      margin-left: -42px;
      padding: 45px 25px 45px calc(25px + 42px);
    }
    .customers .logos img{
      padding: 35px 15px;
    }
  }
  @media (min-width:1200px){
    .customers .logos,
    .rosace-logo {
      padding: 150px 120px 150px calc(120px + 42px);
    }
  }

/* workplaceandjobs */
  #carouselWorkplace{
    margin-top: 50px;
  }
  section.jobs h1{
    margin-bottom: 75px;
  }
  .article-box{
    margin: 25px 0;
  }
  .article-box .date {
    position: relative;
    z-index: 10;
    background-color: #EB5048;
    text-align: center;
    color: white;
    width: 150px;
    height: 150px;
    padding: 45px 0;
    margin-bottom: -75px;
  }
  .article-box .date > h2,
  .article-box .date > p {
    color: inherit;
    min-height: 0;
    font-family: "GT-Walsheim-Bold";
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto;
  }
  .article-box .date > p {
    opacity: 0.7;
  }
  .article-box .description {
    background-color: #F9F9F8;
    min-height: 300px;
    color: black;
    padding: calc(50px + 75px) 0 56px 0;
  }
  .article-box .opencell-btn{
    margin-top: 32px;
    width: 188px;
  }

  .article-box .overflow{
    height: 128px;
  }

/* articles */
  section.articles h1{
    margin-bottom: 75px;
  }
/* platformmodules */
  .modules .list{
    background-color: #E26050;
    position: relative;
    z-index: 10;
    color: white;
    padding: 50px 0;
  }

  .modules .list h1 {
    list-style-type: none;
    color: inherit;
  }
  .modules .list h2 {
    font-family:  "GT-Walsheim-Regular";
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 0.200em;
    list-style-type: none;
    color: inherit;
    margin: 0;
  }
  .modules .list li{
    list-style-type: none;
    background-color: transparent;
    color: rgba(255,255,255,0.5);
  }
  .modules .list li:hover{
    cursor: pointer;
    color: white;
  }
  .modules .list li.active {
    color: white;
    background-color: transparent;
  }
  .modules .list li.active h2::before{
    content: "\01F862";
    margin-right: 10px;
    margin-left: -35px;
    display: inline-block;
    width: 20px;
  }
  .modules .content {
    position: relative;
    z-index: 0;
    padding: 0 30px;
    background-color: #F9F9F8;
  }
  .modules .content a{
    color: #EF6155;
  }
  .modules .content > div > div{
    display: none;
  }
  .modules .content > div > div.active{
    display: block;
  }
  .modules .content h2{
    text-transform: uppercase;
  }
  .modules .content h1,
  .modules .carousel-item {
    padding: 0 75px;
  }
  .modules .content .carousel{
    padding: 30px 0 60px 0;
  }
  .modules .content .carousel-indicators li{
      border: 2px solid #EC6156;
  }
  .modules .content .carousel-item{
      height: 500px;
      overflow-y: auto;
  }
  .modules .content .carousel-indicators li.active {
      background-color: #EC6156;
  }

  .modules .carousel-indicators {
    bottom: 70px;
  }

  @media(min-width:768px) {
    .modules .content {
      padding: 50px 20px;
      margin: 50px 0;
    }
  }

/* platformtechnology */
  section.platformtechnology .box {
    background-color: #F9F9F8;
    margin: 20px;
    padding: 100px 60px 60px 60px;
  }
  section.platformtechnology .box h1{
    padding: 0;
    margin: 0;
  }
  section.platformtechnology .box p{
    padding: 0 10px;
    margin: 0;
  }
  section.platformtechnology .box hr {
    width: 50px;
    border-top: 2px solid #4B4B4B;
    margin: 40px 0;
  }

  section.platformtechnology.whatmakesus p{
    height: auto !important;
  }

  section.platformtechnology.businesslogic img{
      display: none;
  }
  section.platformtechnology.businesslogic img.active{
      display: block;
  }

  section.platformtechnology.businesslogic .carousel-inner{
    height: 500px;
    padding: 0;
  }
  section.platformtechnology.businesslogic .carousel-item{
    height: 450px;
    padding: 0 50px 0 20px;
    margin: auto;
  }
  section.platformtechnology.businesslogic .carousel-indicators li{
    border: 2px solid #EC6156;
  }
  section.platformtechnology.businesslogic .carousel-indicators li.active{
    background-color: #EC6156;
  }

  section.platformtechnology.businesslogic .img{
    position: relative;
  }
  section.platformtechnology.businesslogic .img > ul
  {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  section.platformtechnology.businesslogic .img > ul > li
  {
    display: block;
    position: absolute;
  }

  section.platformtechnology.technologies{
    margin-top: -75px;
  }
  section.platformtechnology.technologies .img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 80px;
    margin-bottom: 60px;
  }
  section.platformtechnology.technologies .description {
    height: auto;
    margin: 10px 0 20px 0;
  }
  @media (min-width:768px){
    section.platformtechnology.technologies .img img {
      margin: 0;
    }
    section.platformtechnology.technologies .description {
      height: 110px;
      margin: 10px 0 20px 0;
    }
  }


/* platformecosystem */
section.ecosystem{
  margin-bottom: 50px;
}
  .ecosystem h2.navigation a.active{
    color: #EB5048;
  }
  .ecosystem div.navigation:first-child{
    background-color: #EB5048;
    color: white;
  }
  .ecosystem div.navigation:first-child h2.navigation a:hover,
  .ecosystem div.navigation:first-child h2.navigation a.active{
      color: #4B4B4B;
  }
  div.rosace:first-child{
    padding-right: 40px;
  }
  div.rosace:last-child{
    margin-left: 40px;
    background-color: #F9F9F8;
  }
  .rosace .logos {

  }
  .rosace .logos > div{
    height: 25%;
  }
  .rosace .logos img {
    padding: 45px 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 35px 15px;
  }

  @media (min-width:1200px){
    .rosace .logos {

    }
  }

/* solutionbyindustry */
  section.byindustry{
    margin: 91px 0;
    padding: 0;
  }
  section.byindustry h1 {
    line-height: 48px;
    letter-spacing: normal;
    margin-bottom: 34px;
  }
  section.byindustry h2 {
    line-height: 20px;
    margin-bottom: 20px;
  }
  section.byindustry p {
    margin-bottom: 30px;
  }
  section.byindustry button {
    margin-top: 20px;
  }
  section.byindustry .visual {
    position: relative;
    z-index: 10;
  }
  section.byindustry .visual img{
    width: 100%;
  }
  section.byindustry .visual.hover img:hover{
    opacity: 0.7;
  }
  section.byindustry .content {
    background-color: #F9F9F8;
    padding: calc(50px + 80px) 75px 50px 75px;
    margin-top: -80px;
  }

/* solutionbyrole */
  section.byrole{
    margin: 130px 0;
    padding: 0;
  }
  section.byrole .content {
    position: relative;
    background-color: #F9F9F8;
    margin: -20% 0 0 0;
    padding: calc(20% + 30px) 30px 30px 30px;
    z-index: 0;
  }
  section.byrole button {
    margin-top: 20px;
  }
  section.byrole .img {
    position: relative;
    margin: inherit;
    z-index: 10;
  }
  section.byrole ul{
    padding-left: 1em;
  }
  section.byrole li{
    padding-left: 1em;
  }
  @media(min-width:992px) {
    section.byrole .content{
      z-index: 0;
    }
    section.byrole .content h1{
      line-height: 48px;
      margin: 0;
    }
    section.byrole .content h2{
      line-height: 20px;
      margin-top: 50px;
      margin-bottom: 30px;
    }
    section.byrole .img{
      margin-top: auto;
      margin-bottom: auto;
      z-index: 10;
    }
    section.byrole:nth-child(odd) .content {
      margin: 0 0 0 -25%;
      padding: 55px 60px 80px calc(25% + 70px);
    }
    section.byrole:nth-child(even) .content {
      margin: 0 -25% 0 0;
      padding: 55px calc(25% + 70px) 80px 60px;
    }
    section.byrole:nth-child(even) .img  {
      order: 13;
    }
  }

  /* platformecosystem */
  /* solutionbyindustry */
  /* solutionbyrole */
    section.ecosystem h2.navigation,
    section.byindustry h2.navigation,
    section.byrole h2.navigation{
      font-size: 14px;
      line-height: 25px;
      letter-spacing: 0.200em;
      display: block;
      margin: 0;
    }
    section.byindustry  div.navigation,
    section.byrole  div.navigation,
    section.byindustry.navigation,
    section.byrole.navigation{
      margin: 71px 0;
    }
    section.ecosystem  div.navigation{
      padding: 41px 0;
    }
    section.byindustry.navigation-fixed div.navigation,
    section.byrole.navigation-fixed div.navigation{
      position: fixed;
      background-color: white;
      top: calc(60px - 71px);
      left: 0;
      right: 0;
      z-index: 100;
    }
    @media (min-width:768px){
      section.byindustry  div.navigation,
      section.byrole  div.navigation,
      section.byindustry.navigation,
      section.byrole.navigation{
        margin: 83px 0;
      }
      section.byindustry.navigation-fixed div.navigation,
      section.byrole.navigation-fixed div.navigation{
        top: calc(60px - 83px);
      }
      section.ecosystem h2.navigation,
      section.byindustry h2.navigation,
      section.byrole h2.navigation {
        line-height: 16px;
        display: inline-block;
      }
      section.ecosystem h2.navigation+h2.navigation:before,
      section.byindustry h2.navigation+h2.navigation:before,
      section.byrole h2.navigation+h2.navigation:before {
        content: "/";
        margin: 0 5px;
        color: inherit;
      }
    }
    @media (min-width:992px){
      section.ecosystem h2.navigation+h2.navigation:before,
      section.byindustry h2.navigation+h2.navigation:before,
      section.byrole h2.navigation+h2.navigation:before {
        margin: 0 20px;
      }
      section.byindustry.navigation-fixed div.navigation,
      section.byrole.navigation-fixed div.navigation{
        top: calc(100px - 83px);
      }
    }

  /* readmore */
  .read-more .thumbnail{
    height: 150px;
    margin: 20px 0 0 0;
  }
  .read-more .description{
    background-color: #F9F9F8;
    margin: auto;
    padding: 0 46px;
  }
  .read-more .description h2{
    background-color: #F9F9F8;
    margin: auto;
    padding: 0 20px;
  }
  .read-more .description h2.author {
    margin-top: 28px;
  }
  .read-more .description h2.title {
    margin: 45px 0 18px 0;
  }
  .read-more .description form {
    margin: 43px 0 48px 0;
  }
  .read-more .date{
    color: #EB5048;
    opacity: 0.5;
  }
/*================
  UNIQUE SECTION*/

/* MISC
=======*/
.youtube {
  padding: 10px;
}


/*=======
  MISC */

/* KNOWLEDGE CENTER
=========*/
  .knowledgecenter .margin{
    margin-top: 50px;
  }
  .knowledgecenter .box{
    background-color:  #F9F9F8;
    padding: 20px;
  }
  .knowledgecenter .box h2 {
    min-height: 0;
    margin: 35px auto 20px auto;
  }
  .knowledgecenter .box span+span:before{
    content: " | ";
    padding: 0;
    position: relative;
    top: -2px;
  }

  section.blog{
    margin-top: 130px;
  }

  section.blog,
  section.video{
    padding-bottom: 0;
  }

  section.read-more .description > div {
    margin-top: 20px;
  }

  .blog .tags,
  .video .tags,
  .releases .tags{
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    background-color: #F9F9F8;
    padding: 55px 20px;
  }
  .blog .tags .active,
  .video .tags .active ,
  .releases .tags .active {
    color: #EF6155;
  }
  .blog .list,
  .video .list,
  .releases .list {
    margin-bottom: 85px;
  }
  .blog .list .thumbnail,
  .blog .list a,
  .video .list .thumbnail,
  .video .list a,
  .releases .list .thumbnail,
  .releases .list a {
    height: 100%;
    width: 100%;
  }
  .blog .list .thumbnail,
  .video .list .thumbnail,
  .releases .list .thumbnail{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }


  .blog .list h2,
  .video .list h2,
  .releases .list h2,
  .blog .list p,
  .video .list p,
  .releases .list p,
  .blog .list form,
  .video .list form,
  .releases .list form{
    padding: 0 70px 0 50px;
  }
  .blog .list p,
  .video .list p,
  .releases .list p
  {
    margin: 18px 0 27px 0;
  }
  .blog .list h2,
  .video .list h2,
  .releases .list h2{
    margin: 0;
  }

  .blog .list .opencell-btn,
  .video .list .opencell-btn,
  .releases .list .opencell-btn {
    width: 150px;
    height: 45px;
    padding:0;
  }
  .publication-date{
    margin-top: 1rem;
  }

  .blog h1,
  .video h1,
  .releases h1{
    margin-bottom: 70px;
  }
/*=========
  KNOWLEDGE CENTER */

/* JOB OFFERS
=============*/
  section.job-offer{
    min-height: 40vh;
  }
  section.job-offer h1, section.job-offer h2 {
    font-size: inherit;
    padding: 0;
    margin: 0;
  }
  section.job-offer h1{
    font-size: 25px;
  }
  section.job-offer h2{
    font-size: 20px;
  }
  .job-offer .opencell-btn{
    margin: 50px 10px;
    width: 300px;
  }
/*==========
JOB OFFERS */

/* CASE STUDY
=============*/
  section.casestudies .list{
    margin-bottom: 50px;
  }

  section.casestudies .list h2{
    margin-bottom: 10px;
  }
  section.casestudies .list .opencell-btn{
    padding: 5px 10px;
  }
  section.casestudy hr{
    margin: 15px 0;
    height: 1px;
    border: 0;
  }
  section.casestudy .right h2{
    margin-top: 30px;
    margin-bottom: 10px;
  }
  section.casestudy .logo{
    width: auto;
    flex-grow: 0;
  }
  section.casestudy .logo img{
    max-height: 104px;
  }
  section.casestudy .right{
    background-color: #F9F9F8;
    padding: 83px;
  }
  @media(min-width:768px){
    section.casestudy hr{
      margin: 20px 0;
    }
  }

  section.casestudy .quote{
    padding: 0 50px;
    margin: 32px 0;
  }
  @media(min-width:992px){
    section.casestudy hr{
      margin: 40px 0;
    }
    section.casestudy .right{
      height: 719px;
    }
    section.casestudy .right .overflow{
      height: 553px;
    }
    section.casestudy .left,
    section.casestudy .left .overflow{
      max-height: 450px;
      height: 450px;
    }
  }
  section.casestudy .quote::before,
  section.casestudy .quote::after{
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: calc(0%);
    background-image: url("../img/icon/quote-gray.svg");
    background-size: 35px 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    content: "";
  }
  section.casestudy .quote::after{
    left: calc(100% - 35px);
    bottom: -7.5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
/*===========
CASE STUDY */



/* MARKDOWN
===========*/

  .markdown{
    font-size: 20px;
    color: #0F0B38;
  }
  .markdown a{
    color: #EF6155;
  }
  .markdown img{
    max-width: 100%;
  }
  .markdown a:hover{
    text-decoration: underline;
  }
  .markdown ul,
  .markdown hr{
    text-align: justify;
    margin-bottom: 50px;
  }
  .markdown p{
    text-align: justify;
    margin-bottom: 30px;
  }
  .markdown p + ul{
    margin-top: -30px;;
  }

  .markdown h1,
  .markdown h2,
  .markdown h3,
  .markdown h4,
  .markdown h5,
  .markdown h6{
    font-family: 'GT-Walsheim-Regular';
    min-height: 0;
    font-size: 20px;
    text-transform: none;
    font-weight: bold;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    padding-top: 120px;
    margin-top: -120px;
    margin-bottom: 50px;
  }
  .markdown h1{
    font-size: 30px;
    margin-top: -90px;
  }
  .markdown h2{
    font-size: 30px;
    margin-top: -90px;
  }
  .markdown h3{
    font-size: 25px;
    margin-top: -95px;
  }
  .markdown sup{
    padding-top: 120px;
    margin-top: -120px;
  }
  .markdown blockquote{
    border-left: 1px solid #ccc;
    margin-left: 1em;
    padding-left: 1em;
  }
  .markdown blockquote h1,
  .markdown blockquote h2,
  .markdown blockquote h3,
  .markdown blockquote h4,
  .markdown blockquote h5,
  .markdown blockquote h6 {
    padding-top: 0;
    margin-top: 0;
  }
  .markdown .highlight pre{
    padding: 10px;
  }
  .markdown pre {
    padding: 0.14286rem 0.35714rem 0.07143rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: normal;
    color: #0a0a0a;
  }
  .markdown table{
    margin: 20px 0;
    border-collapse: collapse;
    width: 100%;
  }
  .markdown table thead{
    background: #DD594E;
    color: white;
  }
  .markdown table thead tr{
    border: 1px solid #aaa;
  }
  .markdown th, td {
    text-align: left;
    padding: 8px;
  }
  .markdown tr:nth-child(even){
    background-color: #F9F9F8;
  }

  .markdown code {
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
  }

/*===========
  MARKDOWN */

/* POSTMANDOC
=============*/
.docs-nav{
  top: 100px !important;
}

/*=============
  POSTMANDOC */


  .welcomekit-jobs-list-item {
    margin: 0;
    padding: 0;
  }
  .welcomekit-jobs-list-item-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 30px 5px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    transition: all 0.2s;
  }
  .welcomekit-jobs-list-item-link:after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: ' ';
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
    transition: all 0.2s;
  }
  .welcomekit-jobs-list-item-link:hover {
    background: #f5f5f5;
    border-bottom-color: #ddd;
  }
  .welcomekit-jobs-list-item-link:hover:after {
    right: 20px;
    border-top-color: #aaa;
    border-right-color: #aaa;
  }
  .welcomekit-job-name {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
  }
  .welcomekit-job-infos {
    margin: 0;
    padding: 0;
  }
  .welcomekit-job-infos > li {
    position: relative;
    display: inline-block;
    margin: 0 34px 0 0;
    color: #aaa;
  }
  .welcomekit-job-infos > li:before {
    position: absolute;
    top: 6px;
    left: -20px;
    content: ' ';
    display: block;
    height: 6px;
    width: 6px;
    background: #ddd;
    border-radius: 50%;
  }
  .welcomekit-job-infos > li:first-child:before {
    display: none;
  }
  .welcomekit-job-infos > li.welcomekit-job-description {
    display: block;
    margin: 10px 0 0 0;
    padding: 10px 20px;
    border-left: 2px solid #eee;
  }
  .welcomekit-job-infos > li.welcomekit-job-description p,
  .welcomekit-job-infos > li.welcomekit-job-description ul {
    margin: 0;
    padding: 0 0 10px 0;
    color: #bbb;
  }
  .welcomekit-job-infos > li.welcomekit-job-description ul li {
    border-left: 1px solid #eee;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .welcomekit-job-infos > li.welcomekit-job-description pre {
    border-left: 1px solid #eee;
    padding-left: 10px;
    overflow: auto;
  }
  .welcomekit-job-infos > li.welcomekit-job-description:before {
    display: none
  }
  .welcomekit-office-city,
  .welcomekit-department-name {
    display: block;
    padding: 15px;
    background: #eee;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase;
  }
  .welcomekit-warning {
    display: block;
    padding: 50px 0;
    text-align: center;
  }
