h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, .8);
  font-weight: 300;
}

.nav-link {
  float: none;
  color: hsla(0, 0%, 100%, .88);
  font-size: 17px;
  text-decoration: none;
  font-weight: 300;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.login-nav-link,
.nav-link.contact-us-link {
  margin-left: 24px;
}

.navbar-toggle {
  display: none;
}

.body {
  overflow: visible;
  background-color: #000;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.hero {
  position: relative;
  display: none;
  height: 820px;
  padding: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Hero-Teal2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.hero.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 660px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .21)), to(rgba(0, 0, 0, .21)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21));*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.header {
  position: absolute;
  left: 0px;
  /*--- START: @ofir add this ---*/
  /*top: 48px;*/
  /*--- END: @ofir add this ---*/
  right: 0px;
  z-index: 100;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.footer {
  position: static;
  display: block;
  margin-bottom: 0px;
  padding-top: 55px;
  padding-bottom: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lead {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
}

.button {
  position: relative;
  z-index: 100;
  margin-top: 40px;
  padding: 12px 32px;
  background-color: #009699;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .16)), to(hsla(0, 0%, 100%, .16)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .16), hsla(0, 0%, 100%, .16));
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .2), 0 5px 7px 0 rgba(0, 0, 0, .1);
}

.button.login {
  width: 100%;
  margin-top: 20px;
  font-weight: 400;
}

.button.button-hero {
  background-color: #fff;
  color: #009699;
}
.button.button-hero.nd-btn {
  background-color: #009699;
  color: white;
}

.hero-title {
  margin-bottom: 11px;
  font-size: 56px;
}

.company {
  position: relative;
  margin-top: 0px;
  padding-bottom: 100px;
}

.paragraph-2 {
  position: relative;
  z-index: 10;
  width: 65%;
  margin-bottom: 40px;
}

.paragraph-2.inset-2 {
  width: 69%;
  margin-left: 0px;
}

.map {
  position: absolute;
  top: 24px;
  right: 0px;
  float: none;
}

.pattern-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 190px;
  height: 350px;
  float: none;
  background-image: url('../images/Pattern2x.png');
  background-position: 0px 0px;
  background-size: 15px;
  opacity: 0.52;
}

.zuk {
  position: relative;
  z-index: 10;
  width: 80px;
  margin-right: 24px;
  float: left;
  border-radius: 100px;
}

.pattern-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 316px;
  height: 494px;
  background-image: url('../images/Pattern2x.png');
  background-position: 0px 0px;
  background-size: 15px;
  opacity: 0.5;
}

.logos {
  position: relative;
  background-color: #ebebeb;
}
.logos.trusted-by {
  background-color: #e0e0e0;
}
.logos.trusted-by .Swisscom {width: 150px;}
.logos.trusted-by .KPN {width: 125px;}
.logos.trusted-by .Smartone {width: 130px;}
.logos.trusted-by .Trace3 {width: 130px;}
.logos.trusted-by .CBG {width: 190px;}


.logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pattern-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 52px;
  background-image: url('../images/Pattern-Light-lg2x.png');
  background-position: 0px -2px;
  background-size: 24px;
}

.logos.trusted-by .pattern-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 52px;
  background-color: #e0e0e0;
  background-image: url('../images/pattern-black-dot.png');
  background-position: 0px -2px;
  background-size: 20px;  
  
}

.contact {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), to(rgba(0, 150, 153, .33)));
  background-image: linear-gradient(180deg, #000 50%, rgba(0, 150, 153, .33));
}

