@font-face {
  font-family: Mark pro;
  src: url('../fonts/mark-pro.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Mark pro;
  src: url('../fonts/mark-pro-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Mark pro;
  src: url('../fonts/mark-pro-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Mark pro;
  src: url('../fonts/mark-pro-heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Arial;
  src: url('../fonts/arial-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Deartype moments;
  src: url('../fonts/deartype-moments-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Ss gizmo;
  src: url('../fonts/ss-gizmo.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --cadet-blue: #02a2ac;
  --dark-slate-blue: #464390;
  --white: white;
  --gold: #fecc0f;
  --purple: #80286b;
  --light-coral: #ed6e7e;
  --teal: #0c6f82;
}

.header-section {
  height: auto;
  position: relative;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  align-items: center;
  height: 80px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: fixed;
}

.navbar.cookies {
  background-color: var(--cadet-blue);
  inset: 0% 0% auto;
}

.div-block-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.body {
  color: var(--dark-slate-blue);
  font-family: Mark pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-link {
  z-index: 1;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.1vw;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--white);
  font-weight: 900;
}

.nav-link.last {
  padding-right: 0;
}

.brand {
  width: 290px;
}

.background-video {
  background-color: #0006;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  width: 290px;
  height: 51px;
}

.header-section-inhoud {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
  position: relative;
}

.header-inhoud-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  max-height: none;
  padding-top: 11%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.header-inhoud-top-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 64px;
}

.antwoord-container {
  justify-content: flex-end;
  width: 100%;
  margin-top: -44px;
  display: flex;
}

.text-block {
  color: var(--gold);
  font-family: Deartype moments, sans-serif;
  font-size: 210px;
  font-weight: 400;
  line-height: 110px;
}

.header-button {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 60px;
  margin-top: 0;
  padding-left: 23px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  margin-right: 5px;
  font-family: Arial, Impact, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.eye-emoji {
  margin-left: 10px;
  margin-right: 0;
}

.lottie-animation {
  width: 50px;
  margin-right: 10px;
  padding-top: 4px;
}

.lottie-animation.clapp {
  width: 42px;
  margin-right: 0;
  padding-top: 0;
}

.lottie-animation.clapp.contact {
  width: 40px;
  padding-top: 3px;
}

.lottie-animation.point {
  margin-right: 0;
  padding-top: 0;
}

.lottie-animation.eyes {
  width: 30px;
  margin-right: 0;
}

.header-inhoud-bottom {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  height: 30vh;
  display: flex;
}

.uitklap-container {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.uitklap-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 1.5vw;
  font-weight: 900;
  line-height: 30px;
}

.plusbutton {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.plus-lijn1 {
  background-color: var(--white);
  width: 2px;
  height: 30px;
  margin-left: 0;
}

.plus-lijn2 {
  background-color: var(--white);
  width: 2px;
  height: 30px;
  margin-right: 0;
  position: relative;
  right: 2px;
  transform: rotate(90deg);
}

.uitklap-2 {
  background-color: var(--purple);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 57%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.uitklap-3 {
  background-color: var(--cadet-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.uitklap-4 {
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.uitklap-5 {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.aanmeld-button {
  z-index: 10;
  border: 10px solid var(--gold);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 33px 33px auto;
}

.aanmeld-button-binnenkant {
  background-color: var(--gold);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.text-block-4.prof {
  opacity: 1;
  color: var(--dark-slate-blue);
  display: block;
}

.header-socialmedia-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 13%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 30px;
}

.social-icon {
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social-icon.foot {
  margin-top: 0;
  margin-bottom: 0;
}

.social-icon.foot._2 {
  margin-left: 15px;
  margin-right: 15px;
}

.social-icon.foot._3 {
  margin-left: 0;
  margin-right: 15px;
}

.social-icon.snap {
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.social-icon.tik {
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.icon-aan.snap, .icon-aan.tik {
  width: 25px;
  height: 25px;
}

.icon-hover {
  display: none;
}

.uitklap-1-balk {
  background-color: var(--gold);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6vh;
  padding-left: 80px;
  padding-right: 30px;
  display: flex;
}

.uitklap-1-uitklapcontainer {
  background-color: var(--white);
  height: 0;
  padding: 0;
  overflow: scroll;
}

.uitklap-2-balk {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6vh;
  padding-left: 80px;
  padding-right: 30px;
  display: flex;
}

.uitklap-2-uitklapcontainer {
  background-color: var(--white);
  height: 0;
  padding: 0;
  overflow: scroll;
}

.header-video-openklap {
  z-index: 10;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-video-button {
  color: var(--white);
  font-family: Ss gizmo, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  transition: color .2s;
  position: absolute;
  inset: 20% 20% auto auto;
}

.close-video-button:hover {
  color: var(--gold);
}

.video-container {
  width: 50%;
}

.lightbox-link-2 {
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  width: 240px;
  height: 60px;
  margin-top: 20px;
  position: relative;
}

.wijzijnpowergirlz-section {
  padding: 100px 80px;
  overflow: hidden;
}

.inhoud-wijzijnpowergirlz-section {
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 900;
  line-height: 51px;
}

.left-container-wzp {
  width: 50%;
  margin-right: 100px;
}

.intro-text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 27px;
}

.intro-text.white {
  color: #fff;
  margin-bottom: 4%;
  display: none;
}

.intro-text.white._2 {
  width: 88%;
  margin-bottom: 6%;
}

.right-container-wzp {
  width: 50%;
}

.body-text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.body-text.white {
  color: #fff;
  margin-bottom: 4%;
  display: none;
}

.body-text.white.playgr {
  margin-bottom: 6%;
  display: block;
}

.body-text.green {
  color: var(--dark-slate-blue);
  margin-bottom: 7%;
  font-size: 1.2vw;
  line-height: 1.9vw;
}

.body-text.green.mid {
  color: var(--white);
  margin-top: 7%;
  margin-bottom: 0;
}

.body-text.balk {
  margin-bottom: 0;
  padding: 20px 140px 20px 80px;
}

.playground-search-container {
  margin-top: 32px;
}

.zoekfunctie-container {
  display: flex;
}

.dropdown-wrapper {
  width: 390px;
  margin-top: 0;
}

.dropdown-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 55px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-family: Mark pro, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.dropdown-content {
  background-color: #fff;
  width: 330px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 3px #00000014;
}

.playground-link {
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.playground-link:hover {
  color: var(--gold);
}

.inhoud-dropdown {
  height: 200px;
  padding: 20px;
  overflow: scroll;
}

.kickoff-section {
  width: 100vw;
  height: 100vh;
}

.text-block-6 {
  margin-bottom: 8px;
  padding-left: 25px;
  font-family: Mark pro, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.inhoud-dropdown-trigger {
  background-color: var(--gold);
  justify-content: flex-start;
  align-items: center;
  width: 330px;
  height: 100%;
  padding-left: 25px;
  display: flex;
}

.lottie-animation-2 {
  width: 42px;
  margin-left: 10px;
  display: block;
}

.inhoud-kickoff-section {
  height: 100vh;
  display: flex;
}

.left-kickoff {
  width: 42%;
}

.right-kickoff {
  background-color: var(--cadet-blue);
  flex-direction: column;
  justify-content: space-between;
  width: 58%;
  padding: 6% 5% 4% 7%;
  display: flex;
}

.image-2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.top-zin-horizontal {
  display: none;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 51px;
}

.heading-3._2 {
  display: none;
}

.titel-container-challenge {
  margin-bottom: 7%;
}

.challlenge-button {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 55px;
  margin-top: 0;
  text-decoration: none;
  display: none;
}

.challenge-button-text {
  color: var(--gold);
  margin-right: 0;
  font-family: Arial, Impact, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.challenge-button-text.white {
  color: var(--white);
}

.point-emoji {
  background-color: var(--white);
  align-self: center;
  height: 50px;
  padding-right: 15px;
}

.point-emoji.wit {
  background-color: #0000;
  width: 42px;
  height: 46px;
  margin-left: -5px;
  padding-right: 5px;
}

.point-emoji.wit._1 {
  width: 50px;
  margin-left: -15px;
  margin-right: 8px;
  padding-right: 0;
}

.socials-wrapper.footer {
  height: auto;
}

.text-block-7 {
  color: var(--white);
  margin-bottom: 10px;
}

.socials {
  display: flex;
}

.social-icon-challenge {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.playground-section {
  background-image: url('../images/playground-min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.inhoud-playground {
  justify-content: space-between;
  height: 100%;
  padding: 12vh 80px 60px;
  display: flex;
  position: relative;
}

.inhoud-playground-left {
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  margin-right: 100px;
  display: flex;
}

.inhoud-playground-right {
  width: 45%;
  margin-top: 8px;
}

.playground-titel-container {
  flex-direction: column;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 51px;
  position: relative;
}

.text-block-8 {
  color: var(--gold);
  font-family: Deartype moments, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: -46px;
  left: 160px;
}

.playground-button-text {
  color: var(--gold);
  margin-right: 5px;
  font-family: Arial, Impact, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.playground-button-text.purp {
  color: var(--dark-slate-blue);
  margin-left: 7px;
}

.playground-button {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 55px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.blok-wrapper-1 {
  display: block;
  overflow: visible;
  transform: translate(0);
}

.playground-blok-1-1 {
  background-color: var(--gold);
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  max-width: none;
  margin-left: 18%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.playground-blok-1-1._2 {
  width: 400px;
  min-width: 300px;
  max-width: none;
  margin-left: 5%;
}

.text-block-9 {
  color: var(--white);
  padding: 3% 7% 3% 9%;
  font-size: 1.5vw;
  font-weight: 900;
  line-height: 2.1vw;
}

.text-block-9.purpl {
  color: var(--dark-slate-blue);
}

.playground-blok-1-2 {
  background-color: var(--purple);
  justify-content: center;
  align-items: center;
  width: 27vw;
  max-width: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.playground-blok-1-2._2 {
  width: 28vw;
  max-width: 410px;
}

.playground-blok-1-3 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 19vw;
  max-width: 400px;
  margin-left: 15%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.playground-blok-1-3._2 {
  width: 31vw;
  max-width: none;
  margin-left: 6%;
}

.playground-blok-1-4 {
  background-color: var(--light-coral);
  justify-content: center;
  align-items: center;
  width: 35vw;
  max-width: 520px;
  margin-left: 11%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.playground-blok-1-4._2 {
  width: 20vw;
  max-width: 320px;
}

.playground-blok-1-4._1 {
  width: 17vw;
}

.text-block-10 {
  color: var(--white);
  margin-bottom: 12px;
  margin-left: 17%;
  display: inline-block;
}

.flex {
  display: inline-block;
}

.blok-wrapper-2 {
  display: block;
  overflow: visible;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  margin-top: 0;
  display: none;
  top: 391px;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.mask {
  width: 100%;
}

.producten-section {
  width: 100vw;
  height: 100vh;
}

.inhoud-producten-section {
  height: 100%;
  display: flex;
}

.left-producten {
  width: 42%;
  position: relative;
}

.right-producten {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: space-between;
  width: 58%;
  height: 100%;
  padding: 6% 5% 4% 7%;
  display: flex;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

.powerwear-titel-container {
  flex-direction: column;
  margin-bottom: 20px;
}

.text-block-8-copy {
  color: var(--gold);
  margin-top: -60px;
  font-family: Deartype moments, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 140px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 32px;
}

.powerwear-buttons-container {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.powerwear-button {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  margin-bottom: 6px;
  padding: 10px 24px;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  text-decoration: none;
  transition: padding .2s;
  display: inline;
}

.powerwear-button:hover {
  padding-left: 35px;
  padding-right: 35px;
}

.powerwear-button._1 {
  transition: padding .2s;
}

.powerwear-button._1:hover {
  padding-left: 35px;
  padding-right: 35px;
}

.slide-nav-powerwear {
  font-size: 18px;
  bottom: 8%;
}

.inhoud-slide {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-section {
  height: 100vh;
}

.text-block-11 {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  padding: 11px 24px;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  position: absolute;
  inset: 55% auto auto 0%;
}

.quote-slider {
  background-color: #0000;
  height: 100%;
}

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

.slide {
  background-color: var(--cadet-blue);
}

.slide-2 {
  background-color: var(--gold);
}

.slide-nav-2 {
  bottom: 7%;
}

.inhoud-quote-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 85px;
  font-weight: 900;
  line-height: 108px;
}

.heading-5._2, .heading-5._3 {
  line-height: 85px;
}

.heading-5._3 {
  color: var(--dark-slate-blue);
  line-height: 85px;
}

.heading-5._4 {
  color: var(--white);
  line-height: 85px;
}

.text-block-12 {
  color: var(--gold);
  text-align: center;
  font-family: Deartype moments, sans-serif;
  font-size: 240px;
  font-weight: 400;
  line-height: 160px;
}

.text-block-12._2 {
  color: var(--purple);
  text-align: center;
}

.text-block-12._3 {
  color: var(--white);
  text-align: center;
  margin-top: -22px;
  padding-left: 113px;
  padding-right: 113px;
  line-height: 240px;
}

.text-block-12._4 {
  color: var(--cadet-blue);
  margin-top: -8px;
  line-height: 90px;
  display: block;
}

.slide-3 {
  background-color: var(--light-coral);
}

.slide-4 {
  background-color: var(--dark-slate-blue);
}

.profs-section {
  object-fit: fill;
  height: 100vh;
}

.inhoud-profs-section {
  object-fit: fill;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.prof-wrapper {
  width: 33.3%;
}

.prof-wrapper._1 {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.prof-wrapper._2 {
  background-color: var(--light-coral);
  flex-direction: column;
  justify-content: space-between;
  width: 33.4%;
  display: flex;
}

.prof-wrapper._3 {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.inhoud-prof-top._1 {
  z-index: 2;
  height: 70%;
  padding: 11% 10% 0;
  position: relative;
}

.inhoud-prof-top.mid {
  z-index: 2;
  flex-direction: column;
  order: 1;
  justify-content: flex-end;
  height: 70%;
  padding: 0% 10% 11%;
  display: flex;
  position: relative;
}

.inhoud-prof-top._2 {
  z-index: 2;
  height: 70%;
  padding: 11% 10% 0;
  position: relative;
}

.text-block-13 {
  background-color: var(--cadet-blue);
  color: var(--white);
  padding: .8vw 1.4vw;
  font-size: 1.6vw;
  font-weight: 900;
  line-height: 30px;
  display: inline-block;
}

.text-block-13.mid {
  background-color: var(--dark-slate-blue);
  padding: .8vw 1.4vw;
}

.text-block-13._1 {
  background-color: var(--purple);
  padding: .8vw 1.4vw;
}

.text-block-13-copy {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  max-width: 310px;
  margin-left: 2.3vw;
  padding: .8vw 1.4vw;
  font-size: 1.3vw;
  font-weight: 900;
  line-height: 1.7vw;
  display: block;
}

.text-block-13-copy.mid {
  max-width: 340px;
}

.videohover {
  height: 100%;
  overflow: hidden;
}

.bottomvideo {
  z-index: 1;
  width: 100%;
  height: 25%;
  position: relative;
}

.aanmelden-section {
  height: 100vh;
}

.inhoud-aanmelden-section {
  width: 100%;
  height: 100%;
  display: flex;
}

.left-aanmelden {
  width: 42%;
  padding: 10% 70px 40px 80px;
}

.right-aanmelden {
  background-color: var(--cadet-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 58%;
  padding-top: 12%;
  display: flex;
}

.heading-6 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
}

.link-2 {
  color: var(--dark-slate-blue);
  font-size: 18px;
  font-weight: 900;
  line-height: 27px;
  text-decoration: none;
  transition: color .2s;
}

.link-2:hover {
  color: var(--gold);
}

.form-block {
  width: 60%;
}

.form-block.popup {
  width: 100%;
}

.text-field {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-size: 16px;
}

.text-field:active, .text-field:focus, .text-field::placeholder {
  color: var(--dark-slate-blue);
}

.text-field-2 {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-size: 16px;
}

.text-field-2::placeholder {
  color: var(--dark-slate-blue);
}

.text-field-2-copy {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-size: 16px;
}

.text-field-2-copy::placeholder {
  color: var(--dark-slate-blue);
}

.text-field-2-copy-copy {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-size: 16px;
}

.text-field-2-copy-copy::placeholder {
  color: var(--dark-slate-blue);
}

.textarea {
  border: 1px solid var(--white);
  color: #464390;
  margin-bottom: 40px;
  font-size: 16px;
  overflow: auto;
}

.textarea::placeholder {
  color: var(--dark-slate-blue);
}

.div-block-5 {
  width: 228px;
  display: flex;
}

.submit-button {
  color: var(--dark-slate-blue);
  background-color: #fff;
  padding: 15px 4px 15px 24px;
  font-family: Arial, Impact, sans-serif;
  font-weight: 700;
}

.submit-button.popup {
  color: var(--dark-slate-blue);
}

.sponsors {
  z-index: 11;
  background-color: var(--gold);
  position: relative;
}

.inhoud-sponsors {
  justify-content: space-between;
  align-items: center;
  padding: 10px 80px;
  display: flex;
}

.sponsor-container {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 110px;
  display: flex;
}

.sponsor-container._1 {
  width: 220px;
}

.sponsor-container._2 {
  width: 220px;
  height: 110px;
}

.image-3._2 {
  width: 200px;
}

.image-3._3 {
  width: 150px;
}

.footer {
  z-index: 11;
  background-color: var(--dark-slate-blue);
  position: relative;
}

.inhoud-footer {
  background-color: var(--dark-slate-blue);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block-6 {
  align-self: auto;
  align-items: flex-end;
  margin-right: 0%;
  display: flex;
}

.success-message {
  background-color: var(--white);
}

.text-block-14 {
  line-height: 22px;
}

.error-message {
  padding-left: 27px;
  padding-right: 27px;
}

.div-block-7 {
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.uitklap-3-balk {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6vh;
  padding-left: 80px;
  padding-right: 30px;
  display: flex;
}

.uitklap-3-uitklapcontainer {
  background-color: var(--white);
  height: 0;
  padding: 0;
  overflow: scroll;
}

.uiktlap-4-balk {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6vh;
  padding-left: 80px;
  padding-right: 30px;
  display: flex;
}

.uitklap-4-uitklapcontainer {
  background-color: var(--white);
  height: 0;
  padding: 0;
  overflow: scroll;
}

.uitklap-5-balk {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6vh;
  padding-left: 80px;
  padding-right: 30px;
  display: flex;
}

.uitklap-5-uitklapcontainer {
  background-color: var(--white);
  height: 0;
  padding: 0;
  overflow: scroll;
}

.text-block-15 {
  color: var(--white);
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 80px;
}

.link-block {
  background-image: url('../images/logo-full.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block.w--current {
  background-image: url('../images/logo-full.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 90px;
}

.link-block.ha {
  width: 200px;
  height: 90px;
}

.nav-link-wrapper {
  margin-left: 23px;
  margin-right: 23px;
  position: relative;
}

.nav-link-wrapper.last {
  margin-right: 0;
}

.nav-menu {
  display: flex;
}

.nav-line {
  background-color: var(--cadet-blue);
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-line.cookies {
  background-color: var(--gold);
}

.form-popup-container {
  z-index: 12;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-popup-bg {
  z-index: 1;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.form-popup {
  z-index: 10;
  background-color: var(--cadet-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  padding: 0;
  display: flex;
  position: absolute;
}

.titelwrapper-form {
  margin-bottom: 40px;
}

.inhoud-form {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.heading-7 {
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
}

.close-button {
  color: var(--white);
  padding: 20px;
  font-family: Ss gizmo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: color .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-button:hover, .text-span-2, .text-span-3 {
  color: var(--gold);
}

.link-3 {
  color: var(--dark-slate-blue);
  text-decoration: none;
  transition: color .2s;
}

.link-3:hover {
  color: var(--gold);
}

.link-4 {
  color: var(--white);
  text-decoration: none;
}

.mobile-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 51px;
  display: none;
}

.slide-nav-texts {
  bottom: 7%;
}

.close-button-container {
  cursor: pointer;
  margin: 28px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.plusbutton-close {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.image-5 {
  width: 90%;
}

.image-6 {
  width: 100%;
}

.image-7, .image-8, .image-9 {
  width: 90%;
}

.body-2 {
  color: var(--dark-slate-blue);
  font-family: Mark pro, sans-serif;
  font-size: 18px;
}

.cookies-inhoud {
  margin-top: 10%;
  margin-bottom: 10%;
  padding-left: 80px;
  padding-right: 80px;
}

.inhoud-cookies {
  flex-direction: column;
  display: flex;
}

.cookies-inhoud-1 {
  width: 60%;
  margin-right: 0;
}

.cookies-inhoud-2 {
  width: 60%;
  margin-top: 30px;
}

.bold-text {
  font-weight: 900;
}

.div-block-8 {
  display: flex;
}

.link-5 {
  color: var(--white);
  align-self: auto;
  margin-right: 0;
  text-decoration: none;
  transition: color .2s;
}

.link-5:hover {
  color: var(--gold);
}

.link-5.cookies {
  margin-left: 10vw;
}

.text-block-16 {
  color: var(--white);
  margin-left: 10px;
  font-size: 14px;
  text-decoration: none;
}

.text-block-17 {
  z-index: 10;
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 3%;
  padding-bottom: 0%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.right-arrow-4, .left-arrow-4 {
  display: none;
}

.slide-nav-3 {
  margin-bottom: 40px;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nieuwsbrief-button {
  background-color: var(--gold);
  color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 55px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

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

.challlenge-button-copy {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 55px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.link-6 {
  color: var(--gold);
}

.image-11 {
  z-index: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
}

.heading-8 {
  color: var(--white);
  font-size: 40px;
  font-weight: 900;
  line-height: 51px;
}

.text-block-18 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.text-block-19 {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.link-7 {
  color: var(--gold);
}

.collection-list-wrapper, .collection-item, .collection-list {
  height: 100vh;
}

.rich-text-block {
  color: var(--white);
}

.body-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-10 {
  flex-wrap: wrap;
  display: flex;
}

.blogs-section {
  background-color: var(--light-coral);
  padding: 10% 5%;
}

.inhoud-blogs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.titel-blok {
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.heading-9 {
  font-size: 40px;
  font-weight: 900;
  line-height: 51px;
}

.text-block-8-copy-copy {
  color: var(--gold);
  margin-top: -60px;
  font-family: Deartype moments, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 140px;
  display: inline-block;
  position: relative;
  top: 30px;
  left: 70px;
}

.blogs-wrapper {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
}

.blog-post {
  background-color: #fff;
  height: 500px;
}

.top-afbeelding {
  object-fit: cover;
  width: 100%;
  height: 40%;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.inhoud-blog-tekst {
  flex-direction: column;
  justify-content: space-between;
  height: 60%;
  padding: 8%;
  display: flex;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
}

.bottomm {
  flex-direction: column;
  display: flex;
}

.text-block-20 {
  background-color: var(--purple);
  color: var(--white);
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 900;
  line-height: 15px;
  display: inline-block;
}

.link-8 {
  background-color: var(--purple);
  color: #fff;
  width: 165px;
  padding: 8px 18px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.link-8:hover {
  background-color: var(--cadet-blue);
}

.text-block-21 {
  background-color: var(--gold);
  max-width: 153px;
  padding: 9px 13px 9px 19px;
  font-size: 13px;
  font-weight: 900;
  line-height: 16px;
  display: inline-block;
  position: relative;
  left: 30px;
}

.text-block-21.color {
  background-color: #fff;
}

.link-9 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  margin-top: 60px;
  padding: 9px 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
}

.link-9:hover {
  background-color: var(--cadet-blue);
}

.blog-post-detail {
  padding-bottom: 200px;
}

.afbeelding-blok {
  object-fit: fill;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.shadow-layer {
  background-color: #00000063;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inhoud-blog-detail {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.top-tekst-wrapper {
  width: 75%;
  margin-top: -390px;
  padding: 0%;
  position: relative;
}

.body-4 {
  color: var(--dark-slate-blue);
  font-family: Mark pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-11 {
  color: #fff;
  width: 80%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
}

.top-tekst {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-height: 300px;
  padding-top: 7%;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 20px;
  line-height: 30px;
}

.afbeeldingen-blog-detail {
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.afbeelding-detail {
  object-fit: fill;
  width: 20%;
  height: 230px;
  min-height: 230px;
  max-height: 230px;
  overflow: hidden;
}

.top-tekst-copy {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
  padding: 0%;
  font-size: 20px;
  line-height: 30px;
}

.bottom-tekst-wrapper {
  width: 75%;
  margin-top: 0;
  padding: 0%;
  position: relative;
}

.bottom-text {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0%;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 20px;
  line-height: 30px;
}

.body-5 {
  color: var(--dark-slate-blue);
  font-family: Mark pro, sans-serif;
  font-weight: 500;
}

.nav-kleur {
  background-color: var(--cadet-blue);
  height: 80px;
}

.navbar-color {
  z-index: 5;
  background-color: var(--cadet-blue);
  align-items: center;
  height: 80px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: fixed;
}

.navbar-color.cookies {
  background-color: var(--cadet-blue);
  inset: 0% 0% auto;
}

.archive-top {
  padding: 160px 80px 200px;
}

.top-archive {
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.heading-12 {
  width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 51px;
}

.text-block-22 {
  width: 60%;
  margin-left: 10%;
  padding-top: 10px;
}

.blogs-wrapper-copy {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.inhoud-blog-tekst-color {
  flex-direction: column;
  justify-content: space-between;
  height: 60%;
  padding: 8%;
  display: flex;
}

.blog-post-color {
  background-color: var(--gold);
  height: 500px;
  margin-bottom: 30px;
}

.collection-list-wrapper-3 {
  flex-direction: row;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .header-section {
    height: 100vh;
    overflow: visible;
  }

  .navbar {
    display: flex;
    overflow: hidden;
  }

  .header-section-inhoud {
    height: 100vh;
    overflow: visible;
  }

  .header-inhoud-top {
    margin-top: 0%;
    padding-top: 11%;
  }

  .header-button {
    justify-content: space-between;
    width: 240px;
    padding-right: 20px;
  }

  .header-inhoud-bottom, .uitklap-container {
    justify-content: flex-end;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .uitklap-1-uitklapcontainer {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
  }

  .uitklap-2-uitklapcontainer {
    height: 0;
    overflow: hidden;
  }

  .div-block-3 {
    width: 240px;
  }

  .wijzijnpowergirlz-section {
    overflow: hidden;
  }

  .left-container-wzp {
    width: 50%;
    margin-right: 100px;
  }

  .right-container-wzp {
    width: 50%;
  }

  .body-text.green {
    font-size: 18px;
    line-height: 27px;
  }

  .body-text.balk {
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 140px;
  }

  .playground-search-container {
    margin-top: 30px;
  }

  .kickoff-section {
    width: auto;
    overflow: hidden;
  }

  .inhoud-dropdown-trigger {
    justify-content: flex-start;
    width: 329px;
    padding-left: 27px;
  }

  .inhoud-kickoff-section {
    height: 100%;
  }

  .challenge-button-text.white {
    color: var(--white);
  }

  .socials-wrapper.footer {
    height: auto;
  }

  .playground-section {
    background-image: url('../images/playground-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .text-block-8 {
    top: -46px;
  }

  .playground-blok-1-1._2 {
    width: 31vw;
    min-width: 0;
  }

  .text-block-9 {
    font-size: 24px;
    line-height: 30px;
  }

  .playground-blok-1-2._2 {
    width: 30vw;
    max-width: 420px;
  }

  .playground-blok-1-3._2 {
    width: 33vw;
    max-width: none;
    margin-left: 6%;
  }

  .playground-blok-1-4 {
    width: 18vw;
  }

  .playground-blok-1-4._2 {
    width: 21vw;
    margin-left: 15%;
  }

  .slider {
    justify-content: flex-end;
  }

  .producten-section {
    width: auto;
    overflow: hidden;
  }

  .slider-section {
    overflow: hidden;
  }

  .text-block-12._3 {
    margin-top: -32px;
    font-size: 240px;
    font-weight: 400;
    line-height: 240px;
  }

  .profs-section {
    overflow: hidden;
  }

  .text-block-13 {
    padding: 12px 23px;
    font-size: 24px;
  }

  .text-block-13._1 {
    padding: 12px 23px;
  }

  .text-block-13-copy {
    margin-left: 33px;
    padding: 12px 23px;
    font-size: 19px;
    line-height: 25px;
  }

  .aanmelden-section {
    overflow: hidden;
  }

  .text-field, .text-field:active, .text-field:focus {
    color: var(--dark-slate-blue);
  }

  .sponsors, .footer, .uitklap-3-uitklapcontainer, .uitklap-4-uitklapcontainer {
    overflow: hidden;
  }

  .uitklap-5-uitklapcontainer {
    height: 0;
    overflow: hidden;
  }

  .form-popup-container, .close-button {
    display: none;
  }

  .link-3 {
    color: var(--dark-slate-blue);
  }

  .link-3:hover {
    color: var(--gold);
  }

  .link-4 {
    color: var(--white);
    text-decoration: none;
    transition: color .2s;
  }

  .link-4:hover {
    color: var(--gold);
  }

  .close-button-container {
    cursor: pointer;
    margin: 22px;
    padding: 14px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .plusbutton-close {
    transform: rotate(45deg);
  }

  .cookies-inhoud-1 {
    width: 50%;
    margin-right: 100px;
  }

  .cookies-inhoud-2 {
    width: 50%;
  }

  .nieuwsbrief-button {
    background-color: var(--gold);
    width: 380px;
    margin-top: 30px;
  }

  .collection-item, .collection-list {
    height: 100vh;
  }

  .blog-post {
    max-width: 400px;
  }

  .image-13 {
    object-position: 50% 50%;
  }

  .afbeeldingen-blog-detail {
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .afbeelding-detail {
    width: 20%;
  }

  .navbar-color {
    display: flex;
    overflow: hidden;
  }

  .archive-top {
    padding-left: 10%;
    padding-right: 10%;
  }

  .blog-post-color {
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .header-section {
    min-height: 100vh;
  }

  .div-block-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }

  .brand {
    width: 200px;
  }

  .header-section-inhoud {
    height: auto;
    min-height: 100vh;
  }

  .header-inhoud-top {
    height: auto;
    max-height: none;
    padding-top: 18%;
  }

  .header-inhoud-top-content {
    width: 60%;
  }

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

  .antwoord-container {
    margin-top: -32px;
    margin-left: -87px;
    margin-right: 0;
  }

  .text-block {
    font-size: 170px;
    line-height: 90px;
  }

  .header-button {
    height: 50px;
  }

  .header-inhoud-bottom {
    z-index: 2;
    height: auto;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .header-socialmedia-container {
    margin-top: 22%;
  }

  .uitklap-1-balk, .uitklap-2-balk {
    padding-left: 50px;
    padding-right: 20px;
  }

  .uitklap-2-uitklapcontainer {
    overflow: hidden;
  }

  .lightbox-link-2, .div-block-3 {
    height: 50px;
  }

  .wijzijnpowergirlz-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .inhoud-wijzijnpowergirlz-section {
    flex-direction: column;
  }

  .left-container-wzp {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .intro-text.white {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .right-container-wzp {
    width: 100%;
  }

  .body-text.white {
    font-size: 16px;
    line-height: 25px;
  }

  .body-text.white.playgr {
    margin-bottom: 30px;
  }

  .body-text.green {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .body-text.balk {
    margin-bottom: 30px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .kickoff-section {
    height: auto;
  }

  .inhoud-kickoff-section {
    flex-direction: column;
    height: auto;
  }

  .left-kickoff {
    width: 100%;
    height: 500px;
  }

  .right-kickoff {
    width: 100%;
    height: 772px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .heading-3._2 {
    font-size: 22px;
    line-height: 31px;
  }

  .heading-3._1 {
    font-size: 22px;
  }

  .titel-container-challenge {
    width: auto;
    margin-bottom: 20px;
  }

  .inhoud-challenge-right {
    width: auto;
  }

  .challlenge-button {
    height: 50px;
  }

  .challenge-button-text.white {
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 19px;
    display: block;
  }

  .point-emoji.wit {
    padding-right: 0;
  }

  .socials-wrapper {
    margin-top: 0;
  }

  .playground-section {
    height: auto;
  }

  .inhoud-playground {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .inhoud-playground-left {
    width: 50%;
    margin-right: 0;
  }

  .inhoud-playground-right {
    width: 44%;
  }

  .heading-4 {
    font-size: 34px;
    line-height: 40px;
  }

  .text-block-8 {
    font-size: 100px;
    top: -40px;
    left: 100px;
  }

  .playground-button-text.purp {
    margin-left: 0;
    line-height: 22px;
  }

  .playground-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .playground-blok-1-1 {
    width: 230px;
    max-width: none;
  }

  .playground-blok-1-1._2 {
    width: 300px;
  }

  .text-block-9 {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .playground-blok-1-2 {
    width: 250px;
    max-width: none;
  }

  .playground-blok-1-2._2 {
    width: 37vw;
    max-width: none;
  }

  .playground-blok-1-3 {
    width: 270px;
    max-width: none;
  }

  .playground-blok-1-3._2 {
    width: 300px;
  }

  .playground-blok-1-4 {
    width: 250px;
    max-width: none;
    margin-left: 7%;
  }

  .playground-blok-1-4._2 {
    width: 27vw;
    max-width: none;
  }

  .playground-blok-1-4._1 {
    width: 27vw;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .producten-section {
    height: auto;
  }

  .left-producten {
    width: 37%;
  }

  .right-producten {
    width: 63%;
    padding: 50px 40px;
  }

  .text-block-8-copy {
    margin-top: -55px;
    font-size: 110px;
    line-height: 130px;
  }

  .inhoud-powerwear-rechts {
    width: auto;
  }

  .text-block-11 {
    padding: 7px 17px;
    font-size: 16px;
  }

  .inhoud-quote-slider {
    padding: 50px;
  }

  .heading-5 {
    font-size: 60px;
    line-height: 100px;
  }

  .heading-5._2 {
    line-height: 72px;
  }

  .heading-5._3 {
    text-align: center;
  }

  .heading-5._4 {
    line-height: 65px;
  }

  .text-block-12 {
    font-size: 190px;
    line-height: 120px;
  }

  .text-block-12._2 {
    text-align: center;
    font-size: 150px;
    line-height: 110px;
  }

  .text-block-12._3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 170px;
    line-height: 160px;
  }

  .text-block-12._4 {
    text-align: center;
    font-size: 170px;
  }

  .profs-section, .inhoud-profs-section, .prof-wrapper._1 {
    height: auto;
  }

  .inhoud-prof-top._1, .inhoud-prof-top.mid, .inhoud-prof-top._2 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-13, .text-block-13.mid, .text-block-13._1 {
    padding: 12px 23px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-13-copy {
    margin-left: 20px;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 17px;
  }

  .bottomvideo {
    height: 160px;
  }

  .left-aanmelden {
    width: 40%;
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .right-aanmelden {
    width: 60%;
    padding-top: 90px;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 32px;
  }

  .form-block {
    width: 75%;
  }

  .inhoud-sponsors {
    padding-left: 42px;
    padding-right: 42px;
  }

  .sponsor-container {
    height: 100px;
  }

  .sponsor-container._1 {
    width: 180px;
  }

  .image-3._2 {
    width: 150px;
  }

  .image-3._3 {
    width: 120px;
  }

  .footer {
    height: auto;
  }

  .inhoud-footer {
    padding: 15px 50px;
  }

  .uitklap-3-balk, .uiktlap-4-balk, .uitklap-5-balk {
    padding-left: 50px;
    padding-right: 20px;
  }

  .text-block-15 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .link-block.w--current {
    width: 160px;
    height: 60px;
  }

  .nav-link-wrapper {
    margin: 30px 50px;
  }

  .nav-menu {
    background-color: var(--cadet-blue);
  }

  .form-popup-container {
    display: none;
  }

  .form-popup {
    width: 70%;
    height: auto;
  }

  .inhoud-form {
    width: 80%;
  }

  .menu-button {
    padding: 0;
  }

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

  .icon {
    color: var(--white);
  }

  .image-4 {
    height: 50px;
  }

  .link-4 {
    color: var(--gold);
    text-decoration: none;
    transition: color .2s;
  }

  .link-4:hover {
    color: var(--cadet-blue);
  }

  .mobile-heading {
    font-size: 26px;
    line-height: 35px;
  }

  .cookies-inhoud {
    margin-top: 16%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .inhoud-cookies {
    flex-direction: column;
  }

  .cookies-inhoud-1 {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .cookies-inhoud-2 {
    width: 100%;
  }

  .text-block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nieuwsbrief-button, .challlenge-button-copy {
    height: 50px;
  }

  .image-11 {
    height: auto;
  }

  .collection-list-wrapper {
    flex-direction: column;
    height: auto;
  }

  .collection-item {
    height: auto;
  }

  .inhoud-blogs {
    flex-direction: column;
  }

  .text-block-8-copy-copy {
    margin-top: -55px;
    font-size: 110px;
    line-height: 130px;
  }

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

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

  .archive-top {
    padding-top: 150px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .top-archive {
    flex-direction: column;
  }

  .heading-12 {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-22 {
    width: 100%;
    margin-left: 0%;
  }

  .collection-list-wrapper-2 {
    flex-direction: column;
  }

  .collection-item-2 {
    width: 100%;
    min-width: 400px;
  }

  .collection-list-wrapper-3 {
    flex-direction: column;
  }

  .collection-item-3 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }

  .collection-list-2 {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    height: auto;
    min-height: 100vh;
  }

  .navbar {
    height: 60px;
  }

  .div-block-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    width: 160px;
  }

  .image {
    width: 230px;
    height: 30px;
  }

  .header-section-inhoud {
    height: auto;
    min-height: 100vh;
  }

  .header-inhoud-top {
    height: auto;
    padding-bottom: 20%;
  }

  .uitklap-1 {
    width: 90%;
  }

  .uitklap-2 {
    width: 80%;
  }

  .uitklap-3 {
    width: 85%;
  }

  .uitklap-4 {
    width: 77%;
  }

  .uitklap-5 {
    width: 90%;
  }

  .uitklap-1-balk, .uitklap-2-balk {
    padding-left: 30px;
  }

  .wijzijnpowergirlz-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .body-text.green.mid {
    margin-top: 20px;
  }

  .body-text.balk {
    margin-bottom: 0;
  }

  .kickoff-section {
    height: auto;
  }

  .inhoud-kickoff-section {
    flex-direction: column;
  }

  .left-kickoff {
    width: 100%;
  }

  .right-kickoff {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .socials-wrapper {
    margin-top: 60px;
  }

  .socials-wrapper.footer {
    margin-top: 0;
  }

  .playground-section {
    height: auto;
  }

  .inhoud-playground {
    flex-direction: column;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .inhoud-playground-left {
    width: 100%;
  }

  .inhoud-playground-right {
    width: 100%;
    margin-top: 40px;
  }

  .playground-blok-1-2._2 {
    width: 80%;
  }

  .playground-blok-1-4._2 {
    width: 46vw;
  }

  .playground-blok-1-4._1 {
    width: 40vw;
  }

  .inhoud-producten-section {
    flex-direction: column;
    height: auto;
  }

  .left-producten {
    width: 100%;
    height: 400px;
  }

  .right-producten {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-nav-powerwear {
    bottom: 12%;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 70px;
  }

  .heading-5._2 {
    line-height: 60px;
  }

  .heading-5._3 {
    line-height: 70px;
  }

  .heading-5._4 {
    line-height: 60px;
  }

  .text-block-12 {
    font-size: 130px;
    line-height: 90px;
  }

  .text-block-12._2 {
    font-size: 100px;
    line-height: 60px;
  }

  .text-block-12._3 {
    font-size: 110px;
    line-height: 110px;
  }

  .text-block-12._4 {
    font-size: 100px;
    line-height: 30px;
  }

  .inhoud-profs-section {
    flex-direction: column;
  }

  .prof-wrapper._1, .prof-wrapper._2, .prof-wrapper._3 {
    width: 100%;
  }

  .inhoud-prof-top._1 {
    order: 1;
    padding-left: 30px;
    padding-right: 30px;
  }

  .inhoud-prof-top.mid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .inhoud-prof-top._2 {
    order: 1;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-13-copy.mid {
    max-width: 250px;
  }

  .bottomvideo {
    order: -1;
  }

  .aanmelden-section {
    height: auto;
  }

  .inhoud-aanmelden-section {
    flex-direction: column;
  }

  .left-aanmelden {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-aanmelden {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sponsor-container._1 {
    width: 160px;
  }

  .sponsor-container._2 {
    width: 200px;
  }

  .image-3._2 {
    width: 130px;
  }

  .image-3._3 {
    width: 100px;
  }

  .inhoud-footer {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .uitklap-3-balk, .uiktlap-4-balk, .uitklap-5-balk {
    padding-left: 30px;
  }

  .text-block-15 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block.w--current {
    width: 120px;
    height: 10px;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9 {
    width: 70%;
  }

  .cookies-inhoud {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cookies-inhoud-2 {
    margin-top: 10px;
  }

  .slider-3 {
    height: 500px;
  }

  .nieuwsbrief-button {
    width: 280px;
    margin-top: 30px;
  }

  .collection-list {
    height: auto;
  }

  .blogs-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-tekst-wrapper {
    width: 85%;
  }

  .heading-11 {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .afbeeldingen-blog-detail {
    flex-direction: column;
  }

  .afbeelding-detail {
    width: 100%;
    height: 300px;
    min-height: auto;
    max-height: none;
    margin-bottom: 60px;
  }

  .bottom-tekst-wrapper {
    width: 85%;
  }

  .navbar-color {
    height: 60px;
  }

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

@media screen and (max-width: 479px) {
  .header-section {
    z-index: 12;
  }

  .navbar {
    z-index: 15;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 30px;
  }

  .brand.w--current {
    width: 170px;
    padding-left: 0;
  }

  .header-inhoud-top {
    padding: 110px 30px 10%;
  }

  .header-inhoud-top-content {
    width: 100%;
  }

  .heading {
    font-size: 34px;
    line-height: 41px;
  }

  .antwoord-container {
    margin-top: -46px;
  }

  .text-block {
    font-size: 120px;
    line-height: 110px;
  }

  .header-button {
    width: 230px;
    padding-right: 0;
  }

  .lottie-animation.clapp {
    width: 37px;
  }

  .lottie-animation.point {
    width: 40px;
    height: 50px;
  }

  .uitklap-1 {
    width: 100%;
  }

  .text-block-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .plusbutton {
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-left: 10px;
  }

  .uitklap-2, .uitklap-3, .uitklap-4, .uitklap-5 {
    width: 100%;
  }

  .header-socialmedia-container {
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    left: 0;
  }

  .uitklap-1-balk {
    height: auto;
    min-height: 50px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .uitklap-1-uitklapcontainer {
    height: 0;
  }

  .uitklap-2-balk {
    justify-content: space-between;
    height: auto;
    min-height: 50px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .header-video-openklap {
    display: flex;
  }

  .div-block-3 {
    width: 230px;
  }

  .wijzijnpowergirlz-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    font-size: 27px;
    line-height: 37px;
  }

  .intro-text.white, .body-text.white {
    margin-bottom: 30px;
  }

  .body-text.balk {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-content, .inhoud-dropdown-trigger {
    width: 260px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 37px;
    display: none;
  }

  .heading-3._2, .heading-3._1 {
    display: block;
  }

  .challlenge-button {
    justify-content: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .challenge-button-text {
    margin-left: 5%;
    font-family: Mark pro, sans-serif;
    font-size: 16px;
    font-weight: 900;
  }

  .challenge-button-text.white {
    font-size: 16px;
  }

  .point-emoji.wit {
    width: 37px;
  }

  .point-emoji.wit._1 {
    width: 40px;
    height: 50px;
    margin-left: 0;
  }

  .socials-wrapper.footer {
    margin-top: 0;
  }

  .playground-section {
    background-image: url('../images/playground-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-block-8 {
    top: -40px;
  }

  .playground-button-text.purp {
    font-family: Mark pro, sans-serif;
    font-size: 3.8vw;
    font-weight: 900;
  }

  .playground-button {
    padding-right: 11px;
  }

  .playground-blok-1-1 {
    width: auto;
  }

  .playground-blok-1-1._2 {
    width: auto;
    min-width: auto;
  }

  .playground-blok-1-2 {
    width: auto;
  }

  .playground-blok-1-2._2 {
    width: 90%;
  }

  .playground-blok-1-3 {
    justify-content: flex-start;
    width: auto;
    margin-left: 9%;
  }

  .playground-blok-1-3._2 {
    width: auto;
  }

  .playground-blok-1-4 {
    width: auto;
    margin-left: 0%;
  }

  .playground-blok-1-4._2, .playground-blok-1-4._1 {
    width: 80%;
  }

  .text-block-8-copy {
    font-size: 80px;
    left: 20px;
  }

  .slide-nav-powerwear {
    bottom: 15%;
  }

  .inhoud-quote-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5, .heading-5._2, .heading-5._3, .heading-5._4 {
    font-size: 8vw;
    line-height: 10vw;
  }

  .text-block-12 {
    font-size: 30vw;
    line-height: 25vw;
  }

  .text-block-12._2 {
    font-size: 22vw;
    line-height: 15vw;
  }

  .text-block-12._3 {
    margin-top: -20px;
    font-size: 22vw;
    line-height: 27vw;
  }

  .text-block-12._4 {
    margin-top: -17px;
    font-size: 20vw;
    line-height: 16vw;
  }

  .form-block {
    width: 80%;
  }

  .inhoud-sponsors {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sponsor-container {
    width: 170px;
  }

  .sponsor-container._2 {
    margin-left: 19px;
    margin-right: 19px;
  }

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

  .div-block-6 {
    align-self: auto;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .uitklap-3-balk, .uiktlap-4-balk, .uitklap-5-balk {
    height: auto;
    min-height: 50px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .link-block.w--current {
    width: 140px;
    height: 30px;
  }

  .form-popup-container {
    display: none;
  }

  .form-popup {
    width: 90%;
  }

  .inhoud-form {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-span-2, .text-span-3 {
    font-weight: 900;
  }

  .menu-button {
    font-size: 20px;
  }

  .icon {
    font-size: 40px;
  }

  .mobile-heading {
    font-size: 33px;
    line-height: 40px;
    display: none;
  }

  .text-span-4, .text-span-5 {
    font-weight: 900;
  }

  .plusbutton-close {
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-left: 10px;
  }

  .image-5 {
    align-self: flex-start;
    width: 80%;
    height: auto;
    margin-top: 0;
  }

  .image-6, .image-7, .image-8, .image-9 {
    align-self: flex-start;
    width: 80%;
    margin-top: 0;
  }

  .cookies-inhoud {
    margin-top: 25%;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-5 {
    align-self: auto;
    margin-bottom: 20px;
  }

  .nieuwsbrief-button {
    justify-content: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .challlenge-button-copy {
    justify-content: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 43px;
  }

  .text-block-8-copy-copy {
    font-size: 70px;
    line-height: 80px;
    left: 20px;
  }

  .blog-post {
    height: 600px;
  }

  .top-tekst-wrapper {
    margin-top: -458px;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 40px;
  }

  .navbar-color {
    z-index: 15;
  }

  .archive-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-12 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}


@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/mark-pro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/mark-pro-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/mark-pro-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/mark-pro-heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/arial-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Deartype moments';
  src: url('../fonts/deartype-moments-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ss gizmo';
  src: url('../fonts/ss-gizmo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}