/* ICONS */
[class^="hez-"]:before, [class*=" hez-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hez-chevron:before { content: '\e801'; }
.hez-chevron-90:before { content: '\e801'; display: inline-block; transform: rotate(90deg); transform-origin: center center;  vertical-align: middle;}
.hez-chevron-180:before { content: '\e801'; display: inline-block; transform: rotate(180deg); transform-origin: center center;  vertical-align: middle;}
.hez-chevron-270:before { content: '\e801'; display: inline-block; transform: rotate(-90deg); transform-origin: center center;  vertical-align: middle;}

.hez-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  width: 26px;
  font-size: 0.9em;
  position: relative;
  top: -2px;
}

.hez-checkmark::before {
  font-family: 'fontello';
  content: '\e809';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  width: 20px;
  font-size: 0.9em;
  position: relative;
  top: -2px;
  color: rgb(0,169,172);
}

.hez-phone::before {
  font-family: 'fontello';
  content: '\e81a';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  width: 26px;
  font-size: 0.9em;
  position: relative;
  top: -2px;
  color: rgb(1,1,1);
}

.hez-pointer::before {
  font-family: 'fontello';
  content: '\e814';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  width: 26px;
  font-size: 0.9em;
  position: relative;
  top: -2px;
  color: rgb(1,1,1);
}
.hez-mail::before {
  font-family: 'fontello';
  content: '\e819';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  width: 26px;
  font-size: 0.9em;
  position: relative;
  top: -2px;
  color: rgb(1,1,1);
}
.hez-contract::before {
  font-family: 'fontello';
  content: '\e806';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size:5rem;
  position: absolute;
}
.hez-architect::before {
  font-family: 'fontello';
  content: '\e803';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 5rem;
  position: absolute;
}
.hez-besparing::before {
  font-family: 'fontello';
  content: '\e800';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 5rem;
  position: absolute;
}
.hez-verduurzaming::before {
  font-family: 'fontello';
  content: '\e805';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 5rem;
  position: absolute;
}
.hez-info::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("https://cdn.opptylab.com/hi/assets/information-icon.svg") no-repeat center / contain;
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin: 0 5px;
}

#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  transform: scaleX(-1);
  -webkit-tap-highlight-color: transparent;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  background: rgb(5, 50, 91);
  opacity: 1;
  left: 0;
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

#nav-icon3 span:nth-child(1) {
  width: 75%;
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  width: 100%;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  width: 50%;
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}