@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

p, h1, h2, h3 {
  font-weight: 300;
  margin-bottom: 1.6rem;
}

h1 {
  font-size: clamp(3.2rem, 6vw, 6rem);
}

h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

h3 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

p {
  font-weight: 300;
  font-size: clamp(1.6rem, 2.4vw, 3.6rem);
  display: inline-block;
  margin-bottom: clamp(2rem, 6vw, 6rem);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  font-weight: 300;
  font-size: clamp(1.6rem, 2.4vw, 3.6rem);
  margin: 0 0 1.6rem;
}

a {
  color: #146FD6;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #000;
}

.home .container {
  padding-top: 100svh;
}
.home .container .intro {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
}
.home .container .intro .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .container .intro .background .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .container .intro .background .logo {
  position: absolute;
  left: 2vw;
  bottom: 2vw;
  width: 96vw;
  height: 15.6532731377vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home .container .intro .background .logo .letter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home .container .intro .background .logo .letter.maarten-m {
  background-image: url(/img/maarten-m.svg);
}
.home .container .intro .background .logo .letter.maarten-a1 {
  background-image: url(/img/maarten-a1.svg);
}
.home .container .intro .background .logo .letter.maarten-a2 {
  background-image: url(/img/maarten-a2.svg);
}
.home .container .intro .background .logo .letter.maarten-r {
  background-image: url(/img/maarten-r.svg);
}
.home .container .intro .background .logo .letter.maarten-t {
  background-image: url(/img/maarten-t.svg);
}
.home .container .intro .background .logo .letter.maarten-e {
  background-image: url(/img/maarten-e.svg);
}
.home .container .intro .background .logo .letter.maarten-n {
  background-image: url(/img/maarten-n.svg);
}
.home .container .intro .background .logo .letter.maarten-punt {
  background-image: url(/img/maarten-punt.svg);
}
.home .container .intro .background .maarten {
  position: absolute;
  left: 60%;
  bottom: 0;
  height: 80vh;
  width: 43.1422505308vh;
  background-image: url(/img/maarten.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(0.64);
}
@media screen and (max-width: 768px) {
  .home .container .intro .background .maarten {
    left: 50%;
  }
}
.home .container .content {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #FAF8F3;
  padding: 4vw 2vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home .container .content {
    padding: 8vw 4vw;
  }
}
.home .container .content .block {
  width: 100%;
  text-align: left;
  margin: auto;
  padding: 6vw 0;
  display: block;
}
.home .container .content .block .header {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 4vw 0 1vw;
}
.home .container .content .block .header h2 {
  overflow: hidden;
  display: inline-block;
  margin: 0;
}
.home .container .content .block .header h2 .word .letter {
  display: inline-block;
}
.home .container .content .block .header .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 1.64s ease-in-out;
}
.home .container .content .block .header .wrapper {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1980px;
}
.home .container .content .block .header.active .line {
  width: 100%;
}
.home .container .content .block .excerpt {
  width: 100%;
  text-align: center;
  padding: 2vw 0;
  opacity: 0;
  transform: translateY(64px);
  transition: all 0.8s ease-out;
}
.home .container .content .block .excerpt.active {
  opacity: 1;
  transform: translateY(0);
}
.home .container .content .block .excerpt .wrapper {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1980px;
}

.index .intro {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
}
.index .intro .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.index .intro .background .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index .intro .background .maarten {
  position: absolute;
  left: 60%;
  bottom: 0;
  height: 80vh;
  width: 43.1422505308vh;
  background-image: url(/img/maarten.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(0.64);
}
@media screen and (max-width: 768px) {
  .index .intro .background .maarten {
    left: 50%;
  }
}
.index .intro .copy {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  max-width: 1200px;
  transform: translate3d(-50%, -50%, 0);
  z-index: 9;
  padding: 8vw;
}
.index .intro .copy h1 {
  font-size: 6vw;
  color: #fff;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .index .intro .copy h1 {
    font-size: 12vw;
  }
}
.index .intro .copy ul {
  margin: 4vw 0;
}
@media screen and (max-width: 768px) {
  .index .intro .copy ul {
    margin: 8vw 0;
  }
}
.index .intro .copy ul li {
  color: #fff;
  font-size: 2.6vw;
  padding: 0.64vw 0;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .index .intro .copy ul li {
    padding: 1.28vw 0;
    font-size: 5.2vw;
  }
}
.index .intro .copy ul.socials {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
.index .intro .copy ul.socials li {
  display: inline-block;
  margin-right: 3.2vw;
}
.index .intro .copy ul.socials li a {
  display: block;
  font-size: 32px;
  text-indent: -9000px;
  width: 4vw;
  height: 4vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .index .intro .copy ul.socials li a {
    width: 8vw;
    height: 8vw;
  }
}
.index .intro .copy ul.socials li a:hover {
  transform: scale(1.1);
}
.index .intro .copy ul.socials li a.instagram {
  background-image: url(/img/instagram.svg);
}
.index .intro .copy ul.socials li a.linkedin {
  background-image: url(/img/linkedin.svg);
}
.index .intro .copy ul.socials li a.x {
  background-image: url(/img/x.svg);
}
.index .intro .copy ul.socials li a.email {
  background-image: url(/img/email.svg);
}

.home .maartro {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100lvh;
  pointer-events: none;
  overflow: hidden;
}
.home .maartro .maarten {
  position: absolute;
  left: 50%;
  bottom: -5%;
  height: 80lvh;
  width: 43.1422505308lvh;
  background-image: url(/img/maarten.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1) translate3d(-50%, -50%, 0);
  transform-origin: center center;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
  pointer-events: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}
header .hamburger {
  position: absolute;
  right: 2vw;
  top: 2vw;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
header .hamburger .line {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000;
  transition: all 0.2s ease-in-out;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
header .hamburger .line:nth-child(1) {
  width: 80%;
  margin-top: -8px;
}
header .hamburger .line:nth-child(2) {
  width: 100%;
}
header .hamburger .line:nth-child(3) {
  width: 60%;
  margin-top: 8px;
}
header .hamburger.active .line:nth-child(1) {
  margin-top: 0;
  width: 80%;
  right: 50%;
  transform: translate3d(50%, -50%, 0) rotate(45deg);
  background-color: #fff;
}
header .hamburger.active .line:nth-child(2) {
  opacity: 0;
}
header .hamburger.active .line:nth-child(3) {
  margin-top: 0;
  width: 80%;
  right: 50%;
  transform: translate3d(50%, -50%, 0) rotate(-45deg);
  background-color: #fff;
}

.events {
  position: relative;
  width: 100%;
  padding: 4vw 0;
}
.events .event {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 8vw 0 4vw;
  transition: opacity 2s ease-in-out;
  opacity: 0;
}
.events .event.active {
  opacity: 1;
}
.events .event.active .line {
  width: 100%;
}
.events .event .line {
  position: absolute;
  left: 0;
  top: 7vw;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 1.64s ease-in-out;
}
.events .event .wrapper {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1980px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: clamp(16px, 2.4vw, 36px);
}
.events .event .wrapper .date {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  line-height: 1.6;
}
.events .event .wrapper .date div {
  padding: 0 1vw 0 0;
}
@media screen and (max-width: 768px) {
  .events .event .wrapper .date {
    width: 100%;
  }
}
.events .event .wrapper .info {
  width: 50%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .events .event .wrapper .info {
    width: 100%;
  }
}

.footer {
  position: relative;
  background-color: #000;
  width: 100%;
}
.footer .top {
  display: flex;
  padding: 4vw 2vw 10vw;
  justify-content: space-between;
}
.footer .top .footer-menu {
  width: 40%;
}
.footer .top .footer-menu ul li {
  padding: 0.32vw 0;
}
.footer .top .footer-menu ul li a {
  display: inline-block;
  position: relative;
  font-size: 1.64vw;
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.1vw;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer .top .footer-menu ul li a {
    font-size: 4vw;
  }
}
.footer .top .footer-menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1vw;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.2s ease-in-out;
}
.footer .top .footer-menu ul li a:hover {
  color: #fff;
}
.footer .top .footer-menu ul li a:hover::after {
  transform: scaleX(1);
}
.footer .top .footer-socials ul {
  text-align: right;
}
.footer .top .footer-socials ul li {
  padding: 0.32vw 0;
}
.footer .top .footer-socials ul li a {
  display: inline-block;
  position: relative;
  padding-right: 4vw;
  font-size: 1.64vw;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.1vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .top .footer-socials ul li a {
    font-size: 4vw;
    padding-right: 8vw;
  }
}
.footer .top .footer-socials ul li a::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/img/external-link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  opacity: 0.64;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer .top .footer-socials ul li a::after {
    width: 8vw;
    height: 8vw;
    background-size: 16px 16px;
  }
}
.footer .top .footer-socials ul li a:hover {
  color: #fff;
}
.footer .top .footer-socials ul li a:hover::after {
  opacity: 1;
}
.footer .bottom {
  display: block;
  position: relative;
  width: 100vw;
  height: 20.3054928518vw;
  padding: 2vw;
  overflow: hidden;
}
.footer .bottom .footer-logo {
  position: absolute;
  top: 2vw;
  left: 2vw;
  width: 96vw;
  height: 15.6532731377vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.footer .bottom .footer-logo .letter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(100%);
}
.footer .bottom .footer-logo .letter.maarten-m {
  background-image: url(/img/maarten-m.svg);
}
.footer .bottom .footer-logo .letter.maarten-a1 {
  background-image: url(/img/maarten-a1.svg);
}
.footer .bottom .footer-logo .letter.maarten-a2 {
  background-image: url(/img/maarten-a2.svg);
}
.footer .bottom .footer-logo .letter.maarten-r {
  background-image: url(/img/maarten-r.svg);
}
.footer .bottom .footer-logo .letter.maarten-t {
  background-image: url(/img/maarten-t.svg);
}
.footer .bottom .footer-logo .letter.maarten-e {
  background-image: url(/img/maarten-e.svg);
}
.footer .bottom .footer-logo .letter.maarten-n {
  background-image: url(/img/maarten-n.svg);
}
.footer .bottom .footer-logo .letter.maarten-punt {
  background-image: url(/img/maarten-punt.svg);
}

.page .container {
  padding-top: 0;
}
.page .container .intro {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.page .container .intro .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page .container .intro .background .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page .container .intro .background .logo {
  position: absolute;
  left: 2vw;
  bottom: 2vw;
  width: 96vw;
  height: 15.6532731377vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page .container .intro .background .logo .letter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page .container .intro .background .logo .letter.maarten-m {
  background-image: url(/img/maarten-m.svg);
}
.page .container .intro .background .logo .letter.maarten-a1 {
  background-image: url(/img/maarten-a1.svg);
}
.page .container .intro .background .logo .letter.maarten-a2 {
  background-image: url(/img/maarten-a2.svg);
}
.page .container .intro .background .logo .letter.maarten-r {
  background-image: url(/img/maarten-r.svg);
}
.page .container .intro .background .logo .letter.maarten-t {
  background-image: url(/img/maarten-t.svg);
}
.page .container .intro .background .logo .letter.maarten-e {
  background-image: url(/img/maarten-e.svg);
}
.page .container .intro .background .logo .letter.maarten-n {
  background-image: url(/img/maarten-n.svg);
}
.page .container .intro .background .logo .letter.maarten-punt {
  background-image: url(/img/maarten-punt.svg);
}
.page .container .intro .background .maarten {
  position: absolute;
  left: 60%;
  bottom: 0;
  height: 80vh;
  width: 43.1422505308vh;
  background-image: url(/img/maarten.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(0.64);
}
@media screen and (max-width: 768px) {
  .page .container .intro .background .maarten {
    left: 50%;
  }
}
.page .container .content {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #FAF8F3;
  padding: 4vw 2vw;
}
@media screen and (max-width: 768px) {
  .page .container .content {
    padding: 4vw;
  }
}
.page .container .content .block {
  width: 100%;
  text-align: left;
  margin: auto;
  padding: 8vw 0;
  display: block;
}
.page .container .content .block .header {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 4vw 0 1vw;
}
.page .container .content .block .header h2 {
  overflow: hidden;
  display: inline-block;
  margin: 0;
}
.page .container .content .block .header h2 .word .letter {
  display: inline-block;
}
.page .container .content .block .header .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 1.64s ease-in-out;
}
.page .container .content .block .header .wrapper {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1980px;
}
.page .container .content .block .header.active .line {
  width: 100%;
}
.page .container .content .block .excerpt {
  width: 100%;
  text-align: center;
  padding: 2vw 0 0;
}
.page .container .content .block .excerpt .wrapper {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1980px;
}

.body {
  text-align: center;
}
.body .thumbnail {
  display: inline-block;
  width: 100%;
  margin: auto;
  margin-bottom: clamp(4rem, 8vw, 12rem);
}
.body .thumbnail img {
  width: 100%;
}
.body .txt {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.body .txt img {
  width: 100%;
  height: auto;
}
.body .txt .quote {
  width: 100%;
  border-left: 4px solid #146FD6;
  overflow: hidden;
  padding-left: 2rem;
  margin: auto;
  margin-bottom: clamp(4rem, 8vw, 12rem);
}
.body .txt .quote blockquote {
  font-size: clamp(2rem, 4vw, 6rem);
  line-height: 1;
  margin: 0;
  color: #146FD6;
  line-height: 1.4;
}
.body .txt ul {
  padding: 0;
  width: 100%;
  margin: 4rem auto;
}
.body .txt ul li {
  position: relative;
  padding: 0.64rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 3.2rem;
  font-size: clamp(1.6rem, 2.4vw, 3.6rem);
  background-color: #146FD6;
  display: table;
}
.body .txt .vimeo {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: clamp(4rem, 8vw, 12rem);
}
.body .txt .vimeo iframe {
  width: 100%;
  height: 56.25vw;
}

.nav {
  position: fixed;
  left: 0;
  width: 100%;
  height: calc(100vh - 8vw);
  text-align: center;
  background-color: #146FD6;
  z-index: 9;
  pointer-events: none;
}
.nav .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  justify-content: space-between;
  width: 92vw;
  max-width: 800px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .nav .wrapper {
    width: 84vw;
  }
}
.nav .wrapper .menu {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .nav .wrapper .menu {
    width: 100%;
  }
}
.nav .wrapper .menu ul li {
  text-align: left;
  padding: 0.32vw 0;
}
.nav .wrapper .menu ul li a {
  display: inline-block;
  position: relative;
  font-size: 1.64vw;
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.1vw;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .nav .wrapper .menu ul li a {
    font-size: 6vw;
  }
}
.nav .wrapper .menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1vw;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.2s ease-in-out;
}
.nav .wrapper .menu ul li a:hover {
  color: #fff;
}
.nav .wrapper .menu ul li a:hover::after {
  transform: scaleX(1);
}
.nav .wrapper .socials {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .nav .wrapper .socials {
    padding-top: 4vw;
    width: 100%;
  }
}
.nav .wrapper .socials ul {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .nav .wrapper .socials ul {
    text-align: left;
  }
}
.nav .wrapper .socials ul li {
  padding: 0.32vw 0;
}
.nav .wrapper .socials ul li a {
  display: inline-block;
  position: relative;
  padding-right: 4vw;
  font-size: 1.64vw;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.1vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nav .wrapper .socials ul li a {
    font-size: 6vw;
    padding-right: 12vw;
  }
}
.nav .wrapper .socials ul li a::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/img/external-link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  opacity: 0.64;
  transition: all 0.2s ease-in-out;
}
.nav .wrapper .socials ul li a:hover {
  color: #fff;
}
.nav .wrapper .socials ul li a:hover::after {
  opacity: 1;
}

.more {
  position: relative;
  width: 100%;
  height: auto;
  padding: 16vw 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.more .btn {
  margin: 0 auto;
  position: relative;
  width: 12vw;
  height: 12vw;
  background-color: #146FD6;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 768px) {
  .more .btn {
    width: 24vw;
    height: 24vw;
  }
}
.more .btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.more .btn a span {
  position: absolute;
  font-size: 1vw;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .more .btn a span {
    font-size: 2vw;
  }
}
.more .btn:hover {
  transition: all 0.2s ease-out;
  background-color: #000;
}

.blabla {
  position: relative;
  width: 100%;
  height: 20vw;
}
@media screen and (max-width: 768px) {
  .blabla {
    height: 80vw;
  }
}
.blabla .icon-head {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10vw;
  height: 10vw;
}
@media screen and (max-width: 768px) {
  .blabla .icon-head {
    width: 40vw;
    height: 40vw;
  }
}
.blabla .icon-head .head {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/img/icon-head.svg);
  animation-name: head;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.blabla .icon-head .head .lip-boven {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/img/icon-head-lip-boven.svg);
  animation-name: boven;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.blabla .icon-head .head .lip-onder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/img/icon-head-lip-onder.svg);
  animation-name: onder;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.blabla .words {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blabla .words .bla {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #146FD6;
  opacity: 0;
  transform-origin: center;
}

@keyframes boven {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -1px;
  }
}
@keyframes onder {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 1px;
  }
}
@keyframes head {
  from {
    transform: translate(-50%, -50%) rotate(2deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-2deg);
  }
}
.logos {
  position: relative;
  width: 100%;
  display: block;
}
.logos .logos-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4vw 0;
}
.logos .logos-container.active {
  opacity: 1;
}
.logos .logos-container .logo {
  position: relative;
  width: 30vw;
  height: auto;
  text-align: center;
  padding: 4vw;
  border: 1px solid #222;
  margin-bottom: 3vw;
  opacity: 0;
  transition: all 1.8s ease-out;
  top: 4vw;
}
@media screen and (max-width: 768px) {
  .logos .logos-container .logo {
    width: 48%;
  }
}
.logos .logos-container .logo .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 2vw;
  margin: auto;
  transition: all 1.8s ease-out;
}
.logos .logos-container .logo h3 {
  font-size: 1.4vw;
}
.logos .logos-container .logo p {
  font-weight: 300;
  font-size: 2.4vw;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.4;
  color: #222;
}
.logos .logos-container .logo:hover .img {
  transform: scale(1.1);
}
.logos .logos-container::after {
  content: "";
  position: relative;
  width: 30vw;
}
.logos.active .logos-container .logo {
  opacity: 1;
  top: 0;
}
.logos.active .logos-container .logo:nth-child(1) {
  transition-delay: 0.2s;
}
.logos.active .logos-container .logo:nth-child(2) {
  transition-delay: 0.4s;
}
.logos.active .logos-container .logo:nth-child(3) {
  transition-delay: 0.6s;
}
.logos.active .logos-container .logo:nth-child(4) {
  transition-delay: 0.8s;
}
.logos.active .logos-container .logo:nth-child(5) {
  transition-delay: 1s;
}
.logos.active .logos-container .logo:nth-child(6) {
  transition-delay: 1.2s;
}
.logos.active .logos-container .logo:nth-child(7) {
  transition-delay: 1.4s;
}
.logos.active .logos-container .logo:nth-child(8) {
  transition-delay: 1.6s;
}
.logos.active .logos-container .logo:nth-child(9) {
  transition-delay: 1.8s;
}
.logos.active .logos-container .logo:nth-child(10) {
  transition-delay: 2s;
}

