@font-face {
  font-family: Montserrat;
  src: url(/theme/assets/fonts/Montserrat-SemiBold.woff2) format("woff2"),
    url(/theme/assets/fonts/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Patron;
  src: url(/theme/assets/fonts/Patron-Light.woff2) format("woff2"),
    url(/theme/assets/fonts/Patron-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Patron;
  src: url(/theme/assets/fonts/Patron-Medium.woff2) format("woff2"),
    url(/theme/assets/fonts/Patron-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
:-webkit-any-link {
  color: #000;
}
:-moz-any-link {
  color: #000;
}
:any-link {
  color: #000;
}
*,
::after,
::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --yellow: #ecc731;
  --white: #ffffff;
  --black: #000000;
  --purple: #5d5ec5;
  --container-width: 1200px;
  --ease-out-expo: cubic-bezier(0.3, 0.85, 0.3, 1);
}
section {
  background-color: #fff;
}
.plate--container {
  max-width: unset;
  padding: 0 12%;
}
.plate--page-content-wrapper {
  background-color: #fff;
}
body {
  font-family: Patron, sans-serif;
  overflow-x: hidden;
}
body.hide-cursor {
  cursor: none;
}
body.hide-cursor :hover {
  cursor: none;
}
h1,
h2 {
  font-weight: 500;
  margin: 0;
}
h1,
h2 {
  font-size: min(8vw, 100px);
  font-size: clamp(46px, 8vw, 100px);
}
h4 {
  margin: 0;
  font-size: 32px;
}
h5 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
p {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 300;
  line-height: 32px;
  margin: 0;
}
input:focus {
  outline: 0;
}
main {
  z-index: -1;
}
.main-wrapper {
  overflow: hidden;
}
footer {
  z-index: -2;
}
/* IMAGE STYLING */
picture {
  position: relative;
  display: block;
  line-height: 0;
  height: 0;
}
picture img {
  position: absolute;
  top: 0;
}

.width-cover {
  width: 100%;
  height: 100%;
}
.width-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.height-contain {
  width: 100%;
  height: 100%;
}
.height-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}


.full-link-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}
.bg-yellow {
  background-color: var(--yellow);
}
.bg-white {
  background-color: var(--white);
}
.bg-black {
  background-color: var(--black);
}
.bg-purple {
  background-color: var(--purple);
}
.fl-column,
.fl-container,
.fl-row {
  position: relative;
  display: flex;
}
.fl-wrap {
  flex-wrap: wrap;
}
.fl-column {
  flex-direction: column;
}
.ul:after {
  content: "";
  width: calc(100% - 4px);
  height: 2px;
  background-color: var(--white);
  position: absolute;
  bottom: 4px;
  left: 2px;
}
.large-link-list {
  padding: 0;
  list-style-type: none;
}
.large-link {
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: inherit;
  font-size: min(5.5vw, 100px);
  font-size: clamp(40px, 5vw, 100px);
  font-weight: 500;
  padding: 1rem 50px 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  transition: color 0.3s;
}
.right-arrow {
  transition: fill 0.3s;
}
.large-link:hover {
  color: var(--white);
}
.large-link:hover .right-arrow {
  fill: var(--white);
}
.large-link .right-arrow-container {
  width: 4%;
  margin-left: auto;
  position: absolute;
  right: 0;
}
.logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  margin: 3rem 0;
}
.logos-item {
  padding: 18% 26%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-item img {
  max-width: 100%;
  filter: grayscale(100%);
}

.tabs {
  overflow: hidden;
}

.bold {
  font-weight: 500;
  display: inline-block;
  margin-right: 3px;
}
.tabs .swiper-pagination{
  position: relative;
  bottom: unset;
  top: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.tabs .tabbutton {
  margin-left: 0!important;
  margin-right: 70px!important;
  font-size: 34px;
  padding-bottom: 30px;
  padding-top: 30px;
  background: transparent!important;
  width: auto;
  height: auto;
  font-weight: 300;
  opacity: 1!important;
  margin-bottom: -1px!important;
  z-index: 2;
  border-bottom: 2px solid rgba(0, 0, 0, 0.0);
  border-radius: 0;
}

.tabs .tekst{
  width: 50%;
  padding-right: 60px;
  padding-bottom: 60px;
}

.tabs .tekst h3 {
  font-weight: 500;
  font-size: 25px;
}

.tabs .afbeelding {
  width: 50%;
}
.tabs .tekst .result-wrap{
  margin-bottom: 20px;
}
.tabs .tekst .result{
  background: #a3d828;
  padding: 3px 15px 3px 22px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  transform: translateY(-2px);
}

.tabs .tekst .result:before{
  content: '';
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid white;
  position: absolute;
  left: 10px;
  top: 15px;
}

.tabs .tabbutton.swiper-pagination-bullet-active {
  font-weight: 500;
  border-bottom: 2px solid var(--yellow);
}
.button {
  position: relative;
  display: inline-block;
}

.button,
a.button {
  padding: 0 22px;
  font-size: 20px;
  height: 50px;
  background: var(--purple);
  color: var(--white);
  border-radius: 25px;
  border: none;
  font-family: Patron, sans-serif;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  line-height: 50px;
  transition: opacity 0.5s ease;
}
.button a {
  text-decoration: none;
}
.button:hover {
  opacity: 0.75;
}
.button.alt,
a.button.alt {
  background-color: var(--yellow);
}
.button.bg-purple {
  background-color: var(--purple);
}
.button.bg-black {
  background-color: var(--black);
}
.button.bg-yellow {
  background-color: var(--yellow);
}
.button.bg-white {
  background-color: var(--white);
}
.button.purple {
  color: var(--purple);
}
.button.black {
  color: var(--black);
}
.button.yellow {
  color: var(--yellow);
}
.button.white {
  color: var(--white);
}

.button.bg-op{
  background-color: transparent;
  border: 2px solid white;
  color: white;
  margin-top: 40px;
  max-width: fit-content;
  padding: 15px 22px;
  line-height: .8;
}


.button.bg-op:hover{
  background-color: white;
}
.button.bg-op a {
  color: white;
}

.button.bg-op:hover a {
  color: black;
}
.home-header-container {
  position: relative;
}
.home-header {
  position: relative;
  height: 100vh;
  display: grid;
  color: var(--white);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  backdrop-filter: brightness(50%);
}
.home-header__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-header__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-header__video video .mobile {
  display: none;
}
.home-header__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(168deg, #000 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(
    168deg,
    #000 0,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(168deg, #000 0, rgba(255, 255, 255, 0) 100%);
  opacity: 55%;
}
.home-header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.05;
  z-index: 1;
}
.home-header-content .button {
  background-color: var(--yellow);
  margin-top: 26px;
  visibility: hidden;
}
.home-header-content .button a {
  text-decoration: none;
}
.home-header span {
  color: var(--yellow);
  display: inline-block;
}
.title-in h1 {
  visibility: hidden;
}
.title-in h1 div {
  overflow: hidden;
  vertical-align: text-top;
}
.menu-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  align-self: flex-start;
  padding: 25px 50px;
  z-index: 99;
}
.menu-wrapper.--dark .logo-wrapper .logo tspan {
  fill: #000;
}
.menu-wrapper.--dark .menu-item:not(.button) {
  color: #000;
}
.menu-wrapper.--dark .navbar-toggler .bars .bar {
  background-color: var(--black);
}
.menu-wrapper.--light .logo-wrapper .logo tspan {
  fill: var(--white);
}
.menu-wrapper.--light .menu-item:not(.button) {
  color: var(--white);
}
.menu-wrapper.--light .navbar-toggler .bars .bar {
  background-color: var(--white);
}
.logo-wrapper {
  height: 24px;
}
.logo-wrapper a {
  text-decoration: none;
}
.logo-wrapper svg {
  width: 140px;
}
.logo-wrapper .logo tspan {
  transition: fill 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu {
  list-style-type: none;
  margin-left: auto;
}
.menu__inner {
  display: flex;
}
.menu__inner li {
  position: relative;
}
.menu-item {
  position: relative;
  font-size: 20px;
  text-decoration: none;
  color: inherit;
  line-height: 0;
  font-weight: 300;
  color: var(--black);
  margin-left: 18px;
  margin-right: 18px;
  transition: color 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-item.button {
  margin-right: 0;
  color: var(--white) !important;
  display: inline !important;
  line-height: unset;
  padding: 15px 22px;
}
.menu-wrapper.homepage .menu-item {
  color: var(--white);
}
.menu-wrapper.homepage .bars .bar {
  background-color: var(--white);
}
.menu-item:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}
.menu-item::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  height: 2px;
  background: var(--yellow);
  width: 0;
  transition: width 0.3s var(--ease-out-expo);
}
.menu-item.button::after {
  content: unset;
}
.dropdown .menu-item .right-arrow-container {
  display: inline-block;
  height: 13px;
  width: 13px;
  position: absolute;
  transform: rotate(90deg);
  right: 0;
}
.dropdown .menu-item {
  padding-right: 20px;
}
.dropdown .menu-item .right-arrow-container svg {
  fill: currentColor;
}
.dropdown.show .dropdown-menu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0);
}
.dropdown-menu {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  padding: 13px 0;
  min-width: calc(100% + 8px);
  position: absolute;
  display: block;
  border-radius: 25px;
  top: 35px;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  overflow: hidden;
  left: -8px;
}
.dropdown.show::after {
  content: "";
  position: absolute;
  height: 22px;
  bottom: -17px;
  width: 100%;
  z-index: 1;
  left: 0;
}
.dropdown-item {
  font-size: 19px;
  line-height: 28px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 7px;
  padding-bottom: 3px;
  margin-left: 13px;
  margin-right: 13px;
  color: var(--black);
  text-decoration: none;
  display: inline-block;
  width: calc(100% - 26px);
  transition: all 0.4s ease;
  border-radius: 25px;
  white-space: nowrap;
}
.dropdown-item:hover {
  background-color: #efefef;
}
.menu__inner .mobile-socials {
  margin-top: 40px;
  display: none;
}
.navbar-toggler {
  z-index: 100;
  padding: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  height: 32px;
  position: relative;
  cursor: pointer;
  background: 0 0;
  border-radius: 0;
  overflow: hidden;
  display: none;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}
