.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;
}
/* @group GRADIENTS */
.bg-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#126e96+0,2989d8+50,8aba26+100 */
  background: #126e96;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 0%, #2989d8 50%, #8aba26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
}
.bg-gradient-vertical {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8aba26+0,2989d8+50,126e96+100 */
  background: #8aba26;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8aba26 0%, #2989d8 50%, #126e96 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8aba26', endColorstr='#126e96', GradientType=0);
  /* IE6-9 */
}
.bg-gradient-diagonal {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#126e96+0,8aba26+100 */
  background: #126e96;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 0%, #8aba26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
}
.bg-greydient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* 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 */
}
.t-gradient {
  color: #95c11c;
  background: -webkit-linear-gradient(left, #126e96, #95c11c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* @end */
/* ==========================================================================
   	BOOTSTRAP SPACERS
   ========================================================================== */
/* ==========================================================================
   	CSS VARIABLES
   ========================================================================== */
:root {
  --container-width: 100vw;
}
@media (min-width: 768px) {
  :root {
    --container-width: 740px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1280px) {
  :root {
    --container-width: 1280px;
  }
}
@media (min-width: 1480px) {
  :root {
    --container-width: 1480px;
  }
}
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: CeraPRO-Light, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  color: #242424;
}
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;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #126e96;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #95c11c;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
img {
  max-width: 100%;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.2);
}
h1,
h2,
h3,
h4,
.h0,
.h1,
.h2,
.h3,
.h4,
.h1a,
.h0a {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #126e96;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h0 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h1a a,
.h0a a {
  color: inherit;
}
h1.js-duotone,
h2.js-duotone,
h3.js-duotone,
h4.js-duotone,
.h0.js-duotone,
.h1.js-duotone,
.h2.js-duotone,
.h3.js-duotone,
.h4.js-duotone,
.h1a.js-duotone,
.h0a.js-duotone {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
h1.js-duotone .duotone,
h2.js-duotone .duotone,
h3.js-duotone .duotone,
h4.js-duotone .duotone,
.h0.js-duotone .duotone,
.h1.js-duotone .duotone,
.h2.js-duotone .duotone,
.h3.js-duotone .duotone,
.h4.js-duotone .duotone,
.h1a.js-duotone .duotone,
.h0a.js-duotone .duotone {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
h1.js-duotone.duotone-blocks span,
h2.js-duotone.duotone-blocks span,
h3.js-duotone.duotone-blocks span,
h4.js-duotone.duotone-blocks span,
.h0.js-duotone.duotone-blocks span,
.h1.js-duotone.duotone-blocks span,
.h2.js-duotone.duotone-blocks span,
.h3.js-duotone.duotone-blocks span,
.h4.js-duotone.duotone-blocks span,
.h1a.js-duotone.duotone-blocks span,
.h0a.js-duotone.duotone-blocks span {
  display: block;
}
h1[data-lastword],
h2[data-lastword],
h3[data-lastword],
h4[data-lastword],
.h0[data-lastword],
.h1[data-lastword],
.h2[data-lastword],
.h3[data-lastword],
.h4[data-lastword],
.h1a[data-lastword],
.h0a[data-lastword],
h1.js-lastword,
h2.js-lastword,
h3.js-lastword,
h4.js-lastword,
.h0.js-lastword,
.h1.js-lastword,
.h2.js-lastword,
.h3.js-lastword,
.h4.js-lastword,
.h1a.js-lastword,
.h0a.js-lastword {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
h1[data-lastword] .lastword,
h2[data-lastword] .lastword,
h3[data-lastword] .lastword,
h4[data-lastword] .lastword,
.h0[data-lastword] .lastword,
.h1[data-lastword] .lastword,
.h2[data-lastword] .lastword,
.h3[data-lastword] .lastword,
.h4[data-lastword] .lastword,
.h1a[data-lastword] .lastword,
.h0a[data-lastword] .lastword,
h1.js-lastword .lastword,
h2.js-lastword .lastword,
h3.js-lastword .lastword,
h4.js-lastword .lastword,
.h0.js-lastword .lastword,
.h1.js-lastword .lastword,
.h2.js-lastword .lastword,
.h3.js-lastword .lastword,
.h4.js-lastword .lastword,
.h1a.js-lastword .lastword,
.h0a.js-lastword .lastword {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.h0 {
  font-size: 50px;
}
.h0a {
  font-size: 60px;
}
h1,
.h1 {
  font-size: 46px;
}
h1,
.h1a {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 25px;
  line-height: 1.3em;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 1.3em;
}
h4,
.h4 {
  font-size: 18px;
}
.f1 {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
.f2 {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.t-white,
a.t-white {
  color: #fff;
}
.t-blue {
  color: #126e96;
}
.t-blue2 {
  color: #f3fbfd;
}
.t-blue3 {
  color: #00acd8;
}
.t-blue4 {
  color: #e7f7fb;
}
.t-blue5 {
  color: #71a8c0;
}
.t-blue6 {
  color: #1D252C;
}
.t-green {
  color: #95c11c;
}
.fs-sm {
  font-size: 15px;
}
.fs-lg {
  font-size: 20px;
}
strong {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.fs-lg {
  font-size: 20px;
}
.t-upper {
  text-transform: uppercase;
}
.article-output .h1,
.article-output h2,
.article-output h3,
.article-output h4 {
  margin-bottom: 10px;
}
.article-output p {
  margin-bottom: 30px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output a {
  color: #8bd3bd;
}
.article-output a:hover {
  color: #126e96;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 40px;
}
.article-output ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 3px;
}
.article-output ul li:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 14px;
  height: 14px;
  background-image: url(../img/vb-arrow-blue.svg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}
.article-output ol {
  margin: 0 0 40px;
}
.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: #242424;
  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;
}
/* @group SITE HEADER */
.site-wrapper {
  overflow: hidden;
  padding-top: 130px;
}
.site-header {
  width: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
.site-header.no-bg {
  background: transparent;
}
.site-header .container {
  height: 130px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.site-header .comp-logo {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.site-header .nav-icon {
  position: absolute;
  top: 25px;
  right: 25px;
}
.site-header .top-bar {
  color: #126e96;
  font-size: 15px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 100px;
}
.site-header .top-bar .box {
  float: left;
  margin-left: 30px;
}
.site-header .top-bar .box i::before {
  margin: 0;
}
.site-header .top-bar .box.divider > * + * {
  position: relative;
  padding-left: 4px;
  margin-left: 4px;
}
.site-header .top-bar .box.divider > * + *::before {
  content: '';
  position: absolute;
  border-left: 1px solid #126e96;
  left: -1px;
  top: 50%;
  height: 16px;
  margin-top: -8px;
}
.site-header .top-bar .contact {
  float: left;
  margin-left: 30px;
}
.site-header .top-bar .contact a {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  color: #126e96;
  display: inline-block;
  margin-left: 6px;
  text-transform: lowercase;
}
.site-header .top-bar .contact a:hover {
  color: #95c11c;
}
.site-header .std-nav {
  position: absolute;
  top: 80px;
  right: 25px;
  transition: all 0.3s ease-in-out;
}
.site-header .mainnav {
  overflow: hidden;
}
.site-header .mainnav li {
  float: left;
  margin-left: 30px;
}
.site-header .mainnav a {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #126e96;
  text-transform: uppercase;
}
.site-header .mainnav a:hover {
  color: #95c11c;
}
.scrolled:not(.shownav) .site-header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .shownav .site-wrapper {
    padding-top: 85px;
  }
  .shownav .site-header {
    background-color: #fff !important;
  }
  .shownav .site-header .container {
    height: 85px;
  }
  .shownav .site-header .comp-logo {
    width: 60px;
    height: 60px;
  }
  .shownav .site-header .std-nav {
    top: 40px;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .site-wrapper {
    padding-top: 60px !important;
  }
  .tpl-home .site-wrapper {
    padding-top: 0 !important;
  }
  .tpl-home .site-header .container:before {
    width: 200px;
    height: 120px;
  }
  .site-header .container {
    height: 60px;
  }
  .scrolled .site-header .container {
    height: 60px;
  }
  .site-header .comp-logo {
    width: 40px;
    height: 40px;
  }
  .scrolled .site-header .comp-logo {
    width: 40px;
    height: 40px;
  }
  .site-header .contacts {
    top: 18px;
  }
  .site-header .contact .label {
    display: none;
  }
  .site-header .nav-icon {
    top: 13px;
  }
  .site-header .top-bar {
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header .std-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header .contacts .contact {
    margin-left: 30px;
  }
  .site-header .contacts .contact.c-mail {
    display: none;
  }
}
@media (max-width: 620px) {
  .site-header .top-bar .contact {
    display: none;
  }
}
@media (max-width: 600px) {
  .tpl-home .site-header .container:before {
    width: 160px;
    height: 100px;
  }
}
@media (max-width: 420px) {
  .site-header .contacts .contact span {
    display: none;
  }
}
/* @end */
/* @group STIE-FOOTER */
.site-footer {
  padding: 60px 0 60px;
  background: #242424;
  color: #fff;
  font-size: 17px;
  position: relative;
  z-index: 5;
}
.site-footer:before {
  display: block;
  content: "";
  width: 1500px;
  height: 1000px;
  background: url(../img/vb-wires.png) bottom left no-repeat;
  position: absolute;
  left: 50%;
  bottom: -220px;
  pointer-events: none;
}
.site-footer h2,
.site-footer h3,
.site-footer a {
  color: #fff;
}
.site-footer .comp-logo {
  width: 80px;
  height: 80px;
  margin: 0 auto -25px;
}
.site-footer .primary {
  margin-bottom: 15px;
}
.site-footer .partner-atrium {
  display: block;
  width: 200px;
}
.site-footer .partner-atrium .text {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
}
.site-footer .partner-atrium .logo {
  display: block;
  height: 20px;
  background: url(../img/atrium-logo.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
.site-footer .footnav li {
  margin-bottom: 3px;
}
.site-footer .footnav a {
  position: relative;
  padding-left: 22px;
}
.site-footer .footnav a:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url('../img/vb-arrow.svg');
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}
.site-footer .footnav a:hover {
  opacity: 0.8;
}
.credits {
  padding: 15px 0;
}
.credits ul {
  overflow: hidden;
  float: left;
}
.credits li {
  float: left;
}
.credits li a {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  margin-right: 20px;
}
.credits .logos {
  float: left;
}
.credits .logos .logo {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .site-footer .comp-logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer:before {
    bottom: -150px;
  }
  .site-footer .comp-logo {
    margin-bottom: 40px;
  }
  .site-footer .footnav {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .credits ul {
    margin-bottom: 15px;
  }
  .credits li a {
    line-height: 1.4em;
  }
}
/* @end */
/* @group MOBILE-NAV */
.nav-icon {
  display: block;
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 25px;
  transition: all 0.3s ease-in-out;
}
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #126e96;
  content: '';
  display: block;
  height: 4px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.open:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}
.nav-icon.open:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg);
}
.nav-icon.open div {
  transform: scale(0);
}
.mobile-nav {
  --header-height: 85px;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  color: #126e96;
  padding-top: var(--header-height);
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease 0s;
}
.mobile-nav .container {
  z-index: 200;
  font-size: 17px;
  position: relative;
}
.mobile-nav .container .inner {
  min-height: calc(100vh - var(--header-height) - 130px);
  /* hoogte - header - footer */
  position: relative;
}
.mobile-nav .col-lft .inner {
  padding-top: 120px;
  background-color: #1D252C;
  z-index: 2;
}
.mobile-nav .col-lft .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 2000px;
  background-color: #1D252C;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  pointer-events: none;
}
.mobile-nav .col-lft .inner:after {
  content: '';
  width: calc();
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(100% - 200px);
  width: calc(50vw - var(--container-width) / 2 + 200px + 25px);
  bottom: -130px;
  background: url('../img/vb-wires-nav.svg') no-repeat 100% 0;
  background-size: cover;
  pointer-events: none;
}
.mobile-nav .col-rgt .inner {
  margin-left: 50px;
  background-color: #EAF7FA;
  position: relative;
}
.mobile-nav .col-rgt .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 2000px;
  background-color: inherit;
  position: absolute;
  top: 0;
  right: left;
  z-index: -2;
}
.mobile-nav .col-rgt .inner .circle {
  position: absolute;
  z-index: 3;
  left: -95px;
  top: 0;
  width: calc(400px + 20vw);
  height: calc(400px + 20vw);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.mobile-nav .col-rgt .side-image {
  padding: 80px 0;
}
.mobile-nav .col-rgt .side-image img {
  height: 450px;
  object-fit: cover;
}
.mobile-nav .col-rgt .side-menu {
  margin-left: 50px;
}
.mobile-nav .main-menu-box {
  overflow: hidden;
}
.mobile-nav .main-menu-box .title {
  margin-bottom: 60px;
}
.mobile-nav .main-menu-box .left-side {
  width: 50%;
  float: left;
}
.mobile-nav .main-menu-box .right-side {
  width: 50%;
  float: left;
}
.mobile-nav .mainnav > li {
  display: block;
  padding: 10px 0;
}
.mobile-nav .mainnav > li.hover > a {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.mobile-nav .mainnav ul {
  display: none;
}
.mobile-nav .mainnav a {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.mobile-nav .mainnav a:hover {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.mobile-nav .mobile-submenu a {
  display: block;
  padding: 5px 0;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.mobile-nav .mobile-submenu a:hover {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.mobile-nav .menu-footer {
  height: 130px;
  position: relative;
}
.mobile-nav .menu-footer .inner-box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
}
.mobile-nav .menu-footer .inner-box .box {
  float: left;
  margin-right: 60px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.mobile-nav .menu-footer .inner-box .box i:before {
  margin: 0;
}
.shownav .mobile-nav {
  top: 0;
}
@media (max-width: 1480px) {
  .mobile-nav .menu-footer .inner-box .box {
    margin-right: 40px;
  }
}
@media (max-width: 1280px) {
  .mobile-nav .menu-footer .inner-box {
    left: 0;
  }
}
@media (max-width: 992px) {
  .mobile-nav {
    --header-height: 60px;
  }
  .mobile-nav .col-lft .inner:before {
    right: -200px;
  }
  .mobile-nav .col-rgt {
    display: none;
  }
  .mobile-nav .menu-footer .inner-box {
    width: 100%;
  }
  .mobile-nav .menu-footer .inner-box .box {
    width: 33.3334%;
    margin-right: 0;
  }
}
@media (max-height: 750px) {
  .mobile-nav .mainnav {
    position: static;
    transform: translate(0, 0);
  }
  .mobile-nav .secondary {
    position: static;
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .mobile-nav .main-menu-box .right-side {
    display: none;
  }
}
@media (max-width: 600px) {
  .mobile-nav .contact {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .mobile-nav .menu-footer .inner-box .box {
    margin-right: 15px;
  }
}
/* @end */
/* @group ANIMATIONS */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* @end */
/* @group BUTTONS */
a.button,
form button {
  display: inline-block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  color: #95c11c;
  background-image: url(../img/vb-kwart.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
a.button .btn-inner,
form button .btn-inner {
  display: block;
  padding: 3px 27px 16px 0;
}
a.button.grd .btn-inner,
form button.grd .btn-inner {
  background: -webkit-linear-gradient(left, #126e96, #95c11c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.button.big,
form button.big {
  font-size: 22px;
  height: 50px;
  line-height: 50px;
}
a.button:hover,
form button:hover {
  opacity: 0.7;
}
a.button.white,
form button.white {
  color: #fff;
  background-image: url(../img/vb-kwart-wit.svg);
}
a.button.t-white,
form button.t-white {
  color: #fff;
}
a.button.t-blue,
form button.t-blue {
  color: #126e96;
}
a.button.t-blue2,
form button.t-blue2 {
  color: #f3fbfd;
}
a.button.t-blue3,
form button.t-blue3 {
  color: #00acd8;
}
a.button.t-blue4,
form button.t-blue4 {
  color: #e7f7fb;
}
a.button.t-blue5,
form button.t-blue5 {
  color: #71a8c0;
}
a.button.t-green,
form button.t-green {
  color: #95c11c;
}
/* ==========================================================================
   	BUTTON LIGHT (kaart home)
   ========================================================================== */
.btn-lblue {
  color: #006E96 !important;
  font-size: 17px;
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  display: inline-block;
  padding: 6px 16px;
  background-color: #EAF7FA;
  border: 2px solid #EAF7FA;
  border-radius: 99px;
  text-transform: uppercase;
  transition: border-color 0.2s ease-out;
}
.btn-lblue.active,
.btn-lblue:focus,
.btn-lblue:hover {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #006E96;
  border-color: #006E96;
}
/* ==========================================================================
   	BUTTON OUTLINE WHITE (vr tour home)
   ========================================================================== */
.btn-outline-white {
  color: #fff !important;
  font-size: 17px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  display: inline-block;
  padding: 6px 16px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 99px;
  text-transform: uppercase;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.btn-outline-white.active,
.btn-outline-white:focus,
.btn-outline-white:hover {
  color: #006E96 !important;
  background-color: #fff;
}
.btn-outline-white.th-lgreen {
  color: #93D500 !important;
  border-color: #93D500;
}
.btn-outline-white.th-lgreen.active,
.btn-outline-white.th-lgreen:focus,
.btn-outline-white.th-lgreen:hover {
  color: #fff !important;
  background-color: #93D500;
}
/* ==========================================================================
   	BUTTON OUTLINE GREEN (vr tour home)
   ========================================================================== */
.btn-outline-green {
  color: #93D500 !important;
  font-size: 17px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  display: inline-block;
  padding: 6px 16px;
  background-color: transparent;
  border: 2px solid #93D500;
  border-radius: 99px;
  text-transform: uppercase;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.btn-outline-green.active,
.btn-outline-green:focus,
.btn-outline-green:hover {
  color: #fff !important;
  background-color: #93D500;
}
/* ==========================================================================
   	BUTTON VIDEO
   ========================================================================== */
.btn-video {
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-video-icon {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: white;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
}
.btn-video-icon::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/play-btn-wit.svg) no-repeat 50% 50%;
  transition: transform 0.25s ease-in-out;
}
.btn-video-image {
  display: block;
  transition: transform 0.35s ease;
}
.btn-video:hover .btn-video-icon::before {
  transform: rotate(360deg) scale(0.9);
}
.btn-video:hover .btn-video-image {
  transform: scale(1.05);
}
/* @group FONTELLO */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?16887337a');
  src: url('../font/fontello.eot?16887337a#iefix') format('embedded-opentype'), url('../font/fontello.woff2?16887337a') format('woff2'), url('../font/fontello.woff?16887337a') format('woff'), url('../font/fontello.ttf?16887337a') format('truetype'), url('../font/fontello.svg?16887337a#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?16887337#fontello') format('svg');
  }
}
*/
[class^="icon-"],
[class*=" icon-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  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-video:before {
  content: '\e812';
}
/* '' */
.icon-linkedin:before {
  content: '\ead1';
}
/* '' */
.icon-phone:before {
  content: '\ead2';
}
/* '' */
.icon-at:before {
  content: '\ead3';
}
/* '' */
.icon-brand:before {
  content: '\ead5';
}
/* '' */
.icon-youtube:before {
  content: '\f167';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-twitter-squared:before {
  content: '\f304';
}
/* '' */
.icon-facebook-squared:before {
  content: '\f308';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
/* @end */
/* @group WEBFONTS */
/*
@import url("//hello.myfonts.net/count/380099");
*/
@font-face {
  font-family: 'FFSignaWebProLight';
  src: url('../font/380099_0_0.eot');
  src: url('../font/380099_0_0.eot?#iefix') format('embedded-opentype'), url('../font/380099_0_0.woff2') format('woff2'), url('../font/380099_0_0.woff') format('woff'), url('../font/380099_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'FFSignaWebProBold';
  src: url('../font/380099_1_0.eot');
  src: url('../font/380099_1_0.eot?#iefix') format('embedded-opentype'), url('../font/380099_1_0.woff2') format('woff2'), url('../font/380099_1_0.woff') format('woff'), url('../font/380099_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CeraPRO-Light';
  src: url('../font/380099_2_0.eot');
  src: url('../font/380099_2_0.eot?#iefix') format('embedded-opentype'), url('../font/380099_2_0.woff2') format('woff2'), url('../font/380099_2_0.woff') format('woff'), url('../font/380099_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CeraPRO-Bold';
  src: url('../font/380099_3_0.eot');
  src: url('../font/380099_3_0.eot?#iefix') format('embedded-opentype'), url('../font/380099_3_0.woff2') format('woff2'), url('../font/380099_3_0.woff') format('woff'), url('../font/380099_3_0.ttf') format('truetype');
}
/* @end */
/* @group IMAGE GALLERIE */
.article-images {
  overflow: hidden;
  margin-top: 40px;
}
.article-images a {
  display: block;
  float: left;
  overflow: hidden;
  width: 31%;
  margin: 0 2% 15px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  cursor: pointer;
}
.article-images a:before,
.article-images a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.2;
  transition: transform 0.4s ease-in-out 0s;
}
.article-images a:before {
  transition: transform 0.4s ease-in-out 0s;
  transform: translateX(-100%);
}
.article-images a:after {
  transition: transform 0.4s ease-in-out 0.2s;
  transform: translateX(100%);
}
.article-images a.vrtour:before,
.article-images a.vrtour:after {
  transform: translateX(0);
}
.article-images a.vrtour .icon {
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: #95c11c;
  background-image: url(../img/360-icon.svg);
  background-size: 48px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.article-images a.vrtour:hover:before,
.article-images a.vrtour:hover:after {
  opacity: 0.3;
}
.article-images a.vrtour:hover .icon {
  transform: translate(-50%, -50%) scale(1.15);
}
.article-images a.isvideo:before,
.article-images a.isvideo:after {
  transform: translateX(0);
}
.article-images a.isvideo .icon {
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: #95c11c;
}
.article-images a.isvideo .icon i {
  font-size: 34px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-images a.isvideo:hover:before,
.article-images a.isvideo:hover:after {
  opacity: 0.3;
}
.article-images a.isvideo:hover .icon {
  transform: translate(-50%, -50%) scale(1.15);
}
.article-images a .icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #126e96;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out 0.15s;
  transform: translate(-50%, 150px);
  opacity: 0;
  z-index: 1;
}
.article-images a .label {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(60px);
  opacity: 0;
}
.article-images a:hover:before,
.article-images a:hover:after {
  transform: translateX(0);
}
.article-images a:hover .icon {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.article-images a:hover .label {
  transform: translateY(45px);
  opacity: 1;
}
@media (max-width: 991px) {
  .article-images a {
    width: 48%;
    margin: 0 2% 15px 0;
  }
}
@media (max-width: 540px) {
  .article-images a {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
/* @end */
/* ==========================================================================
   	IMAGE OVERLAY
   ========================================================================== */
.img-overlay {
  position: relative;
}
.img-overlay::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #006E96;
  opacity: 0.3;
}
/* @group BODY */
.article-single .main-body {
  padding-bottom: 50px;
}
.tpl-vacatures.view-category .main-body {
  padding-top: 160px;
  padding-bottom: 80px;
}
.tpl-vacatures.view-category .main-body .col-aside .inner {
  padding-left: 230px;
  position: relative;
}
.tpl-vacatures.view-article .main-body {
  padding-top: 0;
  padding-bottom: 80px;
}
.tpl-vacatures.view-article .main-body .col-main .inner {
  padding-top: 160px;
}
.tpl-vacatures.view-article .main-body .col-aside .inner {
  padding-left: 110px;
  position: relative;
}
.main-body {
  padding-top: 80px;
  position: relative;
  z-index: 20;
}
.main-body .article-header {
  margin-bottom: 60px;
}
.main-body .article-header h1 {
  font-size: 40px;
  color: #126e96;
}
.main-body .article-intro {
  color: #00acd8;
  font-size: 20px;
  text-transform: uppercase;
}
.main-body .article-output blockquote {
  background: #fbfaf3;
  border-left: 5px solid #126e96;
  margin: 0 0 30px;
  padding: 10px 10px 10px 20px;
}
.main-body .article-output blockquote p {
  margin: 0;
  font-style: italic;
}
.main-body .article-output .wf_file_icon {
  float: left;
  margin-right: 10px;
}
/* ----------------------- */
@media (max-width: 767px) {
  .article-output .show-xl,
  .article-output .show-lg,
  .article-output .show-md,
  .article-output .show-sm,
  .article-output .show-xs {
    display: none;
  }
  .article-output .show-xs {
    display: block;
  }
}
@media (min-width: 768px) {
  .article-output .show-xl,
  .article-output .show-lg,
  .article-output .show-md,
  .article-output .show-sm,
  .article-output .show-xs {
    display: none;
  }
  .article-output .show-sm {
    display: block;
  }
}
@media (min-width: 992px) {
  .article-output .show-xl,
  .article-output .show-lg,
  .article-output .show-md,
  .article-output .show-sm,
  .article-output .show-xs {
    display: none;
  }
  .article-output .show-md {
    display: block;
  }
}
@media (min-width: 1280px) {
  .article-output .show-xl,
  .article-output .show-lg,
  .article-output .show-md,
  .article-output .show-sm,
  .article-output .show-xs {
    display: none;
  }
  .article-output .show-lg {
    display: block;
  }
}
@media (min-width: 1480px) {
  .article-output .show-xl,
  .article-output .show-lg,
  .article-output .show-md,
  .article-output .show-sm,
  .article-output .show-xs {
    display: none;
  }
  .article-output .show-xl {
    display: block;
  }
}
/* ----------------------- */
@media (max-width: 991px) {
  .main-body {
    padding-top: 60px;
  }
  .main-body .article-header {
    margin-bottom: 40px;
  }
  .main-body .article-header h1 {
    font-size: 28px;
  }
  .main-body .article-intro {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .main-body {
    padding-top: 50px;
  }
  .main-body .article-header {
    margin-bottom: 30px;
  }
  .main-body .article-header h1 {
    font-size: 24px;
  }
  .main-body .article-intro {
    font-size: 17px;
  }
}
/* @end */
/* @group ARTICLE-LIST */
.article-list .article-row {
  position: relative;
  margin-bottom: 80px;
}
.article-list .article-row:before {
  display: block;
  content: "";
  width: 5000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2000px;
}
.article-list .article-row:nth-child(even):before {
  background: #f3fbfd;
}
.article-list .article-row:nth-child(even) .article-output .more {
  background: #f3fbfd;
}
.article-list .article-row:hover .bgimg:before {
  left: 100%;
}
.article-list .article-image .bgimg {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.article-list .article-image .bgimg:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -3000px;
  background: #126e96;
  opacity: 0.3;
  transition: 0.8s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.article-list .article-image .bgimg:after {
  display: block;
  content: "";
  width: 170px;
  height: 120%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10%;
  right: 0;
}
.article-list .article-image .bgimg .label {
  width: 140px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2em;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 30px 10px 15px;
  border-radius: 0 100px 100px 0;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.article-list .article-image img {
  display: none;
}
.article-list .article-output .inner {
  padding: 40px 0 40px 90px;
  position: relative;
}
.article-list .article-output .article-header {
  margin-bottom: 20px;
}
.article-list .article-output .article-header h2 {
  margin-bottom: 0;
}
.article-list .article-output .article-header .article-date {
  display: block;
  color: #126e96;
  margin-top: 10px;
}
.article-list .article-output .article-info p {
  margin-bottom: 0;
}
.article-list .article-output .more {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  line-height: 140px;
  background: #fff;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  color: #126e96;
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out 0s;
}
.article-list .article-output .more span {
  position: relative;
}
.article-list .article-output .more span:after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/vb-kwart.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  right: -18px;
}
@media (max-width: 1280px) {
  .article-list .article-output .inner {
    padding: 30px 0 30px 50px;
  }
}
@media (max-width: 991px) {
  .article-list .article-output .inner {
    padding: 20px 0 20px 50px;
  }
  .article-list .article-output .article-info {
    font-size: 15px;
  }
}
@media (max-width: 680px) {
  .article-list {
    margin-top: -50px;
  }
  .article-list .article-row {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .article-list .article-image {
    width: 100%;
    float: none;
  }
  .article-list .article-image .bgimg {
    height: 260px;
  }
  .article-list .article-image .bgimg:after {
    width: 105%;
    height: 105%;
    background: url(../img/vb-circle-kwart.png) top left no-repeat;
    background-size: contain;
    bottom: auto;
    top: 0;
    left: 40px;
  }
  .article-list .article-image .bgimg .label {
    padding: 10px 15px 10px 30px;
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0;
  }
  .article-list .article-output {
    clear: both;
    width: 100%;
    float: none;
  }
  .article-list .article-output .inner {
    padding: 30px 0 0;
  }
  .article-list .article-output .article-info {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .article-list .article-output .more {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    line-height: 40px;
    text-align: left;
    color: #126e96;
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .article-list .article-output .more span:after {
    top: -4px;
    right: -24px;
  }
}
@media (max-width: 480px) {
  .article-list .article-image .bgimg {
    height: 200px;
  }
  .article-list .article-image .bgimg:after {
    left: 0;
  }
}
/* @end */
/* @group PROJECTEN-LIST */
.project-filter {
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.project-filter ul {
  display: inline-block;
}
.project-filter li {
  display: inline-block;
  padding: 0 5px;
}
.project-filter li a {
  color: #95c11c;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.project-filter li.current a {
  color: #126e96;
}
.project-list .item {
  margin-bottom: 160px;
}
.project-list .item:nth-child(2n+1) .inner {
  margin-right: 30px;
}
.project-list .item:nth-child(2n) .inner {
  margin-left: 30px;
}
.project-list .item:hover .project-image:before {
  opacity: 0.8;
}
.project-list .item:hover .project-circle {
  opacity: 1;
  transform: scale(1);
}
.project-list .inner {
  position: relative;
}
.project-list .project-image {
  height: 260px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.project-list .project-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.5;
  transition: 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.project-list .project-image img {
  display: none;
}
.project-list .project-circle {
  width: 96%;
  height: 340px;
  position: absolute;
  top: -40px;
  left: 2%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  transform: scale(0.98);
}
.project-list .project-circle.topleft {
  background-position: top left;
}
.project-list .project-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project-list .project-header h2,
.project-list .project-header .project-label {
  display: block;
  width: 50%;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
}
.project-list .project-header h2 {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: 50%;
  padding-right: 40px;
}
.project-list .project-header .project-label {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  text-align: right;
  padding: 7px 40px 0 20px;
  position: absolute;
  top: 25%;
  left: 0;
}
.project-list .project-header .project-label span {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.project-list .circle-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 90px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%);
  background-size: auto 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
.project-list .circles {
  position: absolute;
  bottom: 0;
  right: 30px;
  transform: translateY(50%);
}
.project-list .circles .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin-left: 10px;
  line-height: 40px;
  text-align: center;
  background-color: #126e96;
  color: #fff;
  font-size: 14px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1480px) {
  .project-list .item:nth-child(2n+1) .inner {
    margin-right: 0;
  }
  .project-list .item:nth-child(2n) .inner {
    margin-left: 0;
  }
  .project-list .project-header .project-label {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .project-list .item {
    margin-bottom: 100px;
  }
  .project-list .project-header h2 {
    width: 70%;
    left: 30%;
    top: auto;
    bottom: 80px;
  }
  .project-list .project-header .project-label {
    width: 70%;
    top: 20px;
  }
}
@media (max-width: 1280px) {
  .project-list .item {
    margin-bottom: 100px;
  }
  .project-list .project-header h2 {
    font-size: 18px;
    padding-right: 30px;
  }
  .project-list .project-header .project-label {
    font-size: 22px;
    padding-right: 30px;
  }
  .project-list .circle-logo {
    left: 80px;
  }
}
@media (max-width: 991px) {
  .project-list .item {
    margin-bottom: 80px;
  }
}
@media (max-width: 520px) {
  .project-list .circle-logo {
    left: 25px;
  }
  .project-list .circles {
    right: 25px;
  }
  .project-list .project-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .project-list .project-header {
    position: static;
    padding: 60px 25px 80px;
    position: relative;
  }
  .project-list .project-header h2,
  .project-list .project-header .project-label {
    width: 100%;
    position: static;
    padding: 0;
    margin: 0;
  }
  .project-list .project-header h2 {
    padding-right: 10%;
    margin-bottom: 30px;
  }
  .project-list .project-header .project-label {
    padding-left: 10%;
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .project-list .circle-logo {
    left: 15px;
  }
  .project-list .circles {
    right: 15px;
  }
  .project-list .project-header {
    padding: 60px 20px 80px;
  }
  .project-list .project-header h2 {
    padding-right: 0%;
    margin-bottom: 15px;
  }
  .project-list .project-header .project-label {
    padding-left: 0%;
  }
}
/* @end */
/* @group PROJECTEN DETAIL */
.tpl-projecten.view-article .site-header {
  background: transparent;
}
.project-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.project-banner:before {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  background: url(../img/vb-contact-circle-map.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.project-banner .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.project-banner .overlay.bg-greydient {
  height: 100%;
  opacity: 0.3;
  z-index: 2;
}
.project-banner .overlay.bg-gradient {
  opacity: 0;
  z-index: 3;
}
.project-banner .container {
  position: relative;
  z-index: 10;
}
.project-banner .project-circle {
  width: 1000px;
  height: 750px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 50%;
  pointer-events: none;
}
.project-banner .project-header {
  height: 650px;
  position: relative;
  color: #fff;
}
.project-banner .project-header h1 {
  color: inherit;
  font-size: 42px;
  width: 50%;
  padding-left: 25px;
  position: absolute;
  left: 50%;
  bottom: 35%;
}
.project-banner .project-header h2 {
  color: inherit;
  font-size: 55px;
  line-height: 1em;
  width: 50%;
  padding-right: 25px;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 40%;
}
.project-banner .circle-logo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  line-height: 140px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.project-banner .circles {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
.project-banner .circles .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  margin-left: 10px;
  line-height: 80px;
  text-align: center;
  background: #126e96;
  color: #fff;
  font-size: 14px;
  background-size: 50% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.tpl-projecten-detail .main-body {
  padding-top: 160px;
}
.tpl-projecten-detail .section-details {
  margin-bottom: 125px;
}
.tpl-projecten-detail .section-details .left-col,
.tpl-projecten-detail .section-details .right-col {
  transition: all 0.8s ease-in-out 0s;
}
.tpl-projecten-detail .section-details .left-col {
  padding-bottom: 440px;
}
.tpl-projecten-detail .section-details .right-col {
  background: #242424;
  position: relative;
  z-index: 2;
}
.tpl-projecten-detail .section-details .right-col:before {
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  background: #242424;
  position: absolute;
  top: 0;
  left: 0;
}
.tpl-projecten-detail .section-details .kenmerken {
  margin-bottom: 20px;
}
.tpl-projecten-detail .section-details .kenmerken li {
  padding: 16px 0;
}
.tpl-projecten-detail .section-details .kenmerken li:nth-child(odd) {
  position: relative;
  background: #f3fbfd;
}
.tpl-projecten-detail .section-details .kenmerken li:nth-child(odd):before {
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  background: #f3fbfd;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 0;
}
.tpl-projecten-detail .section-details .kenmerken .box {
  position: relative;
  z-index: 1;
  color: #126e96;
}
.tpl-projecten-detail .section-details .kenmerken .box strong {
  display: inline-block;
  width: 30%;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.tpl-projecten-detail .section-details .shout-out {
  padding: 16px 0;
  background: #71a8c0;
  position: relative;
  margin-bottom: 20px;
}
.tpl-projecten-detail .section-details .shout-out:before {
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  background: #71a8c0;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 0;
}
.tpl-projecten-detail .section-details .shout-out:hover {
  opacity: 0.8;
}
.tpl-projecten-detail .section-details .shout-out .box {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
}
.tpl-projecten-detail .section-details .shout-out .box strong {
  display: inline-block;
  width: 30%;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.tpl-projecten-detail .section-details .quote-box {
  width: 100%;
  height: 420px;
  position: relative;
  padding: 90px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}
.tpl-projecten-detail .section-details .quote-box:before {
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  background: #126e96 url(../img/bg-about.jpg);
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.tpl-projecten-detail .section-details .quote-box blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 30px;
  line-height: 1.4em;
  text-align: right;
  text-transform: uppercase;
}
.tpl-projecten-detail .section-details .quote-box blockquote span {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.tpl-projecten-detail .section-details .quote-box small {
  display: block;
  font-size: 17px;
  text-align: right;
  margin-top: 20px;
}
.tpl-projecten-detail .section-details .accordeon {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 90px 0 90px 115px;
}
.tpl-projecten-detail .section-details .accordeon .acc-item {
  margin-bottom: 30px;
  position: relative;
}
.tpl-projecten-detail .section-details .accordeon .acc-item:before {
  display: block;
  content: "";
  width: 2000px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.tpl-projecten-detail .section-details .accordeon .question {
  padding-bottom: 30px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.tpl-projecten-detail .section-details .accordeon .question h2 {
  display: inline-block;
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.tpl-projecten-detail .section-details .accordeon .question h2:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/vb-arrow-wit.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 0;
  left: -60px;
  transition: transform 0.3s ease-in-out 0s;
}
.tpl-projecten-detail .section-details .accordeon .question h2 .duotone {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.tpl-projecten-detail .section-details .accordeon .question.open h2:before {
  background-image: url(../img/vb-arrow.svg);
  background-size: 30px auto;
  transform: rotate(90deg);
}
.tpl-projecten-detail .section-details .accordeon .answer {
  padding-bottom: 30px;
}
.tpl-projecten-detail .section-details .accordeon .answer p:last-child {
  margin-bottom: 0;
}
.tpl-projecten-detail .section-media {
  overflow: hidden;
  margin-bottom: 125px;
}
.tpl-projecten-detail .section-media .item {
  display: block;
  width: 33.3334%;
  float: left;
  height: 320px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  position: relative;
  cursor: pointer;
}
.tpl-projecten-detail .section-media .item:before,
.tpl-projecten-detail .section-media .item:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.2;
  transition: transform 0.4s ease-in-out 0s;
}
.tpl-projecten-detail .section-media .item:before {
  transition: transform 0.4s ease-in-out 0s;
  transform: translateX(-100%);
}
.tpl-projecten-detail .section-media .item:after {
  transition: transform 0.4s ease-in-out 0.2s;
  transform: translateX(100%);
}
.tpl-projecten-detail .section-media .item.vrtour:before,
.tpl-projecten-detail .section-media .item.vrtour:after {
  transform: translateX(0);
}
.tpl-projecten-detail .section-media .item.vrtour .icon {
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: #95c11c;
  background-image: url(../img/360-icon.svg);
  background-size: 48px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.tpl-projecten-detail .section-media .item.vrtour:hover:before,
.tpl-projecten-detail .section-media .item.vrtour:hover:after {
  opacity: 0.3;
}
.tpl-projecten-detail .section-media .item.vrtour:hover .icon {
  transform: translate(-50%, -50%) scale(1.15);
}
.tpl-projecten-detail .section-media .item.isvideo:before,
.tpl-projecten-detail .section-media .item.isvideo:after {
  transform: translateX(0);
}
.tpl-projecten-detail .section-media .item.isvideo .icon {
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-color: #95c11c;
}
.tpl-projecten-detail .section-media .item.isvideo .icon i {
  font-size: 34px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tpl-projecten-detail .section-media .item.isvideo:hover:before,
.tpl-projecten-detail .section-media .item.isvideo:hover:after {
  opacity: 0.3;
}
.tpl-projecten-detail .section-media .item.isvideo:hover .icon {
  transform: translate(-50%, -50%) scale(1.15);
}
.tpl-projecten-detail .section-media .item .icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #126e96;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out 0.15s;
  transform: translate(-50%, 150px);
  opacity: 0;
  z-index: 1;
}
.tpl-projecten-detail .section-media .item .label {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(60px);
  opacity: 0;
}
.tpl-projecten-detail .section-media .item:hover:before,
.tpl-projecten-detail .section-media .item:hover:after {
  transform: translateX(0);
}
.tpl-projecten-detail .section-media .item:hover .icon {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.tpl-projecten-detail .section-media .item:hover .label {
  transform: translateY(45px);
  opacity: 1;
}
.tpl-projecten-detail .section-location {
  overflow: hidden;
}
.tpl-projecten-detail .section-location .halfling {
  width: 50%;
  min-height: 360px;
  float: left;
}
.tpl-projecten-detail .section-location .halfling.map {
  background: #f3fbfd;
}
.tpl-projecten-detail .section-location .halfling.tags {
  padding-left: 80px;
}
.tpl-projecten-detail .section-location .halfling.tags h3 {
  font-size: 30px;
  margin: 0 0 30px 0;
}
.tag-list {
  overflow: hidden;
}
.tag-list .tag {
  display: block;
  float: left;
  background: #71a8c0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  margin: 0 15px 15px 0;
}
.tag-list .tag:hover {
  background: #126e96;
  color: #fff;
}
.tag-list .tag.type2 {
  background: #f3fbfd;
  color: #126e96;
}
.tag-list .tag.type2:hover {
  background: #71a8c0;
  color: #fff;
}
.tag-list .tag.type3 {
  background: none;
  border: 1px solid #126e96;
  color: #126e96;
  line-height: 38px;
  cursor: default;
}
.tag-list .tag.type3:hover {
  background: none;
  border: 1px solid #126e96;
  color: #126e96;
}
@media (max-width: 991px) {
  .tag-list {
    overflow: hidden;
  }
  .tag-list .tag {
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
  }
  .tag-list .tag.type3 {
    line-height: 30px;
  }
}
.is-safari .tpl-projecten-detail .section-details .accordeon .question h2 .duotone {
  display: inline;
}
.is-safari .tpl-projecten-detail .section-details .accordeon .question h2 .duotone:before {
  display: block;
  content: " ";
}
@media (max-width: 1280px) {
  .project-banner .project-circle {
    height: 610px;
    top: -30px;
  }
  .project-banner .project-header {
    height: 550px;
  }
  .project-banner .project-header h1 {
    font-size: 36px;
    bottom: 40%;
  }
  .project-banner .project-header h2 {
    font-size: 40px;
    bottom: 46%;
  }
}
@media (max-width: 991px) {
  .project-banner .project-circle {
    height: 530px;
    top: -15px;
  }
  .project-banner .project-header {
    height: 500px;
  }
  .project-banner .project-header h1 {
    font-size: 30px;
    bottom: 42%;
  }
  .project-banner .project-header h2 {
    font-size: 36px;
    bottom: 47%;
  }
  .project-banner .circles {
    left: 15px;
  }
  .project-banner .circles .circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .tpl-projecten-detail .main-body {
    padding-top: 100px;
  }
  .tpl-projecten-detail .section-details {
    margin-bottom: 60px;
  }
  .tpl-projecten-detail .section-details .left-col {
    padding-bottom: 0;
  }
  .tpl-projecten-detail .section-details .right-col:before {
    left: -200px;
  }
  .tpl-projecten-detail .section-details .kenmerken li:nth-child(odd):before {
    right: -200px;
  }
  .tpl-projecten-detail .section-details .shout-out:before,
  .tpl-projecten-detail .section-details .quote-box:before {
    right: -200px;
  }
  .tpl-projecten-detail .section-details .shout-out {
    margin-bottom: 60px;
  }
  .tpl-projecten-detail .section-details .quote-box {
    position: static;
    position: relative;
    padding: 60px;
    height: auto;
  }
  .tpl-projecten-detail .section-details .accordeon {
    padding: 60px 0 60px 80px;
  }
  .tpl-projecten-detail .section-media {
    margin-bottom: 60px;
  }
  .tpl-projecten-detail .section-media .item {
    height: 240px;
  }
  .tpl-projecten-detail .section-location .halfling.tags {
    padding-left: 40px;
    padding-right: 30px;
  }
  .tpl-projecten-detail .section-location .halfling.tags h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .project-banner .project-circle {
    height: 470px;
    top: -10px;
  }
  .project-banner .project-header {
    height: 450px;
  }
  .project-banner .project-header h1 {
    font-size: 25px;
    bottom: 46%;
  }
  .project-banner .project-header h2 {
    font-size: 32px;
    bottom: 50%;
  }
  .tpl-projecten-detail .section-details {
    margin-bottom: 60px;
  }
  .tpl-projecten-detail .section-media {
    margin-bottom: 60px;
  }
  .tpl-projecten-detail .section-media .item {
    width: 50%;
    height: 180px;
  }
}
@media (max-width: 720px) {
  .tpl-projecten-detail .section-location .halfling {
    width: 100%;
    min-height: 10px;
  }
  .tpl-projecten-detail .section-location .halfling.map {
    height: 300px;
  }
  .tpl-projecten-detail .section-location .halfling.tags {
    padding: 60px 25px 0;
  }
}
@media (max-width: 620px) {
  .project-banner .circles {
    width: 215px;
    bottom: -140px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .project-banner .circles .circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 5px;
  }
  .tpl-projecten-detail .main-body {
    padding-top: 180px;
  }
}
@media (max-width: 600px) {
  .tpl-projecten-detail .section-details .quote-box {
    padding: 40px 0;
  }
  .tpl-projecten-detail .section-details .quote-box blockquote,
  .tpl-projecten-detail .section-details .quote-box small {
    text-align: center;
  }
  .tpl-projecten-detail .section-details .quote-box blockquote {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .tpl-projecten-detail .section-details .kenmerken .box strong {
    width: 100%;
  }
  .tpl-projecten-detail .section-details .shout-out .box strong {
    width: 100%;
  }
  .tpl-projecten-detail .section-details .quote-box blockquote {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .project-banner:before {
    background-size: auto 180px;
  }
  .project-banner .project-circle {
    display: none;
  }
  .project-banner .project-header {
    height: auto;
    margin-bottom: 240px;
  }
  .project-banner .project-header h1 {
    font-size: 25px;
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .project-banner .project-header h2 {
    font-size: 32px;
    position: static;
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 420px) {
  .tpl-projecten-detail .section-details .accordeon {
    padding: 60px 0 60px 0;
  }
  .tpl-projecten-detail .section-details .accordeon .acc-item:before {
    width: 100%;
  }
  .tpl-projecten-detail .section-details .accordeon .question h2 {
    font-size: 25px;
    padding-left: 40px;
  }
  .tpl-projecten-detail .section-details .accordeon .question h2:before {
    left: 0;
    background-size: contain;
    width: 23px;
    height: 23px;
  }
  .tpl-projecten-detail .section-details .accordeon .question.open h2:before {
    background-size: contain;
  }
  .tpl-projecten-detail .section-media {
    padding: 20px;
  }
  .tpl-projecten-detail .section-media .item {
    width: 100%;
    height: 180px;
    margin: 0 0 20px 0;
  }
}
/* @end */
/* @group PAGE NAVIGATION */
.bullet-navigation {
  text-align: center;
}
.bullet-navigation a {
  display: inline-block;
  width: 240px;
  height: 48px;
  line-height: 48px;
  margin: 0 5px;
  position: relative;
  z-index: 100;
}
.bullet-navigation .text {
  text-transform: uppercase;
}
.bullet-navigation .arrow {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: #126e96;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.bullet-navigation .arrow:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 0%, #8aba26 140%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
  transform: rotate(135deg);
}
.bullet-navigation .arrow:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../img/vb-arrow-wit.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.bullet-navigation .prev {
  padding-right: 60px;
  text-align: right;
}
.bullet-navigation .prev .arrow {
  right: 0;
}
.bullet-navigation .prev .arrow:before {
  transform: rotate(-45deg);
}
.bullet-navigation .prev .arrow:after {
  left: -2px;
  transform: rotate(180deg);
}
.bullet-navigation .next {
  padding-left: 60px;
  text-align: left;
}
.bullet-navigation .next .arrow {
  left: 0;
}
.section-page-navigation {
  padding: 40px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 560px) {
  .section-page-navigation {
    padding: 20px 0;
  }
  .bullet-navigation a {
    width: 150px;
  }
  .bullet-navigation a .hide-phone {
    display: none;
  }
}
@media (max-width: 380px) {
  .bullet-navigation {
    overflow: hidden;
  }
  .bullet-navigation a {
    width: 50%;
    float: left;
    padding: 0 !important;
    text-align: center !important;
    margin: 0;
  }
  .bullet-navigation a .text {
    display: none;
  }
  .bullet-navigation a .arrow {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
  }
}
/* @end */
/* @group CONTACT */
.page-banner-map {
  position: relative;
}
.page-banner-map .gmap {
  height: 600px;
}
.page-banner-map:before {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  background: url(../img/vb-contact-circle-map.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.page-banner-map .contact-circles {
  position: absolute;
  bottom: -35px;
  left: 50%;
  z-index: 40;
  transform: translateX(-50%);
}
.page-banner-map .contact-circles .circle {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  background: #126e96;
  color: #fff;
  margin: 0 8px;
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out 0s;
}
.page-banner-map .contact-circles .circle:hover {
  background-color: #95c11c;
  transform: scale(1.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tpl-contact .contact-header {
  text-align: center;
  margin: 40px 0 80px;
}
.tpl-contact .contact-header h1 {
  margin: 0 0 15px;
}
.tpl-contact .contact-header .info {
  font-size: 20px;
  margin: 0 20%;
}
.tpl-contact .contact-info {
  margin-bottom: 60px;
}
.tpl-contact .contact-info .col-left {
  position: relative;
}
.tpl-contact .contact-info .col-left:before {
  display: block;
  content: "";
  width: 170px;
  height: 100%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 800;
  pointer-events: none;
}
.tpl-contact .contact-info .col-left .bgimg {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.tpl-contact .contact-info .col-right {
  background: #f3fbfd;
  position: relative;
}
.tpl-contact .contact-info .col-right:before {
  display: block;
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff url(../img/vb-logo.png) center center no-repeat;
  background-size: 70px auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.tpl-contact .contact-info .col-right .inner {
  min-height: 360px;
  padding: 80px 40px;
  margin-left: 40px;
  overflow: hidden;
}
.tpl-contact .contact-info .col-right .inner p {
  width: 50%;
  float: left;
  padding-left: 40px;
}
.contact-form {
  position: relative;
  margin-bottom: 80px;
}
.contact-form .form {
  margin: 0 20%;
}
.contact-form .grecaptcha-badge {
  position: fixed;
  bottom: 60px;
  left: -280px;
  transition: all 0.4s ease-in-out 0s;
}
.contact-form .rsform h2 {
  display: none;
}
.contact-form .rsform fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.contact-form .rsform input[type="text"] {
  width: 100%;
  height: 36px;
  padding-left: 10px;
  background: none;
  border: 1px solid #5bc0d8;
}
.contact-form .rsform .formDescription,
.contact-form .rsform .formRequired {
  display: none;
}
.contact-form .rsform .rsform-block-naam,
.contact-form .rsform .rsform-block-bedrijf,
.contact-form .rsform .rsform-block-telefoonnummer,
.contact-form .rsform .rsform-block-email {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.contact-form .rsform .rsform-block-naam .formBody,
.contact-form .rsform .rsform-block-bedrijf .formBody,
.contact-form .rsform .rsform-block-telefoonnummer .formBody,
.contact-form .rsform .rsform-block-email .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.contact-form .rsform .rsform-block-naam .formValidation,
.contact-form .rsform .rsform-block-bedrijf .formValidation,
.contact-form .rsform .rsform-block-telefoonnummer .formValidation,
.contact-form .rsform .rsform-block-email .formValidation {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.contact-form .rsform .rsform-block-naam,
.contact-form .rsform .rsform-block-telefoonnummer {
  padding-right: 15px;
}
.contact-form .rsform .rsform-block-bedrijf,
.contact-form .rsform .rsform-block-email {
  padding-left: 15px;
}
.contact-form .rsform .rsform-block-bericht {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.contact-form .rsform .rsform-block-bericht .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.contact-form .rsform .rsform-block-bericht .formValidation {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.contact-form .rsform .rsform-block-bericht textarea {
  width: 100%;
  height: 140px;
  background: none;
  border: 1px solid #5bc0d8;
  padding: 10px;
}
.contact-form .rsform button {
  border: none;
  background-color: transparent;
}
.showcaptcha .contact-form .grecaptcha-badge {
  left: -188px;
}
.showcaptcha .contact-form .grecaptcha-badge:hover {
  left: -3px;
}
@media (max-width: 1280px) {
  .tpl-contact .contact-info .col-right .inner {
    padding: 80px 0;
    margin-left: 30px;
  }
  .contact-form .form {
    margin: 0 10%;
  }
}
@media (max-width: 991px) {
  .page-banner-map .gmap {
    height: 500px;
  }
  .tpl-contact .contact-header .info {
    margin: 0;
  }
  .tpl-contact .contact-info .col-left,
  .tpl-contact .contact-info .col-right {
    position: relative;
  }
  .tpl-contact .contact-info .col-left:after,
  .tpl-contact .contact-info .col-right:after {
    display: block;
    content: "";
    width: 2000px;
    height: 100%;
    background: #f3fbfd;
    position: absolute;
    top: 0;
    left: -600px;
    z-index: -1;
  }
  .tpl-contact .contact-info .col-left .bgimg,
  .tpl-contact .contact-info .col-right .bgimg {
    height: 300px;
    position: static;
  }
  .tpl-contact .contact-info .col-left:before {
    width: 100%;
    height: 170px;
    background: url(../img/vb-contact-circle-map.png) center bottom no-repeat;
    background-size: contain;
  }
  .tpl-contact .contact-info .col-right:before {
    top: 0;
    left: 50%;
    right: auto;
  }
  .tpl-contact .contact-info .col-right .inner {
    min-height: 80px;
    margin-left: 0;
    padding: 100px 0 20px;
  }
  .tpl-contact .contact-info .col-right .inner p {
    padding: 0 40px 0 0;
  }
  .contact-form .form {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-banner-map:before {
    height: 160px;
  }
  .page-banner-map .gmap {
    height: 400px;
  }
  .page-banner-map .contact-circles {
    width: 200px;
    bottom: -25px;
  }
  .page-banner-map .contact-circles .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tpl-contact .contact-header {
    margin: 20px 0 60px;
  }
  .tpl-contact .contact-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 540px) {
  .tpl-contact .contact-info .col-right .inner p {
    width: 100%;
    float: none;
  }
}
@media (max-width: 500px) {
  .contact-form .rsform .rsform-block-naam,
  .contact-form .rsform .rsform-block-bedrijf,
  .contact-form .rsform .rsform-block-telefoonnummer,
  .contact-form .rsform .rsform-block-email {
    width: 100%;
    float: none;
  }
  .contact-form .rsform .rsform-block-naam,
  .contact-form .rsform .rsform-block-telefoonnummer {
    padding-right: 0;
  }
  .contact-form .rsform .rsform-block-bedrijf,
  .contact-form .rsform .rsform-block-email {
    padding-left: 0;
  }
}
/* @end */
/* @group PRESENTATIE */
.tpl-presentatie .page-banner {
  background: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#126e96+35,8aba26+90 */
  background: #126e96;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 35%, #8aba26 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
}
.tpl-presentatie .page-banner h1 {
  text-align: left;
}
.tpl-presentatie .site-footer:before {
  display: none;
}
.presentatie-intro {
  padding-bottom: 60px;
}
/* @end */
/* @group PAGE-BANNER-HOME */
.page-banner-home {
  height: 780px;
  overflow: hidden;
  position: relative;
  margin-top: -40px;
}
.page-banner-home .slider-nav {
  display: none;
  width: 60px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -30px;
}
.page-banner-home .slider-nav a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 50px;
}
.page-banner-home .slider-nav a i:before {
  margin: 0;
}
.page-banner-home .slider-nav a:hover {
  color: #d5cd8c;
}
.page-banner-home .slick-banner .slick-list {
  overflow: visible;
}
.page-banner-home .slick-banner .container {
  height: 700px;
  position: relative;
  z-index: 50;
}
.page-banner-home .slick-banner .slide {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.page-banner-home .tagline {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 50px;
  position: absolute;
  right: 50%;
  top: 45%;
}
.page-banner-home .content-box {
  width: 480px;
  color: #fff;
  padding-left: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.page-banner-home .content-box a {
  color: #fff;
}
.page-banner-home .content-box .title {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-banner-home .content-box .output {
  font-weight: bold;
}
.page-banner-home .circle {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.page-banner-home .image {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  background-color: #dcf2eb;
  background-position: center center;
  background-size: cover;
}
.page-banner-home .image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.3;
}
.page-banner-home .slick-active .circle {
  animation: FadeInRight 0.6s cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-delay: 0.65s;
}
.page-banner-home .slick-active .tagline {
  animation: FadeInRight 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-delay: 0.45s;
}
.page-banner-home .slick-active .content-box > * {
  animation: FadeInLeft 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: both;
}
.page-banner-home .slick-active .content-box > *:nth-child(1) {
  animation-delay: 0.45s;
}
.page-banner-home .slick-active .content-box > *:nth-child(2) {
  animation-delay: 0.6s;
}
.page-banner-home .slick-active .content-box > *:nth-child(3) {
  animation-delay: 0.75s;
}
.page-banner-home .slick-active .content-box > *:nth-child(4) {
  animation-delay: 0.9s;
}
.page-banner-home .slick-active .content-box > *:nth-child(5) {
  animation-delay: 0.105s;
}
.page-banner-home .slick-dots {
  bottom: 65px;
  z-index: 400;
}
.page-banner-home .tag-nav {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 400;
  transform: translateX(-50%);
}
.page-banner-home .tag-nav a {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 17px;
  border-left: 1px solid #fff;
  padding: 0 8px;
}
.page-banner-home .tag-nav a:first-child {
  border: none;
}
.page-banner-home .tag-nav a.active {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .page-banner-home {
    height: 740px;
  }
  .page-banner-home .slick-banner .container {
    height: 660px;
  }
  .page-banner-home .tagline {
    font-size: 70px;
    padding-right: 50px;
  }
  .page-banner-home .content-box {
    width: 400px;
    padding-left: 0;
  }
  .page-banner-home .content-box .title {
    font-size: 30px;
  }
  .page-banner-home .content-box .output {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .page-banner-home {
    height: 700px;
  }
  .page-banner-home .slick-banner .container {
    height: 620px;
  }
  .page-banner-home .tagline {
    font-size: 60px;
    padding-right: 50px;
  }
  .page-banner-home .content-box {
    width: 50%;
    padding-left: 0;
  }
}
@media (max-width: 880px) {
  .page-banner-home .circle {
    display: none;
  }
  .page-banner-home .container {
    padding-top: 220px;
  }
  .page-banner-home .tagline,
  .page-banner-home .content-box {
    display: block;
    width: 70%;
    position: static;
    transform: translate(0, 0);
  }
  .page-banner-home .tagline {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .page-banner-home .content-box .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-banner-home .slide-14 .image,
  .page-banner-home .slide-144 .image {
    background-position: -280px center;
  }
}
@media (max-width: 600px) {
  .page-banner-home .container {
    padding-top: 180px;
  }
  .page-banner-home .tagline,
  .page-banner-home .content-box {
    width: 90%;
  }
  .page-banner-home .tagline {
    font-size: 40px;
  }
  .page-banner-home .content-box .title {
    font-size: 22px;
  }
  .page-banner-home .slick-dots {
    display: none !important;
  }
  .page-banner-home .tag-nav {
    width: 100%;
    text-align: center;
    bottom: 70px;
  }
}
/* @end */
/* @group PAGE-BANNER */
.page-banner {
  padding: 60px 0 50px;
  background: #126e96 url(../img/bg-banner.jpg) center center no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-banner .container {
  position: relative;
  z-index: 50;
  text-align: center;
}
.page-banner .crumbs {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.page-banner .crumbs li {
  display: inline-block;
}
.page-banner .crumbs a {
  color: #fff;
}
.page-banner .page-header h1 {
  font-size: 60px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1280px) {
  .page-banner {
    padding: 60px 0 50px;
  }
  .page-banner .page-header h1 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .page-banner .page-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .page-banner {
    padding: 50px 0 40px;
  }
  .page-banner .page-header h1 {
    font-size: 30px;
  }
}
.page-banner-image {
  background: #126e96;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-banner-image:before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/bg-banner-image.jpg) center center no-repeat;
  background-size: cover;
}
.page-banner-image .bgimg {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 50%;
  overflow: hidden;
}
.page-banner-image .bgimg:before {
  display: block;
  content: "";
  width: 105%;
  height: 105%;
  position: absolute;
  top: 0;
  left: 60px;
  background: url(../img/vb-circle-kwart.png) top left no-repeat;
  background-size: contain;
}
.page-banner-image .bgimg.clean:before {
  display: none;
}
.page-banner-image .inner {
  width: 50%;
  float: right;
  padding: 130px 0 150px 60px;
  position: relative;
}
.page-banner-image .crumbs {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 60px;
  left: 60px;
}
.page-banner-image .crumbs li {
  display: inline-block;
}
.page-banner-image .crumbs a {
  color: #fff;
}
.page-banner-image .page-header h1 {
  font-size: 60px;
  color: #fff;
  margin: 0;
}
.page-banner-image .page-header h1.js-duotone span {
  display: block;
}
@media (max-width: 1280px) {
  .page-banner-image .page-header h1 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .page-banner-image .inner {
    padding: 80px 0 80px 40px;
  }
  .page-banner-image .page-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .page-banner-image:before {
    width: 65%;
  }
  .page-banner-image .bgimg {
    width: 35%;
    right: 65%;
  }
  .page-banner-image .bgimg:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-banner-image .inner {
    width: 65%;
    padding: 60px 0 60px 30px;
  }
  .page-banner-image .page-header h1 {
    font-size: 36px;
    margin-bottom: 5px;
  }
}
@media (max-width: 650px) {
  .page-banner-image .bgimg:before {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 560px) {
  .page-banner-image:before {
    width: 100%;
  }
  .page-banner-image .bgimg {
    display: none;
  }
  .page-banner-image .inner {
    width: 100%;
    padding: 60px 0 60px 0;
  }
  .page-banner-image .page-header h1 {
    font-size: 30px;
  }
}
/* @end */
/* @group PAGE-BANNER-IMAGE */
.page-banner-slide {
  min-height: 500px;
  background: #126e96;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
}
.page-banner-slide .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-banner-slide .overlay.bg-greydient {
  height: 100%;
  opacity: 0.3;
  z-index: 2;
}
.page-banner-slide .overlay.bg-gradient {
  opacity: 0;
  z-index: 3;
}
.page-banner-slide:before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background: #126e96;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.page-banner-slide .container {
  position: relative;
  z-index: 10;
}
.page-banner-slide .circle {
  width: 100%;
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: 50%;
  margin-left: -220px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: rgab(23, 45, 56, 0, 2);
}
.page-banner-slide .left-col {
  text-align: right;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.page-banner-slide h1 {
  color: inherit;
  font-size: 80px;
}
.page-banner-slide h2 {
  color: inherit;
  font-size: 40px;
  line-height: 1.1em;
  text-align: left;
  position: absolute;
  top: 215px;
  left: 100%;
  width: 700px;
  padding-left: 115px;
}
.page-banner-slide .output {
  padding-top: 30px;
}
@media (max-width: 1280px) {
  .page-banner-slide .left-col {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-banner-slide h1 {
    font-size: 70px;
  }
  .page-banner-slide h2 {
    width: 460px;
    padding-left: 60px;
    font-size: 34px;
    top: 190px;
  }
}
@media (max-width: 991px) {
  .page-banner-slide .left-col {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-banner-slide h1 {
    font-size: 60px;
  }
  .page-banner-slide h2 {
    width: 350px;
    padding-left: 70px;
    font-size: 30px;
    top: 160px;
  }
}
@media (max-width: 767px) {
  .page-banner-slide {
    min-height: 300px;
  }
  .page-banner-slide .left-col {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .page-banner-slide h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .page-banner-slide h2 {
    position: static;
    width: auto;
    padding-left: 0;
    font-size: 22px;
  }
  .page-banner-slide .output {
    padding-top: 10px;
  }
}
@media (max-width: 620px) {
  .page-banner-slide .circle {
    display: none;
  }
}
.page-banner-slide.hasvideo {
  min-height: 300px;
  background: #126e96 url(../img/bg-about.jpg);
  background-size: cover;
  background-position: center center;
}
.page-banner-slide.hasvideo .btn-video {
  display: block;
  width: 550px;
  height: 260px;
  background-size: cover;
  background: center center;
  position: absolute;
  bottom: -60px;
  left: 100%;
  margin-left: 115px;
}
.page-banner-slide.hasvideo .btn-video:before {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/play-btn-wit.svg);
  background-size: contain;
}
.page-banner-slide.hasvideo .btn-video:hover:before {
  opacity: 0.8;
}
.page-banner-slide.hasvideo .left-col {
  padding-top: 70px;
  padding-bottom: 70px;
}
.page-banner-slide.hasvideo h2 {
  top: auto;
  bottom: 220px;
}
@media (max-width: 1280px) {
  .page-banner-slide.hasvideo .left-col {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .page-banner-slide.hasvideo h2 {
    font-size: 30px;
    bottom: 200px;
  }
  .page-banner-slide.hasvideo .btn-video {
    width: 400px;
    height: 240px;
    margin-left: 60px;
  }
  .page-banner-slide.hasvideo .btn-video:before {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .page-banner-slide.hasvideo h2 {
    font-size: 24px;
    bottom: 240px;
  }
  .page-banner-slide.hasvideo .btn-video {
    width: 275px;
    height: 160px;
    margin-left: 70px;
    bottom: 70px;
  }
  .page-banner-slide.hasvideo .btn-video:before {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .page-banner-slide.hasvideo .btn-video {
    position: static;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 200px;
    margin-left: 0;
  }
}
/* @end */
.page-hero-a {
  background-image: url('../img/bg-gradient-3.png');
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-hero-a .col-lft {
  float: right;
}
.page-hero-a .col-lft .title {
  margin-top: -3px;
}
.page-hero-a .col-rgt {
  text-align: right;
}
.page-hero-a .col-rgt .article-output {
  margin: 15px 0 20px;
}
.page-hero-a .inner {
  padding: 150px 0;
}
.page-hero-b {
  background-image: url('../img/bg-gradient-3.png');
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-hero-b .inner {
  padding: 150px 0;
  position: relative;
}
.page-hero-b .col-lft .hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.page-hero-b .col-lft .hero-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.3;
}
.page-hero-b .col-lft .hero-image:after {
  display: block;
  content: "";
  width: 360px;
  height: 120%;
  background: url(../img/vb-circle-white-lft.png) bottom right no-repeat;
  background-size: 360px auto;
  position: absolute;
  bottom: -30px;
  right: 300px;
  z-index: 2;
}
.page-hero-b .col-lft .subtitle {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-hero-b .col-rgt .title span {
  display: block;
}
.page-hero-b .col-rgt .hero-action {
  position: absolute;
  top: 155px;
  right: 0;
}
.page-hero-projecten {
  background-color: #F4FBFC;
}
.page-hero-projecten .inner {
  position: relative;
}
.page-hero-projecten .content {
  padding-top: 100px;
  padding-bottom: 40px;
}
.page-hero-projecten .col-lft .inner {
  position: relative;
  z-index: 2;
}
.page-hero-projecten .col-lft .inner .bg-hero {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg-gradient-5.svg');
  background-size: cover;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: -1;
}
.page-hero-projecten .col-lft .inner .content {
  max-width: 300px;
}
/* @group MOD-PROJECTS */
.mod-projects .mod-header {
  text-align: center;
  margin-bottom: 40px;
}
.mod-projects .nav-box {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 24px;
}
.mod-projects .mod-actions {
  margin-top: 60px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #95c11c;
}
.mod-projects .mod-actions a {
  color: inherit;
}
.mod-projects .circles .circle {
  float: left;
  margin-right: 10px;
}
.mod-projects .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: #126e96;
  color: #fff;
  font-size: 14px;
  background-size: 26px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-projects .slick-project {
  overflow: hidden;
}
.slick-projects .slick-project .s-image {
  width: 50%;
  float: left;
  position: relative;
  transition: all 1.1s ease-in-out 0.2s;
  transform: translateX(500px);
  opacity: 0;
}
.slick-projects .slick-project .s-image .circles {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.slick-projects .slick-project .s-image .project-label {
  width: 380px;
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 200px;
  z-index: 5;
  transform: translateY(-50%);
}
.slick-projects .slick-project .s-image .project-label span {
  display: inline-block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.slick-projects .slick-project .s-image .project-image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
}
.slick-projects .slick-project .s-image .project-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #126e96;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.slick-projects .slick-project .s-image .project-image:after {
  display: block;
  content: "";
  width: 170px;
  height: 120%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10%;
  right: 0;
}
.slick-projects .slick-project .s-image .project-image img {
  display: none;
}
.slick-projects .slick-project .s-info {
  width: 50%;
  float: right;
  background: #e7f7fb;
  position: relative;
  min-height: 360px;
  padding: 80px 100px 50px 100px;
  transition: all 1s ease-in-out 0.2s;
  transform: translateX(-500px);
}
.slick-projects .slick-project .s-info:before {
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  background: #e7f7fb;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-projects .slick-project .s-info .inner {
  position: relative;
  z-index: 5;
}
.slick-projects .slick-project .s-info h2 {
  font-size: 20px;
}
.slick-projects .slick-project .s-info .circles {
  display: none;
}
.slick-projects .slick-project .s-info .project-data {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.slick-projects .slick-project .s-info .project-data .logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  background-size: auto 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-projects .slick-project .s-info .project-data .circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slick-projects .slick-active .slick-project .s-image {
  transform: translateX(0);
  opacity: 1;
}
.slick-projects .slick-active .slick-project .s-info {
  transform: translateX(0);
}
.slick-projects-bottom .slick-project {
  overflow: hidden;
}
.slick-projects-bottom .slick-project .s-image {
  float: right;
  transform: translateX(-500px);
}
.slick-projects-bottom .slick-project .s-image .circles {
  left: auto;
  right: -30px;
}
.slick-projects-bottom .slick-project .s-image .project-label {
  text-align: left;
  right: auto;
  left: 200px;
}
.slick-projects-bottom .slick-project .s-image .project-image:after {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
.slick-projects-bottom .slick-project .s-info {
  float: left;
  text-align: right;
  padding: 80px 100px 50px 100px;
  transform: translateX(500px);
}
.slick-projects-bottom .slick-project .s-info:before {
  left: auto;
  right: 0;
}
.slick-projects-bottom .slick-project .s-info .project-data {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
.slick-projects-bottom .slick-project .s-info .project-data .circle {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 1280px) {
  .slick-projects .slick-project .s-image .project-label {
    width: 200px;
    right: 180px;
    font-size: 28px;
  }
  .slick-projects .slick-project .s-info {
    padding: 60px 40px 30px 80px;
  }
  .slick-projects-bottom .slick-project .s-image .project-label {
    right: auto;
    left: 180px;
  }
  .slick-projects-bottom .slick-project .s-info {
    padding: 60px 80px 30px 40px;
  }
}
@media (max-width: 991px) {
  .mod-projects .nav-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slick-projects .slick-project .s-image .project-label {
    width: 190px;
    right: auto;
    left: 20px;
    top: auto;
    bottom: 30px;
    font-size: 24px;
  }
  .slick-projects .slick-project .s-image .project-image:after {
    height: 90%;
    background-position: center right;
    bottom: 5%;
  }
  .slick-projects .slick-project .s-info {
    padding: 40px 0 30px 80px;
  }
  .slick-projects-bottom .slick-project .s-image .project-label {
    right: 20px;
    left: auto;
  }
  .slick-projects-bottom .slick-project .s-info {
    padding: 40px 80px 30px 0;
  }
}
@media (max-width: 767px) {
  .slick-projects .slick-project .s-image,
  .slick-projects .slick-project .s-info {
    width: 100%;
    float: none;
    min-height: 10px;
  }
  .slick-projects .slick-project .s-image {
    height: 280px;
    position: relative;
  }
  .slick-projects .slick-project .s-image .project-image {
    top: 0;
    bottom: 0;
  }
  .slick-projects .slick-project .s-image .project-image:after {
    width: 100%;
    height: 140px;
    background: url(../img/vb-contact-circle-map.png) center bottom no-repeat;
    background-size: auto 100%;
    bottom: 0;
    right: auto;
    left: 0;
  }
  .slick-projects .slick-project .s-image .project-label {
    width: 50%;
    top: 30px;
    right: 50%;
    bottom: auto;
    left: auto;
    font-size: 30px;
    transform: translate(0, 0);
  }
  .slick-projects .slick-project .s-image .circles {
    display: none;
  }
  .slick-projects .slick-project .s-info {
    padding: 100px 40px 40px 40px;
  }
  .slick-projects .slick-project .s-info:before {
    display: none;
  }
  .slick-projects .slick-project .s-info .project-data {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slick-projects .slick-project .s-info .circles {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(42px, -50%);
  }
  .slick-projects-bottom .slick-project .s-image .project-label {
    right: 0;
  }
  .slick-projects-bottom .slick-project .s-info .circles {
    position: absolute;
    top: 0;
    left: auto;
    right: 50%;
    transform: translate(-32px, -50%);
  }
}
@media (max-width: 560px) {
  .slick-projects .slick-project .s-image .project-label {
    width: 100%;
    top: 0;
    right: 0;
    padding: 30px;
  }
}
@media (max-width: 460px) {
  .slick-projects .slick-project .s-info {
    padding: 100px 25px 40px 25px;
  }
}
/* @end */
/* @group MOD-ABOUT */
.mod-about {
  background: #126e96 url(../img/bg-about.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
  color: #fff;
  position: relative;
  z-index: 100;
}
.mod-about h1,
.mod-about h2,
.mod-about h3 a {
  color: inherit;
}
.mod-about .container {
  min-height: 150px;
}
.mod-about .mod-header h2 {
  font-size: 60px;
  line-height: 1;
  text-align: right;
}
.mod-about .mod-header h2 span {
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
  display: block;
}
.mod-about .left-box .inner {
  position: relative;
}
.mod-about .btn-video {
  display: block;
  width: 100%;
  height: 280px;
  line-height: 280px;
  text-align: center;
  background: #95c11c;
  background-size: cover;
  background: center center;
  position: absolute;
  left: 0;
  top: 180px;
}
.mod-about .btn-video:before {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/play-btn-wit.svg);
  background-size: contain;
}
.mod-about .btn-video:hover:before {
  opacity: 0.8;
}
.mod-about .right-box {
  padding-top: 60px;
}
.mod-about .tab-nav {
  margin-bottom: 40px;
}
.mod-about .tab-nav a {
  font-size: 20px;
  text-transform: uppercase;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #fff;
  margin-right: 40px;
}
.mod-about .tab-nav a:last-child {
  margin-right: 0;
}
.mod-about .tab-nav a.active {
  opacity: 0.8;
}
.mod-about .tab-slide a {
  color: #fff;
  font-weight: bold;
}
.mod-about .tab-slide .tab-actions {
  text-align: right;
}
.mod-about .tab-slide .tab-actions a {
  color: #fff;
}
@media (max-width: 1280px) {
  .mod-about .mod-header h2 {
    font-size: 42px;
  }
  .mod-about .btn-video {
    top: 135px;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .mod-about .mod-header h2 {
    font-size: 36px;
  }
  .mod-about .btn-video {
    position: static;
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .mod-about .btn-video {
    height: 240px;
  }
}
@media (max-width: 560px) {
  .mod-about .tab-nav a {
    margin-right: 20px;
  }
}
@media (max-width: 520px) {
  .mod-about .right-box {
    padding-top: 40px;
  }
  .mod-about .tab-nav a {
    display: block;
    margin: 0 0 15px 0;
  }
}
/* @end */
/* @group MOD-NEWS */
.mod-news .container {
  padding-top: 240px;
  padding-bottom: 320px;
  overflow: hidden;
}
.mod-news .bgsky,
.mod-news .bgblue {
  position: relative;
}
.mod-news .bgsky:before,
.mod-news .bgblue:before {
  display: block;
  content: "";
  height: 2000px;
  position: absolute;
  top: -400px;
  right: 13px;
  left: 13px;
}
.mod-news .bgsky:before {
  width: 120%;
  background: #f3fbfd;
  left: 25px;
}
.mod-news .bgblue:before {
  background: #e7f7fb;
}
.mod-news .bggreen {
  position: relative;
}
.mod-news .bggreen .mod-title {
  font-size: 60px;
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 100;
}
.mod-news .slide-box {
  overflow: hidden;
  position: relative;
}
.mod-news .slider-nav {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 138px;
  left: 0;
  z-index: 300;
}
.mod-news .slider-nav .prev,
.mod-news .slider-nav .next {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  position: relative;
  position: absolute;
  bottom: 0;
  z-index: 300;
}
.mod-news .slider-nav .prev i,
.mod-news .slider-nav .next i {
  display: none;
}
.mod-news .slider-nav .prev .text,
.mod-news .slider-nav .next .text {
  display: block;
  line-height: 100px;
  font-size: 24px;
  text-transform: uppercase;
  color: #126e96;
  position: absolute;
  top: 0;
}
.mod-news .slider-nav .prev:before,
.mod-news .slider-nav .next:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 30px;
}
.mod-news .slider-nav .prev:hover,
.mod-news .slider-nav .next:hover {
  opacity: 0.98;
}
.mod-news .slider-nav .prev:hover .text,
.mod-news .slider-nav .next:hover .text {
  color: #126e96;
}
.mod-news .slider-nav .prev {
  left: 11%;
  transform: translateX(-50%);
}
.mod-news .slider-nav .prev .text {
  right: 110px;
}
.mod-news .slider-nav .prev:before {
  left: 25px;
  background-image: url('../img/vb-arrow.svg');
  transform: rotate(180deg);
}
.mod-news .slider-nav .next {
  right: 25%;
  transform: translateX(50%);
}
.mod-news .slider-nav .next .text {
  left: 110px;
}
.mod-news .slider-nav .next:before {
  left: 35px;
  background-image: url('../img/vb-arrow.svg');
}
.slick-news {
  width: 50%;
  margin-left: 25%;
}
.slick-news .slick-list {
  overflow: visible !important;
}
.slick-news .slide {
  padding: 0;
  position: relative;
}
.slick-news .slide .box {
  height: 380px;
  padding: 40px 60px;
  transition: all 0.4s ease-in-out 0.3s;
  transform: translateX(-120px);
  opacity: 0;
}
.slick-news .slide .metadata {
  width: 360px;
  padding: 160px 50px 0 120px;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 10;
  transition: all 0.4s ease-in-out 0.35s, opacity 0.3s ease-in-out 0s;
  transform: translateX(-120px);
  opacity: 0;
}
.slick-news .slide .metadata strong {
  display: inline-block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: 60px;
}
.slick-news .slide .metadata .text {
  color: #126e96;
}
.slick-news .slide .actions {
  width: 360px;
  padding: 160px 50px 0;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  transition: all 0.4s ease-in-out 0.35s, opacity 0.3s ease-in-out 0s;
  transform: translateX(-120px);
  opacity: 0;
}
.slick-news .slide h2 {
  font-size: 28px;
  margin: 0 0 20px 0;
}
.slick-news .slide .image-box {
  overflow: hidden;
}
.slick-news .slide .image {
  height: 360px;
  background-size: cover;
  background-position: center center;
  transition: all 0.4s ease-in-out 0s;
  transform: translateX(-200px);
  opacity: 0.3;
}
.slick-news .slide .image img {
  display: none;
}
.slick-news .slick-active .slide .box,
.slick-news .slick-active .slide .metadata,
.slick-news .slick-active .slide .actions {
  transform: translateX(0);
  opacity: 1;
}
.slick-news .slick-active .slide .image {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1280px) {
  .mod-news .container {
    padding-top: 120px;
    padding-bottom: 200px;
  }
  .mod-news .slider-nav .prev {
    left: 17%;
  }
  .mod-news .slider-nav .next {
    right: 17%;
  }
  .mod-news .bgsky {
    display: none;
  }
  .mod-news .bgblue {
    width: 60%;
    margin: 0;
  }
  .mod-news .bgblue:before {
    right: 5px;
    left: 25px;
  }
  .mod-news .bggreen {
    width: 40%;
    margin: 0;
  }
  .mod-news .bggreen .mod-title {
    top: 20px;
  }
  .mod-news .slider-nav {
    width: 40%;
    height: 70px;
    bottom: auto;
    left: auto;
    top: 310px;
    right: 0;
  }
  .mod-news .slider-nav .prev,
  .mod-news .slider-nav .next {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
  }
  .mod-news .slider-nav .prev .text,
  .mod-news .slider-nav .next .text {
    display: none;
    line-height: 70px;
    font-size: 18px;
  }
  .mod-news .slider-nav .prev:before,
  .mod-news .slider-nav .next:before {
    width: 30px;
    height: 30px;
    left: 20px;
    top: 20px;
  }
  .mod-news .slider-nav .prev:before {
    left: 18px;
  }
  .mod-news .slider-nav .prev .text {
    right: 80px;
  }
  .mod-news .slider-nav .next:before {
    left: 23px;
  }
  .mod-news .slider-nav .next .text {
    left: 80px;
  }
  .slick-news {
    width: 60%;
    margin-left: 0%;
  }
  .slick-news .slide .box {
    height: 400px;
    padding: 30px 50px;
  }
  .slick-news .slide h2 {
    font-size: 26px;
  }
  .slick-news .slide .metadata {
    position: static;
    padding: 0 0 0 40px;
    height: auto !important;
    position: absolute;
    top: 130px;
    left: 100%;
  }
  .slick-news .slide .actions {
    padding-top: 220px;
    padding-left: 40px;
  }
  .slick-news .slide .image {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .mod-news {
    background: #f3fbfd;
  }
  .mod-news .container {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: visible;
  }
  .mod-news .bgblue {
    display: none;
  }
  .mod-news .bggreen {
    width: 100%;
    margin-bottom: 30px;
  }
  .mod-news .bggreen .mod-title {
    position: static;
    left: 0;
  }
  .mod-news .slide-box {
    overflow: visible;
  }
  .mod-news .slider-nav {
    width: 130px;
    top: -105px;
    right: 0;
  }
  .mod-news .slider-nav .prev,
  .mod-news .slider-nav .next {
    background: #fff;
  }
  .slick-news {
    width: 100%;
  }
  .slick-news .slick-list {
    overflow: hidden !important;
  }
  .slick-news .slide .box {
    height: auto;
    padding: 0;
  }
  .slick-news .slide .metadata,
  .slick-news .slide .actions {
    position: static;
    padding: 0;
    height: auto !important;
  }
  .slick-news .slide .metadata {
    margin-bottom: 30px;
  }
  .slick-news .slide .actions {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .mod-news .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mod-news .bggreen {
    margin-bottom: 20px;
  }
  .mod-news .bggreen .mod-title {
    font-size: 40px;
  }
  .mod-news .slider-nav {
    width: 75px;
    height: 40px;
    top: -68px;
  }
  .mod-news .slider-nav .prev,
  .mod-news .slider-nav .next {
    width: 40px;
    height: 40px;
    background: transparent;
  }
  .mod-news .slider-nav .prev:before,
  .mod-news .slider-nav .next:before {
    top: 5px;
    left: auto;
    right: auto;
  }
  .mod-news .slider-nav .prev:before {
    left: 3px;
  }
  .mod-news .slider-nav .next:before {
    right: 3px;
  }
  .slick-news .slide h2 {
    font-size: 20px;
  }
}
/* @end */
.mod-medewerkers .grid-medewerkers .item {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .mod-medewerkers .grid-medewerkers .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .mod-medewerkers .grid-medewerkers .item {
    width: 100%;
  }
}
/* ==========================================================================
   	HOME MEDEWERKER
  ========================================================================== */
.mod-home-medewerker {
  margin-bottom: 120px;
}
@media (min-width: 520px) and (max-width: 768px) {
  .mod-home-medewerker .col-rgt {
    float: right;
    width: 60%;
  }
  .mod-home-medewerker .col-lft {
    float: left;
    width: 40%;
  }
  .mod-home-medewerker .position-sm-absolute {
    position: absolute;
  }
}
/* ==========================================================================
   	HOME ONTDEK VB
  ========================================================================== */
.mod-home-ontdek {
  --bg-width: 100%;
  --panel-padding: 30px;
  position: relative;
  margin-bottom: 40px;
}
.mod-home-ontdek > .container {
  padding-top: var(--panel-padding);
}
.mod-home-ontdek::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--bg-width);
  background: url('../img/bg-gradient-2.png') no-repeat 50% 50%;
  background-size: cover;
}
.mod-home-ontdek .mod-p {
  padding: var(--panel-padding);
}
.mod-home-ontdek .mod-pt {
  padding-top: var(--panel-padding);
}
.mod-home-ontdek .mod-pb {
  padding-bottom: var(--panel-padding);
}
.mod-home-ontdek .mod-pl {
  padding-left: var(--panel-padding);
}
.mod-home-ontdek .mod-pr {
  padding-right: var(--panel-padding);
}
.mod-home-ontdek .primary .h0a {
  font-size: 50px;
  margin-bottom: var(--panel-padding);
}
.mod-home-ontdek .primary .col-lft .title span {
  display: block;
}
.mod-home-ontdek .primary .col-rgt {
  padding-left: 0;
  padding-right: 0;
}
.mod-home-ontdek .primary .mod-rgt-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.mod-home-ontdek .primary .mod-rgt-panel {
  position: relative;
  padding-left: var(--panel-padding);
  padding-top: calc(2 * var(--panel-padding));
  padding-right: var(--panel-padding);
  padding-bottom: calc(2 * var(--panel-padding));
}
.mod-home-ontdek .secondary .col-lft,
.mod-home-ontdek .secondary .col-rgt {
  padding-left: 0;
  padding-right: 0;
}
.mod-home-ontdek .third .col-lft {
  padding-bottom: 25px;
}
.mod-home-ontdek .third .col-rgt {
  padding-left: 0;
  padding-right: 0;
}
.mod-home-ontdek .third .col-rgt h2.h1 {
  font-size: 32px;
}
.mod-home-ontdek .third .col-rgt .inner {
  padding: var(--panel-padding);
}
.mod-home-ontdek .third .col-rgt .article-output {
  max-width: 550px;
  margin-bottom: 20px;
}
.mod-home-ontdek-360-container {
  position: relative;
  padding-top: 75%;
}
.mod-home-ontdek-medewerker {
  margin-right: -25px;
}
@media (min-width: 768px) {
  .mod-home-ontdek {
    --grid-padding: 15px;
    --panel-padding: 45px;
    --bg-width: calc(50% - var(--container-width) / 12 + 17px);
    margin-bottom: 120px;
  }
  .mod-home-ontdek .row {
    margin-left: calc(-1 * var(--grid-padding));
    margin-right: calc(-1 * var(--grid-padding));
  }
  .mod-home-ontdek .row > div {
    padding-left: var(--grid-padding) !important;
    padding-right: var(--grid-padding) !important;
  }
  .mod-home-ontdek .primary .h0a {
    font-size: 40px;
  }
  .mod-home-ontdek .primary .mod-rgt-panel {
    padding-left: var(--panel-padding);
    padding-top: var(--panel-padding);
    padding-right: 0;
    padding-bottom: var(--panel-padding);
  }
  .mod-home-ontdek .third .col-lft {
    padding-bottom: 0;
  }
  .mod-home-ontdek .third .col-rgt .inner {
    padding-right: 0;
  }
  .mod-home-ontdek-360-container {
    height: 100%;
    padding-top: 0;
  }
  .mod-home-ontdek-medewerker {
    margin-right: -50px;
  }
}
@media (min-width: 992px) {
  .mod-home-ontdek {
    --grid-padding: 25px;
    --panel-padding: 60px;
    --bg-width: calc(50% - var(--container-width) / 12 + 25px);
  }
  .mod-home-ontdek .primary .h0a {
    font-size: 50px;
  }
  .mod-home-ontdek .third .col-rgt .article-output {
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .mod-home-ontdek {
    --panel-padding: 90px;
  }
  .mod-home-ontdek .primary .h0a {
    font-size: 60px;
  }
  .mod-home-ontdek .third .col-rgt h2.h1 {
    font-size: 46px;
  }
}
.mod-pijler-projects {
  background-color: #F4FBFC;
}
.mod-pijler-projects .primary {
  padding: 140px 0 100px;
}
.mod-pijler-projects .primary .article-actions {
  margin-top: 40px;
}
.mod-pijler-projects .secondary {
  margin-bottom: 150px;
}
.mod-pijler-projects .secondary .inner-box {
  min-height: 300px;
  position: relative;
}
.mod-pijler-projects .secondary .col-lft {
  position: relative;
}
.mod-pijler-projects .secondary .col-rgt {
  position: relative;
  z-index: 10;
}
.mod-pijler-projects .secondary .col-rgt:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F4FBFC;
  position: absolute;
  top: 0;
  left: -25px;
}
.mod-pijler-projects .secondary .col-rgt .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/bg-gradient-5.svg');
  background-size: cover;
}
.mod-pijler-projects .secondary .col-rgt .set-project-quote {
  width: 100%;
  padding: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.mod-pijler-projects .secondary .col-rgt .set-project-quote.loading {
  opacity: 0;
  transform: translateY(-50%) translateX(80px);
}
.mod-pijler-projects .secondary .col-rgt .set-project-quote .output {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.slick-pijler-projects .slick-list {
  overflow: visible !important;
}
.slick-pijler-projects .slick-arrow {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -40px;
  z-index: 100;
}
.slick-pijler-projects .slick-arrow:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url('../img/vb-arrow.svg');
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-pijler-projects .slick-arrow.slick-prev {
  left: 20px;
}
.slick-pijler-projects .slick-arrow.slick-prev:before {
  left: 17px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-pijler-projects .slick-arrow.slick-next {
  left: 120px;
}
.slick-pijler-projects .slick-arrow.slick-next:before {
  left: 23px;
}
.slick-pijler-projects .item {
  display: block !important;
  position: relative;
}
.slick-pijler-projects .item .inner {
  transition: all 0.3s ease-in-out;
}
.slick-pijler-projects .item .inner:after {
  display: block;
  content: "";
  width: 220px;
  height: 100%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: auto 120%;
  position: absolute;
  bottom: 0;
  right: 65px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(60px);
}
.slick-pijler-projects .item .project-image {
  position: relative;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.slick-pijler-projects .item .project-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.slick-pijler-projects .item .project-image img {
  height: 500px;
  object-fit: cover;
}
.slick-pijler-projects .item .project-title {
  text-align: right;
  max-width: 500px;
  position: absolute;
  top: 50%;
  right: 200px;
  transform: translateY(-50%);
  z-index: 120;
}
.slick-pijler-projects .item .project-title span {
  display: block;
}
.slick-pijler-projects .item .project-title .toptone {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(-60px);
}
.slick-pijler-projects .item .project-title .duotone {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(60px);
}
.slick-pijler-projects .item .project-data {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.slick-pijler-projects .item .project-data .c-circle-logo {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(40px);
}
.slick-pijler-projects .item .c-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-pijler-projects .item .c-circles .c-circle-data {
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  opacity: 0;
  transform: translateX(40px);
}
.slick-pijler-projects .item .c-circles .c-circle-data.data-a {
  top: -50px;
}
.slick-pijler-projects .item .c-circles .c-circle-data.data-b {
  bottom: -110px;
}
.slick-pijler-projects .item .c-circles .c-circle-data.data-c {
  bottom: -120px;
}
.slick-pijler-projects .item .project-quote {
  position: absolute;
  top: 30px;
  left: 30px;
  display: none;
}
.slick-pijler-projects .slick-active .item .inner {
  margin-right: 65px;
}
.slick-pijler-projects .slick-active .item .inner:after {
  opacity: 0.9;
  transition: all 0.3s ease-in-out 0.5s;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-image {
  opacity: 1;
}
.slick-pijler-projects .slick-active .item .project-title .toptone {
  transition: all 0.3s ease-in-out 0.8s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-title .duotone {
  transition: all 0.3s ease-in-out 0.9s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-data .c-circle-logo {
  transition: all 0.3s ease-in-out 0.6s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data {
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data.data-a {
  transition: all 0.3s ease-in-out 0.7s;
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data.data-b {
  transition: all 0.3s ease-in-out 0.8s;
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data.data-c {
  transition: all 0.3s ease-in-out 0.9s;
}
.mod-cta .col-lft {
  padding-top: 70px;
  padding-bottom: 70px;
}
.mod-cta .col-lft .inner {
  padding: 120px 0 80px;
  position: relative;
}
.mod-cta .col-lft .inner:before,
.mod-cta .col-lft .inner:after {
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}
.mod-cta .col-lft .inner:before {
  width: 3000px;
  background-color: #1D252C;
  left: -1000px;
  z-index: -2;
}
.mod-cta .col-lft .inner:after {
  width: 600px;
  background-image: url(../img/vb-wires-nav.svg);
  background-size: auto 1200px;
  background-position: top right;
  left: -340px;
  z-index: -1;
  opacity: 0.7;
}
.mod-cta .col-lft .inner .content {
  max-width: 550px;
}
.mod-cta .col-lft .inner .article-output {
  margin: 20px 0 30px 0;
}
.mod-cta .col-lft .inner .contact-circle {
  position: absolute;
  top: 50%;
  right: -160px;
  transform: translateY(-50%);
  z-index: 100;
}
.mod-cta .col-lft .inner .contact-circle .actions {
  position: absolute;
  top: 50%;
  right: 210px;
  transform: translateY(-50%);
  z-index: 20;
}
.mod-cta .col-lft .inner .contact-circle .actions a {
  display: block;
  text-align: right;
  padding-right: 60px;
  position: relative;
}
.mod-cta .col-lft .inner .contact-circle .actions a .text {
  display: block;
  white-space: nowrap;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 46px;
  color: #fff;
}
.mod-cta .col-lft .inner .contact-circle .actions a .circle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mod-cta .col-lft .inner .contact-circle .actions a:nth-child(1) {
  position: relative;
  top: -12px;
  right: -12px;
}
.mod-cta .col-lft .inner .contact-circle .actions a:nth-child(3) {
  position: relative;
  bottom: -12px;
  right: -12px;
}
.mod-cta .col-lft .inner .contact-circle .image {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #1D252C;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-cta .col-lft .inner .contact-circle .image img {
  display: none;
}
.mod-cta .col-rgt .inner {
  position: relative;
}
.mod-cta .col-rgt .inner .article-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-cta .col-rgt .inner .article-image img {
  display: none;
}
.mod-pijlers {
  padding: 120px 0;
}
.mod-hero-pijler {
  background-color: #1D252C;
  overflow: hidden;
}
.mod-hero-pijler .hero-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.mod-hero-pijler .hero-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-image: url(../img/svg/hero-mask.svg);
  background-position: bottom center;
  background-size: 2500px auto;
  background-repeat: no-repeat;
}
.mod-hero-pijler .hero-image .container {
  height: 800px;
  position: relative;
}
.mod-hero-pijler .hero-content {
  padding: 150px 0 100px;
}
.mod-hero-pijler .hero-content .container {
  position: relative;
}
.mod-hero-pijler .hero-content .vb-logo {
  display: block;
  width: 330px;
  height: 250px;
  background-image: url(../img/vb-logo-wit.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -740px;
  left: 25px;
  z-index: 200;
}
.mod-hero-pijler .hero-content .circle-lft {
  display: block;
  width: 1500px;
  height: 1000px;
  background-image: url(../img/svg/hero-circle-lft.svg);
  background-position: bottom right;
  background-size: 1310px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -1060px;
  right: 43%;
  pointer-events: none;
}
.mod-hero-pijler .hero-content .circle-rgt {
  display: block;
  width: 1000px;
  height: 1000px;
  background-image: url(../img/svg/hero-circle-rgt.svg);
  background-position: bottom left;
  background-size: 1000px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -775px;
  left: 66%;
  pointer-events: none;
}
.mod-hero-pijler .hero-header {
  max-width: 760px;
  margin-bottom: 100px;
}
.mod-hero-pijler .hero-header .title {
  margin-bottom: 40px;
}
.mod-hero-pijler .hero-output {
  overflow: hidden;
}
.mod-hero-pijler .hero-output .hero-item {
  width: 33.3334%;
  float: left;
  margin-bottom: 40px;
}
.mod-hero-pijler .hero-output .hero-item .article-output {
  max-width: 280px;
}
.mod-image-slider {
  position: relative;
}
.mod-image-slider:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EAF7FA;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.mod-image-slider:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  height: 160px;
  background-color: #1D252C;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mod-image-slider.bg-color-b:after {
  background-color: #EAF7FA;
}
.mod-image-slider .inner {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.mod-image-slider .slick-images,
.mod-image-slider .slick-nav {
  width: 850px;
}
.mod-image-slider .slick-nav {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  z-index: 100;
  pointer-events: none;
}
.mod-image-slider .slick-nav .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  pointer-events: auto;
  transition: transform 0.3s cubic-bezier(0.5, 2, 0.75, 1.25);
}
.mod-image-slider .slick-nav .slick-arrow:hover {
  transform: scale(1.1);
}
.mod-image-slider .slick-nav .slick-arrow:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('../img/vb-arrow.svg');
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mod-image-slider .slick-nav .slick-next {
  right: -25px;
}
.mod-image-slider .slick-nav .slick-next:before {
  left: 15px;
}
.mod-image-slider .slick-nav .slick-prev {
  left: -25px;
}
.mod-image-slider .slick-nav .slick-prev:before {
  left: 11px;
  transform: translateY(-50%) rotate(180deg);
}
.mod-image-slider .slick-images .slick-list {
  overflow: visible !important;
}
.mod-image-slider .slick-images .item {
  display: block !important;
}
.mod-image-slider .slick-images .item .image {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.mod-image-slider .slick-images .slick-active .item .image {
  opacity: 1;
}
.mod-what-we-offer {
  padding: 100px 0 80px;
}
.mod-what-we-offer.mb-md {
  margin-bottom: 120px;
}
.mod-what-we-offer.mb-lg {
  margin-bottom: 250px;
}
.mod-what-we-offer .mod-header {
  margin-bottom: 60px;
  position: relative;
}
.mod-what-we-offer .mod-header .title {
  margin-bottom: 20px;
}
.mod-what-we-offer .mod-header .article-output {
  font-size: 20px;
  max-width: 640px;
}
.mod-what-we-offer .mod-header .article-actions {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mod-what-we-offer .list-items {
  overflow: hidden;
}
.mod-what-we-offer .list-items .list-item {
  width: 50%;
  float: left;
  padding-right: 40px;
  margin-bottom: 40px;
}
.mod-what-we-offer .col-rgt .inner {
  position: relative;
}
.mod-what-we-offer .col-rgt .inner .vb-img {
  display: block;
  width: 1500px;
  height: 1000px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.mod-what-we-offer .col-rgt .inner .vb-img.vb-img-a {
  background-image: url(../img/vb-img-a.png);
  background-position: bottom left;
  background-size: 1400px auto;
  bottom: -180px;
}
.mod-what-we-offer .col-rgt .inner .vb-img.vb-img-b {
  background-image: url(../img/vb-img-b.png);
  background-position: top left;
  background-size: 1500px auto;
  top: -160px;
}
.mod-contact-vb {
  position: relative;
  z-index: 1;
  padding: 60px 60px 60px 0;
}
.mod-contact-vb:before {
  display: block;
  content: "";
  width: 1500px;
  height: calc(100% + 160px);
  background-color: #EAF7FA;
  position: absolute;
  bottom: 0;
  left: -40px;
  z-index: -1;
}
.mod-contact-vb .m-title {
  max-width: 350px;
}
.mod-stories {
  width: 610px;
  position: absolute;
  top: -280px;
  right: 0;
  z-index: 10;
}
.mod-stories:before {
  display: block;
  content: "";
  width: 1000px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: -1;
}
.mod-werkwijze-cta {
  margin-top: 100px;
}
.mod-contact-me {
  margin: 80px 0;
  position: relative;
  z-index: 2;
}
.mod-contact-me:before {
  display: block;
  content: "";
  width: 1000px;
  height: 100%;
  background-color: #1D252C;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.mod-contact-me:after {
  display: block;
  content: "";
  width: 1000px;
  height: 100%;
  background-image: url(../img/bg-contact-me.svg);
  background-size: auto 110%;
  background-position: center left;
  position: absolute;
  bottom: 0;
  left: 200px;
  z-index: -1;
}
.mod-contact-me .panel {
  max-width: 340px;
  padding: 40px 0 40px 40px;
  position: relative;
  z-index: 5;
}
.mod-contact-me .panel .article-output {
  margin: 20px 0;
}
.mod-contact-me .panel .article-action {
  margin-left: -62px;
}
.mod-contact-me .panel .article-action .c-btn-icon {
  gap: 16px;
}
.mod-contact-me .article-image {
  width: 270px;
  position: absolute;
  bottom: 0;
  left: 340px;
}
.mod-ervaringen {
  position: relative;
}
.mod-ervaringen .col-lft {
  padding-top: 70px;
  padding-bottom: 70px;
}
.mod-ervaringen .col-lft .inner {
  padding: 120px 0 120px;
  position: relative;
}
.mod-ervaringen .col-lft .inner:after {
  display: block;
  content: "";
  width: calc(180%);
  height: 100%;
  background-image: url('../img/bg-gradient-4.jpg');
  background-size: cover;
  background-position: center right;
  position: absolute;
  top: 0;
  right: -120px;
  z-index: -1;
}
.mod-ervaringen .col-lft .inner .content {
  max-width: 650px;
}
.mod-ervaringen .col-lft .slick-ervaringen {
  max-width: 650px;
}
.mod-ervaringen .col-rgt .inner {
  position: relative;
}
.mod-ervaringen .col-rgt .inner .c-medewerker-image {
  position: absolute;
  top: 50%;
  left: -115px;
  transform: translateY(-50%);
  z-index: 50;
}
.mod-ervaringen .col-rgt .inner .article-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-ervaringen .col-rgt .inner .article-image img {
  display: none;
}
.mod-page-action-bottom .inner {
  padding: 100px 0;
  text-align: center;
}
.mod-project-filter {
  margin-top: 40px;
}
.mod-project-filter .filter-box .filter-title {
  display: block;
  margin-bottom: 8px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #126e96;
}
.mod-project-filter .filter-box.main-filter {
  margin-bottom: 30px;
}
.mod-project-filter .filter-options {
  overflow: hidden;
}
.mod-project-filter .filter-options .filter-option {
  display: block;
  float: left;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 50px;
  background-color: #e7f7fb;
  border: 2px solid #e7f7fb;
  margin: 0 10px 10px 0;
  color: #126e96;
}
.mod-project-filter .filter-options .filter-option input {
  display: none;
}
.mod-project-filter .filter-options .filter-option.selected {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  border-color: #126e96;
}
.mod-project-filter .filters-advanced {
  display: none;
}
.mod-project-filter .filters-advanced.show {
  display: block;
}
.mod-project-filter .filters-advanced .filter-box {
  width: 50%;
  float: left;
  padding-right: 30px;
}
.slick-medewerkers .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  transition: transform 0.3s cubic-bezier(0.5, 2, 0.75, 1.25);
}
.slick-medewerkers .slick-arrow:hover {
  transform: scale(1.1);
}
.slick-medewerkers .slick-prev {
  right: 110px;
  background-image: url('../img/slick-arrow-left.svg');
}
.slick-medewerkers .slick-next {
  right: 50px;
  background-image: url('../img/slick-arrow-right.svg');
}
.slick-medewerkers .item {
  display: block !important;
  overflow: hidden;
}
.slick-medewerkers .c-medewerker-image {
  transition: transform 0.8s ease-in-out 0s;
  transform: translateX(100px);
}
.slick-medewerkers .slick-active .c-medewerker-image {
  transform: translateX(0);
}
.slick-medewerkers .c-medewerker-body {
  transition: transform 0.5s ease-in-out 0s;
  transform: translateX(30px);
}
.slick-medewerkers .slick-active .c-medewerker-body {
  transform: translateX(0);
}
.slick-pijler-projects .slick-list {
  overflow: visible !important;
}
.slick-pijler-projects .slick-arrow {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -40px;
  z-index: 100;
}
.slick-pijler-projects .slick-arrow:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url('../img/vb-arrow.svg');
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-pijler-projects .slick-arrow.slick-prev {
  left: 20px;
}
.slick-pijler-projects .slick-arrow.slick-prev:before {
  left: 17px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-pijler-projects .slick-arrow.slick-next {
  left: 120px;
}
.slick-pijler-projects .slick-arrow.slick-next:before {
  left: 23px;
}
.slick-pijler-projects .item {
  display: block !important;
  position: relative;
}
.slick-pijler-projects .item .inner {
  transition: all 0.3s ease-in-out;
}
.slick-pijler-projects .item .inner:after {
  display: block;
  content: "";
  width: 220px;
  height: 100%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: auto 120%;
  position: absolute;
  bottom: 0;
  right: 65px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(60px);
}
.slick-pijler-projects .item .project-image {
  position: relative;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.slick-pijler-projects .item .project-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.slick-pijler-projects .item .project-image img {
  height: 500px;
  object-fit: cover;
}
.slick-pijler-projects .item .project-title {
  text-align: right;
  max-width: 500px;
  position: absolute;
  top: 50%;
  right: 200px;
  transform: translateY(-50%);
  z-index: 120;
}
.slick-pijler-projects .item .project-title span {
  display: block;
}
.slick-pijler-projects .item .project-title .toptone {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(-60px);
}
.slick-pijler-projects .item .project-title .duotone {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(60px);
}
.slick-pijler-projects .item .project-data {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.slick-pijler-projects .item .project-data .c-circle-logo {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(40px);
}
.slick-pijler-projects .item .c-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-pijler-projects .item .c-circles .c-circle-data {
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  opacity: 0;
  transform: translateX(40px);
}
.slick-pijler-projects .item .c-circles .c-circle-data.data-a {
  top: -50px;
}
.slick-pijler-projects .item .c-circles .c-circle-data.data-b {
  bottom: -110px;
}
.slick-pijler-projects .item .c-circles .c-circle-data.data-c {
  bottom: -120px;
}
.slick-pijler-projects .item .project-quote {
  position: absolute;
  top: 30px;
  left: 30px;
  display: none;
}
.slick-pijler-projects .slick-active .item .inner {
  margin-right: 65px;
}
.slick-pijler-projects .slick-active .item .inner:after {
  opacity: 0.9;
  transition: all 0.3s ease-in-out 0.5s;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-image {
  opacity: 1;
}
.slick-pijler-projects .slick-active .item .project-title .toptone {
  transition: all 0.3s ease-in-out 0.8s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-title .duotone {
  transition: all 0.3s ease-in-out 0.9s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-data .c-circle-logo {
  transition: all 0.3s ease-in-out 0.6s;
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data {
  opacity: 1;
  transform: translateX(0);
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data.data-a {
  transition: all 0.3s ease-in-out 0.7s;
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data.data-b {
  transition: all 0.3s ease-in-out 0.8s;
}
.slick-pijler-projects .slick-active .item .project-data .c-circles .c-circle-data.data-c {
  transition: all 0.3s ease-in-out 0.9s;
}
.slick-ervaringen .slick-arrow {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -160px;
  z-index: 100;
}
.slick-ervaringen .slick-arrow:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url('../img/vb-arrow.svg');
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-ervaringen .slick-arrow.slick-prev {
  left: 0;
}
.slick-ervaringen .slick-arrow.slick-prev:before {
  left: 17px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-ervaringen .slick-arrow.slick-next {
  left: 100px;
}
.slick-ervaringen .slick-arrow.slick-next:before {
  left: 23px;
}
.slick-ervaringen .item .article-image {
  display: none;
}
.slick-ervaringen .item .article-output {
  margin: 20px 0;
}
.slick-ervaringen .item .article-subtitle {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.comp-logo {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/vb-logo.png) center top no-repeat;
  background-size: contain;
}
.c-crumbs {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.c-crumbs.pull-up {
  height: 50px;
  margin-top: -50px;
}
.c-crumbs li {
  display: inline-block;
}
.c-crumbs a {
  color: #fff;
}
.c-crumbs a:hover {
  opacity: 0.7;
}
.crumbs-blue .c-crumbs {
  color: #126e96;
}
.crumbs-blue .c-crumbs a {
  color: #126e96;
}
.crumbs-blue .c-crumbs a:hover {
  opacity: 0.7;
}
.crumbs-no-pull .c-crumbs.pull-up {
  height: auto;
  margin-top: 0;
}
.c-circle-data {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background-color: #126e96;
  color: #fff;
  font-size: 14px;
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-circle-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  background-size: auto 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-contact-circle {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#126e96+0,8aba26+100 */
  background: #126e96;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 0%, #8aba26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
  position: relative;
}
.c-contact-circle i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.c-contact-list {
  margin-top: 20px;
}
.c-contact-list li {
  margin-bottom: 12px;
}
.c-quick-menu li {
  margin-bottom: 5px;
}
.c-quick-menu a {
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  color: #fff;
  position: relative;
  padding-left: 24px;
}
.c-quick-menu a:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url('../img/vb-arrow-wit.svg');
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.c-quick-menu a:hover {
  opacity: 0.8;
}
.c-quick-menu.th-blue a {
  color: #126e96;
}
.c-quick-menu.th-blue a:before {
  background-image: url('../img/vb-arrow-blue.svg');
}
.c-quick-menu.th-blue a:hover:before {
  background-image: url('../img/vb-arrow.svg');
}
.cta-side {
  display: block;
  width: 160px;
  position: fixed;
  top: 150px;
  right: -2px;
  z-index: 400;
  line-height: 1.2em;
  text-align: right;
  text-transform: uppercase;
  padding: 10px 30px 10px 15px;
  border-radius: 100px 0 0 100px;
  border: 2px solid #95c11c;
  transition: all 0.4s ease-in-out 0s;
  right: -200px;
}
.cta-side strong {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.showcta .cta-side {
  right: -2px;
}
.active-language-en-gb .cta-side {
  display: none;
}
@media (max-width: 600px) {
  .cta-side {
    width: 130px;
    padding-right: 20px;
    top: auto;
    bottom: 60px;
  }
}
.c-vcard {
  position: relative;
}
.c-vcard .image {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e7f7fb;
  margin-left: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-vcard .image img {
  display: none;
}
.c-vcard .info {
  padding: 20px 0 20px 35px;
  border-radius: 300px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 170px;
  transform: translateY(-50%);
}
.c-vcard .actions {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-vcard .actions a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #126e96;
  margin: 8px 0;
  text-align: center;
  line-height: 46px;
  color: #fff;
}
.c-vcard .actions a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#126e96+0,8aba26+100 */
  background: #126e96;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126e96 0%, #8aba26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126e96', endColorstr='#8aba26', GradientType=1);
  /* IE6-9 */
}
@media (max-width: 1480px) {
  .c-vcard .info {
    left: 160px;
  }
}
@media (max-width: 991px) {
  .c-vcard .image {
    width: 190px;
    height: 190px;
  }
  .c-vcard .info {
    padding: 20px 0 20px 30px;
    left: 140px;
  }
  .c-vcard .info .title {
    font-size: 16px;
    margin: 0;
  }
  .c-vcard .info .subtitle {
    font-size: 15px;
  }
}
/* ==========================================================================
   	ICON WITH LABEL OR LINK (bij medewerker)
  ========================================================================== */
.c-btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: inherit;
  font-size: 17px;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.c-btn-icon:hover .c-btn-icon-icon {
  transform: scale(1.1);
}
.c-btn-icon:hover .c-btn-icon-label {
  opacity: 0.75;
}
.c-btn-icon-icon {
  width: 46px;
  height: 46px;
  font-size: 24px;
  border-radius: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.5, 2, 0.75, 1.25);
}
.c-btn-icon-label {
  line-height: 1.1;
  transition: opacity 0.3s ease-out;
}
/* ==========================================================================
   	INFOMAP
  ========================================================================== */
.c-infomap {
  position: relative;
  width: 100%;
}
.c-infomap-country img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-infomap-country.active img {
  opacity: 1;
}
.c-infomap-marker {
  display: block;
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 44px;
  margin-top: -44px;
  margin-left: -14px;
  background: url('../img/marker.svg') no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
}
.active .c-infomap-marker {
  animation: FadeInDown 0.4s cubic-bezier(0, 1, 0.5, 1.1);
  animation-fill-mode: both;
  animation-delay: 200ms;
}
/* ==========================================================================
   	LISTS
   ========================================================================== */
.c-list-brand {
  list-style: none;
  padding: 0;
}
.c-list-brand > li {
  padding-left: 1.75em;
  position: relative;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.c-list-brand > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 1em;
  height: 1em;
  background: url(../img/vb-arrow-blue.svg) no-repeat 50% 50%;
  background-size: contain;
}
.c-list-brand > li:hover::before {
  background: url(../img/vb-arrow.svg) no-repeat 50% 50%;
}
.c-list-brand > li a {
  position: relative;
}
.c-list-brand > li a:hover {
  color: #006E96;
}
.c-list-brand-hidden-label {
  position: absolute;
  padding-left: 10px;
  top: -3px;
  left: 100%;
  opacity: 0;
  display: inline-block;
  font-family: CeraPRO-Light, Arial, Helvetica, sans-serif;
}
li:hover .c-list-brand-hidden-label {
  animation: FadeInRight 0.2s ease;
  animation-fill-mode: forwards;
}
/* ==========================================================================
   	MEDEWERKER
   ========================================================================== */
.c-medewerker {
  position: relative;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.c-medewerker-image {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background-color: #EAF7FA;
  overflow: hidden;
}
.c-medewerker-image img {
  width: inherit;
  height: inherit;
}
.c-medewerker-body {
  position: relative;
  text-align: right;
  padding: 30px 50px 30px 40px;
  border-radius: 60px 0 0 0;
  background-color: #fff;
  margin-top: -50px;
}
.c-medewerker-body::after {
  content: '';
  position: absolute;
  width: 120px;
  top: 0;
  left: 100%;
  bottom: 0;
  background-color: inherit;
  border-radius: 0 999px 999px 0;
}
.c-medewerker-body.type-b {
  padding: 40px 50px 60px 60px;
}
.c-medewerker-body .subtitle {
  display: block;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
}
.c-medewerker-body .c-medewerker-body-first {
  padding-left: 84px;
}
@media (min-width: 1280px) {
  .c-medewerker {
    align-items: center;
    flex-direction: row;
  }
  .c-medewerker-image {
    width: 230px;
    height: 230px;
  }
  .c-medewerker-body {
    margin-top: 0;
    margin-left: -50px;
    padding: 30px 50px 30px 60px;
    border-radius: 999px 0 0 999px;
  }
  .c-medewerker-body .c-medewerker-body-first {
    padding-left: 0;
  }
}
/* ==========================================================================
   	PIJLER CIRCLE BLOCK
   ========================================================================== */
.c-pijler-item .circle {
  display: block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.c-pijler-item .circle .vb-icon {
  display: block;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../img/vb-logo.png);
  background-size: 87%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.c-pijler-item .circle .vb-icon .title {
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  top: 51px;
  left: 130px;
}
.c-readmore-circle {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  line-height: 140px;
  background: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  color: #126e96;
}
.c-readmore-circle span {
  position: relative;
}
.c-readmore-circle span:after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/vb-kwart.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  right: -20px;
}
.c-mod-skills {
  margin-top: -75px;
}
.c-mod-skills .m-header {
  height: 75px;
  background-color: #76B3C9;
  padding: 24px 30px 20px;
}
.c-mod-skills .m-item {
  padding: 30px 60px 30px 30px;
  background-color: #e7f7fb;
  overflow: hidden;
}
.c-mod-skills .m-item .key {
  width: 45%;
  float: left;
}
.c-mod-skills .m-item .value {
  width: 55%;
  float: left;
}
.c-mod-skills .m-item p {
  margin-bottom: 0;
}
.c-mod-skills .m-item:nth-child(odd) {
  background-color: #F4FBFC;
}
.article-list .article-type-a {
  position: relative;
  margin-bottom: 80px;
}
.article-list .article-type-a .article-image {
  height: 320px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.article-list .article-type-a .article-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #126e96;
  opacity: 0.3;
  transition: 0.8s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.article-list .article-type-a .article-image:after {
  display: block;
  content: "";
  width: 170px;
  height: 120%;
  background: url(../img/vb-contact-circle-info.png) center left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10%;
  right: 0;
  z-index: 2;
}
.article-list .article-type-a .article-title {
  position: absolute;
  top: 50%;
  right: 200px;
  left: 40px;
  transform: translateY(-50%);
  z-index: 20;
  text-align: right;
}
.article-list .article-type-a .article-title span {
  display: block;
}
.article-list .article-type-a .c-readmore-circle {
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}
.link-green {
  color: #93D500 !important;
  font-family: CeraPRO-Bold, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.link-green:hover {
  color: #006E96 !important;
}
/* ==========================================================================
   POSITON
   ========================================================================== */
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.top-50 {
  top: 50%;
}
.left-50 {
  left: 50%;
}
.right-50 {
  right: 50%;
}
.bottom-50 {
  bottom: 50%;
}
@media (min-width: 768px) {
  .position-sm-absolute {
    position: absolute;
  }
}
.z-1 {
  z-index: 1;
}
/* ==========================================================================
  	TRANSLATE
   ========================================================================== */
.translate-middle {
  transform: translate(-50%, -50%);
}
/* ==========================================================================
   DISPLAY
   ========================================================================== */
.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.d-inline-flex {
  display: inline-flex;
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 982px) {
  .d-md-none {
    display: none;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}
/* ==========================================================================
   FLEX
   ========================================================================== */
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
/* ==========================================================================
   SPACERS (padding, margin, height, width & gap)
   ========================================================================== */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.last-child-mb-0 > *:last-child {
  margin-bottom: 0 !important;
}
.m-0 {
  margin: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.p-0 {
  padding: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.h-0 {
  height: 0px;
}
.w-0 {
  width: 0px;
}
.gap-0 {
  gap: 0px;
}
.gap-row-0 {
  row-gap: 0px;
}
.gap-col-0 {
  column-gap: 0px;
}
.m-1 {
  margin: 5px;
}
.ml-1 {
  margin-left: 5px;
}
.mt-1 {
  margin-top: 5px;
}
.mr-1 {
  margin-right: 5px;
}
.mb-1 {
  margin-bottom: 5px;
}
.p-1 {
  padding: 5px;
}
.pl-1 {
  padding-left: 5px;
}
.pt-1 {
  padding-top: 5px;
}
.pr-1 {
  padding-right: 5px;
}
.pb-1 {
  padding-bottom: 5px;
}
.px-1 {
  padding-left: 5px;
  padding-right: 5px;
}
.py-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.h-1 {
  height: 5px;
}
.w-1 {
  width: 5px;
}
.gap-1 {
  gap: 5px;
}
.gap-row-1 {
  row-gap: 5px;
}
.gap-col-1 {
  column-gap: 5px;
}
.m-2 {
  margin: 10px;
}
.ml-2 {
  margin-left: 10px;
}
.mt-2 {
  margin-top: 10px;
}
.mr-2 {
  margin-right: 10px;
}
.mb-2 {
  margin-bottom: 10px;
}
.p-2 {
  padding: 10px;
}
.pl-2 {
  padding-left: 10px;
}
.pt-2 {
  padding-top: 10px;
}
.pr-2 {
  padding-right: 10px;
}
.pb-2 {
  padding-bottom: 10px;
}
.px-2 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.h-2 {
  height: 10px;
}
.w-2 {
  width: 10px;
}
.gap-2 {
  gap: 10px;
}
.gap-row-2 {
  row-gap: 10px;
}
.gap-col-2 {
  column-gap: 10px;
}
.m-3 {
  margin: 15px;
}
.ml-3 {
  margin-left: 15px;
}
.mt-3 {
  margin-top: 15px;
}
.mr-3 {
  margin-right: 15px;
}
.mb-3 {
  margin-bottom: 15px;
}
.p-3 {
  padding: 15px;
}
.pl-3 {
  padding-left: 15px;
}
.pt-3 {
  padding-top: 15px;
}
.pr-3 {
  padding-right: 15px;
}
.pb-3 {
  padding-bottom: 15px;
}
.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.h-3 {
  height: 15px;
}
.w-3 {
  width: 15px;
}
.gap-3 {
  gap: 15px;
}
.gap-row-3 {
  row-gap: 15px;
}
.gap-col-3 {
  column-gap: 15px;
}
.m-4 {
  margin: 20px;
}
.ml-4 {
  margin-left: 20px;
}
.mt-4 {
  margin-top: 20px;
}
.mr-4 {
  margin-right: 20px;
}
.mb-4 {
  margin-bottom: 20px;
}
.p-4 {
  padding: 20px;
}
.pl-4 {
  padding-left: 20px;
}
.pt-4 {
  padding-top: 20px;
}
.pr-4 {
  padding-right: 20px;
}
.pb-4 {
  padding-bottom: 20px;
}
.px-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.h-4 {
  height: 20px;
}
.w-4 {
  width: 20px;
}
.gap-4 {
  gap: 20px;
}
.gap-row-4 {
  row-gap: 20px;
}
.gap-col-4 {
  column-gap: 20px;
}
.m-5 {
  margin: 30px;
}
.ml-5 {
  margin-left: 30px;
}
.mt-5 {
  margin-top: 30px;
}
.mr-5 {
  margin-right: 30px;
}
.mb-5 {
  margin-bottom: 30px;
}
.p-5 {
  padding: 30px;
}
.pl-5 {
  padding-left: 30px;
}
.pt-5 {
  padding-top: 30px;
}
.pr-5 {
  padding-right: 30px;
}
.pb-5 {
  padding-bottom: 30px;
}
.px-5 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.h-5 {
  height: 30px;
}
.w-5 {
  width: 30px;
}
.gap-5 {
  gap: 30px;
}
.gap-row-5 {
  row-gap: 30px;
}
.gap-col-5 {
  column-gap: 30px;
}
.m-6 {
  margin: 45px;
}
.ml-6 {
  margin-left: 45px;
}
.mt-6 {
  margin-top: 45px;
}
.mr-6 {
  margin-right: 45px;
}
.mb-6 {
  margin-bottom: 45px;
}
.p-6 {
  padding: 45px;
}
.pl-6 {
  padding-left: 45px;
}
.pt-6 {
  padding-top: 45px;
}
.pr-6 {
  padding-right: 45px;
}
.pb-6 {
  padding-bottom: 45px;
}
.px-6 {
  padding-left: 45px;
  padding-right: 45px;
}
.py-6 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.h-6 {
  height: 45px;
}
.w-6 {
  width: 45px;
}
.gap-6 {
  gap: 45px;
}
.gap-row-6 {
  row-gap: 45px;
}
.gap-col-6 {
  column-gap: 45px;
}
.m-7 {
  margin: 60px;
}
.ml-7 {
  margin-left: 60px;
}
.mt-7 {
  margin-top: 60px;
}
.mr-7 {
  margin-right: 60px;
}
.mb-7 {
  margin-bottom: 60px;
}
.p-7 {
  padding: 60px;
}
.pl-7 {
  padding-left: 60px;
}
.pt-7 {
  padding-top: 60px;
}
.pr-7 {
  padding-right: 60px;
}
.pb-7 {
  padding-bottom: 60px;
}
.px-7 {
  padding-left: 60px;
  padding-right: 60px;
}
.py-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.h-7 {
  height: 60px;
}
.w-7 {
  width: 60px;
}
.gap-7 {
  gap: 60px;
}
.gap-row-7 {
  row-gap: 60px;
}
.gap-col-7 {
  column-gap: 60px;
}
.m-8 {
  margin: 90px;
}
.ml-8 {
  margin-left: 90px;
}
.mt-8 {
  margin-top: 90px;
}
.mr-8 {
  margin-right: 90px;
}
.mb-8 {
  margin-bottom: 90px;
}
.p-8 {
  padding: 90px;
}
.pl-8 {
  padding-left: 90px;
}
.pt-8 {
  padding-top: 90px;
}
.pr-8 {
  padding-right: 90px;
}
.pb-8 {
  padding-bottom: 90px;
}
.px-8 {
  padding-left: 90px;
  padding-right: 90px;
}
.py-8 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.h-8 {
  height: 90px;
}
.w-8 {
  width: 90px;
}
.gap-8 {
  gap: 90px;
}
.gap-row-8 {
  row-gap: 90px;
}
.gap-col-8 {
  column-gap: 90px;
}
.m-9 {
  margin: 120px;
}
.ml-9 {
  margin-left: 120px;
}
.mt-9 {
  margin-top: 120px;
}
.mr-9 {
  margin-right: 120px;
}
.mb-9 {
  margin-bottom: 120px;
}
.p-9 {
  padding: 120px;
}
.pl-9 {
  padding-left: 120px;
}
.pt-9 {
  padding-top: 120px;
}
.pr-9 {
  padding-right: 120px;
}
.pb-9 {
  padding-bottom: 120px;
}
.px-9 {
  padding-left: 120px;
  padding-right: 120px;
}
.py-9 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.h-9 {
  height: 120px;
}
.w-9 {
  width: 120px;
}
.gap-9 {
  gap: 120px;
}
.gap-row-9 {
  row-gap: 120px;
}
.gap-col-9 {
  column-gap: 120px;
}
/* ==========================================================================
   DIMENSIONS
   ========================================================================== */
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.min-h-260px {
  min-height: 260px;
}
/* ==========================================================================
   BACKGROUNDS
   ========================================================================== */
.bg-white {
  background-color: white;
}
.bg-blue {
  background-color: #126e96;
}
.bg-lblue {
  background-color: #EAF7FA;
}
.bg-dblue {
  background-color: #1D252C;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: 50% 50%;
}
.bg-gradient-1 {
  background-image: url('../img/bg-gradient-1.png');
}
.bg-gradient-2 {
  background-image: url('../img/bg-gradient-2.png');
}
.bg-gradient-3 {
  background-image: url('../img/bg-gradient-3.png');
}
.bg-gradient-4 {
  background-image: url('../img/bg-gradient-4.jpg');
}
.bg-gradient-5 {
  background-image: url('../img/bg-gradient-5.svg');
}
/* ==========================================================================
   BORDERS
   ========================================================================== */
.rounded-circle {
  border-radius: 999px;
}
.rounded-xl {
  border-radius: 60px;
}
/* ==========================================================================
   LINE CLAMP
   ========================================================================== */
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  -webkit-line-clamp: 6;
}
/* ==========================================================================
	RATIO
 ========================================================================== */
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--aspect-ratio);
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-2x3 {
  --aspect-ratio: 150%;
}
.ratio-3x4 {
  --aspect-ratio: 133.33333%;
}
.ratio-4x5 {
  --aspect-ratio: 125%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-4x3 {
  --aspect-ratio: 75%;
}
.ratio-3x2 {
  --aspect-ratio: 66.67%;
}
.ratio-16x9 {
  --aspect-ratio: 56.25%;
}
.ratio-2x1 {
  --aspect-ratio: 50%;
}
.ratio-21x9 {
  --aspect-ratio: 42.85714286%;
}
/*# sourceMappingURL=./screen.css.map */