.nav {
  z-index: 100;
  width: 100%;
  height: 13vh;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: 4vw;
  transition: all .3s;
}

.logo:hover {
  transform: translate(0, -.2vw);
}

._40 {
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.paragraph {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: 160%;
}

.paragraph.rotate {
  position: relative;
  top: 2.4vw;
  left: 1.6vw;
  transform: rotate(90deg);
}

.paragraph.semibold {
  font-weight: 500;
}

.paragraph.semibold.close {
  margin-left: 1vw;
}

.paragraph.semibold.margintop {
  margin-top: 1vw;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.center {
  z-index: 1;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.paragraph.white.link {
  color: rgba(255, 255, 255, .5);
  margin-top: 1vw;
  text-decoration: none;
  transition: all .3s;
}

.paragraph.white.link:hover {
  color: #fff;
  transform: translate(0, -.2vw);
}

.paragraph.white.link.showonmobile {
  display: none;
}

.nav-link {
  color: #323232;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3px;
  font-family: Roboto, sans-serif;
  font-size: .8vw;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.nav-link:hover {
  padding-left: .2vw;
}

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

.hero {
  width: 100%;
  min-height: 100vh;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
  position: relative;
}

.hero.vertical {
  flex-direction: column;
  justify-content: center;
}

._60 {
  z-index: 1;
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.coaching {
  width: 66.66%;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-coaching {
  color: #c162a6;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sequel Sans, sans-serif;
  font-size: 8.5vw;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  left: -2.2vw;
}

.text-coaching.inactive {
  opacity: .05;
  transition: all .3s;
}

.text-coaching.inactive:hover {
  opacity: 1;
  transform: translate(.2vw);
}

.training {
  width: 66.66%;
  align-items: center;
  margin-top: -2.8vw;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-training {
  color: #323232;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sequel Sans, sans-serif;
  font-size: 8.5vw;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  right: -15.3vw;
}

.text-training.inactive {
  opacity: .05;
  transition: all .3s;
}

.text-training.inactive:hover {
  opacity: 1;
  transform: translate(-.2vw);
}

.advies {
  width: 66.66%;
  align-items: flex-end;
  margin-top: -2.8vw;
  padding-left: 15.3vw;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 4.6vw;
}

.text-advies {
  color: #2f777f;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sequel Sans, sans-serif;
  font-size: 8.5vw;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.text-advies.inactive {
  opacity: .05;
  transition: all .3s;
}

.text-advies.inactive:hover {
  opacity: 1;
  transform: translate(.2vw);
}

._33 {
  width: 33.33%;
}

.circle {
  width: 4.8vw;
  height: 4.8vw;
  border-radius: 50000px;
  flex: none;
  margin-right: 1vw;
  position: relative;
  bottom: 1.5vw;
  overflow: hidden;
}

.circle.nopos {
  position: relative;
  bottom: 0;
}

.circle.nopos.mright {
  margin-right: .5vw;
}

.circle.footerpos {
  position: absolute;
  top: -2.4vw;
  bottom: auto;
  left: 63vw;
  right: auto;
}

.half-circle {
  height: 4.8vw;
  margin-right: 1vw;
  position: relative;
  bottom: 1.5vw;
}

.half-circle.nopos {
  flex: none;
  margin-right: .5vw;
  position: static;
}

.half-circle.footerpos {
  position: absolute;
  top: -2.4vw;
  bottom: auto;
  left: 60%;
  right: auto;
}

.image-inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.subtitle {
  width: 100%;
  display: flex;
}

.h-img-wrap {
  width: 12vw;
  height: 12vw;
  justify-content: flex-end;
  display: flex;
  position: relative;
  top: -8vw;
  left: -6vw;
}

.h-img-container {
  width: 50%;
  border-top-right-radius: 50vw;
  border-bottom-right-radius: 50vw;
  position: relative;
  overflow: hidden;
}

.c-textwrap {
  width: 50%;
}

.menu-side {
  z-index: 100;
  width: 20%;
  height: 100vh;
  align-items: center;
  padding-left: 5vw;
  display: flex;
  position: fixed;
}

.menu-trigger {
  cursor: pointer;
  align-items: center;
  padding-top: .5vw;
  padding-bottom: .5vw;
  display: flex;
  overflow: hidden;
}

.hamburger {
  width: 1.5vw;
  margin-right: 1vw;
  transform: rotate(90deg);
}

.m-textwrap {
  width: 2vw;
  display: flex;
  overflow: hidden;
}

.textswipe {
  align-items: center;
  display: flex;
}

.menu {
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: -100vh;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo {
  width: 20%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.items {
  width: 40%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mlink {
  width: 100%;
  margin-bottom: 1vw;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.mtext {
  color: #323232;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sequel Sans, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.arrow {
  width: 2vw;
  margin-right: 1vw;
  position: relative;
  top: .6vw;
}

.mswipe {
  align-items: center;
  display: flex;
  position: relative;
  left: -3.9vw;
}

.mswipe.custom {
  left: -3.9vw;
}

.mswipe.move {
  left: 0;
}

.p-container {
  width: 20%;
  position: absolute;
  top: auto;
  bottom: 5vh;
  left: 60%;
  right: auto;
}

.menu-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover {
  width: 100%;
  height: 0%;
  background-color: #f5f5f5;
  position: relative;
}

.mobileburger {
  display: none;
}

.full-image {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.h-img {
  width: 100%;
  height: 65vh;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  width: 100%;
  height: 115%;
  object-fit: cover;
  position: absolute;
  top: -15%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scrolldown {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 90vh;
  bottom: auto;
  left: 5vw;
  right: auto;
}

.extension {
  width: 1px;
  height: 0;
  background-color: #323232;
}

.scroll-trigger {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 100vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._80 {
  width: 80%;
  position: relative;
}

._80.vcenter, ._80.vleft {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._80.htop {
  align-items: flex-start;
  display: flex;
}

._80.hcenter {
  align-items: center;
  display: flex;
}

.button {
  z-index: 1;
  width: 8vw;
  height: 8vw;
  background-color: #323232;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.absolute {
  position: absolute;
  top: -4vw;
  bottom: auto;
  left: 39.9vw;
  right: auto;
}

.button.absolute-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 25.3vw;
}

.btn-hover {
  width: 16vw;
  height: 16vw;
  background-color: #555;
  border-radius: 500000px;
  position: absolute;
  top: 8vw;
  bottom: 0%;
  left: -4vw;
  right: 0%;
}

.list {
  width: 100%;
  align-items: flex-start;
  padding-top: 25vh;
  padding-bottom: 25vh;
  display: flex;
}

.service-link {
  width: 100%;
  background-color: #f5f5f5;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.service-link.white {
  background-color: #fff;
}

.s-content {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  padding: 13vw 15vw 4vw 4vw;
  display: flex;
  position: relative;
}

.s-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.s-title {
  width: 100%;
  margin-bottom: 1vw;
  overflow: hidden;
}

.s-title.nohide {
  overflow: visible;
}

.s-circle {
  z-index: 1;
  height: 4.8vw;
  position: relative;
  top: 2vw;
}

.s-circle.topright {
  position: absolute;
  top: 2vw;
  bottom: auto;
  left: auto;
  right: -.1%;
}

.reviews {
  width: 100%;
  align-items: flex-start;
  padding-top: 10vh;
  padding-bottom: 25vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reviews.margintop {
  padding-top: 25vh;
}

.splide {
  width: 80%;
  cursor: grab;
}

.splide__list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.splide__slide {
  width: 75%;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  padding-right: 30%;
  display: flex;
}

.h2 {
  color: #323232;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sequel Sans, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.h2.alt {
  font-size: 7vw;
  line-height: 90%;
}

.h2.alt.moveleft {
  left: -1.7vw;
}

.h2.alt.pink {
  color: #c162a6;
}

.h2.smaller {
  font-size: 2vw;
}

.splide__arrows {
  display: flex;
}

.splide__arrows.splide__arrows--ltr {
  align-items: center;
  margin-top: 5vw;
  display: flex;
}

.splide__arrows.hide {
  display: none;
}

.review-content {
  width: 100%;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.r-content {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.splide__arrow {
  width: 4vw;
  height: 4vw;
  background-color: #323232;
  background-image: url('../images/whitearrownext.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.splide__arrow:hover {
  background-color: #424242;
  transform: scale(1.05);
}

.splide__arrow.splide__arrow--next {
  margin-left: .5vw;
}

.splide__arrow.splide__arrow--next:hover {
  transform: none;
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/backarrow.svg');
}

.splide__arrow.splide__arrow--prev:hover {
  transform: none;
}

.clients {
  width: 100%;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-title {
  width: 100%;
  padding-left: 20%;
}

.c-wrap {
  flex: none;
}

.c-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.c-item {
  width: 16vw;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-logo {
  max-height: 3vw;
  max-width: 8vw;
}

.marquee {
  width: 100%;
  align-items: center;
  margin-top: 10vw;
  display: flex;
}

.email {
  width: 100%;
  background-color: #323232;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.footer-mail {
  color: #f5f5f5;
  padding-bottom: 1vw;
  font-family: Sequel Sans, sans-serif;
  font-size: 7vw;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.footer-mail:hover {
  padding-left: .5vw;
}

.footer-mail.underline {
  transition: all .3s;
  position: relative;
}

.footer-mail.underline:hover {
  padding-left: .5vw;
}

.footer {
  width: 100%;
  background-color: #323232;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

._50 {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  margin-bottom: 3vw;
}

.payoff {
  width: 30%;
}

.footer-links {
  width: 100%;
  margin-top: 2.5vw;
}

.footer-column {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 5vw;
  display: flex;
}

.footer-btn {
  width: 100%;
  align-items: center;
  padding-top: .5vw;
  padding-bottom: .5vw;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-item-content {
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
  left: -1.2vw;
}

.white-arrow {
  width: .8vw;
  margin-right: .5vw;
}

.footer-btn-text {
  color: #f5f5f5;
  font-family: Sequel Sans, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 130%;
}

.footer-wrap {
  width: 100%;
}

.content {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.scrollover {
  width: 100%;
  height: 100vh;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.indent-title {
  width: 100%;
  position: relative;
}

.regular-text {
  color: #323232;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sequel Sans, sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.regular-text.move.smaller, .regular-text.smaller {
  font-size: 3.2vw;
}

.indent-wrap {
  padding-left: 31%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.indent-wrap.lessindent {
  padding-left: 32%;
}

.white-cover {
  z-index: 0;
  width: 33.33%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.images {
  width: 100%;
  height: 100vh;
  align-items: flex-start;
  display: flex;
}

.images.padding {
  height: auto;
  padding-top: 15vh;
  padding-bottom: 20vh;
}

.images-wrap {
  z-index: 1;
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-wrap {
  width: 11vw;
  height: 34vh;
  position: relative;
  overflow: hidden;
}

.image-wrap.middle {
  width: 18vw;
  height: 50vh;
}

.image-wrap.right {
  width: 11vw;
  height: 30vh;
  top: 9.2vw;
}

.image-wrap.right._2 {
  width: 14vw;
  right: 10vw;
}

.image-wrap.left {
  top: 6.5vw;
}

.image-wrap.left._2 {
  width: 13vw;
  height: 39vh;
  top: 10vw;
  left: 7vw;
}

.image-line {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.textwrap {
  z-index: 1;
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.regular-content {
  width: 100%;
  align-items: center;
  padding-top: 25vh;
  padding-bottom: 5vh;
  display: flex;
}

.regular-content.lessmargintop {
  padding-top: 15vh;
}

.regular-content.paddingbot {
  padding-bottom: 20vh;
}

.relative-sticky {
  width: 100%;
  position: relative;
}

.double-text {
  width: 100%;
  align-items: flex-start;
  margin-top: 8vw;
  display: flex;
}

.double-text.lessmargintop {
  margin-top: 3vw;
}

.double-text.lessmtop {
  margin-top: 2vw;
}

.third {
  width: 33.33%;
}

.text-column {
  width: 33.33%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 3vw;
  display: flex;
}

.regular-indent {
  width: 100%;
  position: relative;
}

.textwrap-regular {
  z-index: 1;
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.textwrap-regular.full {
  width: 100%;
  margin-top: 3vw;
  position: relative;
  left: -66.6%;
}

.stats {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10vw;
  display: flex;
}

.stats.hide {
  display: none;
}

.stats-line {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.stats-line.bottom {
  margin-top: 10vw;
}

.stat {
  width: 25%;
  align-items: flex-start;
  display: flex;
}

.stat-text {
  color: #323232;
  text-transform: lowercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .8vw;
  font-family: Sequel Sans, sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 76%;
  text-decoration: none;
  position: relative;
}

.graphic {
  width: 100%;
  align-items: flex-start;
  margin-top: 15vh;
  display: flex;
}

.g-wrap {
  width: 40%;
  margin-left: 20%;
}

.pyramix {
  width: 100%;
  margin-top: -7vw;
  margin-bottom: -5vw;
}

.sticky-graphic {
  width: 100%;
  height: 200vh;
  position: relative;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lottie-wrap {
  width: 50%;
  padding-right: 10vw;
}

.circle-graphic {
  width: 100%;
}

.side-content {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10vw;
  display: flex;
}

.about {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15vw;
  padding-bottom: 15vw;
  display: flex;
}

.line {
  width: 100%;
  padding-left: 40%;
  position: relative;
}

.line._20side {
  padding-left: 20%;
}

.line.htop {
  align-items: flex-start;
  display: flex;
}

.line.hide {
  display: none;
}

.overflow-hider {
  margin-top: 0;
  padding-bottom: 1vw;
  overflow: hidden;
}

.graphics-wrap {
  height: 100%;
  align-items: center;
  display: flex;
  position: absolute;
  top: .8vw;
  bottom: 0%;
  left: 31.5%;
  right: auto;
}

.graphics-wrap.move {
  top: .5vw;
  left: 55.5%;
}

._30 {
  width: 30%;
  margin-top: 2vw;
}

.subline {
  width: 25%;
  margin-top: 2vw;
  margin-left: 25%;
}

.about-img-wrap {
  z-index: 1;
  width: 14vw;
  height: 14vw;
  border-radius: 500px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .nav {
    z-index: 100;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid rgba(50, 50, 50, .15);
    position: fixed;
  }

  .nav.hideonmobile {
    display: none;
  }

  .logo {
    width: 60px;
  }

  .logo:hover {
    transform: none;
  }

  ._40.fullmobile {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  ._20.hideonmobile {
    display: none;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.white.link {
    margin-top: 25px;
  }

  .hero {
    min-height: auto;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  ._60.fullmobile {
    width: 90%;
  }

  .coaching {
    width: 100%;
  }

  .text-coaching {
    font-size: 18vw;
    left: -4vw;
  }

  .training {
    width: 100%;
    margin-top: -6.5vw;
  }

  .text-training {
    font-size: 18vw;
  }

  .advies {
    width: 100%;
    margin-top: -6.5vw;
    padding-left: 9.1vw;
  }

  .text-advies {
    font-size: 18vw;
  }

  ._33.hideonmobile {
    display: none;
  }

  ._33.fullmobile {
    width: 100%;
  }

  .circle {
    width: 10vw;
    height: 10vw;
    bottom: 3.2vw;
  }

  .circle.nopos {
    margin-right: 15px;
  }

  .circle.nopos.mright {
    width: 7vw;
    height: 7vw;
  }

  .circle.footerpos {
    display: none;
  }

  .half-circle {
    height: 10vw;
    bottom: 3.6vw;
  }

  .half-circle.nopos {
    margin-right: 5px;
  }

  .half-circle.nopos.redo {
    height: 7vw;
  }

  .half-circle.footerpos {
    display: none;
  }

  .subtitle {
    margin-top: 25px;
  }

  .h-img-wrap {
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    left: 0;
  }

  .menu-side {
    display: none;
  }

  .menu {
    height: 93vh;
    top: 7vh;
    left: -100%;
  }

  .photo {
    display: none;
  }

  .items {
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mlink {
    margin-bottom: 10px;
  }

  .mtext {
    font-size: 40px;
  }

  .arrow {
    margin-right: 10px;
    display: none;
  }

  .mswipe {
    left: -8px;
  }

  .mswipe.custom {
    left: -9px;
  }

  .p-container {
    display: none;
  }

  .mobileburger {
    width: 29px;
    display: block;
  }

  .full-image {
    margin-top: 35px;
  }

  .h-img {
    width: 100%;
    height: 60vw;
  }

  .parallax-image {
    height: 100%;
    top: 0%;
  }

  .scrolldown {
    display: none;
  }

  ._80 {
    width: 100%;
  }

  .button.absolute {
    width: 100px;
    height: 100px;
    top: -50px;
    left: 5vw;
  }

  .button.absolute-2 {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .btn-hover {
    display: none;
  }

  .list {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .s-content {
    padding: 75px 5vw 25px;
  }

  .s-title {
    margin-bottom: 20px;
  }

  .s-circle {
    height: 50px;
  }

  .reviews {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .reviews.margintop {
    padding-top: 50px;
  }

  .splide {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .splide__slide {
    width: 100%;
    padding-right: 5vw;
  }

  .h2 {
    font-size: 40px;
  }

  .h2.alt {
    font-size: 12vw;
  }

  .h2.alt.moveleft {
    left: -3.2vw;
  }

  .h2.smaller {
    font-size: 20px;
  }

  .review-content {
    margin-top: 25px;
  }

  .splide__arrow {
    width: 50px;
    height: 50px;
    transition-property: none;
  }

  .splide__arrow:hover {
    transform: none;
  }

  .clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .c-title {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .c-wrap.second {
    display: none;
  }

  .c-item {
    width: 29vw;
    justify-content: flex-start;
  }

  .c-logo {
    max-height: none;
    max-width: 120px;
  }

  .marquee {
    margin-top: 50px;
    padding-left: 5vw;
    overflow: scroll;
  }

  .email {
    padding: 75px 5vw;
  }

  .footer-mail.underline {
    font-size: 40px;
  }

  .footer {
    padding: 50px 5vw;
  }

  .payoff {
    width: 80%;
  }

  .footer-btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-btn-text {
    font-size: 16px;
  }

  .scrollover {
    height: auto;
    padding-top: 50px;
    padding-bottom: 75px;
    position: static;
  }

  .regular-text {
    font-size: 40px;
  }

  .regular-text.move.smaller, .regular-text.smaller {
    font-size: 32px;
  }

  .indent-wrap {
    padding-left: 3.5vw;
  }

  .indent-wrap.lessindent.nomobile {
    padding-left: 0%;
  }

  .white-cover {
    width: 5vw;
  }

  .white-cover.hidemobile.hideonmob {
    display: none;
  }

  .images {
    height: auto;
    padding-bottom: 20vw;
  }

  .images.padding {
    padding-top: 50px;
    padding-bottom: 127px;
  }

  .images-wrap {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-wrap.middle {
    width: 25vw;
    height: 38vw;
  }

  .image-wrap.right {
    width: 17vw;
    height: 25vw;
    top: 22vw;
  }

  .image-wrap.right._2 {
    width: 13vw;
    height: 19vw;
    top: 16.4vw;
    right: 22.6vw;
  }

  .image-wrap.left {
    width: 18vw;
    height: 26vw;
    top: 12vw;
  }

  .image-wrap.left._2 {
    width: 20vw;
    height: 30vw;
    top: 15.8vw;
    left: 16.9vw;
  }

  .textwrap {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .regular-content {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .regular-content.lessmargintop {
    padding-top: 25px;
  }

  .regular-content.paddingbot {
    padding-bottom: 50px;
  }

  .double-text.lessmargintop {
    margin-top: 25px;
  }

  .third.hideonmobile {
    display: none;
  }

  .text-column {
    width: 50%;
    padding-right: 25px;
  }

  .textwrap-regular {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .textwrap-regular.full {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
    left: 0%;
  }

  .stats {
    margin-top: 50px;
  }

  .stats-line.bottom {
    margin-top: 25px;
  }

  .stat {
    width: 50%;
  }

  .stat.hideonmobile {
    display: none;
  }

  .stat-text {
    font-size: 40px;
  }

  .graphic {
    margin-top: 25px;
  }

  .g-wrap {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .pyramix {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sticky-graphic {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sticky-wrap {
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .lottie-wrap, .side-content {
    padding-right: 5vw;
  }

  .about {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .line {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .line._20side {
    justify-content: flex-end;
    margin-top: -3vw;
    padding-left: 5vw;
    display: flex;
  }

  .line._20side.verticalmobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .line.htop.verticalmobile {
    flex-direction: column;
  }

  .overflow-hider {
    margin-left: 14%;
    padding-bottom: 2.5vw;
  }

  .graphics-wrap {
    top: 0;
    left: 5%;
  }

  ._30 {
    width: 100%;
    margin-top: 25px;
  }

  .subline {
    width: 100%;
    margin-top: 25px;
    margin-left: 0%;
  }

  .about-img-wrap {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .g-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .logo.largermobile {
    width: 70px;
  }

  .paragraph.white.link.hideonmobile {
    display: none;
  }

  .paragraph.white.link.showonmobile {
    display: block;
  }

  .training {
    width: 82%;
  }

  .text-training {
    right: -19.9vw;
  }

  .advies {
    width: 88%;
    left: 9.2vw;
  }

  .circle.nopos {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .circle.nopos.mright {
    margin-bottom: 0;
  }

  .circle.footerpos {
    width: 50px;
    height: 50px;
    display: block;
    top: -25px;
    left: 80.8vw;
  }

  .half-circle.nopos {
    display: none;
  }

  .half-circle.nopos.redo {
    display: block;
  }

  .half-circle.footerpos {
    height: 50px;
    display: block;
    top: -25px;
    left: 70%;
  }

  .mswipe {
    left: -9px;
  }

  ._80.htop, ._80.hcenter {
    flex-direction: column;
  }

  .button.absolute {
    top: -50px;
    bottom: auto;
    left: auto;
    right: 71.4vw;
  }

  .service-link {
    flex-direction: column;
  }

  .s-content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 39px;
  }

  .s-image {
    width: 100%;
    height: 40vw;
    order: -1;
    overflow: visible;
  }

  .s-title {
    margin-bottom: 15px;
  }

  .s-circle {
    top: 30.9vw;
  }

  .s-circle.topright {
    top: -10.3vw;
  }

  .reviews.margintop.moremobile {
    padding-top: 75px;
  }

  .splide__arrows.splide__arrows--ltr {
    margin-top: 35px;
  }

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

  .splide__arrow.splide__arrow--next {
    margin-left: 15px;
  }

  .c-item {
    width: 41vw;
  }

  .c-logo {
    max-width: 90px;
  }

  .marquee {
    overflow: visible;
  }

  .email {
    padding: 50px 5vw;
  }

  .footer-mail.underline {
    font-size: 30px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 3vw;
  }

  ._50 {
    width: 100%;
  }

  .footer-link {
    margin-bottom: 25px;
  }

  .payoff {
    width: 100%;
  }

  .footer-links {
    margin-top: 20px;
  }

  .footer-column {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .footer-btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-item-content {
    position: static;
  }

  .white-arrow {
    display: none;
  }

  .footer-btn-text {
    font-size: 16px;
  }

  .regular-text.move.smaller.regularmobile {
    padding-left: 0;
  }

  .regular-text.smaller {
    padding-left: 8px;
    display: inline;
  }

  .indent-wrap {
    padding-left: 19px;
  }

  .indent-wrap.lessindent {
    padding-left: 0%;
    display: inline;
  }

  .white-cover {
    width: 30px;
  }

  .white-cover.hidemobile {
    display: none;
  }

  .images.padding {
    padding-bottom: 76px;
  }

  .double-text {
    flex-direction: column;
    margin-top: 0;
  }

  .double-text.lessmargintop {
    margin-top: 10px;
  }

  .double-text.lessmtop {
    margin-top: 0;
  }

  .text-column {
    width: 100%;
    margin-top: 25px;
    padding-right: 0;
  }

  .stat-text {
    margin-right: 13px;
  }

  .sticky-graphic {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lottie-wrap {
    width: 100%;
    order: 1;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .circle-graphic {
    width: 80%;
    margin-top: 25px;
  }

  .side-content {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .about {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .about-img-wrap {
    display: none;
  }
}


@font-face {
  font-family: 'Sequel Sans';
  src: url('../fonts/Sequel-Sans-Medium-Disp.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}