h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.body {
  background-color: #151515;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.body.white {
  background-color: #ededed;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  color: #fff;
}

.container {
  display: block;
  width: 75%;
  height: 100px;
  max-width: 1200px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  color: #fff;
  font-weight: 300;
  text-transform: none;
  cursor: pointer;
}

.nav-link:hover {
  border-bottom: 1px solid #fb2576;
  font-weight: 400;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contain-center {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contain-center.inv {
  display: none;
}

.contain-center.relative {
  position: relative;
}

.contain-center.smaller-audio {
  max-width: 900px;
}

.contain-center.for-golven {
  position: relative;
  padding-right: 400px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contain-center.for-golven.inverse {
  padding-right: 0px;
  padding-left: 400px;
}

.headings {
  margin-bottom: 60px;
  font-family: Merriweather, serif;
  color: #fff;
  font-weight: 700;
}

.margin-up-20 {
  margin-top: 20px;
}

.margin-up-40 {
  margin-top: 40px;
}

.margin-down-20 {
  margin-bottom: 20px;
}

.margin-down-40 {
  margin-bottom: 40px;
}

.div-block {
  display: none;
}

.hero-paragraph {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.hero-paragraph.margin-up-40.centered {
  text-align: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fb2576;
  font-size: 16px;
}

.button.small {
  width: auto;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.button._100px-down {
  margin-bottom: 100px;
}

.button.green {
  width: 200px;
  margin-top: 20px;
  padding: 15px 10px;
  border-radius: 10px;
  background-color: #28df99;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-hero {
  width: 250px;
  height: 250px;
  margin-top: 10px;
}

.column {
  padding-right: 60px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-google-maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
  text-decoration: underline;
}

.full-google-maps:hover {
  font-weight: 600;
}

.full-google-maps.white {
  color: #fff;
}

.copyright-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 12px;
  text-align: center;
}

.link {
  color: #fff;
}

.link.compact {
  width: 400px;
  text-align: center;
}

.link-2 {
  color: #b4b3b3;
}

.contain-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.powered-by {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  color: #b4b3b3;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer {
  position: relative;
  z-index: 2001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 400px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #151515;
  color: #fff;
}

.google-maps {
  width: 75px;
  height: 75px;
  margin-right: 20px;
  border-radius: 100px;
  background-image: var(--image-i55e6357b);
  background-position: 0px 0px;
  background-size: auto;
}

.google-maps.mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #fff;
  background-image: none;
}

.google-maps.mail.green {
  background-color: #28df99;
}

.google-maps.mail.green.golven {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Forte, sans-serif;
  color: #fff;
  text-decoration: none;
}

.part-of-footer {
  width: 40vw;
  padding: 20px 60px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.relative {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.relative.surfing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section.white {
  min-height: 0px;
  color: #151515;
}

.section.black {
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #151515;
}

.heading-2 {
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.holder-artikels {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  min-height: 125px;
  margin-bottom: 20px;
  padding-left: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-artikel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 150px;
  height: 125px;
  border-radius: 10px;
  background-image: var(--image-7b40fadb);
  background-position: 0px 0px;
  background-size: cover;
}

.heading-artikel {
  margin-top: 0px;
  font-family: Merriweather, serif;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image {
  width: 100vw;
}

.text-statements {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.text-statements.surfing {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-statements.smaller {
  font-size: 28px;
}

.text-onder-statement {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  text-align: center;
}

.pink-line {
  width: 200px;
  height: 0.5px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fb2576;
}

.lottie-animation {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  height: 500px;
  max-height: 500px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.over-ons-div-block {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-bottom: 100px;
  border-radius: 10px;
}

.image-2 {
  position: static;
  z-index: 3;
  border-radius: 10px;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px 40px 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(135deg, transparent, #151515 95%);
}

.overlay.surfing {
  padding: 60px 0px 0px 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.naam-in-over-ons {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.naam-in-over-ons.margin-up-40.centered-text {
  margin-top: 0px;
  text-align: center;
}

.naam-in-over-ons.centered-text {
  margin-top: 0px;
  text-align: center;
}

.naam-in-over-ons._100px-marge {
  margin-top: 100px;
  margin-bottom: 40px;
}

.naam-in-over-ons.inline {
  display: inline;
}

.naam-in-over-ons.margin-down-40 {
  margin-bottom: 40px;
}

.text-beroep-over-ons {
  font-family: Montserrat, sans-serif;
  color: #e0dede;
  font-weight: 400;
}

.text-beroep-over-ons.new {
  margin-bottom: 40px;
  color: #404040;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 300px;
  height: 300px;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(251, 37, 118, 0.4), rgba(251, 37, 118, 0) 75%, transparent);
}

.circle-with-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  margin-bottom: 80px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.circle-with-heading.over-mij {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: auto;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-right: 0px;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.image-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: -40px;
}

.animating-line {
  height: 3px;
  background-color: #404040;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  mix-blend-mode: soft-light;
}

.holder-statements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  position: absolute;
  margin-right: 10px;
}

.text-on-opening-screen {
  color: #f1f1f1;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.text-on-opening-screen.coloured {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-left: 20px;
  padding: 5px 10px;
  background-color: #eebf15;
  color: #17323d;
}

.words-wrap {
  position: relative;
  width: 150px;
  height: 42px;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #17323d;
}

.welcome-section.next {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #151515;
}

.logo-lottie {
  width: 600px;
  border-style: none;
  border-width: 4px;
  border-color: #151515;
}

.logo-lottie.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1002;
  width: auto;
}

.text-span {
  color: #fb2576;
}

.text-bigger {
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 20px;
}

.button-2 {
  margin-bottom: 40px;
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vertical.relative {
  position: relative;
  height: 80%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.part1section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: var(--image-i1307255e);
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.part2section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-2 {
  display: none;
}

.modus {
  position: static;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-top: 100px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.part3section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.part4section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.holder-voor-aanbod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.aanbod-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 200px;
  height: 300px;
  min-width: 200px;
  margin-right: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(21, 21, 21, 0.85))), var(--image-i668ebb2);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(21, 21, 21, 0.85)), var(--image-i668ebb2);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.aanbod-item.yoga {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(21, 21, 21, 0.85))), var(--image-i49a38c3c);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(21, 21, 21, 0.85)), var(--image-i49a38c3c);
  background-position: 0px 0px, 100% 50%;
}

.aanbod-item.taichi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(21, 21, 21, 0.85))), var(--image-i629cc315);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(21, 21, 21, 0.85)), var(--image-i629cc315);
}

.button-inside-item {
  display: none;
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #fb2576;
}

.afbeelding-op-pagina-audio {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  opacity: 0.5;
}

.embed-with-audio {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  width: 500px;
  margin-top: 40px;
  border-radius: 20px;
}

.backbutton {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: 10px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #fb2576;
  font-family: proxima-nova, sans-serif;
}

.backbutton.relatoveforgradient {
  position: relative;
  top: 10px;
}

.collection-list-wrapper-2 {
  width: 100%;
  margin-bottom: 40px;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 35px;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.play.smaller {
  position: absolute;
  left: 5px;
  top: auto;
  right: 0%;
  bottom: 5px;
  width: 60px;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.playicon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 5px;
}

.playicon.smaller {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.play-text {
  color: #000;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}

.play-text.smaller {
  font-size: 10px;
  line-height: 10px;
  text-transform: none;
}

.collection-item {
  width: 200px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-voor-afbeelding-en-link {
  position: relative;
  width: 100%;
  height: 150px;
  background-image: var(--image-7b40fadb);
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  text-decoration: none;
}

.overlay-audios {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(21, 21, 21, 0.5);
}

.overlay-audios:hover {
  background-color: rgba(21, 21, 21, 0.3);
  font-weight: 700;
}

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

.grid {
  margin-bottom: 100px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.small-heading-2 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.title-footer {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.new-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), var(--image-5b122b70);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--image-5b122b70);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.left-aligned-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-aligned-contain.margin-up-40 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.left-aligned-contain.right {
  padding-right: 0px;
  padding-left: 140px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.left-aligned-contain.right.margin-up-40 {
  padding-left: 35%;
}

.emphasis {
  font-weight: 700;
}

.heading-new {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.forte {
  margin-right: 10px;
  font-family: Forte, sans-serif;
}

.forte.bigger {
  font-size: 50px;
  font-weight: 400;
}

.green-text {
  color: #28df99;
}

.green-text.nomarge {
  margin-bottom: 0px;
}

.paragraph {
  color: #28df99;
}

.log-center.absolute {
  position: absolute;
}

.abs-div-logo-center {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-full-width {
  width: 100%;
  margin-bottom: 60px;
}

.centered-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.thin-heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 200;
  text-align: left;
}

.text-block {
  text-decoration: underline;
}

.lottie-absolute {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 400px;
}

.holder-lottie-absolute {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 400px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.holder-lottie-absolute.inverse {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.heading-inside-golven {
  margin-bottom: 20px;
}

.big-text-inside-golven {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.green-line {
  width: 200px;
  height: 3px;
  margin-bottom: 10px;
  background-color: #28df99;
}

.collection-list-opsomming {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.item-opsomming {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-weight: 400;
}

.bold {
  font-size: 22px;
  font-weight: 700;
}

.bold.wet-meth {
  margin-bottom: 20px;
}

.lottie-and-logo-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 600px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.playaudiobutton {
  position: relative;
  padding: 10px 20px 10px 60px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #151515;
  background-image: var(--image-6e7b202a);
  background-position: 20px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.playaudiobutton:hover {
  border-color: #28df99;
  background-image: var(--image-63fdd03a);
  color: #28df99;
}

.playaudiobutton.pause {
  background-image: var(--image-126200ae);
}

.playaudiobutton.pause:hover {
  background-image: var(--image-ifcbf978);
}

.play-absolute {
  position: absolute;
  left: 20px;
  top: 20%;
  right: auto;
  bottom: 20%;
  height: 60%;
}

.fixed-bar-bottom {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

.pauseaudiobutton {
  padding: 10px 20px 10px 60px;
}

.html-embed {
  display: none;
}

.collection-list-wrapper-3 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
}

.collection-item-3 {
  display: block;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-events {
  margin-right: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.arrow-events.not-turned-phone {
  margin-left: 0px;
}

.form-block-3 {
  width: 300px;
  margin-top: 40px;
}

.center-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacer {
  height: 10px;
}

.samenwerken {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eebf15;
  border-radius: 10px;
  background-color: #eebf15;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.samenwerken:hover {
  font-weight: 700;
}

.samenwerken.white {
  background-color: #eebf15;
  color: #17323d;
  font-size: 14px;
  font-weight: 300;
}

.samenwerken.white:hover {
  font-weight: 400;
}

.samenwerken.white.kanit {
  margin-right: 10px;
  margin-left: 10px;
  border-style: none;
  color: #17323d;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 500;
}

.samenwerken.white.kanit:hover {
  color: #17323d;
  font-weight: 700;
}

.succes-message {
  background-color: transparent;
  font-size: 18px;
}

.text-block-2 {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
}

.new-button {
  width: 100%;
  border-radius: 10px;
  background-color: #28df99;
}

.holder-for-cricle-and-image {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), var(--image-i276cd0c1);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--image-i276cd0c1);
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

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

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

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-eligned-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-3 {
  height: 300px;
  background-image: var(--image-i467cb32f);
  background-position: 50% 50%;
  background-size: cover;
}

.inline-text {
  display: inline;
}

.text-onder-afbeelding {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.header-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #000;
  text-transform: none;
}

.header-table.header {
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-3 {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

.text-block-3.black-n-bold {
  color: #000;
  font-weight: 700;
  text-align: left;
}

.text-block-3.black-n-bold.center {
  text-align: center;
}

.centered-text {
  text-align: center;
}

.green-text-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cirlce {
  margin-right: 10px;
}

.empty-state {
  background-color: transparent;
}

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

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  opacity: 0.11;
}

.cursive-and-not-fat {
  font-style: italic;
  font-weight: 400;
}

.cursief {
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .contain-center {
    width: 90vw;
  }

  .full-google-maps {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    font-size: 12px;
  }

  .google-maps {
    width: 50px;
    height: 50px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .part-of-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contain-center.for-golven {
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contain-center.for-golven.inverse {
    padding-left: 0px;
  }

  .full-google-maps {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright-div {
    text-align: center;
  }

  .contain-footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .google-maps {
    width: 40px;
    height: 40px;
  }

  .google-maps.mail {
    width: 40px;
    height: 40px;
  }

  .part-of-footer {
    width: 100%;
    padding: 10px 20px;
  }

  .section.black {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-horizontal {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .logo-lottie {
    width: 90%;
  }

  .heading-new {
    font-size: 25px;
    line-height: 30px;
  }

  .holder-lottie-absolute {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }

  .holder-lottie-absolute.inverse {
    margin-top: 40px;
  }

  .item-opsomming {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lottie-and-logo-holder {
    width: 90vw;
  }

  .collection-item-3 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow-events.not-turned-phone {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .lottie-brain {
    display: block;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .contain-footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .naam-in-over-ons {
    font-size: 25px;
    line-height: 30px;
  }

  .naam-in-over-ons._100px-marge {
    text-align: center;
  }

  .flex-horizontal {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .backbutton {
    margin-right: 10px;
  }

  .play {
    margin-top: 10px;
    font-weight: 600;
  }

  .left-aligned-contain.margin-up-40 {
    padding-right: 0px;
  }

  .left-aligned-contain.right.margin-up-40 {
    padding-left: 0%;
  }

  .log-center {
    width: 80%;
  }

  .thin-heading {
    margin-top: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .holder-lottie-absolute {
    height: 200px;
  }

  .collection-item-3 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow-events {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .arrow-events.not-turned-phone {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .center-form-2 {
    color: #17323d;
  }

  .samenwerken.white.kanit {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

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

  .text-block-3.black-n-bold {
    overflow: visible;
    font-size: 10px;
    line-height: 14px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-3.black-n-bold.center {
    font-size: 10px;
    line-height: 14px;
  }
}

@font-face {
  font-family: 'Forte';
  src: url("/assets/fonts/forte.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}