.elementor-1154 .elementor-element.elementor-element-25fd133{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1154 .elementor-element.elementor-element-723aadf{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-55521fe */.rz-footer {
  padding: 72px 24px 28px;
  font-family: Inter, Arial, sans-serif;
}

.rz-footer a {
  color: inherit;
  text-decoration: none;
}

/* CTA bovenin footer */
.rz-footer-cta {
  max-width: 1180px;
  margin: 0 auto 64px;
  padding: 42px;
  background: #c9ddca;
  color: #1f1b18;
  border-radius: 34px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.rz-footer-label {
  margin: 0 0 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8c2e36;
  font-weight: 700;
}

.rz-footer-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: .95;
  letter-spacing: -0.05em;
}

.rz-footer-cta p {
  max-width: 650px;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(31, 27, 24, .72);
}

.rz-footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.rz-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: all .25s ease;
}

.rz-footer-btn.primary {
  background: #8c2e36;
  color: #fff;
}

.rz-footer-btn.secondary {
  background: transparent;
  border: 1px solid rgba(31, 27, 24, .22);
  color: #1f1b18;
}

.rz-footer-btn:hover {
  transform: translateY(-2px);
}

/* Footer content */
.rz-footer-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px;
  background: #fffaf2;
  border-radius: 34px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 44px;
  box-shadow: 0 20px 60px rgba(31, 27, 24, .06);
}

.rz-footer {
  background: #EBBA7C;
}

.rz-footer-logo {
  display: inline-block;
  margin-bottom: 18px;
  background: none;
  padding: 0;
}

.rz-footer-logo img {
  display: block;
  width: 170px;
  height: auto;
}

.rz-footer-brand-text {
  max-width: 255px;
  margin: 0;
  color: rgba(31, 27, 24, .68);
  line-height: 1.65;
  font-size: 15px;
}

.rz-footer-brand p {
  max-width: 360px;
  margin: 0;
  color: rgba(31, 27, 24, .68);
  line-height: 1.7;
  font-size: 15px;
}

.rz-footer-col h3 {
  margin: 0 0 18px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8c2e36;
}

.rz-footer-col a {
  display: block;
  margin-bottom: 12px;
  color: rgba(31, 27, 24, .72);
  font-size: 15px;
  transition: color .2s ease, transform .2s ease;
}

.rz-footer-col a:hover {
  color: #8c2e36;
  transform: translateX(3px);
}

.rz-footer-meta {
  margin-top: 18px;
  display: grid;
  gap: 6px;
  color: rgba(31, 27, 24, .48);
  font-size: 13px;
}

/* Onderste balk */
.rz-footer-bottom {
  max-width: 1180px;
  margin: 34px auto 0;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(31, 27, 24, .48);
  font-size: 13px;
}

.rz-footer-bottom p {
  margin: 0;
}

.rz-footer-legal-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.rz-footer-bottom a,
.rz-footer-credit a {
  color: rgba(31, 27, 24, .56);
  text-decoration: none;
}

.rz-footer-bottom a:hover,
.rz-footer-credit a:hover {
  color: #8c2e36;
}

.rz-footer-credit {
  max-width: 1180px;
  margin: 18px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(31, 27, 24, .08);
  text-align: center;
  font-size: 12px;
  color: rgba(31, 27, 24, .42);
}

@media (max-width: 900px) {
  .rz-footer {
    padding: 48px 18px 24px;
  }

  .rz-footer-cta {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 26px;
  }

  .rz-footer-main {
    padding: 34px;
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
    border-radius: 26px;
  }

  .rz-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .rz-footer-main {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .rz-footer-buttons {
    width: 100%;
  }

  .rz-footer-btn {
    width: 100%;
  }

  .rz-footer-bottom div {
    flex-direction: column;
    gap: 10px;
  }
  
  .rz-footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .rz-footer-legal-links {
    flex-direction: column;
    gap: 10px;
  }

  .rz-footer-credit {
    text-align: left;
  }
}

.rz-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 18px;
}

.rz-footer-socials a {
  width: 38px;
  height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border-radius: 999px;
  background: #f4eee5;
  color: #8c2e36;
  border: 1px solid rgba(140, 46, 54, .16);
  transition: all .25s ease;
}

.rz-footer-socials a:hover {
  background: #8c2e36;
  color: #fff;
  transform: translateY(-2px);
}