.do {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.do .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  opacity: 0.64;
  transition: all 0.2s ease-in;
}
.do .link .description {
  position: absolute;
  left: -9000px;
}
.do .link .circle1 {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -8px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-color: #fff;
}
.do .link .circle2 {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 12px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-color: #fff;
}
.do .link .circle3 {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 28px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-color: #fff;
}
.do .link:hover {
  opacity: 1;
}
.do .link:hover .circle1 {
  animation: circle1 0.2s linear;
  animation-iteration-count: infinite;
}
.do .link:hover .circle2 {
  animation: circle2 0.2s linear;
  animation-iteration-count: infinite;
}
.do .link:hover .circle3 {
  animation: circle3 0.2s linear;
  animation-iteration-count: infinite;
}

@keyframes circle1 {
  0% {
    left: -8px;
  }
  100% {
    left: -28px;
  }
}
@keyframes circle2 {
  0% {
    left: 12px;
  }
  100% {
    left: -8px;
  }
}
@keyframes circle3 {
  0% {
    left: 32px;
  }
  100% {
    left: 12px;
  }
}
.calendly {
  position: relative;
  width: 100%;
  height: 32vw;
  display: block;
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  .calendly {
    height: 80vw;
  }
}
.calendly .btn-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.2s ease-in;
}
.calendly .btn-container .btn {
  position: relative;
  background-color: #146FD6;
  border-radius: 1vw;
  text-align: center;
  padding: 3.2vw 6vw;
}
.calendly .btn-container .btn:hover {
  transition: all 0.2s ease-out;
  background-color: #000;
}
.calendly .btn-container .btn span {
  position: relative;
  font-size: 1vw;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  font-size: clamp(16px, 1.4vw, 32px);
}
.calendly .dates {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.calendly .dates .agenda {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transform-origin: center;
  width: 4vw;
  height: 5vw;
  border: 1px solid #146FD6;
  border-radius: 4px;
  background-color: #FAF8F3;
}
@media screen and (max-width: 768px) {
  .calendly .dates .agenda {
    width: 8vw;
    height: 10vw;
  }
}
.calendly .dates .agenda .day {
  position: absolute;
  left: 50%;
  top: 0.5vw;
  transform: translate3d(-50%, 0, 0);
  color: #146FD6;
  font-size: clamp(8px, 0.8vw, 16px);
}
.calendly .dates .agenda .date {
  position: absolute;
  left: 50%;
  top: 64%;
  transform: translate3d(-50%, -50%, 0);
  color: #146FD6;
  font-size: clamp(16px, 2vw, 32px);
}

@keyframes boven {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -1px;
  }
}
@keyframes onder {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 1px;
  }
}
@keyframes head {
  from {
    transform: translate(-50%, -50%) rotate(2deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-2deg);
  }
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin-bottom: clamp(4rem, 8vw, 12rem);
}
.gallery .img {
  width: 30%;
  height: auto;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .gallery .img {
    width: 48%;
  }
}
.gallery .img img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}