.title {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link {
  padding: 12px 40px;
  border-style: solid none;
  border-width: 2px;
  border-color: #009699 #000;
  background-color: transparent;
  color: #fff;
}

.tab-link.w--current {
  background-color: #009699;
}

.tab-link.end {
  border-right-style: solid;
  border-right-color: #009699;
}

.tab-link.start {
  border-left-style: solid;
  border-left-color: #009699;
}

.tab-link.start.w--current {
  border-left-style: solid;
  border-left-color: #009699;
}

.form {
  display: block;
  width: 500px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.grid-3 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section {
  background-color: #191919;
}

.pattern-4 {
  position: absolute;
  left: 56px;
  top: 24px;
  width: 200px;
  height: 200px;
  background-image: url('../images/Pattern2x.png');
  background-position: 0px 0px;
  background-size: 15px;
  opacity: 0.47;
}

.pattern-4._2 {
  left: auto;
  top: auto;
  right: 56px;
  bottom: 32px;
}

.field-label {
  font-weight: 300;
}

.message {
  margin-top: 20px;
  padding: 20px;
  background-color: rgba(255, 0, 0, .13);
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.message.success {
  background-color: rgba(0, 150, 153, .2);
}

.image-container {
  width: 20%;
  text-align: center;
}

.skrim {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}

.tm {
  position: relative;
  bottom: 25px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 24px;
  line-height: 42px;
}

.link {
  margin-bottom: 2px;
  border-bottom: 1px dotted #009699;
  color: #009699;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.faded {
  color: hsla(0, 0%, 100%, .5);
  font-weight: 300;
}

.pnp {
  width: 127px;
}

.evolution {
  width: 129px;
}

.array {
  width: 140px;
}

.kpn {
  width: 101px;
}

.wise {
  width: 157px;
}

.login-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100vh;
  min-height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-weight: 300;
}

.heading-black {
  color: #000;
  text-align: center;
}

.login-form {
  width: 400px;
  font-weight: 300;
}

.body-black {
  color: #000;
  font-weight: 400;
}

.login-input {
  height: 40px;
  border-style: none;
  background-color: rgba(0, 150, 153, .1);
  font-weight: 400;
}

.login-input:focus {
  border: 2px solid #009699;
  background-color: #fff;
}

.signup-button {
  margin-top: 64px;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .82);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.signup-button:hover {
  color: #009699;
}

.zecops-logo {
  width: 250px;
  margin-bottom: 64px;
}

.login-form-error {
  width: 400px;
  margin-top: 24px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
}

.modal-cookies-close {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .3);
  border-radius: 100px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.modal-cookies-close:hover {
  background-color: rgba(0, 0, 0, .05);
}

.x-line {
  position: relative;
  top: 18px;
  right: -7px;
  width: 24px;
  height: 1px;
  background-color: rgba(0, 0, 0, .3);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.x-line.flip {
  background-color: rgba(0, 0, 0, .3);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.x-line.flip.white-line {
  background-color: hsla(0, 0%, 100%, .3);
}

.x-line.white {
  background-color: hsla(0, 0%, 100%, .33);
}

.section-heading-light {
  position: relative;
  bottom: -48px;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.tabs {
  z-index: 100;
}

.container-2 {
  margin-top: 24px;
}

.small-text {
  font-size: 14px;
}

.small-text.mb0 {
  margin-bottom: 0px;
}

.small-text.mb0.cookies-line {
  width: 70%;
}

.job {
  margin-bottom: 24px;
}

.jobs-list {
  margin-top: -25px;
  margin-bottom: 56px;
}
.jobs-description {
    margin-top: -40px;
    margin-bottom: 56px;
    padding-left: 1em;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
    font-weight: 300;
    padding-left: 0;
    color: hsla(0,0%,100%,.8);
}

.jobs-description ul li {
    font-size: 14px;
    margin-bottom: 0.5em;
}

.jobs-description h4 {
    margin-top: 40px;
    margin-bottom: 24px;
}

.jobs-description ul,
.jobs-description h5 {
  margin-left: 20px;
}


.jobs-description h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}


.rb-note {
  text-align: center;
  margin-top: -25px;
  margin-bottom: 56px;  
}

.partners-note {
  text-align: left;
  margin-top: -25px;
  margin-bottom: 56px;
}

#partners-w-node-14df708d4e9D-88aeca81, 
#partners-w-node-4b11301c2d2f-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
}


.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-link {
  margin-right: 8px;
}

.social-link.social-linkedin {
  margin-top: -7px;
}

.cookies-policy {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  background-color: rgba(29, 29, 29, .9);
}

.cookies-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .42);
}

.modal {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
  color: #000;
}

.zero-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.zero-margin.mb8 {
  margin-bottom: 8px;
}

.modal-login-close {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .3);
  border-radius: 100px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.modal-login-close:hover {
  background-color: rgba(0, 0, 0, .05);
}

.header-inner {
  display: block;
  padding-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-5 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.notif-cookies-close {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .33);
  border-radius: 100px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.notif-cookies-close:hover {
  background-color: hsla(0, 0%, 100%, .1);
}

.cookies-policy-inner {
  position: relative;
  padding: 8px 24px 12px;
}

.cookie-notif-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}


/*--- START: @ofir add this ---*/
.notif {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009699;
}

.notif:hover {
  color: #fff;
}

.notif-arrow {
  margin-right: 16px;
}

.notif-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, .9);
  text-decoration: none;
  cursor: pointer;
}