.navbar-toggler:focus {
  outline: 0;
}
.bars {
  position: relative;
  height: auto;
  width: 100%;
}
.bar {
  width: 32px;
  height: 2px;
  background-color: var(--black);
  margin-bottom: 5px;
  border-radius: 2px;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.bar.bar-3 {
  margin-bottom: 0;
}

section.full-width .plate--container {
  padding-left: 0;
  padding-right: 0;
}
.home-header-background-image {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  filter: brightness(90%);
}
.header-circle {
  position: absolute;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
}
.header-circle.hollow {
  border: 2px solid var(--white);
  right: 7.5%;
  top: calc(50vh - 20vw);
}
.header-circle.yellow {
  background: var(--yellow);
  right: -30vw;
  top: calc(50vh - 20vw);
}
.header-circle-small {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 2px solid var(--yellow);
  bottom: -56px;
  left: 10%;
  z-index: 2;
}
.footer-dot,
.header-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.header-dot.yellow {
  background: var(--yellow);
  left: 50%;
  top: 20%;
}
.header-dot.white {
  background: var(--white);
  left: 25%;
  bottom: 10%;
}
.bullet-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
}
.bullet-list-item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: normal;
}
.bullet-list-item::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 16px;
  border: 5px solid var(--white);
  flex-shrink: 0;
}
.bullet-list-item.yellow::before {
  border-color: var(--yellow);
}
.bullet-list-item.white::before {
  border-color: var(--white);
}
.bullet-list-item.black::before {
  border-color: var(--black);
}
.bullet-list-item.purple::before {
  border-color: var(--purple);
}
.listing {
  position: relative;
  height: auto;
}
.listing-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 60px;
  margin-top: 35px;
}
.listing-container.fade-out .news-item {
  opacity: 0;
}
.posts-filter {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tax__filter {
  flex-wrap: wrap;
}
.filter-button {
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  background: 0 0;
  font-weight: 500;
  font-family: Patron;
  font-size: clamp(26px, 4vw, 36px);
  opacity: 0.25;
  cursor: pointer;
  transition: opacity 0.4s ease;
  padding: 0;
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.filter-button.active {
  opacity: 1;
}

.modal-wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 4444;
  background: rgba(60, 59, 59, 0.5);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-to-index,
.load-more {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
  margin-bottom: 60px;
}
.back-to-index {
  margin-top: 100px;
  margin-bottom: 100px;
}
.load-more.hide-btn {
  opacity: 0;
  visibility: hidden;
}
.thumbnail-wrapper {
  position: relative;
  padding-bottom: 100%;
}
.thumbnail-wrapper .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  object-fit: cover;
}
.thumbnail-wrapper .video.video--loaded {
  opacity: 1;
}
.thumbnail-wrapper .play-icon {
  width: 26px;
  height: 23px;
  left: 30px;
  bottom: 28px;
  position: absolute;
}
.thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: left top;
}
.body-text-wrapper {
  padding: 32px 0;
}
.body-text-wrapper h4 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}
.body-text-wrapper p {
  margin-top: 2rem;
}
.body-text-wrapper b,
.body-text-wrapper span {
  font-weight: 500;
}
.body-text-wrapper .date {
  margin-top: 0;
  margin-bottom: 1.4rem;
  line-height: normal;
}
.body-text-wrapper .category {
  margin-top: 1.4rem;
}
.news-item {
  transition: opacity 0.4s ease;
}
.news-item .thumbnail-wrapper {
  padding-bottom: 76%;
}
.footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: var(--black);
  color: var(--white);
}
.footer-copyright {
  margin-top: 112px;
  font-size: 12px;
  font-weight: 300;
}

