@charset "UTF-8";
/*
Theme Name:   Fluidify child
Theme URI:    https://www.influid.nl/
Description:  Fluidify Child Theme
Author:       Influid
Author URI:   https://www.influid.nl/
Template:     fluidify
Version:      1.0.0
Tags:         custom child
Text Domain:  fluidify-child
*/
/* brand colors*/
/* font sizes */
/* p & m */
@font-face {
  font-family: "DentonCondensed";
  src: url("./assets/fonts/DentonCondensed-Black.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Rethink Sans";
  src: url("./assets/fonts/RethinkSans-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "HerokidBoldNarrow";
  src: url("./assets/fonts/HerokidBoldNarrow.otf") format("opentype");
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Rethink Sans", sans-serif;
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5 {
  font-family: "HerokidBoldNarrow", sans-serif;
  color: #002818;
  line-height: 130%;
}
body p {
  color: #323232;
  line-height: 145%;
}
body p:first-of-type {
  margin-top: 0;
}
body ul:not([class]) li:not([class]) {
  margin-bottom: 12px;
  font-size: 22px;
  color: #323232;
}
body ol:not([class]) {
  padding-left: 24px;
}
body ol:not([class]) li:not([class]) {
  margin-bottom: 12px;
  font-size: 22px;
  color: #323232;
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1360px;
  }
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
img.aligncenter {
  margin: 0 auto;
}

.img--invert-white {
  filter: brightness(0) invert(1);
}
.img--invert-black {
  filter: brightness(1) invert(1);
}

a:has(img) {
  display: inline-block;
  width: 100%;
}

em {
  font-style: normal;
  font-family: "DentonCondensed", sans-serif;
  font-size: 105%;
}

.container__sm {
  max-width: 1100px;
}

a:not([class]) {
  color: #FD6829;
}

ul.theme-list-check {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  list-style-type: none;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  ul.theme-list-check {
    gap: 6px;
    flex-direction: column;
    text-align: center;
  }
}

section ul {
  padding-left: 24px;
}

.theme-m {
  margin: 60px 0;
}
.theme-m__xs {
  margin: 12px 0;
}
.theme-m__sm {
  margin: 36px 0;
}
.theme-m__md {
  margin: 96px 0;
}
.theme-m__xl {
  margin: 144px 0;
}

.theme-p {
  padding: 60px 0;
}
.theme-pt {
  padding-top: 60px;
}
.theme-pt + .theme-p {
  padding-top: 0;
}
.theme-pb {
  padding-bottom: 60px;
}
.theme-p__xs {
  padding: 12px 0;
}
.theme-p__sm {
  padding: 36px 0;
}
.theme-p__md {
  padding: 96px 0;
}
.theme-p__xl {
  padding: 144px 0;
}
@media screen and (max-width: 1440px) {
  .theme-p__xl {
    padding: 120px 0;
  }
}
.theme-p__hero {
  padding: 144px 0px;
}
.theme-p__header {
  padding: 150px 0 60px 0;
}
.theme-p + .theme-p:not([class*=bg]) {
  padding-top: 0;
}
.theme-p:is([class*=no-bg]) + .theme-p:is([class*=no-bg]) {
  padding-top: 0px;
}
.theme-p:is([class*=bg]) + .theme-p:not([class*=bg]) {
  padding-top: 60px;
}
.theme-p.bg__leaf-green + .theme-p.bg__leaf-green {
  padding-top: 0;
}
.theme-p.bg__soft-green + .theme-p.bg__soft-green {
  padding-top: 0;
}
.theme-p.bg__mid-green + .theme-p.bg__mid-green {
  padding-top: 0;
}
.theme-p.bg__growth-green + .theme-p.bg__growth-green {
  padding-top: 0;
}
.theme-p.bg__effortless-purple + .theme-p.bg__effortless-purple {
  padding-top: 0;
}
.theme-p.bg__stone + .theme-p.bg__stone {
  padding-top: 0;
}
.theme-p.bg__attention-orange + .theme-p.bg__attention-orange {
  padding-top: 0;
}
.theme-p.bg__white + .theme-p.bg__white {
  padding-top: 0;
}

.rounded-md {
  border-radius: 36px;
}

.bg__leaf-green {
  background-color: #002818;
  color: #fff;
}
.bg__leaf-green p,
.bg__leaf-green h1,
.bg__leaf-green h2,
.bg__leaf-green h3,
.bg__leaf-green h4,
.bg__leaf-green h5 {
  color: #fff;
}
.bg__soft-green {
  background-color: #479D84;
}
.bg__mid-green {
  background-color: #00473C;
}
.bg__growth-green {
  background: linear-gradient(to right, #ECE7E3 -40%, #C4E5CD 30%, #C4E5CD 60%, #479D84 200%);
}
.bg__effortless-purple {
  background-color: #CCC9E5;
}
.bg__stone {
  background-color: #ECE7E3;
}
.bg__attention-orange {
  background-color: #FD6829;
}
.bg__light {
  background-color: #fff;
}
.bg__light h1,
.bg__light h2,
.bg__light h3,
.bg__light h4,
.bg__light h5,
.bg__light .giga {
  color: #002818;
}
.bg__light h1 p,
.bg__light h2 p,
.bg__light h3 p,
.bg__light h4 p,
.bg__light h5 p,
.bg__light .giga p {
  color: #323232;
}
.bg__light + .bg__light {
  padding-top: 0;
}
.bg__green-light {
  background: #C4E5CD;
}
.bg__green-light h1,
.bg__green-light h2,
.bg__green-light h3,
.bg__green-light h4,
.bg__green-light h5,
.bg__green-light .giga {
  color: #002818;
}
.bg__green-light h1 p,
.bg__green-light h2 p,
.bg__green-light h3 p,
.bg__green-light h4 p,
.bg__green-light h5 p,
.bg__green-light .giga p {
  color: #323232;
}
.bg__green-light + .bg__green-light {
  padding-top: 0;
}
.bg__green-dark {
  background: #002818;
}
.bg__green-dark h1,
.bg__green-dark h2,
.bg__green-dark h3,
.bg__green-dark h4,
.bg__green-dark h5,
.bg__green-dark .giga {
  color: #fff;
}
.bg__green-dark h1 p,
.bg__green-dark h2 p,
.bg__green-dark h3 p,
.bg__green-dark h4 p,
.bg__green-dark h5 p,
.bg__green-dark .giga p {
  color: #323232;
}
.bg__green-dark + .bg__green-dark {
  padding-top: 0;
}
.bg__gray-dark {
  background: #ECE7E3;
}
.bg__gray-dark h1,
.bg__gray-dark h2,
.bg__gray-dark h3,
.bg__gray-dark h4,
.bg__gray-dark h5,
.bg__gray-dark .giga {
  color: #002818;
}
.bg__gray-dark h1 p,
.bg__gray-dark h2 p,
.bg__gray-dark h3 p,
.bg__gray-dark h4 p,
.bg__gray-dark h5 p,
.bg__gray-dark .giga p {
  color: #323232;
}
.bg__gray-dark + .bg__gray-dark {
  padding-top: 0;
}
.bg__gray-light {
  background: #d9d9d9;
}
.bg__gray-light h1,
.bg__gray-light h2,
.bg__gray-light h3,
.bg__gray-light h4,
.bg__gray-light h5,
.bg__gray-light .giga {
  color: #002818;
}
.bg__gray-light h1 p,
.bg__gray-light h2 p,
.bg__gray-light h3 p,
.bg__gray-light h4 p,
.bg__gray-light h5 p,
.bg__gray-light .giga p {
  color: #323232;
}
.bg__gray-light + .bg__gray-light {
  padding-top: 0;
}

.purple {
  color: #3A3354;
  margin: 0px;
}

.purple-light {
  color: #CCC8E4;
}

.black {
  color: #000;
}

.green-light {
  color: #C4E5CD;
  margin: 0px;
}

.green-dark {
  color: #002818;
  margin: 0px;
}

.orange {
  color: #F9541D;
}

h1:not([class^=h]),
.h1 {
  font-size: clamp(40px, 8vw, 72px);
  margin: 12px 0;
  line-height: 130%;
}

h2:not([class^=h]),
.h2 {
  font-size: clamp(32px, 6vw, 60px);
  margin: 12px 0;
  line-height: 130%;
}

.single-post h2:not([class^=h]),
.single-post .h2 {
  font-size: clamp(24px, 5vw, 38px);
  margin: 12px 0;
  line-height: 130%;
}

h3:not([class^=h]),
.h3 {
  font-size: clamp(24px, 5vw, 38px);
  margin: 12px 0;
  line-height: 130%;
}

h4:not([class^=h]),
.h4 {
  font-size: clamp(18px, 4vw, 24px);
  margin: 12px 0;
  line-height: 130%;
}

h5:not([class^=h]),
.h5 {
  font-size: clamp(16px, 3.5vw, 20px);
  margin: 12px 0;
  line-height: 130%;
}

.giga {
  font-size: 80px;
  font-weight: 900;
  margin: 0px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .giga {
    font-size: 48px;
  }
}

.white {
  background-color: #fff;
}

.trustpilot {
  max-width: 200px;
}
.trustpilot img {
  height: 100px;
  object-fit: cover;
}

.check {
  width: 60px;
  height: 20px;
  background-color: black;
  position: relative;
}
.check::before {
  position: absolute;
  left: 0;
  background-color: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 10;
}

.center {
  text-align: center;
}

.bg__purple {
  background-color: #3A3354;
}

h3 {
  font-size: 20px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #202020;
}

th,
td {
  border: 1px solid #202020;
  padding: 8px;
  text-align: left;
}

.theme-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 18px;
  background-color: #f5f5f5;
  color: #666;
  padding: 8px 12px;
  text-align: center;
  height: 42px;
  z-index: 999;
}
.theme-message p,
.theme-message a {
  margin: 0;
  color: #666;
  font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .theme-message {
    height: auto;
  }
  .theme-message p,
  .theme-message a {
    font-size: 12px;
  }
}

.theme-header {
  position: fixed;
  width: 100%;
  top: 66px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .theme-header {
    top: 48px;
  }
}
.theme-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: left;
  background-color: #002818;
  border-radius: 10px;
  top: 24px;
  left: 7.5%;
  width: 100%;
  align-items: center;
  padding: 12px;
}
.theme-header .header-wrapper .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin: 0;
  color: white;
}
.theme-header .header-wrapper .logo svg,
.theme-header .header-wrapper .logo img {
  width: 150px;
  height: auto;
}
.theme-header .header-wrapper div[class*=menu-main] {
  color: white;
  align-items: center;
}
.theme-header .header-wrapper div[class*=menu-main] ul {
  display: flex;
  gap: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.theme-header .header-wrapper div[class*=menu-main] ul li {
  transition: 0.5s ease;
  position: relative;
  font-size: 16px;
}
.theme-header .header-wrapper div[class*=menu-main] ul li a {
  text-decoration: none;
  color: white;
}
.theme-header .header-wrapper div[class*=menu-main] ul li.current_page_item {
  font-weight: bold;
}
.theme-header .header-wrapper div[class*=menu-main] ul li.menu-item-has-children {
  position: relative;
}
.theme-header .header-wrapper div[class*=menu-main] ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 24px;
}
.theme-header .header-wrapper div[class*=menu-main] ul li.menu-item-has-children > a:after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .theme-header .header-wrapper div[class*=menu-main] ul li.menu-item-has-children > a {
    padding-right: 0;
  }
}
.theme-header .header-wrapper div[class*=menu-main] ul li.menu-item-has-children.active > a:after {
  content: "\f286";
}
.theme-header .header-wrapper div[class*=menu-main] ul li.menu-item-has-children.active ul {
  display: block;
}
@media screen and (max-width: 768px) {
  .theme-header .header-wrapper div[class*=menu-main] ul li.menu-item-has-children > a {
    pointer-events: none;
  }
  .theme-header .header-wrapper div[class*=menu-main] ul li.menu-item-has-children.active > a:after {
    content: "\f286";
  }
}
.theme-header .header-wrapper div[class*=menu-main] ul li ul {
  display: none;
  background-color: #002818;
  color: #fff;
  border-radius: 0 0 12px 12px;
  top: 100%;
  position: absolute;
  left: -12px;
  width: calc(100% + 12px);
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .theme-header .header-wrapper div[class*=menu-main] ul li ul {
    left: 0;
    width: 100%;
    position: relative;
    padding-top: 0;
    margin-top: 0;
  }
}
.theme-header .header-wrapper div[class*=menu-main] ul li ul li {
  display: block;
  width: 100%;
}
.theme-header .header-wrapper div[class*=menu-main] ul li ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 12px;
}
@media (max-width: 1200px) {
  .theme-header .header-wrapper div[class*=menu-main] {
    width: 100%;
  }
  .theme-header .header-wrapper div[class*=menu-main] ul {
    width: 100%;
    margin-top: 12px;
    flex-direction: column;
    gap: 0px;
    align-items: left;
  }
  .theme-header .header-wrapper div[class*=menu-main] ul li a {
    padding: 6px 0;
    width: 100%;
    display: block;
  }
}
.theme-header .header-wrapper .language-container {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.theme-header .header-wrapper .language-container .flag-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/20/Flag_of_the_Netherlands.svg/320px-Flag_of_the_Netherlands.svg.png");
  background-size: cover;
  margin-right: 10px;
}
.theme-header .header-wrapper .menu-secondary--wrapper {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .theme-header .header-wrapper .menu-secondary--wrapper {
    display: none;
  }
}
.theme-header .header-wrapper .menu-secondary--wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li {
  list-style: none;
  margin-left: 12px;
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li a {
  color: #fff;
  text-decoration: none;
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.btn a {
  padding: 8px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: 0.5s ease;
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.primary a {
  background-color: #FD6829;
  color: #fff;
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.primary a:hover {
  background-color: #C4E5CD;
  color: #000;
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.secondary a {
  border: 1px solid white;
  color: white;
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.secondary a:hover {
  background-color: #C4E5CD;
  border-color: #C4E5CD;
  color: #000;
}
@media screen and (max-width: 768px) {
  .theme-header .header-wrapper .menu-secondary--wrapper ul li.login {
    display: none;
  }
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item {
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item {
    display: flex;
  }
  .theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item a {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -12px;
  background-color: #002818;
  padding: 12px 12px 0 12px;
  border-radius: 5px;
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item .sub-menu li {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item .sub-menu {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item .sub-menu li {
    margin: 0;
  }
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item.wpml-ls-current-language > a {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item.wpml-ls-current-language:hover .sub-menu {
    display: block;
  }
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item:has(.sub-menu) > a {
  display: flex;
  align-items: center;
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item:has(.sub-menu) > a:after {
  content: "\f282";
  font-family: "bootstrap-icons";
  color: white;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item:has(.sub-menu) > a {
    width: auto;
  }
  .theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item:has(.sub-menu) > a:after {
    display: none;
  }
}
.theme-header .header-wrapper .menu-secondary--wrapper ul li.wpml-ls-item a img {
  width: 24px;
  overflow: hidden;
  border-radius: 2px;
}
.theme-header .header-wrapper .menu-toggle {
  position: relative;
  font-size: 24px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
  justify-content: center;
  display: none;
}
@media (max-width: 1200px) {
  .theme-header .header-wrapper .menu-toggle {
    display: block;
  }
}
.theme-header .header-wrapper .menu-toggle::before {
  content: "\f479";
  /* Unicode voor bi-list (☰) */
  font-family: "bootstrap-icons";
  font-size: 35px;
  font-weight: normal;
  display: block;
  transition: content 0.3s ease;
}
.theme-header .header-wrapper .menu-toggle.active::before {
  content: "\f62a";
  /* Unicode voor bi-x (✖) */
}
@media (max-width: 1200px) {
  .theme-header .header-wrapper div[class*=menu-main] {
    display: none;
    flex-direction: column;
    border-radius: 5px;
  }
  .theme-header .header-wrapper div[class*=menu-main].active {
    display: flex;
  }
  .theme-header .header-wrapper div[class*=menu-main].active + .menu-secondary--wrapper {
    display: block;
  }
  .theme-header .header-wrapper .menu-secondary--wrapper {
    margin-top: 12px;
    width: 100%;
  }
  .theme-header .header-wrapper .menu-secondary--wrapper ul {
    width: 100%;
    display: block;
  }
  .theme-header .header-wrapper .menu-secondary--wrapper ul li {
    display: block;
    margin: 0 0 6px 0;
    text-align: center;
  }
  .theme-header .header-wrapper .menu-secondary--wrapper ul li a {
    width: 100%;
  }
  .theme-header .header-wrapper .menu-toggle {
    display: block;
  }
  .theme-header .header-wrapper .language-container {
    display: flex;
  }
  .theme-header .header-wrapper .language-container .flag-circle {
    width: 20px;
    height: 20px;
  }
}
.theme-header__sub {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
}

@media (max-width: 1200px) {
  .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 36px;
  }
  .logo {
    margin-bottom: 10px;
    justify-content: space-between;
    width: 100%;
  }
  .menu-toggle {
    display: block;
    font-size: 30px;
    color: #323232;
    cursor: pointer;
  }
  .auth-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-inline: 0px;
  }
  .auth-buttons .language-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 10px;
  }
  .language-text {
    margin-right: 10px;
  }
  .auth-buttons .btn {
    width: 100%;
    text-align: center;
  }
  .auth-buttons .signup {
    background-color: #FD6829;
  }
  .auth-buttons .signup:hover {
    background-color: #f8f8f8;
  }
  .auth-buttons .login {
    border: 1px solid #323232;
  }
  .auth-buttons .login:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
  }
}
.theme-slider {
  margin-bottom: 24px;
}
.theme-slider__slide {
  margin: 0 12px 24px 12px;
  width: 100%;
}
.theme-slider__slide__image {
  border-radius: 36px;
  overflow: hidden;
  margin-bottom: 24px;
}
.theme-slider__slide__image img {
  width: 100%;
  display: block;
}
.theme-slider__slide__content--wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.theme-slider__slide__icon {
  width: 32px;
  flex-grow: 0;
  flex-shrink: 0;
}
.theme-slider__slide__icon img {
  width: 100%;
  display: block;
}
.theme-slider__slide__content p {
  margin: 0;
  font-size: 22px;
}

.theme-card-wrapper {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 12px;
  align-items: stretch;
}
.theme-card-wrapper .theme-card {
  padding: 36px;
  color: #000;
  background-color: #fff;
  border-radius: 36px;
  width: 100%;
  height: 100%;
}
.theme-card-wrapper .theme-card__icon i {
  font-size: 2rem;
}
.theme-card-wrapper .theme-card__content p {
  margin-bottom: 0px;
}

.theme-step-wrapper {
  padding: 96px 0 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  color: white;
}
.theme-step-wrapper .theme-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: #fff;
  border-radius: 36px;
  color: #000;
  padding: 36px;
  width: calc(33.33% - 20px);
  /* Zorgt ervoor dat ze in drie kolommen staan */
  margin-bottom: 20px;
}
.theme-step-wrapper .theme-step__number {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  align-self: flex-start;
}
.theme-step-wrapper .theme-step__content {
  flex: 1;
  margin-bottom: 10px;
}
.theme-step-wrapper .theme-step__img {
  position: absolute;
  right: 5%;
  top: 0px;
  transform: translateY(-50%);
  width: 50%;
  max-width: 250px;
  height: auto;
}
.theme-step-wrapper .theme-step__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 950px) {
  .theme-step-wrapper .theme-step {
    width: calc(50% - 20px);
    /* Twee per rij bij kleinere schermen */
  }
  .theme-step-wrapper .theme-step .theme-step__img {
    right: -10%;
    top: 10%;
    width: 60%;
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .theme-step-wrapper .theme-step {
    width: 100%;
    /* Eén per rij bij kleinere schermen */
  }
  .theme-step-wrapper .theme-step .theme-step__img {
    right: 0;
    top: 0;
    width: 80%;
    max-width: 150px;
  }
}

.theme-banner-slider {
  position: relative;
  display: inline-block;
  border-radius: 36px;
  overflow: hidden;
  width: 100%;
}
.theme-banner-slider img {
  width: 100%;
  max-height: 400px;
  border-radius: 36px;
  display: block;
  object-fit: cover;
}
.theme-banner-slider .slider-content {
  margin: 24px 0 0 0;
}
.theme-banner-slider .slider-image {
  margin-bottom: 24px;
}
.theme-banner-slider .slick-track {
  display: flex !important;
}
.theme-banner-slider .slick-track .slick-slide {
  height: inherit;
  display: flex !important;
  flex-direction: column;
}
.theme-banner-slider .slick-track .slick-slide .slider-image {
  margin-top: auto;
}
@keyframes groweffect {
  0% {
    opacity: 0;
    transform: scale(1) translateY(100%) translateX(100%);
    filter: blur(20px);
    background-repeat: no-repeat;
  }
  30% {
    opacity: 1;
    transform: scale(1);
    filter: blur(15px);
    background: radial-gradient(circle, #7B74B6 40%, #C3C0E0 60%, transparent 30%) center/0px 0px, radial-gradient(circle, #7B74B6 50%, #C3C0E0 60%, transparent 30%) center/0px 0px, radial-gradient(circle, #7B74B6 50%, #C3C0E0 60%, transparent 30%) center/600px 600px;
    background-repeat: no-repeat;
  }
  60% {
    transform: scale(1) translateY(0);
    filter: blur(8px);
    background: radial-gradient(circle, #7B74B6 40%, #C3C0E0 60%, transparent 30%) center/0px 0px, radial-gradient(circle, #7B74B6 50%, #C3C0E0 60%, transparent 30%) center/450px 450px, radial-gradient(circle, #7B74B6 50%, #C3C0E0 60%, transparent 30%) center/600px 600px;
    background-repeat: no-repeat;
  }
  90% {
    filter: blur(4px);
    transform: scale(1);
    background: radial-gradient(circle, #7B74B6 40%, #C3C0E0 60%, transparent 30%) center/300px 300px, radial-gradient(circle, #7B74B6 50%, #C3C0E0 60%, transparent 30%) center/450px 450px, radial-gradient(circle, #7B74B6 50%, #C3C0E0 60%, transparent 30%) center/600px 600px;
    background-repeat: no-repeat;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
    background-repeat: no-repeat;
  }
}
@media (max-width: 1024px) {
  .theme-banner-slider::before {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #7B74B6 40%, #C3C0E0 60%, transparent 30%) center/150px 150px, radial-gradient(circle, #7B74B6 50%, #C3C0E0 60%, transparent 30%) center/225px 225px, radial-gradient(circle, #7B74B6 50%, #C3C0E0 60%, transparent 30%) center/300px 300px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 500px) {
  .theme-banner-slider::before {
    bottom: -75px;
    right: -75px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, #7B74B6 40%, #C3C0E0 60%, transparent 30%) center/75px 75px, radial-gradient(circle, #7B74B6 50%, #C3C0E0 60%, transparent 30%) center/113px 113px, radial-gradient(circle, #7B74B6 50%, #C3C0E0 60%, transparent 30%) center/150px 150px;
    background-repeat: no-repeat;
  }
}

.custom-row {
  background-color: white;
  border-radius: 36px;
  margin: 0 0 36px 0;
}
.custom-row img {
  border-radius: 36px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-row .col-md-5 {
  padding: 0px;
}

.theme-body p {
  color: #202020;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .theme-body {
    width: 100%;
  }
  .theme-body h2 {
    font-size: 26px;
  }
  .theme-body p {
    padding-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .theme-body,
  .theme-account {
    padding-bottom: 24px;
  }
}
.theme-content p {
  font-size: 22px;
}
.theme-content .theme-btn:last-of-type {
  margin-bottom: 0;
}

.hero-body {
  padding: 0px;
}
.hero-body h2 {
  font-size: 60px;
  margin: 0px;
  padding: 12px 0;
  font-weight: bold;
}
.hero-body h3 {
  font-size: 30px;
  margin: 0px;
  padding: 0 0 36px 0;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 100;
}
.hero-body p {
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .hero-body {
    width: 100%;
  }
  .hero-body h2 {
    font-size: 26px;
  }
}

.theme-images {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  border-radius: 36px;
}
.theme-images img {
  width: 100%;
  /* Zorgt ervoor dat de afbeelding de volledige breedte inneemt */
  height: 100%;
  /* Zorgt ervoor dat de afbeelding de volledige hoogte inneemt */
  object-fit: cover;
  /* Zorgt ervoor dat de afbeelding volledig wordt gevuld zonder uitgerekt te worden */
  object-position: center;
  /* Houdt de afbeelding gecentreerd */
}

.theme-graph__control-wrapper {
  background: white;
  padding: 36px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 36px;
  height: 100%;
}
.theme-graph__control {
  margin-bottom: 1.5rem;
}
.theme-graph__control .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.theme-graph__control .label span {
  color: #12172b;
}
.theme-graph__control input[type=number] {
  width: 100px;
  padding: 0.5rem;
  border: 1px solid gray;
  border-radius: 8px;
}
.theme-graph__control input.ageInput,
.theme-graph__control input.yearsInput {
  width: 50px;
}
.theme-graph__control input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 2px;
  outline: none;
  margin: 0.5rem 0;
  pointer-events: none;
}
.theme-graph__control input[type=range]::-webkit-slider-thumb {
  pointer-events: auto;
}
.theme-graph__control input[type=range]::-moz-range-thumb {
  pointer-events: auto;
}
.theme-graph__control input[type=range]::-ms-thumb {
  pointer-events: auto;
}
.theme-graph__control input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
.theme-graph__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.theme-graph__toggle__switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.theme-graph__toggle__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.theme-graph__toggle__switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: gray;
  border-radius: 24px;
}
.theme-graph__toggle__switch .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
}
.theme-graph__toggle__switch input:checked + .slider {
  background-color: #FD6829;
}
.theme-graph__toggle__switch input:checked + .slider::before {
  transform: translateX(26px);
}
.theme-graph__input-wrapper {
  display: none;
  margin-top: 1.5rem;
}
.theme-graph__input-wrapper.active {
  display: block;
}
.theme-graph__input {
  margin-bottom: 1.5rem;
}
.theme-graph__input label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.theme-graph__input label span {
  color: #12172b;
}
.theme-graph__input input[type=range] {
  width: 100%;
  height: 1px;
  color: #000;
  accent-color: #000;
}
.theme-graph__input input[type=number] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid gray;
  border-radius: 8px;
}
.theme-graph__chart-wrapper {
  background: white;
  padding: 36px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 36px;
  width: 100%;
  height: 100%;
  position: relative;
}
.theme-graph__header-info {
  font-weight: bold;
  color: #000;
  text-align: center;
}
.theme-graph__header-info span {
  font-weight: bold;
}
.theme-graph__header-info p {
  margin: 0 0 12px 0;
}
.theme-graph__calculation {
  width: 100%;
  height: fit-content;
}
.theme-graph canvas {
  width: 100%;
  max-height: 300px;
}
.theme-graph__subcontent {
  margin-top: 24px;
  width: 100%;
}
.theme-graph__subcontent p:last-of-type {
  margin-bottom: 0;
}
.theme-graph__subcontent .theme-btn:last-of-type {
  margin-bottom: 0;
}
.theme-graph__table {
  width: 100%;
  font-size: 16px;
  line-height: 145%;
  border-radius: 8px;
  margin-bottom: 24px;
  border-collapse: collapse;
  border: none;
}
@media screen and (max-width: 768px) {
  .theme-graph__table {
    font-size: 14px;
  }
}
.theme-graph__table tbody {
  border: none;
}
.theme-graph__table tbody tr {
  text-align: left;
  border: none;
}
.theme-graph__table tbody tr.lined th,
.theme-graph__table tbody tr.lined td {
  border-top: 1px solid #CCC9E5;
  padding-bottom: 24px;
}
.theme-graph__table tbody tr th {
  padding: 4px 12px 4px 4px;
  border: none;
}
.theme-graph__table tbody tr td {
  white-space: nowrap;
  padding: 4px 12px 4px 4px;
  vertical-align: top;
  border: none;
}
.theme-graph__table tbody tr td:last-of-type {
  text-align: right;
  padding: 4px;
}

.theme-graph-line {
  padding: 24px;
  border-radius: 36px;
  background-color: #fff;
  max-height: 100vh;
}
.theme-graph-line #graph-line {
  max-height: 300px;
}

.theme-btn {
  align-items: center;
  padding: 12px 30px;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 100%;
}
.theme-btn:hover {
  background-color: #002818;
}
.theme-btn__orange {
  background-color: #FD6829;
}
.theme-btn__growth-green {
  background-color: #C4E5CD;
  color: #002818;
}
.theme-btn__growth-green:hover {
  background-color: #002818;
  color: #C4E5CD;
}
.theme-btn__white {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
.theme-btn__white:hover {
  background-color: #002818;
  color: #fff;
  border-color: #002818;
}
.theme-btn.mini {
  font-size: 14px;
  padding: 8px 16px;
}

.h2-big {
  font-size: 100px;
}

.bg__darker {
  background-color: #F6EDE8;
}

.theme-account {
  max-width: 430px;
  height: 100%;
  align-items: center;
}
.theme-account p {
  margin: 0px;
  font-size: 22px;
}
.theme-account ul {
  list-style: none;
  padding: 36px 0 0 0;
}
.theme-account ul p {
  padding: 8px 0;
}

.text-gray {
  color: gray;
}

.stack-color {
  color: #8781BD;
  opacity: 0.8;
}

.hr-stack {
  height: 1px;
  background-color: #8781BD;
  border: none;
}

.theme-card-slider-wrapper {
  position: relative;
  overflow-x: hidden;
  margin-bottom: 24px;
}
.theme-card-slider__static {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  padding: 60px 24px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  text-align: center;
  display: inline-block;
  max-width: 100%;
  bottom: 24px;
}
.theme-card-slider__static__block {
  width: 80%;
  border-radius: 36px;
  position: absolute;
  background-color: #002818;
  padding: 8px 20px;
  font-style: italic;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  color: #fff;
}
.theme-card-slider__slide {
  padding: 60px 24px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  text-align: center;
  width: 14%;
  display: inline-block;
  margin: 24px 12px;
}
.theme-card-slider__slide__title {
  font-size: 24px;
  font-weight: bold;
}
.theme-card-slider__slide__title img {
  max-height: 35px;
  width: auto;
  max-width: 100%;
}
.theme-card-slider__slide__content {
  font-size: 15px;
}
.theme-card-slider__slide__price {
  padding: 24px 0 0 0;
  font-weight: bold;
}
.theme-card-slider__bedrijf {
  padding: 6px 6px;
  background-color: #fff;
  text-align: center;
  width: 14%;
  height: 70px;
  display: inline-block;
  margin: 24px 24px;
}
.theme-card-slider__bedrijf__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.theme-card-slider__bedrijf__img img {
  width: auto;
  height: 60px;
}
@media (max-width: 1400px) {
  .theme-card-slider {
    width: calc(100% + 48px);
    transform: translateX(-24px);
  }
  .theme-card-slider__slide {
    margin: 24px;
  }
  .theme-card-slider__static {
    position: relative;
    margin: 0 auto 24px auto;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .theme-card-slider__slide {
    margin: 24px 5px;
  }
}

.theme-employee-slider-wrapper {
  position: relative;
}
.theme-employee-slider__slide {
  border-radius: 24px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 24px 12px;
  min-height: 40vh;
  min-height: 230px;
  position: relative;
}
.theme-employee-slider__slide__personimg {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.theme-employee-slider__slide__personimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.theme-employee-slider__slide__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: white;
  padding: 12px;
  text-align: left;
}
.theme-employee-slider__slide__info p {
  color: white;
}
.theme-employee-slider__slide__info h3 {
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
}

.blush {
  background-color: #fff;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.blush__logo::before {
  content: "";
  position: absolute;
  top: -1250px;
  right: -1250px;
  width: 2500px;
  height: 2500px;
  background: radial-gradient(circle, #fff 40%, #fff 60%, transparent 30%) center/1300px 1300px, radial-gradient(circle, #F5EEEC 50%, #F5EEEC 60%, transparent 30%) center/2300px 2300px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background-repeat: no-repeat;
  transform-origin: bottom right;
}
@media (max-width: 1024px) {
  .blush__logo::before {
    top: -625px;
    right: -625px;
    width: 1250px;
    height: 1250px;
    background: radial-gradient(circle, #fff 40%, #fff 60%, transparent 30%) center/650px 650px, radial-gradient(circle, #F5EEEC 50%, #F5EEEC 60%, transparent 30%) center/1150px 1150px;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

.theme-faq {
  z-index: 1;
  padding-left: 6vw;
}
.theme-faq .h3 {
  margin: 0px;
}
.theme-faq__row {
  margin: 24px 0;
}
.theme-faq__question {
  position: relative;
  padding: 6px 6px;
}
.theme-faq__question-title, .theme-faq__question-answer {
  color: #000;
  border-radius: 12px;
  width: 100%;
  position: relative;
  text-align: left;
}
.theme-faq__question-title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  font-weight: 900;
  padding-right: 32px;
  cursor: pointer;
}
.theme-faq__question-title::after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f64d";
  font-family: "bootstrap-icons";
  transition: 0.5s ease;
  line-height: 0;
}
.theme-faq__question-title:hover:after {
  transform: rotate(180deg);
}
.theme-faq__question-answer {
  display: none;
  height: 0;
  font-size: 16px;
  transition: 0.5s ease;
  line-height: 145%;
  margin: 24px 0;
}
.theme-faq__question-answer p,
.theme-faq__question-answer ul:not([class]) li:not([class]) {
  font-size: 16px;
}
.theme-faq__question-answer > div {
  overflow: hidden;
}
.theme-faq__question.active .theme-faq__question-title::after {
  content: "\f2ea";
}
.theme-faq__question.active .theme-faq__question-answer {
  display: block;
  height: auto;
}
@media (max-width: 992px) {
  .theme-faq {
    padding: 36px 0 0 0;
  }
}

.theme-footer {
  background-color: #002818;
  font-family: "Rethink Sans", sans-serif;
}
.theme-footer .footer-content {
  margin-bottom: 24px;
}
.theme-footer .footer-area p,
.theme-footer .footer-area h1,
.theme-footer .footer-area h2,
.theme-footer .footer-area h3,
.theme-footer .footer-area h4,
.theme-footer .footer-area h5 {
  color: white;
}
.theme-footer .footer-area a {
  color: white;
  text-decoration: underline;
}
.theme-footer .footer-area-brand:nth-child(1) img {
  max-width: 250px;
  height: auto;
}
.theme-footer h2 {
  margin: 0 0 20px 0;
}
.theme-footer .social-icons {
  gap: 5px;
  display: flex;
  justify-content: center;
  padding: 0 0 24px 0;
}
.theme-footer .social-icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #000;
  border-radius: 50%;
  font-size: 16px;
}
.theme-footer .footer-content {
  color: #fff;
}
.theme-footer .footer-content a {
  color: #fff;
  text-decoration: underline;
}
.theme-footer .footer-content .cookie {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.theme-footer .download {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.theme-footer .download .download-icon {
  height: 80%;
}
.theme-footer .download .download-icon img {
  height: 80%;
  border: 1px solid gray;
  border-radius: 10px;
}
.theme-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.theme-footer ul .items {
  margin: 0;
}
.theme-footer ul .items__p {
  padding: 12px 0 0 0;
}
.theme-footer ul li {
  padding: 5px 0;
}
.theme-footer ul a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 768px) {
  .theme-footer ul li {
    display: flex;
    justify-content: center;
  }
}

.toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  margin-right: 12px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  border: none;
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: gray;
  transition: 0.4s;
  border-radius: 34px;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: calc(100% - 24px);
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #FD6829;
}
.switch input:checked + .slider::before {
  right: 4px;
}

.corevalue p {
  font-size: 22px;
}

.core-values {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.core-values__value {
  background-color: white;
  display: flex;
  border-radius: 36px;
  padding: 24px;
}
.core-values__value__img {
  width: 130px;
  height: 130px;
  align-items: center;
  display: flex;
  align-self: center;
  padding: 12px;
  margin-left: -85px;
  margin-right: 24px;
  flex-shrink: 0;
  flex-grow: 0;
}
.core-values__value__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}
.core-values__value__content {
  width: 100%;
}
.core-values__value__content h1,
.core-values__value__content h2,
.core-values__value__content h3,
.core-values__value__content h4,
.core-values__value__content h5 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .core-values__value {
    display: block;
    margin-top: 50px;
  }
  .core-values__value__img {
    margin: -85px auto 0 auto;
    transform: none;
    width: 100px;
    height: 100px;
  }
}
.core-values__contact {
  display: flex;
  border-radius: 36px;
}
.core-values__contact__img {
  width: 90px;
  height: 90px;
  align-items: center;
  display: flex;
  align-self: center;
  padding: 12px;
  object-fit: cover;
}
.core-values__contact__content {
  width: 90%;
  align-items: center;
}
.core-values__contact__content h4 {
  margin: 6px 0;
}
.core-values__contact__content__date {
  display: flex;
  justify-content: space-between;
}
.core-values__contact__content__date p {
  margin: 6px 0;
}

.vertical-center {
  padding: 20px 0;
}

.theme-mosaic {
  position: relative;
  width: 100%;
  height: 550px;
  margin: 24px 0 0 0;
}
.theme-mosaic img {
  position: absolute;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-mosaic img.top-right {
  top: 0;
  right: 0;
  width: 47.5%;
  height: 47.5%;
}
@media (max-width: 1200px) {
  .theme-mosaic img.top-right {
    width: 47.5%;
    height: 47.5%;
  }
}
@media (max-width: 768px) {
  .theme-mosaic img.top-right {
    width: 50%;
    height: 50%;
  }
}
.theme-mosaic img.mid-left {
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 47.5%;
  height: 38%;
}
@media (max-width: 1200px) {
  .theme-mosaic img.mid-left {
    width: 47.5%;
    height: 35%;
  }
}
@media (max-width: 768px) {
  .theme-mosaic img.mid-left {
    width: 45%;
    height: 40%;
  }
}
.theme-mosaic img.central-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 30%;
}
@media (max-width: 1200px) {
  .theme-mosaic img.central-bottom {
    width: 50%;
    height: 27%;
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .theme-mosaic img.central-bottom {
    width: 45%;
    height: 30%;
    bottom: 0px;
  }
}
@media (max-width: 1200px) {
  .theme-mosaic {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .theme-mosaic {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .theme-mosaic {
    height: 300px;
  }
}

.theme-newsletter {
  display: flex;
  gap: 20px;
  height: 100%;
  align-items: center;
}
.theme-newsletter__img {
  width: 100px;
  height: 100px;
  line-height: 100%;
}
.theme-newsletter__img img {
  width: 100px;
  height: 100px;
}
.theme-newsletter__content h2,
.theme-newsletter__content p {
  font-weight: 200;
}
.theme-newsletter__input {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .theme-newsletter__input {
    gap: 0px;
    margin: auto;
    flex-direction: column;
  }
}
.theme-newsletter__input .input input {
  height: 35px;
  padding: 12px;
  font-size: 16px;
  border-radius: 4px;
  width: 250px;
  border: none;
}
.theme-newsletter__input .button .theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.theme-calculator__content {
  width: 100%;
}
.theme-calculator__content select {
  width: 100%;
  height: 40px;
  border: 2px solid lightgray;
  border-radius: 6px;
  text-align: center;
  margin: 12px 0 24px 0;
}
.theme-calculator__content__input {
  width: 100%;
  padding-bottom: 24px;
}
.theme-calculator__content__input input {
  width: 100%;
  height: 40px;
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 12px;
}
.theme-calculator__content__input .range {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .theme-calculator__content__input .range {
    gap: 15px;
  }
}
.theme-calculator__content__input .range .waarde {
  text-align: center;
  width: calc(33% - 20px);
  border: 1px solid black;
  border-radius: 6px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  margin: 0 0 12px 0;
}
.theme-calculator__content__input .range .waarde.active {
  opacity: 1;
}
.theme-calculator__content__input .range .waarde p {
  margin: 6px;
}

.btn-gray {
  padding: 12px;
  background-color: #333333;
  color: white;
  border-radius: 4px;
}

.support {
  background-image: url("https://picsum.photos/1300/400?random=1");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.support input {
  width: 100%;
  background-color: rgba(128, 128, 128, 0.7);
  height: 60px;
  border: none;
  border-radius: 6px;
}

.theme-split {
  border-radius: 36px;
}
.theme-split__image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.theme-split__image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 0.833/1;
  border-radius: 500px 500px 36px 36px;
}
.theme-split__image.rounded img {
  border-radius: 36px;
}
.theme-split__content {
  align-items: center;
  height: 100%;
  padding: 48px 24px 48px 4vw;
  font-size: 22px;
  line-height: 145%;
}
@media (max-width: 768px) {
  .theme-split__content {
    padding: 24px 12px;
  }
}
.theme-split__content h1,
.theme-split__content h2,
.theme-split__content h3,
.theme-split__content h4,
.theme-split__content h5 {
  text-transform: uppercase;
}
.theme-split .right div[class*=col-]:has(.theme-split__image) {
  order: 2;
}
@media (max-width: 768px) {
  .theme-split .right div[class*=col-]:has(.theme-split__image) {
    order: 0;
  }
}
.theme-split .right div[class*=col-]:has(.theme-split__content) .theme-split__content {
  padding: 48px 4vw 48px 24px;
}
@media (max-width: 768px) {
  .theme-split .right div[class*=col-]:has(.theme-split__content) .theme-split__content {
    padding: 24px 12px;
  }
}
.theme-split:has(.theme-faq__row) > .row.align-items-center {
  align-items: self-start !important;
}

.theme-panel {
  border-radius: 36px;
}
.theme-panel__image {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .theme-panel__image {
    height: 25vh;
  }
}
.theme-panel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.theme-panel__content {
  padding: 48px 24px 48px 4vw;
}
.theme-panel__content p {
  font-size: 22px;
}
.theme-panel .right div[class*=col-]:has(.theme-panel__image) {
  order: 2;
}
@media screen and (max-width: 768px) {
  .theme-panel .right div[class*=col-]:has(.theme-panel__image) {
    order: 0;
  }
}

.theme-hero__image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.theme-hero__image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50% 50% 36px 36px;
}
.theme-hero__content {
  align-items: center;
  height: 100%;
  padding: 48px 24px 48px 6vw;
  font-size: 24px;
}
.order-md-1 .theme-hero__content {
  padding: 48px 6vw 48px 24px;
}
@media (max-width: 768px) {
  .theme-hero__content {
    padding: 36px;
  }
}

.app-feature {
  opacity: 50%;
  padding: 12px 0;
  transition: 0.5s ease;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.app-feature.active {
  opacity: 100%;
}
.app-feature i {
  font-size: 20px;
}
.app-feature p {
  font-size: 20px;
}
.app-feature p:has(strong) {
  display: inline-block;
  font-weight: bold;
}
.app-feature__icon {
  margin-right: 12px;
  width: 24px;
}
.app-feature__icon img {
  width: 100%;
  height: auto;
}
.app-feature__content p {
  padding: 0 0 8px 0 !important;
}
.app-feature:hover {
  opacity: 100%;
}
.app-feature:not(:last-of-type) {
  border-bottom: 1px solid #CCC9E5;
}

.switching-img {
  width: 100%;
  height: 100%;
  height: 500px;
}
.switching-img .app-image {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  border-radius: 36px;
}
.switching-img .app-image.active {
  display: block;
  animation: slideUp 0.5s ease forwards;
}
@media (max-width: 768px) {
  .switching-img {
    padding: 0 0 36px 0;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#input-container {
  display: none;
}
#input-container label {
  display: block;
  padding: 12px 0;
}
#input-container input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
}
#input-container input:focus {
  border-color: #000;
}
#input-container input::placeholder {
  color: #aaa;
}

.section-wave {
  position: relative;
  background-color: #F7EDE9;
  padding-top: 80px;
}
.section-wave:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url("assets/svg/curving.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.theme-review p {
  color: #002818;
}
.theme-review__content {
  font-size: clamp(32px, 6vw, 56px);
  color: #002818;
  font-weight: bold;
  font-family: "HerokidBoldNarrow", sans-serif;
}
.theme-review__content a {
  color: inherit;
  text-decoration: none;
}
.theme-review__author {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.theme-review__author__image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-review__author__image img {
  border-radius: 50%;
  object-fit: cover;
  height: 90px;
  width: 90px;
  transition: all 0.3s ease;
}
.theme-review__author__image.no-author {
  width: 200px;
  height: auto;
  border-radius: 0;
}
.theme-review__author__image.no-author img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.theme-review__author__content {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.theme-review__author__content p {
  margin: 0;
}
.theme-review__source img {
  max-height: 120px;
  width: auto;
  margin: 0 auto;
}

.theme-screen {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.theme-screen__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.theme-screen__background img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.theme-screen .wp-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.theme-screen .wp-video,
.theme-screen video.wp-video-shortcode,
.theme-screen .mejs-container,
.theme-screen .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.theme-screen .mejs-container {
  padding-top: 56.25%;
}
.theme-screen .mejs-overlay-loading {
  display: none !important;
}
.theme-screen .mejs-overlay-button {
  display: none !important;
}
.theme-screen .wp-video,
.theme-screen video.wp-video-shortcode {
  max-width: 100% !important;
}
.theme-screen video.wp-video-shortcode {
  position: relative;
}
.theme-screen .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.theme-screen .mejs-controls {
  display: none;
}
.theme-screen .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
@media screen and (min-width: 2200px) {
  .theme-screen__content {
    transform: translateY(6vh);
  }
}
.theme-screen__content p:first-of-type,
.theme-screen__content h2 {
  font-size: 48px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .theme-screen__content p:first-of-type,
  .theme-screen__content h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .theme-screen__content p:first-of-type,
  .theme-screen__content h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .theme-screen__content p:first-of-type,
  .theme-screen__content h2 {
    font-size: 24px;
  }
}

.theme-post {
  border-radius: 36px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 24px;
}
.theme-post__title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.theme-post__content {
  font-size: 16px;
  color: #000;
}
.theme-post__image {
  width: 100%;
  height: 22vh;
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  width: calc(100% + 48px);
  transform: translate(-24px, -24px);
}
.theme-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-post__bottom {
  margin-top: auto;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.theme-post__bottom:before {
  content: "\f138";
  font-family: "bootstrap-icons";
  margin-right: 12px;
  width: 32px;
  height: 32px;
  background-color: #FD6829;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  font-weight: normal;
}
.theme-post__bottom:hover:before {
  background-color: #002818;
}

.theme-linktree {
  border-radius: 36px;
  background-color: #fff;
  height: auto;
  aspect-ratio: 4/5;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
}
.theme-linktree.no-img {
  background-color: #C4E5CD;
}
.theme-linktree__title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.theme-linktree__content {
  font-size: 16px;
  color: #000;
  display: none;
}
.theme-linktree__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.theme-linktree__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-linktree:hover {
  opacity: 0.9;
}

.theme-single__image {
  width: 100%;
  height: 26vh;
  min-height: 330px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
}
.theme-single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  position: absolute;
}
.theme-single__content table {
  background-color: #C4E5CD;
  border-collapse: collapse;
  border-radius: 24px;
}
.theme-single__content table tr th {
  border: none;
}
.theme-single__content table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.theme-single__content table tr td {
  border: transparent;
  padding: 12px;
}

.theme-dynamic p {
  font-size: 22px;
}
.theme-dynamic p:last-of-type {
  margin-bottom: 0;
}

.theme-popup {
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 90%;
  max-width: 780px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
}
.theme-popup.active {
  display: block;
}
.theme-popup a {
  text-decoration: none;
  color: #002818;
  word-break: break-word;
  color: #000;
}
.theme-popup a:hover {
  text-decoration: underline;
  color: #7a3df2;
}
.theme-popup__title {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.theme-popup__subcontent {
  color: #8E4F94;
}
.theme-popup__subcontent a {
  text-decoration: underline;
}

.theme-listgrid {
  border-radius: 12px;
  padding: 24px;
  background-color: #fff;
  width: 100%;
}
.theme-listgrid a {
  text-decoration: none;
  color: #002818;
  word-break: break-word;
  color: #000;
}
.theme-listgrid__title {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.theme-blurb {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: #f9f9f9;
  padding: 12px;
  border-radius: 6px;
  transition: 0.5s ease;
  text-decoration: none;
}
.theme-blurb__icon {
  margin-right: 10px;
  color: #8E4F94;
  font-size: 18px;
}
.theme-blurb__icon p {
  color: #8E4F94;
  margin: 0px;
}
.theme-blurb__content {
  text-decoration: none;
  font-size: 15px;
}
.theme-blurb__content p {
  margin: 0;
}
.theme-blurb.has-link:hover {
  background-color: #CCC9E5;
  color: #000;
}
.theme-blurb:not(.has-link) a {
  text-decoration: underline;
}

.theme-graph-style {
  width: 100%;
  overflow: hidden;
}

.slick-slider .slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.slick-slider .slick-dots li {
  list-style: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.4;
  transition: 0.5s ease;
}
.slick-slider .slick-dots li.slick-active, .slick-slider .slick-dots li:hover {
  opacity: 1;
}
.slick-slider .slick-dots li button {
  display: none;
}
.slick-slider .slick-dots li:has(button[aria-label="1 of 1"]) {
  display: none;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  color: #fff;
}

.theme-list a {
  text-decoration: none;
  color: #002818;
  word-break: break-word;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: #f9f9f9;
  padding: 12px;
  border-radius: 6px;
  transition: 0.5s ease;
  text-decoration: none;
  font-size: 15px;
}
.theme-list a:before {
  content: "\f38b";
  font-family: "bootstrap-icons";
  margin-right: 12px;
  font-size: 18px;
  color: #3A3354;
}
.theme-list a:hover {
  background-color: #CCC9E5;
}

.theme-info {
  position: relative;
  font-size: 14px;
  vertical-align: super;
  z-index: 9999;
  cursor: pointer;
}
.theme-info i {
  color: #FD6829;
}
.theme-info__content {
  display: none;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 12px;
  border-radius: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  max-width: 360px;
  line-height: 150%;
  text-align: left;
}
@media (max-width: 768px) {
  .theme-info__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 780px;
  }
}
.theme-info.active .theme-info__content {
  display: block;
}

.theme-dynamic {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.theme-dynamic .hidden {
  display: none;
}
.theme-dynamic__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.theme-dynamic__background img,
.theme-dynamic__background video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.theme-dynamic__container {
  position: relative;
  z-index: 2;
}
.theme-dynamic[data-aos] {
  transition: all 0.5s ease;
}
.theme-dynamic__content .rounded img {
  border-radius: 36px;
}
.theme-dynamic__content .door img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 0.833/1;
  border-radius: 500px 500px 36px 36px;
}
.theme-dynamic__content .none img {
  border-radius: 0px;
}

p.theme-smaller-text {
  font-size: 18px;
}

.theme-app-sub {
  display: block;
  line-height: 100%;
  margin-top: 20px;
}
.theme-app-sub a {
  display: inline-block;
  width: 120px;
  margin: 0 4px;
}

.trustpilot-widget {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  border-radius: 3px;
  padding: 10px 15px;
  border-radius: 50px;
  width: fit-content;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .trustpilot-widget {
    padding: 0;
    margin: 0 auto;
  }
}
.trustpilot-widget.align-center {
  margin: 0 auto;
}
.trustpilot-widget__stars {
  display: flex;
  align-items: center;
}
.trustpilot-widget__stars .star-full,
.trustpilot-widget__stars .star-empty,
.trustpilot-widget__stars .star-half {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00B67A;
  padding: 2px;
  margin-right: 2px;
}
.trustpilot-widget__stars .star-full svg,
.trustpilot-widget__stars .star-empty svg,
.trustpilot-widget__stars .star-half svg {
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .trustpilot-widget__stars .star-full,
  .trustpilot-widget__stars .star-empty,
  .trustpilot-widget__stars .star-half {
    width: 16px;
    height: 16px;
  }
  .trustpilot-widget__stars .star-full svg,
  .trustpilot-widget__stars .star-empty svg,
  .trustpilot-widget__stars .star-half svg {
    width: 12px;
    height: 12px;
  }
}
.trustpilot-widget__stars .star-half {
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 50%, transparent 50%);
  mask-size: cover;
}
.trustpilot-widget__logo {
  width: 100px;
  margin-left: 12px;
}
.trustpilot-widget__logo svg {
  width: 100px;
  position: relative;
}
.trustpilot-widget__score {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-left: 8px;
}

.theme-table {
  overflow-x: scroll;
  scrollbar-width: thin;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
  overflow-x: auto;
  /* For Chrome, Safari, and Opera */
  /* Custom scrollbar styles */
}
.theme-table::-webkit-scrollbar {
  height: 8px;
  /* For Chrome, Safari, and Opera */
}
.theme-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.theme-table::-webkit-scrollbar-thumb {
  background: #888;
}
.theme-table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.theme-text-slider {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  height: auto;
  align-items: center;
}
.theme-text-slider .slick-track {
  display: flex !important;
  flex-direction: column;
}
.theme-text-slider .slick-slide {
  display: block !important;
  width: auto !important;
  text-align: left;
  border: none;
  line-height: 119%;
}
.theme-text-slider span {
  white-space: nowrap;
}
.theme-text-slider .rest-of-line {
  display: block;
  margin-top: 0.3em;
}

.theme-langbox {
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  font-size: 20px;
  margin: 0 auto 24px auto;
}
.theme-langbox--wrapper {
  min-height: 80vh;
}
.theme-langbox img {
  width: 24px;
  height: auto;
  display: inline-block;
  margin-right: 12px;
}
.theme-langbox a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  font-size: 20px;
  padding: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  overflow: hidden;
  transition: 0.5s ease;
}
.theme-langbox a:hover {
  background-color: #C4E5CD;
  box-shadow: none;
}

/* temp */
.page-template-blank #cs_preview_popup {
  display: none !important;
}

.theme-language-message {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.theme-language-message div {
  display: none;
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 125%;
  margin-bottom: 12px;
}
.theme-language-message div span {
  font-weight: bold;
}

header + section:first-of-type {
  padding-top: 240px;
}
@media screen and (max-width: 768px) {
  header + section:first-of-type {
    padding-top: 144px;
  }
}

.wp-video {
  border-radius: 36px;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
