.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Assistant, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

.section---hero {
  background-image: url('../images/zorg_1.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section---hero.padding {
  -webkit-text-fill-color: inherit;
  background-color: #f3f4f6;
  background-image: url('../images/Hoveniersbedrijf-Amstelveen-2025-15-Large_1.avif');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.section---hero.padding.no-image {
  background-color: #f3f4f6;
  background-image: none;
}

.section---pijnpunt, .section---oplossing {
  background-color: #f3f4f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.section---aan-de-slag {
  background-color: #273328;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.section---voordelen {
  z-index: 1;
  background-color: #f3f4f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.section---werving {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.section---contact {
  z-index: 1;
  background-color: #f3f4f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.section---footer {
  z-index: 1;
  background-color: #373737;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.container---hero {
  width: 100%;
  max-width: 1400px;
  margin-left: -40px;
}

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

.container---oplossing, .container---aan-de-slag {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
}

.container---voordelen {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
}

.container---werving, .container---contact {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
}

.container---footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
}

.container---menu {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-top: 60px;
  margin-bottom: 30px;
  display: none;
}

.hero---text.check {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.pijnpunt---container {
  flex-flow: wrap;
  display: flex;
}

.pijnpunt---item {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 15px;
  display: flex;
}

.pijnpunt---icon {
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.pijnpunt---tekst {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.oplossing---icon-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.oplossing---icon {
  margin: 10px;
}

.aan-de-slag---item-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.aan-de-slag---icon {
  margin-bottom: 10px;
  margin-right: 24px;
}

.aan-de-slag---textstack {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.voordelen---items-container {
  flex-flow: wrap;
  display: flex;
}

.voordelen---quote {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.voordelen---item-container {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.voordelen---item-icon {
  justify-content: center;
  align-items: center;
  width: 20%;
  margin: 20px;
  display: flex;
}

.voordelen---item-textstack {
  width: 80%;
}

.werving---textstack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.werving---foto {
  width: 50%;
  padding-left: 53px;
}

.footer---naw {
  width: 400px;
}

.faq---text-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contact---contact-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 57px;
  padding-right: 124px;
  display: flex;
}

.contact---form {
  width: 75%;
}

.paragraph {
  color: #244727;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph.white {
  color: #fff;
  text-align: left;
}

.paragraph.white._3.white2 {
  color: #fff;
}

.paragraph.white._4 {
  font-size: 26px;
  font-weight: 500;
}

.paragraph.white.footer {
  color: #bdbdbd;
  text-align: right;
}

.paragraph._3 {
  color: #244727;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

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

.hero---block {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 1;
  background-color: #ffffffe0;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 110px;
  margin-bottom: 50px;
  padding: 20px;
  display: flex;
  position: relative;
}

.pijnpunt---block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  display: flex;
}

.oplossing---block, .aan-de-slag---block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  display: flex;
}

.heading, .heading-2 {
  color: #244727;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.white {
  color: #fff;
}

.heading-3 {
  color: #00094a;
}

.button {
  z-index: 4;
  background-color: #209830;
  border-radius: 9px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.sticky-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

.sticky---block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #273328;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  margin-top: 107px;
  margin-right: 20px;
  padding: 32px 26px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.sticky---block.check {
  width: 33%;
}

.sticky---section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.sticky---container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  display: inline-flex;
}

.bold-text, .bold-text-2 {
  font-size: 16px;
}

.paragraph-2.white {
  color: #fff;
}

.text-field {
  color: #00094a;
  background-color: #0000;
  border-radius: 20px;
}

.text-field.large {
  height: 175px;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  padding: 12px 26px;
  font-size: 16px;
}

.form-block {
  display: flex;
}

.div-block-38 {
  width: 100%;
}

.paragraph-3.white {
  color: #fff;
}

.quote-item {
  background-color: #fff;
  width: 50%;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.flex-block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.image {
  width: 75px;
  height: 75px;
  margin-top: 114px;
  margin-left: -39px;
  padding-left: 0;
}

.image._2 {
  margin-top: -111px;
  margin-right: -19px;
}

.small {
  width: 300px;
  height: 300px;
}

.text-field-2 {
  color: #000;
  background-color: #0000;
  border-radius: 20px;
}

.textarea {
  background-color: #0000;
  border-radius: 20px;
}

.text-field-3, .text-field-4, .text-field-5 {
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
}

.link-block {
  position: relative;
}

.link-block.w--current {
  z-index: 3;
}

.section---download {
  background-color: #f3f4f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.container---download {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.section---diensten {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.image-2 {
  border-radius: 9px;
}

.section---pijnpunt-copy {
  background-color: #f3f4f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.section---pijnpunt-copy.foto-s {
  background-color: #fff;
}

.flex-block-3 {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: none;
  position: relative;
}

.lightbox-link {
  border-radius: 0;
}

.image-3 {
  border-radius: 9px;
}

.video {
  width: 730px;
  height: 100%;
}

.flex-block-3-video {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
}

.card {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f8f8fa;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.ticker {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker.is-reversed {
  justify-content: flex-end;
  align-items: center;
}

.ticker.has-horizontal-fade {
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.ticker-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticker-logo {
  flex: none;
  width: auto;
  height: 2.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.review-badge-person {
  font-size: 1em;
}

.stars {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6em;
  display: flex;
}

.review-badge-text {
  margin-left: .2em;
  display: inline-block;
}

.review-badge-text.is-name {
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.slot {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
  position: relative;
}

.slot.has-8-gap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.review-badge-stars {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.group {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.group.has-16-gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.small-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 160%;
}

.user-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  overflow: hidden;
  box-shadow: 0 0 0 3px #fff;
}

.user-avatar.is-small {
  width: 2em;
  height: 2em;
}

.user-avatar.is-shifted {
  margin-left: -.375em;
}

.review-badge {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-badge.is-small {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.small-text-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.body-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
}

.review-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 1em;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15.625em;
  margin: .25em;
  padding: 1.5em;
  display: flex;
}

.image-tick {
  border-radius: 0;
  padding-left: .5em;
  padding-right: .5em;
}

.div-block-39 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  margin-top: 16px;
}

@media screen and (min-width: 1440px) {
  .section---hero.padding {
    background-color: #f3f4f6;
    background-image: url('../images/Hoveniersbedrijf-Amstelveen-2025-15-Large_1.avif');
    background-position: 50%;
    background-size: cover;
  }

  .pijnpunt---block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .sticky---block {
    width: 25%;
  }

  .sticky---section {
    display: flex;
  }

  .paragraph-2.white {
    color: #fff;
  }

  .button-2 {
    color: #000;
    background-color: #fff;
  }

  .div-block-38 {
    width: 100%;
  }

  .paragraph-3.white {
    color: #fff;
  }

  .video {
    width: 880px;
  }
}

@media screen and (max-width: 479px) {
  .container---hero {
    margin-left: 0;
  }

  .hero---title {
    width: 100%;
  }

  .hero---text.check, .pijnpunt---container {
    flex-flow: column;
  }

  .pijnpunt---item, .oplossing---icon-text {
    width: 100%;
  }

  .aan-de-slag---item-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .aan-de-slag---icon {
    margin-right: 16px;
  }

  .voordelen---items-container {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .voordelen---item-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .voordelen---item-icon {
    margin-left: 0;
  }

  .werving---textstack {
    width: 100%;
  }

  .werving---foto, .faq---text-stack {
    display: none;
  }

  .contact---contact-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact---form {
    width: 100%;
  }

  .paragraph.white.footer {
    color: #727171;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
  }

  .hero---block {
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }

  .pijnpunt---block, .oplossing---block, .aan-de-slag---block {
    width: 100%;
  }

  .heading {
    padding-left: 0;
  }

  .sticky---block.mobile {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
  }

  .sticky---section {
    display: none;
    position: static;
  }

  .sticky---section.mobile {
    display: flex;
  }

  .sticky---container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sticky---text {
    display: flex;
  }

  .sticky---text.check {
    display: none;
  }

  .sticky---check {
    display: flex;
  }

  .sticky---check.check {
    display: none;
  }

  .sticky---button {
    display: flex;
  }

  .sticky---button.check {
    display: none;
  }

  .button-2 {
    display: inline-flex;
  }

  .div-block-38 {
    width: 100%;
  }

  .quote-item {
    width: 80%;
  }

  .image {
    margin-top: 291px;
  }

  .image._2 {
    margin-top: -317px;
  }

  .flex-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .flex-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: none;
    overflow: visible;
  }

  .lightbox-link, .image-3 {
    max-width: 90%;
  }

  .flex-block-3-video {
    display: flex;
  }

  .card {
    display: inline-flex;
  }
}