.rz-footer-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ec4fcf */.rz-footer {
  padding: 72px 24px 28px;
  font-family: Inter, Arial, sans-serif;
}

.rz-footer a {
  color: inherit;
  text-decoration: none;
}

/* CTA bovenin footer */
.rz-footer-cta {
  max-width: 1180px;
  margin: 0 auto 64px;
  padding: 42px;
  background: #c9ddca;
  color: #1f1b18;
  border-radius: 34px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.rz-footer-label {
  margin: 0 0 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8c2e36;
  font-weight: 700;
}

.rz-footer-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: .95;
  letter-spacing: -0.05em;
}

.rz-footer-cta p {
  max-width: 650px;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(31, 27, 24, .72);
}

.rz-footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.rz-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: all .25s ease;
}

.rz-footer-btn.primary {
  background: #8c2e36;
  color: #fff;
}

.rz-footer-btn.secondary {
  background: transparent;
  border: 1px solid rgba(31, 27, 24, .22);
  color: #1f1b18;
}

.rz-footer-btn:hover {
  transform: translateY(-2px);
}

/* Footer content */
.rz-footer-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px;
  background: #fffaf2;
  border-radius: 34px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 44px;
  box-shadow: 0 20px 60px rgba(31, 27, 24, .06);
}

.rz-footer {
  background: #EBBA7C;
}

.rz-footer-logo {
  display: inline-block;
  margin-bottom: 18px;
  background: none;
  padding: 0;
}

.rz-footer-logo img {
  display: block;
  width: 170px;
  height: auto;
}

.rz-footer-brand-text {
  max-width: 255px;
  margin: 0;
  color: rgba(31, 27, 24, .68);
  line-height: 1.65;
  font-size: 15px;
}

.rz-footer-brand p {
  max-width: 360px;
  margin: 0;
  color: rgba(31, 27, 24, .68);
  line-height: 1.7;
  font-size: 15px;
}

.rz-footer-col h3 {
  margin: 0 0 18px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8c2e36;
}

.rz-footer-col a {
  display: block;
  margin-bottom: 12px;
  color: rgba(31, 27, 24, .72);
  font-size: 15px;
  transition: color .2s ease, transform .2s ease;
}

.rz-footer-col a:hover {
  color: #8c2e36;
  transform: translateX(3px);
}

.rz-footer-meta {
  margin-top: 18px;
  display: grid;
  gap: 6px;
  color: rgba(31, 27, 24, .48);
  font-size: 13px;
}

/* Onderste balk */
.rz-footer-bottom {
  max-width: 1180px;
  margin: 34px auto 0;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(31, 27, 24, .48);
  font-size: 13px;
}

.rz-footer-bottom p {
  margin: 0;
}

.rz-footer-legal-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.rz-footer-bottom a,
.rz-footer-credit a {
  color: rgba(31, 27, 24, .56);
  text-decoration: none;
}

.rz-footer-bottom a:hover,
.rz-footer-credit a:hover {
  color: #8c2e36;
}

.rz-footer-credit {
  max-width: 1180px;
  margin: 18px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(31, 27, 24, .08);
  text-align: center;
  font-size: 12px;
  color: rgba(31, 27, 24, .42);
}

@media (max-width: 900px) {
  .rz-footer {
    padding: 48px 18px 24px;
  }

  .rz-footer-cta {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 26px;
  }

  .rz-footer-main {
    padding: 34px;
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
    border-radius: 26px;
  }

  .rz-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .rz-footer-main {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .rz-footer-buttons {
    width: 100%;
  }

  .rz-footer-btn {
    width: 100%;
  }

  .rz-footer-bottom div {
    flex-direction: column;
    gap: 10px;
  }
  
  .rz-footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .rz-footer-legal-links {
    flex-direction: column;
    gap: 10px;
  }

  .rz-footer-credit {
    text-align: left;
  }
}

.rz-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 18px;
}

.rz-footer-socials a {
  width: 38px;
  height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border-radius: 999px;
  background: #f4eee5;
  color: #8c2e36;
  border: 1px solid rgba(140, 46, 54, .16);
  transition: all .25s ease;
}

.rz-footer-socials a:hover {
  background: #8c2e36;
  color: #fff;
  transform: translateY(-2px);
}

.rz-footer-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  display: block;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-723aadf */.calendly-code-container {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  overflow: visible !important;
}

.calendly-code-container > .e-con-inner {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.calendly-code-container .elementor-widget-html {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */