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

:root {
  --white: white;
  --black: black;
}

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

@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-test {
  height: 10000px;
}

.section-hero {
  background-color: #f9fdff;
  background-image: url('../images/header-hero.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 830px;
}

.navbar {
  background-color: #0000;
  padding-top: 30px;
}

.container-full {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.brand-logo {
  background-image: url('../images/logo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 70px;
}

.navlink {
  color: #292d37;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navlink.w--current {
  color: #9249ae;
}

.navmenu {
  padding-top: 5px;
  padding-bottom: 5px;
}

.hero-wrapper {
  padding-top: 60px;
}

.hero-box {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-content-box {
  z-index: 10;
  width: 47%;
  padding-top: 50px;
  position: relative;
}

.hero-img-box {
  width: 50%;
  position: relative;
}

.hero-lottie-1 {
  z-index: 9;
  position: relative;
}

.hero-lottie-2 {
  z-index: 1;
  width: 150%;
  position: absolute;
  inset: -40% auto auto -50%;
}

.heading-h1 {
  color: #1e194ecc;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poetsenone, sans-serif;
  font-size: 54px;
  line-height: 1;
}

.hero-subtext {
  color: #292d37;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.app-store-box {
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.app-store-textbox {
  flex: 1;
  padding-left: 20px;
}

.app-store-text {
  color: #6c7387b3;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.section-why {
  padding-top: 100px;
  padding-bottom: 100px;
}

.why-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.why-img-box {
  width: 50%;
  position: relative;
  top: -20px;
}

.why-content-box {
  width: 42%;
  padding-top: 40px;
}

.heading-h2 {
  color: #1e194ecc;
  margin-top: 40px;
  margin-bottom: 50px;
  font-family: Poetsenone, sans-serif;
  font-size: 44px;
  line-height: 1;
}

.heading-h2.fs-40 {
  font-size: 40px;
}

.paragraph {
  color: #292d37;
  text-align: left;
  max-width: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  position: static;
  overflow: visible;
}

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

.paragraph.left-align {
  text-align: left;
}

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

.why-list-wrapper {
  margin-top: 50px;
}

.why-list-item {
  color: #292d37;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 80px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.why-list-item.icon-1 {
  background-image: url('../images/tick-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.why-list-item.icon-2 {
  background-image: url('../images/tick-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.why-lottie-1 {
  z-index: 1;
  position: relative;
}

.why-lottie-2 {
  z-index: 2;
  height: 70%;
  position: absolute;
  inset: auto 0% 50px auto;
}

.section-solutions {
  background-color: #f7fafd99;
  padding-top: 100px;
  padding-bottom: 100px;
}

.title-box {
  clear: none;
  text-align: center;
  object-fit: fill;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.title-box.full {
  width: 100%;
  max-width: 100%;
}

.break {
  display: block;
}

.solution-box {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.solution-item {
  width: 25%;
}

.solution-item-img-box {
  align-items: flex-end;
  height: 150px;
  margin-bottom: 50px;
  display: flex;
}

.solution-item-title {
  color: #292d37;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.solution-item-content {
  color: #292d37;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.soluton-item-img {
  width: 60%;
  display: block;
}

.soluton-item-img._50 {
  width: 50%;
}

.section-prices {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.pricing-item {
  border: 1px solid #bec5d866;
  border-radius: 20px;
  width: 30%;
  transition: all .3s;
  overflow: hidden;
}

.pricing-item:hover {
  border-color: #bec5d800;
  box-shadow: 11px 11px 41px #bddff638;
}

.pricing-item.shadow {
  border-style: none;
  box-shadow: 11px 11px 41px #bddff638;
}

.pricing-title-box {
  text-align: center;
  padding: 40px;
  position: relative;
}

.pricing-title-box.gradient-1 {
  background-image: linear-gradient(#e7a7ff38, #7e0ca738);
}

.pricing-title-box.gradient-2 {
  background-image: linear-gradient(#bbfeea70, #45ddc370);
}

.pricing-content-box {
  min-height: 205px;
  padding: 40px;
}

.pricing-button-box {
  text-align: center;
  padding: 20px 40px 40px;
  display: none;
}

.pricing-item-title {
  color: #292d37;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.pricing-title-subtext {
  color: #33333db3;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.button-border {
  color: #a8adb9;
  background-color: #fff;
  border: 1px solid #bec5d8;
  border-radius: 12px;
  padding: 15px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
}

.button-border:hover {
  color: #292d37;
  border-color: #292d37;
}

.pricing-benefit-text {
  color: #33333d;
  background-image: url('../images/dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.pricing-benefit-text.last {
  margin-bottom: 0;
}

.button-dark {
  color: #fff;
  background-color: #363176;
  border: 1px solid #363176;
  border-radius: 12px;
  padding: 15px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
}

.button-dark:hover {
  background-color: #18135b;
}

.pricing-title-box-inner {
  z-index: 2;
  position: relative;
}

.pricing-gradient-1 {
  z-index: 1;
  opacity: .22;
  background-image: linear-gradient(#e7a7ff, #7e0ca7);
  position: absolute;
  inset: 0%;
}

.pricing-gradient-2 {
  z-index: 1;
  opacity: .44;
  background-image: linear-gradient(#bbfeea, #45ddc3);
  position: absolute;
  inset: 0%;
}

.pricing-gradient-3 {
  z-index: 1;
  opacity: .51;
  background-image: linear-gradient(#ffedd8, #ffc787 100%, #ffc685);
  position: absolute;
  inset: 0%;
}

.month {
  font-size: 20px;
  font-weight: 400;
}

.section-partners {
  background-color: #f7fafd99;
  padding-top: 150px;
  padding-bottom: 150px;
  display: none;
}

.partners-logo-box {
  justify-content: flex-end;
  align-items: center;
  margin-top: 80px;
  display: none;
}

.section-reviews {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.review-box {
  margin-top: 80px;
}

.r-slider {
  background-color: #0000;
  height: auto;
}

.r-slider-left-arrow {
  background-image: url('../images/arrow-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e7e6e6;
  border-radius: 70px;
  width: 50px;
  height: 50px;
  transition: all .2s;
  inset: 33% 0% auto auto;
}

.r-slider-left-arrow:hover {
  background-color: #f7fafd;
}

.r-slider-right-arrow {
  background-image: url('../images/arrow-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e7e6e6;
  border-radius: 70px;
  width: 50px;
  height: 50px;
  transition: all .2s;
  inset: auto 0% 33% auto;
}

.r-slider-right-arrow:hover {
  background-color: #f7fafd;
}

.slider-arrow-icon, .r-slide-nav {
  display: none;
}

.r-slider-mask {
  width: 95%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.r-slide {
  width: 31%;
  margin-right: 27px;
}

.review-item {
  border: 1px solid #e7e6e6;
  border-radius: 20px;
  margin-top: 20px;
  padding: 30px;
  transition: all .3s;
}

.review-item:hover {
  box-shadow: 11px 11px 41px #bddff638;
}

.review-item.mobile {
  display: none;
}

.review-author-box {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.author-img-box {
  width: 60px;
  height: 60px;
}

.author-name-box {
  flex: 1;
  padding-left: 30px;
}

.author-name {
  color: #292d37;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.author-designation {
  color: #a3a8b5;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.section-form {
  background-color: #fafcfd;
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-box {
  width: 40%;
}

.form-img-box {
  width: 50%;
}

.input {
  border: 1px solid #e7e6e6;
  border-radius: 10px;
  min-height: 50px;
  margin-bottom: 0;
}

.form-row {
  margin-bottom: 20px;
}

.form-row.margin-top {
  margin-top: 40px;
  margin-bottom: 0;
}

.button-green {
  color: #fff;
  background-color: #3fcab2;
  border: 1px solid #3fcab2;
  border-radius: 12px;
  padding: 15px 60px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
}

.button-green:hover {
  background-color: #29ab95;
  border-color: #29ab95;
}

.section-footer {
  background-color: #9250aa;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-rightside {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-link-wrapper {
  width: 100%;
  display: flex;
}

.footer-social-box {
  opacity: .76;
  width: 21%;
}

.footer-link-box {
  opacity: 1;
  width: 100%;
}

.footer-link {
  opacity: 1;
  color: #fff;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.last {
  margin-bottom: 0;
}

.footer-social-row {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-link {
  background-color: #0000;
  width: 30px;
  height: 30px;
}

.social-link.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  display: block;
}

.social-link.fb {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-clip: border-box;
  width: 50px;
  height: 50px;
  margin-top: 10px;
}

.social-link.insta {
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-appstore {
  margin-top: 40px;
}

.image {
  margin-left: 10px;
}

.image-2 {
  opacity: 0;
}

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

.text-block {
  color: #fff;
  padding-top: 10px;
}

.success-message {
  background-color: #0000;
  background-image: linear-gradient(#ffedd8, #ffedd8);
  border-radius: 8px;
  line-height: 80px;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.error-message {
  border-radius: 8px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-block-3 {
  text-align: center;
  height: auto;
  line-height: 30px;
}

.section-video {
  background-color: #f7fafd99;
  padding-top: 150px;
  padding-bottom: 150px;
}

.youtube {
  max-height: none;
}

.text-bold, .bold-text {
  color: #1e194ecc;
}

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

.features-title-box {
  text-align: center;
  margin-bottom: 60px;
}

.features-box {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  display: flex;
}

.features-item {
  width: 30%;
  margin-bottom: 60px;
}

.features-item-icon-box {
  height: 85px;
  margin-bottom: 30px;
}

.features-item-title {
  color: #292d37;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.features-item-content {
  color: #292d37;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.section-mobile {
  padding-top: 40px;
  padding-bottom: 100px;
  overflow: hidden;
}

.mobile-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mobile-leftbox {
  width: 45%;
}

.mobile-rightbox {
  text-align: right;
  width: 90%;
  margin-right: -20%;
}

.lp-navbar {
  background-color: #0000;
  padding-top: 30px;
}

.lp-navmenu {
  padding-top: 5px;
  padding-bottom: 5px;
}

.lp-navlink {
  color: #292d37;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.lp-navlink.w--current {
  color: #9249ae;
}

.dd-lang {
  border: 1px solid #ddedff;
  border-radius: 12px;
  margin-top: 14px;
}

.dd-lang-toggle {
  color: #292d37;
  align-items: center;
  padding: 6px 25px 6px 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.dd-lang-list {
  background-color: #fff;
  border: 1px solid #ddedff;
  border-radius: 12px;
}

.dd-land-icon {
  color: #323232;
  margin-right: 10px;
  font-size: 10px;
}

.dd-lang-flag {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

.dd-lang-flag.hidden {
  display: none;
  overflow: visible;
}

.dd-land-row {
  text-align: left;
  align-items: center;
  padding: 5px;
  display: flex;
}

.dd-lang-link {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.section-lp-hero {
  background-image: url('../images/lp-hero-desktop.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 768px;
  padding-top: 100px;
}

.lp-hero-box {
  z-index: 10;
  width: 57%;
  position: relative;
}

.section-co2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.co2-box-1 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.co2-content-box {
  width: 45%;
}

.co2-img-box {
  width: 50%;
}

.co2-img {
  width: 100%;
}

.co2-box-2 {
  justify-content: space-between;
  display: flex;
}

.co2-box-item {
  background-color: #f7fafd;
  border: 1px solid #ddedff;
  border-radius: 20px;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 22%;
  padding: 30px;
  display: flex;
}

.co2-box-item.first-col {
  background-color: #eaf4ff;
  border-color: #ddedff;
  width: 30%;
  display: block;
}

.co2-item-title {
  color: #1e194e;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.co2-item-point-text {
  color: #292d37;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.co2-item-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.section-textblock {
  padding-top: 100px;
  padding-bottom: 100px;
}

.textblock-wrapper {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-onze {
  padding-top: 60px;
  padding-bottom: 100px;
}

.onze-title-box {
  text-align: center;
  margin-bottom: 60px;
}

.onze-box {
  justify-content: space-between;
  display: flex;
}

.onze-item-inner {
  z-index: 2;
  text-align: center;
  background-color: #f7fafd;
  border: 1px solid #ddedff;
  border-radius: 20px;
  min-height: 510px;
  padding: 60px 40px;
  position: relative;
}

.onze-item-img-box {
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 40px;
  display: flex;
}

.onze-item-title {
  color: #292d37;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.onze-item {
  width: 32%;
  position: relative;
}

.onze-item-bottom {
  background-color: #eaf4ff;
  border-radius: 0 0 20px 20px;
  width: 70%;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.section-box {
  padding-top: 60px;
  padding-bottom: 100px;
}

.box-wrapper {
  justify-content: space-between;
  display: flex;
}

.box-item-inner {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ddedff;
  border-radius: 20px;
  min-height: 560px;
  padding: 60px 40px;
  position: relative;
}

.box-item {
  width: 49%;
}

.box-bottom-shadow {
  z-index: 1;
  filter: blur(40px);
  background-color: #ddedff;
  border-radius: 50px;
  width: 75%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -20px;
}

.bold-text-2 {
  text-align: left;
}

.footer-text {
  opacity: 1;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-text:hover {
  text-decoration: underline;
}

.footer-text.last {
  margin-bottom: 0;
}

.flooter-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.footer-link-box-small {
  width: auto;
}

.button {
  text-align: left;
  background-color: #9256a6;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-family: Lato, sans-serif;
}

@media screen and (min-width: 1280px) {
  .navlink {
    font-weight: 700;
  }

  .navlink.w--current {
    color: #9249ae;
    font-weight: 700;
  }

  .lp-navlink {
    font-weight: 700;
  }

  .lp-navlink.w--current {
    color: #9249ae;
    font-weight: 700;
  }
}

@media screen and (min-width: 1440px) {
  .navlink {
    font-weight: 700;
  }

  .navlink.w--current {
    color: #9249ae;
  }

  .heading-h2 {
    margin-top: 40px;
  }

  .paragraph.left-align {
    margin-top: 20px;
  }

  .lp-navlink {
    font-weight: 700;
  }

  .lp-navlink.w--current {
    color: #9249ae;
  }
}

@media screen and (min-width: 1920px) {
  .brand-logo {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .navlink.w--current {
    color: #9249ae;
  }

  .heading-h2 {
    margin-top: 40px;
  }

  .footer-social-row {
    display: none;
  }

  .social-link.linkedin {
    object-fit: fill;
    background-image: url('../images/linkedin.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }

  .lp-navlink.w--current {
    color: #9249ae;
  }
}

@media screen and (max-width: 991px) {
  .section-hero {
    background-position: 50% 100%;
    min-height: auto;
  }

  .navlink {
    font-size: 18px;
  }

  .navmenu {
    background-color: #fff;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 12px 12px 41px #bddff638;
  }

  .menu-btn {
    background-image: url('../images/menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 60px;
    height: 60px;
  }

  .menu-btn.w--open {
    background-color: #0000;
    background-image: url('../images/close.svg');
  }

  .hero-box {
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content-box {
    width: 100%;
  }

  .hero-img-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-why {
    padding-bottom: 100px;
  }

  .why-wrapper {
    flex-wrap: wrap-reverse;
    align-content: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .why-img-box {
    width: 100%;
  }

  .why-content-box {
    text-align: center;
    width: 100%;
    padding-top: 0;
  }

  .paragraph {
    text-align: left;
  }

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

  .why-list-item {
    text-align: left;
  }

  .solution-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .break {
    display: inline-block;
  }

  .solution-box {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .solution-item {
    width: 100%;
    margin-bottom: 80px;
  }

  .solution-item-img-box {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .prices-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .pricing-item {
    width: 100%;
    margin-bottom: 50px;
  }

  .partners-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .partners-logo-box {
    flex-wrap: wrap;
    place-content: flex-start center;
  }

  .partners-logo {
    width: 25%;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .reviews-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .r-slider-left-arrow {
    margin-left: -70px;
    inset: auto auto -50px 50%;
  }

  .r-slider-right-arrow {
    margin-right: -70px;
    inset: auto 50% -50px auto;
  }

  .r-slider-mask {
    width: 100%;
  }

  .r-slide {
    width: 100%;
    margin-right: 0;
  }

  .review-item.mobile {
    margin-top: 20px;
    display: block;
  }

  .form-inner {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .form-box {
    text-align: center;
    width: 100%;
  }

  .form-img-box {
    width: 100%;
  }

  .form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    align-content: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo-box {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-rightside {
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
  }

  .footer-link-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-social-box {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .footer-appstore {
    margin-top: 0;
  }

  .menu-icon {
    opacity: 0;
  }

  .features-item {
    width: 45%;
  }

  .mobile-wrapper {
    flex-wrap: wrap;
  }

  .mobile-leftbox {
    width: 100%;
    margin-bottom: 60px;
  }

  .mobile-rightbox {
    width: 100%;
  }

  .lp-navmenu {
    text-align: left;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    box-shadow: 12px 12px 41px #bddff638;
  }

  .lp-menu-btn {
    background-image: url('../images/menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 60px;
    height: 60px;
  }

  .lp-menu-btn.w--open {
    background-color: #0000;
    background-image: url('../images/close.svg');
  }

  .lp-navlink {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .section-lp-hero {
    background-color: #f9fdff;
  }

  .lp-hero-box {
    width: 100%;
  }

  .section-co2 {
    padding-bottom: 40px;
  }

  .co2-box-1 {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .co2-content-box {
    width: 100%;
    margin-bottom: 60px;
  }

  .co2-img-box {
    width: 100%;
  }

  .co2-box-2 {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .co2-box-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .co2-box-item.first-col {
    text-align: center;
    width: 100%;
  }

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

  .textblock-wrapper {
    width: 100%;
  }

  .section-onze {
    padding-bottom: 40px;
  }

  .onze-box {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .onze-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .onze-item-bottom {
    height: 20px;
  }

  .section-box {
    padding-bottom: 20px;
  }

  .box-wrapper {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .box-item-inner {
    border-width: 0;
    min-height: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .box-item {
    width: 100%;
  }

  .box-bottom-shadow {
    display: none;
  }
}

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

  .app-store-box {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 30px;
  }

  .app-store-textbox {
    flex: 0 auto;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .why-wrapper, .solution-wrapper, .prices-wrapper, .partners-wrapper, .reviews-wrapper, .form-wrapper, .footer-wrapper {
    width: 100%;
  }

  .footer-social-row {
    width: 30%;
  }

  .features-item {
    width: 100%;
  }

  .section-lp-hero {
    background-image: url('../images/lp-hero-mobile.jpg');
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    background-position: 50% 100%;
  }

  .navbar {
    display: block;
  }

  .container-full {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .navmenu {
    display: none;
  }

  .hero-wrapper {
    padding-top: 20px;
  }

  .hero-content-box {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .hero-img-box {
    width: 100%;
    margin-bottom: 50px;
  }

  .hero-lottie-1 {
    z-index: 90;
    text-align: center;
    display: flex;
  }

  .hero-lottie-2 {
    display: flex;
  }

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

  .hero-subtext {
    font-size: 18px;
  }

  .app-store-text {
    font-size: 14px;
  }

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

  .heading-h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .paragraph {
    text-align: left;
  }

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

  .soluton-item-img {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .soluton-item-img._50 {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .pricing-item {
    margin-bottom: 40px;
  }

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

  .partners-logo {
    width: 40%;
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .review-box {
    margin-top: 60px;
  }

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

  .footer-rightside {
    display: block;
  }

  .footer-social-box {
    display: none;
  }

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

  .features-item-icon {
    text-align: left;
  }

  .lp-hero-box {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}


@font-face {
  font-family: 'Poetsenone';
  src: url('../fonts/PoetsenOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Team faces in contact section */
.team-box {
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
  display: flex;
}

.team-member {
  text-align: center;
}

.team-avatar {
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  box-shadow: 0 0 0 2px #9249ae, 11px 11px 41px #bddff638;
}

.team-name {
  color: #292d37;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}

.team-role {
  color: #a3a8b5;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (max-width: 479px) {
  .team-box {
    gap: 30px;
    margin-bottom: 40px;
  }
}

/* Page max width */
html {
  background-color: #eef2f6;
}

body {
  background-color: #fff;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 40px #1e194e14;
}

/* Kenniscentrum */
.section-kc-hero {
  background-color: #f9fdff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
}

.kc-hero-sub {
  color: #292d37;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-kc.last {
  padding-bottom: 100px;
}

.kc-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
  display: flex;
}

.kc-card {
  background-color: #fff;
  border: 1px solid #e7e6e6;
  border-radius: 20px;
  flex-direction: column;
  flex: 1 1 300px;
  max-width: 360px;
  min-width: 280px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.kc-card:hover {
  box-shadow: 11px 11px 41px #bddff638;
}

.kc-card-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  display: block;
}

.kc-card-body {
  flex-direction: column;
  flex: 1;
  padding: 25px 30px 30px;
  display: flex;
}

.kc-card-label {
  color: #9249ae;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.kc-card-title {
  color: #292d37;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.kc-card-text {
  color: #292d37;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.kc-card-cta {
  color: #9249ae;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

/* Artikelpagina */
.section-article {
  padding-top: 40px;
  padding-bottom: 100px;
}

.article-wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.article-label {
  color: #9249ae;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.article-title {
  color: #1e194ecc;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Poetsenone, sans-serif;
  font-size: 44px;
  line-height: 1.15;
}

.article-date {
  color: #a3a8b5;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.article-cover {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.article-h3 {
  color: #292d37;
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.article-list {
  color: #292d37;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.article-quote {
  color: #292d37;
  border-left: 3px solid #9249ae;
  margin: 30px 0;
  padding-left: 25px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.article-next-label {
  color: #a3a8b5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.article-next {
  background-color: #fff;
  border: 1px solid #e7e6e6;
  border-radius: 20px;
  align-items: stretch;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.article-next:hover {
  box-shadow: 11px 11px 41px #bddff638;
}

.article-next-img {
  object-fit: cover;
  width: 240px;
  flex-shrink: 0;
}

.article-next-body {
  flex-direction: column;
  justify-content: center;
  padding: 25px 30px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .article-title {
    font-size: 34px;
  }

  .article-next {
    flex-direction: column;
  }

  .article-next-img {
    aspect-ratio: 16 / 9;
    width: 100%;
  }
}

/* Reserveringstypes in "Wat je ermee kunt" */
.reserve-box {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
  display: flex;
}

.reserve-item {
  background-color: #f7fafd;
  border: 1px solid #ddedff;
  border-radius: 20px;
  flex: 1 1 0;
  min-width: 190px;
  text-align: center;
  padding: 30px 18px;
}

.reserve-item-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.reserve-item-title {
  color: #292d37;
  justify-content: center;
  align-items: flex-start;
  min-height: 48px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  display: flex;
}

.reserve-item-text {
  color: #292d37;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .reserve-item {
    flex-basis: 30%;
  }
}

@media screen and (max-width: 767px) {
  .reserve-item {
    flex-basis: 45%;
  }
}

@media screen and (max-width: 479px) {
  .reserve-item {
    flex-basis: 100%;
    min-width: 100%;
  }

  .reserve-item-title {
    min-height: 0;
  }
}

/* Klantlogo's onder de reviews */
.clients-title {
  color: #292d37;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.clients-box {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 70px;
  display: flex;
}

.client-logo {
  height: 34px;
}

@media screen and (max-width: 479px) {
  .clients-box {
    gap: 25px 40px;
  }

  .client-logo {
    height: 26px;
  }
}

/* Grotere feature-tegels (rij van 3) */
.features-box.large {
  margin-top: 20px;
}

.features-box.large .features-item-icon-box {
  align-items: flex-end;
  height: 115px;
  margin-bottom: 45px;
  display: flex;
}

.features-box.large .features-item-icon {
  max-height: 115px;
  height: 115px;
  width: auto;
}

/* Reviews: op desktop staan alle slides naast elkaar, pijlen alleen op mobiel tonen */
@media screen and (min-width: 992px) {
  .r-slider-left-arrow, .r-slider-right-arrow {
    display: none;
  }
}
