.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: #8e8e8e;
  margin-bottom: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

.body {
  color: #8e8e8e;
  background-color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 31px;
}

.div-block {
  width: 100%;
  height: 100vh;
  background-color: #42d37d;
}

.home-hero {
  z-index: 900;
  width: 100%;
  height: 90vh;
  background-color: #42d37d;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.home-uitleg {
  background-color: #f3f3f3;
}

.home-cases {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 0;
}

.home-kernwaarden-title, .home-onzeklanten {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-form {
  background-color: #42d37d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-uitleg {
  color: #000;
  overflow: visible;
}

.maxwith-wrapper {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.paragraph {
  width: 50%;
  color: #000;
}

.heading {
  margin-bottom: 10px;
}

.home-case-1-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.home-cases-title-wrapper {
  overflow: hidden;
}

.btn---wrap {
  background-color: #42d37d;
  border: 2px solid #42d37d;
  transition: border-color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn---wrap.onswerk {
  background-color: #000;
  border-color: #000;
}

.btn---bg-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -.0625rem;
  bottom: -.0625rem;
  left: -.0625rem;
  right: -.0625rem;
}

.btn---bg-circle-wrap {
  width: 300%;
  flex: none;
  font-size: 14px;
  position: absolute;
  top: -184px;
  left: -134px;
}

.btn---bg-circle {
  background-color: #fff;
  border-radius: 50%;
  padding-top: 100%;
  transform: scale(0);
}

.btn {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  padding: .8rem 1rem;
  font-size: 14px;
  line-height: 1.5;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.btn:hover, .btn:focus {
  color: #000;
}

.btn.w--current {
  width: 140px;
  height: 45px;
  letter-spacing: normal;
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  display: flex;
}

.home-case-left {
  width: 50%;
  padding-right: 50px;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

.home-case-1 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.column {
  display: block;
}

.heading-2 {
  overflow: hidden;
}

.columns {
  align-items: stretch;
  display: block;
}

.home-case-2 {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-case-3 {
  background-color: #e6e6e6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

.heading-3 {
  text-align: center;
  margin-bottom: 10px;
}

.home-kernwaarden {
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.kernwaarden-links {
  width: 50%;
  padding-right: 0;
}

.kernwaarden-rechts {
  width: 50%;
  flex: 1;
}

.kernwaarden-wrapper {
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.text-span {
  background-image: url('../images/hartje-viblegreen.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-4 {
  margin-bottom: 10px;
}

.kerwaarden-text-1 {
  color: #000;
  margin-bottom: 20px;
}

.kernwaarden-sectie-2 {
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.paragraph-3, .paragraph-4 {
  color: #000;
}

.heading-5 {
  margin-top: 0;
}

.kernwaarden-rechts-2 {
  width: 50%;
  padding-left: 50px;
}

.vible-kernwaarden-mail {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 0;
  display: none;
}

.kernwaarden-email-links {
  width: 50%;
  padding-right: 20px;
}

.kerwaarden-email-rechts {
  width: 50%;
  padding-left: 50px;
}

.kernwaarden-h4 {
  margin-bottom: 30px;
}

.heading-6 {
  font-weight: 400;
}

.paragraph-5 {
  color: #000;
  margin-bottom: 60px;
}

.heading-7 {
  margin-bottom: 10px;
}

.logos-klanten-row {
  width: 100%;
  height: 130px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-bottom: 10px;
}

.heading-8.h1-block {
  font-size: 45px;
}

.footer-text {
  color: #fff;
}

.footer-left {
  width: 40%;
}

.footer-link-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.link {
  padding-top: 6px;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 31px;
}

.link:hover, .link:focus {
  color: #fff;
}

.link-2 {
  font-weight: 700;
  line-height: 31px;
}

.link-2:hover, .link-2:focus {
  color: #fff;
}

.footer-right {
  width: 50%;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.field-label, .field-label-2 {
  color: #fff;
  font-weight: 400;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
}

.form-block {
  color: #fff;
}

.form {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-4 {
  margin-top: 20px;
  font-size: 16px;
}

.form-links {
  width: 48%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form-links::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.form-links::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.form-rechts {
  width: 48%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form-rechts::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.form-rechts::placeholder {
  color: #fff;
  font-size: 14px;
}

.submit-button {
  width: 140px;
  height: 35px;
  color: #41d47c;
  background-color: #fff;
  margin-top: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  transition: background-color .3s cubic-bezier(.708, .007, .398, .995);
}

.submit-button:hover {
  background-color: #f3f3f3;
}

.form-wrapper {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.e-mail-form {
  width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.e-mail-form::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.e-mail-form::placeholder {
  color: #fff;
  font-size: 14px;
}

.textarea {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-top: 0 solid #000;
  border-bottom: 1px solid #fff;
  border-left: 0 solid #000;
  border-right: 0 #000;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 0;
  font-size: 14px;
}

.textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.textarea::placeholder {
  color: #fff;
  font-size: 14px;
}

.checkbox-label {
  padding-left: 10px;
  font-size: 14px;
  line-height: 14px;
}

.checkbox-field {
  align-items: flex-end;
  margin-bottom: 20px;
  padding-top: 5px;
  display: flex;
}

.checkbox {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, .34);
  border-width: 1px;
  border-color: #fff;
  border-radius: 0;
}

.footer {
  background-color: #fff;
  padding-top: 100px;
  padding-right: 0;
}

.link-zwart {
  color: #8e8e8e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-zwart:hover, .link-zwart:focus {
  color: #505050;
}

.footerblok-logo {
  width: 100%;
}

.image-33 {
  width: 90px;
  padding-bottom: 65px;
}

.menu-item {
  color: #8e8e8e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.menu-item:hover, .menu-item:focus {
  color: #505050;
}

.menu-item.w--current:active, .menu-item.w--current:focus, .menu-item.w--current:visited {
  color: #8e8e8e;
}

.bb {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footerblok-los {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.logo-vible {
  width: 150px;
  margin-top: 5px;
}

.text-block-5 {
  color: #8e8e8e;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.footerblok {
  max-width: 1100px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.slogan-vible {
  width: 150px;
  margin-top: 5px;
}

.under-footer {
  height: 45px;
  background-color: #f3f3f3;
}

.under-footer-wrapper {
  height: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-6, .text-block-7 {
  font-size: 11px;
}

.privacy-policy {
  color: #8e8e8e;
  text-decoration: underline;
}

.privacy-policy:hover {
  color: #505050;
}

.algemene-voorwaarden {
  color: #8e8e8e;
  text-decoration: underline;
}

.algemene-voorwaarden:hover {
  color: #505050;
}

.paragraph-6 {
  color: #8e8e8e;
  margin-top: 0;
  line-height: 31px;
}

.paragraph-7 {
  color: #000;
  padding-top: 8px;
  line-height: 25px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  line-height: 80px;
}

.text-span-2 {
  background-image: url('../images/hartje-wit.svg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.text-span-3, .text-span-4 {
  font-weight: 400;
}

.hero-title-wrapper {
  width: 100%;
  height: 97vh;
  max-height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.hero-elements-wrapper {
  max-width: 1100px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.link-3 {
  z-index: 20;
  align-items: center;
  padding-left: 20px;
  font-size: 14px;
  text-decoration: underline;
  display: flex;
  position: relative;
}

.link-3:hover {
  color: #ebebeb;
}

.button {
  color: #000;
  background-color: #fff;
}

.btn---wrap-hero {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #42d37d;
  padding-left: 11px;
  padding-right: 11px;
  transition: border-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-hero {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  padding: 1rem 2rem;
  font-size: .833rem;
  line-height: 1.5;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.btn-hero:hover {
  color: #000;
}

.btn-hero.w--current {
  height: 45px;
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 13px;
  display: flex;
}

.image-34 {
  z-index: 20;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.btn---wrap-2 {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 15px;
  transition: border-color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn---wrap-2:hover {
  color: #fff;
}

.btn---wrap-2.form-bttn {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.btn---bg-wrap-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -.0625rem;
  bottom: -.0625rem;
  left: -.0625rem;
  right: -.0625rem;
}

.btn---bg-circle-2 {
  color: #fff;
  background-color: #42d37d;
  border-radius: 50%;
  padding-top: 100%;
  transform: scale(0);
}

.btn-2 {
  color: #000;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 0;
  padding-right: 15px;
  font-size: 14px;
  line-height: 20px;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.btn-2:hover {
  text-transform: none;
}

.btn-2:focus {
  color: #000;
}

.btn-viblegreen {
  color: #fff;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  line-height: 20px;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.btn-viblegreen:hover {
  color: #fff;
  text-transform: none;
}

.btn---wrap-2-viblegreen {
  background-color: #42d37d;
  border: 1px solid #fff;
  border-radius: 0;
  transition: border-color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn---bg-circle-2-white {
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 100%;
  transform: scale(0);
}

.image-35 {
  height: 17px;
  margin-bottom: 8px;
}

.menu {
  z-index: 1000;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #f2f2f2;
  background-image: url('../images/groene-balk-menu.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.menu-wrapper {
  max-width: 1140px;
  min-width: 1140px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-home {
  color: #6c6c6c;
  flex: 0 auto;
  padding-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
}

.link-home:hover {
  color: #505050;
}

.link-home:visited {
  color: #6c6c6c;
}

.link-home.w--current {
  color: #000;
  padding-bottom: 15px;
  font-weight: 600;
}

.link-ons-werk {
  color: #6c6c6c;
  flex: 0 auto;
  padding-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
}

.link-ons-werk:hover {
  color: #505050;
}

.link-ons-werk:visited {
  color: #6c6c6c;
}

.link-wat-doen-wij {
  color: #6c6c6c;
  flex: 0 auto;
  padding-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
}

.link-wat-doen-wij:hover {
  color: #505050;
}

.link-team {
  color: #6c6c6c;
  flex: 0 auto;
  padding-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
}

.link-team:hover {
  color: #505050;
}

.link-contact {
  color: #6c6c6c;
  flex: 0 auto;
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
}

.link-contact:hover {
  color: #505050;
}

.column-3 {
  height: 125px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.link-block {
  display: block;
}

.lottie-animation-8 {
  max-width: 250px;
  position: fixed;
}

.lottie-animation-6 {
  width: 50px;
  height: 50px;
  max-width: 50px;
  background-color: #fff;
  align-items: center;
  display: block;
}

.column-4 {
  padding-left: 10%;
}

.container {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
  position: static;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.hero-groen {
  background-color: #42d37d;
  padding-top: 40px;
  padding-left: 0%;
  padding-right: 100px;
  display: block;
  position: static;
  top: 0%;
  overflow: visible;
}

.container.witte-header {
  background-color: #fff;
  padding-top: 40px;
  padding-left: 0%;
  padding-right: 100px;
  display: block;
  position: static;
  top: 0%;
  overflow: visible;
}

.columns-copy {
  z-index: 802;
  max-width: 1100px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 5%;
  right: 0%;
}

.lottie-animation-3 {
  max-width: 250px;
  display: none;
  position: fixed;
}

.image-36 {
  width: 120px;
  filter: grayscale();
  margin-bottom: 8px;
}

.image-36:hover {
  filter: none;
}

.image-37 {
  width: 50px;
  filter: grayscale();
}

.image-37:hover {
  filter: none;
}

.image-38 {
  width: 120px;
  filter: grayscale();
}

.image-38:hover {
  filter: none;
}

.image-39 {
  filter: grayscale();
  margin-bottom: 5px;
}

.image-39:hover {
  filter: none;
}

.image-40 {
  width: 120px;
}

.btn---bg-circle-wrap-copy {
  width: 200%;
  flex: none;
  font-size: 14px;
  display: block;
}

.btn---bg-circle-wrap-copy.footer-circle {
  width: 300%;
}

.knop-wrapper {
  display: none;
}

.image-42 {
  width: 55px;
  filter: grayscale();
  padding-top: 0;
}

.image-42:hover {
  filter: none;
}

.image-43 {
  width: 180px;
  filter: grayscale();
}

.image-43:hover {
  filter: none;
}

.image-44 {
  filter: grayscale();
}

.image-44:hover {
  filter: none;
}

.image-45 {
  display: none;
}

.image-46 {
  width: 105px;
  filter: grayscale();
  margin-right: 0;
}

.image-46:hover {
  filter: none;
}

.image-47 {
  width: 120px;
  filter: grayscale();
}

.image-47:hover {
  filter: none;
}

.link-block-3 {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-3:hover {
  color: #fff;
}

._154-mouse-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

._154-mouse {
  width: 20px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._154-circle {
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 8px;
}

._154-scroll-text {
  z-index: 999;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 20px;
  margin-right: -10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
}

.hero-bttn-wrapper {
  flex-direction: row;
  align-items: center;
  padding-right: 70px;
  display: flex;
}

.btn-2-footer {
  color: #000;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
  padding: .8em 1em;
  font-size: 14px;
  line-height: 20px;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.btn-2-footer:hover {
  color: #fff;
  text-transform: none;
}

.wdw-hero {
  padding-top: 250px;
  padding-bottom: 0;
}

.wdw-dropdown {
  padding-top: 100px;
}

.body-2 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 31px;
}

.text-span-5 {
  color: #8e8e8e;
  font-weight: 400;
}

.paragraph-8 {
  width: 50%;
  color: #8e8e8e;
}

.heading-11 {
  margin-bottom: 20px;
}

.hero-text-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: visible;
}

.grey-backdrop {
  z-index: -1;
  width: 100%;
  height: 500px;
  background-color: #f3f3f3;
  display: none;
  position: absolute;
  top: 770px;
}

.hero-titel-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.accordion_paragraph {
  width: 100%;
  flex-direction: column;
  margin-top: 2em;
  display: flex;
}

.item_content-wrapper {
  width: 100%;
  color: #9c2b2b;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.title_wrapper {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  text-decoration: none;
  display: flex;
}

.title_wrapper.dropdown-top {
  padding-top: 0;
}

.icon_wrapper {
  width: 5em;
  justify-content: center;
  align-items: center;
  padding: .9em;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.heading-12 {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-9 {
  color: #8e8e8e;
}

.icon_line {
  width: .3em;
  background-color: #2b2b2b;
  padding-top: 2.5em;
  transform: rotate(90deg);
}

.icon_line.is--2 {
  padding-top: 2.5em;
  position: absolute;
  transform: none;
}

.item_head {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.accordion-item {
  width: 100%;
  border-top: 2px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column;
  align-items: flex-end;
  padding: 4em 2em;
  display: flex;
}

.accordion-item.is--first {
  border-top: 1px #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  padding: 0 0 50px;
  text-decoration: none;
}

.accordion-wrapper {
  min-width: 50%;
  color: #8e8e8e;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 100px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: flex;
}

.accordion_head-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  width: 100%;
  height: 400px;
  background-image: url('../images/66-Vible-2023.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.image-wrapper.branding-image {
  background-image: url('../images/80-Vible-2023.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.image-wrapper.grafisch-ontwerp-foto {
  background-image: url('../images/51-Vible-2023.jpg');
  background-position: 0 60%;
}

.image-wrapper.online-marketing-foto {
  background-image: url('../images/62-Vible-2023.jpg');
  background-position: 0%;
}

.dropdown-label {
  height: 55px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.text-block-8 {
  color: #fff;
}

.website-diensten {
  width: 100%;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 50px;
}

.heading-13 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
}

.paragraph-10 {
  color: #8e8e8e;
  line-height: 31px;
}

.website-diesnten-links {
  width: 100%;
  padding-top: 100px;
  display: flex;
}

.website-diensten-rechts {
  width: 100%;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.heading-14 {
  margin-top: 0;
  font-weight: 600;
}

.paragraph-11 {
  color: #8e8e8e;
  line-height: 31px;
}

.heading-15 {
  margin-top: 0;
  font-weight: 600;
}

.paragraph-12 {
  color: #8e8e8e;
  line-height: 31px;
}

.text-wrap-links {
  width: 50%;
  padding-right: 30px;
}

.text-wrap-rechts {
  width: 50%;
  padding-left: 30px;
}

.paragraph-13, .paragraph-14 {
  width: 100%;
}

.scroll-down-indicator-wrapper {
  color: #42d37d;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.scroll-down-indicator-wrapper.cases-scroll {
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
  top: -110px;
}

.image-48 {
  padding-left: 5px;
}

.image-49, .image-50, .tijdelijk-nav {
  display: block;
}

.wdw-introductie {
  object-position: 50% 50%;
  position: relative;
}

.backdrop-introductie {
  z-index: -1;
  width: 100%;
  background-color: #f3f3f3;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-51 {
  object-fit: cover;
  object-position: 50% 50%;
}

.body-3 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 31px;
}

.cases-hero {
  padding-top: 270px;
  padding-bottom: 0;
}

.cases {
  margin-top: 35px;
  margin-bottom: 104px;
  position: relative;
}

.text-span-6 {
  color: #8e8e8e;
  font-weight: 400;
}

.paragraph-15 {
  width: 40%;
  color: #8e8e8e;
}

.heading-16 {
  margin-bottom: 20px;
}

.case-wrapper {
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.case-wrapper.team-3 {
  margin-bottom: 100px;
}

.case-links {
  width: 500px;
  height: 600px;
  background-color: #2f6e7f;
  background-image: url('../images/Team-Heartbeats.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.case-links.case-recharge {
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/The-Recharge-Company.jpg'), linear-gradient(to right, #274889 4%, #4aa7e0 96%);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.case-links.case-recharge.team-foto-2 {
  background-image: url('../images/Team-Vible-Sara.jpg');
  background-repeat: no-repeat;
}

.case-links.richard-case {
  background-color: #a1dda1;
  background-image: url('../images/Richard-de-hoop-alle-schermen-vible.jpg');
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.case-links.team-foto {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 59%, #000), url('../images/34-Vible-2023.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.case-links.team-foto-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #000), url('../images/48-Vible-2023.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.case-rechts {
  width: 500px;
  height: 600px;
  background-color: #a1cdfa;
  background-image: url('../images/U-TECH-community-Vible.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.case-rechts.recht-direct {
  background-color: #92ccb6;
  background-image: url('../images/Recht-direct-social-post-vible.jpg');
}

.case-rechts.team-foto-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .8)), url('../images/37-Vible-2023.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-17 {
  color: #fff;
  margin-bottom: 20px;
}

.image-52 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-53 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.case-title-wrapper {
  z-index: 10;
  width: 90%;
  color: #fff;
  padding-bottom: 50px;
  padding-left: 30px;
}

.backdrop-cases {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  margin-bottom: -104px;
  position: absolute;
  top: 5%;
}

.backdrop-cases.team-bg {
  height: 94%;
  top: 9%;
}

.logo-vertical-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-54 {
  padding-left: 50px;
}

.link-block-4 {
  color: #42d37d;
  display: flex;
}

.link-block-4:focus {
  color: #42d37d;
}

.link-block-4.version2 {
  z-index: 99;
  position: absolute;
  top: 274px;
}

.link-block-4.version2:focus {
  color: #42d37d;
}

.link-block-4.version3 {
  color: #fff;
}

.text-block-9:hover {
  color: #82d1a2;
}

.paragraph-16 {
  color: #fff;
  padding-right: 32px;
}

.paragraph-17 {
  color: #fff;
}

.case-wrappers {
  width: 500px;
  height: 600px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-wrappers.team-3 {
  margin-bottom: 60px;
}

.paragraph-19 {
  color: #fff;
}

.case-wrappers-rechts {
  width: 500px;
  height: 600px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 164px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-arrow-wrapper {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-55 {
  z-index: 10;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 40px;
  position: relative;
}

.arrow-case-5 {
  z-index: 10;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 40px;
  position: relative;
}

.arrow-case-3 {
  z-index: 10;
  padding-bottom: 40px;
  padding-right: 40px;
  position: relative;
}

.arrow-case-3.arrow-team {
  position: static;
}

.body-4 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 31px;
}

.paragraph-15-copy {
  width: 50%;
  color: #8e8e8e;
}

.info-blok {
  padding-top: 100px;
  padding-bottom: 100px;
}

.info-blok-left, .info-blok-right {
  width: 48%;
}

.info-blok-wrapper {
  justify-content: space-between;
  display: flex;
}

.heading-18, .heading-19 {
  margin-top: 0;
}

.heading-20 {
  margin-top: 50px;
}

.paragraph-20 {
  width: 17%;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.vacatures {
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.vacature-2 {
  max-width: 1100px;
  border-bottom: 1.5px solid #8e8e8e;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.heading-21 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.div-block-26 {
  width: 33.33%;
  justify-content: flex-start;
  align-items: flex-start;
}

.ma {
  max-width: 1100px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.button-3 {
  text-align: left;
  background-color: #41d47c;
  margin-top: 0;
  padding: 12px 25px;
  font-family: Manrope, sans-serif;
}

.button-3:hover {
  -webkit-text-fill-color: inherit;
  background-color: #3baa68;
  background-clip: border-box;
}

.div-block-27 {
  width: 33.33%;
}

.paragraph-21 {
  color: #8e8e8e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.vacature-1 {
  max-width: 1100px;
  border-top: 1.5px solid #8e8e8e;
  border-bottom: 1.5px solid #8e8e8e;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-span-10 {
  color: #6c6c6c;
}

.div-block-28 {
  width: 33.33%;
  text-align: right;
}

.heading-22 {
  text-align: left;
  margin-bottom: auto;
}

.text-span-11 {
  display: block;
}

.link-block-5 {
  z-index: 999;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-cover {
  z-index: 5;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-23, .heading-23-copy {
  margin-top: 0;
  margin-bottom: 0;
}

.vacature-2-phone {
  max-width: 1100px;
  border-top: 1.5px solid #8e8e8e;
  border-bottom: 1.5px solid #8e8e8e;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

.text-span-12, .text-span-13, .text-span-14 {
  display: block;
}

.team-tags {
  color: #fff;
  padding-right: 49px;
}

.case-thb-hero {
  background-color: #42d37d;
  padding-top: 320px;
  position: relative;
}

.heading-24 {
  color: #fff;
}

.text-block-11 {
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 25px;
}

.body-5 {
  color: #8e8e8e;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 31px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
}

.thb-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.case-thb-intro {
  z-index: 0;
  background-color: #42d37d;
  padding-top: 0;
  padding-bottom: 100px;
  line-height: 28px;
  display: block;
  position: relative;
}

.paragraph-24 {
  color: #8e8e8e;
  line-height: 31px;
}

.max-with-wrapper-2 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.paragraph-25 {
  color: #000;
  padding-bottom: 25px;
  line-height: 31px;
}

.paragraph-26 {
  color: #8e8e8e;
  line-height: 31px;
}

.case-thb-grey-bg {
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-12 {
  color: #42d37d;
}

.next-button {
  z-index: 99;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swipe-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.left-arrow-2 {
  display: none;
  overflow: visible;
}

.icon-3 {
  display: none;
}

.slide-6 {
  background-color: #fff;
}

.arrow {
  width: 15px;
}

.back-button {
  z-index: 99;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav-2 {
  padding-bottom: 150px;
}

.thb-slider-1 {
  min-width: 100%;
  display: block;
}

.right-arrow-3 {
  display: none;
}

.slider-3 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.case-slider {
  max-width: 1100px;
  margin-top: 100px;
  margin-right: 20px;
}

.swip-buttons-container {
  margin-top: 40px;
  display: flex;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow-3 {
  display: none;
}

.case-thb-quote-sectie {
  background-color: #42d37d;
  padding-top: 120px;
  padding-bottom: 100px;
  display: none;
}

.paragraph-27 {
  color: #fff;
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.text-block-13 {
  color: #fff;
  padding-bottom: 30px;
}

.quote-foto-wrapper {
  justify-content: space-between;
  display: flex;
}

.quote-foto-1 {
  margin-top: 100px;
}

.quote-foto-2 {
  padding-bottom: 100px;
}

.text-span-15 {
  font-size: 64px;
  line-height: 36px;
  position: absolute;
  top: -12%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.case-thb-white-bg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-25 {
  margin-bottom: 20px;
}

.swipe-button-grey {
  width: 60px;
  height: 60px;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.case-thb-leeromgeving, .witter-quote-sectie {
  padding-top: 100px;
  padding-bottom: 100px;
}

.quote {
  color: #000;
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.quote-label {
  color: #000;
  padding-bottom: 0;
}

.case-green-section {
  background-color: #42d37d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-26 {
  color: #fff;
  margin-bottom: 20px;
}

.text-block-14 {
  color: #fff;
}

.paragraph-28 {
  color: #fff;
  font-weight: 700;
}

.image-56 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-27, .paragraph-29, .heading-28 {
  color: #fff;
}

.image-57 {
  width: 100%;
  object-fit: contain;
  background-color: #a1dda1;
  background-image: linear-gradient(to right, #264989 22%, #49a7e0 81%);
  margin-bottom: 100px;
}

.image-57.herothbcase {
  object-fit: contain;
  background-color: #2b6e7f;
}

.image-57.recht-direct-hero {
  background-color: #92ccb6;
  background-image: none;
}

.text-block-15 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}

.scroll-down-indicator-wrapper-copy {
  width: 260px;
  color: #42d37d;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.scroll-down-indicator-wrapper-copy.cases-scroll {
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
  top: -110px;
}

.slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.hero-image {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: auto;
  bottom: -20%;
  left: 0%;
  right: 0%;
}

.image-58 {
  display: none;
}

.lottie-animation-9 {
  width: 65px;
  padding-bottom: 0;
  padding-right: 0;
}

.arrow-wrapper {
  z-index: 1;
  margin-bottom: 40px;
  padding-right: 20px;
}

.kernwaarden {
  padding-top: 100px;
  padding-bottom: 100px;
}

.kernwaarden-wrappers {
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.serieus-sectie {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.heading-30, .heading-31 {
  margin-bottom: 20px;
}

.serieus-wrapper {
  width: 50%;
}

.paragraph-30 {
  padding-bottom: 20px;
}

.text-span-16 {
  background-image: url('../images/hartje-viblegreen.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.grey-backdrop-overons {
  z-index: -1;
  width: 100%;
  height: 815px;
  background-color: #f3f3f3;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.serieus-image-wrapper {
  width: 100%;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.image-59 {
  position: absolute;
  top: 200px;
}

.serieus-wrapper-overons {
  display: flex;
}

.serieus-right {
  width: 50%;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.image-60 {
  width: 45%;
}

.green-divider {
  height: 25px;
  background-color: #42d37d;
  margin-top: 100px;
}

.green-divider.vacture, .heading-32, .heading-33, .heading-34 {
  margin-top: 0;
}

.direct-contact {
  padding-top: 100px;
  padding-bottom: 0;
}

.contact-wrapper {
  display: flex;
}

.contact-links, .contact-rechts {
  width: 50%;
  align-items: center;
  display: flex;
}

.contact-info-wrapper {
  padding-left: 30px;
  overflow: hidden;
}

.list {
  color: #8e8e8e;
  padding-left: 0;
}

.body-6 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 31px;
}

.heading-35 {
  margin-bottom: 10px;
}

.list-item, .list-item-2 {
  padding-bottom: 5px;
}

.image-61 {
  object-fit: cover;
  object-position: 50% 20%;
}

.image-62 {
  object-fit: cover;
  object-position: 50% 40%;
}

.link-block-6 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.socialmedia-wrapper {
  margin-top: 10px;
  display: none;
}

.section {
  background-color: #42d37d;
  padding-top: 166px;
}

.body-7 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 31px;
}

.teamlid-hero {
  padding-top: 250px;
  padding-bottom: 100px;
}

.teamlid-contact-wrapper {
  display: flex;
}

.text-block-16 {
  color: #8e8e8e;
  padding-left: 20px;
}

.teamlid-hero-left {
  width: 45%;
}

.teamlid-hero-right {
  width: 50%;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.teamlid-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.heading-36 {
  margin-bottom: 20px;
}

.zwart-label {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 5px 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-17 {
  color: #fff;
}

.collage {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
}

.collage-wrapper {
  justify-content: space-between;
  display: flex;
}

.image-63 {
  padding-bottom: 100px;
}

.image-64 {
  margin-top: 100px;
}

.teamlid-backdrop {
  z-index: -1;
  height: 1337px;
  background-color: #f3f3f3;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.teamlid-knoppen {
  padding-top: 100px;
  padding-bottom: 0;
}

.teamleden-bttn-wrapper {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.teamlid-wrapper {
  width: 313px;
  height: 550px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.teamlid-wrapper.team-3 {
  margin-bottom: 60px;
}

.link-cover-teamlid {
  z-index: 5;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-cover-teamlid.w--current {
  z-index: 5;
}

.link-cover-teamlid.team-3 {
  z-index: 5;
  display: block;
}

.case-links-copy {
  width: 500px;
  height: 600px;
  background-image: url('../images/case-thb.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.case-links-copy.case-recharge {
  background-image: url('../images/therechargecompany-case.jpg');
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.case-links-copy.case-recharge.team-foto-2 {
  background-image: url('../images/Team-Vible-Sara.jpg');
  background-repeat: no-repeat;
}

.case-links-copy.richard-case {
  background-image: url('../images/richarddehoop-case.jpg');
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.case-links-copy.team-foto {
  background-image: url('../images/Team-Vible-Rick.jpg');
  background-repeat: no-repeat;
}

.case-links-copy.team-foto-3 {
  background-image: url('../images/Team-Vible-Sara.jpg');
}

.teamlid-bttn-link {
  width: 313px;
  height: 550px;
  background-image: url('../images/teamlid-rick.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.teamlid-bttn-link.case-recharge {
  background-image: url('../images/therechargecompany-case.jpg');
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.teamlid-bttn-link.case-recharge.team-foto-2 {
  background-image: url('../images/Team-Vible-Sara.jpg');
  background-repeat: no-repeat;
}

.teamlid-bttn-link.richard-case {
  background-image: url('../images/richarddehoop-case.jpg');
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.teamlid-bttn-link.team-foto {
  background-image: url('../images/Team-Vible-Rick.jpg');
  background-repeat: no-repeat;
}

.teamlid-bttn-link.team-foto-3 {
  background-image: url('../images/Team-Vible-Sara.jpg');
}

.teamlid-bttn-link.team-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #000), url('../images/34-Vible-2023.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.teamlid-bttn-link.team-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 63%, #000), url('../images/48-Vible-2023.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.teamlid-bttn-link.team-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 59%, #000), url('../images/37-Vible-2023.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.teamlid-bttn-link.team-3.w--current {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 68%, #000), url('../images/37-Vible-2023.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-37 {
  margin-bottom: 50px;
}

.arrow-wrapper-team {
  z-index: 1;
  margin-bottom: 30px;
  padding-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lottie-animation-10 {
  padding-bottom: 0;
  padding-right: 0;
}

.team-button-title-wrapper {
  color: #fff;
  padding-bottom: 40px;
  padding-left: 20px;
  position: relative;
}

.heading-38 {
  color: #fff;
  margin-bottom: 0;
}

.image-65 {
  object-fit: cover;
  object-position: 50% 50%;
}

.text-block-18, .link-4 {
  color: #8e8e8e;
}

.link-4:hover {
  color: #505050;
}

.link-5 {
  color: #8e8e8e;
  padding-left: 30px;
}

.link-5:hover {
  color: #505050;
}

.link-6 {
  color: #8e8e8e;
}

.link-6:hover {
  color: #505050;
}

.link-7 {
  color: #8e8e8e;
}

.link-7:hover {
  color: #505050;
}

.link-8 {
  color: #8e8e8e;
}

.link-8:hover {
  color: #505050;
}

.link-9 {
  color: #8e8e8e;
}

.link-9:hover {
  color: #505050;
}

.contact-info-locatie {
  display: flex;
  overflow: hidden;
}

.link-10 {
  margin-left: 40px;
  padding-top: 6px;
  font-weight: 700;
  display: none;
}

.link-10:hover {
  color: #ebebeb;
}

.kernwaarden-wrapper-overons, .kernwaarden-wrapper-copy {
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-32 {
  color: #fff;
}

.text-span-17 {
  font-weight: 700;
}

.heading-39, .paragraph-33 {
  color: #fff;
}

.paragraph-34 {
  line-height: 31px;
}

.heading-40, .paragraph-35 {
  color: #fff;
}

.text-span-18, .text-span-19 {
  color: #8e8e8e;
  font-weight: 400;
}

.vacature-info {
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.list-2 {
  color: #8e8e8e;
  padding-left: 20px;
  list-style-type: disc;
}

.heading-41 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.heading-41.heading-boven {
  margin-top: 0;
}

.heading-42 {
  margin-bottom: 20px;
}

.heading-43 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.heading-44 {
  margin-bottom: 20px;
}

.paragraph-36 {
  color: #000;
  margin-top: 20px;
}

.list-wrapper {
  margin-left: 0;
}

.link-11 {
  color: #8e8e8e;
  text-decoration: underline;
}

.section-2 {
  background-color: #f3f3f3;
  padding-top: 270px;
  padding-bottom: 100px;
}

.text-span-20 {
  color: #8e8e8e;
  font-weight: 400;
}

.body-8 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 31px;
}

.text-span-21 {
  background-image: url('../images/hartje-zwart.svg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: auto;
}

.blogs {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-diverders {
  border-top: 3px solid #8e8e8e;
  border-bottom: 3px solid #8e8e8e;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.blog-title-tag-wrapper {
  width: 60%;
  padding-left: 45px;
}

.image-66 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.heading-45 {
  width: 605px;
}

.button-blog {
  margin-top: 165px;
}

.heading-8-copy {
  color: #fff;
  margin-bottom: 10px;
}

.heading-8-copy.h1-block {
  font-size: 65px;
}

.locatie {
  margin-left: 40px;
  padding-top: 6px;
  font-weight: 700;
}

.locatie:hover {
  color: #fff;
}

.socialmedia-wrapper-contact {
  margin-top: 10px;
}

.link-block-7 {
  z-index: 99;
  position: relative;
}

.white-backdrop {
  z-index: -1;
  width: 100%;
  height: 90%;
  background-color: #fff;
  position: absolute;
  top: 10.05%;
}

.scroll-wrapper {
  overflow: visible;
}

.blok-wrap {
  width: 60px;
  height: 60px;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.image-67 {
  width: 15px;
}

.slide-nav-3 {
  padding-bottom: 130px;
}

.image-57-4 {
  display: block;
}

.div-block-110 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.swip-buttons-container-2 {
  margin-top: 40px;
  display: flex;
}

.body-9 {
  margin-top: 122px;
}

.slide-8 {
  background-color: #fff;
}

.prev {
  z-index: 99;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.next {
  z-index: 99;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-111 {
  width: 100px;
  height: 100px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.div-block-112 {
  width: 100px;
  height: 10px;
  position: relative;
}

.slider-buttons {
  width: 60px;
  height: 60px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.slider-buttons.grey-button {
  background-color: #f3f3f3;
}

.image-68 {
  z-index: 2;
  position: relative;
}

.image-69 {
  z-index: 5;
  position: relative;
}

.image-70, .image-71 {
  min-width: 100%;
}

.lottie-animation-11 {
  max-width: 250px;
  display: none;
  position: fixed;
}

.lottie-animation-12 {
  max-width: 250px;
  display: block;
  position: fixed;
}

.lottie-animation-13 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lege-ruimte-animatie {
  width: 100%;
  height: 100vh;
  -webkit-text-fill-color: inherit;
  background-color: #42d37d;
  background-clip: border-box;
  display: none;
  overflow: visible;
}

.heading-47 {
  color: #fff;
  text-align: center;
}

.hero-text-container {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.hero-title-wrapper-2 {
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-title-wrapper-y {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.lottie-animation-14 {
  max-width: 200px;
  display: block;
  position: fixed;
}

.div-block-114 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-115 {
  max-width: 1100px;
  padding-left: 5%;
  padding-right: 200px;
}

.container-2 {
  padding-left: 5%;
  padding-right: 100px;
}

.column-5 {
  padding-left: 0;
}

.columns-copy-2 {
  z-index: 1001;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lottie-animation-15 {
  max-width: 200px;
  display: block;
  position: fixed;
}

.lottie-animation-16 {
  max-width: 200px;
}

.lottie-veranderend {
  max-width: 200px;
  margin-top: 4px;
  margin-left: 4px;
  padding-left: 0;
  display: block;
  position: fixed;
}

.columns-2 {
  max-width: 100%;
}

.tweede-kolom-menu {
  z-index: 802;
  margin-top: -36px;
  display: block;
}

.column-5-copy {
  padding-left: 0;
}

.lottie-animation-15-copy {
  max-width: 200px;
  display: block;
}

.link-block-8, .ons-werk-titel-wrapper {
  overflow: hidden;
}

.container-3 {
  align-items: flex-start;
  display: block;
  overflow: visible;
}

.div-block-116 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
  overflow: hidden;
}

.div-block-117 {
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.wrapper-thb-home, .wrapper-thb-home-tekst, .utech-home-titel, .utech-home-paragraph, .link-block-9, .trc-titel-wrapper, .trc-paragraph-wrapper, .home-wrapper-titel-passie, .home-wrapper-tekst-passie, .home-wrapper-titel-vibe, .home-wrapper-tekst-l-vibe, .home-wrapper-tekst-r-vibe {
  overflow: hidden;
}

.flowbase-banner {
  height: 64px;
}

.wrapper-vriendentitel, .wrapper-vriendentekst, .footerheader, .footertekst-wrapper, .wrapper-contactbericht, .wrapper-knopjes, .wdwh1, .wdwp1, .wdw-p2, .wdw-p3 {
  overflow: hidden;
}

.cases-hero1 {
  padding-top: 250px;
  padding-bottom: 0;
}

.casewrapperopdr, .casewrapperdienst {
  overflow: hidden;
}

.text-span-22 {
  font-size: 64px;
}

.overons-h1, .overons-p1, .overonsh2, .overons-h3-passie, .overons-p, .div-block-118 {
  overflow: hidden;
}

.team-hero {
  padding-top: 250px;
  padding-bottom: 15px;
}

.team-h2, .team-p2 {
  overflow: hidden;
}

.teamhvacatures {
  margin-bottom: 40px;
  padding-bottom: 10px;
  overflow: hidden;
}

.teamvacaturesh2 {
  padding-bottom: 2px;
  overflow: hidden;
}

.teamvacatures-p, .teamvacaturesbutton {
  overflow: hidden;
}

.maxwith-wrapper-contact {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.div-block-119 {
  overflow: hidden;
}

.contacth2 {
  margin-bottom: 40px;
  overflow: hidden;
}

.div-block-120, .rickcontactwrapper {
  overflow: hidden;
}

.mobilemenu {
  display: none;
}

.heading-case {
  color: #fff;
}

.heading-case-boven {
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 25px;
}

.case-tags {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}

.text-bold {
  color: #000;
  padding-bottom: 25px;
  line-height: 31px;
}

.text-bold.wit {
  color: #fff;
}

.text {
  color: #8e8e8e;
  line-height: 31px;
}

.text.wit {
  color: #fff;
}

.text.teamlidtekst {
  padding-top: 30px;
}

.h2 {
  margin-bottom: 10px;
}

.h2.wit, .h3.wit {
  color: #fff;
}

.boven-titel {
  color: #42d37d;
}

.boven-titel.wit, .boven-titel-wit {
  color: #fff;
}

.text-block-19 {
  color: #000;
}

.error-message {
  background-color: #fa3030;
}

.navbar-logo-left {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 15px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #42d37d;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.paragraph-39 {
  color: #000;
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.lightbox-link {
  display: none;
}

.image-72, .image-73, .image-74, .image-75, .image-76 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.afbeelding-case-u-tech {
  width: 100%;
  object-fit: contain;
  background-color: #a1cdfa;
  margin-bottom: 100px;
}

.afbeelding-case-u-tech.herothbcase {
  object-fit: contain;
  background-color: #2b6e7f;
}

.case-team-heartbeats {
  width: 100%;
  object-fit: contain;
  background-color: #a1dda1;
  background-image: linear-gradient(to right, #264989 22%, #49a7e0 81%);
  margin-bottom: 100px;
}

.case-team-heartbeats.herothbcase {
  object-fit: contain;
  background-color: #2b6e7f;
}

.case-team-heartbeats-copy {
  width: 100%;
  object-fit: contain;
  background-color: #2b6e7f;
  margin-bottom: 100px;
}

.case-team-heartbeats-copy.herothbcase {
  object-fit: contain;
  background-color: #2b6e7f;
}

.case-richard {
  width: 100%;
  object-fit: contain;
  background-color: #a1dda1;
  margin-bottom: 100px;
}

.case-richard.herothbcase {
  object-fit: contain;
  background-color: #2b6e7f;
}

@media screen and (max-width: 991px) {
  .home-onzeklanten, .footer-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .maxwith-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    width: 100%;
  }

  .heading {
    margin-left: 20px;
  }

  .home-case-1-wrapper, .home-cases-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn:hover {
    color: #fff;
  }

  .home-case-left {
    width: 45%;
  }

  .home-case-right {
    width: 50%;
  }

  .text-block {
    padding-right: 120px;
  }

  .column, .column-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    padding-left: 68px;
    padding-right: 68px;
  }

  .kernwaarden-links {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .kernwaarden-links.home {
    margin-left: 0;
    margin-right: 0;
  }

  .kernwaarden-rechts {
    width: 95%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
  }

  .kernwaarden-wrapper {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .kernwaarden-sectie-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4 {
    padding-top: 20px;
  }

  .heading-5 {
    margin-top: 0;
  }

  .kernwaarden-rechts-2 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .vible-kernwaarden-mail {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .e-mail-links {
    width: 90%;
  }

  .e-mail-rechts {
    width: 100%;
  }

  .footer-left {
    width: 50%;
  }

  .footer-right {
    width: 45%;
  }

  .form-links, .form-rechts {
    width: 100%;
    margin-bottom: 15px;
  }

  .form-wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }

  .e-mail-form {
    margin-bottom: 15px;
  }

  .footerblok-logo {
    width: 20%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-33 {
    width: auto;
  }

  .bb {
    width: 10%;
  }

  .footerblok-los {
    width: auto;
    align-items: flex-start;
  }

  .logo-vible {
    width: 110px;
  }

  .footerblok {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan-vible {
    width: 110px;
  }

  .under-footer-wrapper {
    padding-left: 20px;
    padding-right: 19px;
  }

  .btn-hero:hover, .btn-2:hover, .btn-viblegreen:hover {
    color: #fff;
  }

  .menu {
    display: none;
  }

  .link-block {
    position: relative;
  }

  .lottie-animation-8 {
    max-width: 200px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .container.hero-groen, .container.witte-header {
    display: none;
    overflow: visible;
  }

  .lottie-animation-3 {
    min-width: 200px;
    position: fixed;
  }

  .btn-2-footer:hover {
    color: #fff;
  }

  .wdw-hero {
    margin-left: 19px;
    margin-right: 19px;
    padding-top: 150px;
  }

  .wdw-dropdown {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-8 {
    width: 70%;
  }

  .heading-11 {
    font-size: 50px;
  }

  .hero-text-wrapper {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 20px;
    margin-right: 20px;
  }

  .grey-backdrop {
    height: 500px;
    top: 597px;
    left: -1px;
  }

  .image-wrapper {
    background-repeat: no-repeat;
  }

  .website-diensten {
    padding-bottom: 0;
  }

  .text-wrap-links {
    padding-right: 35px;
  }

  .text-wrap-rechts {
    padding-left: 35px;
  }

  .paragraph-13, .paragraph-14 {
    padding-right: 20px;
  }

  .image-51 {
    padding-left: 21px;
    padding-right: 21px;
    display: block;
  }

  .cases-hero {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-15 {
    width: 70%;
  }

  .case-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .case-links {
    width: 100%;
    height: 450px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-rechts {
    width: 100%;
    height: 450px;
  }

  .case-rechts.recht-direct {
    background-position: 50% 100%;
    background-size: cover;
  }

  .heading-17 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .case-title-wrapper {
    padding-left: 20px;
    padding-right: 33px;
  }

  .backdrop-cases {
    height: 100%;
    top: 6%;
  }

  .image-54 {
    padding-left: 0;
  }

  .link-block-4.version2 {
    top: 257px;
  }

  .case-wrappers {
    width: 45%;
    height: 450px;
  }

  .case-wrappers-rechts {
    width: 45%;
    height: 450px;
    align-items: flex-end;
    margin-top: 164px;
  }

  .image-55, .arrow-case-5, .arrow-case-3 {
    padding-bottom: 50px;
  }

  .paragraph-15-copy {
    width: 70%;
  }

  .info-blok {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-20 {
    width: 28%;
  }

  .vacature-2 {
    width: 90%;
    margin-left: 20px;
    margin-right: -3px;
  }

  .ma {
    width: 90%;
  }

  .button-3 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .vacature-1 {
    width: 90%;
    margin-left: 20px;
    margin-right: 0;
  }

  .heading-22 {
    padding-left: 20px;
  }

  .vacature-2-phone {
    width: 90%;
    margin-left: 20px;
    margin-right: 0;
  }

  .team-tags {
    padding-right: 0;
  }

  .case-thb-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-24 {
    font-size: 55px;
  }

  .thb-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .case-thb-intro {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .case-thb-grey-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav-2 {
    padding-bottom: 0;
  }

  .slider-3 {
    height: auto;
    background-color: #fff;
  }

  .slider {
    height: 400px;
  }

  .case-thb-quote-sectie {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-foto-1, .quote-foto-2 {
    width: 45%;
  }

  .text-span-15 {
    left: 0%;
  }

  .case-thb-white-bg, .witter-quote-sectie, .case-green-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-57 {
    width: auto;
    padding-top: 0;
    display: inline-block;
  }

  .scroll-down-indicator-wrapper-copy {
    width: auto;
  }

  .slider-2 {
    height: 400px;
  }

  .hero-image {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lottie-animation-9 {
    width: 65px;
  }

  .kernwaarden-wrappers {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .serieus-image-wrapper {
    width: auto;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-59 {
    width: 90%;
  }

  .serieus-wrapper-overons, .direct-contact {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-info-wrapper {
    padding-left: 20px;
  }

  .image-61, .image-62 {
    width: 40%;
  }

  .teamlid-hero-right {
    align-items: flex-end;
  }

  .teamlid-hero-wrapper, .collage-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-63, .image-64 {
    width: 45%;
  }

  .teamlid-backdrop {
    height: 1200px;
  }

  .teamlid-knoppen {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .teamlid-wrapper {
    width: 45%;
    height: 450px;
    margin-right: 10px;
  }

  .case-links-copy {
    width: 100%;
    height: 450px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .teamlid-bttn-link {
    width: 100%;
    height: 450px;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-wrapper-team {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .image-65 {
    object-fit: contain;
  }

  .contact-info-locatie {
    flex-direction: row;
  }

  .link-10 {
    margin-left: 0;
  }

  .kernwaarden-wrapper-overons, .kernwaarden-wrapper-copy {
    width: 47%;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-42 {
    margin-bottom: 2px;
  }

  .list-wrapper, .blogs {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-66 {
    display: none;
  }

  .locatie {
    margin-left: 0;
    padding-left: 31px;
  }

  .case-info-wrapper, .case-hero-image-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .scroll-wrapper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .slide-nav-3 {
    padding-bottom: 130px;
  }

  .div-block-110 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lottie-animation-11 {
    max-width: 200px;
  }

  .lottie-animation-12 {
    min-width: 200px;
    position: fixed;
  }

  .lottie-animation-14 {
    max-width: 200px;
  }

  .lottie-animation-15, .lottie-animation-15-copy {
    min-width: 200px;
    position: fixed;
  }

  .cases-hero1, .team-hero {
    margin-left: 19px;
    margin-right: 19px;
    padding-top: 150px;
  }

  .maxwith-wrapper-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-case {
    font-size: 55px;
  }

  .h2.wit {
    font-size: 35px;
  }

  .navbar-logo-left {
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .navbar-logo-left-container.shadow-three {
    display: block;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon-4 {
    color: #000;
  }

  .afbeelding-case-u-tech, .case-team-heartbeats, .case-team-heartbeats-copy, .case-richard {
    width: auto;
    padding-top: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .home-cases {
    padding-top: 60px;
  }

  .home-kernwaarden-title {
    padding: 60px 20px;
  }

  .home-onzeklanten {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-uitleg {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .heading {
    font-size: 35px;
  }

  .home-case-1-wrapper {
    flex-direction: column-reverse;
  }

  .home-case-left {
    width: 100%;
    margin-top: 20px;
  }

  .home-case-right {
    width: 100%;
  }

  .text-block {
    padding-right: 0;
    line-height: 25px;
  }

  .column {
    padding-top: 0;
  }

  .column-2 {
    padding-bottom: 0;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .home-case-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 35px;
  }

  .home-kernwaarden {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kernwaarden-links {
    width: auto;
    padding-right: 0;
  }

  .kernwaarden-rechts {
    width: auto;
    padding-top: 20px;
  }

  .kernwaarden-wrapper {
    flex-direction: column;
  }

  .paragraph-3 {
    padding-right: 10px;
  }

  .paragraph-4 {
    padding-top: 5px;
    padding-left: 0;
  }

  .kernwaarden-rechts-2 {
    width: 100%;
    padding-top: 0;
  }

  .vible-kernwaarden-mail {
    flex-direction: column;
    align-items: center;
  }

  .kernwaarden-email-links {
    width: 100%;
    padding-right: 0;
  }

  .kerwaarden-email-rechts {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .e-mail-links {
    width: 100%;
  }

  .logos-klanten-row {
    flex-direction: row;
    overflow: hidden;
  }

  .footer-left {
    width: 100%;
    flex: 1;
  }

  .footer-right {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .link-zwart {
    font-size: 15px;
  }

  .footerblok-logo {
    width: 100%;
    margin-bottom: 20px;
  }

  .menu-item, .menu-item.w--current {
    font-size: 15px;
  }

  .bb {
    width: 20%;
    align-self: flex-start;
  }

  .footerblok-los {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .footerblok {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-span-2 {
    font-size: 51px;
  }

  .text-span-3, .text-span-4 {
    font-size: 40px;
  }

  .hero-elements-wrapper {
    position: relative;
  }

  .column-3 {
    padding-left: 0;
  }

  .lottie-animation-8 {
    max-width: 150px;
    min-width: auto;
  }

  .container.hero-groen {
    display: none;
  }

  .lottie-animation-3 {
    max-width: 150px;
    min-width: auto;
  }

  .image-36, .image-37, .image-38 {
    display: none;
  }

  .paragraph-8 {
    width: 80%;
  }

  .hero-text-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .grey-backdrop {
    height: 600px;
    top: 616px;
  }

  .image-wrapper {
    background-position: 30%;
  }

  .text-wrap-links {
    padding-right: 25px;
  }

  .text-wrap-rechts {
    padding-left: 25px;
  }

  .paragraph-13 {
    padding-right: 10px;
  }

  .paragraph-14 {
    padding-left: 10px;
    padding-right: 0;
  }

  .cases {
    margin-bottom: 0;
  }

  .paragraph-15 {
    width: 80%;
  }

  .case-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: 100px;
    margin-right: 100px;
  }

  .case-links {
    width: 100%;
    height: 470px;
    padding-bottom: 40px;
  }

  .case-rechts {
    width: 100%;
    height: 470px;
  }

  .backdrop-cases {
    height: 94%;
  }

  .image-54 {
    padding-left: 0;
  }

  .case-wrappers {
    width: 100%;
    height: 470px;
    margin-top: 100px;
  }

  .case-wrappers.case-5 {
    margin-bottom: 100px;
  }

  .case-wrappers-rechts {
    width: 100%;
    margin-top: 100px;
  }

  .paragraph-15-copy {
    width: 80%;
  }

  .heading-24 {
    font-size: 40px;
    line-height: 50px;
  }

  .slide-nav-2 {
    padding-bottom: 136px;
  }

  .slider {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .image-57 {
    padding-top: 0;
  }

  .scroll-down-indicator-wrapper-copy {
    padding-top: 20px;
  }

  .slider-2 {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-image {
    top: -12%;
  }

  .serieus-wrapper {
    width: 100%;
  }

  .serieus-image-wrapper {
    display: none;
  }

  .image-59 {
    width: 70%;
    position: static;
    top: 50px;
  }

  .serieus-wrapper-overons {
    flex-direction: column;
    align-items: center;
  }

  .serieus-right {
    width: 100%;
    justify-content: flex-start;
    padding-top: 30px;
  }

  .heading-32, .heading-33, .heading-34 {
    margin-top: 0;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-links {
    width: 100%;
  }

  .contact-rechts {
    width: 100%;
    padding-top: 40px;
  }

  .teamlid-contact-wrapper {
    flex-direction: column;
  }

  .text-block-16 {
    padding-left: 0;
  }

  .teamlid-hero-left {
    width: 100%;
    margin-top: 40px;
  }

  .teamlid-hero-right {
    width: 100%;
  }

  .teamlid-hero-wrapper {
    flex-direction: column-reverse;
  }

  .heading-36 {
    font-size: 45px;
    line-height: 50px;
  }

  .teamlid-backdrop {
    height: 980px;
  }

  .teamlid-knoppen {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .teamleden-bttn-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .teamlid-wrapper {
    width: 100%;
    height: 550px;
    margin-top: 60px;
    margin-right: 0;
  }

  .teamlid-wrapper.case-5 {
    margin-bottom: 100px;
  }

  .teamlid-wrapper.team-1-phone {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }

  .case-links-copy {
    width: 100%;
    height: 470px;
    padding-bottom: 40px;
  }

  .teamlid-bttn-link {
    width: 100%;
    height: 550px;
    background-size: contain;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-37 {
    margin-bottom: 0;
  }

  .arrow-wrapper-team {
    margin-bottom: 35px;
    padding-right: 0;
  }

  .lottie-animation-10 {
    width: 80px;
  }

  .link-5 {
    padding-left: 0;
  }

  .contact-info-locatie, .kernwaarden-wrapper-overons, .kernwaarden-wrapper-copy {
    flex-direction: column;
  }

  .image-66 {
    display: block;
  }

  .heading-46 {
    font-size: 16px;
  }

  .heading-8-copy.h1-block {
    line-height: 60px;
  }

  .locatie {
    padding-left: 0;
  }

  .lottie-animation-11, .lottie-animation-12 {
    max-width: 150px;
    min-width: auto;
  }

  .heading-47 {
    font-size: 50px;
  }

  .hero-text-container {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .lottie-animation-14, .lottie-animation-15, .lottie-animation-15-copy {
    max-width: 150px;
    min-width: auto;
  }

  .div-block-116 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .div-block-117 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .heading-case {
    font-size: 40px;
    line-height: 50px;
  }

  .h2 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .h3 {
    font-size: 25px;
  }

  .navbar-logo-left {
    z-index: 999;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 99999;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section-3 {
    height: 97vh;
    background-color: #42d37d;
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .afbeelding-case-u-tech, .case-team-heartbeats, .case-team-heartbeats-copy, .case-richard {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  li {
    padding-bottom: 5px;
  }

  .home-cases {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .home-kernwaarden-title, .home-onzeklanten {
    padding: 60px 14px;
  }

  .footer-form {
    padding: 80px 14px 65px;
  }

  .paragraph-uitleg {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .maxwith-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    width: 100%;
  }

  .heading {
    margin-left: 10px;
  }

  .home-case-1-wrapper {
    flex-direction: column-reverse;
    padding: 60px 14px 50px;
  }

  .home-cases-title-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  .btn {
    padding: .5rem 1rem;
  }

  .home-case-left {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  .home-case-left.recharge {
    padding-right: 0;
  }

  .home-case-right {
    width: 100%;
    padding-bottom: 0;
  }

  .text-block {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .home-case-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column {
    padding-top: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .column-2 {
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .image {
    padding-bottom: 0;
    display: block;
  }

  .columns {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .home-case-2, .home-case-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-2 {
    text-align: left;
  }

  .heading-3 {
    text-align: left;
    line-height: 40px;
  }

  .home-kernwaarden {
    padding: 60px 0;
  }

  .kernwaarden-links {
    width: auto;
    margin-left: 14px;
    margin-right: 14px;
    display: block;
  }

  .kernwaarden-rechts {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 30px;
  }

  .kernwaarden-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kernwaarden-wrapper.leeg {
    display: none;
  }

  .text-span {
    background-size: 30px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 40px;
  }

  .kernwaarden-sectie-2 {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    padding-right: 0;
  }

  .paragraph-4 {
    padding-left: 0;
  }

  .kernwaarden-rechts-2 {
    padding-top: 20px;
    padding-left: 0;
  }

  .vible-kernwaarden-mail {
    padding-left: 0;
    padding-right: 0;
  }

  .kernwaarden-email-links {
    padding-right: 0;
  }

  .kerwaarden-email-rechts {
    padding-left: 0;
  }

  .e-mail-links, .e-mail-rechts {
    width: 100%;
  }

  .paragraph-5 {
    margin-bottom: 10px;
  }

  .heading-7 {
    font-size: 35px;
    line-height: 40px;
  }

  .logos-klanten-row {
    width: 100%;
    height: 220px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .logos-klanten-row.phone {
    padding-left: 30px;
  }

  .footer-left {
    width: 100%;
    padding-bottom: 40px;
  }

  .footer-right {
    width: 100%;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .form-links {
    width: 100%;
    margin-bottom: 25px;
    font-weight: 400;
  }

  .form-rechts {
    width: 100%;
    margin-bottom: 25px;
  }

  .submit-button {
    font-size: 15px;
  }

  .form-wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }

  .e-mail-form {
    margin-bottom: 25px;
  }

  .footer {
    padding-top: 80px;
  }

  .link-zwart {
    font-size: 15px;
  }

  .footerblok-logo {
    width: 60%;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .image-33 {
    width: 100px;
    padding-bottom: 0;
  }

  .menu-item {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .bb {
    width: 100%;
    flex-direction: column;
    display: block;
  }

  .footerblok-los {
    width: 60%;
    margin-bottom: 20px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .heading-9, .text-block-5 {
    font-size: 15px;
  }

  .footerblok {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 14px;
    margin-right: 14px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .slogan-vible {
    width: 150px;
  }

  .under-footer {
    height: 100px;
  }

  .under-footer-wrapper {
    flex-direction: column;
    justify-content: space-around;
    padding-top: 10px;
    padding-right: 20px;
  }

  .text-block-7 {
    text-align: center;
    line-height: 24px;
  }

  .heading-10 {
    margin-bottom: 75px;
    font-size: 35px;
    line-height: 35px;
  }

  .text-span-2 {
    background-size: 25px;
    font-size: 31px;
  }

  .text-span-3, .text-span-4 {
    font-size: 35px;
  }

  .hero-title-wrapper {
    height: 100vh;
    align-items: center;
  }

  .hero-elements-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .link-3 {
    padding-top: 15px;
    padding-left: 0;
  }

  .image-34 {
    height: 30px;
    padding-bottom: 0;
  }

  .btn---wrap-2 {
    align-items: center;
    display: flex;
  }

  .btn---wrap-2.form-bttn {
    width: 133px;
  }

  .btn---bg-wrap-2 {
    justify-content: center;
    align-items: center;
  }

  .image-35, .menu {
    display: none;
  }

  .column-3 {
    padding-right: 0;
  }

  .lottie-animation-8 {
    max-width: 200px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .column-4 {
    padding-left: 115px;
  }

  .container.hero-groen {
    display: none;
  }

  .lottie-animation-3 {
    max-width: 200px;
    min-width: 200px;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-36, .image-37 {
    display: none;
  }

  .image-38 {
    display: block;
  }

  .image-39 {
    display: none;
  }

  .klanten-logo-wrapper {
    display: flex;
  }

  .image-40 {
    width: 50%;
  }

  .button-2 {
    z-index: 20;
    width: 70%;
    color: #000;
    background-color: #fff;
    font-size: 13px;
  }

  .knop-wrapper {
    width: 90%;
    display: none;
    position: relative;
  }

  .image-41 {
    width: 40px;
  }

  .playbutton-knop {
    width: 30%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-2 {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-42, .image-43, .image-44 {
    display: none;
  }

  .image-45 {
    max-width: 90px;
    filter: grayscale();
    display: block;
  }

  .image-45:hover {
    filter: none;
  }

  .image-46 {
    width: 110px;
  }

  ._154-mouse-wrapper {
    padding-bottom: 100px;
  }

  .hero-bttn-wrapper {
    flex-direction: column;
    padding-right: 0;
  }

  .btn-2-footer:hover {
    color: #000;
  }

  .wdw-hero {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 130px;
    padding-bottom: 0;
  }

  .wdw-dropdown {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 60px;
  }

  .paragraph-8 {
    width: 100%;
    line-height: 30px;
  }

  .heading-11 {
    font-size: 35px;
    line-height: 50px;
  }

  .hero-text-wrapper {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .grey-backdrop {
    height: 540px;
    top: 683px;
    left: 0;
  }

  .title_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title_wrapper.dropdown-top {
    padding-bottom: 20px;
  }

  .heading-12 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .icon_line {
    width: .22em;
    padding-top: 2em;
  }

  .icon_line.is--2 {
    padding-top: 2em;
  }

  .accordion-item.is--first {
    padding: 0;
  }

  .image-wrapper {
    height: 300px;
    background-position: 36%;
    background-size: cover;
    justify-content: center;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-wrapper.grafisch-ontwerp-foto {
    justify-content: flex-start;
  }

  .dropdown-label {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 20px;
  }

  .website-diensten {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .heading-13 {
    margin-top: 0;
  }

  .paragraph-10 {
    line-height: 30px;
  }

  .website-diesnten-links, .website-diensten-rechts {
    flex-direction: column;
    padding-top: 40px;
  }

  .heading-14 {
    margin-top: 0;
  }

  .paragraph-11 {
    line-height: 30px;
  }

  .heading-15 {
    margin-top: 0;
  }

  .paragraph-12 {
    line-height: 30px;
  }

  .text-wrap-links {
    width: 100%;
    padding-right: 0;
  }

  .text-wrap-rechts {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .text-wrap-rechts.hidden {
    display: none;
  }

  .paragraph-13 {
    width: 100%;
    padding-right: 0;
    line-height: 30px;
  }

  .paragraph-14 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
  }

  .scroll-down-indicator-wrapper {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .scroll-down-indicator-wrapper.cases-scroll {
    padding-top: 0;
    padding-bottom: 0;
    top: -100px;
  }

  .image-49 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-50 {
    padding-top: 23px;
    display: block;
  }

  .tijdelijk-nav {
    justify-content: space-between;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
  }

  .backdrop-introductie {
    top: 8%;
  }

  .image-51 {
    height: 100%;
    object-fit: cover;
    object-position: 60% 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .cases-hero {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 130px;
  }

  .cases {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .paragraph-15 {
    width: 100%;
    margin-bottom: 70px;
  }

  .heading-16 {
    font-size: 45px;
    line-height: 50px;
  }

  .case-wrapper {
    margin-left: 14px;
    margin-right: 14px;
  }

  .case-links {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-links.case-recharge {
    height: 100%;
    background-position: 100%;
  }

  .case-links.richard-case {
    height: 100%;
  }

  .case-links.team-foto {
    background-position: 50%;
  }

  .case-rechts {
    height: 100%;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-rechts.recht-direct {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-17 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .case-title-wrapper {
    padding-left: 14px;
    padding-right: 0;
  }

  .backdrop-cases {
    height: 94%;
  }

  .backdrop-cases.team-bg {
    height: 91%;
  }

  .logo-vertical-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 14px;
    padding-bottom: 16px;
  }

  .image-54 {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .link-block-4.version2 {
    padding-top: 0;
    top: 140px;
  }

  .hero-image-wrapper {
    height: 250px;
    object-position: 50% 50%;
    margin-left: 14px;
    margin-right: 14px;
  }

  .text-span-7 {
    display: block;
  }

  .paragraph-16, .paragraph-17, .paragraph-18 {
    line-height: 25px;
  }

  .text-span-8, .text-span-9 {
    display: block;
  }

  .case-wrappers {
    height: 420px;
    margin-top: 0;
  }

  .case-wrappers.case-5 {
    height: 420px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .case-wrappers.margin {
    margin-top: 80px;
  }

  .case-wrappers.team-3 {
    margin-bottom: 90px;
  }

  .case-wrappers-rechts {
    height: 420px;
    margin-top: 80px;
    padding-bottom: 0;
  }

  .case-wrappers-rechts.recht-phone {
    margin-bottom: 80px;
  }

  .image-55, .arrow-case-5, .arrow-case-3 {
    padding-right: 20px;
  }

  .paragraph-15-copy {
    width: 100%;
  }

  .info-blok {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .info-blok-left, .info-blok-right {
    width: 100%;
  }

  .info-blok-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .heading-20 {
    margin-top: 0;
  }

  .paragraph-20 {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 25px;
  }

  .vacatures {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vacature-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 14px;
    margin-right: 14px;
    display: flex;
  }

  .heading-21 {
    font-size: 32px;
  }

  .div-block-26 {
    width: 100%;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 25px;
    font-size: 15px;
    display: flex;
  }

  .div-block-27 {
    width: 100%;
  }

  .paragraph-21 {
    text-align: left;
    margin-bottom: 15px;
    padding-top: 0;
    display: block;
  }

  .vacature-1 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 14px;
    margin-right: 14px;
  }

  .text-span-10 {
    line-height: 60px;
  }

  .div-block-28 {
    width: 70%;
    text-align: center;
  }

  .heading-22 {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-22, .paragraph-23 {
    margin-bottom: 30px;
  }

  .link-cover {
    display: block;
  }

  .title-btn-wrapper {
    display: flex;
    position: static;
  }

  .heading-23 {
    text-align: left;
    font-size: 25px;
    line-height: 32px;
  }

  .heading-23-copy {
    width: 160px;
    text-align: left;
    font-size: 25px;
    line-height: 32px;
  }

  .vacature-2-phone {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 14px;
    margin-right: 14px;
    display: flex;
  }

  .div-block-44 {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .heading-23-copy {
    width: 180px;
    text-align: left;
    margin-top: 0;
    font-size: 25px;
    line-height: 32px;
  }

  .team-tags {
    padding-right: 0;
  }

  .case-thb-hero {
    padding-top: 130px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-24 {
    max-width: 100%;
    font-size: 45px;
    line-height: 50px;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .thb-title-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .case-thb-intro {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .paragraph-24, .paragraph-25, .paragraph-26 {
    line-height: 30px;
  }

  .case-thb-grey-bg {
    padding: 60px 20px;
  }

  .slide-nav-2 {
    display: none;
  }

  .case-slider {
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .swip-buttons-container {
    z-index: 99;
    position: relative;
  }

  .case-thb-quote-sectie {
    padding: 120px 14px 80px;
  }

  .paragraph-27 {
    font-size: 20px;
    line-height: 30px;
  }

  .quote-foto-1 {
    width: 100%;
    margin-top: 0;
  }

  .quote-foto-2 {
    display: none;
  }

  .case-thb-white-bg {
    padding: 60px 20px;
  }

  .heading-25 {
    font-size: 30px;
    line-height: 40px;
  }

  .witter-quote-sectie {
    padding: 120px 14px 80px;
  }

  .quote {
    font-size: 20px;
    line-height: 30px;
  }

  .case-green-section {
    padding: 80px 14px;
  }

  .heading-26 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-57 {
    margin-bottom: 40px;
    padding-top: 0;
    display: block;
  }

  .scroll-down-indicator-wrapper-copy {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .scroll-down-indicator-wrapper-copy.cases-scroll {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-29 {
    color: #fff;
  }

  .hero-image {
    margin-left: 0;
    margin-right: 0;
    top: -9%;
  }

  .image-58 {
    padding-top: 0;
    display: block;
  }

  .lottie-animation-9 {
    width: 65px;
  }

  .kernwaarden {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kernwaarden-wrappers {
    flex-direction: column;
    align-items: center;
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 0;
  }

  .serieus-sectie {
    padding-top: 80px;
  }

  .heading-30 {
    font-size: 30px;
  }

  .heading-31 {
    margin-bottom: 40px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 30px;
    line-height: 40px;
  }

  .text-span-16 {
    background-size: 22px;
  }

  .image-59 {
    width: 100%;
  }

  .serieus-wrapper-overons {
    margin-left: 14px;
    margin-right: 14px;
  }

  .green-divider {
    margin-top: 80px;
  }

  .heading-32 {
    margin-top: 0;
  }

  .direct-contact {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 80px;
  }

  .heading-35 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .section {
    padding-top: 80px;
  }

  .teamlid-hero {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .teamlid-contact-wrapper {
    flex-direction: row;
  }

  .text-block-16 {
    padding-left: 30px;
  }

  .teamlid-hero-left, .teamlid-hero-right {
    width: 100%;
  }

  .teamlid-hero-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 14px;
    margin-right: 14px;
  }

  .zwart-label {
    margin-bottom: 14px;
    margin-right: 14px;
  }

  .text-block-17 {
    font-size: 14px;
  }

  .collage {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .collage-wrapper {
    margin-left: 14px;
    margin-right: 14px;
  }

  .teamlid-backdrop {
    height: 100%;
  }

  .teamlid-knoppen {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 0;
  }

  .teamlid-wrapper {
    width: 100%;
    height: 510px;
    margin-top: 80px;
    margin-bottom: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .teamlid-wrapper.case-5 {
    height: 420px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .teamlid-wrapper.margin {
    margin-top: 80px;
  }

  .teamlid-wrapper.team-3 {
    margin-bottom: 90px;
  }

  .teamlid-wrapper.team-1-phone {
    margin-top: 40px;
  }

  .link-cover-teamlid {
    display: block;
  }

  .case-links-copy {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-links-copy.case-recharge {
    height: 100%;
    background-position: 100%;
  }

  .case-links-copy.richard-case {
    height: 100%;
  }

  .case-links-copy.team-foto {
    background-position: 50%;
  }

  .teamlid-bttn-link {
    background-size: cover;
    padding-left: 14px;
    padding-right: 14px;
  }

  .teamlid-bttn-link.case-recharge {
    height: 100%;
    background-position: 100%;
  }

  .teamlid-bttn-link.richard-case {
    height: 100%;
  }

  .teamlid-bttn-link.team-foto {
    background-position: 50%;
  }

  .heading-37 {
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-31 {
    margin-bottom: 20px;
  }

  .link-5 {
    padding-left: 30px;
  }

  .contact-info-locatie {
    flex-direction: row;
  }

  .link-10 {
    padding-left: 40px;
  }

  .kernwaarden-wrapper-overons {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kernwaarden-wrapper-overons.leeg, .kernwaarden-wrapper-overons.phone-dis {
    display: none;
  }

  .kernwaarden-wrapper-copy {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .kernwaarden-wrapper-copy.leeg {
    display: none;
  }

  .vacature-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .list-2 {
    line-height: 30px;
  }

  .heading-41 {
    font-size: 25px;
    line-height: 40px;
  }

  .paragraph-36 {
    line-height: 30px;
  }

  .list-wrapper {
    margin-left: 14px;
    margin-right: 14px;
  }

  .heading-8-copy.h1-block {
    line-height: 60px;
  }

  .locatie {
    padding-left: 40px;
  }

  .white-backdrop {
    height: 94%;
    top: 6%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .case-info-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .case-hero-image-wrapper {
    margin-left: 14px;
    margin-right: 14px;
  }

  .scroll-wrapper {
    padding-top: 0;
  }

  .slide-nav-3 {
    display: none;
  }

  .div-block-110 {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation-11 {
    max-width: 200px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .lottie-animation-12 {
    max-width: 200px;
    min-width: 200px;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .heading-47 {
    font-size: 35px;
  }

  .hero-title-wrapper-2 {
    height: 6vh;
    align-items: center;
  }

  .hero-title-wrapper-y {
    height: 100vh;
    align-items: center;
  }

  .lottie-animation-14 {
    max-width: 200px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .column-5 {
    padding-left: 115px;
  }

  .lottie-animation-15 {
    max-width: 200px;
    min-width: 200px;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .column-5-copy {
    padding-left: 115px;
  }

  .lottie-animation-15-copy {
    max-width: 200px;
    min-width: 200px;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block-116 {
    margin-top: 0;
  }

  .u-tech-home, .recharge-home {
    padding-bottom: 0;
    display: block;
  }

  .flowbase-banner {
    display: none;
  }

  .cases-hero1, .team-hero {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 130px;
    padding-bottom: 0;
  }

  .maxwith-wrapper-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .mobilemenu {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 12px;
    padding-bottom: 16px;
    display: flex;
  }

  .div-block-121 {
    flex: 1;
  }

  .div-block-122 {
    flex: 0 auto;
    align-self: center;
  }

  .link-block-10 {
    display: block;
  }

  .paragraph-37, .paragraph-38 {
    line-height: 30px;
  }

  .heading-case {
    max-width: 100%;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-case-boven {
    font-size: 16px;
  }

  .case-tags {
    font-size: 14px;
  }

  .text-bold, .text {
    line-height: 30px;
  }

  .h2 {
    font-size: 30px;
    line-height: 45px;
  }

  .h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .afbeelding-case-u-tech, .case-team-heartbeats, .case-team-heartbeats-copy, .case-richard {
    margin-bottom: 40px;
    padding-top: 0;
    display: block;
  }
}


