@font-face {
  font-family: Material icons;
  src: url('../fonts/Material_Icons.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

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

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

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

.icon {
  font-family: Material icons, sans-serif;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Material icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.frame-1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar {
  background-color: #fffcf7;
  border: 0 solid #2b2b2b;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.content {
  border: 0 solid #2b2b2b;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.content-2 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 27px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-one {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-2 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.header {
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 900px;
  min-height: 900px;
  text-decoration: none;
  display: flex;
}

.header._30 {
  background-color: #000000c9;
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1471775399.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: none;
}

.header._30-new {
  background-color: #000000c9;
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1471775399.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-left: 64px;
  padding-right: 64px;
}

.column-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

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

.medium-length-hero-headline-goes-here {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.error-4d504d0c-139e-33c9-6dc6-5885ec9efc02 {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-4 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image {
  object-fit: cover;
}

.frame-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-6 {
  border: 0 #2b2b2b;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.content-7 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 172.183px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.button-3 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-5 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

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

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-4 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-5 {
  grid-column-gap: 8px;
  border: 1px solid #fffcf7;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fffcf7;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-6 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.layout-2 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-2._27 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-2 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-9 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-10 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-4 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.list-item {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.number {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-5 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-2 {
  object-fit: cover;
}

.layout-3 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 864px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 640px;
  text-decoration: none;
  display: flex;
}

.placeholder-image-3 {
  object-fit: cover;
}

.content-11 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 616px;
  height: 640px;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-12 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-6 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-3 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-6 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-7 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 640px;
  text-decoration: none;
  display: flex;
}

.placeholder-image-4 {
  object-fit: cover;
}

.content-13 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 616px;
  height: 640px;
  text-decoration: none;
  display: flex;
}

.content-14 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-8 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-4 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-8 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 640px;
  text-decoration: none;
  display: flex;
}

.placeholder-image-5 {
  object-fit: cover;
}

.content-15 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 616px;
  height: 640px;
  text-decoration: none;
  display: flex;
}

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

.button-9 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.cta {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta._13 {
  max-width: none;
}

.container-6 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.content-17 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-5 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-10 {
  grid-column-gap: 8px;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #fffcf7;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.testimonial {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container-7 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-18 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-11 {
  grid-column-gap: 8px;
  border: 1px solid #5e7962;
  border-radius: 50px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: static;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-19 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.quote {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.avatar {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.avatar-image {
  object-fit: cover;
}

.avatar-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-12 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.slider-dots {
  grid-column-gap: 9px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  color: #5d7962;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.faq {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.faq._4 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
  font-family: Poppins, sans-serif;
}

.container-8 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-13 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.accordion-item-2 {
  border: 1px solid #5e7962;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  text-decoration: none;
  display: flex;
}

.question {
  color: #2b2b2b;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.content-20 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 560px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.content-21 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.button-12 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-13 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.div-block {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.accordion-item-3 {
  background-color: #0000;
  border: 1px solid #5e7962;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 24px;
}

.bold-text {
  color: #2b2b2b;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.accordion-item-content-2 {
  color: #8b8b8b;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
}

.icon-2.accordion-icon {
  color: #5d7962;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.paragraph-9 {
  color: #2b2b2b;
  letter-spacing: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: wrap;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.accordion-heading-2 {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.accordion-heading-2:focus-visible, .accordion-heading-2[data-wf-focus-visible] {
  color: #000;
}

.cta-2 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-2._1 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-9 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-14 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-6 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-14 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-15 {
  grid-column-gap: 8px;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-6 {
  object-fit: cover;
}

.footer {
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
}

.footer._3 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
  font-family: Poppins, sans-serif;
}

.content-22 {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.column-5 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 864px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 27px;
  text-decoration: none;
  display: flex;
}

.content-23 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-24 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.level-1-12-sample-st-sydney-nsw-2000 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._1800-123-4567 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.column-6 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-list {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 180px;
  text-decoration: none;
  display: flex;
}

.link-one-2 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.content-25 {
  grid-column-gap: 64px;
  border: 1px solid #2b2b2b;
  border-width: 1px 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.logos {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-list-2 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 103px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 76.5px;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 76.5px;
  height: 65px;
  text-decoration: none;
  display: flex;
}

.chartered-psychologist-logo {
  object-fit: cover;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-logo-center {
  background-color: #fffcf7;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.container-11 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: static;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

.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 {
  background-color: #fefcf6;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-dropdown-link {
  border-bottom: 1px solid #000;
  padding: 15px 0;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: #5e7962;
}

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

.nav-dropdown-link.w--current {
  color: #5e7962;
}

.nav-dropdown-link.last_link {
  border-bottom-style: none;
}

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary {
  color: #2b2b2b;
  letter-spacing: normal;
  text-transform: none;
  background-color: #8bb5ba;
  border-radius: 2px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  color: #2b2b2b;
  background-color: #8bb5ba;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.only {
  background-color: #e7a258;
  font-weight: 600;
}

.header-2 {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header-2._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1405778995.jpg');
  background-position: 0 0, 0 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: none;
}

.content-26 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.error-72773758-5c67-d39c-08e2-1af9c671c4f3 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.contact {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 1232px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.contact._16 {
  max-width: none;
  height: auto;
  padding-bottom: 112px;
  display: none;
}

.content-27 {
  grid-column-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-28 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-9 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-19 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.row-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.content-29 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.contact-info {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.link, .text-20 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.placeholder-image-7 {
  object-fit: cover;
}

.content-30 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-31 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-11 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-21 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.row-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.heading-12 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-22 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-8 {
  object-fit: cover;
}

.content-32 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-33 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-13 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-23 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.row-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.heading-14 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-24 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-9 {
  object-fit: cover;
}

.contact-2 {
  grid-row-gap: 48px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.contact-2._2 {
  padding-top: 0;
}

.form {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.inputs {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.type-default {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.icon-false {
  grid-column-gap: 16px;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.radios {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.column-7 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.selected-false {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 113px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.label {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.selected-false-2 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 118px;
  text-decoration: none;
  display: flex;
}

.selected-false-3 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 114px;
  text-decoration: none;
  display: flex;
}

.selected-false-4 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 135px;
  text-decoration: none;
  display: flex;
}

.selected-false-5 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  text-decoration: none;
  display: flex;
}

.selected-false-6 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 69px;
  text-decoration: none;
  display: flex;
}

.text-area {
  background-color: #fff;
  border: 1px solid #2b2b2b;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 12px;
  display: flex;
  position: relative;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 106.946px;
  left: 627.406px;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 105.532px;
  left: 633.063px;
}

.selected-false-7 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 142px;
  height: 37px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.label-2 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-16 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 99px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-17 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-12 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-15 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-27 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-7 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-18 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-19 {
  grid-column-gap: 8px;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-10 {
  object-fit: cover;
}

.testimonial-slider-large {
  background-color: #fefcf6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 128px;
  position: relative;
}

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

.testimonial-slide {
  background-color: #fefcf6;
  justify-content: center;
  align-items: center;
  height: 354px;
  padding: 12px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: flex;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask {
  height: auto;
  position: static;
}

.icon-3 {
  color: #5d7962;
}

.accordion-item-1, .accordion-item2, .accordion-item3 {
  background-color: #0000;
  border: 1px solid #5e7962;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 24px;
}

.content-34 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.layout-4 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.content-35 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.heading-16 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.error-3ee9c616-dfcd-4176-8275-40651ce907d3 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-5 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container-13 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-11 {
  object-fit: cover;
}

.content-36 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-37 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-17 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-29 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.error-0715486d-f861-e57b-b035-34add23887d1 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.logo {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
}

.container-14 {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-18 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.content-38 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 139.999px;
  height: 55.9997px;
  text-decoration: none;
  display: flex;
}

.container-15 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-19 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-30 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-8 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-20 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-21 {
  grid-column-gap: 8px;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-12 {
  object-fit: cover;
  max-width: none;
}

.link-block {
  text-decoration: none;
}

.link-block.w--current {
  color: #db7575;
}

.text-block {
  color: #1a1b1f;
  font-weight: 600;
}

.header-3 {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 490px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header-3._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1757822633.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.layout-6 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container-16 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tabs-menu {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tab-horizontal {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-22 {
  justify-content: center;
  align-items: center;
  width: .0000106656px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.content-40 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.short-heading-goes-here {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.text-32 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-23 {
  justify-content: center;
  align-items: center;
  width: .0000088297px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.short-heading-goes-here-2 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.placeholder-image-13 {
  object-fit: cover;
}

.layout-7 {
  grid-row-gap: 80px;
  background-color: #f2f5f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.heading-20 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.row-5 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.section-title-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-21 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-33 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.action {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.container-17 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-41 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-42 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-22 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-34 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.actions-9 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-22 {
  grid-column-gap: 8px;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-23 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.placeholder-image-14 {
  object-fit: cover;
}

.container-18 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-23 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-35 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-10 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-24 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-25 {
  grid-column-gap: 8px;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-36 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-15 {
  object-fit: cover;
}

.testimonial-slider-large---services {
  background-color: #fefcf6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.faq---services {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.content-43 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.content-44 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.heading-24 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-37 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-19 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-45 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-46 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-25 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-38 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-4 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.subheading-one {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-39 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-11 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-26 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.layout-8 {
  grid-row-gap: 80px;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container-20 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-47 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-48 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-26 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-40 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-27 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-41 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-12 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-27 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.body, .body-2, .body-3, .body-4, .body-5 {
  font-family: Poppins, sans-serif;
}

.layout-9 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container-21 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-49 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-50 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-9 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-28 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-42 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-5 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-29 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.subheading-one-2 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-43 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-13 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-28 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-44 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-16 {
  object-fit: cover;
}

.testimonial-slider-large---a4a {
  background-color: #fefcf6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.faq---a4a {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.faq---a4a._4 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.cta-3 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container-22 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-12 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-29 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-45 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-14 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-29 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-46 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-30 {
  grid-column-gap: 8px;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-47 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-17 {
  object-fit: cover;
}

.hubspot-formwrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.hubspot-form {
  width: 100%;
  max-width: 768px;
}

.hubspot-input {
  box-sizing: border-box;
  color: #33475b;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 40px;
  margin-right: 0;
  padding: 9px 10px;
  font-family: arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.hubspot-label {
  box-sizing: border-box;
  color: #212d3a;
  width: auto;
  max-width: 500px;
  margin-top: 1rem;
  margin-bottom: 4px;
  padding-top: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.hubspot-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #8cb5ba;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  width: 90%;
  max-width: 99px;
  height: 40px;
  margin: 1rem auto 0;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  transition: all .15s linear;
  display: block;
  position: relative;
}

.hubspot-checkbox {
  margin-right: 1rem;
}

.section {
  background-color: #fefcf6;
}

.label-3, .label-4, .label-5, .label-6 {
  font-weight: 300;
}

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

.hubspot-input---message {
  box-sizing: border-box;
  color: #33475b;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  border-radius: 0;
  width: 100%;
  max-width: 768px;
  height: 180px;
  padding: 9px 10px;
  font-family: arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.hubspot-label---2 {
  box-sizing: border-box;
  color: #212d3a;
  width: auto;
  max-width: 500px;
  margin-top: 1rem;
  margin-bottom: 4px;
  padding-top: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.layout-10 {
  grid-row-gap: 80px;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-10._201 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-23 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-51 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-52 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-2 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.list-6 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.row-1 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-30.smaller {
  width: 36px;
  height: 36px;
}

.heading-30 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-48 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-about-us {
  object-fit: cover;
}

.cta-2-home {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.placeholder-image-home {
  object-fit: cover;
}

.cta-4 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-4._1 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-24 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-13 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-31 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-49 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-15 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-31 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-32 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-18 {
  object-fit: cover;
}

.header-4 {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header-4._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1446899361.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  max-width: none;
}

.content-53 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-2 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.error-8e7b8306-9d0a-339e-9ba9-f023d2564953 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-11 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-11._90 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.content-54 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.heading-32 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.error-7515a8c1-b3ed-d220-d1f5-431d3f5a9bd4 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-15 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-25 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-19 {
  object-fit: cover;
}

.content-55 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-56 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-11 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-33 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.list-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.row-6 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-31 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-34 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-50 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-18---home, .placeholder-image-18---contact {
  object-fit: cover;
}

.div-block-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-3 {
  width: 768px;
  display: flex;
}

.hubspot-input-copy {
  box-sizing: border-box;
  color: #33475b;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 40px;
  margin-left: 20px;
  margin-right: 0;
  padding: 9px 10px;
  font-family: arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.hubspot-label-copy, .hubspot-label---phone {
  box-sizing: border-box;
  color: #212d3a;
  width: auto;
  max-width: 500px;
  margin-top: 1rem;
  margin-bottom: 4px;
  margin-left: 20px;
  padding-top: 0;
  font-family: arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.hubspot-input---phone {
  box-sizing: border-box;
  color: #33475b;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 40px;
  margin-left: 20px;
  margin-right: 0;
  padding: 9px 10px;
  font-family: arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.layout-12 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-12._42 {
  max-width: none;
}

.content-57 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.heading-35 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.column-17 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-51 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-13 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-13._10 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-26 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-58 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-59 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-12 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-36 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-52 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-8 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.subheading-one-3 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-53 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-16 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-33 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-34 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-20 {
  object-fit: cover;
}

.container-27 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-21 {
  object-fit: cover;
}

.content-60 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-13 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-37 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-54 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-9 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-38 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-55 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-17 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-35 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-36 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-14 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-14._10 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-28 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-61 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-14 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-39 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-56 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-10 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.subheading-one-4 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-57 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-18 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-37 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-38 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-22 {
  object-fit: cover;
}

.testimonial-slider-large-a4a {
  background-color: #fefcf6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.content-62 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-3 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.layout-15 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-15._18 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-29 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.content-63 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-40 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-58 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-11 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item-7 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.error-8ecbe883-5618-5cc5-f698-0b21b37fc90b {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.list-12 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-2 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-23 {
  object-fit: cover;
}

.layout-16 {
  grid-row-gap: 80px;
  background-color: #f2f5f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-16._242 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.heading-41 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.row-7 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  display: flex;
}

.list-item-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-42 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-59 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-60 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-0 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.layout-17 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-17._12 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-30 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.section-title-15 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-43 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-61 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-24 {
  object-fit: cover;
}

.cta-5 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-5._1 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-31 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-18 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-44 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-62 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-19 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-39 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-40 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-25 {
  object-fit: cover;
}

.faq---adult-adhd-assess {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.faq---adult-adhd-assess._4 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.cta-6 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 576px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-6._51 {
  padding-left: 128px;
  padding-right: 128px;
}

.card {
  grid-row-gap: 8px;
  border: 1px solid #f2f5f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  height: 100%;
  padding: 64px;
  text-decoration: none;
  display: flex;
}

.content-64 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

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

.heading-45 {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-63 {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-20 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-41 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-42 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-66 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-4 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.content-67 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-5 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.layout-18 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-18._18, .layout-18._10 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
  font-family: Poppins, sans-serif;
}

.layout-18._6 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.layout-18._90 {
  max-width: none;
  padding: 64px 128px 20px;
}

.layout-18._90.thankyou {
  padding-top: 112px;
  padding-bottom: 112px;
}

.container-32 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-68 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-46 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-64 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-13 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item-9 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-14 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-37 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-3 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-26 {
  object-fit: cover;
}

.layout-19 {
  grid-row-gap: 80px;
  background-color: #f2f5f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-19._242 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.heading-47 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.row-8 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  margin-top: 40px;
  display: flex;
}

.list-item-10 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-48 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-65 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-66 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-67 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.container-33 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-69 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-16 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-49 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.list-15 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.subheading-one-5 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-68 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-27 {
  object-fit: cover;
}

.cta-7 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 576px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-7._51 {
  padding-left: 128px;
  padding-right: 128px;
}

.content-70 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

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

.actions-21 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-43 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-44 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.cta-8 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-8._1 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
  font-family: Poppins, sans-serif;
}

.container-34 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-19 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-50 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-69 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-22 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-45 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-46 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-28 {
  object-fit: cover;
}

.content-72 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-6 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.container-35 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-73 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-51 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-70 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.price {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-4 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.placeholder-image-29 {
  object-fit: cover;
  flex: 0 auto;
  max-width: 50%;
  display: block;
  position: static;
}

.layout-20 {
  grid-row-gap: 80px;
  background-color: #f2f5f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-20._242 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.heading-52 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.row-9 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  margin-top: 20px;
  display: flex;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-53 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-71 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-72 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-1 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-36 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-74 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-54 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-73 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-17 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-41 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.subheading-one-6 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-74 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-30 {
  object-fit: cover;
}

.cta-9 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 576px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-9._51 {
  padding-left: 128px;
  padding-right: 128px;
}

.content-75 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

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

.actions-23 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-47 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-48 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.cta-10 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-10._1 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
  font-family: Poppins, sans-serif;
}

.container-37 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-20 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-55 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-75 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-24 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-49 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-50 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-31 {
  object-fit: cover;
}

.content-77 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-7 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.container-38 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.content-78 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-56 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-76 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-18 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-42 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.subheading-one-7 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-77 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-25 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-51 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-52 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-32 {
  object-fit: cover;
}

.layout-21 {
  grid-row-gap: 80px;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container-39 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-33 {
  object-fit: cover;
}

.content-79 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-57 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-78 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-19 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-43 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-58 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.actions-26 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-53 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-54 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-22 {
  grid-row-gap: 80px;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-22._201 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-40 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.placeholder-image-34 {
  object-fit: cover;
}

.content-80 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-59 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-79 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-20 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-44 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-60 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.actions-27 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-55 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-56 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.cta-11 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-11._1 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-41 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.column-21 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-61 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-80 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-57 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-58 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-35 {
  object-fit: cover;
}

.container-42 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-81 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-62 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-81 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-21 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-45 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.subheading-one-8 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.actions-28 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-59 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-60 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-36 {
  object-fit: cover;
}

.container-35-copy {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-9-copy {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  display: flex;
}

.cta-5---a4a {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-5---a4a._1 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.header-4---asd {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header-4---asd._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1682694453.jpg');
  background-position: 0 0, 40% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: none;
}

.header-2-copy {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header-2-copy._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1405778995.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.content-82 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-8 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.header-5 {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.content-83 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-9 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.accordion-heading-3 {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.accordion-heading-3:focus-visible, .accordion-heading-3[data-wf-focus-visible] {
  color: #000;
}

.accordion-item-content-3 {
  color: #8b8b8b;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
}

.content-84 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-82 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-85 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.button-61 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 104px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-62 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.accordion-item-4 {
  background-color: #0000;
  border: 1px solid #5e7962;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 24px;
}

.container-43 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.icon-4.accordion-icon {
  color: #5d7962;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.heading-63 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.heading-64 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.placeholder-image-37 {
  object-fit: cover;
}

.actions-29 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-63 {
  color: #2b2b2b;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.text-83 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-44 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.header---faq {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header---faq._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1474922338.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: none;
}

.header-6 {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header-6._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1354422075.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: none;
}

.content-86 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-10 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.error-5883e9fc-633f-641b-88d2-c733cf70a979 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-65 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.container-45 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.content-87 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-38 {
  object-fit: cover;
}

.error-18c77277-b3cb-4cba-90fa-baa475a6e4c9 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-84 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-88 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.layout-23 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-23._18 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.text-85 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-item-11 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-66 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-86 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-67 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-87 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-46 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.row-10 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  display: flex;
}

.layout-24 {
  grid-row-gap: 80px;
  background-color: #f2f5f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-24._242 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.content-89 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-22 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-88 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-25 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-25._10 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.placeholder-image-39 {
  object-fit: cover;
}

.heading-68 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.container-46 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-47 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.content-90 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-17 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-89 {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.button-64 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-69 {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.actions-30 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.content-92 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.card-2 {
  grid-row-gap: 8px;
  border: 1px solid #f2f5f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  height: 100%;
  padding: 64px;
  text-decoration: none;
  display: flex;
}

.cta-12 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 576px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-12._51 {
  padding-left: 128px;
  padding-right: 128px;
}

.quote-2 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.vectors-wrapper-48 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-93 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.text-90 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.container-47 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-65 {
  grid-column-gap: 8px;
  border: 1px solid #5e7962;
  border-radius: 50px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: static;
}

.testimonial-slider-arrow-2 {
  display: flex;
}

.testimonial-slider-large-2 {
  background-color: #fefcf6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-70 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.content-94 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-91 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-95 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.button-66 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 104px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-67 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-title-18 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.container-48 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.icon-5.accordion-icon {
  color: #5d7962;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.heading-71 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.text-92 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-72 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.actions-31 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.container-49 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-68 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-40 {
  object-fit: cover;
}

.header-8 {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header-8._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1352511583.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  max-width: none;
  font-family: Poppins, sans-serif;
}

.content-96 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-11 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.container-50 {
  grid-column-gap: 80px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.list-item-12 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-73 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.content-97 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-5 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-93 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-23 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.layout-26 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-26._18 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
  font-family: Poppins, sans-serif;
}

.content-98 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-49 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.list-24 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-74 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-94 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-item-13 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-95 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-75 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.row-11 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  display: flex;
}

.text-96 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.layout-27 {
  grid-row-gap: 80px;
  background-color: #f2f5f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-27._242 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.vectors-wrapper-51 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-76 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-97 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-item-14 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-98 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-77 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.row-12 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  display: flex;
}

.text-99 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.layout-28 {
  grid-row-gap: 80px;
  background-color: #f2f5f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

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

.actions-32 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

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

.heading-78 {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-100 {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-69 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.cta-13 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 576px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-13._51 {
  padding-left: 128px;
  padding-right: 128px;
}

.quote-3 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.vectors-wrapper-52 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-101 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.text-101 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.container-51 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-70 {
  grid-column-gap: 8px;
  border: 1px solid #5e7962;
  border-radius: 50px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: static;
}

.testimonial-slider-arrow-3 {
  display: flex;
}

.text-102 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-79 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.content-102 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-103 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-103 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-71 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 104px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-72 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-title-19 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.container-52 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-80 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.button-73 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-104 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-33 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.heading-81 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.content-104 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-12 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.list-item-15 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-105 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-82 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-53 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.text-106 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.layout-29 {
  grid-row-gap: 80px;
  background-color: #f2f5f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-29._242 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.row-13 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  display: flex;
}

.heading-83 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-6 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-105 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-84 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-54 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.list-item-16 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-107 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-25 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.content-106 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.checksquare {
  object-fit: cover;
}

.heading-85 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.list-26 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.content-107 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-55 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.content-108 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item-17 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-108 {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-74 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.cta-14 {
  grid-row-gap: 80px;
  background-color: #5e7962;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 576px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.cta-14._51 {
  padding-left: 128px;
  padding-right: 128px;
}

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

.heading-86 {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.content-110 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.quote-4 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.vectors-wrapper-56 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-111 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.text-109 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.container-53 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-75 {
  grid-column-gap: 8px;
  border: 1px solid #5e7962;
  border-radius: 50px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: static;
}

.text-110 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-87 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.content-112 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-111 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-113 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.button-76 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 104px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-77 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-title-20 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.container-54 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-88 {
  color: #5e7962;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.text-112 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-89 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.button-78 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-30 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.content-114 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.heading-90 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.error-e2910fa9-5ffd-4cbb-386b-09ad07568c40 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.layout-31 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.content-115 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.heading-91 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.heading-91-copy {
  color: #5e7962;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.header---about-us {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header---about-us._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1555859236.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 1200px;
}

.header---about {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header---about._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bus.');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  max-width: none;
}

.header-4-copy {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header-4-copy._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1555859236.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 1200px;
}

.header---adult-adhd {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header---adult-adhd._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1487353402.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  max-width: none;
  padding-top: 64px;
  padding-bottom: 64px;
}

.header---comb-adult {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header---comb-adult._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1330522839.jpg');
  background-position: 0 0, 0 40%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  max-width: none;
}

.header---assesschildren {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header---assesschildren._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1136654820.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  max-width: none;
}

.layout-32 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-32._6 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-55 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-116 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-117 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-92 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.list-27 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.list-item-18 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-57 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.subheading-one-9 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-113 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-41 {
  object-fit: cover;
}

.header-8---c-asd {
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 369px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.header-8---c-asd._54 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1256265722.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: none;
  font-family: Poppins, sans-serif;
}

.layout-33 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.content-118 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.heading-93 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.error-a06aa5ee-87df-1dca-6f45-e12643678000 {
  flex: 0 auto;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-0 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-1 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-2, .text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-17 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-34 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.content-119 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.heading-94 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-18 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-19 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-20, .text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-21 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-35 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-35._90 {
  max-width: none;
}

.content-120 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.heading-95 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-22 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-23 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-24 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-25 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-block-2 {
  background-color: #fefcf6;
  font-family: Poppins, sans-serif;
}

.html-embed {
  margin-left: 40px;
}

.layout-36 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-36._90 {
  max-width: none;
}

.content-121 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.heading-96 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-27 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-28 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-29 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.contact-3 {
  grid-row-gap: 48px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.contact-3._2 {
  width: auto;
  max-width: none;
  font-weight: 500;
}

.form-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.inputs-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-114 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.type-default-2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.text-area-2 {
  background-color: #fff;
  border: 1px solid #2b2b2b;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 12px;
  display: flex;
  position: relative;
}

.text-115 {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-58 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 106.946px;
  left: 627.406px;
}

.vectors-wrapper-59 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 105.532px;
  left: 633.063px;
}

.selected-false-8 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 142px;
  height: 37px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-60 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.label-7 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-79 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 99px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-80 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.div-block-4 {
  display: flex;
}

.lastname {
  width: 245px;
  margin-left: 10px;
  font-weight: 400;
}

.lastnameinput {
  width: 245px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.textarea {
  width: 500px;
  height: 150px;
}

.label-8, .label-9 {
  font-weight: 400;
}

.label-10 {
  margin-top: 20px;
  font-weight: 400;
}

.button-81 {
  background-color: #8cb5ba;
  border-radius: 2px;
  margin: 20px auto 0;
  padding: 12px 24px;
  font-weight: 400;
  display: block;
}

.google-maps {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 1232px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.google-maps._16 {
  max-width: none;
  height: auto;
  padding-bottom: 112px;
}

.link-block-5 {
  text-decoration: none;
}

.link-2 {
  color: #5e7962;
  margin-left: 0;
}

._1800-123-4567-copy {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.link-block-7, .link-3, .link-4, .link-5, .link-6, .link-7 {
  color: #5e7962;
}

.div-block-5 {
  flex-direction: row-reverse;
  display: flex;
}

.form-4 {
  margin-right: 40px;
}

.input-3, .input-4 {
  width: 245px;
}

.heading-3---grn-bg {
  color: #fefcf6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.heading-3---grn-bg.get-in-touch {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.checksquare-copy {
  object-fit: cover;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-30 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-31 {
  margin-bottom: 20px;
}

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

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-32 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-33 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.content-122 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-97 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.content-123 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  height: 145px;
  text-decoration: none;
  display: flex;
}

.short-heading-here-13 {
  color: #f2f5f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.content-124 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-29 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-7 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.body-0 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.body-9 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.body-10 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-98 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.content-125 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  text-decoration: none;
  display: flex;
}

.layout-39 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-39._90 {
  padding: 64px 128px;
}

.column-30 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-8, .text-span {
  color: #5e7962;
}

.body-11 {
  color: #2b2b2b;
  white-space: pre-wrap;
  word-break: normal;
  background-color: #fefcf6;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 128px;
  padding-right: 128px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.section-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-2 {
  color: #2b2b2b;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 128px;
  padding-right: 128px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-12 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.body-13 {
  background-color: #fefcf6;
}

.section-4 {
  font-family: Poppins, sans-serif;
}

.section-5 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-3 {
  color: #2b2b2b;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-14 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.body-8 {
  color: #2b2b2b;
  white-space: pre;
  word-break: normal;
  background-color: #fefcf6;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 128px;
  padding-right: 128px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.section-6 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-4 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-15 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-7 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-5 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-16 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-9 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-6 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-17 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-8 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-7 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-18 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-10 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-8 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-19 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-11 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-9 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-20 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-12 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-10 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-21 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-13 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-11 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-22 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-14 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline-12 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.body-23 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-15, .section-16, .section-17, .section-18, .section-19, .section-20, .section-21, .section-22, .section-23, .section-24 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-span-2, .link-9 {
  color: #5e7962;
}

.heading-3-copy {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.heading-1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

.heading-99 {
  font-weight: 600;
}

.extra-pages---h1 {
  color: #5e7962;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.heading-1---home {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

.navbar-2 {
  background-color: #fffcf7;
  border: 0 solid #2b2b2b;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.content-126 {
  border: 0 solid #2b2b2b;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.content-127 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-61 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 132.919px;
  height: 55px;
  text-decoration: none;
  display: flex;
}

.column-31 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-one-3 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-34 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-82 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-83 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-3 {
  background-color: #fffcf7;
  border: 0 solid #2b2b2b;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.content-128 {
  border: 0 solid #2b2b2b;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.content-129 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-62 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 132.919px;
  height: 55px;
  text-decoration: none;
  display: flex;
}

.column-32 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-one-4 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-35 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-84 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-85 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.header-9 {
  background-color: #00000080;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 900px;
  min-height: 900px;
  text-decoration: none;
  display: flex;
}

.column-33 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

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

.medium-length-hero-headline-goes-here-2 {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.error-cd9f2529-ebb9-f562-8dfc-034feed8edaa {
  color: #f2f5f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-2-copy {
  color: #5e7962;
  margin-left: 0;
  text-decoration: underline;
}

.placeholder-image-29-copy {
  object-fit: cover;
  flex: 0 auto;
  max-width: 50%;
  display: block;
  position: static;
}

.layout-40 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout-40._18 {
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.container-56 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-131 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-132 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-100 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-116 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-28 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item-19 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.error-ac883653-7dde-0be2-80c8-081261f3414e {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.list-29 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-63 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-7 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.make-a-booking {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.divider {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-64 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.heading-101 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.buttons {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-57 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-86 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-87 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-88 {
  grid-column-gap: 8px;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-8 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-42 {
  object-fit: cover;
}

.container-57-copy {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-4 {
  grid-row-gap: 80px;
  background-color: #fffcf7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.contact-4._16 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-left: 128px;
  padding-right: 128px;
}

.content-133 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-21 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-134 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-102 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.text-117 {
  color: #2b2b2b;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.inputs-3 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-5 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-118 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.type-default-3 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.text-area-3 {
  background-color: #fff;
  border: 1px solid #2b2b2b;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 12px;
  display: flex;
  position: relative;
}

.text-119 {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-65 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 37.6498px;
  left: 452.813px;
}

.vectors-wrapper-66 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 39.064px;
  left: 464.125px;
}

.selected-false-9 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 37px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-67 {
  object-fit: cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.label-11 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-89 {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 99px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-90 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.row-14 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-68 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 58px;
  text-decoration: none;
  display: flex;
}

.content-135 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-69 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.heading-103 {
  color: #5e7962;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.link-10 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.divider-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-70 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.contact-leftside {
  display: none;
}

.div-block-6, .div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 24px;
  display: flex;
}

.textarea-2 {
  width: 100%;
  height: 200px;
}

.button-91 {
  background-color: #8cb5ba;
  border-radius: 2px;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-weight: 600;
  display: flex;
}

.button-91.mobile {
  color: #333;
  display: none;
}

.button-91.mobile-call-now {
  color: #333;
  background-color: #fff;
  display: none;
}

.label-12, .label-13, .label-14, .label-15 {
  color: #f2f5f2;
  font-weight: 400;
}

.div-block-8 {
  margin-top: 24px;
}

.label-16 {
  color: #f2f5f2;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.form-6 {
  width: auto;
}

.form-6.show-for-mobile {
  display: none;
}

.div-block-9, .div-block-10 {
  width: 250px;
}

.input-6, .input-7 {
  width: 100%;
}

.div-block-11, .div-block-12 {
  width: 250px;
}

.input-8, .input-9 {
  width: 100%;
}

.frame-new {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-1---home-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

.psych-welcome {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph__new {
  color: #f2f5f2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-title-10-new {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-3-new {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.container-43-new {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.assessment-button {
  grid-column-gap: 8px;
  vertical-align: baseline;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-flex;
}

.layout27_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxsmall, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 150%;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout27_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.section_layout27 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout27_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding-global {
  padding-left: 128px;
  padding-right: 128px;
}

.layout27_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.heading-style-h3 {
  color: #5e7962;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-25 {
  background-color: #fffcf7;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.book-an-assessment {
  padding-top: 0;
  padding-bottom: 0;
}

.types-of-assessments {
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.heading-3-new {
  color: #5e7962;
  border-right: 3px #5e7962;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  padding-right: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.view-all-assessments {
  grid-column-gap: 8px;
  vertical-align: baseline;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-flex;
}

.banner5_wrapper {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner5_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner5_close-button {
  margin-left: 1rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.psych-cons-banner {
  background-color: #5e7962;
  padding: 1rem 5%;
}

.text-block-3 {
  color: #fffcf7;
  text-align: center;
  max-width: 65%;
  font-weight: 300;
  line-height: 150%;
}

.heading-style-h3-2 {
  color: #5e7962;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-104 {
  font-weight: 600;
}

.section-26 {
  background-color: #fffcf7;
}

.flagship-button {
  grid-column-gap: 8px;
  vertical-align: baseline;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  padding: 12px 24px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.flagship-button-text {
  color: #2b2b2b;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.label-12-contact, .label-13-new, .label-14-new, .label-15-new {
  color: #2b2b2b;
  font-weight: 400;
}

.label-16-new {
  color: #2b2b2b;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.div-block-13 {
  padding-left: 64px;
  padding-right: 64px;
}

.banner10_component {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  position: relative;
}

.padding-global-2 {
  padding: 12px 64px;
}

.banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.banner10_content {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.banner10_close-button {
  margin-left: 1rem;
}

.text-block-4 {
  font-weight: 600;
}

.link-11 {
  color: #5e7962;
}

.banner-component {
  background-color: #eee;
}

.link-12 {
  color: #5e7962;
}

.banner-component-hidden {
  background-color: #eee;
  display: none;
}

.contact-number {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.announcement-banner {
  display: none;
}

.link-13 {
  color: #f2f5f2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-15, .div-block-16 {
  width: 250px;
}

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

.div-block-17 {
  width: 250px;
}

.label-17 {
  color: #f2f5f2;
  font-weight: 400;
}

.div-block-18 {
  margin-top: 24px;
}

.label-18 {
  color: #f2f5f2;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.label-19 {
  color: #f2f5f2;
  font-weight: 400;
}

.div-block-19 {
  width: 250px;
}

.form-7 {
  width: auto;
}

.label-20 {
  color: #f2f5f2;
  font-weight: 400;
}

.button-92 {
  background-color: #8cb5ba;
  border-radius: 2px;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-weight: 600;
  display: flex;
}

.div-block-20, .div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 24px;
  display: flex;
}

.label-21 {
  color: #f2f5f2;
  font-weight: 400;
}

.section-title-10-smaller {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.hero-feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.hero-buttons-group {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.hero-button {
  grid-column-gap: 8px;
  background-color: #8cb5ba;
  border: 1px solid #8cb5ba;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.hero-button.secondary {
  border-color: var(--white);
  background-color: var(--white);
}

.hero-button-text {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.hero-paragraph-text {
  color: #f2f5f2;
  font-size: 18px;
  line-height: 150%;
}

.hero-paragraph-text.bolder-500 {
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .header._30-new {
    aspect-ratio: auto;
    order: 0;
    justify-content: space-between;
    padding-left: 64px;
    padding-right: 64px;
    position: static;
  }

  .content-25 {
    border-bottom-width: 1px;
    padding-bottom: 40px;
  }

  .vectors-wrapper-12 {
    max-width: 100%;
  }

  .header-2._54 {
    background-image: linear-gradient(to bottom, null, null), url('../images/iStock-1347685599.jpg');
    background-size: auto, cover;
  }

  .container-50 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .content-97 {
    max-width: none;
  }

  .header---assesschildren._54 {
    background-image: linear-gradient(to bottom, null, null), url('../images/iStock-1136654820.jpg');
    background-size: auto, cover;
  }

  .container-55 {
    font-family: Poppins, sans-serif;
  }

  .make-a-booking {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-3-new {
    width: auto;
  }

  .container-large {
    max-width: none;
  }

  .padding-global-2 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media screen and (max-width: 991px) {
  .header._30 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .header._30-new {
    flex-flow: column;
    flex: 1;
    align-items: center;
    padding: 64px;
    position: static;
  }

  .medium-length-hero-headline-goes-here {
    font-size: 48px;
  }

  .error-4d504d0c-139e-33c9-6dc6-5885ec9efc02 {
    font-size: 18px;
  }

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

  .frame-5 {
    object-fit: fill;
    flex-flow: column;
  }

  .layout-2._27 {
    max-width: none;
    padding-left: 64px;
    padding-right: 64px;
  }

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

  .placeholder-image-2 {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    display: block;
  }

  .heading-5 {
    font-size: 40px;
  }

  .quote {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .faq._4 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-6 {
    font-size: 40px;
  }

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

  .content-20 {
    align-self: center;
  }

  .button-12 {
    width: auto;
  }

  .cta-2._1 {
    flex-direction: column;
    padding-left: 64px;
    padding-right: 64px;
  }

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

  .heading-8 {
    font-size: 40px;
  }

  .text-14 {
    font-size: 16px;
  }

  .placeholder-image-6 {
    align-self: flex-start;
    margin-top: 20px;
  }

  .footer._3 {
    padding-left: 64px;
    padding-right: 64px;
  }

  ._1800-123-4567 {
    color: #5e7962;
  }

  .navbar-logo-center-container.shadow-three {
    background-color: #fffcf7;
    padding-left: 0;
    padding-right: 0;
  }

  .container-11 {
    max-width: none;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fffcf7;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding: 20px;
    display: flex;
  }

  .nav-menu-block {
    flex-direction: column;
    align-self: flex-start;
    padding-left: 0;
  }

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

  .nav-dropdown-toggle {
    padding-left: 0;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #fffcf7;
  }

  .nav-dropdown-link {
    padding-left: 0;
    font-weight: 400;
  }

  .mobile-margin-top-10 {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #1a1b1f;
    background-color: #fffcf7;
  }

  .error-72773758-5c67-d39c-08e2-1af9c671c4f3 {
    text-align: left;
    align-self: center;
  }

  .row-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link, .text-20 {
    color: #5e7962;
  }

  .testimonial-slider-large {
    padding: 0 64px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-arrow {
    display: none;
  }

  .short-heading-here {
    text-align: center;
    align-self: center;
    font-size: 48px;
  }

  .placeholder-image-15 {
    margin-top: 40px;
  }

  .content-43 {
    max-width: 650px;
  }

  .faq---a4a._4 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .hubspot-form {
    flex-direction: column;
    align-self: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hubspot-input---message {
    max-width: 600px;
  }

  .layout-10._201 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .list-item-3, .list-item-4, .list-item-5 {
    align-self: flex-start;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .list-item-6 {
    align-self: flex-start;
  }

  .image {
    display: block;
  }

  .placeholder-image-about-us, .placeholder-image-home {
    align-self: flex-start;
    margin-top: 20px;
  }

  .cta-4._1 {
    padding: 64px;
  }

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

  .heading-31 {
    font-size: 40px;
  }

  .placeholder-image-18 {
    align-self: flex-start;
    margin-top: 40px;
  }

  .header-4._54 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .layout-11._90 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-25 {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-55 {
    margin-top: 20px;
  }

  .placeholder-image-18---home, .placeholder-image-18---contact {
    align-self: flex-start;
    margin-top: 40px;
  }

  .div-block-3 {
    width: 600px;
  }

  .content-57 {
    align-self: center;
    align-items: center;
  }

  .layout-13._10 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-26 {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
  }

  .content-59 {
    margin-top: 40px;
  }

  .heading-36 {
    font-size: 40px;
  }

  .placeholder-image-20 {
    margin-top: 40px;
  }

  .container-27 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-21 {
    margin-top: 40px;
  }

  .heading-37 {
    font-size: 40px;
  }

  .layout-14._10 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-28 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-22 {
    margin-top: 40px;
  }

  .testimonial-slider-large-a4a {
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout-15._18 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-29 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-23 {
    margin-top: 40px;
  }

  .layout-16._242 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .row-7 {
    height: auto;
  }

  .layout-17._12 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-30 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-24 {
    margin-top: 40px;
  }

  .cta-5._1 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-31 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-25 {
    margin-top: 40px;
  }

  .faq---adult-adhd-assess._4, .cta-6._51 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-45 {
    font-size: 40px;
  }

  .short-heading-here-5 {
    font-size: 48px;
  }

  .layout-18._18, .layout-18._10, .layout-18._6, .layout-18._90 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-32 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-26 {
    margin-top: 40px;
  }

  .layout-19._242 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .row-8 {
    height: auto;
  }

  .container-33 {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-49 {
    font-size: 40px;
  }

  .placeholder-image-27 {
    margin-top: 40px;
  }

  .cta-7._51, .cta-8._1 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-34 {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-50 {
    font-size: 40px;
  }

  .placeholder-image-28 {
    margin-top: 40px;
  }

  .short-heading-here-6 {
    font-size: 48px;
  }

  .placeholder-image-29 {
    margin-top: 40px;
  }

  .layout-20._242 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .row-9 {
    height: auto;
  }

  .container-36 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-30 {
    margin-top: 40px;
  }

  .cta-9._51, .cta-10._1 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-37 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-31 {
    margin-top: 40px;
  }

  .container-38 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-32 {
    margin-top: 40px;
  }

  .layout-22._201 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-40 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-34 {
    margin-top: 40px;
  }

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

  .container-41 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-35 {
    margin-top: 40px;
  }

  .container-42 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-36 {
    margin-top: 40px;
  }

  .body-6 {
    font-family: Poppins, sans-serif;
  }

  .row-9-copy {
    height: auto;
  }

  .header-4---asd._54 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .short-heading-here-9 {
    font-size: 48px;
  }

  .placeholder-image-37 {
    margin-top: 40px;
  }

  .container-44 {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-6._54 {
    padding-top: 112px;
  }

  .short-heading-here-10 {
    font-size: 48px;
  }

  .container-45 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-38 {
    margin-top: 40px;
  }

  .layout-23._18 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .row-10 {
    height: auto;
  }

  .layout-24._242, .layout-25._10 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .placeholder-image-39 {
    margin-top: 40px;
  }

  .container-46 {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-2 {
    max-width: none;
    height: auto;
  }

  .cta-12._51 {
    padding: 64px;
  }

  .quote-2 {
    font-size: 18px;
  }

  .container-47 {
    max-width: none;
  }

  .testimonial-slider-arrow-2 {
    display: none;
  }

  .heading-70, .heading-72 {
    font-size: 40px;
  }

  .container-49 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-40 {
    margin-top: 40px;
  }

  .short-heading-here-11 {
    font-size: 48px;
  }

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

  .layout-26._18 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .row-11 {
    height: auto;
  }

  .layout-27._242 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .cta-13._51 {
    padding: 64px;
  }

  .quote-3 {
    font-size: 18px;
  }

  .container-51 {
    max-width: none;
  }

  .testimonial-slider-arrow-3 {
    display: none;
  }

  .heading-79 {
    font-size: 40px;
  }

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

  .short-heading-here-12 {
    font-size: 48px;
  }

  .layout-29._242 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .row-13 {
    flex-direction: row;
    height: auto;
  }

  .checksquare {
    margin-top: 40px;
  }

  .cta-14._51 {
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-86 {
    font-size: 40px;
  }

  .quote-4 {
    font-size: 18px;
  }

  .container-53 {
    max-width: none;
  }

  .heading-87 {
    font-size: 40px;
  }

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

  .header---about-us._54, .header-4-copy._54 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .layout-32._6 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-55 {
    flex-direction: column;
    align-items: flex-start;
  }

  .placeholder-image-41 {
    margin-top: 40px;
  }

  .html-embed {
    display: none;
  }

  .contact-3._2 {
    padding-top: 0;
  }

  .button-81 {
    margin-left: 0;
  }

  .link-2, .link-block-6, ._1800-123-4567-copy, .link-block-7, .link-3 {
    color: #5e7962;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .checksquare-copy {
    margin-top: 40px;
  }

  .layout-39._90, .body-11, .headline-2, .body-8 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .link-2-copy {
    color: #5e7962;
  }

  .placeholder-image-29-copy {
    max-width: 100%;
    margin-top: 40px;
  }

  .layout-40._18 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-56 {
    flex-flow: column;
  }

  .make-a-booking {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-4._16 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .content-133 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .content-134 {
    justify-content: flex-start;
  }

  .form-5 {
    margin-top: 60px;
  }

  .row-14 {
    flex: 0 auto;
    max-width: none;
  }

  .contact-rightside {
    display: none;
  }

  .contact-leftside {
    display: block;
  }

  .button-91.mobile {
    color: #333;
  }

  .button-91.mobile-call-now {
    color: #333;
    background-color: #fff;
  }

  .label-12.show-for-mobile, .label-13.show-for-mobile, .label-14.show-for-mobile, .label-15.show-for-mobile, .label-16.show-for-mobile {
    color: #2b2b2b;
  }

  .form-6.show-for-mobile {
    margin-bottom: 2rem;
  }

  .paragraph__new {
    font-size: 18px;
  }

  .column-3-new {
    justify-content: center;
    align-items: center;
  }

  .layout27_content {
    grid-column-gap: 3rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout27_content-left {
    border-top: 1px #333;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .book-an-assessment {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .padding-global-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-component {
    display: none;
  }

  .banner-component-hidden {
    display: block;
  }

  .contact-number {
    display: none;
  }

  .div-block-14 {
    flex-flow: row;
    flex: 0 auto;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .accordion-item-content {
    margin-right: 0;
  }

  .header._30 {
    max-width: none;
  }

  .header._30-new {
    max-width: none;
    min-height: auto;
  }

  .error-4d504d0c-139e-33c9-6dc6-5885ec9efc02 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-3 {
    font-family: Poppins, sans-serif;
    font-size: 32px;
  }

  .heading-3.faq-heading {
    text-align: center;
  }

  .cta._13 {
    max-width: none;
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .text-9 {
    margin-top: 20px;
  }

  .faq._4 {
    max-width: none;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }

  .paragraph-9 {
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .accordion-heading-2 {
    letter-spacing: 0;
  }

  .footer._3 {
    max-width: none;
  }

  .column-6 {
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .link-list {
    align-items: flex-end;
  }

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

  .nav-menu-three {
    background-color: #fffcf7;
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .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-toggle.w--open {
    align-self: flex-start;
    margin-left: 0;
  }

  .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-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .content-27 {
    flex-direction: column;
  }

  .row-2 {
    margin-top: 20px;
  }

  .testimonial-slider-large {
    padding: 0 15px;
    font-family: Poppins, sans-serif;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-large---services, .testimonial-slider-large---a4a {
    padding: 60px 15px;
  }

  .list-6, .row-1, .content-54 {
    flex-direction: column;
  }

  .column-15 {
    margin-top: 40px;
  }

  .layout-12._42 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .testimonial-slider-large-a4a {
    padding: 60px 15px;
  }

  .short-heading-here-3 {
    font-size: 48px;
  }

  .layout-15._18 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-41 {
    font-size: 32px;
  }

  .faq---adult-adhd-assess._4 {
    max-width: none;
  }

  .card {
    padding: 112px 20px;
  }

  .row-8 {
    margin-top: 0;
  }

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

  .cta-7._51 {
    padding: 64px 20px;
  }

  .heading-52 {
    font-size: 32px;
  }

  .row-9 {
    flex-direction: column;
  }

  .short-heading-here-7 {
    font-size: 48px;
  }

  .heading-56, .heading-59, .heading-61, .heading-62 {
    font-size: 40px;
  }

  .row-9-copy {
    flex-direction: column;
  }

  .accordion-heading-3 {
    letter-spacing: 0;
  }

  .accordion-item-content-3 {
    margin-right: 0;
  }

  .heading-64 {
    font-size: 40px;
  }

  .error-5883e9fc-633f-641b-88d2-c733cf70a979 {
    text-align: center;
    align-self: center;
  }

  .heading-67 {
    font-size: 32px;
  }

  .heading-69 {
    font-size: 40px;
  }

  .card-2 {
    padding: 112px 20px;
  }

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .list-item-13 {
    margin-bottom: 40px;
  }

  .heading-75 {
    font-size: 32px;
  }

  .row-11 {
    flex-direction: column;
    justify-content: center;
  }

  .heading-82 {
    font-size: 32px;
  }

  .cta-14._51 {
    padding: 64px 20px;
  }

  .html-embed {
    display: none;
  }

  .lastname, .lastnameinput {
    width: auto;
  }

  .textarea {
    width: 100%;
    height: auto;
  }

  .google-maps._16 {
    display: none;
  }

  .input-3, .input-4 {
    width: auto;
  }

  .heading-3---grn-bg {
    color: #fefcf6;
    font-family: Poppins, sans-serif;
    font-size: 32px;
  }

  .heading-3---grn-bg.get-in-touch {
    text-align: center;
  }

  .checksquare-copy {
    margin-top: 0;
  }

  .heading-97, .heading-3-copy {
    font-family: Poppins, sans-serif;
    font-size: 32px;
  }

  .heading-3-copy.faq-heading {
    text-align: center;
  }

  .heading-1 {
    text-align: left;
  }

  .textarea-2 {
    height: 150px;
  }

  .button-91.mobile {
    display: flex;
  }

  .button-91.mobile-call-now {
    margin-top: 1rem;
    display: flex;
  }

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

  .form-6 {
    width: 100%;
    display: none;
  }

  .form-6.show-for-mobile {
    display: block;
  }

  .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
    flex: 1;
    width: auto;
  }

  .div {
    width: 100%;
  }

  .paragraph__new {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-10-new.hide-for-mobile {
    display: none;
  }

  .layout27_content {
    grid-row-gap: 3rem;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout27_content-left {
    border-top-style: solid;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .book-an-assessment {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-3-new {
    font-family: Poppins, sans-serif;
    font-size: 32px;
  }

  .heading-3-new.faq-heading {
    text-align: center;
  }

  .banner5_wrapper {
    padding-right: .5rem;
  }

  .banner5_content {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner5_close-button {
    margin-left: 0;
  }

  .psych-cons-banner.show-for-desktop {
    display: none;
  }

  .text-block-3 {
    max-width: 90%;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }

  .announcement-banner {
    display: block;
  }

  .div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 2rem;
    display: flex;
  }

  .div-block-15, .div-block-16, .div-block-17 {
    flex: 1;
    width: auto;
  }

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

  .div-block-19 {
    flex: 1;
    width: auto;
  }

  .form-7 {
    width: 100%;
    display: none;
  }

  .section-title-10-smaller.hide-for-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .header._30, .header._30-new {
    background-image: linear-gradient(#00000080, #00000080), url('../images/iStock-1471775399.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .medium-length-hero-headline-goes-here {
    text-align: left;
    font-size: 40px;
  }

  .error-4d504d0c-139e-33c9-6dc6-5885ec9efc02 {
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .column-3 {
    max-width: none;
    display: block;
  }

  .content-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    display: block;
  }

  .layout-2._27 {
    padding: 64px 0;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .placeholder-image-2 {
    width: 319px;
    height: 348px;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    text-align: left;
  }

  .cta._13 {
    padding: 64px 20px;
  }

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

  .heading-5 {
    font-size: 30px;
  }

  .text-9 {
    font-size: 16px;
  }

  .faq._4 {
    padding: 64px 20px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .content-21 {
    text-align: center;
  }

  .accordion-item-content-2 {
    overflow: hidden;
  }

  .paragraph-9 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    direction: ltr;
    display: block;
  }

  .cta-2._1 {
    padding: 64px 32px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .placeholder-image-6 {
    width: 335px;
    height: 218px;
    margin-top: 40px;
  }

  .footer._3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-22 {
    flex-direction: column;
  }

  .level-1-12-sample-st-sydney-nsw-2000 {
    margin-top: 20px;
  }

  ._1800-123-4567 {
    margin-bottom: 10px;
  }

  .column-6 {
    margin-top: 20px;
  }

  .link-list {
    align-self: flex-start;
    align-items: flex-start;
  }

  .content-25 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }

  .logos {
    align-items: flex-start;
  }

  .link-list-2 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .vectors-wrapper-10 {
    margin-bottom: 20px;
  }

  .vectors-wrapper-11 {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .row {
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
    margin-top: 0;
  }

  .navbar-logo-center-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .container-11 {
    max-width: none;
  }

  .navbar-wrapper-three {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-dropdown {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-dropdown-toggle.w--open {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #fffcf7;
    align-self: flex-start;
  }

  .nav-dropdown-link {
    padding-left: 0;
    font-weight: 400;
  }

  .header-2._54 {
    padding: 64px 20px;
  }

  .error-72773758-5c67-d39c-08e2-1af9c671c4f3 {
    text-align: left;
    font-size: 16px;
  }

  .contact._16 {
    max-width: none;
    padding: 64px 20px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .accordion-item2 {
    object-fit: fill;
    flex: 0 auto;
    width: auto;
  }

  .accordion-item3 {
    word-break: normal;
  }

  .short-heading-here {
    text-align: left;
    align-self: flex-start;
    font-size: 40px;
  }

  .faq---a4a._4, .layout-10._201 {
    padding: 64px 20px;
  }

  .section-title-10 {
    margin-top: 20px;
  }

  .placeholder-image-about-us {
    width: 335px;
    height: 218px;
    margin-top: 40px;
  }

  .cta-2-home._1 {
    padding: 64px 20px;
  }

  .placeholder-image-home {
    width: 335px;
    height: 218px;
    margin-top: 40px;
  }

  .cta-4._1, .header-4._54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .short-heading-here-2 {
    font-size: 40px;
  }

  .layout-11._90 {
    padding: 64px 20px;
  }

  .section-title-11 {
    margin-top: 20px;
  }

  .row-6 {
    flex-direction: column;
  }

  .layout-12._42 {
    padding: 64px 20px;
  }

  .content-57 {
    flex-direction: column;
  }

  .text-51 {
    margin-top: 40px;
  }

  .layout-13._10 {
    padding: 64px 20px;
  }

  .section-title-12 {
    align-self: flex-start;
  }

  .heading-36 {
    font-size: 36px;
  }

  .list-8 {
    flex-direction: column;
  }

  .section-title-13 {
    margin-bottom: 20px;
  }

  .heading-37 {
    font-size: 32px;
  }

  .list-9 {
    flex-direction: column;
  }

  .layout-14._10 {
    padding: 64px 20px;
  }

  .section-title-14 {
    margin-top: 40px;
  }

  .heading-39 {
    font-size: 36px;
  }

  .list-10 {
    flex-direction: column;
  }

  .testimonial-slider-large-a4a {
    padding-top: 0;
    padding-bottom: 0;
  }

  .short-heading-here-3 {
    font-size: 40px;
  }

  .layout-15._18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-40 {
    font-size: 36px;
  }

  .layout-16._242 {
    padding: 64px 20px;
  }

  .heading-41 {
    font-size: 36px;
  }

  .row-7 {
    flex-direction: column;
  }

  .list-item-8 {
    margin-bottom: 40px;
  }

  .layout-17._12 {
    padding: 64px 20px;
  }

  .heading-43 {
    font-size: 36px;
  }

  .cta-5._1 {
    padding: 64px 20px;
  }

  .heading-44 {
    font-size: 40px;
  }

  .faq---adult-adhd-assess._4, .cta-6._51 {
    padding: 64px 20px;
  }

  .card {
    padding: 112px 20px;
  }

  .heading-45 {
    font-size: 32px;
  }

  .short-heading-here-5 {
    font-size: 40px;
  }

  .layout-18._18, .layout-18._10 {
    padding: 64px 20px;
  }

  .layout-18._6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout-18._90 {
    flex-direction: column;
    width: auto;
    padding: 64px 20px;
    font-family: Poppins, sans-serif;
    display: block;
  }

  .layout-19._242 {
    padding: 64px 20px;
  }

  .row-8 {
    flex-direction: column;
  }

  .list-item-10, .section-title-16 {
    margin-bottom: 40px;
  }

  .cta-8._1 {
    padding: 64px 20px;
  }

  .content-72 {
    height: auto;
  }

  .short-heading-here-6 {
    font-size: 36px;
  }

  .heading-51 {
    font-size: 32px;
  }

  .layout-20._242 {
    padding: 64px 20px;
  }

  .heading-52, .heading-54 {
    font-size: 36px;
  }

  .list-17 {
    flex-flow: column;
  }

  .cta-9._51, .cta-10._1 {
    padding: 64px 20px;
  }

  .heading-55, .short-heading-here-7 {
    font-size: 36px;
  }

  .list-18 {
    flex-flow: column;
  }

  .layout-22._201 {
    padding: 64px 20px;
  }

  .heading-59 {
    font-size: 32px;
  }

  .list-20 {
    flex-direction: column;
  }

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

  .list-21 {
    flex-direction: column;
  }

  .cta-5---a4a._1 {
    padding: 64px 20px;
  }

  .header-4---asd._54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-2-copy._54 {
    padding: 64px 20px;
  }

  .short-heading-here-9 {
    font-size: 32px;
  }

  .header---faq._54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-6._54 {
    padding: 64px 20px;
  }

  .content-86 {
    max-width: none;
    height: auto;
  }

  .short-heading-here-10 {
    font-size: 32px;
  }

  .error-5883e9fc-633f-641b-88d2-c733cf70a979 {
    margin-top: 20px;
    font-size: 16px;
  }

  .layout-23._18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-11 {
    margin-bottom: 40px;
  }

  .row-10 {
    flex-direction: column;
  }

  .layout-24._242 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-22 {
    flex-direction: column;
  }

  .layout-25._10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-17 {
    margin-top: 20px;
  }

  .card-2 {
    padding-top: 64px;
    padding-bottom: 64px;
    font-family: Poppins, sans-serif;
  }

  .container-47 {
    max-width: none;
  }

  .heading-70 {
    font-size: 30px;
  }

  .header-8._54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-96 {
    max-width: none;
    height: auto;
    display: block;
  }

  .short-heading-here-11 {
    font-size: 32px;
  }

  .layout-26._18, .layout-27._242 {
    padding: 64px 20px;
  }

  .heading-78 {
    font-size: 36px;
  }

  .container-51 {
    max-width: none;
  }

  .heading-79 {
    font-size: 30px;
  }

  .heading-81 {
    font-size: 40px;
  }

  .short-heading-here-12 {
    font-size: 32px;
  }

  .list-item-15 {
    margin-top: 40px;
  }

  .layout-29._242 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-13, .list-26 {
    flex-direction: column;
  }

  .cta-14._51 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-53 {
    max-width: none;
  }

  .heading-87 {
    font-size: 30px;
  }

  .header---about-us._54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header---about._54 {
    padding: 64px 20px;
  }

  .header-4-copy._54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header---adult-adhd._54, .header---comb-adult._54 {
    padding: 64px 20px;
  }

  .header---assesschildren._54 {
    max-width: none;
    padding: 20px;
  }

  .layout-32._6 {
    padding: 64px 20px;
  }

  .list-27 {
    flex-direction: column;
  }

  .header-8---c-asd._54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout-36._90 {
    flex-direction: column;
    width: auto;
    padding: 64px 20px;
    font-family: Poppins, sans-serif;
    display: block;
  }

  .column-27 {
    width: auto;
    display: block;
  }

  .text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-26 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
    overflow: visible;
  }

  .text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-27 {
    aspect-ratio: auto;
    flex: 0 auto;
    width: auto;
  }

  .contact-3._2 {
    padding-left: 20px;
    padding-right: 40px;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .lastname {
    width: auto;
    margin-left: 0;
  }

  .lastnameinput {
    margin-left: 0;
  }

  .textarea {
    width: 250px;
    max-width: none;
  }

  .google-maps._16 {
    max-width: none;
    padding: 64px 20px;
  }

  ._1800-123-4567-copy {
    margin-bottom: 10px;
  }

  .text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-30 {
    aspect-ratio: auto;
    flex: 0 auto;
    width: auto;
  }

  .text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-31 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
    overflow: visible;
  }

  .column-28 {
    width: auto;
    display: block;
  }

  .body-9 {
    white-space: normal;
    word-break: normal;
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    display: block;
  }

  .layout-39._90 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-31-copy {
    flex-direction: column;
    align-items: flex-start;
    display: block;
    overflow: visible;
  }

  .body-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3-copy {
    text-align: center;
  }

  .heading-1 {
    text-align: left;
    font-size: 40px;
  }

  .extra-pages---h1 {
    font-family: Poppins, sans-serif;
    font-size: 40px;
  }

  .heading-1---home {
    text-align: center;
    white-space: normal;
    word-break: normal;
    flex-flow: row;
    font-size: 40px;
    display: block;
  }

  .layout-40._18 {
    padding: 64px 20px;
  }

  .buttons {
    flex-flow: column;
  }

  .container-57-copy {
    margin-top: 20px;
  }

  .contact-4._16 {
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-133 {
    flex: 0 auto;
  }

  .inputs-3 {
    flex-flow: column;
  }

  .text-area-3 {
    position: static;
  }

  .div-block-6, .div-block-7 {
    flex-flow: column;
  }

  .textarea-2 {
    width: 100%;
  }

  .button-91.mobile-call-now {
    margin-top: 0;
  }

  .div-block-8, .form-6, .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
    width: 100%;
  }

  .heading-1---home-copy, .psych-welcome {
    text-align: center;
    white-space: normal;
    word-break: normal;
    flex-flow: row;
    font-size: 40px;
    display: block;
  }

  .paragraph__new {
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph__new.hero {
    margin-top: 0;
  }

  .section-title-10-new {
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
  }

  .column-3-new {
    max-width: none;
    display: block;
  }

  .layout27_content {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .layout27_item-list {
    grid-template-columns: 1fr;
  }

  .types-of-assessments {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .heading-3-new {
    text-align: left;
  }

  .div-block-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .div-block-15, .div-block-16 {
    width: 100%;
  }

  .content-136 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    display: block;
  }

  .div-block-17, .div-block-18, .div-block-19, .form-7 {
    width: 100%;
  }

  .div-block-20, .div-block-21 {
    flex-flow: column;
  }

  .section-title-10-smaller {
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
  }

  .section-title-10-smaller.hero {
    margin-top: .5rem;
  }

  .hero-feature-list {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Material icons';
  src: url('../fonts/Material_Icons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}