body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: rgb(11, 31, 26);
  line-height: 1.6;
  margin: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
}

.dv-container {
  max-width: 1120px;
  margin: 0px auto;
  padding: 0px 24px;
}

.dv-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0px auto;
  padding: 22px 24px;
}

.dv-brand {
  display: flex;
  align-items: center;
  row-gap: 11px;
  column-gap: 11px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.dv-brand-mark {
  width: 30px;
  height: 30px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  background-image: linear-gradient(135deg, rgb(52, 211, 153), rgb(4, 120, 87));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  display: inline-block;
}

.dv-nav-links {
  display: flex;
  row-gap: 30px;
  column-gap: 30px;
  align-items: center;
}

.dv-nav-link {
  color: rgb(60, 77, 71);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  font-weight: 500;
  font-size: 15px;
}

.dv-nav-link:hover {
  color: rgb(4, 120, 87);
}

.dv-btn {
  display: inline-block;
  padding: 13px 24px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.dv-btn-primary {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(16, 185, 129);
  color: rgb(255, 255, 255);
  box-shadow: rgba(16, 185, 129, 0.28) 0px 10px 22px;
}

.dv-btn-primary:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(5, 150, 105);
}

.dv-btn-ghost {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: rgb(11, 31, 26);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(207, 224, 217);
  border-right-color: rgb(207, 224, 217);
  border-bottom-color: rgb(207, 224, 217);
  border-left-color: rgb(207, 224, 217);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.dv-btn-ghost:hover {
  border-top-color: rgb(16, 185, 129);
  border-right-color: rgb(16, 185, 129);
  border-bottom-color: rgb(16, 185, 129);
  border-left-color: rgb(16, 185, 129);
  color: rgb(4, 120, 87);
}

.dv-btn-white {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  color: rgb(4, 120, 87);
}

.dv-btn-white:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(236, 253, 245);
}

.dv-hero {
  text-align: center;
  padding: 96px 0px 78px;
  background-image: radial-gradient(1100px 420px at 50% -8%, rgb(236, 253, 245), rgb(255, 255, 255));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.dv-eyebrow {
  display: inline-block;
  padding: 7px 15px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(236, 253, 245);
  color: rgb(4, 120, 87);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.dv-title {
  font-size: 58px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 0px 0px 22px;
}

.dv-accent {
  color: rgb(16, 185, 129);
}

.dv-sub {
  font-size: 20px;
  color: rgb(75, 91, 85);
  max-width: 640px;
  margin: 0px auto 36px;
}

.dv-actions {
  display: flex;
  row-gap: 14px;
  column-gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.dv-section {
  padding: 84px 0px;
}

.dv-section-alt {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(246, 249, 248);
}

.dv-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0px auto 52px;
}

.dv-h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 800;
  margin: 0px 0px 14px;
}

.dv-muted {
  color: rgb(91, 107, 102);
  font-size: 18px;
  margin: 0px;
}

.dv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  row-gap: 24px;
  column-gap: 24px;
}

.dv-card {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(231, 239, 235);
  border-right-color: rgb(231, 239, 235);
  border-bottom-color: rgb(231, 239, 235);
  border-left-color: rgb(231, 239, 235);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding: 34px;
}

.dv-card-icon {
  width: 52px;
  height: 52px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(236, 253, 245);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.dv-card-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0px 0px 10px;
  letter-spacing: -0.01em;
}

.dv-card-text {
  color: rgb(91, 107, 102);
  margin: 0px;
  font-size: 16px;
}

.dv-stats {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(11, 31, 26);
  color: rgb(255, 255, 255);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding: 60px 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  row-gap: 32px;
  column-gap: 32px;
  text-align: center;
}

.dv-stat-num {
  font-size: 50px;
  font-weight: 800;
  color: rgb(52, 211, 153);
  letter-spacing: -0.02em;
  line-height: 1;
}

.dv-stat-label {
  color: rgb(188, 211, 203);
  font-size: 15px;
  margin-top: 10px;
}

.dv-about {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  row-gap: 48px;
  column-gap: 48px;
  align-items: center;
}

.dv-list {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  padding: 0px;
  margin: 24px 0px 0px;
}

.dv-list-item {
  padding-left: 30px;
  position: relative;
  margin-bottom: 14px;
  font-size: 17px;
  color: rgb(47, 63, 57);
}

.dv-list-item::before {
  content: "✓";
  position: absolute;
  left: 0px;
  color: rgb(16, 185, 129);
  font-weight: 700;
}

.dv-quote {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(236, 253, 245);
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  padding: 40px;
  margin: 0px;
}

.dv-quote-text {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 500;
  color: rgb(11, 31, 26);
  margin: 0px 0px 20px;
  letter-spacing: -0.01em;
}

.dv-quote-author {
  font-weight: 700;
  color: rgb(4, 120, 87);
}

.dv-quote-role {
  color: rgb(91, 107, 102);
  font-size: 15px;
}

.dv-cta {
  text-align: center;
  background-image: linear-gradient(135deg, rgb(16, 185, 129), rgb(4, 120, 87));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: rgb(255, 255, 255);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding: 74px 32px;
}

.dv-cta-title {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0px 0px 14px;
  color: rgb(255, 255, 255);
}

.dv-cta-sub {
  color: rgb(214, 250, 232);
  font-size: 18px;
  max-width: 540px;
  margin: 0px auto 30px;
}

.dv-footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(231, 239, 235);
  padding: 42px 0px;
}

.dv-footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
  color: rgb(107, 123, 117);
  font-size: 14px;
}

.dv-footer-links {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
}

.dv-footer-link {
  color: rgb(107, 123, 117);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.dv-footer-link:hover {
  color: rgb(4, 120, 87);
}

.dv-form-wrap {
  max-width: 640px;
  margin: 0px auto;
}

.dv-form {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  column-gap: 18px;
  text-align: left;
}

.dv-field {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  column-gap: 7px;
}

.dv-field-label {
  font-weight: 600;
  font-size: 14px;
  color: rgb(47, 63, 57);
}

.dv-input {
  width: 100%;
  padding: 13px 15px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(207, 224, 217);
  border-right-color: rgb(207, 224, 217);
  border-bottom-color: rgb(207, 224, 217);
  border-left-color: rgb(207, 224, 217);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  font-size: 15px;
  font-family: inherit;
  color: rgb(11, 31, 26);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
}

.dv-input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  border-top-color: rgb(16, 185, 129);
  border-right-color: rgb(16, 185, 129);
  border-bottom-color: rgb(16, 185, 129);
  border-left-color: rgb(16, 185, 129);
}

.dv-textarea {
  min-height: 130px;
  resize: vertical;
}

.dv-form-submit {
  align-self: flex-start;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
}