.notif-link:hover {
  color: #fff;
}

.notif button {
    color: #009699;
    background-color: white;
    border-radius: 2px;
    padding: 7px 15px;
    font-size: 15px;
    font-family: "Montserrat";
    margin-left: 5px;
}

@media (max-width: 768px) {

  .with-notif #headerSection {
    top: 56px;
  }

  .notif {
    height: 56px;
    font-size: 16px;
    padding: 10px;
  }

  .notif strong {
    display: inline;
    margin-bottom: 5px;
  }

  .notif-link div {
    line-height: 1.2;
    font-size: 14px;
  }

  .notif .hide-on-mobile {
    display: none;
  }

}


/*--- END: @ofir add this ---*/

html.w-mod-js *[data-ix="login-modal-initial-hide"] {
  display: none;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="cookies-modal-initial-hide"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .body {
    line-height: 1.5;
  }
  .hero {
    background-position: 0px 50%;
  }
  .hero.video {
    width: 100%;
    height: 440px;
  }
  .hero-title {
    margin-top: 30px;
  }
  .company {
    margin-top: 144px;
  }
  .paragraph-2 {
    width: 97%;
  }
  .paragraph-2.inset-2 {
    margin-bottom: -7px;
  }
  .map {
    top: -119px;
  }
  .pattern-1 {
    z-index: 0;
  }
  .pattern-2 {
    top: -111px;
  }
  .logos-container {
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-container {
    width: 33%;
    margin-bottom: 24px;
  }
  .login-wrapper {
    z-index: 9999;
    display: none;
  }
  .modal-cookies-close {
    position: fixed;
    top: 16px;
    right: 32px;
  }
  .x-line.flip {
    background-color: rgba(0, 0, 0, .3);
  }
  .x-line.flip.white-line {
    background-color: hsla(0, 0%, 100%, .3);
  }
  .section-heading-light {
    margin-bottom: 16px;
  }
  .small-text.mb0.cookies-line {
    width: 90%;
  }
  .cookies-policy {
    z-index: 999;
  }
  .cookies-modal {
    display: none;
    padding: 0px;
  }
  .modal {
    z-index: 9999;
  }
  .notif-cookies-close {
    position: absolute;
    top: 16px;
    right: 32px;
  }
}

.show-only-on-mobile {
  display: none;
}

@media (max-width: 767px) {

  .header {
    z-index: 999;
    top: 0;
  }

  .navbar-toggle{
    display: block;
    background-color: transparent;
    padding-top: 4px;
    cursor: pointer;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 1px;
    background-color: white;
    margin-bottom: 4px;
  }

  .header .menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: black;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 100px;
    top: 0;
    z-index: -1;
  }

  .header-inner.navbar-toggled {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 15px;
  }

  .header .menu a {
    display: block;
    font-size: 18px;
  }

  .show-only-on-mobile {
    display: block;
  }

  .homepage .header .header-inner #w-node-e51e407be3db-88aeca81{
        max-width: 125px;
  }
  .homepage .header .header-inner .w-layout-grid {
    grid-template-columns: 0.7fr 1fr;
  }
  .nav-link {
    font-size: 16px;
  }
  .homepage .nav-link {
    font-weight: 300;
    font-size: 16px;
  }
  .nav-link.login-nav-link,
  .nav-link.contact-us-link {
    margin-left: 0;
  }

  .homepage .button.nd-btn {
    margin-top: 20px;
  }
  .homepage .hero-title {
    margin-top: 55px;
  }
  .hero {
    height: 910px;
  }
  .hero.video {
    height: 600px;
    background-image: url('../images/Hero-Teal2x.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .21)), to(rgba(0, 0, 0, .21)));
    background-image: url('../images/Hero-Teal2x.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21));
    background-position: 100% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }
  .header.footer {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 16px;
  }
  .hero-title {
    line-height: 1.2;
  }
  .company {
    margin-top: 110px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .paragraph-2 {
    position: relative;
    z-index: 10;
    width: 97%;
  }
  .paragraph-2.inset-2 {
    width: 76%;
    margin-bottom: -38px;
  }
  .logos-container {
    padding-top: 60px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .image-container {
    width: 50%;
    margin-bottom: 32px;
  }
  .heading-1 {
    position: relative;
    z-index: 10;
  }
  .heading-black {
    font-size: 24px;
  }
  .zecops-logo {
    width: 200px;
    margin-bottom: 40px;
  }
  .footer-logo {
    width: 120px;
  }
  .small-text.mb0.cookies-line {
    font-size: 13px;
    line-height: 1.3;
  }
  .header-inner {
    padding-right: 16px;
    padding-left: 16px;
  }


  .small-text.mb0.cookies-line {
    width: 95%;
  }
  .notif-cookies-close {
    position: absolute;
    top: 16px;
    right: 15px;
  }
}

@media (max-width: 479px) {
  .hero {
    background-position: -187px 50%;
  }
  .hero.video {
    height: 600px;
    background-image: url('../images/Hero-Teal2x.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/Hero-Teal2x.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 100% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .header {
    margin-bottom: 32px;
    top: 0;
    margin-right: 10px;
  }
  .header.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lead {
    font-size: 21px;
  }
  .button {
    width: 100%;
  }
  .paragraph-2 {
    position: static;
    width: 100%;
  }
  .paragraph-2.inset-2 {
    width: 100%;
    margin-bottom: -29px;
    margin-left: 0px;
  }
  .map {
    top: -141px;
    right: 0px;
    bottom: -141px;
    z-index: -10;
  }
  .logos-container {
    padding-top: 60px;
    padding-bottom: 9px;
  }
  .contact {
    padding-right: 24px;
    padding-left: 24px;
  }
  .title {
    line-height: 1.2;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-link {
    padding-right: 16px;
    padding-left: 16px;
    border-style: none solid;
    border-right-color: #009699;
    border-left-color: #009699;
    text-align: center;
  }
  .tab-link.end {
    border-bottom-style: solid;
  }
  .tab-link.start {
    border-top-style: solid;
  }
  .form {
    width: 100%;
    margin-top: 40px;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .image-container {
    width: 100%;
    margin-bottom: 40px;
  }
  .image-2 {
    width: 130px;
  }
  .faded {
    padding-bottom: 0px;
  }
  .heading-black {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .login-form {
    width: 100%;
  }
  .signup-button {
    margin-top: 24px;
  }
  .zecops-logo {
    width: 160px;
    margin-bottom: 8px;
  }
  .modal-cookies-close {
    background-color: #fff;
  }
  .modal-cookies-close:hover {
    background-color: #f3f3f3;
  }
  .form-block {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .section-heading-light {
    margin-bottom: 24px;
  }
  .footer-logo {
    padding-bottom: 0px;
  }
  .jobs-list {
    margin-top: -8px;
    margin-bottom: 32px;
  }
  .rb-note {
    margin-top: -8px;
    margin-bottom: 32px;    
  }
  .partners-note{
    margin-top: -8px;
    margin-bottom: 32px;        
  }
  .modal {
    padding-top: 72px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .notif-cookies-close {
    background-color: transparent;
  }
  .notif-cookies-close:hover {
    background-color: hsla(0, 0%, 100%, .1);
  }

  .social-link.social-linkedin {
    margin-top: -4px;
  }

}

#w-node-e51e407be3db-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e51e407be3dc-88aeca80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e51e407be3dc-88aeca81 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: end;
  justify-self: end;
}


/*Full name field*/
#jbs-w-node-14df708d4e90-88aeca81,
#rb-w-node-14df708d4e90-88aeca81,
#gnr-w-node-14df708d4e90-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}



@media screen and (max-width: 479px) {
#jbs-w-node-14df708d4e90-88aeca81,
#rb-w-node-14df708d4e90-88aeca81,
#gnr-w-node-14df708d4e90-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

/*Company field*/
#jbs-w-node-14df708d4e97-88aeca81,
#rn-w-node-14df708d4e97-88aeca81,
#gnr-w-node-14df708d4e97-88aeca81 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;

}

@media screen and (max-width: 479px) {
  #jbs-w-node-14df708d4e97-88aeca81,
  #rn-w-node-14df708d4e97-88aeca81,
  #gnr-w-node-14df708d4e97-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

/* Message Field */

#jbs-w-node-4b11301c2d2f-88aeca81,
#rb-w-node-4b11301c2d2f-88aeca81,
#gnr-w-node-4b11301c2d2f-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 479px) {
  #jbs-w-node-4b11301c2d2f-88aeca81,
  #rb-w-node-4b11301c2d2f-88aeca81,
  #gnr-w-node-4b11301c2d2f-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

/* Email Fields */
#jbs-w-node-ab51743dc961-88aeca81,
#rb-w-node-ab51743dc961-88aeca81,
#gnr-w-node-ab51743dc961-88aeca81{
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 479px) {
  #jbs-w-node-ab51743dc961-88aeca81,
  #rb-w-node-ab51743dc961-88aeca81,
  #gnr-w-node-ab51743dc961-88aeca81{
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

/* Role Field */
#jbs-w-node-2523c0c0fecf-88aeca81,
#rb-w-node-2523c0c0fecf-88aeca81,
#gnr-w-node-2523c0c0fecf-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 479px) {
  #jbs-w-node-2523c0c0fecf-88aeca81,
  #rb-w-node-2523c0c0fecf-88aeca81,
  #gnr-w-node-2523c0c0fecf-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

/* Newsletter field */
#jbs-w-node-4b11301c2d2Q-88aeca81,
#rb-w-node-4b11301c2d2Q-88aeca81,
#gnr-w-node-4b11301c2d2Q-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

@media screen and (max-width: 479px) {
  #jbs-w-node-4b11301c2d2Q-88aeca81,
  #rb-w-node-4b11301c2d2Q-88aeca81,
  #gnr-w-node-4b11301c2d2Q-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
}

.lp-contact-form input[type="checkbox"] {
    width: 15px;
    display: inline-block;
    margin-bottom: 0;
    float: left;
    margin-right: 10px;
}

.lp-contact-form label {
  display: inline-block;
  float: left;
  font-size: 14px;
  width: 90%;
}


#field.w-node-2f8d314fbd60-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-5ec1ee949d25-88aeca81 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-5ec1ee949d25-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-5ec1ee949d29-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 479px) {
  #w-node-5ec1ee949d29-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-5ec1ee949d2d-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 479px) {
  #w-node-5ec1ee949d2d-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-5ec1ee949d31-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#field-2.w-node-5ec1ee949d34-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-453e64f74c5c-88aeca81 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-453e64f74c5c-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-453e64f74c60-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 479px) {
  #w-node-453e64f74c60-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-453e64f74c64-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 479px) {
  #w-node-453e64f74c64-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-453e64f74c68-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-344cc1622d87-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-30ed1e407326-88aeca81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}
#w-node-30ed1e407326-88aeca81 .small {
  font-size: 60%;
}
#w-node-97fe505fda32-88aeca81 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-97fe505fda32-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

#w-node-344cc1622d88-88aeca81 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-344cc1622d88-88aeca81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}



.homepage .w-container {
  max-width: 1170px;
}

.homepage .section-heading-light {
  font-weight: 500;
}

@media (max-width: 991px) {
  .homepage .map {
    top: -160px;
  }
}

@media (max-width: 767px) {
  .homepage .company {
    margin-top: 150px;
  }
}


.is-safari .login-wrapper{
  text-align: center;
}
.is-safari .login-wrapper .w-form {
  width: 28%;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .is-safari .login-wrapper .w-form { 
    width: 100%;
  }
}


@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #headerSection .header-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .company .container-2, .footer-logo {
    padding-left: 16px;
  }
  .is-safari .login-wrapper .w-form {
    width: auto;
  }

}


