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

:root {
  --light-color: #f2f2f2;
  --primary-brand-color: #4e6844;
  --dark-color: #1e262d;
  --mid-grey: #727272;
  --secondary-brand-color: #89b6ff;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--light-color);
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Jacquesfrancois, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Jacquesfrancois, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jacquesfrancois, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--primary-brand-color);
  text-decoration: none;
}

img {
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

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

.container {
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.light-text {
  color: var(--light-color);
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.small-p {
  color: #5f5f5f;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.small-p.white {
  color: var(--light-color);
}

.large-p {
  color: var(--dark-color);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.large-p.bold {
  font-weight: 700;
}

.large-p.white {
  color: var(--light-color);
}

.rich-text h3 {
  font-family: Jacquesfrancois, sans-serif;
  font-size: 20px;
}

.style-guide-color-wrap {
  background-color: var(--dark-color);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.primary-color-background {
  background-color: var(--primary-brand-color);
}

.style-guide-color-wrap.secondary-color-background {
  background-color: #f5ead7;
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: var(--mid-grey);
}

.style-guide-color-wrap.light-color-background, .style-guide-color-wrap.white-background {
  background-color: var(--light-color);
}

.button {
  background-color: var(--primary-brand-color);
  border-radius: 100px;
  margin-top: 0;
  padding: 18px 32px;
}

.button.ghost-button {
  border: 2px solid var(--primary-brand-color);
  color: var(--primary-brand-color);
  background-color: #0000;
}

.button.ghost-button.invese-ghost {
  border-color: var(--light-color);
  color: var(--light-color);
}

.button.inverse-button {
  background-color: var(--light-color);
  color: var(--primary-brand-color);
}

.button.form-submit {
  margin-top: 15px;
}

.button.form {
  position: absolute;
  right: 0;
}

.button.third {
  background-color: #0000;
  padding: 0;
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  padding-top: 10px;
  display: grid;
}

.list {
  padding-left: 15px;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-field {
  border: 2px solid var(--primary-brand-color);
  border-radius: 30px;
  height: 58px;
  margin-bottom: 0;
}

.form-field.form-text-area {
  min-height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-field.form-select {
  background-color: var(--light-color);
}

.form-lable {
  margin-top: 20px;
}

.form-checkbox {
  width: 20px;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-background-wrap {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: var(--light-color);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.style-guide-wrap {
  padding-top: 20px;
}

.close-popup-button {
  color: var(--dark-color);
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.style-guide-popup-wrap {
  background-color: var(--dark-color);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.heading {
  color: var(--dark-color);
  font-weight: 400;
  line-height: 120%;
}

.heading.white {
  width: 100%;
  color: var(--light-color);
  font-weight: 400;
}

.heading-2 {
  color: var(--dark-color);
  line-height: 120%;
}

.heading-3 {
  color: var(--dark-color);
  font-family: Jacquesfrancois, sans-serif;
  line-height: 120%;
}

.heading-3.white {
  color: var(--light-color);
}

.heading-4 {
  font-family: Jacquesfrancois, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.paragraph, .paragraph-2 {
  color: var(--dark-color);
  font-family: Montserrat, sans-serif;
  line-height: 150%;
}

.body {
  background-color: var(--light-color);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar-logo-left-container {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  padding: 0 70px 0 5vw;
  display: flex;
  position: fixed;
  top: 1%;
  left: 1%;
  right: 1%;
  box-shadow: 0 0 20px #4e68441a;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  text-align: center;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--primary-brand-color);
}

.nav-dropdown {
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
  position: static;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  transition: opacity .2s, color .2s;
}

.nav-dropdown-link:hover {
  opacity: .7;
  color: var(--primary-brand-color);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--primary-brand-color);
  font-weight: 600;
}

.wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 160px;
  display: flex;
  position: relative;
}

.header-columns {
  max-width: 1120px;
  display: flex;
  position: relative;
}

.header-col-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5ead7;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 16px;
  display: flex;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: auto;
  display: flex;
  position: absolute;
  bottom: -18vh;
}

.header-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.header-col-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header-bg-image {
  object-fit: cover;
  object-position: 0% 50%;
  min-width: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.text-feateres-element {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.bolling-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vector-bolling-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: scale-down;
  object-position: 50% 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  display: flex;
}

.features-list {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5ead7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 160px;
  display: flex;
  position: relative;
}

.features-columns {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  display: flex;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.features-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.desktop-h2 {
  color: #1e262d;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.description {
  color: #1e262d;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.description-2 {
  color: #1e262d;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.usp-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.usp-row-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.usp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vector-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f2f2f2;
  border-radius: 55.5556px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 11px 15px;
  display: flex;
  position: relative;
}

.vector {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.usp-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.horizontal-line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary-brand-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 3px;
  display: flex;
}

.description-1 {
  color: #1e262d;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.vector-wrapper-stroke {
  border: 2px dashed var(--primary-brand-color);
  border-radius: 100px;
  padding: 4px;
  position: absolute;
  inset: -5px;
}

.text-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.text-image-left {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-image-img {
  object-fit: cover;
  border-radius: 1000px;
  width: 400px;
  height: 400px;
  position: relative;
  box-shadow: 0 2px 20px #4e684433;
}

.image-shadow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: blur(10px);
  object-fit: contain;
  background-color: #acacac;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 25px;
  display: flex;
  position: absolute;
  bottom: -10px;
}

.title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 3px;
  display: flex;
}

.text-image-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-image-bg-image {
  position: absolute;
  top: -20px;
  left: -320px;
}

.hanging-leaves-wrapper {
  width: 60px;
  position: absolute;
  top: -20px;
  right: 6em;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-cta {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 160px;
  display: flex;
}

.cta {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.cta_info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_fast-wrapper {
  grid-column-gap: -56px;
  grid-row-gap: -56px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  display: flex;
}

.author {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 1000px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.user-image {
  object-fit: cover;
  border-radius: 100px;
  min-width: 50px;
  min-height: 50px;
}

.desktop-quote {
  color: #1e262d;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.footer-bottom {
  grid-row-gap: 100px;
  background-image: linear-gradient(#554c3e, #1e262d);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 100px 60px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.footer-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  color: #f2f2f2;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: opacity .2s;
}

.link:hover {
  opacity: .7;
}

.footer-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 2px solid var(--light-color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.copyright {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.copyright-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  opacity: .7;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-p {
  color: #f2f2f2;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.footer-p.bold {
  font-weight: 700;
  text-decoration: underline;
}

.designer {
  opacity: .7;
  color: #f2f2f2;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.footer-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 20em;
  display: flex;
}

.footer-bg-leaves {
  justify-content: flex-end;
  width: 100px;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-bg-circle {
  width: 240px;
  position: absolute;
  inset: auto auto 0% 0;
}

.navbar-placeholder {
  height: 86px;
}

.header-bg-placeholder {
  width: 320px;
  height: 364px;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.navbar-dot-marker {
  background-color: var(--primary-brand-color);
  border-radius: 20px;
  width: 7px;
  height: 7px;
}

.navbar-list-item {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header-info-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 105vh;
  max-height: 930px;
  display: flex;
  position: relative;
}

.header-info-bg {
  background-image: linear-gradient(to right, #554c3e, #1e262d);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  padding-top: 190px;
  padding-left: 52vw;
  padding-right: 160px;
  display: flex;
  position: relative;
}

.header-info-img-wrapper {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48vw;
  height: 600px;
  max-height: 600px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.header-info-img-wrapper.desktop {
  border-radius: 0 15px 15px 0;
}

.header-info-img-wrapper.mobile {
  border-radius: 0 15px 15px 0;
  display: none;
}

.header-info-img {
  object-fit: cover;
  min-width: 100%;
}

.header-info-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.continue-reading-animation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 67px;
  display: flex;
  position: relative;
  bottom: 0;
}

.arrow-vector {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.75px;
  height: 14px;
  display: flex;
}

.header-info-title {
  width: 100%;
}

.standard {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f2f2f2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 100px 160px;
  display: flex;
}

.standard-conent-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.natuurgeneeskundig-consult {
  color: #f2f2f2;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.approach-element {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  max-width: 1120px;
  display: flex;
}

.div-block {
  align-items: center;
  display: flex;
}

.vector-bolling-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: scale-down;
  object-position: 50% 0%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  display: flex;
}

.image-collection-element {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
  position: relative;
}

.image-collection-img {
  object-fit: cover;
  border-radius: 5px;
  width: 200px;
  height: 150px;
  position: relative;
}

.image-collection-background {
  background-color: #f5ead7;
  width: 100%;
  height: 90%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
}

.wrapper-small {
  justify-content: center;
  padding: 100px 80px;
  display: flex;
}

.contact-container {
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  padding: 60px 80px;
  display: flex;
  position: relative;
}

.contact-wrapper-left {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 35vw;
  max-width: 500px;
  display: flex;
}

.contact-form {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-img {
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 0 20px #4e684433;
}

.contact-img-wrapper {
  border-radius: 15px;
  justify-content: flex-end;
  width: 30vw;
  min-height: 100%;
  display: flex;
  position: absolute;
  top: 60px;
  right: 80px;
}

.contact-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-bg-img {
  position: absolute;
  top: 0;
  right: 0;
}

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

.lightbox-link {
  grid-column-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.gear-right {
  position: absolute;
  top: 5%;
  right: 30%;
}

.gear-left {
  position: absolute;
  top: 4%;
}

.text-span {
  color: var(--primary-brand-color);
}

.bold-text {
  color: var(--primary-brand-color);
  font-weight: 700;
}

.select-field {
  border: 2px solid var(--primary-brand-color);
  background-color: #fff;
  border-radius: 100px;
  height: 58px;
}

@media screen and (min-width: 1440px) {
  .image-wrapper {
    max-width: 500px;
  }

  .header-image {
    height: 500px;
  }

  .vector-bolling-top {
    object-fit: cover;
  }

  .f2wf-columns {
    justify-content: space-between;
  }

  .text-image-right {
    max-width: 460px;
  }

  .copyright {
    padding-right: 60px;
  }

  .approach-element {
    justify-content: space-between;
  }

  .vector-bolling-bottom {
    object-fit: cover;
  }

  .image-collection-img {
    width: 100%;
    height: 200px;
  }

  .wrapper-small {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gear-left {
    right: 43%;
  }
}

@media screen and (max-width: 991px) {
  .heading-2.center {
    text-align: center;
  }

  .navbar-holder {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    grid-row-gap: 32px;
    background-color: #0000;
    flex-direction: column;
    height: auto;
  }

  .nav-menu-two {
    grid-row-gap: 40px;
    background-color: #fff;
    border-radius: 15px;
    flex-flow: column wrap;
    justify-content: space-around;
    margin-top: 10px;
    padding: 60px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    border-radius: 5px;
    padding: 12px;
    transition: background-color .2s;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: var(--dark-color);
    color: #fff;
    border-radius: 5px;
  }

  .wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .header-columns {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
  }

  .actions {
    width: 100%;
  }

  .image-wrapper {
    max-width: none;
    position: static;
  }

  .header-image {
    height: auto;
  }

  .features-list {
    padding-left: 80px;
    padding-right: 80px;
  }

  .features-columns {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .f2wf-columns {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .column {
    max-width: none;
  }

  .usp-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .usp-row-wrapper {
    justify-content: center;
  }

  .usp {
    max-width: 260px;
  }

  .text-image-right {
    width: 100%;
  }

  .footer-cta {
    padding-left: 34px;
    padding-right: 34px;
  }

  .cta {
    flex-direction: column;
  }

  .cta-element {
    flex-direction: column;
    align-items: flex-start;
  }

  .f2wf-small-columns {
    flex-direction: column;
  }

  .footer-links {
    align-items: flex-start;
  }

  .copyright {
    padding-right: 0;
  }

  .footer-info {
    align-items: flex-start;
  }

  .footer-bg-leaves {
    top: auto;
    bottom: 0;
  }

  .header-info-page {
    overflow: hidden;
  }

  .header-info-bg {
    padding-right: 80px;
  }

  .standard {
    padding-left: 80px;
    padding-right: 80px;
  }

  .standard-conent-wrapper {
    width: 100%;
  }

  .approach-element {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-collection-element {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 80px;
    padding-right: 80px;
    display: grid;
  }

  .image-collection-img {
    width: 100%;
  }

  .wrapper-small, .contact-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-wrapper-left {
    width: 45vw;
  }

  .contact-img {
    object-fit: cover;
  }

  .contact-img-wrapper {
    width: 35vw;
    right: -2vw;
  }

  .contact-title {
    width: 100%;
  }

  .gear-right {
    right: 35%;
  }
}

@media screen and (max-width: 767px) {
  .light-text, .small-p {
    font-size: 14px;
  }

  .large-p {
    font-size: 18px;
  }

  .style-guide-color-wrap {
    height: auto;
  }

  .button {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .button.ghost-button {
    width: 100%;
  }

  .button.form {
    width: auto;
  }

  .form-field {
    font-size: 14px;
  }

  .heading {
    font-size: 40px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-link {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }

  .wrapper, .features-list {
    padding: 80px 40px;
  }

  .f2wf-columns {
    grid-row-gap: 60px;
  }

  .features-left {
    max-width: none;
  }

  .usp-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .text-image-right {
    width: auto;
  }

  .hanging-leaves-wrapper {
    right: 1.3em;
  }

  .footer-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-bottom {
    padding-left: 25px;
    padding-right: 25px;
  }

  .f2wf-small-columns {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .copyright-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-bg-leaves {
    right: -15.8em;
  }

  .navbar-placeholder {
    height: 74px;
  }

  .navbar-logo {
    width: 140px;
    height: auto;
  }

  .link-2 {
    font-size: 14px;
  }

  .header-info-page {
    height: 100%;
    overflow: visible;
  }

  .header-info-bg {
    grid-row-gap: 30px;
    height: auto;
    margin-bottom: 20px;
    padding-top: 170px;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .header-info-img-wrapper {
    width: 80vw;
    height: 260px;
  }

  .header-info-img-wrapper.desktop {
    display: none;
  }

  .header-info-img-wrapper.mobile {
    width: 95vw;
    height: 360px;
    display: flex;
    position: relative;
    bottom: -20px;
    left: -40px;
  }

  .header-info-img {
    object-position: 50% 100%;
  }

  .standard {
    padding: 80px 40px;
  }

  .approach-element {
    grid-row-gap: 60px;
  }

  .image-collection-element {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .wrapper-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-container {
    flex-direction: column;
  }

  .contact-wrapper-left {
    width: auto;
  }

  .contact-img-wrapper {
    width: auto;
    min-height: auto;
    position: relative;
    top: auto;
    bottom: -15vh;
    right: auto;
  }

  .contact-title {
    width: auto;
  }

  .contact-bg-img {
    width: 60%;
  }

  .gear-right {
    right: 32%;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .navbar-holder {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .actions {
    flex-direction: column;
  }

  .bolling-top {
    justify-content: flex-end;
  }

  .features-list {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .usp-wrapper {
    grid-row-gap: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .usp-row-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .vector-wrapper {
    position: relative;
  }

  .vector-wrapper-stroke {
    position: absolute;
    inset: -5px;
  }

  .text-image-img {
    width: 340px;
    height: 340px;
  }

  .text-image-bg-image {
    left: -160px;
  }

  .hanging-leaves-wrapper {
    right: .3em;
  }

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

  .footer-cta {
    padding-left: 11px;
    padding-right: 11px;
  }

  .footer-bottom {
    grid-row-gap: 60px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyright {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .copyright-left {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .footer-p {
    text-align: left;
  }

  .header-bg-placeholder {
    width: 230px;
    height: 260px;
  }

  .header-info-bg, .standard {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vector-bolling-bottom {
    object-position: 50% 0%;
  }

  .image-collection-element {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .image-collection-img {
    object-fit: cover;
  }

  .wrapper-small, .contact-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gear-right {
    width: 40px;
    top: 7%;
    right: 30%;
  }

  .gear-left {
    width: 25px;
    top: 4%;
    right: 43%;
  }
}

#w-node-af6ac8e3-b1ce-cda6-23dc-a32b43a6a065-42889ff7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cef64361-1f9b-8732-7793-1d4785eeed97-42889ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4313243-b51c-03bb-11ad-c431ebe2a80b-42889ff7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d2d682-3502-a29f-1a22-871f47028af2-42889ff7, #w-node-eb00ca3d-f0c1-8354-e9aa-1faf574614be-42889ff7, #w-node-_85cb43b8-5298-9d0a-b169-853350d81ae0-42889ff7, #w-node-_5ce572de-a6ee-b264-99b3-588be3f1debe-42889ff7, #w-node-e573c9ae-1e4b-15b0-7098-638502628a9c-42889ff7, #w-node-_0c02166c-4ee3-9762-cc8d-f567a47991b2-42889ff7, #w-node-_31bfd8e3-b79a-c6a8-c644-de3e1d6aef06-42889ff7, #w-node-_8101b2ee-d87b-6d50-ecc4-1cc6560df4db-42889ff7, #w-node-aa9291ec-5ca1-3ae2-496b-ff742d602a68-42889ff7, #w-node-_479385eb-f044-0d6d-9fb9-3510fe0092c5-42889ff7, #w-node-_36d6a540-3dac-ba1b-4887-4e460e7ddc86-42889ff7, #w-node-_58a77a61-8d2a-f298-bcf8-5b5d6bda4258-42889ff7, #w-node-_84eebd00-708d-d564-7474-81a48d7f1aa8-42889ff7, #w-node-c0ceb277-bbf2-2cf4-4072-7fa273a7e783-42889ff7, #w-node-_293d8aee-201d-8e8e-7d11-7b9b1bf3932f-42889ff7, #w-node-e02f6cf5-e81b-07a2-d153-c916403846e7-42889ff7, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec6-42889ff7, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec7-42889ff7, #w-node-_40d4d6df-e38b-f778-5115-ea8f93d0542e-42889ff7, #w-node-c9d7c3ab-d31b-4fe2-e290-666f73a76a6a-42889ff7, #w-node-_1cb2eaff-c085-9ab3-df4a-1725ee4f484b-42889ff7, #w-node-_1229091c-99d0-b728-5727-37785a9996e2-42889ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f637bbff-835b-0236-4124-4ac1eef82ac3-42889ff7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826fbc41-7f9a-f875-b76e-3e9c3ff2002b-42889ff7, #w-node-ed82fd76-b394-3b31-d285-0d24c40a28ca-42889ff7, #w-node-_11717b33-079b-321a-8523-e173de28bfe2-42889ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e383549d-c8b3-87cd-ee42-73f99aa01117-42889ff7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55db6e40-b97b-9254-09df-2929df1b67ad-42889ff7, #w-node-_8a96fce1-c74f-35f2-c6f4-3587e7d0e79a-42889ff7, #w-node-bfdc7d70-2863-8331-b4f9-ad395f381310-42889ff7, #w-node-_8219438d-b20e-01aa-f124-d537d0821573-42889ff7, #w-node-df52a5df-cf6e-cd43-ccd8-20633efad3fb-42889ff7, #w-node-cd8a551e-24bb-f985-80c2-ed654c7036ec-42889ff7, #w-node-c73ec5c5-9d1c-c71a-647d-93fd71def3a3-42889ff7, #w-node-b28db8fa-48cc-0fc7-f454-c90e65fa4e38-42889ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18765f94-c4e6-c755-ac1d-a3de06ce4dbc-42889ff7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91cfe370-0245-0733-cc80-e0128461d2a5-42889ff7, #w-node-_983a314a-baad-360b-c27c-560bd790abd0-42889ff7, #w-node-dec986e8-2989-ac3d-9697-51959cdb817b-42889ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_539debc5-c3bf-e500-5373-a3259d80206f-42889ff7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aecd07ed-cd8b-1716-e906-11a45aa52757-42889ff7, #w-node-_432c5549-5a58-4527-4926-71dbf8e6a1d1-42889ff7, #w-node-_165d79eb-b2a5-28c4-eb36-16dde57c961e-42889ff7, #w-node-c962fc9a-3fcf-08e3-bdf2-4ecd4a9701dd-42889ff7, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554aa-42889ff7, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554ab-42889ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca97c44-ed2a-c4d2-234a-6c62ee4dc6b5-42889ff7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65cb131a-038a-ef25-ea34-fb9ed9c178b0-42889ff7, #w-node-_50c4eecd-635c-c0cb-6b83-c35774246b79-42889ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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