.bradius {
  border-radius: 6px;
}
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.bg-gradient-up {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.bg-glass {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "sf_pro_textregular", sans-serif;
  font-size: 20px;
  line-height: 1.8em;
  color: #000;
  font-variant-numeric: lining-nums;
  background-color: #FCFBFA;
}
@media (max-width: 1400px) {
  body {
    font-size: 19px;
    line-height: 1.8em;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 1.8em;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 17px;
    line-height: 1.7em;
  }
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px;
  }
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #222221;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #222221;
  text-decoration: none;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.debug .container {
  background: rgba(75, 125, 88, 0.2);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 .h0a,
.h1a,
.h2a,
.h3a,
.h4a,
.h5a {
  font-family: "sf_pro_textmedium", sans-serif;
  line-height: 1.1em;
}
h1 .line-b,
h2 .line-b,
h3 .line-b,
h4 .line-b,
h5 .line-b,
.h0 .line-b,
.h1 .line-b,
.h2 .line-b,
.h3 .line-b,
.h4 .line-b,
.h5 .h0a .line-b,
.h1a .line-b,
.h2a .line-b,
.h3a .line-b,
.h4a .line-b,
.h5a .line-b {
  color: #64b769;
}
.g-underlined {
  display: inline-block;
  position: relative;
}
.g-underlined svg {
  position: absolute;
  z-index: -1;
  width: 110%;
  height: 20%;
  bottom: -13%;
  left: -4%;
}
.g-underlined.before {
  display: block;
  content: "";
  background-image: url(../img/svg/t-underlined.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  z-index: -1;
  width: 110%;
  height: 20%;
  bottom: -13%;
  left: -4%;
}
.g-circled {
  display: inline-block;
  position: relative;
}
.g-circled svg {
  position: absolute;
  z-index: -1;
  width: 114%;
  height: 130%;
  bottom: -37%;
  left: -7%;
}
.g-circled.before {
  display: block;
  content: "";
  background-image: url(../img/svg/t-circled.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: -1;
  width: 114%;
  height: 130%;
  bottom: -37%;
  left: -7%;
}
.h0 {
  font-size: 120px;
  line-height: 1em;
}
.h0a {
  font-size: 150px;
}
h1,
.h1 {
  font-size: 95px;
}
.h1a {
  font-size: 110px;
}
h2,
.h2 {
  font-size: 85px;
}
.h2a {
  font-size: 70px;
}
h3,
.h3 {
  font-size: 50px;
}
h4,
.h4 {
  font-size: 40px;
}
.h4a {
  font-size: 30px;
}
h5,
.h5 {
  font-size: 24px;
}
@media (max-width: 1600px) {
  .h0 {
    font-size: 100px;
  }
  h2,
  .h2 {
    font-size: 74px;
  }
  h4,
  .h4 {
    font-size: 38px;
  }
}
@media (max-width: 1400px) {
  .h0 {
    font-size: 90px;
  }
  .h0a {
    font-size: 120px;
  }
  h1,
  .h1 {
    font-size: 85px;
  }
  h2,
  .h2 {
    font-size: 64px;
  }
  h3,
  .h3 {
    font-size: 46px;
  }
  h4,
  .h4 {
    font-size: 36px;
  }
  .h4a {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .h0 {
    font-size: 80px;
  }
  .h0a {
    font-size: 100px;
  }
  h1,
  .h1 {
    font-size: 70px;
  }
  h2,
  .h2 {
    font-size: 56px;
  }
  h3,
  .h3 {
    font-size: 40px;
  }
  h4,
  .h4 {
    font-size: 32px;
  }
  .h4a {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .h0 {
    font-size: 64px;
  }
  .h0a {
    font-size: 80px;
  }
  h1,
  .h1 {
    font-size: 50px;
  }
  h2,
  .h2 {
    font-size: 46px;
  }
  h3,
  .h3 {
    font-size: 36px;
  }
  h4,
  .h4 {
    font-size: 28px;
  }
  .h4a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .h0 {
    font-size: 56px;
  }
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 38px;
  }
  h3,
  .h3 {
    font-size: 34px;
  }
  h4,
  .h4 {
    font-size: 26px;
  }
  .h4a {
    font-size: 20px;
  }
}
.f1 {
  font-family: "sf_pro_textregular", sans-serif;
}
.f2 {
  font-family: "sf_pro_textregular", sans-serif;
}
.f3 {
  font-family: "sf_pro_textmedium", sans-serif;
}
.f4 {
  font-family: 'sf_pro_textmedium', sans-serif;
}
.f5 {
  font-family: "sf_pro_textmedium", sans-serif;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}
.fs-70 {
  font-size: 70px;
}
.t-black {
  color: #000;
}
.t-white {
  color: #fff;
}
.t-dark {
  color: #222221;
}
.t-green {
  color: #64b769;
}
.t-grey {
  color: #7D7D7C;
}
.t-max-width-5 {
  max-width: 500px;
}
.t-max-width-6 {
  max-width: 600px;
}
.t-max-width-7 {
  max-width: 700px;
}
.t-max-width-8 {
  max-width: 800px;
}
.t-block {
  display: block !important;
}
.article-output h1 {
  font-size: 36px;
}
.article-output h2 {
  font-size: 28px;
}
.article-output h3 {
  font-size: 24px;
}
.article-output h4 {
  font-size: 20px;
}
.article-output p {
  margin-bottom: 30px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output a {
  color: #64b769;
}
.article-output a:hover {
  opacity: 0.7;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 30px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 30px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #222221;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
@media (max-width: 991px) {
  .article-output .table-scroll-container {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .article-output .table-scroll-container table {
    width: 1000px;
    margin-bottom: 0 !important;
  }
  .article-output .scrollpointer {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #222221;
    background: #ccc;
    line-height: 30px;
  }
}
@media (max-width: 776px) {
  .article-output .table-scroll-container table {
    width: 1000px;
  }
}
.article-actions {
  margin-top: 30px;
}
.site-wrapper {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
.comp-logo {
  display: block;
  width: 80px;
  height: 60px;
  background: url(../img/hd-logo-dark.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.page-spacer {
  display: block;
  height: 300px;
  background-color: mediumpurple;
}
.spacer {
  height: 160px;
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding-top: 100px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.site-header .inner {
  position: relative;
  height: 60px;
}
.site-header .inner .comp-logo {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out 0s;
  pointer-events: auto;
}
.site-header .primary-menu {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.4s ease-in-out 0.15s;
  pointer-events: auto;
}
.site-header .primary-menu .main-nav {
  position: relative;
  z-index: 20;
  height: 60px;
}
.site-header .primary-menu .main-nav li {
  padding: 0 20px 0 20px;
  float: left;
  position: relative;
}
.site-header .primary-menu .main-nav a {
  display: block;
  font-size: 20px;
  line-height: 60px;
  text-align: left;
  color: #000;
}
.site-header .primary-menu .main-nav a:hover {
  color: #64b769;
}
.site-header .primary-menu .main-nav ul {
  display: none;
  padding-bottom: 10px;
  position: absolute;
  top: 60px;
  left: 0;
}
.site-header .primary-menu .main-nav ul li {
  float: none;
  padding: 0 20px;
}
.site-header .primary-menu .main-nav ul a {
  display: inline-block;
  line-height: 2em;
  white-space: nowrap;
}
.site-header .primary-menu .main-nav li:hover ul {
  display: block;
}
.site-header .nav-toggle {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: auto;
}
.scrolled .site-header .inner .comp-logo {
  opacity: 0;
  transform: translateY(-150px);
}
.scrolled .site-header .inner .primary-menu {
  opacity: 0;
  transform: translateY(-150px);
}
.shownav .site-header .inner .comp-logo {
  opacity: 0;
  transform: translateY(-150px);
}
.shownav .site-header .inner .primary-menu {
  opacity: 0;
  transform: translateY(-150px);
}
.shownav .site-header .inner .nav-toggle {
  background-color: #fff;
}
@media (max-width: 1399px) {
  .spacer {
    height: 140px;
  }
  .site-header {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .spacer {
    height: 120px;
  }
  .site-header {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .spacer {
    height: 100px;
  }
  .site-header {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .spacer {
    height: 70px;
  }
  .site-header {
    padding-top: 0;
  }
  .site-header .container {
    width: 100%;
    max-width: unset;
  }
  .site-header .inner {
    height: 70px;
  }
  .site-header .inner .comp-logo {
    height: 50px;
    top: 10px;
    left: -4px;
  }
  .site-header .primary-menu {
    display: none;
  }
}
.mod-prefooter {
  padding: 120px 0 120px;
}
.mod-prefooter .inner {
  position: relative;
}
.mod-prefooter .inner .title {
  max-width: 700px;
}
.mod-prefooter .inner .c-fingerprint {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .mod-prefooter {
    padding: 100px 0 100px;
  }
  .mod-prefooter .inner .title {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .mod-prefooter {
    padding: 80px 0 80px;
  }
  .mod-prefooter .inner .title {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .mod-prefooter {
    padding: 60px 0 60px;
  }
  .mod-prefooter .inner .title {
    font-size: 46px;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .mod-prefooter {
    padding: 20px 0 40px;
  }
  .mod-prefooter .inner .title {
    font-size: 38px;
    max-width: 360px;
  }
  .mod-prefooter .inner .c-fingerprint {
    top: 0;
  }
}
@media (max-width: 420px) {
  .mod-prefooter {
    padding: 20px 0 40px;
  }
  .mod-prefooter .inner .title {
    font-size: 34px;
    max-width: 300px;
  }
  .mod-prefooter .inner .c-fingerprint {
    top: -30px;
  }
}
.site-footer .section-a {
  padding: 0 0 80px;
}
.site-footer .section-a a {
  color: inherit;
}
.site-footer .section-a a:hover {
  color: #64b769;
}
.site-footer .section-a .contact-box {
  margin-bottom: 30px;
}
.site-footer .section-b {
  padding: 0 0 20px;
  font-size: 16px;
  color: #7D7D7C;
}
.site-footer .section-b a {
  color: inherit;
}
.site-footer .section-b a:hover {
  color: #64b769;
}
.site-footer .section-b .logos {
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.site-footer .section-b .logos a {
  display: block;
  float: left;
  margin: 0 10px;
  pointer-events: none;
}
.site-footer .section-b .logos a.duurzaam {
  margin-top: 43px;
}
@media (max-width: 1399px) {
  .site-footer .section-a {
    padding: 0 0 80px;
  }
}
@media (max-width: 1199px) {
  .site-footer .section-a {
    padding: 0 0 40px;
  }
  .site-footer .section-a .col-left {
    width: 30%;
  }
  .site-footer .section-a .col-right {
    width: 30%;
  }
  .site-footer .section-b .logos {
    bottom: 80px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .site-footer .section-a .col-left {
    width: 40%;
  }
  .site-footer .section-a .col-right {
    width: 30%;
  }
  .site-footer .section-b .logos {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .site-footer .section-a .col-left {
    width: 50%;
  }
  .site-footer .section-a .col-right {
    width: 50%;
  }
  .site-footer .section-b .logos {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
  .site-footer .section-b .logos a {
    display: block;
  }
  .site-footer .section-b .logos a:nth-child(1) {
    float: left;
  }
  .site-footer .section-b .logos a:nth-child(2) {
    float: right;
  }
}
@media (max-width: 420px) {
  .site-footer .section-a .col-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .site-footer .section-a .col-left a {
    display: block;
  }
  .site-footer .section-a .col-right {
    width: 100%;
  }
  .site-footer .section-b .logos a:nth-child(1) {
    width: 110px;
  }
  .site-footer .section-b .logos a:nth-child(2) {
    width: 190px;
    margin-top: 36px;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 30px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon .middle {
  background-color: #000;
  content: '';
  display: block;
  position: relative;
  height: 2px;
  margin: 7px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon .middle {
  display: none;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon {
  transform: translate(-50%, -50%) scale(0.7);
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(5px) rotate(135deg);
  -moz-transform: translateY(5px) rotate(135deg);
  -webkit-transform: translateY(5px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-5px) rotate(-135deg);
  -moz-transform: translateY(-5px) rotate(-135deg);
  -webkit-transform: translateY(-5px) rotate(-135deg);
}
.shownav .nav-icon .middle {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-layer {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #000;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 900;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-layer .panel {
  height: 100vh;
  float: left;
  padding: 240px 40px 40px 40px;
  background-color: #fff;
}
.mobile-layer .main-panel {
  height: 100vh;
  width: 380px;
  padding-top: 300px;
  padding-left: 60px;
  position: relative;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.mobile-layer .main-panel .comp-logo {
  position: absolute;
  top: 120px;
  left: 60px;
}
.mobile-layer .main-panel .main-nav li {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.mobile-layer .main-panel .main-nav ul {
  display: none;
}
.mobile-layer .main-panel .main-nav a {
  display: inline-block;
  font-size: 24px;
  line-height: 1.4em;
}
.mobile-layer .main-panel .main-nav .item-129 ul {
  display: block;
  padding-top: 20px;
  padding-left: 20px;
}
.mobile-layer .main-panel .main-nav .item-129 ul li {
  margin-bottom: 15px;
}
.mobile-layer .main-panel .main-nav .item-129 ul a {
  font-size: 20px;
}
.mobile-layer .sub-panels {
  width: calc(100% - 380px);
  float: left;
}
.mobile-layer .panel-2,
.mobile-layer .panel-3,
.mobile-layer .panel-4 {
  width: 33.3334%;
  opacity: 0;
  border-left: 1px solid #000;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 24px;
}
.mobile-layer .panel-2 .button,
.mobile-layer .panel-3 .button,
.mobile-layer .panel-4 .button {
  font-size: 24px;
}
.mobile-layer .panel-2 .loading,
.mobile-layer .panel-3 .loading,
.mobile-layer .panel-4 .loading {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/ajaxloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.mobile-layer .panel-2.show,
.mobile-layer .panel-3.show,
.mobile-layer .panel-4.show {
  opacity: 1;
}
.mobile-layer .c-ajax-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/ajaxloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
.mobile-layer .panel-2 .submenu-list {
  margin-top: 100px;
}
.mobile-layer .panel-2 .submenu-list li {
  margin-bottom: 25px;
}
.mobile-layer .panel-2 .submenu-list li a {
  font-size: 24px;
  line-height: 1.4em;
}
.mobile-layer .panel-4 {
  padding: 0;
}
.mobile-layer .panel-top {
  margin-bottom: 60px;
}
.mobile-layer .panel-actions {
  margin-top: 30px;
}
.mobile-layer .panel-actions .button {
  color: #64b769;
  font-size: 20px;
}
.mobile-layer .panel-actions .button span:after {
  background-color: #64b769;
}
.mobile-layer .panel-actions .button:hover {
  opacity: 1;
}
.mobile-layer .panel-list {
  border-top: 1px solid #222221;
}
.mobile-layer .panel-list li {
  display: block;
  border-bottom: 1px solid #222221;
}
.mobile-layer .panel-list a {
  display: block;
  padding: 30px 0;
  opacity: 0.5;
}
.mobile-layer .panel-list a:hover {
  opacity: 1;
}
.mobile-layer .panel-list .project-title {
  display: block;
  margin-bottom: 15px;
}
.mobile-layer .panel-list .project-data {
  overflow: hidden;
  font-size: 17px;
  line-height: 1.4em;
}
.mobile-layer .panel-list .project-data .li {
  width: 50%;
  float: left;
}
.mobile-layer .panel-list .project-data .li.li-1 {
  width: 35%;
}
.mobile-layer .panel-list .project-data .li.li-2 {
  width: 65%;
}
.mobile-layer .panel-list .project-data .li span {
  display: block;
}
.mobile-layer .panel-list .project-data .li .value {
  opacity: 0.5;
}
.mobile-layer .projects a {
  display: block;
}
.mobile-layer .project .project-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.mobile-layer .project .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-layer .project .project-info {
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
}
.mobile-layer .project .project-info .project-title {
  display: block;
  margin-bottom: 30px;
}
.mobile-layer .project .project-info .project-data {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.mobile-layer .project .project-info .project-data .li {
  width: 50%;
  float: left;
}
.mobile-layer .project .project-info .project-data .li.li-1 {
  width: 35%;
}
.mobile-layer .project .project-info .project-data .li.li-2 {
  width: 65%;
}
.mobile-layer .project .project-info .project-data .li span {
  display: block;
}
.mobile-layer .project .project-info .project-data .li .value {
  opacity: 0.5;
}
.mobile-layer .project .project-info .button {
  color: #64b769;
  font-size: 20px;
}
.mobile-layer .project .project-info .button span:after {
  background-color: #64b769;
}
.mobile-layer .contacts {
  font-size: 18px;
  line-height: 1.4em;
  padding: 0 40px 80px 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile-layer .contacts a {
  display: inline-block;
  color: #64b769;
  border-bottom: 1px solid #64b769;
  margin-bottom: 4px;
}
.mobile-layer .contacts .box-a {
  margin-bottom: 30px;
}
.mobile-layer .contacts .box-b {
  opacity: 0.6;
}
.mobile-layer .contacts .box-b .line-a {
  display: block;
  margin-bottom: 10px;
}
.shownav .mobile-layer {
  left: 0;
}
@media (max-height: 1050px) {
  .mobile-layer .panel {
    padding: 220px 30px 0 40px;
  }
  .mobile-layer .main-panel .comp-logo {
    top: 80px;
    left: 40px;
  }
  .mobile-layer .contacts {
    padding: 60px 0 60px 0;
    position: static;
  }
}
@media (max-height: 850px) {
  .mobile-layer .panel {
    padding: 160px 30px 0 40px;
  }
  .mobile-layer .main-panel .comp-logo {
    top: 40px;
    left: 40px;
  }
  .mobile-layer .contacts {
    padding: 60px 0 60px 0;
    position: static;
  }
}
@media (max-width: 1560px) {
  .mobile-layer .sub-panels .panel {
    padding: 200px 30px 30px 30px;
  }
  .mobile-layer .sub-panels .panel-top {
    margin-bottom: 50px;
  }
  .mobile-layer .panel-2 {
    width: 30%;
    font-size: 20px;
  }
  .mobile-layer .panel-list a {
    padding: 20px 0;
  }
  .mobile-layer .panel-3 {
    width: 30%;
    font-size: 20px;
  }
  .mobile-layer .panel-3 .panel-list .project-data .li.li-1 {
    width: 100%;
  }
  .mobile-layer .panel-3 .panel-list .project-data .li.li-2 {
    display: none;
  }
  .mobile-layer .panel-4 {
    width: 40%;
  }
}
@media (max-width: 1320px) {
  .mobile-layer .sub-panels .panel {
    padding: 160px 30px 30px 30px;
  }
  .mobile-layer .sub-panels .panel-top {
    margin-bottom: 40px;
  }
  .mobile-layer .project .project-info {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .mobile-layer .sub-panels {
    display: none;
  }
}
@media (max-width: 991px) {
  .mobile-layer .main-panel .main-nav li {
    margin-bottom: 20px;
  }
  .mobile-layer .main-panel .main-nav a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .mobile-layer .main-panel .main-nav li {
    margin-bottom: 20px;
  }
  .mobile-layer .main-panel .main-nav a {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .mobile-layer .panel {
    padding: 120px 30px 0 30px;
  }
  .mobile-layer .main-panel {
    width: 300px;
  }
  .mobile-layer .main-panel .comp-logo {
    top: 30px;
    left: 30px;
    height: 50px;
  }
  .mobile-layer .contacts {
    padding: 40px 0 40px 0;
    font-size: 16px;
  }
}
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.text-columns-2 {
  column-count: 2;
  column-gap: 30px;
}
.d-block {
  display: block;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-25%);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button,
form button {
  display: inline-block;
  font-size: 22px;
  white-space: nowrap;
  color: #000;
}
a.button.t-black,
form button.t-black {
  color: #000;
}
a.button.b-black,
form button.b-black {
  border-color: #000;
}
a.button.t-wrap,
form button.t-wrap {
  white-space: normal;
}
a.button,
.c-link {
  display: inline-block;
  padding: 0 20px 0 0;
  line-height: 1.6em;
}
a.button span,
.c-link span {
  display: block;
  position: relative;
  padding: 0 24px 0 0 ;
  transition: all 0.2s ease-in-out 0s;
}
a.button span:before,
.c-link span:before {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  opacity: 0;
  transition: all 0.2s ease-in-out 0.1s;
}
a.button span:after,
.c-link span:after {
  display: block;
  content: "";
  width: 60%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.2s ease-in-out 0s;
}
a.button span i,
.c-link span i {
  display: inline-block;
  font-size: 80%;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 2px;
  left: calc(100% - 20px);
}
a.button.lg span,
.c-link.lg span {
  padding: 0 28px 0 0;
}
a.button.lg span:before,
.c-link.lg span:before {
  width: 28px;
  height: 28px;
}
a.button:hover,
.c-link:hover {
  color: #000;
}
a.button:hover span,
.c-link:hover span {
  padding: 0 0 0 38px;
}
a.button:hover span:before,
.c-link:hover span:before {
  left: 0;
  opacity: 1;
}
a.button:hover span:after,
.c-link:hover span:after {
  width: 10%;
  opacity: 0;
}
a.button:hover span i,
.c-link:hover span i {
  top: -1px;
  left: 0;
  color: #fff;
}
.c-goto {
  display: inline-block;
  font-size: 26px;
  color: #000;
}
.c-goto i {
  font-size: 70%;
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?37039243');
  src: url('../font/fontello.eot?37039243#iefix') format('embedded-opentype'), url('../font/fontello.woff2?37039243') format('woff2'), url('../font/fontello.woff?37039243') format('woff'), url('../font/fontello.ttf?37039243') format('truetype'), url('../font/fontello.svg?37039243#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?37039243#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down-small:before {
  content: '\e01b';
}
/* '' */
.icon-left-small:before {
  content: '\e800';
}
/* '' */
.icon-right-open:before {
  content: '\e801';
}
/* '' */
.icon-arrow-down-left:before {
  content: '\e802';
}
/* '' */
.icon-arrow-down-right:before {
  content: '\e803';
}
/* '' */
.icon-up-small:before {
  content: '\e805';
}
/* '' */
.icon-skg-mail:before {
  content: '\e808';
}
/* '' */
.icon-left-open:before {
  content: '\e810';
}
/* '' */
.icon-mail:before {
  content: '\e811';
}
/* '' */
.icon-cancel:before {
  content: '\e812';
}
/* '' */
.icon-right-small:before {
  content: '\e813';
}
/* '' */
.icon-facebook-a:before {
  content: '\e821';
}
/* '' */
.icon-instagram-a:before {
  content: '\e822';
}
/* '' */
.icon-linkedin-a:before {
  content: '\e823';
}
/* '' */
.icon-min:before {
  content: '\e826';
}
/* '' */
.icon-plus:before {
  content: '\e827';
}
/* '' */
.icon-arrow-left-long:before {
  content: '\e828';
}
/* '' */
.icon-arrow-right-long:before {
  content: '\e829';
}
/* '' */
.icon-youtube-play:before {
  content: '\e841';
}
/* '' */
.icon-down-open:before {
  content: '\e84e';
}
/* '' */
.icon-up-open:before {
  content: '\e84f';
}
/* '' */
.icon-facebook-1:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin-1:before {
  content: '\f0e1';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-twitter:before {
  content: '\f309';
}
/* '' */
@font-face {
  font-family: 'sf_pro_textregular';
  src: url('../font/sfprotext-regular-webfont.woff2') format('woff2'), url('../font/sfprotext-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_textmedium';
  src: url('../font/sfprotext-medium-webfont.woff2') format('woff2'), url('../font/sfprotext-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222221;
  opacity: 0.7;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222221;
  opacity: 0.7;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 3px 20px;
  background: none;
  color: #222221;
  background-color: #fff;
  border: 1px solid red;
}
form.formResponsive textarea {
  height: 160px;
  padding: 15px 20px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #222221;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  color: red;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: red;
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: left;
}
form.formResponsive .rsform-block .formControlLabel {
  display: block;
  color: #222221;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-select {
  background: #fef6f3;
  padding: 20px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background: #fef6f3;
  padding: 20px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
.article-images {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.article-images .image {
  width: 50%;
  float: left;
  padding: 15px;
}
.article-images a {
  display: block;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .article-images .image {
    width: 50%;
  }
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
.section-content {
  padding: 120px 0;
}
@media (max-width: 1399px) {
  .section-content {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .section-content {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .section-content {
    padding: 60px 0;
  }
}
.section-content-block {
  padding: 120px 0;
}
.section-content-block .col-left .inner {
  max-width: 420px;
}
@media (max-width: 1399px) {
  .section-content-block {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .section-content-block {
    padding: 80px 0;
  }
  .section-content-block.block-type-a .col-left {
    width: 50%;
    margin-left: 0;
  }
  .section-content-block.block-type-b .col-right {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .section-content-block {
    padding: 60px 0;
  }
  .section-content-block.block-type-a .col-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-content-block.block-type-a .col-left .inner {
    max-width: 550px;
  }
  .section-content-block.block-type-a .col-right {
    width: 100%;
  }
  .section-content-block.block-type-b .col-right {
    width: 100%;
    margin: 0;
  }
}
.section-project-details {
  padding: 220px 0;
}
.section-project-details .col-right .inner {
  overflow: hidden;
}
.section-project-details .project-data {
  width: 50%;
  float: left;
}
.section-project-details .project-data li {
  margin-bottom: 40px;
}
.section-project-details .project-data li span {
  display: block;
}
.section-project-details .project-data li .value {
  color: #7D7D7C;
}
@media (max-width: 1399px) {
  .section-project-details {
    padding: 180px 0;
  }
}
@media (max-width: 1199px) {
  .section-project-details {
    padding: 150px 0;
  }
  .section-project-details .col-left {
    width: 45%;
    margin: 0;
  }
  .section-project-details .col-right {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .section-project-details {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section-project-details {
    padding: 80px 0 60px;
  }
  .section-project-details .col-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-project-details .col-right {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .section-project-details .project-data {
    width: 100%;
    float: none;
  }
  .section-project-details .project-data li {
    margin-bottom: 20px;
  }
}
.section-images-featured {
  margin-bottom: 200px;
}
.section-images-featured .inner {
  position: relative;
  height: 1000px;
}
.section-images-featured .f-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.section-images-featured .f-image .img-box {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-images-featured .f-image.image-1 {
  width: 58%;
  position: absolute;
  left: 0;
  top: 0;
}
.section-images-featured .f-image.image-1 img {
  height: 670px;
}
.section-images-featured .f-image.image-2 {
  width: 33%;
  position: absolute;
  right: 0;
  top: 240px;
}
.section-images-featured .f-image.image-2 img {
  height: 600px;
}
.section-images-featured .f-image.image-3 {
  width: 41.6%;
  position: absolute;
  left: 34%;
  top: 550px;
}
.section-images-featured .f-image.image-3 img {
  height: 480px;
}
@media (max-width: 1399px) {
  .section-images-featured {
    margin-bottom: 30px;
  }
  .section-images-featured .inner {
    position: relative;
    height: 900px;
  }
  .section-images-featured .f-image.image-1 {
    width: 58%;
  }
  .section-images-featured .f-image.image-1 img {
    height: 570px;
  }
  .section-images-featured .f-image.image-2 {
    width: 33%;
    position: absolute;
    right: 0;
    top: 240px;
  }
  .section-images-featured .f-image.image-2 img {
    height: 500px;
  }
  .section-images-featured .f-image.image-3 {
    width: 41.6%;
    position: absolute;
    left: 34%;
    top: 550px;
  }
  .section-images-featured .f-image.image-3 img {
    height: 380px;
  }
}
@media (max-width: 991px) {
  .section-images-featured {
    margin-bottom: 30px;
  }
  .section-images-featured .inner {
    position: relative;
    height: 850px;
  }
  .section-images-featured .f-image.image-1 {
    width: 58%;
  }
  .section-images-featured .f-image.image-1 img {
    height: 420px;
  }
  .section-images-featured .f-image.image-2 {
    width: 33%;
    top: 180px;
  }
  .section-images-featured .f-image.image-2 img {
    height: 360px;
  }
  .section-images-featured .f-image.image-3 {
    width: 75%;
    top: 500px;
  }
  .section-images-featured .f-image.image-3 img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .section-images-featured {
    margin-bottom: 30px;
  }
  .section-images-featured .inner {
    position: relative;
    height: unset;
  }
  .section-images-featured .f-image {
    position: static;
  }
  .section-images-featured .f-image.image-1 {
    position: static;
    width: 100%;
    padding: 0 80px 0 0;
  }
  .section-images-featured .f-image.image-1 img {
    height: 360px;
  }
  .section-images-featured .f-image.image-2 {
    position: static;
    width: 100%;
    padding: 100px 0 0 100px;
  }
  .section-images-featured .f-image.image-2 img {
    height: 360px;
  }
  .section-images-featured .f-image.image-3 {
    position: static;
    width: 100%;
    padding: 0 100px 0 0;
  }
  .section-images-featured .f-image.image-3 img {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .section-images-featured .f-image.image-1 {
    padding: 0 20px 0 0;
  }
  .section-images-featured .f-image.image-1 img {
    height: 300px;
  }
  .section-images-featured .f-image.image-2 {
    padding: 100px 0 0 30px;
  }
  .section-images-featured .f-image.image-2 img {
    height: 300px;
  }
  .section-images-featured .f-image.image-3 {
    padding: 0 30px 0 0;
  }
  .section-images-featured .f-image.image-3 img {
    height: 300px;
  }
}
.section-stories .inner {
  padding: 0 15%;
}
.section-stories .section-title {
  margin-bottom: 40px;
}
.section-stories .c-user-info {
  margin-top: 30px;
}
.section-stories-grid .section-title {
  max-width: 500px;
  margin-bottom: 50px;
}
.section-contact-header .js-copy-contact-dest .col-left {
  width: 50%;
  float: left;
}
.section-contact-header .js-copy-contact-dest .col-right {
  width: 50%;
  float: left;
}
@media (max-width: 1200px) {
  .section-contact-header .col-lft {
    width: 100%;
    margin-bottom: 60px;
  }
  .section-contact-header .col-rgt {
    width: 100%;
  }
  .section-contact-header .js-copy-contact-dest .col-left a {
    display: block;
  }
}
@media (max-width: 460px) {
  .section-contact-header .js-copy-contact-dest .col-left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .section-contact-header .js-copy-contact-dest .col-right {
    width: 100%;
    float: none;
  }
}
.section-projectmap {
  padding: 0 0 60px;
}
.section-projectmap .inner {
  position: relative;
  overflow: hidden;
}
.section-projectmap .popup-toggle {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 40;
}
.section-projectmap .popup-toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-projectmap .gmap {
  height: 800px;
  background-color: #fff;
  border-radius: 6px;
}
.section-projectmap .gmap-filters {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 40px;
  white-space: nowrap;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}
.section-projectmap .gmap-filters .label {
  padding: 0 10px;
}
@media (max-width: 1480px) {
  .section-projectmap .gmap {
    height: 750px;
  }
}
@media (max-width: 1200px) {
  .section-projectmap .gmap {
    height: 680px;
  }
}
@media (max-width: 991px) {
  .section-projectmap .container {
    width: 100%;
    max-width: unset;
    padding: 0 20px;
  }
  .section-projectmap .gmap {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .section-projectmap .container {
    padding: 0 var(--bs-gutter-x, 0.75rem);
  }
  .section-projectmap .gmap-filters {
    position: static;
    transform: none;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 20px;
    white-space: normal;
  }
  .section-projectmap .gmap-filters .label {
    padding: 10px 20px 10px 0;
  }
  .section-projectmap .gmap {
    height: 500px;
  }
}
@media (max-width: 600px) {
  .section-projectmap .gmap {
    height: 460px;
  }
  .section-projectmap .popup-toggle {
    top: 20px;
    right: 20px;
  }
}
.popup-box {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 400;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}
.popup-box.show {
  transform: translateY(0);
  opacity: 1;
}
.popup-box .inner {
  overflow: hidden;
  min-height: 360px;
  font-size: 18px;
}
.popup-box .inner .col-a {
  float: left;
  width: 40%;
  padding: 60px 40px;
}
.popup-box .inner .col-b {
  float: left;
  width: 25%;
  padding: 60px 40px;
}
.popup-box .inner .pre-title {
  margin-bottom: 15px;
}
.popup-box .inner .pre-title span {
  display: inline-block;
  margin-right: 15px;
  color: #64b769;
  font-size: 90%;
  line-height: 1.4em;
}
.popup-box .inner .project-title {
  margin-bottom: 15px;
}
.popup-box .inner .project-info {
  font-size: 20px;
  opacity: 0.6;
}
.popup-box .inner .actions {
  margin-top: 30px;
}
.popup-box .inner .project-data li {
  margin-bottom: 20px;
  line-height: 1.5em;
}
.popup-box .inner .project-data li:last-child {
  margin-bottom: 0;
}
.popup-box .inner .project-data li .key {
  display: block;
}
.popup-box .inner .project-data li .value {
  display: block;
  opacity: 0.6;
}
.popup-box .inner .article-image {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.popup-box .inner .article-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .popup-box .inner {
    min-height: 300px;
  }
  .popup-box .inner .col-a {
    width: 45%;
    padding: 30px;
  }
  .popup-box .inner .col-b {
    width: 25%;
    padding: 30px;
  }
  .popup-box .inner .article-image {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .popup-box .inner {
    min-height: 300px;
  }
  .popup-box .inner .col-a {
    width: 55%;
    float: none;
    clear: both;
  }
  .popup-box .inner .col-b {
    width: 55%;
    float: none;
    clear: both;
  }
  .popup-box .inner .col-b .project-data .data-b {
    display: none;
  }
  .popup-box .inner .article-image {
    width: 45%;
  }
}
@media (max-width: 820px) {
  .popup-box .inner {
    min-height: 160px;
  }
  .popup-box .inner .col-b {
    display: none;
  }
}
@media (max-width: 600px) {
  .popup-box .inner {
    min-height: 140px;
  }
  .popup-box .inner .col-a {
    width: 55%;
  }
  .popup-box .inner .col-b {
    width: 55%;
    display: none;
  }
  .popup-box .inner .col-b .project-data .data-a {
    display: none;
  }
  .popup-box .inner .col-b .project-data .data-b {
    display: none;
  }
}
@media (max-width: 560px) {
  .popup-box .inner {
    min-height: 100px;
  }
  .popup-box .inner .col-a {
    width: 100%;
  }
  .popup-box .inner .col-b {
    width: 100%;
    display: none;
  }
  .popup-box .inner .col-b .project-data .data-a {
    display: none;
  }
  .popup-box .inner .col-b .project-data .data-b {
    display: none;
  }
  .popup-box .inner .article-image {
    display: none;
  }
}
.section-images {
  padding: 80px 0;
}
.section-images .splide .splide__arrow {
  bottom: -60px;
}
.mod-articles {
  padding: 80px 0;
  position: relative;
}
.mod-articles .container {
  position: relative;
  z-index: 100;
}
@media (max-width: 1200px) {
  .mod-articles {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .mod-articles {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .mod-articles {
    padding: 0 0 40px;
  }
}
.page-body {
  padding: 160px 0;
}
.page-body .article-subtitle {
  max-width: 500px;
  margin-bottom: 60px;
}
.page-body .article-images {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .article-single .page-body .col-main {
    margin-bottom: 60px;
  }
}
.projecthero-a {
  position: relative;
  overflow: hidden;
  background-color: #FCFBFA;
}
.projecthero-a .hero-image {
  width: 100%;
  height: calc(100% + 200px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -200px;
  left: 0;
}
.projecthero-a .hero-image img {
  display: none;
}
.projecthero-a .hero-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.projecthero-a .container {
  height: 1800px;
  position: relative;
  z-index: 10;
}
.projecthero-a .inner {
  padding: 300px 0 200px;
}
.projecthero-a .hero-box {
  padding: 100px 0;
  max-width: 620px;
  background-color: rgba(125, 200, 85, 0);
}
.projecthero-a .article-header {
  max-width: 750px;
}
.projecthero-a .article-subtitle .line {
  display: block;
}
.projecthero-a .article-data .project-data {
  overflow: hidden;
}
.projecthero-a .article-data .project-data li {
  width: 33.3334%;
  float: left;
}
.projecthero-a .article-data .project-data li span {
  display: block;
}
.projecthero-a .article-data .project-data li .value {
  color: #fff;
}
.projecthero-b {
  position: relative;
  overflow: hidden;
  background-color: #FCFBFA;
}
.projecthero-b .hero-image {
  width: 100%;
  height: calc(100% + 200px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -200px;
  left: 0;
}
.projecthero-b .hero-image img {
  display: none;
}
.projecthero-b .hero-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.projecthero-b .container {
  height: 100vh;
  position: relative;
  z-index: 10;
}
.projecthero-b .inner {
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0;
}
.projecthero-b .article-subtitle .line {
  display: block;
}
.mod-pagehero-a {
  position: relative;
  overflow: hidden;
}
.mod-pagehero-a .hero-image {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -150px;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-pagehero-a .hero-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.mod-pagehero-a .inner {
  height: 80vh;
  position: relative;
}
.mod-pagehero-a .page-header {
  max-width: 1300px;
  position: absolute;
  bottom: 60px;
  left: 0;
}
.mod-pageintro-a {
  position: relative;
  overflow: hidden;
  padding: 120px 0 40px;
}
.mod-pageintro-a .inner {
  position: relative;
}
.mod-pageintro-a .hero-content {
  max-width: 550px;
  position: absolute;
  bottom: 0;
  left: 80px;
}
.mod-pageintro-a .page-intro p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .mod-pageintro-a {
    padding: 100px 0 40px;
  }
  .mod-pageintro-a .hero-content {
    left: 40px;
  }
}
@media (max-width: 1200px) {
  .mod-pageintro-a {
    padding: 80px 0 40px;
  }
  .mod-pageintro-a .hero-content {
    position: static;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .mod-pageintro-a {
    padding: 80px 0 30px;
  }
  .mod-pageintro-a .col-lft {
    width: 100%;
    float: none;
  }
  .mod-pageintro-a .col-rgt {
    width: 100%;
    float: none;
  }
  .mod-pageintro-a .hero-content {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .mod-pageintro-a {
    padding: 60px 0 30px;
  }
}
.section {
  padding: 120px 0;
}
@media (max-width: 1480px) {
  .section {
    padding: 100px 0;
  }
}
@media (max-width: 1280px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
.mod-hero-animation {
  padding-top: 120px;
  height: 100vh;
}
.mod-hero-animation .video-box {
  width: 100%;
}
.mod-hero-animation .video-box video {
  max-width: 100%;
}
.mod-home-animation {
  background-color: #FCFBFA;
  overflow: hidden;
}
.mod-home-animation .container {
  height: 100vh;
  position: relative;
}
.mod-home-animation .gs-title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1.1em;
}
@media (max-width: 560px) {
  .mod-home-animation .title-1 {
    font-size: 60px;
  }
}
@media (max-width: 400px) {
  .mod-home-animation .title-1 {
    font-size: 50px;
  }
}
.mod-section .inner {
  min-height: 500px;
}
.mod-home-intro .col-rgt .inner {
  padding-top: 60px;
}
.mod-home-intro .article-images {
  margin-top: 120px;
  overflow: visible;
  position: relative;
  z-index: 10;
}
.mod-home-intro .article-images .c-fingerprint {
  position: absolute;
  top: -100px;
  right: -30px;
  z-index: 20;
}
.mod-home-intro .article-images .img {
  float: left;
}
.mod-home-intro .article-images .img img {
  border-radius: 6px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}
.mod-home-intro .article-images .img-a {
  width: 50%;
  padding: 0 15px;
}
.mod-home-intro .article-images .img-a img {
  height: 600px;
}
.mod-home-intro .article-images .img-b {
  width: 25%;
  padding: 80px 15px 0;
}
.mod-home-intro .article-images .img-b img {
  height: 600px;
}
.mod-home-intro .article-images .img-c {
  width: 25%;
  padding: 0 15px;
}
.mod-home-intro .article-images .img-c img {
  height: 400px;
}
@media (max-width: 1399px) {
  .mod-home-intro {
    padding-bottom: 200px;
  }
  .mod-home-intro .article-images {
    margin-top: 140px;
  }
  .mod-home-intro .article-images .img-a img {
    height: 500px;
  }
  .mod-home-intro .article-images .img-b img {
    height: 380px;
  }
  .mod-home-intro .article-images .img-c img {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .mod-home-intro .article-images {
    margin-top: 100px;
  }
  .mod-home-intro .article-images .img-a img {
    height: 400px;
  }
  .mod-home-intro .article-images .img-b img {
    height: 280px;
  }
  .mod-home-intro .article-images .img-c img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .mod-home-intro {
    padding-bottom: 400px;
  }
  .mod-home-intro .col-lft {
    width: 100%;
    float: none;
  }
  .mod-home-intro .col-lft .m-header {
    margin-bottom: 30px;
  }
  .mod-home-intro .col-rgt {
    width: 100%;
    float: none;
  }
  .mod-home-intro .col-rgt .inner {
    padding: 0;
  }
  .mod-home-intro .article-images .c-fingerprint {
    top: -30px;
    right: -20px;
  }
  .mod-home-intro .article-images .img-a {
    width: 50%;
    padding: 0 15px;
  }
  .mod-home-intro .article-images .img-a img {
    height: 400px;
  }
  .mod-home-intro .article-images .img-b {
    width: 50%;
    padding: 80px 15px 0;
  }
  .mod-home-intro .article-images .img-b img {
    height: 360px;
  }
  .mod-home-intro .article-images .img-c {
    width: 100%;
    padding: 60px 15px 60px 120px;
  }
  .mod-home-intro .article-images .img-c img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .mod-home-intro .article-images .c-fingerprint {
    width: 140px;
    height: 140px;
    top: -50px;
    right: -20px;
  }
  .mod-home-intro .article-images .img-a {
    width: 100%;
    padding: 0 60px 0 15px;
  }
  .mod-home-intro .article-images .img-a img {
    height: 380px;
  }
  .mod-home-intro .article-images .img-b {
    width: 100%;
    padding: 180px 15px 0 160px;
  }
  .mod-home-intro .article-images .img-b img {
    height: 300px;
  }
  .mod-home-intro .article-images .img-c {
    width: 100%;
    padding: 0px 60px 60px 30px;
  }
  .mod-home-intro .article-images .img-c img {
    height: 400px;
  }
}
.mod-images {
  margin-bottom: 200px;
}
.mod-images .article-images {
  margin-top: 0;
  overflow: visible;
  position: relative;
  z-index: 10;
}
.mod-images .article-images .img {
  float: left;
}
.mod-images .article-images .img img {
  border-radius: 6px;
  overflow: hidden;
  object-fit: cover;
}
.mod-images .article-images .img-a {
  width: 50%;
  padding: 0 15px;
}
.mod-images .article-images .img-a img {
  height: 600px;
}
.mod-images .article-images .img-b {
  width: 25%;
  padding: 80px 15px 0;
}
.mod-images .article-images .img-b img {
  height: 600px;
}
.mod-images .article-images .img-c {
  width: 25%;
  padding: 0 15px;
}
.mod-images .article-images .img-c img {
  height: 400px;
}
.gsap-video-wrapper {
  overflow-x: hidden;
}
.mod-video {
  padding: 120px 0 120px;
}
.mod-video .inner {
  position: relative;
}
.mod-video .video-box {
  width: 75%;
}
.mod-video .video-box video {
  max-width: 100%;
  border-radius: 6px;
}
.mod-video .side-box {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 60px;
}
.mod-video .side-box .image img {
  height: 450px;
  border-radius: 6px;
  overflow: hidden;
  object-fit: cover;
}
.mod-cms-block-a .col-rgt .inner {
  padding-top: 20px;
}
.mod-cms-block-a .col-rgt .inner.pt-30 {
  padding-top: 30px;
}
@media (max-width: 1399px) {
  .mod-cms-block-a .col-lft {
    width: 50%;
    margin-left: 0;
  }
  .mod-cms-block-a .col-rgt {
    width: 50%;
  }
  .mod-cms-block-a.block-100 .col-lft .title {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .mod-cms-block-a .col-lft {
    width: 50%;
  }
  .mod-cms-block-a .col-rgt {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .mod-cms-block-a .col-lft {
    width: 100%;
  }
  .mod-cms-block-a .col-lft .title {
    margin-bottom: 30px;
  }
  .mod-cms-block-a .col-rgt {
    width: 100%;
  }
  .mod-cms-block-a .col-rgt .inner {
    padding-top: 0 !important;
  }
}
.mod-home-quote .inner {
  max-width: 750px;
  margin: 0 auto;
}
.mod-home-quote .title span {
  display: block;
}
.mod-home-quote .m-header {
  margin-bottom: 20px;
}
.mod-circulair-animatie .mod-header {
  padding: 100px 0 120px;
}
.mod-circulair-animatie .mod-body {
  position: relative;
}
.mod-circulair-animatie .mod-body:before {
  display: block;
  content: "";
  width: 100%;
  background-color: #64b769;
  border-radius: 6px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
.mod-circulair-animatie .col-left .inner {
  height: 100vh;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}
.mod-circulair-animatie .col-left .box {
  width: 500px;
  height: 500px;
  background-color: pink;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod-circulair-animatie .col-left .panel {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
.mod-circulair-animatie .col-left .panel.active {
  opacity: 1;
}
.mod-circulair-animatie .col-right .inner {
  padding: 400px 0 400px;
  position: relative;
  z-index: 10;
}
.mod-circulair-animatie .chapter {
  padding: 120px 100px;
  opacity: 0.3;
  transition: all 0.8s ease-in-out;
  transform: scale(0.8);
}
.mod-circulair-animatie .chapter .article-title {
  color: #fff;
  transition: all 0.8s ease-in-out;
}
.mod-circulair-animatie .chapter .article-output {
  color: #fff;
  transition: all 0.8s ease-in-out;
}
.mod-circulair-animatie .chapter.active {
  opacity: 1;
  transform: scale(1);
}
.mod-circulair-animatie .chapter.active .article-title {
  color: #000;
}
.mod-circulair-animatie .chapter.active .article-output {
  color: #000;
}
.mod-category-filter {
  padding: 100px 0;
}
.mod-category-filter .c-category-filter {
  display: inline-block;
  overflow: hidden;
  padding: 24px 0 24px 40px;
  border-radius: 100px;
  background-color: #fff;
}
.mod-category-filter .c-category-filter li {
  float: left;
  margin-right: 40px;
}
.mod-category-filter .c-category-filter a.selected {
  color: #64b769;
}
@media (max-width: 1399px) {
  .mod-category-filter {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .mod-category-filter {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .mod-category-filter {
    padding: 40px 0;
  }
}
.mod-featured .m-header {
  margin-bottom: 60px;
}
.mod-featured .has-grid .col-lft .inner {
  overflow: hidden;
}
.mod-featured .has-grid .col-lft .inner .item {
  width: 62.5%;
  float: left;
}
.mod-featured .has-grid .col-lft .inner .item .article-image {
  border-radius: 6px;
  overflow: hidden;
}
.mod-featured .has-grid .col-lft .inner .item .article-image img {
  width: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.mod-featured .has-grid .col-lft .inner .item .article-info {
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
}
.mod-featured .has-grid .col-lft .inner .item:hover .article-image img {
  transform: scale(1.1);
}
.mod-featured .has-grid .col-lft .inner .item:hover .article-info {
  opacity: 0.6;
}
.mod-featured .has-grid .col-lft .inner .item:nth-child(1) {
  padding-right: 20px;
}
.mod-featured .has-grid .col-lft .inner .item:nth-child(1) .article-image img {
  height: 650px;
}
.mod-featured .has-grid .col-lft .inner .item:nth-child(2) {
  width: 37.5%;
  padding-left: 20px;
}
.mod-featured .has-grid .col-lft .inner .item:nth-child(2) .article-image img {
  height: 400px;
}
.mod-featured .has-grid .col-rgt .item .article-image {
  border-radius: 6px;
  overflow: hidden;
}
.mod-featured .has-grid .col-rgt .item .article-image img {
  width: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.mod-featured .has-grid .col-rgt .item:hover .article-image img {
  transform: scale(1.1);
}
.mod-featured .has-grid .col-rgt .item:hover .article-info {
  opacity: 0.6;
}
.mod-featured .has-grid .col-rgt .item:nth-child(1) {
  border-bottom: 2px solid #222221;
  padding-bottom: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.mod-featured .has-grid .col-rgt .item:nth-child(1) .article-image {
  width: 140px;
  float: right;
}
.mod-featured .has-grid .col-rgt .item:nth-child(1) .article-image img {
  height: 200px;
  object-fit: cover;
}
.mod-featured .has-grid .col-rgt .item:nth-child(1) .article-info {
  float: left;
  width: calc(100% - 140px);
}
.mod-featured .has-grid .col-rgt .item:nth-child(2) .article-image img {
  height: 360px;
}
.mod-featured .has-grid .col-rgt .item:nth-child(2) .article-info {
  padding-top: 20px;
}
@media (max-width: 1400px) {
  .mod-featured .m-header {
    margin-bottom: 60px;
  }
  .mod-featured .has-grid .col-lft .inner .item:nth-child(1) .article-image img {
    height: 520px;
  }
  .mod-featured .has-grid .col-lft .inner .item:nth-child(2) .article-image img {
    height: 300px;
  }
  .mod-featured .has-grid .col-rgt .item:nth-child(2) .article-image img {
    height: 320px;
  }
}
@media (max-width: 1200px) {
  .mod-featured .has-grid .col-rgt .item:nth-child(1) .article-image {
    width: 100%;
    float: none;
  }
  .mod-featured .has-grid .col-rgt .item:nth-child(1) .article-image img {
    height: 200px;
    object-fit: cover;
  }
  .mod-featured .has-grid .col-rgt .item:nth-child(1) .article-info {
    padding-top: 20px;
    float: none;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .mod-featured .has-grid .col-lft .inner {
    overflow: hidden;
  }
  .mod-featured .has-grid .col-lft .inner .item {
    width: 100%;
  }
  .mod-featured .has-grid .col-lft .inner .item:nth-child(1) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .mod-featured .has-grid .col-lft .inner .item:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .mod-featured .has-grid .col-lft {
    margin-bottom: 60px;
  }
  .mod-featured .has-grid .col-lft .inner .item:nth-child(1) .article-image img {
    height: 300px;
  }
  .mod-featured .has-grid .col-lft .inner .item:nth-child(2) .article-image img {
    height: 300px;
  }
}
.mod-aside-news .c-article-list {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.splide .splide__arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  opacity: 1;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 20px;
  right: 0;
  transform: none;
  transition: all 0.2s ease-in-out;
}
.splide .splide__arrow svg {
  fill: #fff;
}
.splide .splide__arrow i {
  color: #fff;
}
.splide .splide__arrow:hover {
  background-color: #64b769;
}
.splide .splide__arrow--prev {
  right: 50px;
}
.splide .splide__pagination {
  width: 100%;
  padding: 0 40px;
  justify-content: space-between;
}
.splide .splide__pagination li {
  flex-grow: 1;
  line-height: 0;
}
.splide .splide__pagination li button {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0;
  margin: 0;
  transform: unset;
  opacity: 1;
  background-color: #fff;
}
.splide .splide__pagination li button.is-active {
  background-color: #64b769;
}
.splide-gallery .splide__slide {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.splide-gallery .splide__slide img {
  opacity: 0;
}
.c-fingerprint {
  display: block;
  width: 180px;
  height: 180px;
  background-image: url(../img/svg/fingerprint-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 62% auto;
  position: relative;
}
.c-fingerprint:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/svg/fingerprint-text.svg);
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: spin;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .c-fingerprint {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .c-fingerprint {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .c-fingerprint {
    width: 100px;
    height: 100px;
  }
}
.c-label {
  display: inline-block;
  color: #64b769;
  font-size: 18px;
}
.c-gridcard .article-image {
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
}
.c-user-info {
  position: relative;
}
.c-user-info .user-image {
  width: 110px;
  height: 140px;
  border-radius: 100px;
  background-color: #FCFBFA;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-user-info .user-data {
  position: absolute;
  top: 50%;
  left: 140px;
  transform: translateY(-50%);
}
.c-user-info .user-title {
  margin: 0;
  font-size: 25px;
}
.c-user-info .user-subtitle {
  display: block;
  opacity: 0.5;
}
.c-testimonial .c-user-info {
  margin-top: 60px;
}
.c-article-list .item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #7D7D7C;
}
.article-grid .item {
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .article-grid .item {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .article-grid .item {
    margin-bottom: 80px;
  }
}
.team-grid .item {
  margin-bottom: 120px;
}
.team-grid .inner .image-box {
  height: 550px;
  position: relative;
}
.team-grid .inner .image-box .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}
.team-grid .inner .image-box img {
  display: none;
}
.team-grid .item {
  /* SECOND ROW */
}
.team-grid .item:nth-child(8n + 1) .image-box .image {
  top: 12%;
}
.team-grid .item:nth-child(8n + 2) .image-box .image {
  top: 28%;
}
.team-grid .item:nth-child(8n + 3) .image-box .image {
  top: 0;
}
.team-grid .item:nth-child(8n + 4) .image-box .image {
  top: 18%;
}
.team-grid .item:nth-child(8n + 5) .image-box {
  height: 450px;
}
.team-grid .item:nth-child(8n + 7) .image-box {
  height: 420px;
}
.team-grid .item:nth-child(8n + 8) .image-box {
  height: 500px;
}
/* ==========================================================================
	SEARCH / ZOEKEN
   ========================================================================== */
.tpl-volg-search .search-header {
  padding-top: 250px;
  padding-bottom: 60px;
  background: #FCFBFA;
}
.tpl-volg-search .mod-banner .mod-search-hero {
  position: absolute;
  bottom: -10px;
  right: 50px;
  z-index: 100;
}
.tpl-volg-search .search-form-box {
  width: 750px;
  position: relative;
  margin: 0 auto;
}
.tpl-volg-search .search-form-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #7D7D7C;
  border-radius: 4px;
  color: #222221;
  padding-left: 10px;
}
.tpl-volg-search .search-form-box button {
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.tpl-volg-search .search-form-box button i {
  position: absolute;
  top: 0;
  right: 0;
  color: #222221;
  font-size: 32px;
}
.tpl-volg-search .search-intro {
  padding: 20px 0;
  text-align: center;
}
.tpl-volg-search .search-form-limits .align-right {
  text-align: right;
}
.tpl-volg-search .search-result-panel {
  padding: 0 0 20px;
}
.tpl-volg-search .search-result-list .item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tpl-volg-search .search-result-list .item .result-title {
  font-size: 24px;
}
.tpl-volg-search .search-result-list .item .result-categoryxx {
  display: block;
  color: #E18832;
}
.tpl-volg-search .search-result-list .item .highlight {
  font-weight: bold;
  color: #E18832;
  background-color: transparent;
}
.tpl-volg-search .search-result-list .item .result-url {
  display: block;
  margin-top: 20px;
}
@media (max-width: 650px) {
  .tpl-volg-search .search-result-list .item {
    float: none;
    width: 100%;
  }
}
.brick-grid {
  margin-left: -20px;
  margin-right: -20px;
}
.brick-grid .brick-sizer {
  width: 5%;
}
.brick-grid .brick {
  width: 50%;
  padding: 20px;
}
.brick-grid .brick.item {
  padding-bottom: 60px;
}
.brick-grid .brick:nth-child(6n + 1) .c-project-card {
  padding: 0 160px 0 0;
}
.brick-grid .brick:nth-child(6n + 2) .c-project-card {
  padding: 80px 0 0 160px;
}
.brick-grid .brick:nth-child(6n + 3) .c-project-card {
  padding: 0 0 0 200px;
}
.brick-grid .brick:nth-child(6n + 4) .c-project-card {
  padding: 40px 80px 0 80px;
}
.brick-grid .brick:nth-child(6n + 6) .c-project-card {
  padding: 140px 0 0 160px;
}
.brick-grid .brick-story:nth-child(5n + 1) .c-testimonial {
  padding: 160px 160px 0 80px;
}
.brick-grid .brick-story:nth-child(5n + 2) .c-testimonial {
  padding: 0 100px 0 0;
}
.brick-grid .brick-story:nth-child(5n + 3) .c-testimonial {
  padding: 200px 0 100px 200px;
}
.brick-grid .brick-story:nth-child(5n + 4) .c-testimonial {
  padding: 0 0 150px 150px;
}
.brick-grid.debug:nth-child(6n + 1) .c-project-card {
  background-color: pink;
}
.brick-grid.debug:nth-child(6n + 2) .c-project-card {
  background-color: red;
}
.brick-grid.debug:nth-child(6n + 3) .c-project-card {
  background-color: mediumpurple;
}
.brick-grid.debug:nth-child(6n + 4) .c-project-card {
  background-color: orange;
}
.brick-grid.debug:nth-child(6n + 5) .c-project-card {
  background-color: #00FF00;
}
.brick-grid.debug:nth-child(6n + 6) .c-project-card {
  background-color: fuchsia;
}
.c-project-card .article-image img {
  border-radius: 6px;
}
.c-project-card .article-info {
  padding-top: 30px;
}
.c-project-card .article-info .title {
  font-size: 26px;
}
.c-project-card .goto {
  display: none;
}
@media (max-width: 1399px) {
  .brick-grid .brick.item {
    padding-bottom: 60px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 100px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 80px 0 0 100px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 0 0 100px;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 40px 80px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .brick-grid .brick.item {
    padding-bottom: 60px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 50px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 60px 0 0 50px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 0 0 50px;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 50px 50px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 30px 0 0 0;
  }
  .c-project-card .article-info .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .brick-grid .brick.item {
    padding-bottom: 60px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 10px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 40px 0 0 10px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 0 0 10px;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 50px 10px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 30px 0 0 0;
  }
  .c-project-card .article-info .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .brick-grid .brick {
    width: 100%;
  }
  .brick-grid .brick.item {
    padding-bottom: 40px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 60px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 0 0 0 60px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 50px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 0 0 0 60px;
  }
  .brick-grid .brick:nth-child(6n + 5) .c-project-card {
    padding: 0 40px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 500px) {
  .brick-grid .brick {
    width: 100%;
  }
  .brick-grid .brick.item {
    padding-bottom: 40px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 0 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 0 0 0 60px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 60px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 0 0 0 0;
  }
  .brick-grid .brick:nth-child(6n + 5) .c-project-card {
    padding: 0 60px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 420px) {
  .brick-grid .brick.item {
    padding-bottom: 40px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 0 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 0 0 0 30px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 30px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 0 0 0 0;
  }
  .brick-grid .brick:nth-child(6n + 5) .c-project-card {
    padding: 0 30px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 0 0 0 30px;
  }
}
