@font-face {
  font-family: Sofia Pro Light;
  src: url('../fonts/Sofia-Pro-Light-Az.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro Semi Bold;
  src: url('../fonts/Sofia-Pro-Semi-Bold-Italic-Az.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro UltraLight;
  src: url('../fonts/Sofia-Pro-UltraLight-Az.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro Regular;
  src: url('../fonts/Sofia-Pro-Regular-Az.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro UltraLight Italic;
  src: url('../fonts/Sofia-Pro-UltraLight-Italic-Az.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro Semi Bold;
  src: url('../fonts/Sofia-Pro-Semi-Bold-Az.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro ExtraLigh Italic;
  src: url('../fonts/Sofia-Pro-ExtraLight-Italic-Az.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro Medium Italic;
  src: url('../fonts/Sofia-Pro-Medium-Italic-Az.otf') format("opentype"), url('../fonts/Sofia-Pro-Medium-Italic-Az.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro Regular Italic;
  src: url('../fonts/Sofia-Pro-Regular-Italic-Az.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro Black;
  src: url('../fonts/Sofia-Pro-Black-Az.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro Light Italic;
  src: url('../fonts/Sofia-Pro-Light-Italic-Az.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro ExtraLight;
  src: url('../fonts/Sofia-Pro-ExtraLight-Az.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro Medium;
  src: url('../fonts/Sofia-Pro-Medium-Az.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro Black Italic;
  src: url('../fonts/Sofia-Pro-Black-Italic-Az.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro Bold Italic;
  src: url('../fonts/Sofia-Pro-Bold-Italic-Az.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro Bold;
  src: url('../fonts/Sofia-Pro-Bold-Az.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --donker-rood: red;
  --white: white;
  --groen: #00ab96;
  --creme: #f6f3ed;
  --rood: #fd4a5f;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  line-height: 20px;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: block;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-links {
  color: #00ab96;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Sofia Pro UltraLight, sans-serif;
  font-size: 15px;
  display: flex;
}

.container-2 {
  justify-content: center;
  align-items: center;
  min-width: 90%;
  display: flex;
}

.nav-menu {
  object-fit: fill;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1080px;
  min-width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.button {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #00ab96;
  background-clip: border-box;
  border: 3px solid #00ab96;
  border-radius: 25px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 6%;
  max-width: 30%;
  padding-top: 1%;
  display: flex;
}

.button:hover {
  color: #00ab96;
  background-color: #fff;
  border: 3px solid #00ab96;
}

.bold-text {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 4px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 15px;
}

.section-6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.container-11 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.tab-link-3 {
  color: #919191;
  background-color: #0000;
  border-top: 1px #b5bdc78a;
  border-left: 5px solid #0000;
  width: 100%;
  margin-top: 3px;
  padding: 10px 10px 10px 15px;
  font-size: 16px;
}

.tab-link-3.w--current {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Pijltje.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  transition: transform .5s, border .25s;
}

.tabs-2 {
  display: flex;
}

.tabs-menu-2 {
  border: 4px solid #00ab9654;
  flex-direction: column;
  width: 300px;
  margin-bottom: 1450px;
  margin-right: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  display: flex;
}

.tabs-content-2 {
  flex: 1;
  max-width: 100%;
  margin-left: 50px;
  margin-right: 350px;
}

.tab-label {
  padding-top: 3px;
  padding-left: 5px;
}

.content-titel {
  text-align: center;
  margin-top: 0;
}

.content-tekst {
  text-align: left;
  font-family: Sofia Pro UltraLight, sans-serif;
}

.content-disclaimer {
  color: #6b6b6b;
  text-align: center;
  max-width: 75%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.content-referenties {
  border-bottom: 1px solid #00ab9654;
  margin-top: -5px;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Sofia Pro UltraLight, sans-serif;
  font-size: 12px;
}

.content-referenties-2 {
  font-family: Sofia Pro UltraLight, sans-serif;
  font-size: 12px;
}

.navigation-link-blog {
  color: #00ab96;
  margin-left: 40px;
  margin-right: 0;
  font-family: Sofia Pro UltraLight, sans-serif;
}

.button-aanbeveling {
  color: #fff;
  text-align: center;
  background-color: #fd4a5f;
  border: 2px solid #fd4a5f;
  border-radius: 35px;
  max-width: 35%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 18px;
  display: block;
}

.button-aanbeveling:hover {
  color: #fd4a5f;
  background-color: #fff;
}

.bold-text-12 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.columns-14 {
  margin-top: 0;
}

.column-18 {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-26 {
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-3 {
  background-color: #fd4a5f;
  border: 2px solid #fd4a5f;
  border-radius: 7px;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.button-3:hover {
  color: #fd4a5f;
  background-color: #fff;
}

.image-7 {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.heading-31 {
  color: #000;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: Sofia Pro Bold, sans-serif;
  font-size: 38px;
  line-height: 50px;
}

.line-header {
  border-bottom: 2px solid #000;
  max-width: 10%;
  margin-bottom: 30px;
  padding-top: 51px;
}

.container-28 {
  max-width: 1000px;
  margin-top: 0;
}

.container-29 {
  max-width: 1000px;
}

.bold-text-14 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.container-30 {
  max-width: 1000px;
}

.heading-33 {
  color: #fff;
  text-align: center;
  background-color: #00ab96;
  border: 2px solid #000;
  width: 75px;
  margin-left: 0;
  padding: 15px 10px 10px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 50px;
}

.title-text-reasons {
  color: #000;
  margin-top: 40px;
  padding-top: 0;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 36px;
}

.body-text {
  color: #000;
  flex-direction: row;
  align-items: baseline;
  margin-top: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: block;
}

.columns-15, .columns-16, .columns-17 {
  padding-bottom: 50px;
}

.cta-container {
  background-color: #f6f3ed;
  border: 2px solid #000;
  max-width: 850px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.text-block-14 {
  color: #000;
  text-align: center;
  padding-top: 5px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
}

.bold-text-16 {
  color: #fd4a5f;
}

.image-12 {
  max-width: 90%;
  display: inline-block;
}

.video-reasons {
  max-width: 450px;
  max-height: 450px;
}

.reasons-section-mobile {
  display: none;
}

.container-34 {
  z-index: auto;
  object-fit: fill;
  background-image: linear-gradient(to top, #ffffff85, #0000 86%, #0000);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  position: static;
  inset: auto 0% 0%;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #fd4a5f;
  border: 2px solid #fd4a5f;
  border-radius: 12px;
  justify-content: center;
  max-width: 60%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-5:hover {
  color: #fd4a5f;
  background-color: #fff;
}

.text-block-15 {
  color: #000;
  text-align: center;
  font-family: Sofia Pro Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-17 {
  color: #fd4a5f;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.cta-button-fixed {
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.cta-button-fixed-mobile {
  display: none;
}

.header-inlfuencer {
  background-color: #00ab96;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.image-13 {
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-35 {
  max-width: 1050px;
}

.heading-37 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 140px;
}

.heading-38 {
  color: #fff;
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Light, sans-serif;
  line-height: 32px;
}

.bold-text-18 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.text-block-16 {
  color: #000;
  margin-top: 10px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.column-21 {
  text-align: center;
}

.body-text-centre {
  color: #000;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.heading-39 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 34px;
}

.columns-20 {
  margin-bottom: 30px;
}

.container-36 {
  max-width: 1050px;
}

.container-37 {
  margin-top: 30px;
}

.column-22 {
  text-align: center;
}

.button-6 {
  text-align: center;
  background-color: #fd4a5f;
  border: 2px solid #fd4a5f;
  border-radius: 35px;
  max-width: 55%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.button-6:hover {
  color: #fd4a5f;
  background-color: #fff;
  border: 2px solid #fd4a5f;
}

.bold-text-19 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.hero-influencer {
  float: none;
  background-color: #fff;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 50px;
}

.column-23 {
  text-align: center;
}

.text-block-18 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.container-38 {
  max-width: 600px;
}

.image-14 {
  text-align: center;
}

.heading-40 {
  color: #000;
  text-align: center;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.text-block-19 {
  color: #000;
  margin-top: 10px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image-15 {
  border-radius: 150px;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.container-39 {
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-16 {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.column-24 {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-7 {
  background-color: #fd4a5f;
  border-radius: 7px;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.container-40 {
  max-width: 1000px;
  margin-top: 0;
}

.heading-41 {
  color: #000;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: Sofia Pro Bold, sans-serif;
  font-size: 38px;
  line-height: 50px;
}

.container-42 {
  max-width: 1000px;
}

.bold-text-20 {
  color: #00ab96;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.heading-42 {
  color: #fff;
  text-align: center;
  background-color: #00ab96;
  border: 1px solid #000;
  padding-top: 5px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 38px;
}

.container-43 {
  max-width: 1000px;
}

.text-block-22 {
  color: #000;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.bold-text-21 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.columns-21 {
  padding-bottom: 50px;
}

.heading-43 {
  color: #000;
  padding-top: 15px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 36px;
}

.text-block-23 {
  color: #000;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.background-video-3 {
  max-width: 450px;
  max-height: 450px;
}

.columns-22 {
  padding-bottom: 50px;
}

.container-44 {
  max-width: 1000px;
}

.bold-text-22 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.columns-23 {
  padding-bottom: 50px;
}

.container-45 {
  max-width: 850px;
  padding-top: 0;
}

.heading-44 {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 38px;
}

.image-19 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-46 {
  max-width: 700px;
  margin-top: 20px;
}

.button-8 {
  text-align: center;
  background-color: #fd4a5f;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 17px;
  display: flex;
}

.column-25 {
  padding-left: 35px;
  display: inline;
}

.image-20 {
  text-align: center;
  max-width: 100%;
  margin: 30px auto 10px;
  display: block;
}

.text-block-26 {
  color: #000;
  text-align: center;
  padding-top: 5px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
}

.bold-text-23 {
  color: #fd4a5f;
}

.text-block-28 {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 16px;
}

.container-48 {
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-21 {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.column-26 {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-9 {
  background-color: #fd4a5f;
  border-radius: 7px;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.container-49 {
  max-width: 1000px;
  margin-top: 0;
}

.heading-header {
  color: #000;
  text-align: center;
  max-width: 65%;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 44px;
  line-height: 52px;
}

.container-51 {
  max-width: 1000px;
}

.bold-text-24, .bold-text-25 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.heading-46 {
  color: #fff;
  text-align: center;
  background-color: #00ab96;
  border: 1px solid #000;
  padding-top: 5px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 38px;
}

.container-52 {
  max-width: 1000px;
}

.bold-text-26, .bold-text-27, .bold-text-28 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.columns-24 {
  padding-bottom: 50px;
}

.bold-text-29, .bold-text-30, .bold-text-31 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.columns-25 {
  padding-bottom: 50px;
}

.bold-text-32 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.container-53 {
  max-width: 1000px;
}

.video-reasons-mobile {
  max-width: 450px;
  max-height: 450px;
}

.columns-26 {
  padding-bottom: 50px;
}

.container-54 {
  max-width: 850px;
  padding-top: 0;
}

.heading-48 {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 38px;
}

.image-24 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.under-title-cta {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.title-cta {
  color: #000;
  text-align: center;
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.container-55 {
  max-width: 700px;
  margin-top: 20px;
}

.button-10 {
  text-align: center;
  background-color: #fd4a5f;
  border-radius: 7px;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Semi Bold, sans-serif;
  display: block;
}

.container-56 {
  background-color: #f6f3ed;
  border: 2px solid #000;
  max-width: 850px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.column-27 {
  padding-left: 35px;
  display: inline;
}

.image-25 {
  text-align: center;
  max-width: 100%;
  margin: 30px auto 10px;
  display: block;
}

.text-block-34 {
  color: #000;
  text-align: center;
  padding-top: 5px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
}

.body-text-cta {
  color: #000;
  margin-top: 15px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.bold-text-33 {
  color: #fd4a5f;
}

.image-26 {
  max-width: 20%;
  margin-bottom: 20px;
}

.button-red-links {
  color: #fff;
  text-align: center;
  background-color: #fd4a5f;
  border: 2px solid #fd4a5f;
  border-radius: 7px;
  max-width: 62%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 20px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.button-red-links:hover {
  color: #fd4a5f;
  background-color: #fd4a5f00;
}

.heading-49 {
  color: #000;
  max-width: 100%;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 38px;
  line-height: 50px;
}

.text-block-36 {
  color: #000;
  margin-bottom: 10px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-37 {
  color: #000;
  padding-left: 20px;
  font-family: Sofia Pro Light Italic, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.hoe-het-werkt-section-mobile {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.pr-mentions-desktop {
  max-width: 85%;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-50 {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 20px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  display: block;
}

.image-31 {
  max-width: 60%;
  max-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-32 {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-28 {
  margin-left: auto;
  margin-right: auto;
}

.image-33 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  display: block;
}

.titles-centre-formule {
  color: #000;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 36px;
}

.titles-centre-formule.left {
  text-align: left;
  display: none;
}

.hoe-het-werkt-mobiel {
  max-width: 75%;
  margin-top: 20px;
  display: none;
}

.button-red-midden {
  color: #fff;
  text-align: center;
  background-color: #fd4a5f;
  border: 2px solid #fd4a5f;
  border-radius: 7px;
  max-width: 40%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 18px;
  display: block;
}

.button-red-midden:hover {
  color: #fd4a5f;
  background-color: #0000;
}

.us-vs-them-section {
  color: #202f48;
  background-color: #f6f3ed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.us-vs-them-desktop {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: ". Area Area-2 Area-3 . Area-20"
                 "Area-4 Area-8 Area-12 Area-16 . Area-21"
                 "Area-5 Area-9 Area-13 Area-17 . Area-22"
                 "Area-6 Area-10 Area-14 Area-18 . Area-23"
                 "Area-7 Area-11 Area-15 Area-19 . Area-24"
                 / 2fr 1fr .25fr 1fr .25fr 1fr;
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.body-text-centre-centre {
  color: #000;
  padding-top: 15px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-53 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 16px;
}

.container-60 {
  max-width: 1050px;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.title-formule {
  color: #000;
  max-width: 80%;
  margin-bottom: 0;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 36px;
}

.text-block-40 {
  border-bottom: 3px solid #00ab96;
  max-width: 20%;
  margin: -20px auto 40px 0;
}

.body-text- {
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.image-37 {
  text-align: center;
  border-radius: 20px;
  max-width: 55%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.social-proof-formule-section {
  background-color: #f6f3ed;
  padding-top: 40px;
  padding-bottom: 40px;
}

.social-proof-desktop {
  max-width: 75%;
}

.text-block-43 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.image-39 {
  border-radius: 200px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-40 {
  max-width: 40%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.heading-55 {
  color: #000;
  text-align: center;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block-44 {
  color: #000;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.faq-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.accordion-item {
  width: 100%;
  margin-bottom: 10px;
}

.accordion-toggle {
  white-space: normal;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
}

.question {
  color: #000;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.dropdown-list {
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #fafafa;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.answer {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.link {
  color: #000dff;
  text-decoration: none;
}

.cta-formule-section {
  background-color: #f6f3ed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-63, .container-64 {
  max-width: 75%;
}

.image-41 {
  border-radius: 200px;
}

.image-42 {
  border-radius: 40px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.pr-mentions-mobile {
  display: none;
}

.bold-text-34 {
  font-size: 36px;
}

.bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.image-46 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-56 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-reviews {
  height: 500px;
}

.container-66-desktop {
  max-width: 75%;
}

.columns-27 {
  padding-bottom: 20px;
}

.bold-text-41 {
  font-size: 36px;
}

.body-text-review {
  color: #000;
  font-family: Sofia Pro Light Italic, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.image-51 {
  border-radius: 550px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.columns-28 {
  margin-top: 50px;
}

.bold-text-44, .bold-text-45, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.heading-57 {
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.column-30 {
  display: none;
}

.heading-59 {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.announcement-bar {
  background-color: #00ab96;
}

.header {
  border-bottom: 2px solid #000;
}

.title-section {
  border-bottom: 2px solid #000;
  padding-top: 50px;
  padding-bottom: 70px;
}

.reasons-section {
  padding-top: 30px;
  padding-bottom: 50px;
}

.social-proof-section {
  background-color: #f6f3ed;
  padding-top: 30px;
  padding-bottom: 50px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.header-formules {
  background-color: #f6f3ed;
  padding-top: 70px;
  padding-bottom: 70px;
}

.pr-mentions {
  padding-top: 50px;
  padding-bottom: 0;
}

.title-text-2-reasons {
  margin-top: 20px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 36px;
}

.column-31 {
  margin-top: 25px;
  padding-top: 0;
}

.black-friday-button-links {
  color: #fff;
  text-align: center;
  background-color: #202f48;
  border: 2px solid #202f48;
  border-radius: 30px;
  max-width: 60%;
  margin: 10px auto 20px 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 18px;
  display: block;
}

.black-friday-button-links:hover {
  color: #202f48;
  background-color: #0000;
}

.title-formule-header {
  color: #000;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.column-32 {
  margin-top: 15px;
}

.column-33 {
  margin-top: 10px;
}

.column-34 {
  margin-top: 20px;
}

.image-54, .header-formules-mobile {
  display: none;
}

.section-7 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.expert-image {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.expert-name {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.expert-functie {
  color: #fff;
  text-align: center;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.heading-61 {
  color: #000;
  max-width: 100%;
  margin: 10px auto 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.text-span-2 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.expert-container {
  max-width: 95%;
}

.column-43 {
  background-color: #fff;
  height: 600px;
  padding-top: 80px;
  padding-bottom: 110px;
}

.column-44 {
  height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-experts {
  color: #000;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.container-77 {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: -50px;
}

.image-60 {
  max-width: 15%;
  margin-top: 50px;
  position: sticky;
}

.container-78 {
  max-width: 82%;
  margin-right: 0;
}

.expert-ervaring {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
}

.column-45 {
  height: 600px;
  padding-top: 100px;
}

.expert-section-mobile {
  display: none;
}

.hoe-het-werkt-desktop {
  max-width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.iconen-hoe-het-werkt {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-hoe-het-werkt {
  color: #000;
  text-align: center;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 20px;
}

.columns-32 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
}

.text-hoe-het-werkt {
  color: #000;
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.section-hoe-het-werkt {
  padding-top: 50px;
  padding-bottom: 50px;
}

.header-msm {
  background-color: #f6f3ed;
  padding-top: 70px;
  padding-bottom: 70px;
}

.image-63 {
  margin-top: -55px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.container-80 {
  max-width: 17%;
}

.trustpilot-container {
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 7px;
  padding-bottom: 10px;
}

.reviews-trustpilot {
  color: #b2b2b2;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 10.3px;
  line-height: 14px;
}

.logo-trustpilot {
  margin-left: 10px;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 10px;
  display: block;
}

.bedrijf-trustpilot {
  margin-top: 0;
}

.cijfer-trustpilot {
  color: #b2b2b2;
  text-align: left;
  margin-left: 10px;
  padding-top: 24px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 10px;
}

.trustpilot-container-mobile, .trustpilot-container-scherm {
  display: none;
}

.trustpilot-container-mid {
  max-width: 25%;
}

.logo-trustpilot-mid {
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  display: block;
}

.reviews-trustpilot-mid {
  color: #b2b2b2;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 9px;
  line-height: 14px;
}

.cijfer-trustpilot-mid {
  color: #b2b2b2;
  margin-left: 0;
  padding-top: 22px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 9px;
}

.columns-34 {
  margin-left: auto;
  margin-right: auto;
}

.column-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.column-47 {
  align-items: center;
  display: block;
}

.body-text-lst2-2 {
  color: #000;
  margin-top: 40px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.body-text-lst2 {
  color: #000;
  margin-top: 150px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.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;
}

.title-centre-formule-1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.bold-text-54 {
  color: #00ab96;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.bold-text-55 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.lst-navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-66 {
  width: 180px;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

.button-11 {
  text-align: center;
  vertical-align: baseline;
  background-color: #fd546a;
  border-radius: 25px;
  margin: 10px auto;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-11.lst1 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fd546a;
  border: 2px solid #fd546a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Sofia Pro Bold, sans-serif;
  line-height: 20px;
}

.button-11.lst1:hover {
  color: #fd546a;
  background-color: #fff;
  border: 2px solid #fd546a;
}

.lst1-title-section {
  border-top: 3px solid #1f3048;
  border-bottom: 3px solid #1f3048;
  padding-top: 60px;
  padding-bottom: 60px;
}

.h1 {
  color: #1f3048;
  width: auto;
  max-width: 600px;
  margin-top: 0;
  font-weight: 700;
  line-height: 50px;
}

.h1.centered {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.h1.centered.mobile {
  color: #000;
  font-family: Sofia Pro Bold, sans-serif;
}

.h1.white {
  color: #fff;
  margin-bottom: 0;
}

.h1.lst1 {
  color: #000;
  width: 605px;
  max-width: none;
  margin-bottom: 0;
  font-family: Sofia Pro Bold, sans-serif;
  line-height: 45px;
}

.h1.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h1.mobile-centered {
  font-family: Sofia Pro Bold, sans-serif;
}

.h1.social {
  text-align: center;
  margin-bottom: 0;
  font-family: Sofia Pro Bold, sans-serif;
}

.h1.centered {
  color: #1f3048;
  text-align: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Bold, sans-serif;
}

.h1.end-cta {
  font-family: Sofia Pro Bold, sans-serif;
}

.h1.centered {
  color: #000;
  text-align: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.divider {
  background-color: #1f3048;
  width: 200px;
  height: 3px;
  margin: 40px auto;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  margin-right: 0;
  padding: 10px 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-2.leestijd {
  font-family: Sofia Pro Light, sans-serif;
  font-weight: 700;
}

.paragraph-2.left {
  flex: 1;
  font-family: Sofia Pro Light, sans-serif;
}

.paragraph-2.left.right {
  width: 90%;
}

.paragraph-2.small-review {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sofia Pro Light Italic, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.paragraph-2.no-height {
  line-height: 8px;
}

.paragraph-2.centered {
  text-align: center;
  margin-left: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-style: normal;
}

._50-wrap {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.reason {
  grid-column-gap: 40px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.text-span-18 {
  font-weight: 700;
}

.lst1-5-reasons-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-35 {
  background-color: #04ab96;
  border: 3px solid #1f3048;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.div-block-35.v2 {
  background-color: #e8b97e;
}

.text-span-19, .text-span-21, .text-span-22, .text-span-20, .text-span-23, .text-span-24, .text-span-25, .text-span-26 {
  font-weight: 700;
}

.html-embed-3 {
  flex: 1;
}

.reviews-trustpilot-mid-2 {
  color: #b2b2b2;
  font-size: 9px;
}

.lst1-review-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.image-67 {
  border-radius: 50%;
  max-width: none;
  display: inline-block;
}

.trustpilot-container-70 {
  max-width: 70%;
  margin-top: 25px;
  display: none;
}

.div-block-37 {
  background-color: #fff;
  flex: 1;
}

.small-review-grid {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  justify-content: stretch;
  place-items: center start;
  width: 90%;
  margin-top: 20px;
}

.small-review-grid.lst1 {
  width: auto;
  margin-top: 0;
}

.small-review-grid.lst1.upper {
  margin-bottom: 40px;
}

.cijfer-trustpilot-mid-2 {
  color: #b2b2b2;
  margin-left: -31px;
  padding-top: 22px;
  font-size: 9px;
}

.list-2 {
  background-color: #fff;
  padding: 10px 40px 40px;
}

.material-icons {
  color: #04ab96;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.material-icons.centered {
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  display: block;
}

.material-icons.left {
  margin-left: 15px;
}

.div-block-17 {
  line-height: 15px;
}

.list-item-2 {
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.trustpilot-container-mobile-2 {
  display: none;
}

.column-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lst1-social-proof-section {
  background-color: #f6f3ee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.review-stars {
  justify-content: center;
  line-height: 0;
  display: flex;
}

.review-stars.small-review {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
}

.columns-35 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-36 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.cta-heading-side {
  margin-right: 20px;
}

.div-block-39 {
  margin-bottom: 0;
}

.bottom-advertorial-cta-right {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-22 {
  border-radius: 20px;
  width: 350px;
}

.lst1-cta {
  background-color: #f6f3ee;
  border: 4px solid #1f3048;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 40px;
  display: block;
}

.text-span-27 {
  cursor: pointer;
  font-weight: 300;
}

.advertorial-bottom-cta {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.lst1-cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-12 {
  text-align: center;
  background-color: #fd546a;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-12.lst1 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fd546a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 20px;
}

.button-12.lst1.sticky {
  border: 2px solid #fd546a;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.button-12.lst1.sticky:hover {
  color: #fd546a;
  background-color: #fff0;
  font-family: Sofia Pro Bold, sans-serif;
}

.sticky-atc {
  background-image: linear-gradient(#0000, #fff 75%);
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.sticky-atc-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.us-vs-them-blocks {
  background-color: #04ab96;
  border: 3px solid #04ab96;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.us-vs-them-blocks.white {
  background-color: #fff;
  border-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.us-vs-them {
  background-color: #f6f3ee;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-81 {
  max-width: 90%;
}

.text-span-39 {
  font-family: Sofia Pro Light, sans-serif;
}

.text-span-40, .text-span-41, .text-span-42 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.text-span-43, .text-span-44, .text-span-45, .text-span-46 {
  font-family: Sofia Pro Bold, sans-serif;
}

.text-span-47, .text-span-48, .text-span-49, .text-span-50 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.component-experts {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 0;
}

.column-experts {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-44 {
  max-width: 82%;
  margin-left: auto;
  margin-right: 0;
}

.slider-expert-mobile {
  display: none;
}

.section-swiper {
  padding-top: 4rem;
  padding-bottom: .25rem;
  overflow: hidden;
}

.swiper-wrapper {
  align-items: flex-start;
  display: flex;
}

.margin-top-medium {
  margin-top: 2.5rem;
}

.swiper-buttons {
  width: 6rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: -5.5rem 0% auto auto;
}

.arrow-icon {
  width: 1rem;
  line-height: 0;
}

.swiper-scrollbar-drag {
  cursor: pointer;
  background-color: #000;
  border-radius: .25rem;
  width: 100px;
  height: .375rem;
}

.swiper-scrollbar {
  background-color: #fff;
  border-radius: .25rem;
  height: .625rem;
  margin-top: 2.5rem;
  padding: .125rem;
  box-shadow: 0 2px #d6d0d0;
}

.swiper {
  position: relative;
}

.swiper-circle {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-circle.swiper-button-next.swiper-button-disabled, .swiper-circle.swiper-button-prev.swiper-button-disabled {
  opacity: .5;
  color: #00000080;
}

.container-large {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-custom {
  display: none;
}

.swiper-slide.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.page-padding-2 {
  color: #000;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.swiper-box-2 {
  background-color: #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box-2.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.social-proof-mobile {
  display: none;
}

.material-icon-2.us-vs-them {
  color: #1f3048;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Material Icons, sans-serif;
  font-size: 35px;
}

.material-icon-2.us-vs-them.check {
  color: #fff;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Material Icons, sans-serif;
  font-size: 35px;
}

.material-icon-2.us-vs-them.check.black {
  color: #000;
}

.material-icon-2.us-vs-them {
  color: #1f3048;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 35px;
}

.material-icon-2.us-vs-them.check {
  color: #fff;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 35px;
}

.material-icon-2.us-vs-them.check.copycats {
  color: #1f3048;
}

.us-vs-them-mobile {
  display: none;
}

.columns-37 {
  margin-bottom: 20px;
}

.text-experts-mobiel, .expert-title {
  display: none;
}

.announcement-bar-2 {
  background-color: #04ab96;
}

.announcement-bar-2.lp3.mobile {
  display: none;
}

.announcement-bar-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.announcement-bar-text.ny {
  font-size: 18px;
}

.text-span-51 {
  cursor: pointer;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-weight: 300;
}

.bold-text-56 {
  font-family: Sofia Pro Light, sans-serif;
}

.bold-text-57 {
  font-family: Sofia Pro Bold, sans-serif;
}

.text-span-52 {
  cursor: pointer;
  font-weight: 300;
}

.main-container {
  max-width: 80%;
}

.main-container.hero {
  max-width: 95%;
  padding-top: 0;
  padding-bottom: 0;
}

.image-9 {
  width: 180px;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

._33-btn-div {
  display: inline-block;
}

.image-68 {
  border-radius: 50%;
  max-width: none;
}

.button-trustpilot {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.trustpilot-img {
  width: 350px;
  max-width: none;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-bottom: 0;
  display: block;
}

.div-block-5 {
  width: 220px;
  margin-bottom: 10px;
  display: inline-block;
}

.material-icons-2 {
  color: #04ab96;
  font-family: Material Icons, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.div-block-45 {
  line-height: 15px;
}

.div-block-6 {
  width: 50%;
  padding-right: 40px;
}

.image-3 {
  object-fit: cover;
  border-radius: 20px;
  width: 500px;
  height: 500px;
}

.div-block-10 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #1f3048;
  text-align: left;
  margin-right: 0;
  padding: 10px 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph.small-review {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sofia Pro Light Italic, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.hero {
  background-color: #f6f3ee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-13 {
  text-align: center;
  background-color: #fd546a;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-13.lp3---ny {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fd546a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Sofia Pro Bold, sans-serif;
  line-height: 20px;
}

.pr-mentions-2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.container-pr {
  max-width: 95%;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: end stretch;
  place-items: center;
  width: auto;
  margin-top: 0;
}

.sub-heading {
  color: #1f3048;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sofia Pro Bold, sans-serif;
  font-weight: 700;
  line-height: 50px;
}

.sub-heading.left {
  font-size: 20px;
}

.pr-image {
  opacity: .7;
}

.h3 {
  color: #1f3048;
  text-transform: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  overflow: visible;
}

.h3.centered {
  text-align: center;
  width: auto;
  margin-top: 30px;
  font-family: Sofia Pro Bold, sans-serif;
  font-size: 30px;
}

.section-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.section-header.hoe {
  margin-bottom: 40px;
}

.image-steps {
  object-fit: contain;
  border-radius: 0%;
  justify-content: center;
  max-height: 200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
  display: grid;
}

.paragraph-3 {
  color: #1f3048;
  text-align: left;
  margin-right: 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-3.left {
  flex: 1;
  font-family: Sofia Pro Light, sans-serif;
}

.button-14 {
  text-align: center;
  background-color: #fd546a;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-14.lp3---ny {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fd546a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Sofia Pro Bold, sans-serif;
  line-height: 20px;
}

.hoe-het-werkt {
  color: #1f3048;
  padding-top: 20px;
  padding-bottom: 60px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-6 {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-content: center;
  place-items: center;
}

.us-vs-them-wrapper {
  max-width: none;
  margin: 40px auto 60px;
  display: block;
}

.grid-6-mobiel {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-content: center;
  place-items: center;
  display: none;
}

.us-vs-them-blocks-2 {
  background-color: #04ab96;
  border: 3px solid #04ab96;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  display: flex;
}

.us-vs-them-blocks-2.cross {
  background-color: #fff;
  border-color: #fff;
}

.paragraph-4 {
  color: #1f3048;
  text-align: left;
  margin-right: 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-4.us-vs-them-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sofia Pro Light, sans-serif;
}

.paragraph-4.dietiste {
  font-family: Sofia Pro Light, sans-serif;
}

.paragraph-4.centered {
  text-align: center;
  margin-left: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-style: normal;
}

.paragraph-4.left {
  flex: 1;
  font-family: Sofia Pro Light, sans-serif;
}

.paragraph-4.end-cta {
  font-family: Sofia Pro Light, sans-serif;
}

.paragraph-4.popup {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.button-15 {
  text-align: center;
  background-color: #fd546a;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-15.lp3---ny {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fd546a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Sofia Pro Bold, sans-serif;
  line-height: 20px;
}

.div-block-46 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 400px;
  max-width: none;
  height: 400px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-15 {
  justify-content: center;
  align-self: stretch;
  width: 50%;
  height: auto;
  display: flex;
}

.di-tiste {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-16 {
  text-align: center;
  background-color: #fd546a;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-16.lp3---ny {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fd546a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Sofia Pro Bold, sans-serif;
  line-height: 20px;
}

.small-divider {
  background-color: #04ab96;
  width: 100px;
  height: 5px;
}

.div-block-13 {
  grid-column-gap: 20px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-14 {
  width: 50%;
  margin-right: 40px;
  padding-right: 0;
}

.image-dietist {
  border-radius: 50%;
  display: none;
}

.html-embed-2 {
  margin-top: 40px;
  font-weight: 400;
}

.trustpilot-div {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-proof {
  color: #1f3048;
  background-color: #f6f3ee;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 700;
  line-height: 50px;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 40px;
  position: absolute;
  inset: 0%;
}

.heading-3 {
  text-align: center;
  font-family: Sofia Pro Bold, sans-serif;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.button-17 {
  text-align: center;
  background-color: #fd546a;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-17.lp3---ny {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fd546a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Sofia Pro Bold, sans-serif;
  line-height: 20px;
}

.div-block-3 {
  border-radius: 20px;
  padding: 20px;
}

.div-block-47 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-div {
  grid-template-rows: auto;
  width: 80%;
  margin: 0 auto 20px;
  display: block;
}

.faq-section-2 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
}

.c-faq-item {
  cursor: pointer;
  background-color: #fff;
  border-left: 3px #003f86;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-accordion {
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-q-text {
  flex: 1;
  padding: 0;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.faq-stripe-1 {
  color: #fff;
  background-color: #1a1b1f;
  width: 3px;
  height: 15px;
}

.faq-stripe-2 {
  background-color: #1a1b1f;
  width: 15px;
  height: 3px;
  position: absolute;
}

.c-faq-icon {
  background-color: #fff;
  border: 3px #1f3048;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 10px;
  padding: 5px;
  position: relative;
}

.c-faq-a-text {
  padding: 0;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.button-18 {
  text-align: center;
  background-color: #fd546a;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-18.lp3---ny {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fd546a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Sofia Pro Bold, sans-serif;
  line-height: 20px;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  width: 50%;
}

.cta-end {
  background-color: #f6f3ee;
  background-image: url('../images/Ontwerp-zonder-titel-5.png');
  background-position: 80% 100%;
  background-repeat: no-repeat;
  background-size: 500px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.button-19 {
  text-align: center;
  background-color: #fd546a;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-19.lp3---ny {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fd546a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Sofia Pro Bold, sans-serif;
  line-height: 20px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.hide-me-overlay {
  z-index: 8888;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.image-17 {
  color: #f6f3ee;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.upgrade-accent {
  background-color: #04ab96;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.upgrade-container {
  z-index: 10;
  text-align: center;
  background-color: #f6f3ee;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: auto;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-24 {
  justify-content: flex-end;
  margin: 0;
  display: flex;
  position: absolute;
  inset: 5% 2% auto auto;
}

.paragraph-light {
  opacity: 1;
  color: #003f86;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.paragraph-light.cross {
  color: #1f3048;
  text-align: right;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 40px;
  display: inline-block;
  position: static;
  bottom: 246px;
  left: 8em;
  transform: rotate(45deg);
}

.text-span-53, .text-span-54 {
  font-family: Sofia Pro Bold, sans-serif;
}

.nav-menu-2 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #00ab96;
  background-clip: border-box;
  border: 3px solid #00ab96;
  border-radius: 25px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 6%;
  max-width: 30%;
  padding-top: 1%;
  display: flex;
}

.button-2:hover {
  color: #00ab96;
  background-color: #fff;
  border: 3px solid #00ab96;
}

.navigatie-mobile {
  color: #00ab96;
}

.container-7 {
  background-color: #fff;
  align-items: center;
  max-width: 90%;
  display: none;
}

.container-82 {
  justify-content: center;
  align-items: center;
  min-width: 90%;
  display: flex;
}

.nav-menu-3 {
  object-fit: fill;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1080px;
  min-width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-59 {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 15px;
}

.image-47 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: block;
}

.navigation-links-2 {
  color: #00ab96;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 15px;
  display: flex;
}

.image-48 {
  margin-left: 121px;
  margin-right: auto;
  padding-top: 0%;
  display: block;
}

.navbar-desktop {
  background-color: #fff;
  box-shadow: 0 3px 11px #0003;
}

.button-20 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #00ab96;
  background-clip: border-box;
  border: 3px solid #00ab96;
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 6%;
  max-width: 30%;
  padding-top: 5px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-20:hover {
  color: #00ab96;
  background-color: #fff;
  border: 3px solid #00ab96;
}

.heading-91 {
  color: #000;
  font-family: Sofia Pro Bold, sans-serif;
  font-size: 32px;
  line-height: 42px;
  display: flex;
}

.guarana {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.info-titel {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Sofia Pro Medium, sans-serif;
  line-height: 28px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  max-width: 650px;
  height: 450px;
  display: flex;
}

.columns-38 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.map-pin-tooltip {
  background-color: #fff;
  border: 2px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -45px;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: 7px;
  left: -56px;
  right: -56px;
  box-shadow: 1px 1px 10px 2px #00000040;
}

.map-pin-tooltip.north-america {
  display: none;
}

.column-50 {
  position: relative;
}

.paragraph-20 {
  color: #000;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.visolie2 {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.map-image-2 {
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  display: block;
}

.citroen-melisse {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.map-pin {
  background-color: #0000;
  background-image: url('../images/placeholder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 50px;
  transition: all .2s;
  position: absolute;
  top: 127px;
  left: 90px;
}

.map-pin:hover {
  filter: hue-rotate(200deg);
  transform: translate(0, -3px);
}

.map-pin.citroen-melisse1 {
  z-index: 1;
  filter: none;
  background-image: url('../images/placeholder.png');
  width: 30px;
  top: 178px;
  left: 348px;
}

.map-pin.vac1 {
  filter: none;
  background-image: url('../images/placeholder.png');
  width: 30px;
  top: 162px;
  left: 286px;
}

.map-pin.dong-quai1 {
  filter: none;
  background-image: url('../images/placeholder.png');
  width: 30px;
  top: 159px;
  left: 485px;
}

.map-pin.bioperine1 {
  filter: none;
  background-image: url('../images/placeholder.png');
  width: 30px;
  top: 178px;
  left: 448px;
}

.map-pin._5-htp1 {
  z-index: 1;
  filter: none;
  background-image: url('../images/placeholder.png');
  width: 30px;
  top: 216px;
  left: 290px;
}

.map-pin.visolie1 {
  filter: none;
  background-image: url('../images/placeholder.png');
  width: 30px;
  top: 245px;
  left: 162px;
}

.map-pin.kamille1 {
  z-index: 1;
  filter: none;
  background-image: url('../images/placeholder.png');
  width: 30px;
  top: 170px;
  left: 334px;
}

.map-pin.ashwaganda1 {
  filter: none;
  background-image: url('../images/placeholder.png');
  width: 30px;
  top: 198px;
  left: 435px;
}

.map-pin.valeriaan5 {
  z-index: 1;
  filter: none;
  background-image: url('../images/placeholder.png');
  width: 30px;
  top: 102px;
  left: 333px;
}

.map-pin.guarana1 {
  filter: none;
  background-image: url('../images/placeholder.png');
  width: 30px;
  top: 269px;
  left: 219px;
}

.kamille {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.country-2 {
  color: #b12727;
  text-align: center;
  width: 130px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.vitex-agnus-castus {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.div-block-49.map-wrapper-3 {
  width: 650px;
  min-width: 650px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.dong-quai, .standard {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-64 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  display: block;
}

.ashwagandha {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.worldmap-section-1 {
  justify-content: center;
  align-items: center;
  max-width: 95%;
  margin: 0 auto 50px;
  display: flex;
}

.paragraph-22 {
  color: #000;
  flex-wrap: wrap-reverse;
  align-content: stretch;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 650px;
  max-width: 650px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 359px 0% 0%;
  box-shadow: 0 0 10px 4px #0003;
}

.map-wrapper-3 {
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 540px;
  display: flex;
  position: relative;
}

.bioperine, .valeriaan, ._5htp {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.column-51 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-51 {
  width: 35px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: 15px;
}

.expert-section-2 {
  background-color: #f6f3ed;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 300px;
}

.columns-39 {
  padding-bottom: 20px;
}

.icon-move-copy, .icon-move {
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  font-family: Material Icons, sans-serif;
  font-size: 26px;
  display: none;
}

.icon-13-down {
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  position: absolute;
}

.accordion-item-content-remko {
  mix-blend-mode: normal;
  background-image: url('../images/textbox-rechts-v2.png');
  background-repeat: no-repeat;
  background-size: 850px;
  width: 850px;
  height: 302px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  overflow: visible;
}

.icon-13-up {
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  position: absolute;
}

.heading-92 {
  color: #000;
  margin-top: 0;
  font-family: Sofia Pro Medium, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-1010 {
  color: #414141;
  width: 650px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-23 {
  color: #000;
  margin-bottom: 20px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.accordion-item-content-sharon {
  mix-blend-mode: normal;
  background-image: url('../images/textbox-links-v2.png');
  background-repeat: no-repeat;
  background-size: 850px;
  width: 850px;
  height: 302px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  overflow: visible;
}

.icon-12-down {
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  position: absolute;
}

.div-block-9 {
  width: 270px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
}

.text-1010-copy {
  width: 650px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-23-sharon {
  color: #000;
  margin-bottom: 46px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-8 {
  background-color: #fff;
  width: 400px;
  margin-left: auto;
  margin-right: 15px;
}

.div-block-8.left {
  margin-left: 15px;
  margin-right: auto;
}

.div-block-11-copy {
  width: 35px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: 15px;
}

.icon-12-up {
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  position: absolute;
}

.div-block-52 {
  width: 35px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 30px;
}

.container-83 {
  max-width: 95%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.info-titel-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Sofia Pro Medium, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  max-width: 650px;
  height: 450px;
  display: flex;
}

.columns-40 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-24 {
  color: #000;
  width: 97%;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.visolie2-2 {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
}

.column-53 {
  position: relative;
}

.citroen-melisse-2 {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
}

.heading-93 {
  color: #000;
  font-family: Sofia Pro Bold, sans-serif;
  font-size: 32px;
  line-height: 42px;
  display: flex;
}

.kamille-2, .vitex-agnus-castus-2 {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
}

.div-block-54.map-wrapper-3 {
  width: 650px;
  min-width: 650px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.dong-quai-2 {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
}

.image-69 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  display: block;
}

.ashwagandha-2 {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
}

.paragraph-25 {
  color: #000;
  flex-wrap: wrap-reverse;
  align-content: stretch;
  margin-bottom: 30px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 650px;
  max-width: 650px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 359px 0% 0%;
  box-shadow: 0 0 10px 4px #0003;
}

.guarana-2 {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.bioperine-2, .valeriaan-2, ._5htp-2 {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
}

.column-54 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-57 {
  width: 35px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: 15px;
}

.expert-section-3 {
  background-color: #f6f3ed;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.columns-41 {
  padding-bottom: 20px;
}

.accordion-item-content-remko-mobiel {
  mix-blend-mode: normal;
  background-image: url('../images/textbox-rechts-v2.png');
  background-repeat: no-repeat;
  background-size: 850px;
  width: 850px;
  height: 302px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  overflow: visible;
}

.div-block-58 {
  background-color: #fff;
  width: 400px;
  margin-left: auto;
  margin-right: 15px;
}

.div-block-58.left {
  margin-left: 15px;
  margin-right: auto;
}

.paragraph-23-sharon-2 {
  color: #000;
  margin-bottom: 46px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.accordion-item-content-sharon-mobiel {
  mix-blend-mode: normal;
  background-image: url('../images/textbox-links-v2.png');
  background-repeat: no-repeat;
  background-size: 850px;
  width: 850px;
  height: 302px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  overflow: visible;
}

.expert-desktop {
  max-width: 95%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-94 {
  color: #000;
  margin-top: 0;
  font-family: Sofia Pro Medium, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.accordion-item-content-remko-2 {
  mix-blend-mode: normal;
  background-image: url('../images/textbox-rechts-v2.png');
  background-repeat: no-repeat;
  background-size: 850px;
  width: 850px;
  height: 302px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  overflow: visible;
}

.paragraph-26 {
  color: #000;
  margin-bottom: 20px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.expert-mobiel {
  display: none;
}

.accordion-item-content-sharon-2 {
  mix-blend-mode: normal;
  background-image: url('../images/textbox-links-v2.png');
  background-repeat: no-repeat;
  background-size: 850px;
  width: 850px;
  height: 302px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  overflow: visible;
}

.text-1010-copy-2 {
  color: #414141;
  width: 650px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-59 {
  width: 270px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
}

.text-1010-2 {
  color: #414141;
  width: 650px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-60 {
  width: 35px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 30px;
}

.login {
  color: #000;
  text-align: center;
  font-family: Sofia Pro ExtraLight, sans-serif;
  text-decoration: none;
}

.dropdown-list-2 {
  color: #fff;
  background-color: #fff;
  border: 1px solid #00ab9654;
  padding-left: 10px;
  box-shadow: 3px 3px 5px #0003;
}

.icon-7 {
  color: #00ab96;
  margin-top: 2px;
}

.footer-3-items-begin-2 {
  color: #000;
  background-image: url('../images/user.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 3%;
  margin-bottom: 0;
  font-family: Sofia Pro ExtraLight, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.zink, .sleep-well {
  color: #000;
  text-decoration: none;
}

.footer-kopje-2 {
  margin-top: 56px;
  font-family: Sofia Pro ExtraLight, sans-serif;
  font-size: 15px;
}

.footer-items-dropdown-3 {
  border-bottom: 1px solid #00ab9654;
  max-width: 87%;
  margin: 0;
  padding: 15px 0;
  font-family: Sofia Pro ExtraLight, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.footer-items-dropdown-end {
  color: #000;
  margin-top: 0;
  padding-top: 15px;
  font-family: Sofia Pro ExtraLight, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.hoe-het-werkt-2, .link-13, .prenatal {
  color: #000;
  text-decoration: none;
}

.footer-desktop {
  justify-content: flex-end;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hair-en-nail-boost, .blog, .maca-power, .vitamine-c, .cranberry, .omega-3-vegan, .stress-less {
  color: #000;
  text-decoration: none;
}

.footer-items {
  border-bottom: 1px solid #00ab9654;
  max-width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Sofia Pro ExtraLight, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.vitamine-d, .over-ons, .tel-nummer-3, .brain-boost, .skin-support, .magnesium {
  color: #000;
  text-decoration: none;
}

.columns-7 {
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.kurkuma {
  color: #000;
  text-decoration: none;
}

.link-block-4 {
  max-width: 90%;
}

.columns-5 {
  margin-left: auto;
  margin-right: auto;
}

.hormone-control {
  color: #000;
  text-decoration: none;
}

.footer-items-end {
  max-width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Sofia Pro ExtraLight, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.footer-mobiel {
  max-width: 80%;
  margin-left: 300px;
  display: none;
}

.icon-4 {
  color: #00ab96;
  margin-top: 2px;
}

.energy-assistant, .visolie {
  color: #000;
  text-decoration: none;
}

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

.probiotica {
  color: #000;
  text-decoration: none;
}

.footer-kopjes-3 {
  border-bottom: 1px #00ab9654;
  margin: 10px auto;
  padding: 0 20px 15px 0;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 15px;
  display: block;
}

.footer-3-items-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Sofia Pro ExtraLight, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.footer-3-items-2.laag {
  margin-top: -2px;
}

.columns-6 {
  max-width: 30%;
}

.groene-thee-extract, .detox, .reviews {
  color: #000;
  text-decoration: none;
}

.link-block-3 {
  max-width: 90%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.columns-3 {
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  max-width: 90%;
  margin-left: 0;
  display: block;
}

.footer-def {
  border-top: 1px solid #00ab9654;
  border-bottom: 1px solid #00ab9654;
  padding-top: 20px;
}

.vitamine-b12 {
  color: #000;
  text-decoration: none;
}

.heading-14 {
  font-family: Sofia Pro ExtraLight, sans-serif;
  font-size: 14px;
}

.column-10 {
  padding-left: 0;
  padding-right: 20px;
}

.link-9 {
  color: #000;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.heading-13 {
  text-align: center;
  font-family: Sofia Pro ExtraLight, sans-serif;
}

.heading-9 {
  text-align: center;
  margin-bottom: 0;
}

.link-14 {
  color: #000;
  text-decoration: none;
}

.column-14 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.copright-footer {
  max-width: 32%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-15 {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.heading-15 {
  color: #000;
  text-align: center;
  font-family: Sofia Pro ExtraLight, sans-serif;
  font-size: 14px;
}

.bold-text-8 {
  color: #000;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 15px;
}

.column-9 {
  padding-left: 30px;
  padding-right: 0;
}

.container-84 {
  background-color: #fff;
  align-items: center;
  max-width: 90%;
  display: none;
}

.navbar-mobile {
  background-color: #fff;
  display: none;
}

.nav-menu-5 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-61 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: block;
}

.navigatie-mobile-2 {
  color: #00ab96;
}

.navigatie-mobile-end {
  color: #00ab96;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text-60 {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 15px;
}

.button-4 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #00ab96;
  background-clip: border-box;
  border: 3px solid #00ab96;
  border-radius: 25px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 6%;
  max-width: 30%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.button-4:hover {
  color: #00ab96;
  background-color: #fff;
  border: 3px solid #00ab96;
}

.text-span-55 {
  font-family: Material Icons, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
}

.button-21 {
  color: #fff;
  text-align: center;
  background-color: #00ab96;
  border: 2px solid #00ab96;
  border-radius: 10px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 16px;
  display: block;
}

.button-21:hover {
  color: #00ab96;
  background-color: #fff;
}

.container-85 {
  min-width: 400px;
  max-width: 1200px;
  margin-top: 0;
}

.heading-95 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.heading-95.afstand {
  overflow-wrap: break-word;
  flex-flow: wrap;
  margin-bottom: 30px;
  display: block;
}

.heading-96 {
  color: #000;
  margin-top: 0;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 36px;
}

.paragraph-27 {
  clear: left;
  color: #000;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.section-8 {
  background-image: url('../images/service.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 150px;
  padding-bottom: 210px;
}

.paragraph-28 {
  color: #000;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-28.onder {
  color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
}

.paragraph-28.ondermini {
  margin-bottom: 30px;
}

.link-16 {
  color: #000;
  text-decoration: none;
}

.link-17 {
  color: #000;
}

.service-balk {
  background-color: #00ab96;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-97-mobiel {
  color: #fff;
  text-align: center;
  font-family: Sofia Pro Light, sans-serif;
  display: none;
}

.container-86 {
  max-width: 1200px;
}

.service {
  background-color: #f6f3ed;
}

.div-block-61 {
  width: 600px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 200px;
}

.column-56 {
  background-image: url('../images/lidmaatschap--foto.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 650px;
  height: 700px;
}

.service-mobiel {
  display: none;
}

.heading-97-desktop {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Sofia Pro Light, sans-serif;
}

.cta-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  margin-top: 20px;
  display: flex;
}

.sub-heading-2 {
  color: #1f3048;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 50px;
}

.sub-heading-2.left {
  color: #000;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 20px;
}

.material-icons-3 {
  color: #04ab96;
  font-family: Material Icons, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.paragraph-29 {
  color: #1f3048;
  text-align: left;
  margin-right: 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-29.small-review {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-style: italic;
}

.paragraph-29.small-review.centered {
  text-align: center;
  margin-left: 0;
}

.paragraph-29.left {
  color: #000;
  flex: 1;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
}

.button-22 {
  text-align: center;
  background-color: #fd546a;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-22.lp5 {
  letter-spacing: 0;
  text-transform: none;
  background-color: #fd546a;
  border: 2px solid #fd546a;
  border-radius: 10px;
  margin-bottom: 5px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  line-height: 20px;
}

.button-22.lp5:hover {
  color: #fd546a;
  background-color: #fff;
}

.div-block-62 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prijs {
  background-color: #f6f3ed;
}

.grid-7 {
  grid-row-gap: 16px;
  grid-template: "Area Area-18 Area-19 Area-20" 50px
                 "Area-2 Area-6 Area-10 Area-14" 50px
                 "Area-3 Area-7 Area-11 Area-15" 50px
                 "Area-4 Area-8 Area-12 Area-16" 50px
                 "Area-5 Area-9 Area-13 Area-17" 50px
                 / 2fr 1fr 1fr 1fr;
  margin-top: 150px;
}

.usp-s-prijs {
  margin-top: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.usp-s-prijs.afstand {
  margin-top: 10px;
}

.namen {
  color: #000;
  text-align: center;
  font-family: Sofia Pro Semi Bold, sans-serif;
  line-height: 22px;
}

.us-vs-them-blocks-copy {
  background-color: #04ab96;
  border: 3px solid #04ab96;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.us-vs-them-blocks-copy.white {
  background-color: #fff;
  border-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.prijs-mobiel {
  display: none;
}

.column-56-copy {
  background-image: url('../images/prijs--foto.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 650px;
  height: 700px;
}

.div-block-61-copy {
  width: 600px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 120px;
}

.button-red-midden-copy {
  color: #fff;
  text-align: center;
  background-color: #fd4a5f;
  border: 2px solid #fd4a5f;
  border-radius: 7px;
  max-width: 40%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 18px;
  display: block;
}

.button-red-midden-copy:hover {
  color: #fd4a5f;
  background-color: #0000;
}

.lidmaatschap-mobiel {
  display: none;
}

.column-56-copy-copy {
  background-image: url('../images/prijs--foto.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 650px;
  height: 700px;
}

.div-block-38 {
  grid-column-gap: 5px;
  border: 1px #003f86;
  flex-direction: row;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.sticky-atc-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.paragraph-30 {
  color: #1f3048;
  text-align: left;
  margin-right: 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-30._16 {
  padding: 0;
  font-size: 16px;
}

.button-23 {
  text-align: center;
  background-color: #fd546a;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-23.lst1 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fd546a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 20px;
}

.button-23.lst1.sticky {
  background-color: red;
}

.text-span-56 {
  color: #ff5543;
  font-weight: 700;
}

.sticky-atc-copy {
  background-image: linear-gradient(#0000, #fff 75%);
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-family: Sofia Pro Black, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Sofia Pro Light, sans-serif;
}

.heading-97 {
  text-align: center;
  font-family: Sofia Pro Bold, sans-serif;
}

.image-42-copy {
  border-radius: 40px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.container-66-mobiel {
  max-width: 75%;
  display: none;
}

.mobiel-carlijn {
  display: none;
}

.js-clock-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-97-copy {
  text-align: center;
  font-family: Sofia Pro Bold, sans-serif;
  display: none;
}

.text-span-58 {
  font-family: Sofia Pro Bold, sans-serif;
}

.button-24 {
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-31 {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.bold---00ab96 {
  color: #00ab96;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.image-70 {
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-25 {
  border: 2px solid var(--donker-rood);
  background-color: var(--donker-rood);
  text-align: center;
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 300px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: 30px;
  padding: 15px 30px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 18px;
  display: block;
}

.button-25:hover {
  border: 2px solid var(--donker-rood);
  background-color: var(--white);
  color: var(--donker-rood);
}

.section-9 {
  background-color: var(--groen);
  border-bottom: 4px solid #fff;
  height: 100px;
  padding-top: 10px;
}

.column-59 {
  display: inline-block;
}

.columns-42 {
  margin-top: 0;
  display: block;
}

.image-71 {
  border-radius: 35px;
  width: 500px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.image-71.right {
  margin-left: auto;
  margin-right: 0;
}

.columns-43 {
  margin-left: auto;
  margin-right: auto;
}

.heading-98 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Sofia Pro Semi Bold, sans-serif;
  line-height: 46px;
}

.heading-98.left {
  margin-left: 0;
  margin-right: 80px;
}

.heading-98.black {
  color: #000;
}

.paragraph-32 {
  color: #000;
  margin-right: 0;
  padding-right: 0;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-33 {
  color: #fff;
  padding-right: 80px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-10.creme {
  padding-bottom: 30px;
}

.button-26 {
  color: #fff;
  text-align: center;
  background-color: red;
  border: 2px solid red;
  border-radius: 15px;
  width: 350px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 18px;
}

.button-26:hover {
  background-color: var(--white);
  color: red;
}

.button-26.mid {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-72 {
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-99 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.columns-44 {
  margin-bottom: 20px;
}

.heading-100 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.heading-100.left {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-right: 0;
}

.container-87 {
  max-width: 1200px;
  display: none;
}

.columns-45 {
  margin-left: auto;
  margin-right: 0;
}

.container-88 {
  background-color: var(--creme);
  border-radius: 20px;
  width: 380px;
}

.container-88.right {
  width: 380px;
  margin-left: 0;
}

.container-88.left {
  margin-right: 0;
}

.image-73 {
  width: 340px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-101 {
  color: #000;
  text-align: center;
  width: 360px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 20px;
}

.heading-101.emoji {
  color: var(--groen);
  margin-top: 0;
  font-family: Material Icons, sans-serif;
  font-size: 16px;
}

.paragraph-34 {
  color: #000;
  text-align: center;
  width: 360px;
  margin: 10px auto 20px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.section-11 {
  background-color: var(--groen);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-12 {
  background-color: #00ab96;
}

.text-block-57 {
  color: #fff;
  text-align: center;
  background-color: red;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
}

.image-74 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-46 {
  margin-left: auto;
  margin-right: auto;
}

.section-13 {
  background-color: var(--creme);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-13.green {
  background-color: var(--white);
}

.paragraph-35 {
  color: #1f3048;
  text-align: left;
  margin-right: 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-35.left {
  color: #000;
  flex: 1;
  font-family: Sofia Pro Light, sans-serif;
  line-height: 26px;
}

.div-block-63 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-section-3 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.button-27 {
  text-align: center;
  background-color: #fd546a;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 33px;
  font-size: 18px;
  font-weight: 700;
}

.button-27.lp3---ny {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fd546a;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 20px;
}

.sub-heading-3 {
  color: #1f3048;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 50px;
}

.sub-heading-3.left {
  color: #000;
  font-family: Sofia Pro Semi Bold, sans-serif;
  font-size: 20px;
}

.container-89, .container-90 {
  max-width: 1200px;
}

.container-91 {
  width: 200px;
  margin-left: 0;
}

.container-92 {
  max-width: 1200px;
}

.heading-102 {
  color: #000;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.text-span-59, .text-span-60, .text-span-61 {
  font-family: Sofia Pro Bold, sans-serif;
}

.heading-60 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-75 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-19 {
  display: none;
}

.slider-bereikt {
  height: 500px;
}

.heading-103 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-76 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-93, .columns-47, .container-95 {
  display: none;
}

.text-block-60 {
  color: #25d55a;
  margin-top: 3px;
  margin-left: 0;
  font-family: Material Icons, sans-serif;
  font-size: 18px;
}

.text-block-60.sofia {
  margin-left: 3px;
  font-family: Sofia Pro Regular, sans-serif;
}

.text-block-60.sofia.klein {
  color: #000;
  margin-top: 5px;
  margin-left: 5px;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
}

.text-block-60.sofia.klein.black.no {
  margin-left: 4px;
  font-family: Sofia Pro Light, sans-serif;
}

.text-block-60.rechts {
  color: #000;
  margin-left: 25px;
}

.text-block-60.rechts.black {
  margin-left: 30px;
}

.text-block-60.black {
  color: #000;
  margin-left: 15px;
}

.div-block-64 {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-14 {
  background-color: #00ab96;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-61 {
  color: #fff;
  text-align: center;
  font-family: Sofia Pro Medium, sans-serif;
  font-size: 18px;
}

.button-28 {
  text-align: center;
  vertical-align: middle;
  background-color: #fd546a;
  border-radius: 50px;
  width: 170px;
  margin-left: auto;
  margin-right: 50px;
  padding: 20px 30px;
  font-family: Sofia Pro Regular, sans-serif;
  font-size: 16px;
  display: block;
}

.button-28.centre {
  margin-left: auto;
  margin-right: auto;
}

.button-28.centre.inside-out {
  background-color: #fd546a00;
  border: 1px solid #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}

.columns-48 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-77 {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-104 {
  color: #000;
  text-align: center;
  font-family: Sofia Pro Bold, sans-serif;
  font-size: 42px;
  line-height: 52px;
}

.heading-105 {
  color: #000;
  text-align: center;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 16px;
}

.paragraph-36 {
  color: #000;
  width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.background-video-4 {
  width: 350px;
  height: 350px;
  margin-left: 0;
  margin-right: auto;
}

.container-98, .container-99, .container-100 {
  width: 800px;
}

.section-15 {
  margin-top: 50px;
}

.image-78 {
  width: 15%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-49 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.image-79 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-16 {
  background-color: #00ab96;
  width: 100%;
  margin-top: 20px;
}

.columns-50 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-80 {
  margin-left: -20px;
  margin-right: 20px;
  display: block;
}

.heading-106 {
  color: #fff;
  text-align: center;
  margin-top: 100px;
  font-family: Sofia Pro Bold, sans-serif;
  font-size: 38px;
  line-height: 45px;
}

.paragraph-37 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
}

.paragraph-37.left {
  text-align: left;
  margin-top: 7px;
}

.container-101 {
  width: 80%;
}

.text-block-62 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sofia Pro Regular, sans-serif;
  font-size: 18px;
}

.container-102 {
  width: 330px;
  margin-bottom: 15px;
}

.text-span-62 {
  color: #000;
}

.text-span-63 {
  text-align: center;
  font-style: normal;
  display: block;
}

.image-81 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-103 {
  text-align: center;
  height: 40px;
}

.text-span-64, .highlight {
  color: #00ab96;
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.columns-51 {
  display: none;
}

.container-104, .container-105 {
  max-width: 1200px;
}

.image-83 {
  border-radius: 20px;
  width: 95%;
}

.text-span-65 {
  font-family: Sofia Pro Semi Bold, sans-serif;
}

.background-video-5 {
  border-radius: 35px;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-slider-img {
  width: 200px;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.container-106 {
  width: 380px;
}

.text-span-66 {
  color: red;
  font-weight: 700;
}

.heading-107 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Sofia Pro Bold, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.paragraph-38 {
  color: #000;
  text-align: center;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-63 {
  text-align: center;
  font-family: Sofia Pro Bold, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.image-84 {
  display: none;
}

.image-85 {
  margin-top: 60px;
  margin-bottom: 0;
  display: block;
}

.column-62 {
  background-color: #f6f3ed;
  margin-top: 20px;
  margin-bottom: -189px;
}

.columns-52 {
  background-color: #f6f3ed;
  margin-bottom: 0;
}

.column-63 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-108 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Sofia Pro Bold, sans-serif;
}

.image-86 {
  text-align: center;
  margin-top: 20px;
  margin-left: 220px;
  padding-left: 0;
}

.heading-109 {
  text-align: center;
  font-family: Sofia Pro Bold, sans-serif;
  font-size: 34px;
}

.paragraph-39 {
  color: #000;
  text-align: center;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.image-87 {
  margin-top: 20px;
  margin-left: 220px;
  display: none;
}

.heading-110 {
  text-align: center;
  font-family: Sofia Pro Bold, sans-serif;
  font-size: 34px;
}

.text-block-64 {
  color: #000;
  text-align: center;
  font-family: Sofia Pro Light, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.column-64, .column-65 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-88 {
  margin-left: 220px;
}

@media screen and (min-width: 1920px) {
  .button-aanbeveling {
    text-align: center;
    font-size: 20px;
  }

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

  .body-text-centre {
    font-size: 20px;
    line-height: 25px;
  }

  .button-6, .text-block-18, .text-block-19, .button-red-links {
    font-size: 20px;
  }

  .heading-49 {
    font-size: 44px;
    line-height: 52px;
  }

  .text-block-36 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-37 {
    max-width: 70%;
  }

  .button-red-midden, .us-vs-them-section, .body-text-centre-centre, .heading-53 {
    font-size: 20px;
  }

  .body-text- {
    font-size: 20px;
    line-height: 28px;
  }

  .image-37 {
    max-width: 50%;
  }

  .text-block-43 {
    font-size: 20px;
  }

  .text-block-44 {
    font-size: 20px;
    line-height: 28px;
  }

  .image-42 {
    max-width: 60%;
  }

  .heading-61 {
    max-width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 40px;
  }

  .column-43 {
    background-color: #fff;
    height: 750px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-44 {
    background-color: #fff;
    height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-74 {
    max-width: 90%;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 200px;
  }

  .container-75 {
    max-width: 92%;
    margin-left: 10px;
  }

  .text-experts {
    color: #000;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Sofia Pro Light, sans-serif;
    font-size: 18px;
    line-height: 26px;
  }

  .container-77 {
    margin-top: 100px;
    margin-bottom: -150px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-60 {
    max-width: 20%;
    margin-top: 10px;
  }

  .container-78 {
    max-width: 75%;
  }

  .expert-ervaring {
    color: #000;
  }

  .column-45 {
    height: 750px;
  }

  .expert-section-mobile {
    display: none;
  }

  .title-hoe-het-werkt {
    font-size: 24px;
  }

  .text-hoe-het-werkt {
    font-size: 20px;
    line-height: 28px;
  }

  .container-80 {
    max-width: 12%;
  }

  .trustpilot-container {
    max-width: 70%;
    padding-bottom: 10px;
    display: none;
  }

  .reviews-trustpilot {
    font-size: 10.5px;
  }

  .logo-trustpilot {
    margin-left: -100px;
    padding-top: 17px;
    padding-bottom: 5px;
  }

  .bedrijf-trustpilot {
    margin-top: 0;
    padding-top: 0;
  }

  .cijfer-trustpilot {
    margin-left: 0;
  }

  .stars-trustpilot {
    margin-bottom: 0;
  }

  .italic-text {
    font-size: 18px;
    line-height: 26px;
  }

  .trustpilot-container-scherm {
    margin-left: 0;
    padding-bottom: 20px;
    display: block;
  }

  .columns-33 {
    margin-left: 0;
    margin-right: auto;
  }

  .trustpilot-container-mid {
    max-width: 18%;
  }

  .columns-36 {
    padding-bottom: 50px;
  }

  .bold-text-59 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 19px;
  }

  .navigation-links-2 {
    font-size: 19px;
  }

  .button-20 {
    font-family: Sofia Pro Semi Bold, sans-serif;
    font-size: 20px;
  }

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

  .info-titel {
    margin-top: 13px;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .div-block-7 {
    max-width: 900px;
    height: 550px;
  }

  .paragraph-20 {
    font-size: 18px;
    line-height: 28px;
  }

  .map-image-2 {
    display: none;
    position: relative;
  }

  .map-pin.citroen-melisse1 {
    width: 40px;
    top: 220px;
    left: 493px;
  }

  .map-pin.vac1 {
    width: 40px;
    top: 201px;
    left: 401px;
  }

  .map-pin.dong-quai1 {
    width: 40px;
    top: 197px;
    left: 669px;
  }

  .map-pin.bioperine1 {
    width: 40px;
    top: 218px;
    left: 619px;
  }

  .map-pin._5-htp1 {
    width: 40px;
    top: 269px;
    left: 406px;
  }

  .map-pin.visolie1 {
    width: 40px;
    top: 313px;
    left: 224px;
  }

  .map-pin.kamille1 {
    width: 40px;
    top: 210px;
    left: 473px;
  }

  .map-pin.ashwaganda1 {
    width: 40px;
    top: 243px;
    left: 603px;
  }

  .map-pin.valeriaan5 {
    width: 40px;
    top: 124px;
    left: 472px;
  }

  .map-pin.guarana1 {
    width: 40px;
    top: 342px;
    left: 302px;
  }

  .div-block-49.map-wrapper-3 {
    background-image: url('../images/Worldmap.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 900px;
    min-width: 900px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .paragraph-22 {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-4 {
    width: 900px;
    max-width: 900px;
  }

  .heading-92 {
    font-size: 24px;
  }

  .text-1010, .paragraph-23, .text-1010-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-23-sharon {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .info-titel-2 {
    margin-top: 15px;
    font-size: 24px;
  }

  .div-block-53 {
    max-width: 900px;
    height: 550px;
  }

  .paragraph-24 {
    font-size: 18px;
    line-height: 28px;
  }

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

  .div-block-54.map-wrapper-3 {
    background-image: url('../images/Worldmap.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 900px;
    min-width: 900px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .paragraph-25 {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-56 {
    width: 900px;
    max-width: 900px;
  }

  .paragraph-23-sharon-2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-94 {
    font-size: 24px;
  }

  .paragraph-26, .text-1010-copy-2, .text-1010-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .button-21 {
    width: 230px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 22px;
  }

  .column-56 {
    background-image: url('../images/lidmaatschap--foto.png');
  }

  .button-red-midden-copy {
    font-size: 20px;
  }

  .image-42-copy {
    max-width: 60%;
  }

  .image-70 {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .image-2 {
    margin-left: 250px;
  }

  .navbar {
    display: none;
  }

  .button-red-links {
    max-width: 100%;
  }

  .pr-mentions-desktop, .hoe-het-werkt-mobiel, .us-vs-them-desktop, .social-proof-desktop, .container-63, .container-64 {
    max-width: 95%;
  }

  .image-66 {
    width: 150px;
  }

  .button-11 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .h1 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .h1.centered.mobile {
    font-size: 38px;
  }

  .paragraph-2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .paragraph-2.small-review {
    font-size: 16px;
  }

  .paragraph-2.no-height {
    font-size: 16px;
    line-height: 28px;
  }

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

  .div-block-35 {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .lst1-review-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .small-review-grid {
    width: auto;
  }

  .lst1-cta {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .button-12 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .us-vs-them-blocks {
    border-radius: 15px;
    width: 100px;
    height: 40px;
  }

  .material-icon-2.us-vs-them, .material-icon-2.us-vs-them.check, .material-icon-2.us-vs-them, .material-icon-2.us-vs-them.check {
    font-size: 25px;
  }

  .announcement-bar-text {
    align-self: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .main-container {
    max-width: 90%;
  }

  .image-9 {
    width: 150px;
  }

  .button-trustpilot {
    width: 200px;
  }

  .trustpilot-img {
    width: 250px;
  }

  .div-block-5 {
    width: 150px;
    margin-bottom: 0;
  }

  .div-block-6 {
    padding-right: 20px;
  }

  .image-3 {
    object-fit: cover;
    border-radius: 20px;
    width: 300px;
    height: 300px;
  }

  .paragraph {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .paragraph.small-review {
    font-size: 16px;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .button-13 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .button-13.lp3---ny {
    font-size: 15px;
  }

  .grid-3 {
    justify-items: center;
  }

  .sub-heading {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .sub-heading.left {
    font-size: 16px;
  }

  .pr-logo {
    justify-content: center;
    width: 80px;
    display: flex;
  }

  .h3, .h3.centered {
    font-size: 25px;
  }

  .section-header {
    margin-top: 0;
  }

  .image-steps {
    max-height: 150px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .paragraph-3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .button-14 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .button-14.lp3---ny {
    font-size: 15px;
  }

  .div-block-28 {
    justify-content: center;
    display: flex;
  }

  .div-block-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .us-vs-them-wrapper {
    max-width: 90%;
  }

  .us-vs-them-blocks-2 {
    border-radius: 15px;
    width: 100px;
    height: 40px;
  }

  .paragraph-4 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

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

  .button-15 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .button-15.lp3---ny {
    font-size: 15px;
  }

  .image {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-15 {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .di-tiste {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-16 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .button-16.lp3---ny {
    font-size: 15px;
  }

  .div-block-13 {
    flex-wrap: nowrap;
    align-items: center;
  }

  .div-block-14 {
    flex: 1;
    width: auto;
    margin-right: 0;
  }

  .trustpilot-div {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .social-proof {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-image {
    padding: 10px;
  }

  .button-17 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .button-17.lp3---ny {
    font-size: 15px;
  }

  .faq-div {
    width: auto;
  }

  .faq-section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-faq-icon {
    border-style: none;
  }

  .button-18 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .button-18.lp3---ny {
    font-size: 15px;
  }

  .cta-end {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 400px;
    background-attachment: scroll;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-19 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .button-19.lp3---ny {
    font-size: 15px;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-light {
    font-size: 14px;
  }

  .container-7 {
    display: flex;
  }

  .container-82 {
    display: none;
  }

  .image-47 {
    margin-left: 250px;
  }

  .menu-button-3 {
    color: #00ab96;
    margin-left: auto;
    margin-right: 0;
  }

  .image-48 {
    margin-left: 250px;
  }

  .navbar-desktop {
    background-color: #fff;
    display: none;
  }

  .div-block-7 {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .map-image-2 {
    min-width: 100%;
    max-width: 0;
  }

  .map-pin {
    width: 35px;
    height: 50px;
    top: 166px;
    left: 134px;
  }

  .map-pin.citroen-melisse1 {
    z-index: 3;
    top: 150px;
    left: 348px;
  }

  .map-pin.vac1 {
    z-index: 2;
    top: 140px;
    left: 290px;
  }

  .map-pin.dong-quai1 {
    z-index: 2;
    top: 139px;
    left: 483px;
  }

  .map-pin.bioperine1 {
    z-index: 2;
    top: 150px;
    left: 448px;
  }

  .map-pin._5-htp1 {
    z-index: 3;
    top: 188px;
    left: 290px;
  }

  .map-pin.visolie1 {
    z-index: 2;
    top: 219px;
    left: 161px;
  }

  .map-pin.kamille1 {
    z-index: 3;
    top: 142px;
    left: 334px;
  }

  .map-pin.ashwaganda1 {
    z-index: 2;
    top: 170px;
    left: 435px;
  }

  .map-pin.valeriaan5 {
    z-index: 3;
    top: 84px;
    left: 340px;
  }

  .map-pin.guarana1 {
    z-index: 2;
    top: 241px;
    left: 219px;
  }

  .div-block-49.map-wrapper-3 {
    width: 600px;
    min-width: 650px;
    height: 400px;
  }

  .worldmap-section-1 {
    margin-bottom: 100px;
  }

  .map-wrapper-3 {
    max-width: 0;
  }

  .column-52 {
    padding-bottom: 40px;
  }

  .div-block-53 {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-54.map-wrapper-3 {
    width: 600px;
    min-width: 650px;
    height: 400px;
  }

  .div-block-55 {
    margin-top: 30px;
  }

  .expert-section-3 {
    padding-bottom: 0;
  }

  .div-block-58 {
    width: 350px;
  }

  .paragraph-23-sharon-2 {
    margin-bottom: 20px;
  }

  .accordion-item-content-remko-2, .accordion-item-content-sharon-2 {
    width: 740px;
  }

  .div-block-59 {
    width: 250px;
  }

  .footer-3-items-begin-2 {
    background-size: 5%;
  }

  .footer-desktop {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-7 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-mobiel {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-6 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .copright-footer {
    max-width: 400px;
  }

  .container-84 {
    display: flex;
  }

  .navbar-mobile {
    background-color: #fff;
    display: block;
  }

  .image-61 {
    margin-left: 100px;
  }

  .button-4 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-95, .heading-96, .paragraph-27, .paragraph-28, .paragraph-28.onder {
    text-align: center;
  }

  .div-block-61 {
    width: 100%;
    padding-top: 30px;
  }

  .column-56 {
    background-image: none;
    height: 450px;
  }

  .service-desktop {
    display: none;
  }

  .service-mobiel {
    display: block;
  }

  .column-57 {
    background-image: url('../images/zon---doosje---vierkant.jpg');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .sub-heading-2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .sub-heading-2.left {
    font-size: 16px;
  }

  .paragraph-29 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .paragraph-29.small-review {
    font-size: 16px;
  }

  .button-22 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .prijs-desktop {
    display: none;
  }

  .grid-7 {
    margin-top: 0;
  }

  .us-vs-them-blocks-copy {
    border-radius: 15px;
    width: 100px;
    height: 40px;
  }

  .prijs-mobiel {
    display: block;
  }

  .column-foto-prijs {
    background-image: url('../images/krukje---doosjes---vierkant.jpg');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .grid-8 {
    grid-row-gap: 16px;
    grid-template-rows: 50px 50px 50px 50px;
    grid-template-columns: 1fr .5fr .5fr;
    display: none;
  }

  .column-56-copy {
    background-image: none;
    height: 350px;
  }

  .lidmaatschap-desktop {
    display: none;
  }

  .div-block-61-copy {
    width: 100%;
    padding-top: 30px;
  }

  .button-red-midden-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .lidmaatschap-mobiel {
    display: block;
  }

  .column-56-copy-copy {
    background-image: none;
    height: 500px;
  }

  .div-block-38 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-30 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .paragraph-30._16 {
    font-size: 16px;
  }

  .button-23 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .paragraph-35 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .faq-section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-27 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .button-27.lp3---ny {
    font-size: 15px;
  }

  .sub-heading-3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .sub-heading-3.left {
    font-size: 16px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .image-86, .image-88 {
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    margin-left: auto;
  }

  .heading-49 {
    font-size: 50px;
  }

  .image-42 {
    display: none;
  }

  .lst-container {
    max-width: 95%;
  }

  .image-66 {
    width: 180px;
    display: block;
  }

  .button-11.lst1 {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 20px;
  }

  .lst1-title-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .h1.centered.mobile {
    text-align: left;
    font-size: 35px;
  }

  .h1.lst1, .h1.end-cta {
    text-align: left;
  }

  .divider.left {
    margin-left: 0;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-2.left, .paragraph-2.small-review {
    text-align: left;
  }

  .paragraph-2.centered {
    font-size: 14px;
    line-height: 24px;
  }

  ._50-wrap {
    flex-direction: column;
  }

  ._50-wrap.reversed {
    flex-direction: column-reverse;
  }

  .lst1-5-reasons-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .small-review-grid {
    width: 70%;
  }

  .list-2 {
    padding: 20px;
  }

  .list-item-2 {
    margin-bottom: 10px;
  }

  .advertorial-bottom-cta {
    flex-direction: column;
  }

  .button-12.lst1 {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 20px;
  }

  .button-12.lst1.sticky {
    padding: 20px 30px;
  }

  .us-vs-them-blocks {
    width: 80px;
  }

  .us-vs-them {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-swiper {
    padding-top: 1.5rem;
  }

  .margin-top-medium {
    margin-top: 2rem;
  }

  .swiper-buttons {
    top: -5rem;
  }

  .margin-custom {
    display: none;
  }

  .page-padding-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .announcement-bar-2 {
    display: none;
  }

  .announcement-bar-2.lp3.mobile {
    background-color: #04ab96;
    display: block;
  }

  .announcement-bar-text {
    background-color: #fd546a;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .announcement-bar-text.lp3.mobile {
    background-color: #0000;
  }

  .main-container {
    max-width: 90%;
  }

  .image-9 {
    width: 180px;
    display: block;
  }

  .button-trustpilot {
    width: 250px;
  }

  .div-block-5 {
    width: 200px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .image-3 {
    width: 400px;
    height: 400px;
  }

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

  .paragraph {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.small-review {
    text-align: left;
  }

  .div-block-12 {
    width: auto;
    margin-top: 40px;
  }

  .button-13.lp3---ny {
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 20px;
  }

  .pr-mentions-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-pr {
    max-width: 95%;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sub-heading {
    text-align: center;
  }

  .sub-heading.left {
    text-align: left;
  }

  .pr-logo {
    width: 60px;
  }

  .h3 {
    width: auto;
    font-size: 30px;
    line-height: 52px;
  }

  .cards-grid-container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-3.left {
    text-align: left;
  }

  .button-14.lp3---ny {
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 20px;
  }

  .us-vs-them-wrapper {
    max-width: none;
  }

  .us-vs-them-blocks-2 {
    width: 80px;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-4.centered {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-4.left, .paragraph-4.end-cta {
    text-align: left;
  }

  .paragraph-4.popup {
    font-size: 16px;
  }

  .button-15.lp3---ny {
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 20px;
  }

  .image {
    width: 400px;
  }

  .div-block-15 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-16.lp3---ny {
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 20px;
  }

  .small-divider {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .small-divider.end-cta {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-13 {
    flex-flow: column;
    align-content: stretch;
  }

  .div-block-14 {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .trustpilot-div {
    justify-content: center;
    width: 250px;
    display: flex;
  }

  .cards-grid-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: stretch;
    max-width: none;
  }

  .button-17.lp3---ny {
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 20px;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-div {
    width: auto;
  }

  .button-18.lp3---ny {
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 20px;
  }

  .div-block-48.faq {
    display: none;
  }

  .div-block-11 {
    width: 60%;
  }

  .cta-end {
    background-position: 100% 100%;
    background-size: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-19.lp3---ny {
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 20px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .hide-me-overlay {
    display: none;
  }

  .image-17 {
    max-width: 60%;
  }

  .modal-scroll {
    overflow: auto;
  }

  .upgrade-container {
    flex-direction: column;
    width: 90%;
    margin-bottom: 0;
    padding: 40px 20px;
    overflow: hidden;
  }

  .div-block-24 {
    margin: 0;
    position: absolute;
    inset: 4% 3% auto auto;
  }

  .paragraph-light {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .paragraph-light.cross {
    color: #1f3048;
  }

  .icon-6 {
    color: #00ab96;
  }

  .container-82 {
    display: none;
  }

  .image-47 {
    margin-left: auto;
  }

  .menu-button-3 {
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .image-48 {
    margin-left: auto;
  }

  .navbar-desktop {
    display: none;
  }

  .div-block-7 {
    width: 500px;
    height: 250px;
  }

  .map-image-2 {
    min-width: 100%;
  }

  .map-pin {
    width: 25px;
    height: 40px;
    top: 198px;
    left: 40px;
  }

  .map-pin.citroen-melisse1 {
    top: 136px;
    left: 273px;
  }

  .map-pin.vac1 {
    z-index: 2;
    top: 127px;
    left: 216px;
  }

  .map-pin.dong-quai1 {
    z-index: 2;
    top: 124px;
    left: 369px;
  }

  .map-pin.bioperine1 {
    z-index: 2;
    top: 133px;
    left: 346px;
  }

  .map-pin._5-htp1 {
    top: 162px;
    left: 230px;
  }

  .map-pin.visolie1 {
    z-index: 2;
    top: 187px;
    left: 122px;
  }

  .map-pin.kamille1 {
    top: 127px;
    left: 261px;
  }

  .map-pin.ashwaganda1 {
    z-index: 2;
    top: 149px;
    left: 332px;
  }

  .map-pin.valeriaan5 {
    top: 83px;
    left: 259px;
  }

  .map-pin.guarana1 {
    z-index: 2;
    top: 199px;
    left: 160px;
  }

  .div-block-49.map-wrapper-3 {
    width: 400px;
    min-width: 500px;
    height: 350px;
  }

  .div-block-4 {
    width: 500px;
  }

  .map-wrapper-3 {
    min-width: 480px;
    max-width: 767px;
  }

  .accordion-item-content-remko, .accordion-item-content-sharon {
    margin-right: 0;
  }

  .column-52 {
    padding-bottom: 20px;
  }

  .div-block-53 {
    width: 500px;
    height: 250px;
  }

  .div-block-54.map-wrapper-3 {
    width: 400px;
    min-width: 500px;
    height: 350px;
  }

  .div-block-56 {
    width: 500px;
  }

  .expert-section-3 {
    padding-top: 30px;
  }

  .sharon {
    background-color: #fff;
  }

  .accordion-item-content-remko-mobiel {
    background-image: url('../images/textbox-rmid.png');
    background-size: 100%;
    width: 100%;
    margin-right: 0;
  }

  .accordion-item-content-sharon-mobiel {
    background-image: url('../images/textbox-rmid.png');
    background-size: 100%;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }

  .expert-desktop {
    display: none;
  }

  .accordion-item-content-remko-2 {
    margin-right: 0;
  }

  .expert-mobiel {
    width: 95%;
    display: block;
  }

  .remko {
    background-color: #fff;
    margin-top: 30px;
  }

  .accordion-item-content-sharon-2 {
    margin-right: 0;
  }

  .text-1010-copy-2 {
    text-align: center;
    width: 95%;
    padding-top: 30px;
  }

  .div-block-59 {
    width: 380px;
    margin-right: 0;
  }

  .text-1010-2 {
    text-align: center;
    width: 95%;
  }

  .footer-3-items-begin-2 {
    background-size: 3%;
    margin-bottom: 10px;
  }

  .footer-3-items-3 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .footer-3-items-2 {
    margin-bottom: 10px;
  }

  .columns-6 {
    max-width: 25%;
  }

  .footer-def {
    display: none;
  }

  .copright-footer {
    max-width: 500px;
  }

  .navbar-mobile {
    display: block;
  }

  .image-61 {
    margin-left: 10px;
    margin-right: auto;
  }

  .icon-9 {
    color: #00ab96;
  }

  .heading-97-mobiel {
    margin-top: 10px;
    display: block;
  }

  .column-57 {
    height: 300px;
  }

  .heading-97-desktop {
    display: none;
  }

  .sub-heading-2 {
    text-align: center;
  }

  .sub-heading-2.left {
    text-align: left;
  }

  .paragraph-29 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-29.small-review, .paragraph-29.left {
    text-align: left;
  }

  .button-22.lp5 {
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 20px;
  }

  .div-block-62.faq {
    display: none;
  }

  .us-vs-them-blocks-copy {
    width: 80px;
  }

  .column-foto-prijs {
    background-image: url('../images/krukje---doosjes---vierkant.jpg');
    height: 300px;
  }

  .column-56-copy {
    height: 350px;
  }

  .column-56-copy-copy {
    height: 500px;
  }

  .div-block-38 {
    flex-direction: row;
  }

  .paragraph-30 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .button-23.lst1 {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 20px;
  }

  .button-23.lst1.sticky {
    padding: 20px 30px;
  }

  .image-42-copy {
    display: block;
  }

  .desktop-carlijn {
    display: none;
  }

  .mobiel-carlijn, .heading-97-copy {
    display: block;
  }

  .paragraph-35 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-35.left {
    text-align: left;
  }

  .div-block-63.faq {
    display: none;
  }

  .button-27.lp3---ny {
    border-radius: 5px;
    padding: 20px 30px;
    font-size: 20px;
  }

  .sub-heading-3 {
    text-align: center;
  }

  .sub-heading-3.left {
    text-align: left;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    display: none;
  }

  .bold-text {
    padding-top: 4px;
    padding-bottom: 0;
  }

  .body {
    padding-bottom: 0;
  }

  .button-aanbeveling {
    color: #fff;
    text-align: center;
    border: 2px solid #fd4a5f;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    display: block;
  }

  .button-aanbeveling:hover {
    color: #fd4a5f;
    background-color: #fff;
    border: 2px solid #fd4a5f;
  }

  .button-3 {
    color: #fff;
    background-color: #fd4a5f;
    border: 2px solid #fd4a5f;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .button-3:hover {
    color: #fd4a5f;
    background-color: #fff;
  }

  .image-7 {
    max-width: 120px;
    margin-top: 10px;
    display: block;
  }

  .heading-31 {
    max-width: 95%;
    font-size: 34px;
    line-height: 40px;
  }

  .line-header {
    max-width: 30%;
    padding-top: 20px;
  }

  .container-29 {
    max-width: 95%;
  }

  .heading-33 {
    width: 50px;
    padding: 5px 0 0;
    font-size: 40px;
  }

  .title-text-reasons {
    margin-top: 20px;
    margin-left: -120px;
    padding-top: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .body-text {
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .columns-15, .columns-16, .columns-17 {
    padding-bottom: 30px;
  }

  .cta-container {
    max-width: 95%;
    padding-bottom: 20px;
  }

  .text-block-14 {
    font-family: Sofia Pro Light, sans-serif;
    font-size: 16px;
  }

  .image-12 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-20 {
    display: block;
  }

  .video-reasons {
    max-width: 400px;
    max-height: 275px;
    margin-bottom: 10px;
  }

  .reasons-section-mobile {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .button-5 {
    flex-direction: row;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    display: flex;
  }

  .text-block-15 {
    font-size: 15px;
  }

  .cta-button-fixed {
    display: none;
  }

  .cta-button-fixed-mobile {
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .header-inlfuencer {
    padding-bottom: 25px;
  }

  .image-13 {
    max-width: 50%;
  }

  .container-35 {
    max-width: 95%;
  }

  .heading-37 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
  }

  .heading-38 {
    max-width: 90%;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .text-block-16 {
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
  }

  .body-text-centre {
    max-width: 100%;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .heading-39 {
    font-size: 20px;
    line-height: 25px;
  }

  .columns-20 {
    display: none;
  }

  .container-36 {
    max-width: 95%;
  }

  .container-37 {
    max-width: 95%;
    margin-top: 0;
  }

  .button-6 {
    color: #fff;
    border: 2px solid #fd4a5f;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    display: block;
  }

  .button-6:hover {
    color: #fd4a5f;
    background-color: #fff;
  }

  .hero-influencer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-18 {
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
  }

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

  .text-block-19 {
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
  }

  .image-15 {
    max-width: 400px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-20 {
    font-size: 15px;
  }

  .image-16 {
    max-width: 120px;
    margin-top: 10px;
    display: block;
  }

  .button-7 {
    font-size: 12px;
  }

  .heading-41 {
    max-width: 95%;
    font-size: 30px;
    line-height: 38px;
  }

  .container-42 {
    max-width: 95%;
  }

  .heading-42 {
    max-width: 36%;
  }

  .text-block-22 {
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .columns-21 {
    padding-bottom: 30px;
  }

  .heading-43 {
    margin-top: 5px;
    margin-left: -97px;
    padding-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-23 {
    margin-top: 0;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .background-video-3 {
    max-width: 400px;
    max-height: 275px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-22 {
    padding-bottom: 30px;
  }

  .container-44 {
    max-width: 95%;
  }

  .columns-23 {
    padding-bottom: 30px;
  }

  .container-45 {
    max-width: 95%;
  }

  .heading-44 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .button-8 {
    justify-content: center;
    max-width: 80%;
  }

  .column-25 {
    padding-left: 15px;
  }

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

  .text-block-28 {
    font-size: 15px;
  }

  .image-21 {
    max-width: 120px;
    margin-top: 10px;
    display: block;
  }

  .button-9 {
    font-size: 12px;
  }

  .heading-header {
    max-width: 95%;
    font-size: 30px;
    line-height: 38px;
  }

  .container-51 {
    max-width: 95%;
  }

  .heading-46 {
    max-width: 36%;
  }

  .columns-24, .columns-25 {
    padding-bottom: 30px;
  }

  .container-53 {
    max-width: 95%;
  }

  .video-reasons-mobile {
    max-width: 400px;
    max-height: 275px;
    margin-bottom: 10px;
  }

  .columns-26 {
    padding-bottom: 30px;
  }

  .container-54 {
    max-width: 95%;
  }

  .heading-48 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .under-title-cta {
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .title-cta {
    max-width: 95%;
    font-size: 20px;
    line-height: 28px;
  }

  .button-10 {
    justify-content: center;
    max-width: 60%;
  }

  .container-56 {
    max-width: 95%;
    padding-bottom: 20px;
  }

  .column-27 {
    padding-left: 15px;
  }

  .image-25 {
    margin-top: 20px;
  }

  .text-block-34 {
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 16px;
  }

  .body-text-cta {
    margin-top: 10px;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .image-26 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-red-links {
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .button-red-links:hover {
    color: #fd4a5f;
    background-color: #0000;
  }

  .heading-49 {
    text-align: center;
    max-width: 100%;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
  }

  .text-block-36 {
    text-align: center;
    margin-top: 10px;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .text-block-37 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 0;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .hoe-het-werkt-section-mobile {
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .pr-mentions-desktop {
    display: none;
  }

  .heading-50 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    display: flex;
  }

  .image-31 {
    max-width: 100%;
    max-height: 100%;
    padding-top: 0;
  }

  .image-32 {
    max-width: 100%;
  }

  .image-33 {
    max-width: 100%;
    padding-top: 0;
  }

  .titles-centre-formule {
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .titles-centre-formule.left {
    text-align: left;
  }

  .hoe-het-werkt-mobiel {
    max-width: 95%;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .button-red-midden {
    max-width: 95%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .us-vs-them-section {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .us-vs-them-desktop {
    max-width: 95%;
    display: none;
  }

  .grid {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .container-60 {
    max-width: 95%;
  }

  .title-formule {
    text-align: center;
    max-width: 100%;
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .text-block-40 {
    margin-bottom: 20px;
    margin-left: 100px;
  }

  .body-text- {
    text-align: center;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .image-37 {
    max-width: 400px;
    max-height: 200px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: scroll;
  }

  .social-proof-formule-section {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .social-proof-desktop {
    max-width: 95%;
    display: none;
  }

  .text-block-43 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .text-block-44 {
    margin-bottom: 20px;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 15px;
    line-height: 23px;
  }

  .faq-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .question {
    color: #000;
    font-size: 17px;
    line-height: 25px;
  }

  .answer {
    color: #000;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .cta-formule-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-63, .container-64 {
    max-width: 95%;
  }

  .image-41 {
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-42 {
    display: none;
  }

  .grid-2 {
    grid-template: "Area Area-14 Area-15"
                   "Area-2 Area-6 Area-13"
                   "Area-3 Area-7 Area-12"
                   "Area-4 Area-8 Area-10"
                   "Area-5 Area-9 Area-11"
                   / 2.5fr 1fr 1fr;
    justify-content: stretch;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .text-block-45 {
    color: #000;
    text-align: center;
    font-family: Sofia Pro Semi Bold, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-46 {
    color: #000;
    align-items: stretch;
    margin-left: 0;
    margin-right: auto;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .pr-mentions-mobile {
    max-width: 95%;
    padding-bottom: 10px;
    display: block;
  }

  .foto-reasons-mobile {
    padding-bottom: 10px;
  }

  .image-46 {
    border-radius: 550px;
    max-width: 65%;
  }

  .heading-56 {
    color: #000;
    max-width: 90%;
    margin-top: 10px;
    font-family: Sofia Pro Semi Bold, sans-serif;
    font-size: 20px;
    line-height: 28px;
  }

  .slide-reviews {
    background-color: #0000;
    height: 470px;
  }

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

  .text-block-47 {
    color: #000;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .left-arrow {
    display: none;
  }

  .slide-nav-2 {
    font-size: 10px;
  }

  .container-66-desktop {
    max-width: 95%;
    display: block;
  }

  .columns-27 {
    max-width: 100%;
    padding-bottom: 0;
  }

  .bold-text-42 {
    font-size: 20px;
    line-height: 28px;
  }

  .bold-text-43 {
    font-family: Sofia Pro Semi Bold, sans-serif;
  }

  .body-text-review {
    text-align: center;
    margin-top: 5px;
    font-family: Sofia Pro UltraLight Italic, sans-serif;
    font-size: 17px;
  }

  .image-51 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-29 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-52, .image-53 {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-30 {
    margin-bottom: 30px;
    display: block;
  }

  .title-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .reasons-section {
    display: none;
  }

  .header-formules {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .pr-mentions {
    padding-top: 30px;
    display: block;
  }

  .text-span {
    font-family: Sofia Pro Semi Bold, sans-serif;
  }

  .title-text-2-reasons {
    margin-top: 18px;
    margin-left: -120px;
    font-size: 20px;
    line-height: 28px;
  }

  .black-friday-button-links {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .title-formule-header {
    font-size: 25px;
    line-height: 33px;
  }

  .image-54 {
    border-radius: 20px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header-formules-mobile {
    background-color: #f6f3ed;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .expert-image {
    max-width: 70%;
  }

  .expert-name {
    text-align: center;
    font-size: 20px;
  }

  .expert-functie {
    color: #fff;
    text-align: center;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-61 {
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 25px;
    line-height: 35px;
    display: none;
  }

  .expert-section {
    display: none;
  }

  .text-experts {
    margin-bottom: 20px;
    font-family: Sofia Pro ExtraLight, sans-serif;
    display: none;
  }

  .container-77 {
    display: none;
  }

  .expert-ervaring {
    color: #000;
    text-align: center;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 15px;
  }

  .expert-section-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .title-experts {
    color: #000;
    text-align: center;
    margin-top: 0;
    font-family: Sofia Pro Semi Bold, sans-serif;
    font-size: 30px;
    line-height: 38px;
  }

  .text-span-3 {
    font-family: Sofia Pro Semi Bold, sans-serif;
  }

  .hoe-het-werkt-desktop {
    display: none;
  }

  .text-hoe-het-werkt {
    max-width: 95%;
    font-family: Sofia Pro ExtraLight, sans-serif;
  }

  .slider-hoe-het-werkt {
    background-color: #ddd0;
  }

  .section-hoe-het-werkt {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .header-msm {
    display: none;
  }

  .trustpilot-container {
    margin-right: 0;
    display: none;
  }

  .bedrijf-trustpilot {
    margin-top: 0;
  }

  .cijfer-trustpilot {
    margin-left: -40px;
    padding-top: 22px;
  }

  .image-65 {
    padding-top: 15px;
  }

  .trustpilot-container-mobile {
    padding-bottom: 20px;
    display: block;
  }

  .trustpilot-container-scherm {
    display: none;
  }

  .trustpilot-container-mid {
    max-width: 95%;
    padding-bottom: 10px;
  }

  .cijfer-trustpilot-mid {
    margin-left: 0;
  }

  .body-text-lst2 {
    margin-top: 0;
    font-family: Sofia Pro ExtraLight, sans-serif;
  }

  .lst-container {
    max-width: 93%;
  }

  .lst-navbar {
    align-items: center;
  }

  .image-66 {
    object-fit: contain;
    width: 140px;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .button-11 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-11.lst1 {
    border: 2px solid #fd546a;
    padding: 7px 10px;
    font-size: 13px;
  }

  .button-11.lst1:hover {
    color: #fd546a;
    background-color: #fff;
  }

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

  .h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
  }

  .h1.centered {
    margin-bottom: 20px;
    font-family: Sofia Pro Bold, sans-serif;
  }

  .h1.centered.mobile {
    text-align: center;
    font-family: Sofia Pro Bold, sans-serif;
    font-size: 26px;
  }

  .h1.lst1 {
    font-family: Sofia Pro Bold, sans-serif;
    font-size: 22px;
    line-height: 24px;
  }

  .h1.centered {
    color: #000;
    font-family: Sofia Pro Semi Bold, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

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

  .h1.social {
    font-size: 30px;
  }

  .h1.centered {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.left {
    width: 100px;
  }

  .paragraph-2 {
    text-align: left;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Sofia Pro Light, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-2.leestijd {
    margin-top: 0;
    margin-bottom: 40px;
    font-family: Sofia Pro Bold, sans-serif;
    font-size: 16px;
  }

  .paragraph-2.left {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-2.left.right {
    width: 100%;
  }

  .paragraph-2.small-review {
    font-size: 15px;
  }

  .paragraph-2.no-height {
    margin-top: 14px;
    line-height: 16px;
  }

  .paragraph-2.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  ._50-wrap {
    flex-direction: column;
  }

  .reason {
    grid-column-gap: 20px;
    margin-bottom: 10px;
  }

  .lst1-5-reasons-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-35 {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .html-embed-3 {
    width: 100%;
  }

  .lst1-review-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .trustpilot-container-70 {
    display: none;
  }

  .small-review-grid {
    grid-column-gap: 0px;
    grid-template-columns: .5fr 1fr;
    width: 100%;
    margin-bottom: 20px;
  }

  .small-review-grid.lst1, .small-review-grid.lst1.upper {
    margin-bottom: 0;
  }

  .cijfer-trustpilot-mid-2 {
    margin-left: -25px;
  }

  .material-icons {
    margin-top: 6px;
    font-size: 18px;
    line-height: 20px;
  }

  .material-icons.left.centred {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .list-item-2 {
    align-items: stretch;
    margin-bottom: 0;
  }

  .trustpilot-container-mobile-2 {
    max-width: 92%;
    margin-top: 25px;
    display: none;
  }

  .lst1-social-proof-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .review-stars {
    margin-bottom: 15px;
  }

  .review-stars.small-review {
    align-items: stretch;
  }

  .cta-heading-side {
    margin-left: auto;
    margin-right: auto;
  }

  .image-22 {
    border-radius: 20px;
  }

  .text-span-27 {
    font-size: 15px;
  }

  .list-3 {
    list-style-type: none;
    display: block;
  }

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

  .button-12 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-12.lst1 {
    padding: 7px 10px;
    font-size: 13px;
  }

  .button-12.lst1.sticky {
    text-align: center;
    border: 2px solid #fd546a;
    flex: 1;
    padding: 10px 20px;
    font-size: 13px;
  }

  .button-12.lst1.sticky:hover {
    color: #fd546a;
    background-color: #fff;
    border: 2px solid #fd546a;
    font-family: Sofia Pro Bold, sans-serif;
  }

  .sticky-atc-wrap {
    align-items: center;
  }

  .us-vs-them-blocks {
    border-radius: 10px;
    flex-direction: row;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .us-vs-them-blocks.white {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .component-experts {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-44 {
    max-width: 100%;
  }

  .right-arrow-2, .icon-2, .left-arrow-2, .icon-3, .columns-36 {
    display: none;
  }

  .slider-expert-mobile {
    background-color: #0000;
    height: 425px;
    display: block;
  }

  .slide-nav-3 {
    font-size: 10px;
  }

  .swiper-buttons {
    top: -4rem;
    left: 0%;
    right: auto;
  }

  .swiper-scrollbar-drag {
    background-color: #00ab96;
  }

  .swiper-scrollbar {
    color: #00ab96;
  }

  .margin-custom {
    height: 2.75rem;
    display: block;
  }

  .page-padding-2 {
    padding-left: 1.5rem;
  }

  .swiper-box-2 {
    width: 20rem;
    height: 30rem;
    box-shadow: none;
    border-radius: 0;
    padding-left: 2rem;
    padding-right: 1.5rem;
  }

  .expert-image-slide {
    border-radius: 20px;
  }

  .slide-reviews-vrouwen {
    background-color: #0000;
    height: 475px;
  }

  .social-proof-mobile {
    max-width: 90%;
    display: block;
  }

  .slide-reviews-mannen {
    background-color: #0000;
    height: 450px;
  }

  .material-icon-2.us-vs-them, .material-icon-2.us-vs-them.check {
    font-family: Material Icons, sans-serif;
    font-size: 25px;
  }

  .material-icon-2.us-vs-them {
    font-size: 20px;
  }

  .material-icon-2.us-vs-them.check {
    font-size: 25px;
  }

  .us-vs-them-mobile {
    max-width: 95%;
    display: block;
  }

  .text-experts-mobiel {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 16px;
    line-height: 26px;
    display: block;
  }

  .expert-title {
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Sofia Pro Semi Bold, sans-serif;
    font-size: 30px;
    line-height: 38px;
    display: block;
  }

  .announcement-bar-2 {
    line-height: 26px;
  }

  .announcement-bar-2.lp3.mobile {
    padding: 5px;
  }

  .announcement-bar-text {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
  }

  .announcement-bar-text.lp3.mobile {
    font-size: 14px;
    line-height: 18px;
  }

  .text-span-51 {
    font-size: 15px;
  }

  .text-span-52 {
    font-family: Sofia Pro Light, sans-serif;
    font-size: 15px;
  }

  .bold-text-58 {
    font-family: Sofia Pro Bold, sans-serif;
  }

  .main-container {
    max-width: 90%;
    margin-bottom: 70px;
  }

  .main-container.hero {
    max-width: 95%;
    padding-top: 0;
  }

  .main-container.waarom-viteezy {
    max-width: 95%;
  }

  .image-9 {
    object-fit: contain;
    width: 140px;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .button-trustpilot {
    width: auto;
    margin-top: 10px;
  }

  .trustpilot-img {
    width: 300px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .div-block-5 {
    width: 150px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .material-icons-2 {
    font-family: Material Icons, sans-serif;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-3 {
    border-radius: 20px;
    width: 90%;
    max-width: none;
    height: 250px;
  }

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

  .paragraph {
    text-align: left;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph.small-review {
    font-size: 15px;
  }

  .hero {
    padding-top: 10px;
    padding-bottom: 20px;
    text-decoration: none;
  }

  .div-block-12 {
    justify-content: center;
    width: 95%;
    margin-top: 0;
    display: flex;
  }

  .button-13 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-13.lp3---ny {
    padding: 10px 20px;
    font-size: 14px;
  }

  .pr-mentions-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-pr {
    max-width: 95%;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-self: center;
    place-items: center;
    margin-top: 20px;
  }

  .sub-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
  }

  .sub-heading.viteezy {
    color: #04ab96;
  }

  .sub-heading.left {
    font-size: 18px;
  }

  .h3 {
    font-size: 22px;
    line-height: 35px;
  }

  .section-header.wat-ze-zeggen {
    margin-top: 40px;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-3 {
    text-align: left;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-3.left {
    font-size: 16px;
    line-height: 24px;
  }

  .button-14 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-14.lp3---ny {
    padding: 10px 20px;
    font-size: 14px;
  }

  .hoe-het-werkt {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-27 {
    display: block;
  }

  .grid-6 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    display: none;
    overflow: hidden;
  }

  .us-vs-them-wrapper {
    max-width: none;
  }

  .grid-6-mobiel {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
  }

  .us-vs-them-blocks-2 {
    border-radius: 10px;
    flex-direction: row;
    width: 50px;
  }

  .paragraph-4 {
    text-align: left;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-4.dietiste {
    margin-bottom: 20px;
  }

  .paragraph-4.centered {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-4.left {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-4.end-cta {
    margin-bottom: 20px;
  }

  .paragraph-4.popup {
    font-size: 16px;
  }

  .button-15 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-15.lp3---ny {
    padding: 10px 20px;
    font-size: 14px;
  }

  .image {
    padding: 10px;
    display: none;
  }

  .di-tiste {
    background-color: #f6f3ee;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-16 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-16.lp3---ny {
    padding: 10px 20px;
    font-size: 14px;
  }

  .small-divider {
    display: none;
  }

  .small-divider.end-cta {
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }

  .div-block-13 {
    flex-flow: column wrap-reverse;
    align-content: flex-end;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-dietist {
    width: 80%;
    max-width: none;
    padding: 10px;
    display: block;
  }

  .div-block-30 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .trustpilot-div {
    width: 250px;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-proof {
    padding-bottom: 40px;
  }

  .cards-image {
    padding: 20px;
  }

  .heading-3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .button-17 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-17.lp3---ny {
    padding: 10px 20px;
    font-size: 14px;
  }

  .div-block-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-18 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-18.lp3---ny {
    padding: 10px 20px;
    font-size: 14px;
  }

  .div-block-11 {
    width: auto;
  }

  .cta-end {
    background-position: 110% 100%;
    background-size: 200px;
  }

  .button-19 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-19.lp3---ny {
    padding: 10px 20px;
    font-size: 14px;
  }

  .hide-me-overlay {
    display: none;
  }

  .image-17 {
    max-width: 100%;
  }

  .upgrade-container {
    width: 100%;
    margin-bottom: 70px;
    padding: 20px 5%;
  }

  .div-block-24 {
    margin-top: -15px;
    margin-right: -10px;
    right: 6%;
  }

  .paragraph-light {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-light.cross {
    font-size: 25px;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .icon-6 {
    color: #00ab96;
    background-color: #0000;
  }

  .container-7 {
    background-color: #fff;
    justify-content: flex-start;
    display: flex;
  }

  .bold-text-59 {
    padding-top: 4px;
    padding-bottom: 0;
  }

  .image-47 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-3 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .image-48 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-desktop {
    display: none;
  }

  .guarana {
    display: block;
  }

  .column-49 {
    margin-left: auto;
    margin-right: auto;
  }

  .info-titel {
    text-align: center;
  }

  .div-block-7 {
    width: 350px;
    height: 300px;
  }

  .map-pin-tooltip {
    padding-left: 5px;
    padding-right: 5px;
    left: -50px;
    right: -50px;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .paragraph-20 {
    text-align: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .map-pin {
    width: 20px;
    height: 35px;
    top: 211px;
    left: 33px;
  }

  .map-pin.citroen-melisse1 {
    width: 25px;
    height: 30px;
    top: 113px;
    left: 184px;
  }

  .map-pin.vac1 {
    width: 25px;
    height: 30px;
    top: 107px;
    left: 151px;
  }

  .map-pin.dong-quai1 {
    width: 25px;
    height: 30px;
    top: 109px;
    left: 256px;
  }

  .map-pin.bioperine1 {
    width: 25px;
    height: 30px;
    top: 116px;
    left: 237px;
  }

  .map-pin._5-htp1 {
    width: 25px;
    height: 30px;
    top: 137px;
    left: 153px;
  }

  .map-pin.visolie1 {
    width: 25px;
    height: 30px;
    top: 155px;
    left: 84px;
  }

  .map-pin.kamille1 {
    width: 25px;
    height: 30px;
    top: 111px;
    left: 175px;
  }

  .map-pin.ashwaganda1 {
    width: 25px;
    height: 30px;
    top: 130px;
    left: 230px;
  }

  .map-pin.valeriaan5 {
    width: 25px;
    height: 30px;
    top: 79px;
    left: 171px;
  }

  .map-pin.guarana1 {
    width: 25px;
    height: 30px;
    top: 163px;
    left: 110px;
  }

  .country-2 {
    padding-right: 18px;
    font-size: 12px;
  }

  .div-block-49.map-wrapper-3 {
    text-align: center;
    justify-content: center;
    width: 350px;
    min-width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .standard {
    width: 100%;
  }

  .image-64 {
    max-width: 25%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .worldmap-section-1 {
    margin-bottom: 100px;
  }

  .div-block-4 {
    width: 350px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .map-wrapper-3 {
    min-width: 320px;
    max-width: 479px;
  }

  .column-51 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .column-52 {
    margin-left: auto;
    margin-right: auto;
  }

  .info-titel-2 {
    text-align: center;
  }

  .div-block-53 {
    width: 97%;
    height: 300px;
  }

  .paragraph-24 {
    text-align: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .visolie2-2 {
    display: none;
  }

  .column-53 {
    margin-top: 50px;
  }

  .heading-93 {
    line-height: 42px;
  }

  .div-block-54.map-wrapper-3 {
    text-align: center;
    justify-content: center;
    width: 350px;
    min-width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-69 {
    max-width: 25%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .paragraph-25 {
    line-height: 26px;
  }

  .div-block-56 {
    width: 98%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .guarana-2 {
    display: none;
  }

  .column-54 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .expert-section-3 {
    padding-top: 30px;
  }

  .sharon {
    background-color: #fff;
    padding-top: 0;
  }

  .accordion-item-content-remko-mobiel {
    background-image: url('../images/textbox-rmid.png');
    background-size: 100%;
    width: 100%;
    height: 430px;
    margin-top: 10px;
  }

  .column-55 {
    height: 130px;
  }

  .accordion-item-content-sharon-mobiel {
    background-image: url('../images/textbox-rmid.png');
    background-position: 50%;
    background-size: 390px;
    width: 100%;
    height: 430px;
    margin-top: 10px;
  }

  .expert-desktop {
    display: none;
  }

  .expert-mobiel {
    width: 95%;
    display: block;
  }

  .remko {
    background-color: #fff;
    margin-top: 30px;
  }

  .text-1010-copy-2 {
    text-align: center;
    width: 95%;
    padding-top: 35px;
    line-height: 26px;
  }

  .div-block-59 {
    width: 250px;
  }

  .text-1010-2 {
    text-align: center;
    width: 95%;
    padding-top: 20px;
    line-height: 26px;
  }

  .login {
    font-size: 13px;
  }

  .column-8 {
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 0;
    display: flex;
  }

  .text-block-50 {
    font-size: 14px;
  }

  .footer-3-items-begin-2 {
    margin-bottom: 10px;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 14px;
  }

  .footer-kopje-2 {
    font-size: 12px;
  }

  .footer-items-dropdown-3 {
    max-width: 80%;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 13px;
    position: relative;
  }

  .footer-items-dropdown-end {
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 13px;
  }

  .text-block-51 {
    font-size: 14px;
  }

  .footer-desktop {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .footer-3-items-3 {
    margin: 10px auto 10px -10px;
    font-family: Sofia Pro ExtraLight, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
  }

  .footer-3-items-3.laag {
    margin-top: -9px;
  }

  .footer-items {
    max-width: 50%;
    font-size: 11px;
  }

  .tel-nummer-3 {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
  }

  .columns-4 {
    margin-top: -11px;
  }

  .columns-5 {
    margin-left: 0;
  }

  .footer-items-end {
    font-size: 11px;
  }

  .footer-mobiel {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-11 {
    padding-top: 15px;
  }

  .footer-kopjes-3 {
    color: #000;
    max-width: 100%;
    font-size: 14px;
  }

  .footer-3-items-2 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
    font-size: 14px;
    line-height: 22px;
    display: block;
  }

  .columns-6 {
    max-width: 35%;
    margin-top: -15px;
    padding-bottom: 8px;
  }

  .columns-3 {
    margin-left: 0;
  }

  .dropdown {
    max-width: 100%;
  }

  .column-13 {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
  }

  .footer-def {
    display: block;
  }

  .heading-14 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 15px;
  }

  .column-10 {
    padding-right: 0;
  }

  .link-9 {
    font-size: 13px;
    line-height: 15px;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .heading-9 {
    margin-bottom: 5px;
    font-family: Sofia Pro Semi Bold, sans-serif;
    font-size: 14px;
  }

  .link-14 {
    font-size: 13px;
    line-height: 15px;
  }

  .copright-footer {
    max-width: 100%;
  }

  .link-15 {
    font-size: 13px;
    line-height: 15px;
  }

  .heading-15 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 15px;
  }

  .bold-text-8 {
    font-size: 13px;
  }

  .column-9 {
    padding-left: 0;
  }

  .container-84 {
    background-color: #fff;
    justify-content: flex-start;
    display: flex;
  }

  .navbar-mobile {
    display: block;
    box-shadow: 0 3px 11px #0003;
  }

  .nav-menu-5 {
    background-color: #fff;
    border-bottom: 3px solid #00ab96;
  }

  .image-61 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .navigatie-mobile-2 {
    border-bottom: 1px solid #00ab9654;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Sofia Pro UltraLight, sans-serif;
  }

  .icon-9 {
    color: #00ab96;
    background-color: #0000;
  }

  .navigatie-mobile-end {
    padding-bottom: 10px;
    font-family: Sofia Pro UltraLight, sans-serif;
  }

  .bold-text-60 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-4 {
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Sofia Pro Semi Bold, sans-serif;
  }

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

  .heading-96 {
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph-28, .paragraph-28.onder {
    margin-bottom: 20px;
  }

  .heading-97-mobiel {
    margin-top: 10px;
    font-size: 20px;
    display: block;
  }

  .column-56 {
    height: 450px;
  }

  .column-57 {
    height: 200px;
  }

  .heading-97-desktop {
    font-size: 20px;
    display: none;
  }

  .cta-wrap {
    width: 300px;
  }

  .sub-heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
  }

  .sub-heading-2.left {
    font-size: 18px;
  }

  .material-icons-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-29 {
    text-align: left;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-29.small-review {
    font-size: 15px;
  }

  .paragraph-29.left {
    font-size: 16px;
    line-height: 24px;
  }

  .button-22 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-22.lp5 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .div-block-62.faq {
    display: block;
  }

  .usp-s-prijs {
    color: #000;
    font-family: Sofia Pro Light, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }

  .namen {
    font-size: 16px;
    line-height: 20px;
  }

  .us-vs-them-blocks-copy {
    border-radius: 10px;
    flex-direction: row;
    width: 75px;
    margin-left: auto;
    margin-right: auto;
  }

  .us-vs-them-blocks-copy.white {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-foto-prijs {
    background-image: url('../images/krukje---doosjes---vierkant.jpg');
    background-position: 50% 55%;
    height: 200px;
  }

  .div-block-61-copy {
    padding-top: 30px;
  }

  .grid-8 {
    grid-row-gap: 16px;
    grid-template: "Area Area-5 Area-9" 50px
                   "Area-2 Area-6 Area-10" 50px
                   "Area-3 Area-7 Area-11" 50px
                   "Area-4 Area-8 Area-12" 50px
                   "Area-15 Area-13 Area-14" 50px
                   / 1fr .5fr .5fr;
  }

  .column-56-copy {
    height: 350px;
  }

  .button-red-midden-copy {
    max-width: 95%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .column-56-copy-copy {
    height: 640px;
  }

  .sticky-atc-wrap-2 {
    align-items: center;
  }

  .paragraph-30 {
    text-align: left;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-30._16 {
    text-align: center;
    flex: 0 auto;
    font-size: 16px;
  }

  .button-23 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-23.lst1 {
    padding: 7px 10px;
    font-size: 13px;
  }

  .button-23.lst1.sticky {
    text-align: center;
    flex: 1;
    padding: 10px 20px;
    font-size: 13px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    width: 50px;
    height: 90px;
    margin-bottom: 10px;
  }

  .clock-number {
    font-size: 30px;
  }

  .clock-label {
    margin-top: 0;
  }

  .heading-97 {
    color: #000;
  }

  .image-42-copy {
    border-radius: 5px;
    margin-top: 0;
    display: block;
  }

  .container-66-mobiel {
    max-width: 95%;
    display: block;
  }

  .column-58 {
    margin-top: 20px;
  }

  .desktop-carlijn {
    display: none;
  }

  .mobiel-carlijn {
    margin-top: 20px;
  }

  .js-clock-copy {
    flex-wrap: wrap;
    display: none;
  }

  .heading-97-copy {
    color: #000;
    display: none;
  }

  .text-span-57 {
    font-family: Sofia Pro Bold, sans-serif;
  }

  .image-70 {
    width: 100%;
    margin-top: 25px;
    margin-right: -97px;
  }

  .button-25 {
    width: 180px;
    display: none;
  }

  .section-9, .columns-42 {
    display: none;
  }

  .heading-98.black {
    text-align: center;
    font-size: 30px;
  }

  .section-10, .section-10.creme {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-26 {
    text-align: center;
    width: 95%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-26.mid {
    width: 100%;
  }

  .heading-100 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-100.left {
    text-align: left;
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .columns-45 {
    display: none;
  }

  .paragraph-34 {
    width: 95%;
    margin-top: 0;
    font-size: 16px;
  }

  .section-11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-74 {
    width: 80px;
  }

  .section-13.green {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-35 {
    text-align: left;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-35.left {
    font-size: 16px;
    line-height: 24px;
  }

  .button-27 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
  }

  .button-27.lp3---ny {
    padding: 10px 20px;
    font-size: 14px;
  }

  .sub-heading-3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
  }

  .sub-heading-3.left {
    font-size: 18px;
  }

  .container-90 {
    width: 100%;
  }

  .container-91 {
    width: 190px;
    margin-left: 0;
    margin-right: auto;
  }

  .heading-102 {
    font-size: 30px;
    line-height: 38px;
  }

  .heading-60 {
    color: #000;
    max-width: 90%;
    margin-top: 10px;
    font-family: Sofia Pro Semi Bold, sans-serif;
    font-size: 22px;
    line-height: 28px;
  }

  .slide-nav-4 {
    max-width: 200px;
    font-size: 8px;
  }

  .image-75 {
    border-radius: 20px;
    max-width: 65%;
  }

  .container-19 {
    background-color: var(--white);
    padding-top: 0;
    display: block;
  }

  .text-block-58 {
    color: #000;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Sofia Pro Light, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }

  .slider-bereikt {
    background-color: #0000;
    height: 530px;
  }

  .heading-103 {
    color: #000;
    max-width: 90%;
    margin-top: 10px;
    font-family: Sofia Pro Semi Bold, sans-serif;
    font-size: 22px;
    line-height: 28px;
  }

  .image-76 {
    border-radius: 20px;
    max-width: 65%;
  }

  .container-93 {
    display: block;
  }

  .text-block-59 {
    color: #000;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Sofia Pro Light, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }

  .container-94 {
    background-color: var(--creme);
    width: 95%;
    padding-top: 20px;
  }

  .slide {
    border-radius: 20px;
  }

  .columns-47 {
    display: block;
  }

  .container-95 {
    width: 95%;
    display: block;
  }

  .container-96, .container-97 {
    width: 95%;
  }

  .div-block-65 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-14 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-61 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .button-28 {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 15px;
  }

  .button-28.centre.inside-out {
    margin-top: 10px;
  }

  .columns-48 {
    width: 95%;
    display: none;
  }

  .image-77 {
    width: 140%;
  }

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

  .paragraph-36 {
    width: 95%;
    margin-top: 30px;
  }

  .background-video-4 {
    width: 280px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-98, .container-99, .container-100 {
    width: 95%;
  }

  .image-78 {
    width: 50%;
  }

  .columns-49 {
    display: none;
  }

  .section-16 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .columns-50 {
    width: 95%;
  }

  .image-80 {
    width: 290px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-106 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .container-101 {
    width: 95%;
  }

  .container-102 {
    width: 100%;
  }

  .column-60 {
    display: none;
  }

  .image-82 {
    width: 95%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-51 {
    margin-top: 10px;
    display: block;
  }

  .image-83 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .container-107 {
    width: 360px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-67, .text-span-68 {
    color: #00ab96;
    font-family: Sofia Pro Semi Bold, sans-serif;
  }

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

  .paragraph-38 {
    font-size: 16px;
  }

  .text-block-63 {
    padding-bottom: 10px;
  }

  .image-84 {
    display: block;
  }

  .column-61 {
    display: none;
  }

  .heading-108 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .image-86 {
    margin-left: 0;
  }

  .heading-109 {
    font-size: 26px;
  }

  .paragraph-39 {
    font-size: 16px;
  }

  .image-87 {
    margin-left: 0;
    display: block;
  }

  .heading-110 {
    font-size: 26px;
  }

  .text-block-64 {
    text-align: center;
    font-size: 16px;
  }

  .column-64 {
    margin-top: 0;
    display: none;
  }

  .bold-text-61 {
    font-size: 16px;
  }

  .columns-53 {
    display: inline-flex;
  }
}

#w-node-_1a7b32b2-a87b-6c91-5a26-12b97166c0a7-7bfdf8fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1a7b32b2-a87b-6c91-5a26-12b97166c0a9-7bfdf8fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a7b32b2-a87b-6c91-5a26-12b97166c0b1-7bfdf8fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1a7b32b2-a87b-6c91-5a26-12b97166c0b3-7bfdf8fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ab2b303-a390-512b-da3a-888c72e1b21a-efece77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8ab2b303-a390-512b-da3a-888c72e1b21c-efece77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ab2b303-a390-512b-da3a-888c72e1b224-efece77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8ab2b303-a390-512b-da3a-888c72e1b226-efece77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e04e-84e4e049 {
  grid-area: Area;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e050-84e4e049 {
  grid-area: Area-20;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e052-84e4e049 {
  grid-area: Area-16;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e055-84e4e049 {
  grid-area: Area-17;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e058-84e4e049 {
  grid-area: Area-23;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e05b-84e4e049 {
  grid-area: Area-24;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e05e-84e4e049 {
  grid-area: Area-22;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e061-84e4e049 {
  grid-area: Area-5;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e063-84e4e049 {
  grid-area: Area-10;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e066-84e4e049 {
  grid-area: Area-11;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e069-84e4e049 {
  grid-area: Area-7;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e06b-84e4e049 {
  grid-area: Area-8;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e06e-84e4e049 {
  grid-area: Area-9;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e071-84e4e049 {
  grid-area: Area-21;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e074-84e4e049 {
  grid-area: Area-18;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e077-84e4e049 {
  grid-area: Area-6;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e079-84e4e049 {
  grid-area: Area-19;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e07c-84e4e049 {
  grid-area: Area-4;
}

#w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e07e-84e4e049 {
  grid-area: Area-3;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adf5-1845717b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adf7-1845717b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adfe-1845717b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371ae00-1845717b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2339643f-13de-8571-8d1f-7c3416ad34ae-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2339643f-13de-8571-8d1f-7c3416ad34b0-df4d4522, #w-node-ed18a82b-f97d-a45c-4604-8777efe2e5b7-df4d4522, #w-node-ed18a82b-f97d-a45c-4604-8777efe2e5ba-df4d4522, #w-node-ed18a82b-f97d-a45c-4604-8777efe2e5bc-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed18a82b-f97d-a45c-4604-8777efe2e5be-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ed18a82b-f97d-a45c-4604-8777efe2e5c0-df4d4522, #w-node-ed18a82b-f97d-a45c-4604-8777efe2e5c2-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b38be528-9cc7-9355-8655-1b9a4020217b-df4d4522 {
  justify-self: center;
}

#w-node-b38be528-9cc7-9355-8655-1b9a40202185-df4d4522 {
  place-self: auto;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de22-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de23-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de26-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de29-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de2c-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de2f-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de32-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de35-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de38-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de3b-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de3e-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de41-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de44-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de47-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de4a-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de4d-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de50-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de53-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de56-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de59-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de5d-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de5e-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de61-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de64-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de67-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de6a-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de6d-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de70-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de73-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de76-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de79-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de7c-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de7f-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82dc01ca-7e23-5db8-e631-b503cf46de82-df4d4522, #w-node-_82dc01ca-7e23-5db8-e631-b503cf46de85-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_99104c0b-6f8f-0fc6-a1cf-34ffb8b1cd5c-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_862207cf-6f04-d82a-60a1-f713bb75cfe8-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4ea62c9c-edbf-c524-fbe4-7d496f89340a-df4d4522, #w-node-_4ea62c9c-edbf-c524-fbe4-7d496f893410-df4d4522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_27545851-f9de-1aa3-1e92-9d3ba1af23a5-a7d81f63 {
  grid-area: Area-10;
}

#w-node-_37bca557-5bc0-d5cb-c53e-c65f577dde6d-a7d81f63 {
  grid-area: Area-19;
}

#w-node-_4df00d3c-43e5-13f9-c45e-b1a1cf4e9c2b-a7d81f63 {
  grid-area: Area-5;
}

#w-node-d0f10279-a9fb-59d1-b847-b7230379bb58-a7d81f63 {
  grid-area: Area-14;
}

#w-node-_36a9415a-cdb4-1598-22b2-c816329bd76f-a7d81f63 {
  grid-area: Area-15;
}

#w-node-f438d36a-7d48-8c82-7285-f8a5d93de007-a7d81f63 {
  grid-area: Area-4;
}

#w-node-c6015dae-670b-8631-9ec6-cdea4d061278-a7d81f63 {
  grid-area: Area-9;
}

#w-node-c70381fa-d80f-00a7-6dfc-bc3855b6fb42-a7d81f63 {
  grid-area: Area-3;
}

#w-node-_92650a3e-b669-0604-6f2c-9da0cc7e72d2-a7d81f63 {
  grid-area: Area-13;
}

#w-node-d9422ca3-bd92-fc96-3263-5a304fa80a1c-a7d81f63 {
  grid-area: Area-8;
}

#w-node-_87a46933-c036-dfb6-1b28-363ee72e93fe-a7d81f63 {
  grid-area: Area-12;
}

#w-node-bbd73505-ca7a-bcd6-f984-77b05b5de8a1-a7d81f63 {
  grid-area: Area-17;
}

#w-node-c5db9ad3-8059-a6e4-a26b-2a299bb3fbdf-a7d81f63 {
  grid-area: Area-7;
}

#w-node-_148e82e8-9e25-6210-d04e-fffee6292f33-a7d81f63 {
  grid-area: Area-16;
}

#w-node-_6bb39499-6c0c-56c5-1002-a8611ff1fb3d-a7d81f63 {
  grid-area: Area-2;
}

#w-node-_5fae9945-fd33-4f22-4e15-d5a5f0e1821e-a7d81f63 {
  grid-area: Area-18;
}

#w-node-_9578cbc1-eda6-cd4c-9772-4a4d97930b80-a7d81f63 {
  grid-area: Area-11;
}

#w-node-eb631ecf-0ee0-f970-e460-a0d8f5e7c8e0-a7d81f63 {
  grid-area: Area-6;
}

#w-node-f948d943-9ee6-b67b-cc6c-2c1a6b252ab3-a7d81f63 {
  grid-area: Area-20;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32461-a7d81f63 {
  grid-area: Area-10;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32464-a7d81f63 {
  grid-area: Area-19;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32466-a7d81f63 {
  grid-area: Area-5;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32468-a7d81f63 {
  grid-area: Area-14;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf3246b-a7d81f63 {
  grid-area: Area-15;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf3246e-a7d81f63 {
  grid-area: Area-4;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32470-a7d81f63 {
  grid-area: Area-9;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32473-a7d81f63 {
  grid-area: Area-3;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32475-a7d81f63 {
  grid-area: Area-13;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32478-a7d81f63 {
  grid-area: Area-8;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf3247b-a7d81f63 {
  grid-area: Area-12;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf3247e-a7d81f63 {
  grid-area: Area-17;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32481-a7d81f63 {
  grid-area: Area-7;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32484-a7d81f63 {
  grid-area: Area-16;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32487-a7d81f63 {
  grid-area: Area-2;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32489-a7d81f63 {
  grid-area: Area-18;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf3248b-a7d81f63 {
  grid-area: Area-11;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf3248e-a7d81f63 {
  grid-area: Area-6;
}

#w-node-_91f9e0fc-ef6f-24bd-1f94-5d3c0bf32491-a7d81f63 {
  grid-area: Area-20;
}

#w-node-_8e9729ff-ee72-c37a-880c-1885dfbb1cba-17dc5fca, #w-node-d25d5086-dbe2-611f-b0d8-370bd505aa4c-aa3bd3c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adf5-c4553bbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adf7-c4553bbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adfe-c4553bbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371ae00-c4553bbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adf5-284b6c14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adf7-284b6c14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adfe-284b6c14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371ae00-284b6c14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adf5-dfa33cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adf7-dfa33cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371adfe-dfa33cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_86b3fc14-584d-ba90-bbda-0702e371ae00-dfa33cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ed18a82b-f97d-a45c-4604-8777efe2e5ba-df4d4522 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed18a82b-f97d-a45c-4604-8777efe2e5b7-df4d4522 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b38be528-9cc7-9355-8655-1b9a40202180-df4d4522 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b38be528-9cc7-9355-8655-1b9a4020218a-df4d4522 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_99104c0b-6f8f-0fc6-a1cf-34ffb8b1cd57-df4d4522, #w-node-_99104c0b-6f8f-0fc6-a1cf-34ffb8b1cd59-df4d4522, #w-node-_99104c0b-6f8f-0fc6-a1cf-34ffb8b1cd62-df4d4522 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99104c0b-6f8f-0fc6-a1cf-34ffb8b1cd64-df4d4522 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_4ea62c9c-edbf-c524-fbe4-7d496f893410-df4d4522 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e086-84e4e049 {
    grid-area: Area-5;
    align-self: center;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e088-84e4e049 {
    grid-area: Area-4;
    align-self: center;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e08a-84e4e049 {
    grid-area: Area-11;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e08d-84e4e049 {
    grid-area: Area-10;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e090-84e4e049 {
    grid-area: Area-9;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e093-84e4e049 {
    grid-area: Area-8;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e096-84e4e049 {
    grid-area: Area-3;
    align-self: center;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e098-84e4e049 {
    grid-area: Area-14;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e09a-84e4e049 {
    grid-area: Area-15;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e09c-84e4e049 {
    grid-area: Area-7;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e09f-84e4e049 {
    grid-area: Area-12;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e0a2-84e4e049 {
    grid-area: Area-2;
    align-self: center;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e0a4-84e4e049 {
    grid-area: Area-6;
  }

  #w-node-b4dd5f0b-6dfe-8c26-ae52-7cdd84e4e0a7-84e4e049 {
    grid-area: Area-13;
  }

  #w-node-ed18a82b-f97d-a45c-4604-8777efe2e5b7-df4d4522 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ed18a82b-f97d-a45c-4604-8777efe2e5c0-df4d4522, #w-node-ed18a82b-f97d-a45c-4604-8777efe2e5c2-df4d4522 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b38be528-9cc7-9355-8655-1b9a40202171-df4d4522, #w-node-b38be528-9cc7-9355-8655-1b9a4020217b-df4d4522, #w-node-b38be528-9cc7-9355-8655-1b9a40202185-df4d4522, #w-node-_99104c0b-6f8f-0fc6-a1cf-34ffb8b1cd46-df4d4522, #w-node-_99104c0b-6f8f-0fc6-a1cf-34ffb8b1cd51-df4d4522, #w-node-_99104c0b-6f8f-0fc6-a1cf-34ffb8b1cd5c-df4d4522 {
    grid-column: span 1 / span 1;
  }

  #w-node-_714cc3cf-d921-e2c4-8fe1-f9acdf5fc9c3-a7d81f63 {
    grid-area: Area-13;
  }

  #w-node-_3fc752a8-6da8-8ebe-630e-d102c228a035-a7d81f63 {
    grid-area: Area-15;
  }

  #w-node-f20d0c36-264e-2918-b175-b97ade1273d4-a7d81f63 {
    grid-area: Area-14;
  }

  #w-node-ae98c8da-b151-13b0-0a72-115970114806-a7d81f63 {
    grid-area: Area-4;
  }

  #w-node-_84e60750-43d2-ed0d-a9cc-24e8f99c055b-a7d81f63 {
    grid-area: Area-12;
  }

  #w-node-_470c77b0-c29b-fe65-92c0-2942d3417133-a7d81f63 {
    grid-area: Area-8;
  }

  #w-node-_0d093d82-d9f3-a6c1-c8bb-3e8a2efac43f-a7d81f63 {
    grid-area: Area-7;
  }

  #w-node-_8bf2e7bf-c997-d6d2-ea93-809c7f1f8028-a7d81f63 {
    grid-area: Area-10;
  }

  #w-node-e532196f-92f8-7eeb-44d2-e4f2e819a5ba-a7d81f63 {
    grid-area: Area-11;
  }

  #w-node-d1e11186-6a2d-0883-2657-81c970dec9d5-a7d81f63 {
    grid-area: Area-3;
  }

  #w-node-_18d5ee47-8892-ba36-1543-03ea00832148-a7d81f63 {
    grid-area: Area-9;
  }

  #w-node-e43773e8-d88e-39ae-5d9e-5a2675f9f125-a7d81f63 {
    grid-area: Area-5;
  }

  #w-node-_1a5602a2-f8f0-4eb6-755a-2d1c96e21ace-a7d81f63 {
    grid-area: Area-2;
  }

  #w-node-fc2dbdb7-fe73-d6d5-56d1-73a61aef1a94-a7d81f63 {
    grid-area: Area-6;
  }
}


@font-face {
  font-family: 'Sofia Pro Light';
  src: url('../fonts/Sofia-Pro-Light-Az.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro Semi Bold';
  src: url('../fonts/Sofia-Pro-Semi-Bold-Italic-Az.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro UltraLight';
  src: url('../fonts/Sofia-Pro-UltraLight-Az.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro Regular';
  src: url('../fonts/Sofia-Pro-Regular-Az.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro UltraLight Italic';
  src: url('../fonts/Sofia-Pro-UltraLight-Italic-Az.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro Semi Bold';
  src: url('../fonts/Sofia-Pro-Semi-Bold-Az.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro ExtraLigh Italic';
  src: url('../fonts/Sofia-Pro-ExtraLight-Italic-Az.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro Medium Italic';
  src: url('../fonts/Sofia-Pro-Medium-Italic-Az.otf') format('opentype'), url('../fonts/Sofia-Pro-Medium-Italic-Az.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro Regular Italic';
  src: url('../fonts/Sofia-Pro-Regular-Italic-Az.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro Black';
  src: url('../fonts/Sofia-Pro-Black-Az.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro Light Italic';
  src: url('../fonts/Sofia-Pro-Light-Italic-Az.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro ExtraLight';
  src: url('../fonts/Sofia-Pro-ExtraLight-Az.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro Medium';
  src: url('../fonts/Sofia-Pro-Medium-Az.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro Black Italic';
  src: url('../fonts/Sofia-Pro-Black-Italic-Az.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro Bold Italic';
  src: url('../fonts/Sofia-Pro-Bold-Italic-Az.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro Bold';
  src: url('../fonts/Sofia-Pro-Bold-Az.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}