#section-one {
  background: url(/wp-content/uploads/2025/02/hp-hero-section-bg-v2.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 160px 0 80px 0;
}
#section-one h1 {
  text-align: center;
  font-family: "DM Serif Display", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  max-width: 920px;
  margin: 0 auto 40px;
}
#section-one .content-box-wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

#section-two {
  padding: 100px 0;
}
#section-two .content-wrapper {
  text-align: center;
}
#section-two h2 {
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  color: #0B4739;
  margin: 0 0 40px 0;
}
#section-two p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #82928E;
  margin: 0 0 20px 0;
}
#section-two p:last-of-type {
  margin: 0;
}

#section-three {
  background-color: #0B4739;
  padding: 100px 0;
}
#section-three h2 {
  text-align: center;
  font-family: "DM Serif Display", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  max-width: 920px;
  margin: 0 auto 60px;
}
#section-three h3 {
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  margin: 0 auto 30px;
}
#section-three p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0;
}

#section-four {
  padding: 100px 0;
}
#section-four h2 {
  font-family: "DM Serif Display", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 100%;
  color: #0B4739;
  max-width: 920px;
  margin: 0 auto 40px;
}
#section-four h3 {
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  color: #0B4739;
  margin: 0 auto 30px;
}
#section-four p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #82928E;
  margin: 0 0 40px 0;
}
#section-four p:last-of-type {
  margin: 0;
}
#section-four .image-wrapper {
  display: flex;
  align-items: center;
}
#section-four .image-wrapper img {
  display: block;
  max-width: 554px;
  width: 100%;
  height: auto;
}

#section-five {
  background-color: #0B4739;
  padding: 100px 0;
}
#section-five h2 {
  font-family: "DM Serif Display", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  max-width: 920px;
  margin: 0 auto 60px;
}
#section-five h3 {
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  margin: 0 auto 30px;
}
#section-five p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 40px 0;
}

#section-six {
  padding: 100px 0;
}
#section-six h2 {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  color: #0B4739;
  margin: 0 auto 20px;
}
#section-six p.subtitle {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 60px 0;
}
#section-six p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #82928E;
  margin: 0 0 40px 0;
}
#section-six h3 {
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  color: #0B4739;
  margin: 40px 0 20px 0;
}
#section-six .contact-info-box {
  display: block;
  width: 100%;
}
#section-six .contact-info-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #0B4739;
  margin: 0 0 20px 0;
}
#section-six .contact-info-box p a {
  font-size: 18px;
  font-weight: 600;
  color: #0B4739;
}
#section-six .contact-box-wrapper {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 20px;
}
#section-six .contact-box-wrapper p {
  margin: 0;
}
#section-six .wpcf7 input,
#section-six .wpcf7 textarea {
  width: 100%;
  background-color: #E4EEEB;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 14px;
  color: #888888;
  padding: 14px 20px;
  border: 0;
  border-radius: 10px;
  margin: 0 0 16px 0;
  overflow: hidden;
}
#section-six .wpcf7 input:focus,
#section-six .wpcf7 textarea:focus {
  outline: none;
}
#section-six .wpcf7 .wpcf7-submit {
  display: flex;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 18px;
  font-weight: 600;
  color: #0B4739;
  background-color: #67e9af;
  padding: 12px 36px;
  border: 1px solid #67e9af;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.15s linear all;
}
#section-six .wpcf7 .wpcf7-submit:hover {
  background-color: #0B4739;
  color: #FFFFFF;
  border: 1px solid #0B4739;
}
#section-six .wpcf7 .wpcf7-submit svg {
  transition: 0.15s linear all;
}
#section-six .wpcf7 .wpcf7-submit:hover svg {
  fill: #FFFFFF;
}