.footer-copyright a {
  font-weight: 300;
  font-size: 12px;  
  color: var(--white);
  font-style: normal;
  text-decoration: none;
}
.footer-copyright em {
  font-style: normal;
  margin: 0 16px;
}
.footer-copyright span {
  font-weight: 500;
}
.footer-circle-small {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 2px solid var(--white);
  top: -30px;
  right: 20%;
  z-index: 2;
}
.footer-dot.yellow {
  background: var(--yellow);
  right: 15%;
  top: 12%;
}
.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 34px;
}
.socials__icon {
  position: relative;
  margin-left: 20px;
}
.socials__icon svg {
  height: 16px;
  width: auto;
}
.socials__text {
  margin-bottom: 0;
  margin-right: 6px;
}
.cta-container {
  background-color: var(--yellow);
  padding-top: 74px;
  padding-bottom: 110px;
}
.cta-container .cta-form-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cta-container .cta-form-container .form-field-container {
  margin-bottom: 0;
}
.cta-container .cta-form-container p {
  margin-left: 15px;
  margin-right: 15px;
}
.cta-container.homepage {
  padding-top: 200px;
}
.cta-form-container.align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-form-container.align-center > .form-field-container,
.cta-form-container.align-center > p {
  margin-bottom: 16px;
}
.form-field-container {
  margin-bottom: 30px;
}
.form-field-container.offset-top {
  padding-top: 20px;
}
.input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.input-wrapper input {
  border: none;
  border-radius: 40px;
  background: var(--white);
  padding: 14px 22px;
  font-size: 20px;
}
.input-wrapper input::placeholder,
.input-wrapper textarea::placeholder {
  font-size: clamp(16px, 3vw, 20px);
  color: var(--black);
  font-family: Patron, sans-serif;
  font-weight: 300;
}
.input-wrapper textarea {
  max-width: 100%;
  min-height: 250px;
  border: none;
  border-radius: 20px;
  background: var(--white);
  padding: 16px 22px;
  font-size: 20px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
}
.cta-header-text-container {
  margin-bottom: 40px;
}
.cta-quote-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.cta-quote {
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  max-width: 870px;
}
.cta-quote-author .cta-quote-author img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.footer-info-grid-container {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}
.footer-menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.footer-menu-item {
  color: inherit;
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
}
.footer .bullet-list-item {
  font-weight: 300;
}
.contact-info {
  display: flex;
  flex-direction: column;
}
.contact-info a,
.contact-info p {
  position: relative;
  font-size: clamp(32px, 2.5vw, 42px);
  line-height: 1.2;
  font-weight: 300;
  color: inherit;
  margin: 0;
  text-decoration: none;
}
a.contact-number {
  font-weight: 500;
}
.contact-section-address-container .contact-email,
.contact-section-address-container .contact-link,
.contact-section-address-container .contact-link a {
  font-weight: 300;
}
.footer-address p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 0;
}
.image-list-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.image-list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.image-list-item p {
  font-weight: 300;
  font-size: 32px;
  line-height: normal;
  margin: 0;
}
.image-list-item span {
  font-weight: 500;
}
.image-list-item em {
  color: var(--yellow);
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 8px;
}
.image-list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8%;
}
.image-list-image-container {
  position: relative;
  padding-bottom: calc(1 / 1 * 100%);
}
.image-list-image {
  display: block;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  object-fit: cover;
  z-index: 1;
}
.slide {
  position: relative;
  padding-bottom: 50px;
  display: block;
}
.slide a {
  text-decoration: none;
  color: inherit;
}
.slide-image-container {
  position: relative;
  padding-bottom: 48%;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  left: -10%;
  width: 120%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.slide-content-container {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-width: 512px;
  min-width: 512px;
  padding: 44px 50px;
  background-color: var(--yellow);
  font-weight: 300;
  display: flex;
  flex-direction: column;
}
.author-caption {
  font-size: 17px;
}
.author-caption span {
  font-weight: 500;
}
.slide-text {
  margin: 0;
  line-height: 1.8;
}
.author-container {
  display: flex;
  align-items: center;
  margin-top: 1.8rem;
}
.author-image {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  margin-right: 1rem;
}
.prijzen-swiper-container,
.swiper-container {
  overflow: visible;
  padding: 0 12vw;
}

.swiper-container.project-slider{
  padding-left: 0;
  padding-right: 0;
}
.prijzen-slider-section .slider-container {
  padding-top: 24px;
}
.prijzen-slider-section .thumbnail-wrapper {
  padding-bottom: 120%;
}
.slider-container {
  padding-top: 100px;
  overflow: hidden;
}
.slider-container .plate--container {
  display: none;
}
.swiper-wrapper {
  display: flex;
}
.cursor {
  position: absolute;
  z-index: 10;
  height: 142px;
  width: 142px;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%) scale(0.15);
  transform-origin: 50% 50%;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.2s, border-color 0.2s, backdrop-filter 0.3s;
  z-index: 9999;
  mix-blend-mode: difference;
}
.cursor::after {
  content: "Lees meer";
  font-size: 20px;
  color: transparent;
  transition: color 0.3s;
}
.cursor.show {
  transform: translate(-50%, -50%) scale(1);
  mix-blend-mode: normal;
}
.cursor.show::after {
  color: var(--black);
}
.cursor.is-hovered:not(.show) {
  transform: translate(-50%, -50%) scale(0.4);
}
.config-mode .cursor {
  display: none;
}
.post-header-container {
  padding-top: 185px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 6%;
  padding-right: 6%;
}
.breadcrumbs::before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 5px solid var(--yellow);
  margin-right: 14px;
}
.breadcrumbs li a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
.breadcrumbs span {
  margin-left: 12px;
  margin-right: 12px;
}
.breadcrumbs span::before {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  left: -2px;
  height: 9px;
  width: 9px;
  transform: rotate(-45deg);
  border: 2px solid #000;
  border-top: none;
  border-left: none;
}
.post-title {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 90px;
  padding-left: 6%;
  padding-right: 6%;
}
.post-header-content p {
  line-height: 1.5;
}
.diensten-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 100px;
  justify-content: stretch;
}
.dienst-listing {
  position: relative;
  display: flex;
  flex-direction: column;
}
.dienst-listing:nth-child(4n + 2) .dienst-listing-image-container,
.dienst-listing:nth-child(4n + 3) .dienst-listing-image-container {
  padding-bottom: calc(120% - 200px);
  margin-top: 100px;
}
.dienst-listing h4 {
  font-size: 32px;
  font-weight: 300;
  margin-top: 32px;
  margin-bottom: 22px;
}
.dienst-listing p {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.4;
  padding-right: 80px;
}
.dienst-listing .button {
  align-self: flex-start;
}
.dienst-listing-image-container {
  position: relative;
  padding-bottom: 120%;
  transform: translateX(-101%);
  transition: transform 0.8s var(--ease-out-expo);
  overflow: hidden;
}
.dienst-listing-image-container.alt {
  padding-bottom: 80%;
}
.dienst-listing-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: translateX(101%);
  transition: transform 0.8s var(--ease-out-expo);
}
.config-mode .dienst-listing-image-container,
.dienst-listing.is-inview .dienst-listing-image-container {
  transform: translateX(0);
}
.config-mode .dienst-listing-image,
.dienst-listing.is-inview .dienst-listing-image {
  transform: translateX(0);
}
.sidescroll-container {
  margin-left: -10%;
}
.sidescroll-content {
  color: var(--yellow);
  display: flex;
  flex-wrap: nowrap;
}
.sidescroll-content p {
  font-size: 188px;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  margin-right: 2rem;
}
.image-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.captioned-image-container {
  position: relative;
}
.captioned-image-container .image-container {
  max-width: 70%;
  padding-bottom: calc(5 / 7 * 70%);
}
.captioned-image-container .caption {
  position: absolute;
  bottom: 15%;
  right: 0;
  padding: 48px 0 48px 48px;
  background: var(--white);
  max-width: 512px;
}
.captioned-image-container h4 {
  font-size: 32px;
  margin: 0;
  margin-bottom: 20px;
}
.horizontal-list-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.horizontal-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 4%;
}
.horizontal-list-item:last-child {
  margin-right: 0;
}
.horizontal-list-item em {
  font-style: normal;
  color: var(--yellow);
  font-size: 18px;
  margin-bottom: 14px;
}
.horizontal-list-item p {
  margin: 0;
  font-size: 24px;
  text-align: center;
}
.dienst-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 0 90px;
  background-color: #fff;
}
.dienst-header-container .intro {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  max-width: 768px;
  margin-top: 30px;
}
.projecten-heading-container {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 74px;
  background-color: #fff;
}
.project {
  position: relative;
}
.project .circle {
  position: absolute;
  top: 500px;
  left: calc(12vw - 64px);
  width: 128px;
  height: 128px;
  border: 2px solid var(--yellow);
  border-radius: 50%;
}
.accordion-item-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 40px;
}
.accordion-icon {
  position: absolute;
  height: 26px;
  width: 26px;
  margin-left: auto;
  right: 0;
}
.accordion-icon::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: var(--yellow);
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
}
.accordion-icon::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: var(--yellow);
  width: 2px;
  margin-left: -1px;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 9;
  transition: transform 0.3s ease-in-out;
}
.accordion-item-header.active .accordion-icon::before {
  transform: rotate(-90deg);
}
.accordion-item-header h4 {
  font-weight: 300;
  font-size: 32px;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.accordion-item-body p {
  padding-bottom: 30px;
}
.project-accordion-grid-container {
  display: flex;
  flex-direction: row;
}
.project-accordion-container {
  width: 50%;
  padding-right: 110px;
  padding-left: 12%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.accordion {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
}
.accordion-item {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.project-accordion-video-container {
  position: relative;
  width: 50%;
}
.video-element {
  position: relative;
  padding-bottom: 56.25%;
}
.video-element__inner {
  position: absolute;
  top: 0;
}
.project-accordion-video-container .video-element {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  padding-top: unset;
}

.swiper-wrapper{
  width: 100%;
}
.form-field-file.form-field--is-active,
.form-field-file.form-field--is-filled {
  .form-field__file {
    opacity: 1;
  }
}
.form-field-file {
 
  .form-field__label {
    width: 100%;
  }
  .error-messages {
    position: absolute;
    width: 100%;
    bottom: 0;
    span {
      position: absolute;
      left: 0;
      padding: 0 1.6rem;
      opacity: 0;
      font-size: 1.2rem;
      padding: 0.4rem 1.6rem;
      color: var(--error-empty);
      transition: opacity 0.4s ease;
    }
  }
  input {
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 33;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
  }
  ::-webkit-file-upload-button {
    display: none;
  }
}
.select {
  position: relative;
}
.select .form-field__label {
  opacity: 0;
  visibility: hidden;
}

.select .select-arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  display: inline-block;
  height: 13px;
  width: 13px;
  transform: translateY(-50%) rotate(90deg);
}

.form-field__select {
  border: none;
  border-radius: 40px;
  background: var(--white);
  padding: 14px 22px;
  font-size: 20px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  line-height: normal;
  cursor: pointer;
}
.form-field-file {
  opacity: 1;
  border: 0;
  display: block;
  outline: 0;
  width: 100%;
  height: 56px; 
  border-radius: 40px;
  transition: box-shadow 0.4s ease;
  position: relative;
  background-color: white;
  .form-field-file__list {
    position: relative;
    height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    padding: 0 22px;
  }
  .form-field__file {
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .form-field__file__label {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    border: 0;
  }
  .file-icon {
    position: absolute;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
  }
  .svg-wrapper {
    position: relative;
    svg {
      pointer-events: none;
      top: 0;
    }
    .cross-icon {
      position: relative;
      left: 0;
      opacity: 0;
      cursor: pointer;
      z-index: 3;
      pointer-events: none;
      transition: opacity 0.4s ease;
      transform: rotate(45deg);
      path {
        pointer-events: none;
      }
    }
    .show-icon {
      opacity: 1;
      pointer-events: all;
    }
    .hide-icon {
      opacity: 0;
    }
  }
  .error-messages {
    span {
      padding-left: 0;
    }
  }
  .file-drop-button {
    width: 80%;
  }
  &.invalid {
    .form-field-file__list {
      border-color: var(--error-empty) !important;
    }
  }
}


@media only screen and (max-width: 767px) {
  .project-accordion-video-container .video-element {
    height: 100%;
  }
}
.video-element__inner,
.video-element__placeholder,
.video-element__video,
.video-element__video > iframe,
.video-element__video__inner {
  width: 100%;
  height: 100%;
}
.video-element__video {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-element__thumbnail {
  height: 100%;
}
.video-element__video__inner {
  position: relative;
  width: 76%;
  height: auto;
}
.video-element__video__iframe {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}
.video-element__video__iframe iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-element__video__iframe video {
  width: 100%;
}
.video-element__video.video--loaded {
  visibility: visible;
  opacity: 1;
}
.video-element__placeholder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.reset-transform {
  transform: none !important;
}
.contact-section-address-container {
  padding-left: 12vw;
  padding-right: 2vw;
  width: 40%;
}
.contact-section-grid-container {
  display: flex;
}
.contact-section-form-container {
  background: var(--yellow);
  padding-left: 120px;
  padding-right: 12vw;
  padding-top: 78px;
  padding-bottom: 96px;
  width: 60%;
}
.contact-section-form-container form {
  display: flex;
  flex-direction: column;
}
.address-info {
  margin-top: 30px;
}
.address-info p {
  font-weight: 300;
}
.video-element__play__btn, .video__play {
  width: 100px;
  height: 100px;
  background: var(--yellow);
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top: 50%;
  left: 50%;
  border: none;
  transform: translate(-50%, -50%);
}
.video-element__play__btn svg, .video__play svg {
  position: relative;
  width: 24px;
  height: 24px;
  left: 3px;
}
.expanded {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
}
.form-field__label {
  position: absolute;
  font-size: clamp(16px, 3vw, 20px);
  padding-bottom: 8px;
  top: 16px;
  left: 22px;
  font-weight: 300;
  white-space: nowrap;
  pointer-events: none;
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.form-field__input::placeholder,
.form-field__textarea::placeholder {
  white-space: nowrap;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.form-field__textarea:focus {
  outline: 0;
}
.form-field--is-active .form-field__label,
.form-field--is-filled .form-field__label {
  transform: translateY(-40px) scale(0.6);
}
.form-field__checkbox__label {
  transform: translateY(-16px);
  position: relative;
  left: 0;
}
.option-group .option {
  margin-bottom: 6px;
}
.option-group .option:last-child {
  margin-bottom: 0;
}
.option-group .option label {
  font-weight: 300;
}
.form-field input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  padding: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  margin-right: 10px;
  border-radius: 0;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}
.form-field input[type="checkbox"]:checked {
  color: #000;
}
.form-field input[type="checkbox"]:after,
.form-field input[type="radio"]:after {
  content: "";
  position: absolute;
  width: 10px !important;
  height: 10px !important;
  top: 2px;
  left: 2px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-field input[type="radio"]:after {
  top: 2px;
  left: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.form-field input[type="checkbox"]:checked:after {
  background-color: #000;
}
.form-field input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  padding: 5px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}
.form-field input[type="radio"]:checked {
  color: #000;
}
.form-field input[type="radio"]:checked:after {
  background-color: #000;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.sticky-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  pointer-events: none;
  background: #0000001f;
}
.plate--element__cta {
  height: 100%;
}
.plate--element__cta .cta-item {
  height: calc(100% - 50px);
}
.cta-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
}
.cta-item-inner {
  position: relative;
  padding: 50px;
  z-index: 1;
}
.cta-image {
  position: absolute;
  width: 30%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.cta-image.is-png {
  height: 90%;
  right: 20px;
  width: 50%;
  background-size: contain;
  background-position: bottom right;
}
.cta-item .button-wrapper {
  margin-top: 20px;
}
.cta-item .text {
  margin-top: 20px;
}
.cta-item .title-container {
  width: 70%;
}
.cta-item .title-container h2 {
  font-size: clamp(32px, 2.5vw, 42px);
  line-height: 1.2;
}
.paragraph.black {
  color: var(--black);
}
.paragraph.white {
  color: var(--white);
}
.paragraph.yellow {
  color: var(--yellow);
}
.paragraph.purple {
  color: var(--purple);
}
.is-project-slide video, .is-project-slide img{
  object-fit: cover;
}
.is-project-slide .body-text-wrapper{
  position: relative;
  top: 0;
  left: 0;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
  min-height: 38vw;
}
.is-project-slide .thumbnail {
  object-position: center center;
}
.is-project-slide .thumbnail-wrapper{
  position: absolute;
  padding-bottom: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;  
}

.swiper-container.project-slider {
  position: relative;
  margin-bottom: 80px;
}

.swiper-container.project-slider .full-link-btn{
  z-index: 4;
}

.progress-circle-wrapper{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  z-index: 4;
}

.progress-circle-wrapper  .right-arrow-container{
  filter: invert(1);
  position: absolute;
  width: 25px;
  margin-top: 4px;
}
.progress-circle-wrapper  .swiper-buttons{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.progress-circle-wrapper  .swiper-buttons .swiper-buttons--next{
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-grow: 1;
}
.progress-circle{
  position: relative;
  width: 50px;
  height: 50px;
}
.is-project-slide .body-text-wrapper h4{
  font-size: 65px;
  line-height: 1.2;
}

.is-project-slide .body-text-wrapper p {
  font-size: 32px;
  line-height: 1.2;
}
.is-project-slide .body-text-wrapper h4, .is-project-slide .body-text-wrapper p{
  color: white;
}

.is-project-slide::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.package-overview {
  position: relative;
  width: 100%;
}
.package-overview__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 48px;
}
@media only screen and (max-width: 767px) {
  .package-overview__inner {
    padding-top: 0;
  }
}
.package {
  position: relative;
  width: calc(1 / 4 * 100% - (1 - 1 / 4) * 16px);
  margin-bottom: 48px;
}
@media only screen and (max-width: 1400px) {
  .package {
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 16px);
  }
}
@media only screen and (max-width: 767px) {
  .package {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0!important;
  }
}
.package--highlighted .package__inner {
  height: calc(100% - 48px);
}
.package__inner {
  position: relative;
  padding: 40px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .package__inner {
    padding: 30px;
  }
}
.package__inner .button-wrapper {
  margin-top: auto;
}
.package__title {
  position: relative;
  margin-bottom: 30px;
  font-weight: 300;
}
.package__title span {
  font-weight: 400;
  display: block;
}
.package__price {
  position: relative;
  margin-bottom: 30px;
  font-size: 17px;
}
.package__price sub {
  bottom: unset;
  font-size: 100%;
  font-weight: 300;
}
.package__bar {
  position: relative;
  background-color: #F6F6F6;
  height: 4px;
  width: 100%;
  margin-bottom: 48px;
}
.package__bar__inner {
  position: absolute;
  background-color: var(--yellow);
  height: 100%;
  left: 0;
  top: 0;
}
.package__box {
  position: relative;
}
.package__inner .button {
  font-size: 17px;
  width: 100%;
  text-align: center;
}
.package__list {
  position: relative;
  padding-left: 0;
  margin-bottom: 34px;
  list-style: none;
}
.package__spec {
  position: relative;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: .32;
}
.package__spec .yellow-circle {
  position: relative;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
.package__spec .yellow-circle::before {
  content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 4px solid var(--yellow);
}
.package__spec--active {
  opacity: 1;
}
.package__spec span {
  font-size: 17px;
  font-weight: 300;
}
.package__highlight {
  background-color: var(--purple);
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}
.package__highlight__inner {
  color: white;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.package--highlighted {
  box-shadow: 0px 0px 12px #23202014;
  border-radius: 16px;
  overflow: hidden;
  margin-top: -48px;
}
.package--highlighted .button {
  background-color: var(--purple);
}


.video.video-element {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video.video-element video {
  background-color: var(--grey);
}

.video.video-element .video__label {
  position: absolute;
  z-index: 3;
  background: rgb(0 0 0 / 40%);
  right: 24px;
  bottom: 21px;
  padding: 0 16px;
  border-radius: 0;
  pointer-events: none;
}

.video .video__label p {
  margin-bottom: 0;
  color: white;
  line-height: 32px;
  font-size: 14px;
}

.video.video-element .video__overlay, .video.video-element iframe, .video.video-element video {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
}

.video.video-element .video__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeOut 0.6s ease-out;
  animation-play-state: paused;
}

.video.video-element .video__overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,.2);
}

.video.video-element .video__overlay img, .video.video-element .video__overlay picture {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
}

.video.video-element .video__play {
  appearance: none;
  transition: transform 0.4s ease;
  z-index: 1;
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  width: 104px;
  height: 104px;
  background-color: transparent;
  border-radius: 100%;
  z-index: 3;
}

.video.video-element .video__play svg {
  transform: translateY(-1px) translateX(2px);
  pointer-events: none;
}

.video.video-element .video__play::before {
  content: '';
  width: 104px;
  height: 104px;
  background-color: var(--yellow);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
  pointer-events: none;
}

.video.video-element .video__play:hover::before {
  transform: translate(-50%, -50%) scale(108%);
}

.video--loaded .video__overlay {
  opacity: 0;
  pointer-events: none;
}
 
.video--loaded .video__play {
  transform: scale(0%);
}
.video__play * {
  pointer-events: none;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}



@media only screen and (max-width: 1600px) {
  .tabs .tabbutton{
    font-size:  21px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1400px) {
  .slide-content-container {
    position: relative;
    right: 0;
    max-width: 100%;
    margin-top: 0;
    padding: 30px 36px;
    min-width: unset;
  }
}
@media only screen and (max-width: 1200px) {
  .listing-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-section-address-container {
    width: 50%;
  }
  .contact-section-form-container {
    width: 50%;
    padding-left: 6vw;
  }
  .project-accordion-container {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .tabs .tekst{
    width: 100%;
    padding-right: 0px;
  }

  .is-project-slide .body-text-wrapper h4{
    font-size: 32px;
  }
  .is-project-slide .body-text-wrapper p{
    font-size: clamp(16px, 3vw, 20px);
  }
  .is-project-slide .body-text-wrapper{
    padding: 240px 30px 40px;
  }
  .data-tab-slide{
    flex-wrap: wrap-reverse;
  }
  .tabs .tabbutton{
    margin-right: 20px!important;
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .tabs .afbeelding {
    width: 100%;
    margin-bottom: 30px;
  }

  .plate--container {
    padding: 0 6%;
  }
  .navbar-toggler {
    display: flex;
  }
  .menu-wrapper {
    padding: 25px 6%;
  }
  .menu__inner .mobile-socials {
    display: flex;
  }
  .home-header {
    height: 90vh;
  }
  .prijzen-swiper-container,
  .swiper-container {
    padding: 0 6vw;
  }
  .slide-text {
    line-height: 1.6;
  }
  .footer {
    padding-bottom: 80px;
  }
  .footer-info-grid-container {
    flex-direction: column;
  }
  .footer-info-grid-container .contact-info,
  .footer-menu {
    margin-bottom: 40px;
  }
  .socials__text {
    width: 100%;
    margin-bottom: 14px !important;
    opacity: 0;
  }
  .menu-wrapper .socials__text {
    opacity: 0;
  }
  .menu-wrapper .socials__icon {
    opacity: 0;
  }
  .menu-wrapper .button-item {
    opacity: 0;
  }
  .socials__icon:nth-of-type(1) {
    margin-left: 0;
  }
  .footer-copyright em {
    display: block;
    visibility: hidden;
    line-height: 0;
  }
  .image-list-container {
    grid-template-columns: 1fr;
  }
  .image-list-container .image-list-image-container {
    grid-row: 2;
  }
  .image-list-container .image-list-image-container .image-list-image {
    bottom: -23px;
    height: calc(100% + 70px);
  }
  .image-list-container .image-list-items {
    grid-row: 1;
  }
  .slide {
    padding-bottom: 0;
  }
  .author-caption {
    font-size: 15px;
  }
  .logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .diensten-grid {
    grid-column-gap: 60px;
  }
  .menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    padding-top: 120px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    top: -100vh;
    padding-left: 6%;
    padding-right: 6%;
    background-color: var(--yellow);
    transform: translateY(0);
    overflow-y: auto;
  }
  .menu__inner {
    overflow-y: auto;
    padding-bottom: 180px;
    flex-direction: column;
  }
  .menu__inner li {
    margin-bottom: 20px;
  }
  .menu__inner li.button-item {
    margin-top: 16px;
  }
  .menu__inner li div {
    overflow: hidden;
    vertical-align: text-top;
  }
  .menu-open .navbar-toggler .bar-1 {
    transform: rotate(45deg);
  }
  .menu-open .navbar-toggler .bar-2 {
    opacity: 0;
  }
  .menu-open .navbar-toggler .bar-3 {
    transform: rotate(-45deg);
    margin-top: -14px;
  }
  .menu-open .logo tspan {
    fill: var(--black);
  }
  .menu-open .bars .bar {
    background-color: var(--black) !important;
  }
  .menu-item {
    font-size: clamp(40px, 7vw, 100px);
    color: var(--black) !important;
    line-height: normal;
    font-weight: 500;
    margin-left: 0;
    margin-right: 0;
  }
  .menu-item::after {
    display: none;
  }
  .contact-section-address-container {
    padding-left: 6vw;
    width: 100%;
    margin-bottom: 100px;
  }
  .contact-section-form-container {
    padding-right: 6vw;
    width: 100%;
  }
  .contact-section-grid-container {
    flex-direction: column;
  }
  .project-accordion-video-container {
    height: 500px;
    width: 100%;
  }
  .project-accordion-grid-container {
    flex-direction: column;
  }
  .project-accordion-container {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 6%;
    padding-left: 6%;
    width: 100%;
  }
  .cta-container .cta-form-container {
    flex-direction: column;
  }
  .cta-container .cta-form-container p {
    margin-right: 0;
    margin-left: 0;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .cta-quote {
    max-width: 100%;
  }
  body.hide-cursor {
    cursor: default;
  }
  body.hide-cursor :hover {
    cursor: pointer;
  }
  .cursor {
    display: none;
  }
  .video-element__video__inner {
    width: 88%;
  }
  .thumbnail-wrapper .play-icon {
    display: none;
  }
  .cta-item {
    flex-direction: column;
  }
  .cta-item-inner {
    padding: 30px;
  }
  .cta-image {
    position: relative;
    width: 100% !important;
    height: 200px !important;
    background-position: center center;
    right: 0 !important;
    margin-top: auto;
  }
  .cta-item .title-container {
    width: 100%;
  }
  .cta-item .text p {
    line-height: 1.75rem;
  }
  .dropdown-menu {
    position: relative;
    transform: translateY(0);
    top: 0;
    opacity: 1;
    visibility: visible;
    background: var(--yellow);
    padding-top: 10px;
    padding-bottom: 0;
  }
  .dropdown-item {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    margin-left: 0;
    margin-right: 0;
    white-space: unset;
  }
  .dropdown-item:hover {
    background-color: transparent;
  }
  .menu-item .right-arrow-container {
    display: none !important;
  }
  .breadcrumbs li a {
    font-size: 16px;
    line-height: 1.6;
  }
  .breadcrumbs span::before {
    top: -2px;
    height: 7px;
    width: 7px;
  }
  .sidescroll-container {
    margin-left: -10vw;
    overflow: hidden;
    margin-right: -10vw;
  }
  .sidescroll-content p {
    font-size: 11.5vw;
  }
  .captioned-image-container .image-container {
    max-width: 100%;
    padding-bottom: 56.25%;
  }
  .captioned-image-container .caption {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 30px;
    max-width: unset;
  }
  .horizontal-list-item {
    width: 48%;
    margin-bottom: 4%;
  }
  .horizontal-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .filter-button {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .listing-container {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .body-text-wrapper {
    padding: 24px 0;
  }
  .body-text-wrapper p {
    margin-top: 10px;
  }
  .large-link .right-arrow-container {
    width: 28px;
    flex-shrink: 0;
  }
  .diensten-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }
  .dienst-listing:nth-child(4n + 2) .dienst-listing-image-container,
  .dienst-listing:nth-child(4n + 3) .dienst-listing-image-container {
    margin-top: 0;
  }
  .dienst-listing h4 {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .dienst-listing p {
    padding-right: 0;
    margin-bottom: 22px;
  }
  .dienst-listing-image-container {
    position: relative;
    padding-bottom: 100% !important;
  }
  .plate--element__paragraph br {
    display: none;
  }
  .horizontal-list-items {
    flex-direction: column;
  }
  .horizontal-list-item {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    align-items: flex-start;
  }
  .horizontal-list-item em {
    margin-top: 5px;
    margin-right: 14px;
  }
  .horizontal-list-item p {
    font-size: 20px;
    text-align: left;
  }
  .home-header {
    background-position: center center;
  }
}
@media only screen and (max-width: 500px) {
  .home-header__video video.mobile {
    display: block;
  }
  .home-header__video video.desktop {
    display: none;
  }
  h1,
  h2 {
    font-size: clamp(40px, 8vw, 90px);
  }
}
