.ds-page {
  color: var(--ds-navy);
  --ds-max: 1200px;
  font-size: 17px;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--ds-white);
  font-family: var(--font-ds-font-body),Arial,sans-serif;
  line-height: 1.6;
  --ds-gutter: clamp(20px,4vw,56px);
}

@media (max-width: 650px) {
  .ds-page {
  font-size: 16px;
  }
}

.ds-page * {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  .ds-page * {
  scroll-behavior: auto !important;
  transition-delay: 0s !important;
  transition-behavior: normal !important;
  transition-duration: 0s !important;
  transition-property: none !important;
  transition-timing-function: ease !important;
  }
}

.ds-page a {
  color: inherit;
}

.ds-page img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.ds-shell {
  width: min(var(--ds-max),calc(100% - (var(--ds-gutter) * 2)));
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.ds-btn {
  color: var(--ds-white) !important;
  border: 2px solid var(--ds-petrol);
  row-gap: 16px;
  display: inline-flex;
  font-size: 18px;
  column-gap: 16px;
  min-height: 52px;
  align-items: center;
  background: var(--ds-petrol);
  font-family: var(--font-ds-font-display),Arial Narrow,sans-serif;
  font-weight: 700;
  padding: 0px 23px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  justify-content: center;
  transition-delay: 0s, 0s, 0s;
  text-decoration-line: none;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.2s, 0.2s, 0.2s;
  transition-property: background, color, transform;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
  transition-timing-function: ease, ease, ease;
}

.ds-btn:hover {
  transform: translateY(-2px);
  background: var(--ds-navy);
  border-color: var(--ds-navy);
}

.ds-btn svg {
  fill: none;
  width: 20px;
  height: 20px;
  stroke: currentcolor;
  stroke-width: 2;
}

.ds-btn-outline {
  color: var(--ds-navy) !important;
  border-color: var(--ds-navy);
  background-clip: initial;
  background-size: initial;
  background-color: transparent;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.ds-btn-outline:hover {
  color: var(--ds-white) !important;
  background: var(--ds-navy);
}

.ds-hero {
  background: var(--ds-white);
}

.ds-hero-grid {
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(0px, 0.9fr) minmax(480px, 1.1fr);
}

@media (max-width: 980px) {
  .ds-hero-grid {
  grid-template-columns: 1fr;
  }
}

.ds-hero-copy {
  display: flex;
  padding: clamp(72px,8vw,118px) clamp(32px,6vw,94px) clamp(72px,8vw,118px) max(var(--ds-gutter),calc((100vw - var(--ds-max))/2 + var(--ds-gutter)));
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 980px) {
  .ds-hero-copy {
  padding-left: var(--ds-gutter);
  padding-right: var(--ds-gutter);
  }
}

@media (max-width: 650px) {
  .ds-hero-copy {
  padding-top: 68px;
  padding-bottom: 68px;
  }
}

.ds-h1, .ds-h2, .ds-h3 {
  margin: 0px;
  font-family: var(--font-ds-font-display),Arial Narrow,sans-serif;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.ds-h1 {
  font-size: clamp(64px, 6vw, 96px);
  max-width: 650px;
}

@media (max-width: 650px) {
  .ds-h1 {
  font-size: clamp(52px, 16vw, 70px);
  }
}

.ds-hero-copy p {
  color: var(--ds-muted);
  font-size: 21px;
  max-width: 580px;
  margin: 29px 0px 35px;
  line-height: 1.55;
}

@media (max-width: 650px) {
  .ds-hero-copy p {
  font-size: 18px;
  }
}

.ds-hero-actions {
  row-gap: 14px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
}

@media (max-width: 650px) {
  .ds-hero-actions {
  display: grid;
  }
}

.ds-hero-media {
  position: relative;
  min-height: 610px;
}

@media (max-width: 980px) {
  .ds-hero-media {
  min-height: 480px;
  }
}

@media (max-width: 650px) {
  .ds-hero-media {
  min-height: 360px;
  }
}

.ds-hero-media::after {
  top: auto;
  left: -88px;
  right: 0px;
  width: 245px;
  bottom: 36px;
  height: 142px;
  content: "";
  position: absolute;
  background: linear-gradient(var(--ds-water),var(--ds-water)) 0 12px/160px 4px no-repeat,linear-gradient(var(--ds-electric),var(--ds-electric)) 24px 69px/173px 4px no-repeat,linear-gradient(var(--ds-gas),var(--ds-gas)) 0 126px/225px 4px no-repeat;
  pointer-events: none;
}

@media (max-width: 980px) {
  .ds-hero-media::after {
  left: auto;
  right: 0px;
  }
}

.ds-hero-media img {
  object-position: center center;
}

.ds-intro {
  background: var(--ds-mist);
  padding: clamp(80px, 9vw, 140px) 0px;
}

.ds-intro-grid {
  row-gap: clamp(42px, 8vw, 125px);
  display: grid;
  column-gap: clamp(42px, 8vw, 125px);
  align-items: end;
  grid-template-columns: 0.9fr 1.1fr;
}

@media (max-width: 650px) {
  .ds-intro-grid {
  row-gap: 32px;
  column-gap: 32px;
  }
}

.ds-intro .ds-h2 {
  font-size: clamp(50px, 5vw, 76px);
  max-width: 520px;
}

.ds-intro p {
  color: var(--ds-muted);
  font-size: 22px;
  max-width: 670px;
  margin: 0px;
}

@media (max-width: 650px) {
  .ds-intro p {
  font-size: 18px;
  }
}

.ds-tricolor {
  width: 180px;
  height: 5px;
  display: flex;
  margin-top: 30px;
}

.ds-tricolor i {
  flex-grow: 1;
  flex-basis: 0%;
  flex-shrink: 1;
}

.ds-tricolor i:nth-child(1) {
  background: var(--ds-water);
}

.ds-tricolor i:nth-child(2) {
  background: var(--ds-electric);
}

.ds-tricolor i:nth-child(3) {
  background: var(--ds-gas);
}

.ds-services {
  background: var(--ds-white);
}

.ds-service {
  height: 700px;
  display: grid;
  position: relative;
  border-top: 1px solid var(--ds-line);
  min-height: 590px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 980px) {
  .ds-service {
  height: auto;
  grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .ds-service {
  min-height: 0px;
  }
}

.ds-service-copy {
  display: flex;
  padding: clamp(62px, 7vw, 112px);
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 980px) {
  .ds-service-copy {
  padding: 70px var(--ds-gutter);
  }
}

@media (max-width: 650px) {
  .ds-service-copy {
  order: 1;
  padding-top: 58px;
  padding-bottom: 58px;
  }
}

.ds-service-media {
  height: 700px;
  position: relative;
  min-height: 520px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 980px) {
  .ds-service-media {
  width: 100%;
  height: 440px;
  max-width: 100vw;
  min-height: 440px;
  overflow-x: hidden;
  overflow-y: hidden;
  }
}

@media (max-width: 650px) {
  .ds-service-media {
  order: 2;
  width: 100%;
  height: 330px;
  min-height: 330px;
  }
}

.ds-service-media img {
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-property: transform;
  transition-timing-function: ease;
}

@media (max-width: 650px) {
  .ds-service-media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  }
}

.ds-service:hover .ds-service-media img {
  transform: scale(1.025);
}

.ds-service-num {
  font-size: 18px;
  font-family: var(--font-ds-font-display),Arial Narrow,sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}

.ds-service .ds-h2 {
  font-size: clamp(66px, 7vw, 108px);
}

@media (max-width: 650px) {
  .ds-service .ds-h2 {
  font-size: 68px;
  }
}

.ds-service-copy > p {
  color: var(--ds-muted);
  font-size: 19px;
  max-width: 560px;
  margin: 26px 0px 28px;
}

.ds-service-list {
  max-width: 560px;
  margin: 0px 0px 35px;
  padding: 0px;
  list-style-type: none;
  border-top-color: currentcolor;
  border-top-style: solid;
  border-top-width: 1px;
  list-style-image: initial;
  list-style-position: initial;
}

.ds-service-list li {
  row-gap: 14px;
  display: flex;
  column-gap: 14px;
  align-items: center;
  font-weight: 600;
  padding: 12px 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.ds-service-list li::before {
  width: 7px;
  height: 7px;
  content: "";
  background-clip: initial;
  background-size: initial;
  background-color: currentcolor;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 50%;
  background-attachment: initial;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.ds-water .ds-service-copy {
  color: var(--ds-navy);
  background: var(--ds-water);
}

.ds-water .ds-service-copy > p {
  color: var(--ds-navy);
}

.ds-electric .ds-service-copy {
  color: var(--ds-navy);
  background: var(--ds-electric);
}

@media (max-width: 980px) {
  .ds-electric .ds-service-copy {
  order: 1;
  }
}

.ds-electric .ds-service-copy > p {
  color: var(--ds-navy);
}

.ds-gas .ds-service-copy {
  color: var(--ds-navy);
  background: var(--ds-gas);
}

.ds-gas .ds-service-copy > p {
  color: var(--ds-navy);
}

.ds-service .ds-btn-outline {
  align-self: flex-start;
}

.ds-service-route {
  z-index: 2;
  opacity: 0.55;
  position: absolute;
  pointer-events: none;
}

@media (max-width: 980px) {
  .ds-service-route {
  display: none;
  }
}

.ds-water .ds-service-route {
  right: 48%;
  width: 120px;
  bottom: 34px;
  height: 120px;
  border-right: 2px solid var(--ds-white);
  border-bottom: 2px solid var(--ds-white);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 55px;
}

.ds-electric .ds-service-route {
  top: 48px;
  left: 50%;
  width: 155px;
  height: 84px;
  border-top: 2px solid var(--ds-navy);
  border-right: 2px solid var(--ds-navy);
}

.ds-gas .ds-service-route {
  top: 44px;
  right: 49%;
  width: 105px;
  border: 2px solid var(--ds-navy);
  height: 105px;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 52px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 52px;
}

.ds-method {
  background: var(--ds-mist);
  padding: clamp(90px, 10vw, 150px) 0px;
}

.ds-method-head {
  row-gap: 60px;
  display: grid;
  column-gap: 60px;
  align-items: end;
  margin-bottom: 75px;
  grid-template-columns: 1fr 0.8fr;
}

.ds-method .ds-h2 {
  font-size: clamp(52px, 5vw, 76px);
}

.ds-method-head p {
  color: var(--ds-muted);
  font-size: 19px;
  margin: 0px;
}

.ds-steps {
  row-gap: 50px;
  display: grid;
  position: relative;
  column-gap: 50px;
  padding-top: 48px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 650px) {
  .ds-steps {
  row-gap: 55px;
  column-gap: 55px;
  padding-top: 0px;
  grid-template-columns: 1fr;
  }
}

.ds-steps::before {
  top: 2px;
  left: 0px;
  right: 0px;
  height: 5px;
  content: "";
  position: absolute;
  background: linear-gradient(90deg,var(--ds-water) 0 33.33%,var(--ds-electric) 33.33% 66.66%,var(--ds-gas) 66.66%);
}

@media (max-width: 650px) {
  .ds-steps::before {
  top: 0px;
  left: 6px;
  right: auto;
  width: 4px;
  bottom: 0px;
  height: auto;
  background: linear-gradient(var(--ds-water) 0 33.33%,var(--ds-electric) 33.33% 66.66%,var(--ds-gas) 66.66%);
  }
}

.ds-step {
  position: relative;
}

@media (max-width: 650px) {
  .ds-step {
  padding-left: 42px;
  }
}

.ds-step::before {
  top: -55px;
  left: 0px;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background: var(--ds-mist);
  border-top-color: currentcolor;
  border-top-style: solid;
  border-top-width: 4px;
  border-left-color: currentcolor;
  border-left-style: solid;
  border-left-width: 4px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: solid;
  border-right-width: 4px;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
}

@media (max-width: 650px) {
  .ds-step::before {
  top: 4px;
  left: -1px;
  }
}

.ds-step:nth-child(1)::before {
  border-color: var(--ds-water);
}

.ds-step:nth-child(2)::before {
  border-color: var(--ds-electric);
}

.ds-step:nth-child(3)::before {
  border-color: var(--ds-gas);
}

.ds-step strong {
  display: block;
  font-size: 54px;
  font-family: var(--font-ds-font-display),Arial Narrow,sans-serif;
  line-height: 1;
  margin-bottom: 13px;
}

.ds-step:nth-child(1) strong {
  color: var(--ds-water);
}

.ds-step:nth-child(2) strong {
  color: rgb(165, 181, 28);
}

.ds-step:nth-child(3) strong {
  color: var(--ds-gas);
}

.ds-step h3 {
  font-size: 25px;
  margin: 0px 0px 9px;
}

.ds-step p {
  color: var(--ds-muted);
  max-width: 310px;
  margin: 0px;
}

.ds-combined {
  background: var(--ds-white);
  padding: clamp(86px, 10vw, 150px) 0px;
}

.ds-combined-grid {
  row-gap: clamp(50px, 9vw, 140px);
  display: grid;
  column-gap: clamp(50px, 9vw, 140px);
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

.ds-combined .ds-h2 {
  font-size: clamp(52px, 5vw, 78px);
}

.ds-combined p {
  color: var(--ds-muted);
  font-size: 20px;
  margin: 26px 0px;
}

.ds-route-board {
  height: 340px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--ds-navy);
}

@media (max-width: 650px) {
  .ds-route-board {
  height: 250px;
  }
}

.ds-route-board span {
  left: -30px;
  height: 5px;
  position: absolute;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ds-route-board span:nth-child(1) {
  top: 85px;
  width: 78%;
  transform: skewX(-35deg);
  background: var(--ds-water);
}

.ds-route-board span:nth-child(2) {
  top: 166px;
  width: 92%;
  transform: skewX(30deg);
  background: var(--ds-electric);
}

.ds-route-board span:nth-child(3) {
  top: 247px;
  width: 72%;
  transform: skewX(-22deg);
  background: var(--ds-gas);
}

.ds-route-board::after {
  color: rgba(255, 255, 255, 0.08);
  right: 38px;
  bottom: 8px;
  content: "3";
  font-size: 220px;
  position: absolute;
  font-family: var(--font-ds-font-display),Arial Narrow,sans-serif;
  font-weight: 800;
  line-height: 1;
}

.ds-cta {
  color: var(--ds-white);
  position: relative;
  background: var(--ds-navy);
  padding: clamp(82px, 9vw, 130px) 0px;
}

.ds-cta::after {
  top: 22%;
  right: -4%;
  width: 45%;
  height: 55%;
  content: "";
  opacity: 0.65;
  position: absolute;
  background: linear-gradient(var(--ds-water),var(--ds-water)) 0 15%/73% 2px no-repeat,linear-gradient(var(--ds-electric),var(--ds-electric)) 13% 50%/84% 2px no-repeat,linear-gradient(var(--ds-gas),var(--ds-gas)) 0 85%/67% 2px no-repeat;
}

@media (max-width: 650px) {
  .ds-cta::after {
  display: none;
  }
}

.ds-cta-grid {
  row-gap: 50px;
  z-index: 1;
  display: grid;
  position: relative;
  column-gap: 50px;
  align-items: center;
  grid-template-columns: 1fr auto;
}

@media (max-width: 980px) {
  .ds-cta-grid {
  grid-template-columns: 1fr;
  }
}

.ds-cta .ds-h2 {
  font-size: clamp(54px, 5vw, 78px);
  max-width: 650px;
}

.ds-cta p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 19px;
  max-width: 620px;
  margin: 22px 0px 0px;
}

.ds-cta .ds-btn {
  background: var(--ds-water);
  border-color: var(--ds-water);
}

.ds-cta .ds-btn:hover {
  color: var(--ds-navy) !important;
  background: var(--ds-white);
  border-color: var(--ds-white);
}

@media (max-width: 980px) {
  .ds-intro-grid, .ds-method-head, .ds-combined-grid {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .ds-electric .ds-service-media {
  order: 2;
  }
}

@media (max-width: 980px) {
  .ds-cta-grid .ds-btn {
  justify-self: start;
  }
}

@media (max-width: 650px) {
  .ds-hero-actions .ds-btn {
  width: 100%;
  }
}

.ds-service-copy, .ds-service-media {
  min-width: 0px;
}

.dw-shell {
  width: min(1200px, 100% - 48px);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

@media (max-width: 1040px) {
  .dw-shell {
  width: min(100% - 36px, 940px);
  }
}

@media (max-width: 520px) {
  .dw-shell {
  width: calc(100% - 32px);
  }
}

.dw-nav-cta, .dw-btn {
  color: var(--ds-white) !important;
  row-gap: 16px;
  display: inline-flex;
  font-size: 14px;
  column-gap: 16px;
  align-items: center;
  background: var(--ds-petrol);
  font-weight: 700;
  padding: 16px 20px;
  justify-content: center;
  transition-delay: 0s, 0s;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-property: transform, background;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition-timing-function: ease, ease;
}

.dw-nav-cta:hover, .dw-btn:hover {
  transform: translateY(-2px);
  background: var(--ds-navy);
}

.dw-hero {
  display: grid;
  min-height: 594px;
  grid-template-columns: minmax(0px, 46%) minmax(0px, 54%);
}

@media (max-width: 1040px) {
  .dw-hero {
  grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .dw-hero {
  min-height: 0px;
  grid-template-columns: 1fr;
  }
}

.dw-hero-copy {
  color: var(--dp-on-accent);
  display: flex;
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  overflow-y: hidden;
  align-items: center;
  background: var(--dp-accent);
  padding: 76px 18px 76px max(42px, -618px + 50vw);
}

@media (max-width: 1040px) {
  .dw-hero-copy {
  padding: 60px 34px;
  }
}

@media (max-width: 820px) {
  .dw-hero-copy {
  min-height: 500px;
  padding: 64px max(24px, -342px + 50vw);
  }
}

@media (max-width: 520px) {
  .dw-hero-copy {
  min-height: 470px;
  padding: 54px 20px;
  }
}

.dw-hero-copy::after {
  top: -50px;
  right: 8%;
  width: 44%;
  height: 105%;
  z-index: -1;
  content: "";
  position: absolute;
  border-color: color-mix(in srgb, var(--ds-navy) 28%, transparent);
  border-top-color: rgba(255, 255, 255, 0.32);
  border-top-style: solid;
  border-top-width: 2px;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(255, 255, 255, 0.32);
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: rgba(255, 255, 255, 0.32);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 34px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 34px;
}

@media (max-width: 520px) {
  .dw-hero-copy::after {
  right: -15%;
  width: 58%;
  }
}

.dw-hero-copy::before {
  top: 75px;
  right: 17%;
  width: 9px;
  height: 9px;
  z-index: -1;
  content: "";
  position: absolute;
  box-shadow: 0 355px 0 -1px var(--dp-accent), 0 355px 0 1px var(--dp-motif-shadow-border);
  border-color: var(--dp-motif-border);
  border-top-color: rgba(255, 255, 255, 0.5);
  border-top-style: solid;
  border-top-width: 2px;
  border-left-color: rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  border-left-width: 2px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(255, 255, 255, 0.5);
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  border-top-left-radius: var(--dp-motif-radius);
  border-top-right-radius: var(--dp-motif-radius);
  border-bottom-left-radius: var(--dp-motif-radius);
  border-bottom-right-radius: var(--dp-motif-radius);
}

.dw-hero-inner {
  width: 100%;
  max-width: 542px;
  min-width: 0px;
}

.dw-eyebrow {
  row-gap: 12px;
  display: flex;
  font-size: 13px;
  column-gap: 12px;
  margin: 0px 0px 20px;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dw-eyebrow::before {
  width: 38px;
  height: 3px;
  content: "";
  background-clip: initial;
  background-size: initial;
  background-color: currentcolor;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.dw-hero h1, .dw-heading, .dw-cta h2 {
  margin: 0px;
  font-family: var(--font-ds-font-display),Arial,sans-serif;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.dw-hero h1 {
  color: var(--dp-on-accent);
  hyphens: none;
  font-size: var(--dp-hero-title-size);
  max-width: var(--dp-hero-title-max);
  word-break: normal;
  overflow-wrap: normal;
  letter-spacing: var(--dp-hero-title-spacing);
}

@media (max-width: 1040px) {
  .dw-hero h1 {
  font-size: var(--dp-hero-title-size-1040);
  }
}

@media (max-width: 820px) {
  .dw-hero h1 {
  font-size: var(--dp-hero-title-size-820);
  }
}

@media (max-width: 520px) {
  .dw-hero h1 {
  font-size: var(--dp-hero-title-size-520);
  }
}

.dw-hero p {
  color: var(--dp-on-accent);
  font-size: 19px;
  max-width: var(--dp-hero-copy-max);
  margin: 25px 0px 32px;
  line-height: 1.55;
}

@media (max-width: 520px) {
  .dw-hero p {
  font-size: 17px;
  }
}

.dw-hero .dw-btn {
  color: var(--ds-white);
  background: var(--ds-navy);
  padding: 18px 22px;
}

.dw-hero-media {
  min-width: 0px;
  min-height: 594px;
}

@media (max-width: 820px) {
  .dw-hero-media {
  min-height: 440px;
  }
}

@media (max-width: 520px) {
  .dw-hero-media {
  min-height: 340px;
  }
}

.dw-hero-media img, .dw-photo img, .dw-project img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dw-hero-media img {
  object-position: center center;
}

.dw-section {
  padding: 96px 0px;
}

@media (max-width: 820px) {
  .dw-section {
  padding: 72px 0px;
  }
}

.dw-trust {
  row-gap: 74px;
  display: grid;
  column-gap: 74px;
  align-items: center;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0px, 1.28fr);
}

@media (max-width: 820px) {
  .dw-trust {
  row-gap: 38px;
  column-gap: 38px;
  grid-template-columns: 1fr;
  }
}

.dw-heading {
  font-size: clamp(38px, 4vw, 58px);
}

@media (max-width: 520px) {
  .dw-heading {
  font-size: 42px;
  }
}

.dw-title-rule {
  width: 48px;
  height: 4px;
  margin: 22px 0px 26px;
  background: var(--dp-accent);
}

.dw-copy {
  color: var(--ds-muted);
  font-size: 17px;
  margin: 0px;
  line-height: 1.75;
}

.dw-photo {
  height: 410px;
}

@media (max-width: 820px) {
  .dw-photo {
  height: 360px;
  }
}

@media (max-width: 520px) {
  .dw-photo {
  height: 300px;
  }
}

.dw-scope-section {
  border-top: 1px solid var(--ds-line);
  background: var(--ds-mist);
  border-bottom: 1px solid var(--ds-line);
}

.dw-scope {
  row-gap: var(--dp-scope-row-gap);
  display: grid;
  column-gap: var(--dp-scope-column-gap);
  grid-template-columns: var(--dp-scope-columns);
}

@media (max-width: 1040px) {
  .dw-scope {
  row-gap: var(--dp-scope-row-gap-1040);
  column-gap: var(--dp-scope-column-gap-1040);
  }
}

@media (max-width: 820px) {
  .dw-scope {
  row-gap: var(--dp-scope-row-gap-820);
  column-gap: var(--dp-scope-column-gap-820);
  grid-template-columns: var(--dp-scope-columns-820);
  }
}

.dw-scope-list {
  position: relative;
  padding-left: 70px;
}

@media (max-width: 820px) {
  .dw-scope-list {
  padding-left: 54px;
  }
}

@media (max-width: 520px) {
  .dw-scope-list {
  padding-left: 42px;
  }
}

.dw-scope-list::before {
  top: 18px;
  left: 24px;
  width: 3px;
  bottom: 18px;
  content: "";
  position: absolute;
  background: var(--dp-accent);
}

@media (max-width: 520px) {
  .dw-scope-list::before {
  left: 12px;
  }
}

.dw-scope-row {
  row-gap: 40px;
  display: grid;
  position: relative;
  column-gap: 40px;
  padding: 21px 0px;
  border-bottom: 1px solid var(--ds-line);
  grid-template-columns: minmax(210px, 0.8fr) minmax(0px, 1.2fr);
}

@media (max-width: 820px) {
  .dw-scope-row {
  row-gap: 8px;
  column-gap: 8px;
  grid-template-columns: 1fr;
  }
}

.dw-scope-row:last-child {
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.dw-scope-row::before {
  top: 26px;
  left: -53px;
  width: 14px;
  border: 3px solid var(--ds-water);
  height: 14px;
  content: "";
  position: absolute;
  background: var(--ds-mist);
  border-color: var(--dp-accent);
  border-top-left-radius: var(--dp-node-radius);
  border-top-right-radius: var(--dp-node-radius);
  border-bottom-left-radius: var(--dp-node-radius);
  border-bottom-right-radius: var(--dp-node-radius);
}

@media (max-width: 520px) {
  .dw-scope-row::before {
  left: -37px;
  }
}

.dw-scope-row h3 {
  font-size: 24px;
  margin: 0px;
  font-family: var(--font-ds-font-display),Arial,sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.dw-scope-row p {
  color: var(--ds-muted);
  font-size: 15px;
  margin: 0px;
  line-height: 1.55;
}

.dw-process-section {
  background: var(--ds-white);
}

.dw-process {
  row-gap: 54px;
  display: grid;
  column-gap: 54px;
  align-items: start;
  grid-template-columns: 280px minmax(0px, 1fr);
}

@media (max-width: 1040px) {
  .dw-process {
  row-gap: 36px;
  column-gap: 36px;
  grid-template-columns: 210px 1fr;
  }
}

@media (max-width: 820px) {
  .dw-process {
  row-gap: 46px;
  column-gap: 46px;
  grid-template-columns: 1fr;
  }
}

.dw-process-track {
  row-gap: 42px;
  display: grid;
  position: relative;
  border-top: 6px solid var(--ds-water);
  column-gap: 42px;
  padding: 72px 34px 0px;
  border-right: 6px solid var(--ds-water);
  border-top-left-radius: 0px;
  grid-template-columns: repeat(3, 1fr);
  border-top-right-radius: 40px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media (max-width: 1040px) {
  .dw-process-track {
  row-gap: 25px;
  column-gap: 25px;
  padding-inline-end: 20px;
  padding-inline-start: 20px;
  }
}

@media (max-width: 820px) {
  .dw-process-track {
  row-gap: 24px;
  column-gap: 24px;
  border-left: 5px solid var(--dp-accent);
  padding: 14px 0px 0px 48px;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  border-top-left-radius: 0px;
  grid-template-columns: 1fr;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  }
}

@media (max-width: 520px) {
  .dw-process-track {
  margin-left: 10px;
  }
}

.dw-process-track::before {
  top: -6px;
  left: -190px;
  width: 190px;
  height: 116px;
  content: "";
  position: absolute;
  border-right: 6px solid var(--ds-water);
  border-bottom: 6px solid var(--ds-water);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 40px;
}

@media (max-width: 820px) {
  .dw-process-track::before {
  display: none;
  }
}

.dw-step {
  position: relative;
  min-height: 228px;
}

@media (max-width: 820px) {
  .dw-step {
  min-height: 0px;
  padding-bottom: 28px;
  }
}

.dw-step::before {
  top: -83px;
  left: 8px;
  width: 18px;
  border: 4px solid var(--ds-water);
  height: 18px;
  content: "";
  position: absolute;
  background: var(--ds-white);
  border-color: var(--dp-accent);
  border-top-left-radius: var(--dp-node-radius);
  border-top-right-radius: var(--dp-node-radius);
  border-bottom-left-radius: var(--dp-node-radius);
  border-bottom-right-radius: var(--dp-node-radius);
}

@media (max-width: 820px) {
  .dw-step::before {
  top: 7px;
  left: -59px;
  }
}

.dw-step b {
  color: var(--dp-accent);
  display: block;
  font-size: 42px;
  font-family: var(--font-ds-font-display),Arial,sans-serif;
  line-height: 1;
}

.dw-step h3 {
  font-size: 23px;
  margin: 8px 0px 12px;
  font-family: var(--font-ds-font-display),Arial,sans-serif;
}

.dw-step p {
  color: var(--ds-muted);
  font-size: 15px;
  margin: 0px;
  line-height: 1.62;
}

.dw-project {
  height: 420px;
  margin-top: 72px;
}

@media (max-width: 820px) {
  .dw-project {
  height: 360px;
  margin-top: 50px;
  }
}

@media (max-width: 520px) {
  .dw-project {
  height: 290px;
  }
}

.dw-caption {
  color: var(--ds-muted);
  font-size: 13px;
  margin: 12px 0px 0px;
  border-left: 3px solid var(--ds-water);
  border-color: var(--dp-accent);
  padding-left: 12px;
}

.dw-related-section {
  border-top: 1px solid var(--ds-line);
  background: var(--ds-mist);
  padding: 64px 0px;
}

.dw-related-title {
  font-size: 36px;
  margin: 0px 0px 30px;
  font-family: var(--font-ds-font-display),Arial,sans-serif;
  text-transform: uppercase;
}

.dw-related-grid {
  row-gap: 56px;
  display: grid;
  column-gap: 56px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 820px) {
  .dw-related-grid {
  row-gap: 18px;
  column-gap: 18px;
  grid-template-columns: 1fr;
  }
}

.dw-related {
  row-gap: 18px;
  display: grid;
  column-gap: 18px;
  align-items: center;
  padding: 20px 8px 20px 0px;
  border-color: var(--dw-related-accent);
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  grid-template-columns: 44px 1fr 28px;
}

@media (max-width: 520px) {
  .dw-related {
  row-gap: 12px;
  column-gap: 12px;
  grid-template-columns: 35px 1fr 24px;
  }
}

.dw-related-icon {
  fill: var(--dw-related-accent);
  color: var(--dw-related-accent);
  width: 44px;
  height: 60px;
  display: flex;
  font-size: 34px;
  overflow-x: visible;
  overflow-y: visible;
  align-items: center;
  flex-shrink: 0;
  font-weight: 400;
  line-height: 1;
  justify-content: center;
}

@media (max-width: 520px) {
  .dw-related-icon {
  width: 35px;
  height: 48px;
  }
}

.dw-related h3 {
  font-size: 23px;
  margin: 0px 0px 3px;
  font-family: var(--font-ds-font-display),Arial,sans-serif;
}

.dw-related p {
  color: var(--ds-muted);
  font-size: 13px;
  margin: 0px;
}

.dw-related-arrow {
  font-size: 25px;
}

.dw-cta {
  color: var(--ds-white);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--ds-navy);
  padding: 76px 0px;
}

@media (max-width: 520px) {
  .dw-cta {
  padding: 62px 0px;
  }
}

.dw-cta::before, .dw-cta::after {
  left: 52%;
  width: 55%;
  height: 70px;
  content: "";
  position: absolute;
  border-top: 2px solid color-mix(in srgb,var(--ds-water) 65%,transparent);
  transform: skewX(-28deg);
  border-left: 2px solid color-mix(in srgb,var(--ds-water) 65%,transparent);
  border-color: color-mix(in srgb, var(--dp-accent) var(--dp-cta-line-strength), transparent);
  border-top-left-radius: 28px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media (max-width: 520px) {
  .dw-cta::before, .dw-cta::after {
  left: 67%;
  width: 70%;
  }
}

.dw-cta::before {
  top: 34px;
}

.dw-cta::after {
  top: 100px;
  left: 59%;
}

.dw-cta-content {
  z-index: 1;
  max-width: 540px;
  position: relative;
}

@media (max-width: 520px) {
  .dw-cta-content {
  max-width: 100%;
  }
}

.dw-cta h2 {
  font-size: var(--dp-cta-heading-size);
}

@media (max-width: 820px) {
  .dw-cta h2 {
  font-size: var(--dp-cta-heading-size-820);
  }
}

@media (max-width: 520px) {
  .dw-cta h2 {
  font-size: var(--dp-cta-heading-size-520);
  line-height: 0.96;
  letter-spacing: -0.02em;
  }
}

.dw-cta p {
  color: color-mix(in srgb,var(--ds-white) 80%,transparent);
  font-size: 17px;
  max-width: 480px;
  margin: 18px 0px 28px;
  line-height: 1.55;
}

.dw-cta-actions {
  row-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}

@media (max-width: 520px) {
  .dw-cta-actions {
  display: grid;
  }
}

.dw-cta .dw-btn {
  color: var(--dp-cta-button-text) !important;
  background: var(--dp-accent);
}

.dw-cta .dw-btn:hover {
  color: var(--dp-cta-button-hover-text) !important;
  background: var(--dp-cta-button-hover-bg);
}

.dw-btn.dw-outline {
  border: 1px solid var(--ds-white);
  background-clip: initial;
  background-size: initial;
  background-color: transparent;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.dw-electric {
  --dw-related-accent: var(--ds-electric);
}

.dw-gas {
  --dw-related-accent: var(--ds-gas);
}

.dw-process .dw-heading {
  font-size: 36px;
}

@media (max-width: 1040px) {
  .dw-process .dw-heading {
  font-size: 36px;
  }
}

@media (max-width: 820px) {
  .dw-process .dw-heading {
  font-size: 42px;
  }
}

.dw-water {
  --dw-related-accent: var(--ds-water);
}

.sl-site {
  color: var(--sl-navy);
  --sl-gas: var(--ds-gas, #f06b2b);
  --sl-line: var(--ds-line, #d4dbda);
  --sl-navy: var(--ds-navy, #08283b);
  min-height: 100vh;
  --site-max: 1200px;
  --sl-water: var(--ds-water, #168daf);
  --sl-white: var(--ds-white, #ffffff);
  background: var(--sl-white);
  font-family: var(--sl-font-body);
  --site-gutter: 32px;
  --sl-electric: var(--ds-electric, #c5d600);
  --sl-font-body: var(--font-ds-font-body, "Barlow", Arial, sans-serif);
  --sl-font-display: var(--font-ds-font-display, "Barlow Condensed", "Arial Narrow", Arial, sans-serif);
}

@media (max-width: 820px) {
  .sl-site {
  --site-gutter: 18px;
  }
}

@media (max-width: 520px) {
  .sl-site {
  --site-gutter: 14px;
  }
}

.sl-site, .sl-site * {
  box-sizing: border-box;
}

.sl-shell {
  width: min(1180px, 100% - 64px);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

@media (max-width: 820px) {
  .sl-shell {
  width: min(100% - 36px, 1180px);
  }
}

@media (max-width: 520px) {
  .sl-shell {
  width: min(100% - 28px, 1180px);
  }
}

.sl-skip {
  top: 10px;
  left: 10px;
  color: var(--sl-white);
  z-index: 999;
  position: fixed;
  transform: translateY(-160%);
  background: var(--sl-navy);
  font-weight: 700;
  padding: 11px 16px;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.sl-skip:focus {
  transform: translateY(0px);
}

.sl-header {
  z-index: 20;
  position: relative;
  background: var(--sl-white);
  border-bottom: 1px solid var(--sl-line);
}

.sl-nav {
  row-gap: 34px;
  display: flex;
  column-gap: 34px;
  min-height: 96px;
  align-items: center;
}

@media (max-width: 820px) {
  .sl-nav {
  min-height: 76px;
  }
}

.sl-brand {
  color: var(--sl-navy);
  row-gap: 15px;
  display: inline-flex;
  flex-grow: 0;
  column-gap: 15px;
  flex-basis: auto;
  align-items: center;
  flex-shrink: 0;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.sl-mark {
  width: 44px;
  row-gap: 6px;
  display: grid;
  column-gap: 6px;
}

@media (max-width: 520px) {
  .sl-mark {
  width: 37px;
  row-gap: 5px;
  column-gap: 5px;
  }
}

.sl-mark i {
  height: 5px;
  display: none;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
}

@media (max-width: 520px) {
  .sl-mark i {
  height: 4px;
  }
}

.sl-mark i:nth-child(1) {
  background: var(--sl-water);
}

.sl-mark i:nth-child(2) {
  background: var(--sl-electric);
}

.sl-mark i:nth-child(3) {
  background: var(--sl-gas);
}

.sl-brand-copy {
  display: grid;
  line-height: 0.92;
}

.sl-brand-copy strong {
  font-size: 28px;
  font-family: var(--sl-font-display);
  letter-spacing: 0.035em;
}

@media (max-width: 820px) {
  .sl-brand-copy strong {
  font-size: 24px;
  }
}

@media (max-width: 520px) {
  .sl-brand-copy strong {
  font-size: 21px;
  }
}

.sl-brand-copy small {
  font-size: 10px;
  margin-top: 6px;
  font-weight: 800;
  letter-spacing: 0.25em;
}

.sl-links {
  row-gap: 30px;
  display: flex;
  column-gap: 30px;
  align-items: center;
  margin-left: auto;
}

@media (max-width: 1040px) {
  .sl-links {
  row-gap: 20px;
  column-gap: 20px;
  }
}

@media (max-width: 820px) {
  .sl-links {
  display: none;
  }
}

@media (max-width: 1120px) {
  .sl-links {
  row-gap: 18px;
  column-gap: 18px;
  }
}

.sl-links a {
  color: var(--sl-navy);
  display: inline-flex;
  font-size: 14px;
  position: relative;
  min-height: 44px;
  align-items: center;
  font-weight: 700;
  padding-block-end: 10px;
  padding-block-start: 10px;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

@media (max-width: 1040px) {
  .sl-links a {
  font-size: 13px;
  }
}

@media (max-width: 1120px) {
  .sl-links a {
  font-size: 13px;
  }
}

.sl-links a::after {
  left: 0px;
  right: 100%;
  bottom: 2px;
  height: 2px;
  content: "";
  position: absolute;
  background: var(--sl-water);
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-property: right;
  transition-timing-function: ease;
}

.sl-links a:hover::after, .sl-links a:focus-visible::after {
  right: 0px;
}

.sl-nav-cta {
  color: var(--sl-white);
  row-gap: 13px;
  display: inline-flex;
  font-size: 14px;
  column-gap: 13px;
  min-height: 44px;
  align-items: center;
  background: var(--sl-water);
  font-weight: 800;
  padding: 15px 19px;
  text-decoration-line: none;
  border-top-left-radius: 2px;
  text-decoration-color: initial;
  text-decoration-style: initial;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  text-decoration-thickness: initial;
}

@media (max-width: 1040px) {
  .sl-nav-cta {
  display: none;
  }
}

.sl-nav-cta:hover, .sl-nav-cta:focus-visible {
  background: var(--sl-navy);
}

.sl-mobile {
  display: none;
  position: relative;
  margin-left: auto;
}

@media (max-width: 820px) {
  .sl-mobile {
  display: block;
  }
}

.sl-mobile summary {
  border: 1px solid var(--sl-navy);
  cursor: pointer;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 800;
  padding: 12px 15px;
  list-style-type: none;
  list-style-image: initial;
  list-style-position: initial;
}

.sl-mobile summary::-webkit-details-marker {
  display: none;
}

.sl-mobile nav {
  top: calc(100% + 10px);
  right: 0px;
  width: min(280px, -32px + 100vw);
  border: 1px solid var(--sl-line);
  row-gap: 8px;
  display: grid;
  position: absolute;
  box-shadow: rgba(8, 40, 59, 0.18) 0px 16px 38px;
  column-gap: 8px;
  background: var(--sl-white);
  padding: 12px;
}

.sl-mobile nav a {
  color: var(--sl-navy);
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 700;
  padding: 10px 12px;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.sl-outlet {
  display: block;
  min-width: 0px;
}

.sl-footer {
  color: var(--sl-white);
  background: var(--sl-navy);
  padding: 54px 0px;
  border-top-color: rgba(255, 255, 255, 0.18);
  border-top-style: solid;
  border-top-width: 1px;
}

@media (max-width: 520px) {
  .sl-footer {
  padding: 42px 0px;
  }
}

.sl-footer-grid {
  row-gap: 38px;
  display: grid;
  column-gap: 38px;
  align-items: start;
  grid-template-columns: 1.45fr 0.7fr 0.7fr 1fr;
}

@media (max-width: 820px) {
  .sl-footer-grid {
  grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .sl-footer-grid {
  row-gap: 26px;
  column-gap: 26px;
  grid-template-columns: 1fr;
  }
}

.sl-brand-footer {
  color: var(--sl-white);
}

.sl-footer-col {
  row-gap: 9px;
  display: grid;
  column-gap: 9px;
  padding-left: 28px;
  align-content: start;
  border-left-color: rgba(255, 255, 255, 0.35);
  border-left-style: solid;
  border-left-width: 1px;
}

@media (max-width: 520px) {
  .sl-footer-col {
  padding-top: 18px;
  padding-left: 0px;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  }
}

.sl-footer-col a, .sl-footer-col span, .sl-footer-col strong {
  color: var(--sl-white);
  font-size: 14px;
  line-height: 1.45;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.sl-footer-col a:hover, .sl-footer-col a:focus-visible {
  color: var(--sl-electric);
}

.sl-address strong {
  margin-bottom: 3px;
}

@media (max-width: 820px) {
  .sl-brand-footer, .sl-address {
  grid-column-end: -1;
  grid-column-start: 1;
  }
}

@media (max-width: 520px) {
  .sl-brand-footer, .sl-address {
  grid-column-end: auto;
  grid-column-start: auto;
  }
}

.be-page {
  color: var(--be-navy);
  --be-gas: var(--ds-gas, #f06b2b);
  --be-line: var(--ds-line, #d4dbda);
  --be-navy: var(--ds-navy, #08283b);
  --be-muted: var(--ds-muted, #59666c);
  --be-water: var(--ds-water, #168daf);
  --be-white: var(--ds-white, #ffffff);
  background: var(--be-white);
  font-family: var(--be-font-body);
  --be-concrete: var(--ds-concrete, #f4f5f3);
  --be-electric: var(--ds-electric, #c5d600);
  --be-font-body: var(--font-ds-font-body, "Barlow", Arial, sans-serif);
  --be-font-display: var(--font-ds-font-display, "Barlow Condensed", "Arial Narrow", Arial, sans-serif);
}

.be-page, .be-page * {
  box-sizing: border-box;
}

.be-shell {
  width: min(1120px, 100% - 64px);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

@media (max-width: 620px) {
  .be-shell {
  width: min(100% - 32px, 1120px);
  }
}

.be-hero {
  color: var(--be-white);
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--be-navy);
  padding: clamp(72px, 9vw, 132px) 0px 66px;
}

@media (max-width: 620px) {
  .be-hero {
  padding: 60px 0px 44px;
  }
}

.be-hero-grid {
  row-gap: 64px;
  display: grid;
  column-gap: 64px;
  align-items: end;
  grid-template-columns: minmax(0px, 1fr) 330px;
}

@media (max-width: 900px) {
  .be-hero-grid {
  grid-template-columns: 1fr;
  }
}

.be-kicker {
  color: var(--be-electric);
  font-size: 13px;
  margin: 0px 0px 20px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.be-heading h1, .be-cta h2 {
  margin: 0px;
  font-family: var(--be-font-display);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.be-heading h1 {
  font-size: clamp(48px, 7vw, 92px);
  max-width: 820px;
}

.be-lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2.2vw, 24px);
  max-width: 720px;
  margin: 26px 0px 0px;
  line-height: 1.45;
}

.be-lead:empty {
  display: none;
}

.be-meta {
  color: rgba(255, 255, 255, 0.66);
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  column-gap: 10px;
  margin-top: 28px;
}

@media (max-width: 620px) {
  .be-meta {
  row-gap: 6px;
  display: grid;
  column-gap: 6px;
  }
}

.be-route {
  row-gap: 20px;
  display: grid;
  column-gap: 20px;
  transform: translateX(48px);
  padding-bottom: 18px;
}

@media (max-width: 900px) {
  .be-route {
  display: none;
  }
}

.be-route i {
  width: 380px;
  height: 2px;
  display: block;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
}

.be-route i:nth-child(1) {
  background: var(--be-water);
}

.be-route i:nth-child(2) {
  transform: translateX(42px);
  background: var(--be-electric);
}

.be-route i:nth-child(3) {
  transform: translateX(84px);
  background: var(--be-gas);
}

.be-article {
  padding: clamp(64px, 8vw, 112px) 0px;
}

@media (max-width: 620px) {
  .be-article {
  padding: 56px 0px;
  }
}

.be-article-grid {
  row-gap: clamp(44px, 7vw, 94px);
  display: grid;
  column-gap: clamp(44px, 7vw, 94px);
  align-items: start;
  justify-content: space-between;
  grid-template-columns: 220px minmax(0px, 760px);
}

@media (max-width: 900px) {
  .be-article-grid {
  grid-template-columns: 1fr;
  }
}

.be-aside {
  top: 28px;
  row-gap: 12px;
  display: grid;
  position: sticky;
  border-top: 3px solid var(--be-water);
  column-gap: 12px;
  padding-top: 18px;
}

@media (max-width: 900px) {
  .be-aside {
  position: static;
  align-items: end;
  grid-template-columns: 1fr auto;
  }
}

@media (max-width: 620px) {
  .be-aside {
  grid-template-columns: 1fr;
  }
}

.be-aside-label {
  color: var(--be-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.be-aside strong {
  font-size: 22px;
  font-family: var(--be-font-display);
  line-height: 1.15;
  text-transform: uppercase;
}

.be-aside a {
  color: var(--be-navy);
  row-gap: 14px;
  display: inline-flex;
  column-gap: 14px;
  margin-top: 18px;
  align-items: center;
  font-weight: 800;
  border-bottom: 1px solid var(--be-navy);
  padding-bottom: 10px;
  justify-content: space-between;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

@media (max-width: 900px) {
  .be-aside a {
  width: fit-content;
  grid-column-end: -1;
  grid-column-start: 1;
  }
}

.be-cover {
  display: none;
  margin: 0px 0px 46px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--be-concrete);
  aspect-ratio: 16 / 9;
}

.be-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.be-cover:has(img[src=""]), .be-cover:has(img:not([src])) {
  display: none;
}

.be-body {
  color: rgb(38, 58, 68);
  font-size: 18px;
  line-height: 1.78;
}

.be-body h2, .be-body h3 {
  color: var(--be-navy);
  font-family: var(--be-font-display);
  line-height: 1.05;
  text-transform: uppercase;
}

.be-body h2 {
  font-size: clamp(34px, 4.5vw, 52px);
  margin: 2.3em 0px 0.6em;
}

.be-body h3 {
  font-size: clamp(27px, 3.4vw, 38px);
  margin: 2em 0px 0.5em;
}

.be-body p, .be-body ul, .be-body ol, .be-body blockquote {
  margin: 0px 0px 1.5em;
}

.be-body a {
  color: var(--be-water);
  font-weight: 700;
}

.be-body img {
  width: 100%;
  height: auto;
  display: block;
  margin: 2.2em 0px;
}

.be-body blockquote {
  color: var(--be-navy);
  font-size: 1.18em;
  border-left: 4px solid var(--be-electric);
  font-weight: 700;
  padding: 6px 0px 6px 24px;
}

.be-article-footer {
  color: var(--be-muted);
  row-gap: 24px;
  display: flex;
  font-size: 14px;
  border-top: 1px solid var(--be-line);
  column-gap: 24px;
  margin-top: 64px;
  padding-top: 22px;
  justify-content: space-between;
}

.be-article-footer a {
  color: var(--be-navy);
  font-weight: 800;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.be-cta {
  color: var(--be-white);
  background: var(--be-navy);
  padding: 58px 0px;
  border-top-color: rgba(255, 255, 255, 0.18);
  border-top-style: solid;
  border-top-width: 1px;
}

.be-cta-inner {
  row-gap: 34px;
  display: flex;
  column-gap: 34px;
  align-items: center;
  justify-content: space-between;
}

.be-cta .be-kicker {
  margin-bottom: 10px;
}

.be-cta h2 {
  font-size: clamp(38px, 5vw, 64px);
  max-width: 700px;
}

.be-cta a {
  color: var(--be-navy);
  row-gap: 16px;
  display: inline-flex;
  flex-grow: 0;
  column-gap: 16px;
  flex-basis: auto;
  align-items: center;
  background: var(--be-electric);
  flex-shrink: 0;
  font-weight: 900;
  padding: 16px 20px;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

@media (max-width: 620px) {
  .be-cta a {
  width: 100%;
  justify-content: space-between;
  }
}

@media (max-width: 620px) {
  .be-meta span[aria-hidden] {
  display: none;
  }
}

@media (max-width: 620px) {
  .be-article-footer, .be-cta-inner {
  align-items: flex-start;
  flex-direction: column;
  }
}

.be-cover:has(img[src]:not([src=""])) {
  display: block;
}

.dh-home {
  color: var(--dh-navy);
  --dh-gas: var(--ds-gas,#d98c5b);
  --dh-body: var(--font-ds-font-body,"Barlow",Arial,sans-serif);
  --dh-line: var(--ds-line,#d4dbda);
  --dh-navy: var(--ds-navy,#08283b);
  --dh-muted: var(--ds-muted,#58666a);
  --dh-water: var(--ds-water,#43a2c7);
  --dh-white: var(--ds-white,#fff);
  background: var(--dh-white);
  font-family: var(--dh-body);
  --dh-display: var(--font-ds-font-display,"Barlow Condensed","Arial Narrow",Arial,sans-serif);
  --dh-concrete: var(--ds-concrete,#f2f5f3);
  --dh-electric: var(--ds-electric,#d2e33e);
}

.dh-home, .dh-home * {
  box-sizing: border-box;
}

.dh-home h1, .dh-home h2, .dh-home h3, .dh-home p, .dh-home figure {
  margin-top: 0px;
}

.dh-shell {
  width: min(1200px, 100% - 64px);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

@media (max-width: 820px) {
  .dh-shell {
  width: min(100% - 36px, 1200px);
  }
}

@media (max-width: 520px) {
  .dh-shell {
  width: min(100% - 28px, 1200px);
  }
}

.dh-eyebrow {
  color: var(--dh-water);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dh-hero {
  display: grid;
  position: relative;
  min-height: 640px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-bottom: 1px solid var(--dh-line);
  grid-template-columns: 50% 50%;
}

@media (max-width: 820px) {
  .dh-hero {
  min-height: 0px;
  grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1080px) {
  .dh-hero {
  grid-template-columns: 52% 48%;
  }
}

.dh-hero-copy {
  display: flex;
  align-items: center;
  padding: 72px 0px;
}

@media (max-width: 820px) {
  .dh-hero-copy {
  padding: 64px 0px 54px;
  }
}

@media (max-width: 520px) {
  .dh-hero-copy {
  padding: 52px 0px 44px;
  }
}

.dh-hero-inner {
  width: min(590px, 100% - 64px);
  margin-left: max(32px, -600px + 50vw);
  padding-right: 36px;
}

@media (max-width: 820px) {
  .dh-hero-inner {
  width: min(100% - 36px, 680px);
  padding-right: 0px;
  margin-inline-end: auto;
  margin-inline-start: auto;
  }
}

@media (max-width: 520px) {
  .dh-hero-inner {
  width: min(100% - 28px, 680px);
  }
}

@media (max-width: 1080px) {
  .dh-hero-inner {
  margin-left: 32px;
  }
}

.dh-hero h1 {
  font-size: clamp(56px, 4.5vw, 68px);
  font-family: var(--dh-display);
  font-weight: 800;
  line-height: 0.92;
  margin-bottom: 34px;
  text-wrap-mode: wrap;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  white-space-collapse: preserve-breaks;
}

@media (max-width: 820px) {
  .dh-hero h1 {
  font-size: clamp(50px, 12vw, 76px);
  }
}

@media (max-width: 520px) {
  .dh-hero h1 {
  font-size: 44px;
  line-height: 0.94;
  margin-bottom: 36px;
  }
}

.dh-lead {
  color: rgb(52, 74, 85);
  font-size: clamp(19px, 2vw, 24px);
  max-width: 540px;
  line-height: 1.42;
  margin-bottom: 30px;
}

@media (max-width: 520px) {
  .dh-lead {
  font-size: 18px;
  }
}

.dh-actions {
  row-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}

.dh-btn {
  row-gap: 26px;
  display: inline-flex;
  font-size: 17px;
  column-gap: 26px;
  min-height: 58px;
  align-items: center;
  font-family: var(--dh-display);
  font-weight: 800;
  padding: 15px 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 2px;
  justify-content: space-between;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  transition-delay: 0s, 0s, 0s;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  text-decoration-line: none;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.2s, 0.2s, 0.2s;
  transition-property: transform, background, color;
  border-top-left-radius: 3px;
  text-decoration-color: initial;
  text-decoration-style: initial;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-decoration-thickness: initial;
  transition-timing-function: ease, ease, ease;
}

.dh-btn:hover, .dh-btn:focus-visible {
  transform: translateY(-2px);
}

.dh-btn-primary {
  color: var(--dh-white);
  background: var(--dh-water);
}

.dh-btn-primary:hover, .dh-btn-primary:focus-visible {
  background: var(--dh-navy);
}

.dh-btn-outline {
  color: var(--dh-water);
  background: var(--dh-white);
  border-color: var(--dh-water);
}

.dh-hero-media {
  height: 100%;
  min-width: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 820px) {
  .dh-hero-media {
  height: 520px;
  }
}

@media (max-width: 520px) {
  .dh-hero-media {
  height: 370px;
  }
}

.dh-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.dh-routes {
  left: 38%;
  width: 270px;
  bottom: 48px;
  row-gap: 11px;
  display: grid;
  position: absolute;
  column-gap: 11px;
  pointer-events: none;
}

@media (max-width: 820px) {
  .dh-routes {
  left: 18px;
  width: 210px;
  bottom: 500px;
  }
}

@media (max-width: 520px) {
  .dh-routes {
  bottom: 354px;
  transform: scale(0.8);
  transform-origin: left bottom;
  }
}

@media (max-width: 1080px) {
  .dh-routes {
  left: 43%;
  }
}

.dh-routes i {
  width: 100%;
  height: 5px;
  display: block;
  position: relative;
}

.dh-routes i::before {
  top: -38px;
  left: 0px;
  width: 80px;
  height: 38px;
  content: "";
  position: absolute;
  transform: skewX(-44deg);
  border-left-color: currentcolor;
  border-left-style: solid;
  border-left-width: 5px;
  transform-origin: left bottom;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}

.dh-routes i:nth-child(1) {
  color: var(--dh-water);
  background: var(--dh-water);
}

.dh-routes i:nth-child(2) {
  color: var(--dh-electric);
  background: var(--dh-electric);
  margin-left: 22px;
}

.dh-routes i:nth-child(3) {
  color: var(--dh-gas);
  background: var(--dh-gas);
  margin-left: 44px;
}

.dh-disciplines {
  background: var(--dh-concrete);
  padding: 64px 0px 78px;
  border-bottom: 1px solid var(--dh-line);
}

@media (max-width: 520px) {
  .dh-disciplines {
  padding: 52px 0px 60px;
  }
}

.dh-section-head-center {
  text-align: center;
}

.dh-section-head h2, .dh-about h2, .dh-process h2, .dh-projects h2, .dh-contact h2 {
  font-size: clamp(44px, 5.2vw, 68px);
  font-family: var(--dh-display);
  font-weight: 800;
  line-height: 0.96;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.dh-section-head h2 {
  font-size: clamp(38px, 4.2vw, 54px);
}

.dh-tricolor {
  width: min(530px, 78vw);
  row-gap: 10px;
  display: grid;
  column-gap: 10px;
  margin: 16px auto 30px;
  grid-template-columns: repeat(3, 1fr);
}

.dh-tricolor i {
  height: 4px;
}

.dh-tricolor i:nth-child(1) {
  background: var(--dh-water);
}

.dh-tricolor i:nth-child(2) {
  background: var(--dh-electric);
}

.dh-tricolor i:nth-child(3) {
  background: var(--dh-gas);
}

.dh-card-grid {
  row-gap: 24px;
  display: grid;
  column-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 820px) {
  .dh-card-grid {
  grid-template-columns: 1fr;
  }
}

.dh-card {
  color: var(--dh-white);
  row-gap: 20px;
  display: grid;
  position: relative;
  column-gap: 20px;
  isolation: isolate;
  min-height: 184px;
  overflow-x: hidden;
  overflow-y: hidden;
  align-items: center;
  padding: 32px;
  text-decoration-line: none;
  border-top-left-radius: 4px;
  grid-template-columns: 72px 1fr auto;
  text-decoration-color: initial;
  text-decoration-style: initial;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-decoration-thickness: initial;
}

@media (max-width: 820px) {
  .dh-card {
  min-height: 156px;
  }
}

@media (max-width: 520px) {
  .dh-card {
  row-gap: 14px;
  column-gap: 14px;
  padding: 24px 18px;
  grid-template-columns: 52px 1fr auto;
  }
}

@media (max-width: 1080px) {
  .dh-card {
  padding: 26px 22px;
  grid-template-columns: 58px 1fr auto;
  }
}

.dh-card::after {
  top: -40px;
  right: -54px;
  width: 190px;
  height: 260px;
  z-index: -1;
  content: "";
  opacity: 0.18;
  position: absolute;
  border-top-color: currentcolor;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: currentcolor;
  border-left-style: solid;
  border-left-width: 1px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.dh-card > svg {
  width: 62px;
  height: 100px;
}

@media (max-width: 1080px) {
  .dh-card > svg {
  width: 52px;
  }
}

.dh-water {
  background: linear-gradient(115deg,var(--dh-water),#54b4d5);
}

.dh-electric {
  color: var(--dh-navy);
  background: linear-gradient(115deg,#c1db00,var(--dh-electric));
}

.dh-gas {
  background: linear-gradient(115deg,#ea733a,var(--dh-gas));
}

.dh-card-copy {
  row-gap: 10px;
  display: grid;
  column-gap: 10px;
}

.dh-card-copy strong {
  font-size: 38px;
  font-family: var(--dh-display);
  line-height: 1;
}

@media (max-width: 520px) {
  .dh-card-copy strong {
  font-size: 31px;
  }
}

@media (max-width: 1080px) {
  .dh-card-copy strong {
  font-size: 32px;
  }
}

.dh-card-copy small {
  font-size: 15px;
  max-width: 210px;
  line-height: 1.45;
}

@media (max-width: 520px) {
  .dh-card-copy small {
  font-size: 14px;
  }
}

.dh-card-arrow {
  font-size: 38px;
  align-self: end;
  line-height: 1;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease;
}

.dh-card:hover .dh-card-arrow, .dh-card:focus-visible .dh-card-arrow {
  transform: translateX(6px);
}

.dh-about {
  padding: clamp(76px, 9vw, 126px) 0px;
}

@media (max-width: 520px) {
  .dh-about {
  padding: 68px 0px;
  }
}

.dh-about-grid {
  row-gap: clamp(52px, 8vw, 110px);
  display: grid;
  column-gap: clamp(52px, 8vw, 110px);
  align-items: center;
  grid-template-columns: 0.82fr 1.18fr;
}

.dh-about-copy > p:not(.dh-eyebrow) {
  color: var(--dh-muted);
  font-size: 18px;
  max-width: 560px;
  line-height: 1.72;
}

.dh-rule {
  width: 60px;
  height: 4px;
  display: block;
  margin: 24px 0px 26px;
  background: var(--dh-water);
}

.dh-values {
  display: grid;
  border-top: 1px solid var(--dh-line);
  margin: 30px 0px;
}

.dh-values span {
  row-gap: 16px;
  display: flex;
  column-gap: 16px;
  align-items: center;
  font-weight: 800;
  padding: 14px 0px;
  border-bottom: 1px solid var(--dh-line);
}

.dh-values b {
  color: var(--dh-water);
  font-size: 24px;
  font-family: var(--dh-display);
}

.dh-text-link {
  color: var(--dh-navy);
  row-gap: 18px;
  display: inline-flex;
  column-gap: 18px;
  align-items: center;
  font-weight: 900;
  border-bottom: 2px solid var(--dh-water);
  padding-bottom: 8px;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.dh-about-media {
  position: relative;
}

@media (max-width: 820px) {
  .dh-about-media {
  order: -1;
  }
}

.dh-about-media::before {
  top: -18px;
  left: -18px;
  width: 86px;
  height: 86px;
  z-index: 1;
  content: "";
  position: absolute;
  border-top: 5px solid var(--dh-electric);
  border-left: 5px solid var(--dh-electric);
}

.dh-about-media img {
  width: 100%;
  height: 560px;
  display: block;
  object-fit: cover;
}

@media (max-width: 820px) {
  .dh-about-media img {
  height: 460px;
  }
}

@media (max-width: 520px) {
  .dh-about-media img {
  height: 340px;
  }
}

.dh-about-media figcaption {
  color: var(--dh-muted);
  font-size: 13px;
  border-left: 3px solid var(--dh-water);
  padding: 11px 0px 0px 14px;
}

.dh-process {
  color: var(--dh-white);
  background: var(--dh-navy);
  padding: clamp(78px, 8vw, 112px) 0px;
}

.dh-process .dh-eyebrow {
  color: var(--dh-electric);
}

.dh-process-head {
  row-gap: 70px;
  display: grid;
  column-gap: 70px;
  align-items: end;
  margin-bottom: 54px;
  grid-template-columns: 1fr 0.8fr;
}

.dh-process-head > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  max-width: 520px;
  line-height: 1.65;
  margin-bottom: 4px;
}

.dh-step-track {
  row-gap: 0px;
  display: grid;
  column-gap: 0px;
  border-top-color: rgba(255, 255, 255, 0.25);
  border-top-style: solid;
  border-top-width: 2px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 820px) {
  .dh-step-track {
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-left-color: rgba(255, 255, 255, 0.25);
  border-left-style: solid;
  border-left-width: 2px;
  grid-template-columns: 1fr;
  }
}

.dh-step {
  position: relative;
  padding: 42px 44px 14px 0px;
}

@media (max-width: 820px) {
  .dh-step {
  padding: 4px 0px 42px 38px;
  }
}

.dh-step::before {
  top: -8px;
  left: 0px;
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  background: var(--dh-navy);
  border-top-color: currentcolor;
  border-top-style: solid;
  border-top-width: 3px;
  border-left-color: currentcolor;
  border-left-style: solid;
  border-left-width: 3px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: solid;
  border-right-width: 3px;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

@media (max-width: 820px) {
  .dh-step::before {
  top: 5px;
  left: -8px;
  }
}

.dh-step b {
  display: block;
  font-size: 54px;
  font-family: var(--dh-display);
  line-height: 1;
  margin-bottom: 12px;
}

.dh-step h3 {
  font-size: 28px;
  font-family: var(--dh-display);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.dh-step p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 315px;
  line-height: 1.6;
  margin-bottom: 0px;
}

.dh-step-water {
  color: var(--dh-water);
}

.dh-step-electric {
  color: var(--dh-electric);
}

.dh-step-gas {
  color: var(--dh-gas);
}

.dh-step h3, .dh-step p {
  color: var(--dh-white);
}

.dh-projects {
  background: var(--dh-concrete);
  padding: clamp(78px, 9vw, 124px) 0px;
}

.dh-projects-head {
  row-gap: 70px;
  display: grid;
  column-gap: 70px;
  align-items: end;
  margin-bottom: 46px;
  grid-template-columns: 1fr 0.75fr;
}

.dh-projects-head > p {
  color: var(--dh-muted);
  font-size: 17px;
  max-width: 510px;
  line-height: 1.65;
  margin-bottom: 4px;
}

.dh-project-grid {
  row-gap: 22px;
  display: grid;
  column-gap: 22px;
  grid-template-columns: 1.22fr 0.89fr 0.89fr;
}

@media (max-width: 820px) {
  .dh-project-grid {
  grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1080px) {
  .dh-project-grid {
  grid-template-columns: 1fr 1fr;
  }
}

.dh-project {
  color: var(--dh-white);
  position: relative;
  min-height: 450px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.dh-project img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.45s;
  transition-property: transform;
  transition-timing-function: ease;
}

.dh-project::after {
  top: 35%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  position: absolute;
  background-clip: initial;
  background-size: initial;
  background-color: initial;
  background-image: linear-gradient(transparent, rgba(8, 40, 59, 0.9));
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.dh-project > span {
  left: 26px;
  right: 26px;
  bottom: 24px;
  row-gap: 5px;
  z-index: 1;
  display: grid;
  position: absolute;
  column-gap: 18px;
  align-items: end;
  grid-template-columns: 1fr auto;
}

.dh-project small {
  color: var(--dh-electric);
  font-weight: 900;
  grid-column-end: -1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  grid-column-start: 1;
}

.dh-project strong {
  font-size: 29px;
  font-family: var(--dh-display);
  line-height: 1.05;
  text-transform: uppercase;
}

.dh-project i {
  font-size: 34px;
  font-style: normal;
}

.dh-project:hover img, .dh-project:focus-visible img {
  transform: scale(1.04);
}

.dh-contact {
  color: var(--dh-white);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--dh-navy);
  padding: 72px 0px;
  border-top-color: rgba(255, 255, 255, 0.18);
  border-top-style: solid;
  border-top-width: 1px;
}

@media (max-width: 520px) {
  .dh-contact {
  padding: 60px 0px;
  }
}

.dh-contact-grid {
  row-gap: 40px;
  display: grid;
  position: relative;
  column-gap: 40px;
  align-items: center;
  grid-template-columns: 1fr auto;
}

.dh-contact .dh-eyebrow {
  color: var(--dh-electric);
}

.dh-contact h2 {
  max-width: 680px;
}

.dh-contact p:not(.dh-eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  max-width: 600px;
  margin: 18px 0px 0px;
}

.dh-contact-actions {
  row-gap: 12px;
  z-index: 2;
  display: grid;
  position: relative;
  column-gap: 12px;
}

@media (max-width: 820px) {
  .dh-contact-actions {
  width: min(100%, 380px);
  }
}

.dh-btn-light {
  color: var(--dh-navy);
  background: var(--dh-electric);
}

.dh-btn-dark-outline {
  color: var(--dh-white);
  border-top-color: rgba(255, 255, 255, 0.7);
  border-left-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.dh-contact-routes {
  top: -48px;
  right: 190px;
  width: 480px;
  row-gap: 22px;
  display: grid;
  opacity: 0.55;
  position: absolute;
  column-gap: 22px;
  pointer-events: none;
}

@media (max-width: 820px) {
  .dh-contact-routes {
  top: 0px;
  right: -180px;
  display: none;
  }
}

.dh-contact-routes i {
  height: 2px;
  display: block;
  transform: skewX(-42deg);
  transform-origin: right center;
}

.dh-contact-routes i:nth-child(1) {
  background: var(--dh-water);
}

.dh-contact-routes i:nth-child(2) {
  background: var(--dh-electric);
  margin-left: 52px;
}

.dh-contact-routes i:nth-child(3) {
  background: var(--dh-gas);
  margin-left: 104px;
}

@media (max-width: 820px) {
  .dh-project-large {
  grid-column-end: auto !important;
  grid-column-start: auto !important;
  }
}

@media (max-width: 1080px) {
  .dh-project-large {
  min-height: 520px;
  grid-column-end: -1;
  grid-column-start: 1;
  }
}

@media (max-width: 820px) {
  .dh-about-grid, .dh-process-head, .dh-projects-head, .dh-contact-grid {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .dh-project, .dh-project-large {
  min-height: 430px;
  }
}

@media (max-width: 520px) {
  .dh-project, .dh-project-large {
  min-height: 360px;
  }
}

@media (max-width: 520px) {
  .dh-actions, .dh-actions .dh-btn {
  width: 100%;
  }
}

@media (max-width: 520px) {
  .dh-process, .dh-projects {
  padding: 68px 0px;
  }
}

@media (max-width: 520px) {
  .dh-process-head, .dh-projects-head {
  row-gap: 24px;
  column-gap: 24px;
  }
}

@media (max-width: 520px) {
  .dh-contact-actions, .dh-contact-actions .dh-btn {
  width: 100%;
  }
}

.nf-page {
  color: var(--nf-ink);
  --nf-gas: var(--ds-gas,#ef7137);
  --nf-ink: #0a2537;
  --nf-navy: var(--ds-navy,#08283b);
  overflow-x: hidden;
  overflow-y: hidden;
  --nf-muted: #52616b;
  --nf-paper: #f5f7f7;
  --nf-water: var(--ds-water,#43a2c7);
  font-family: var(--font-ds-font-body,"Arial",sans-serif);
  --nf-electric: var(--ds-electric,#c8dd19);
  background-clip: initial;
  background-size: initial;
  background-color: rgb(255, 255, 255);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.nf-page * {
  box-sizing: border-box;
}

.nf-shell {
  width: min(1400px, 100% - 96px);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

@media (max-width: 1000px) {
  .nf-shell {
  width: min(100% - 56px, 900px);
  }
}

@media (max-width: 740px) {
  .nf-shell {
  width: calc(100% - 36px);
  }
}

.nf-hero {
  display: flex;
  position: relative;
  min-height: 650px;
  align-items: center;
  background-clip: initial;
  background-size: initial;
  background-color: initial;
  background-image: linear-gradient(112deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 51%, rgb(241, 245, 246) 51%, rgb(247, 249, 249) 100%);
  background-origin: initial;
  background-repeat: initial;
  border-bottom-color: rgb(220, 228, 230);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

@media (max-width: 1000px) {
  .nf-hero {
  background-clip: initial;
  background-size: initial;
  background-color: initial;
  background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 58%, rgb(242, 246, 247) 58%);
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
  }
}

@media (max-width: 740px) {
  .nf-hero {
  min-height: auto;
  }
}

.nf-hero-grid {
  row-gap: 80px;
  display: grid;
  column-gap: 80px;
  align-items: center;
  padding-block-end: 88px;
  padding-block-start: 88px;
  grid-template-columns: minmax(0px, 0.9fr) minmax(480px, 1.1fr);
}

@media (max-width: 1000px) {
  .nf-hero-grid {
  row-gap: 40px;
  column-gap: 40px;
  padding-block-end: 70px;
  padding-block-start: 70px;
  grid-template-columns: 1fr;
  }
}

@media (max-width: 740px) {
  .nf-hero-grid {
  padding-block-end: 52px;
  padding-block-start: 52px;
  }
}

.nf-kicker {
  color: rgb(82, 97, 107);
  row-gap: 14px;
  display: flex;
  font-size: 13px;
  column-gap: 14px;
  margin: 0px 0px 24px;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nf-kicker span {
  color: transparent;
  width: 38px;
  height: 4px;
  display: block;
  font-size: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: linear-gradient(90deg,var(--nf-water) 0 33%,var(--nf-electric) 33% 66%,var(--nf-gas) 66%);
  line-height: 0;
  text-indent: -9999px;
}

.nf-copy h1 {
  color: var(--nf-navy);
  font-size: clamp(58px, 5vw, 74px);
  margin: 0px;
  font-family: var(--font-ds-font-display,"Arial Narrow",sans-serif);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

@media (max-width: 740px) {
  .nf-copy h1 {
  font-size: 42px;
  line-height: 0.96;
  letter-spacing: -0.025em;
  }
}

.nf-intro {
  color: rgb(66, 83, 93);
  font-size: 19px;
  max-width: 620px;
  margin: 28px 0px 0px;
  line-height: 1.65;
}

@media (max-width: 740px) {
  .nf-intro {
  font-size: 17px;
  margin-top: 30px;
  }
}

.nf-actions {
  row-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  margin-top: 38px;
}

@media (max-width: 740px) {
  .nf-actions {
  display: grid;
  }
}

.nf-btn {
  border: 2px solid var(--nf-navy);
  row-gap: 28px;
  display: inline-flex;
  font-size: 14px;
  column-gap: 28px;
  min-height: 58px;
  align-items: center;
  font-weight: 900;
  padding: 0px 24px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  justify-content: space-between;
  transition-delay: 0s, 0s, 0s;
  text-decoration-line: none;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.2s, 0.2s, 0.2s;
  transition-property: transform, background, color;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
  transition-timing-function: ease, ease, ease;
}

@media (max-width: 740px) {
  .nf-btn {
  width: 100%;
  }
}

.nf-btn b {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

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

.nf-btn-primary {
  color: rgb(255, 255, 255);
  background: var(--nf-navy);
}

.nf-btn-primary:hover {
  background-clip: initial;
  background-size: initial;
  background-color: rgb(13, 58, 81);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.nf-btn-outline {
  color: var(--nf-navy);
  background-clip: initial;
  background-size: initial;
  background-color: rgb(255, 255, 255);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.nf-btn-outline:hover {
  background-clip: initial;
  background-size: initial;
  background-color: rgb(234, 243, 246);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.nf-visual {
  position: relative;
  isolation: isolate;
  min-height: 420px;
}

@media (max-width: 1000px) {
  .nf-visual {
  min-height: 310px;
  }
}

@media (max-width: 740px) {
  .nf-visual {
  min-height: 230px;
  }
}

.nf-code {
  top: 50%;
  color: rgba(8, 40, 59, 0.075);
  right: -16px;
  font-size: clamp(220px, 24vw, 390px);
  position: absolute;
  transform: translateY(-56%);
  font-family: var(--font-ds-font-display,"Arial Narrow",sans-serif);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
}

@media (max-width: 1000px) {
  .nf-code {
  right: 0px;
  font-size: 280px;
  }
}

@media (max-width: 740px) {
  .nf-code {
  font-size: 190px;
  }
}

.nf-route {
  left: 2%;
  right: 8%;
  height: 56px;
  position: absolute;
  border-top-style: solid;
  border-top-width: 0px;
  border-left-style: solid;
  border-left-width: 5px;
  border-right-style: solid;
  border-right-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 0px;
}

@media (max-width: 740px) {
  .nf-route {
  height: 34px;
  border-top-width: 0px;
  border-left-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 4px;
  }
}

.nf-route::before {
  top: -50px;
  left: -5px;
  width: 36%;
  height: 50px;
  content: "";
  position: absolute;
  border-top-style: solid;
  border-top-width: 0px;
  border-left-style: solid;
  border-left-width: 0px;
  border-right-style: solid;
  border-right-width: 5px;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media (max-width: 740px) {
  .nf-route::before {
  top: -30px;
  left: -4px;
  height: 30px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 4px;
  border-bottom-width: 0px;
  }
}

.nf-route-water {
  top: 128px;
  border-color: var(--nf-water);
}

@media (max-width: 740px) {
  .nf-route-water {
  top: 76px;
  }
}

.nf-route-water::before {
  border-color: var(--nf-water);
}

.nf-route-electric {
  top: 194px;
  left: 11%;
  right: 3%;
  border-color: var(--nf-electric);
}

@media (max-width: 740px) {
  .nf-route-electric {
  top: 119px;
  }
}

.nf-route-electric::before {
  border-color: var(--nf-electric);
}

.nf-route-gas {
  top: 260px;
  left: 20%;
  right: -2%;
  border-color: var(--nf-gas);
}

@media (max-width: 740px) {
  .nf-route-gas {
  top: 162px;
  }
}

.nf-route-gas::before {
  border-color: var(--nf-gas);
}

.nf-endpoint {
  top: 313px;
  right: -7px;
  width: 36px;
  border: 4px solid var(--nf-gas);
  height: 36px;
  position: absolute;
  box-shadow: rgba(239, 113, 55, 0.12) 0px 0px 0px 9px;
  background-clip: initial;
  background-size: initial;
  background-color: rgb(245, 248, 248);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 50%;
  background-attachment: initial;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

@media (max-width: 740px) {
  .nf-endpoint {
  top: 181px;
  right: -7px;
  width: 28px;
  height: 28px;
  }
}

.nf-endpoint span {
  top: 8px;
  left: 8px;
  color: transparent;
  right: 8px;
  bottom: 8px;
  font-size: 0px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--nf-navy);
  line-height: 0;
  text-indent: -9999px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.nf-visual p {
  color: rgb(112, 128, 138);
  right: 0px;
  bottom: 15px;
  font-size: 11px;
  position: absolute;
  margin: 0px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

@media (max-width: 740px) {
  .nf-visual p {
  bottom: -5px;
  }
}

.nf-wayfinding {
  background: var(--nf-paper);
  padding: 62px 0px 70px;
}

@media (max-width: 740px) {
  .nf-wayfinding {
  padding-block-end: 48px;
  padding-block-start: 48px;
  }
}

.nf-wayfinding-grid {
  row-gap: 72px;
  display: grid;
  column-gap: 72px;
  align-items: end;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0px, 1.3fr);
}

@media (max-width: 1000px) {
  .nf-wayfinding-grid {
  row-gap: 32px;
  column-gap: 32px;
  grid-template-columns: 1fr;
  }
}

.nf-wayfinding-title .nf-kicker {
  margin-bottom: 14px;
}

.nf-wayfinding-title h2 {
  color: var(--nf-navy);
  font-size: clamp(30px, 3vw, 45px);
  max-width: 520px;
  margin: 0px;
  font-family: var(--font-ds-font-display,"Arial Narrow",sans-serif);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.nf-service-links {
  row-gap: 12px;
  display: grid;
  column-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 740px) {
  .nf-service-links {
  grid-template-columns: 1fr;
  }
}

.nf-service {
  color: var(--nf-navy);
  row-gap: 14px;
  display: grid;
  position: relative;
  column-gap: 14px;
  min-height: 110px;
  align-items: center;
  padding: 22px 20px;
  background-clip: initial;
  background-size: initial;
  background-color: rgb(255, 255, 255);
  background-image: initial;
  transition-delay: 0s, 0s;
  background-origin: initial;
  background-repeat: initial;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  text-decoration-line: none;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-property: transform, box-shadow;
  background-position-x: initial;
  background-position-y: initial;
  grid-template-columns: auto 1fr auto;
  text-decoration-color: initial;
  text-decoration-style: initial;
  background-attachment: initial;
  text-decoration-thickness: initial;
  transition-timing-function: ease, ease;
}

@media (max-width: 740px) {
  .nf-service {
  min-height: 96px;
  }
}

.nf-service:hover {
  box-shadow: rgba(8, 40, 59, 0.1) 0px 12px 26px;
  transform: translateY(-4px);
}

.nf-service-icon {
  width: 42px;
  height: 42px;
  display: grid;
  font-size: 35px;
  align-items: center;
  font-weight: 300;
  line-height: 1;
  justify-items: center;
}

.nf-service strong {
  color: var(--nf-navy);
  display: block;
  font-size: 23px;
  font-family: var(--font-ds-font-display,"Arial Narrow",sans-serif);
  line-height: 1;
}

.nf-service small {
  color: rgb(93, 108, 117);
  display: block;
  font-size: 11px;
  margin-top: 7px;
  line-height: 1.35;
}

.nf-service b {
  color: var(--nf-navy);
  font-size: 22px;
  font-weight: 400;
}

.nf-water {
  color: var(--nf-water);
}

.nf-electric {
  color: var(--nf-electric);
}

.nf-gas {
  color: var(--nf-gas);
}

@media (max-width: 1000px) {
  .nf-copy {
  max-width: 760px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nf-btn, .nf-service {
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  }
}

.sl-site :is(.sl-shell, .dh-shell, .ds-shell, .dw-shell, .nf-shell, .be-shell) {
  width: min(var(--site-max), calc(100% - (var(--site-gutter) * 2)));
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.sl-site :is(a, button, summary):focus-visible {
  outline: 3px solid var(--sl-electric);
  outline-offset: 3px;
}

.sl-site:has(.ds-page) .sl-links a[href="/diensten"]::after, .sl-site:has(.dw-page) .sl-links a[href="/diensten"]::after {
  right: 0px;
}

.sl-site:has(.ds-page) .sl-mobile a[href="/diensten"], .sl-site:has(.dw-page) .sl-mobile a[href="/diensten"] {
  box-shadow: inset 3px 0 0 var(--sl-water);
  background: color-mix(in srgb, var(--sl-water) 12%, transparent);
}

@media (prefers-reduced-motion: reduce) {
  .sl-site *, .sl-site ::before, .sl-site ::after {
  scroll-behavior: auto !important;
  animation-duration: 0.01ms !important;
  transition-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  }
}

.sl-site:has(.dh-home) .sl-links a[href="/"]::after, .sl-site:has(.dn-page) .sl-links a[href="/nieuws"]::after, .sl-site:has(.be-page) .sl-links a[href="/nieuws"]::after {
  right: 0px;
}

.bo-kicker {
  color: var(--bo-accent);
  row-gap: 0.65rem;
  display: flex;
  font-size: 0.78rem;
  column-gap: 0.65rem;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bo-btn {
  row-gap: 1rem;
  display: inline-flex;
  font-size: 1rem;
  column-gap: 1rem;
  min-height: 3.15rem;
  align-items: center;
  font-family: var(--font-ds-font-display);
  font-weight: 700;
  padding: 0.8rem 1.15rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  justify-content: center;
  transition-delay: 0s, 0s, 0s;
  transition-behavior: normal, normal, normal;
  transition-duration: 220ms, 220ms, 220ms;
  transition-property: color, background-color, transform;
  transition-timing-function: ease, ease, ease;
}

.bo-btn-primary {
  color: var(--bo-paper);
  background: var(--ds-water);
}

.bo-text-link {
  row-gap: 0.75rem;
  display: inline-flex;
  column-gap: 0.75rem;
  min-height: 2.75rem;
  align-items: center;
  font-weight: 700;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bo-shell {
  width: min(100% - (2 * clamp(1.25rem, 5vw, 4.5rem)), 78rem);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.bo-dot {
  width: 0.68rem;
  height: 0.68rem;
  display: inline-block;
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.bo-dot-water {
  background: var(--ds-water);
}

.bo-dot-electric {
  background: var(--ds-electric);
}

.bo-dot-gas {
  background: var(--ds-gas);
}

.bo-meta {
  color: var(--bo-muted);
  row-gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  column-gap: 1rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.bo-item-arrow {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  font-size: 1.35rem;
  align-items: center;
  justify-items: center;
  border-top-color: currentcolor;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: currentcolor;
  border-left-style: solid;
  border-left-width: 1px;
  transition-delay: 0s, 0s, 0s;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  transition-behavior: normal, normal, normal;
  transition-duration: 180ms, 180ms, 220ms;
  transition-property: color, background-color, transform;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transition-timing-function: ease, ease, ease;
}

@media (max-width: 46rem) {
  .bo-item-arrow {
  display: none;
  }
}

.bo-btn-light {
  color: var(--bo-ink);
  background: var(--ds-electric);
}

.bo-cta-grid {
  row-gap: clamp(2rem, 5vw, 5rem);
  display: grid;
  column-gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding-block-end: clamp(4rem, 7vw, 6.5rem);
  padding-block-start: clamp(4rem, 7vw, 6.5rem);
  grid-template-columns: minmax(0px, 1.1fr) minmax(15rem, 0.65fr) auto;
}

@media (max-width: 62rem) {
  .bo-cta-grid {
  grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 46rem) {
  .bo-cta-grid {
  grid-template-columns: 1fr;
  }
}

.bo-cta {
  color: var(--bo-paper);
  background: var(--bo-ink);
}

.bo-page {
  color: var(--bo-ink);
  --bo-ink: var(--ds-navy);
  --bo-line: var(--ds-line);
  --bo-soft: var(--ds-offwhite);
  overflow-x: clip;
  overflow-y: clip;
  --bo-muted: var(--ds-muted);
  --bo-paper: var(--ds-white);
  background: var(--bo-paper);
  font-family: var(--font-ds-font-body);
  --bo-accent: var(--ds-water);
}

.bo-archive-head {
  row-gap: 2rem;
  display: grid;
  column-gap: 2rem;
  align-items: end;
  border-bottom: 1px solid var(--bo-line);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: 2rem;
  grid-template-columns: minmax(0px, 1.3fr) minmax(16rem, 0.7fr);
}

@media (max-width: 62rem) {
  .bo-archive-head {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 46rem) {
  .bo-archive-head {
  row-gap: 1.25rem;
  column-gap: 1.25rem;
  }
}

.bo-news-intro {
  padding-bottom: 0.65rem;
}

.bo-news-hero-grid {
  row-gap: clamp(2rem, 8vw, 8rem);
  display: grid;
  column-gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
  grid-template-columns: minmax(0px, 1.25fr) minmax(19rem, 0.75fr);
}

@media (max-width: 62rem) {
  .bo-news-hero-grid {
  grid-template-columns: 1fr;
  }
}

.bo-news-stripes {
  right: 0px;
  width: min(33vw, 28rem);
  bottom: 0px;
  row-gap: 0.35rem;
  display: grid;
  position: absolute;
  column-gap: 0.35rem;
}

.bo-news-hero {
  color: var(--bo-paper);
  position: relative;
  background: var(--bo-ink);
  padding-block-end: clamp(5rem, 10vw, 9rem);
  padding-block-start: clamp(5rem, 10vw, 9rem);
}

.bo-news-index {
  color: var(--bo-paper);
  width: 4.5rem;
  height: 4.5rem;
  display: grid;
  font-size: 1.25rem;
  align-items: center;
  background: var(--ds-water);
  font-family: var(--font-ds-font-display);
  font-weight: 800;
  justify-items: center;
}

@media (max-width: 46rem) {
  .bo-news-index {
  width: 3.25rem;
  height: 3.25rem;
  }
}

.bo-news-item {
  row-gap: clamp(1.25rem, 3vw, 3rem);
  display: grid;
  column-gap: clamp(1.25rem, 3vw, 3rem);
  align-items: center;
  border-bottom: 1px solid var(--bo-line);
  padding-block-end: clamp(2rem, 4vw, 3.25rem);
  padding-block-start: clamp(2rem, 4vw, 3.25rem);
  grid-template-columns: 5rem minmax(0px, 1fr) 3.5rem;
}

@media (max-width: 46rem) {
  .bo-news-item {
  grid-template-columns: 3.5rem minmax(0px, 1fr);
  }
}

.bo-news-list {
  border-top: 1px solid var(--bo-line);
}

.bo-news-latest {
  background: var(--bo-paper);
  padding-block-end: clamp(5rem, 9vw, 8.5rem);
  padding-block-start: clamp(5rem, 9vw, 8.5rem);
}

.bo-gateway-links {
  border-top: 1px solid var(--bo-line);
}

.bo-gateway-grid {
  row-gap: clamp(3rem, 8vw, 8rem);
  display: grid;
  column-gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  grid-template-columns: minmax(0px, 0.85fr) minmax(20rem, 1.15fr);
}

@media (max-width: 62rem) {
  .bo-gateway-grid {
  grid-template-columns: 1fr;
  }
}

.bo-blog-gateway {
  background: var(--bo-soft);
  padding-block-end: clamp(5rem, 9vw, 8.5rem);
  padding-block-start: clamp(5rem, 9vw, 8.5rem);
}

.bo-page, .bo-page *, .bo-page ::before, .bo-page ::after {
  box-sizing: border-box;
}

.bo-page h1, .bo-page h2, .bo-page h3, .bo-page p, .bo-page figure {
  margin: 0px;
}

.bo-page a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.bo-page img {
  width: 100%;
  display: block;
}

.bo-kicker::before {
  width: 2.25rem;
  height: 0.2rem;
  content: "";
  background-clip: initial;
  background-size: initial;
  background-color: currentcolor;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

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

.bo-btn-primary:hover {
  color: var(--bo-ink);
  background: var(--ds-electric);
}

.bo-text-link span {
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 220ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.bo-text-link:hover span {
  transform: translateX(0.3rem);
}

.bo-archive-head h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  margin-top: 0.85rem;
  font-family: var(--font-ds-font-display);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.bo-blog-gateway h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  margin-top: 0.85rem;
  font-family: var(--font-ds-font-display);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.bo-archive-head > p {
  color: var(--bo-muted);
  font-size: 1.06rem;
  max-width: 30rem;
  line-height: 1.65;
}

.bo-meta span {
  color: var(--bo-accent);
}

.bo-news-item h3 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  margin-top: 1rem;
  font-family: var(--font-ds-font-display);
  font-weight: 800;
  line-height: 1.03;
  text-wrap-mode: initial;
  letter-spacing: -0.02em;
  text-wrap-style: balance;
}

.bo-item-arrow:hover {
  color: var(--bo-paper);
  transform: translateX(0.2rem);
  background: var(--bo-ink);
}

.bo-cta h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  max-width: 12ch;
  margin-top: 0.75rem;
  font-family: var(--font-ds-font-display);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.bo-cta > .bo-shell > p {
  color: color-mix(in srgb, var(--bo-paper) 75%, transparent);
  line-height: 1.6;
}

.bo-btn-light:hover {
  color: var(--bo-paper);
  background: var(--ds-water);
}

.bo-news-intro p {
  color: color-mix(in srgb, var(--bo-paper) 78%, transparent);
  font-size: 1.15rem;
  line-height: 1.65;
}

.bo-news-intro .bo-text-link {
  margin-top: 1.5rem;
}

.bo-news-stripes i {
  height: 0.45rem;
  display: block;
}

.bo-news-stripes i:nth-child(1) {
  background: var(--ds-water);
}

.bo-news-stripes i:nth-child(2) {
  width: 82%;
  background: var(--ds-electric);
  margin-left: auto;
}

.bo-news-stripes i:nth-child(3) {
  width: 64%;
  background: var(--ds-gas);
  margin-left: auto;
}

.bo-gateway-copy .bo-btn {
  margin-top: 2rem;
}

.bo-gateway-links a {
  row-gap: 1.5rem;
  display: flex;
  column-gap: 1.5rem;
  min-height: 6rem;
  align-items: center;
  border-bottom: 1px solid var(--bo-line);
  justify-content: space-between;
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 220ms;
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.bo-gateway-links a:hover {
  padding-inline-end: 0.75rem;
  padding-inline-start: 0.75rem;
}

.bo-gateway-links a > span {
  row-gap: 1rem;
  display: flex;
  column-gap: 1rem;
  align-items: center;
}

.bo-gateway-links strong {
  font-size: clamp(1.7rem, 3vw, 2.75rem);
  font-family: var(--font-ds-font-display);
}

.bo-gateway-links b {
  color: var(--bo-muted);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

@media (max-width: 62rem) {
  .bo-cta-grid .bo-btn {
  width: fit-content;
  }
}

@media (max-width: 46rem) {
  .bo-news-item .bo-item-arrow {
  display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bo-page *, .bo-page ::before, .bo-page ::after {
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
  }
}

.db-page {
  color: var(--db-navy);
  --db-gas: var(--ds-gas, #d98c5b);
  --db-off: var(--ds-offwhite, #f4f6f4);
  --db-line: var(--ds-line, #d4dbda);
  --db-navy: var(--ds-navy, #08283b);
  --db-water: var(--ds-water, #43a2c7);
  font-family: var(--font-ds-font-body, "Barlow", Arial, sans-serif);
  --db-accent: var(--db-water);
  --db-electric: var(--ds-electric, #d2e33e);
  background-clip: initial;
  background-size: initial;
  background-color: rgb(255, 255, 255);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.db-page.db-water {
  --db-accent: var(--db-water);
}

.db-page.db-electric {
  --db-accent: var(--db-electric);
}

.db-page.db-gas {
  --db-accent: var(--db-gas);
}

.db-page, .db-page * {
  box-sizing: border-box;
}

.db-shell {
  width: min(1200px, 100% - 64px);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

@media (max-width: 820px) {
  .db-shell {
  width: min(100% - 36px, 1200px);
  }
}

@media (max-width: 520px) {
  .db-shell {
  width: min(100% - 28px, 1200px);
  }
}

.db-hero {
  color: rgb(255, 255, 255);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--db-navy);
  padding: clamp(82px, 10vw, 132px) 0px;
}

@media (max-width: 520px) {
  .db-hero {
  padding: 70px 0px;
  }
}

.db-hero::after {
  left: 48%;
  right: -10%;
  bottom: 18%;
  height: 38%;
  content: "";
  opacity: 0.75;
  position: absolute;
  border-top: 2px solid var(--db-water);
  box-shadow: 0 14px 0 -12px var(--db-electric);
  transform: skewX(-28deg);
  border-bottom: 2px solid var(--db-gas);
  pointer-events: none;
}

.db-hero .db-shell {
  z-index: 1;
  position: relative;
}

.db-eyebrow {
  color: var(--db-accent);
  font-size: 13px;
  margin: 0px 0px 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.db-hero .db-eyebrow {
  color: var(--db-electric);
}

.db-hero h1 {
  font-size: clamp(60px, 8vw, 108px);
  max-width: 860px;
  margin: 0px;
  font-family: var(--font-ds-font-display, "Barlow Condensed", Arial, sans-serif);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  .db-hero h1 {
  font-size: 52px;
  }
}

.db-head h2 {
  font-size: clamp(44px, 5vw, 70px);
  margin: 0px;
  font-family: var(--font-ds-font-display, "Barlow Condensed", Arial, sans-serif);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.db-group h2 {
  font-size: clamp(38px, 4vw, 58px);
  margin: 0px;
  word-break: keep-all;
  font-family: var(--font-ds-font-display, "Barlow Condensed", Arial, sans-serif);
  font-weight: 800;
  line-height: 0.98;
  text-wrap-mode: nowrap;
  text-transform: uppercase;
  white-space-collapse: collapse;
}

.db-card h3 {
  font-size: clamp(30px, 3vw, 44px);
  margin: 0px;
  font-family: var(--font-ds-font-display, "Barlow Condensed", Arial, sans-serif);
  font-weight: 800;
  line-height: 1.03;
  text-transform: uppercase;
}

.db-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(19px, 2vw, 24px);
  max-width: 700px;
  margin: 24px 0px 0px;
  line-height: 1.55;
}

.db-tabs {
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-top: 30px;
}

.db-tabs a {
  color: rgb(255, 255, 255);
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 800;
  padding: 10px 16px;
  border-top-color: rgba(255, 255, 255, 0.34);
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: rgba(255, 255, 255, 0.34);
  border-left-style: solid;
  border-left-width: 1px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(255, 255, 255, 0.34);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.34);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.db-tabs a:hover, .db-tabs a:focus-visible {
  color: var(--db-electric);
  border-color: var(--db-electric);
}

.db-section {
  background: var(--db-off);
  padding: clamp(72px, 9vw, 116px) 0px;
}

.db-head {
  margin-bottom: 44px;
}

.db-head p {
  color: rgb(52, 74, 85);
  font-size: 18px;
  max-width: 690px;
  margin: 18px 0px 0px;
  line-height: 1.65;
}

.db-groups {
  row-gap: 72px;
  display: grid;
  column-gap: 72px;
}

.db-group-head {
  row-gap: 24px;
  display: flex;
  column-gap: 24px;
  align-items: end;
  border-bottom: 3px solid var(--db-accent);
  margin-bottom: 24px;
  padding-bottom: 16px;
  justify-content: space-between;
}

@media (max-width: 520px) {
  .db-group-head {
  row-gap: 8px;
  column-gap: 8px;
  align-items: start;
  flex-direction: column;
  }
}

.db-group-link {
  color: var(--db-navy);
  row-gap: 14px;
  display: inline-flex;
  column-gap: 14px;
  min-height: 44px;
  align-items: center;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.db-grid {
  row-gap: 24px;
  display: grid;
  column-gap: 24px;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

@media (max-width: 820px) {
  .db-grid {
  grid-template-columns: 1fr;
  }
}

.db-card {
  border: 1px solid var(--db-line);
  display: flex;
  border-top: 5px solid var(--db-accent);
  box-shadow: rgba(8, 40, 59, 0.06) 0px 16px 40px;
  min-height: 290px;
  padding: clamp(28px, 4vw, 44px);
  flex-direction: column;
  background-clip: initial;
  background-size: initial;
  background-color: rgb(255, 255, 255);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

@media (max-width: 520px) {
  .db-card {
  min-height: 0px;
  }
}

.db-label {
  color: var(--db-accent);
  font-size: 12px;
  margin: 0px 0px 18px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.db-card h3 a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.db-summary {
  color: rgb(52, 74, 85);
  font-size: 17px;
  margin: 26px 0px;
  line-height: 1.65;
}

.db-read {
  color: var(--db-navy);
  row-gap: 18px;
  display: inline-flex;
  border-top: 2px solid var(--db-accent);
  column-gap: 18px;
  margin-top: auto;
  min-height: 44px;
  align-items: center;
  font-weight: 900;
  padding-top: 14px;
  text-transform: uppercase;
  justify-content: space-between;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.db-read:hover, .db-read:focus-visible {
  color: var(--db-accent);
}

.dc-page {
  color: var(--dc-navy);
  --dc-gas: var(--ds-gas);
  --dc-off: var(--ds-offwhite);
  --dc-line: var(--ds-line);
  --dc-navy: var(--ds-navy);
  --dc-muted: var(--ds-muted);
  --dc-water: var(--ds-water);
  --dc-white: var(--ds-white);
  background: var(--dc-white);
  font-family: var(--font-ds-font-body);
  --dc-electric: var(--ds-electric);
}

.dc-page, .dc-page * {
  box-sizing: border-box;
}

.dc-page h1, .dc-page h2, .dc-page h3, .dc-page p, .dc-page address, .dc-page figure {
  margin: 0px;
}

.dc-shell {
  width: min(1180px, 100% - 48px);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

@media (max-width: 640px) {
  .dc-shell {
  width: min(100% - 30px, 1180px);
  }
}

.dc-hero {
  color: var(--dc-white);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--dc-navy);
  padding: clamp(72px, 9vw, 132px) 0px;
}

@media (max-width: 640px) {
  .dc-hero {
  padding: 62px 0px 70px;
  }
}

.dc-hero::after {
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 7px;
  content: "";
  position: absolute;
  background: linear-gradient(90deg,var(--dc-water) 0 33.333%,var(--dc-electric) 33.333% 66.666%,var(--dc-gas) 66.666%);
}

.dc-hero-grid {
  row-gap: clamp(48px, 8vw, 112px);
  display: grid;
  column-gap: clamp(48px, 8vw, 112px);
  align-items: end;
  grid-template-columns: minmax(0px, 1.35fr) minmax(300px, 0.65fr);
}

@media (max-width: 900px) {
  .dc-hero-grid {
  grid-template-columns: 1fr;
  }
}

.dc-kicker {
  color: var(--dc-electric);
  row-gap: 12px;
  display: flex;
  font-size: 13px;
  column-gap: 12px;
  align-items: center;
  font-weight: 800;
  margin-bottom: 22px !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dc-kicker::before {
  width: 34px;
  height: 3px;
  content: "";
  background-clip: initial;
  background-size: initial;
  background-color: currentcolor;
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.dc-hero h1 {
  font-size: clamp(64px, 9vw, 126px);
  max-width: 820px;
  font-family: var(--font-ds-font-display);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .dc-hero h1 {
  font-size: clamp(55px, 17vw, 76px);
  }
}

.dc-lead {
  color: color-mix(in srgb,var(--dc-white) 76%,transparent);
  font-size: clamp(19px, 2vw, 24px);
  max-width: 650px;
  margin-top: 30px !important;
  line-height: 1.48;
}

@media (max-width: 640px) {
  .dc-lead {
  font-size: 18px;
  }
}

.dc-hero-card {
  border-top: 1px solid color-mix(in srgb,var(--dc-white) 25%,transparent);
  padding-top: 24px;
}

@media (max-width: 900px) {
  .dc-hero-card {
  max-width: 520px;
  }
}

.dc-hero-card strong {
  display: block;
  font-size: 27px;
  font-family: var(--font-ds-font-display);
  line-height: 1.1;
  text-transform: uppercase;
}

.dc-hero-card p {
  color: color-mix(in srgb,var(--dc-white) 70%,transparent);
  margin-top: 10px !important;
  line-height: 1.65;
}

.dc-main {
  background: var(--dc-off);
  padding: clamp(72px, 9vw, 126px) 0px;
}

@media (max-width: 640px) {
  .dc-main {
  padding: 60px 0px;
  }
}

.dc-layout {
  row-gap: clamp(48px, 8vw, 118px);
  display: grid;
  column-gap: clamp(48px, 8vw, 118px);
  align-items: start;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0px, 1.38fr);
}

@media (max-width: 900px) {
  .dc-layout {
  grid-template-columns: 1fr;
  }
}

.dc-intro {
  top: 32px;
  position: sticky;
}

@media (max-width: 900px) {
  .dc-intro {
  position: static;
  }
}

.dc-intro h2 {
  font-size: clamp(44px, 5vw, 72px);
  font-family: var(--font-ds-font-display);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.dc-intro > p:not(.dc-kicker) {
  color: var(--dc-muted);
  font-size: 18px;
  margin-top: 24px !important;
  line-height: 1.65;
}

.dc-details {
  row-gap: 0px;
  display: grid;
  border-top: 1px solid var(--dc-line);
  column-gap: 0px;
  margin-top: 44px;
}

.dc-detail {
  padding: 22px 0px;
  border-bottom: 1px solid var(--dc-line);
}

.dc-detail small {
  color: var(--dc-water);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 7px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dc-detail strong, .dc-detail address {
  font-size: 17px;
  font-style: normal;
  line-height: 1.55;
}

.dc-map {
  color: var(--dc-navy);
  row-gap: 10px;
  display: inline-flex;
  font-size: 16px;
  column-gap: 10px;
  margin-top: 26px;
  align-items: center;
  font-family: var(--font-ds-font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.dc-map span {
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease;
}

.dc-map:hover span, .dc-map:focus-visible span {
  transform: translateX(4px);
}

.dc-form {
  row-gap: 25px;
  display: grid;
  border-top: 6px solid var(--dc-water);
  box-shadow: 0 20px 60px color-mix(in srgb,var(--dc-navy) 10%,transparent);
  column-gap: 22px;
  background: var(--dc-white);
  padding: clamp(28px, 5vw, 58px);
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

@media (max-width: 640px) {
  .dc-form {
  row-gap: 21px;
  column-gap: 21px;
  padding: 26px 20px;
  grid-template-columns: 1fr;
  }
}

.dc-field {
  row-gap: 9px;
  display: grid;
  column-gap: 9px;
}

@media (max-width: 640px) {
  .dc-field {
  grid-column-end: -1;
  grid-column-start: 1;
  }
}

.dc-field-full {
  grid-column-end: -1;
  grid-column-start: 1;
}

.dc-field label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dc-consent-label {
  color: var(--dc-muted);
  font-size: 13px;
  font-family: var(--font-ds-font-body);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0px;
  text-transform: none;
}

.dc-field input, .dc-field select, .dc-field textarea {
  color: var(--dc-navy);
  width: 100%;
  border: 1px solid var(--dc-line);
  font-size: 16px;
  font-style: inherit;
  background: var(--dc-white);
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.4;
  padding: 15px 16px;
  font-kerning: inherit;
  font-stretch: inherit;
  font-size-adjust: inherit;
  font-variant-caps: inherit;
  transition-delay: 0s, 0s;
  font-variant-emoji: inherit;
  font-optical-sizing: inherit;
  font-variant-numeric: inherit;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-property: border-color, box-shadow;
  border-top-left-radius: 0px;
  font-feature-settings: inherit;
  font-variant-position: inherit;
  border-top-right-radius: 0px;
  font-language-override: inherit;
  font-variant-east-asian: inherit;
  font-variant-ligatures: inherit;
  font-variant-alternates: inherit;
  font-variation-settings: inherit;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  transition-timing-function: ease, ease;
}

.dc-field textarea {
  resize: vertical;
  min-height: 168px;
}

.dc-field input::placeholder, .dc-field textarea::placeholder {
  color: color-mix(in srgb,var(--dc-muted) 72%,transparent);
}

.dc-field input:focus, .dc-field select:focus, .dc-field textarea:focus {
  box-shadow: 0 0 0 3px color-mix(in srgb,var(--dc-water) 18%,transparent);
  border-color: var(--dc-water);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.dc-consent {
  row-gap: 12px;
  display: grid;
  column-gap: 12px;
  align-items: start;
  grid-column-end: -1;
  grid-column-start: 1;
  grid-template-columns: 22px 1fr;
}

.dc-consent input {
  width: 19px;
  height: 19px;
  margin: 1px 0px 0px;
  accent-color: var(--dc-water);
}

.dc-submit {
  color: var(--dc-white);
  width: 100%;
  cursor: pointer;
  row-gap: 32px;
  display: inline-flex;
  font-size: 18px;
  column-gap: 32px;
  align-items: center;
  background: var(--dc-navy);
  font-family: var(--font-ds-font-display);
  font-weight: 800;
  padding: 18px 22px;
  grid-column-end: -1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  justify-content: space-between;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  grid-column-start: 1;
  transition-delay: 0s, 0s;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-property: background, color;
  transition-timing-function: ease, ease;
}

.dc-submit:hover, .dc-submit:focus-visible {
  background: var(--dc-water);
}

.dc-submit:focus-visible {
  outline: 3px solid color-mix(in srgb,var(--dc-water) 28%,transparent);
  outline-offset: 3px;
}

.dc-form-note {
  color: var(--dc-muted);
  font-size: 13px;
  line-height: 1.55;
  grid-column-end: -1;
  grid-column-start: 1;
}

.dc-expect {
  background: var(--dc-white);
  padding: clamp(56px, 7vw, 92px) 0px;
}

.dc-expect-grid {
  row-gap: clamp(42px, 8vw, 110px);
  display: grid;
  column-gap: clamp(42px, 8vw, 110px);
  align-items: start;
  grid-template-columns: 0.8fr 1.2fr;
}

@media (max-width: 900px) {
  .dc-expect-grid {
  grid-template-columns: 1fr;
  }
}

.dc-expect h2 {
  font-size: clamp(40px, 5vw, 66px);
  font-family: var(--font-ds-font-display);
  line-height: 0.95;
  text-transform: uppercase;
}

.dc-steps {
  display: grid;
  border-top: 1px solid var(--dc-line);
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 640px) {
  .dc-steps {
  grid-template-columns: 1fr;
  }
}

.dc-step {
  padding: 24px 18px 0px 0px;
}

@media (max-width: 640px) {
  .dc-step {
  padding: 22px 0px;
  }
}

.dc-step + .dc-step {
  border-left: 1px solid var(--dc-line);
  padding-left: 18px;
}

@media (max-width: 640px) {
  .dc-step + .dc-step {
  border-top: 1px solid var(--dc-line);
  padding-left: 0px;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  }
}

.dc-step b {
  color: var(--dc-water);
  display: block;
  font-size: 22px;
  font-family: var(--font-ds-font-display);
  margin-bottom: 14px;
}

.dc-step h3 {
  font-size: 24px;
  font-family: var(--font-ds-font-display);
  text-transform: uppercase;
}

.dc-step p {
  color: var(--dc-muted);
  font-size: 15px;
  margin-top: 10px !important;
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  .dc-page * {
  scroll-behavior: auto !important;
  transition-delay: 0s !important;
  transition-behavior: normal !important;
  transition-duration: 0s !important;
  transition-property: none !important;
  transition-timing-function: ease !important;
  }
}

.dc-status {
  color: var(--dc-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0px;
  grid-column-end: -1;
  background-clip: initial;
  background-size: initial;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  background-color: transparent;
  background-image: initial;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  grid-column-start: 1;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.dc-status[hidden] {
  display: none;
}

.dc-form[data-instatic-form-state="error"] .dc-status {
  background: color-mix(in srgb,var(--dc-gas) 10%,var(--dc-white));
  border-left-color: var(--dc-gas);
}

.dc-form[data-instatic-form-state="success"] .dc-status[data-instatic-form-message="success"], .dc-form[data-instatic-form-state="error"] .dc-status[data-instatic-form-message="error"] {
  display: block;
}

.dc-form[data-instatic-form-state="error"] .dc-status[data-instatic-form-message="error"] {
  background: color-mix(in srgb,var(--dc-gas) 10%,var(--dc-white));
  border-left-color: var(--dc-gas);
}

.dp-page {
  color: var(--ds-navy);
  overflow-x: clip;
  background: var(--ds-white);
  font-family: var(--font-ds-font-body), Arial, sans-serif;
}

.dp-page * {
  box-sizing: border-box;
}

.dp-page a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.dp-page--water {
  --dp-accent: var(--ds-water);
  --dp-on-accent: var(--ds-navy);
  --dp-node-radius: 50%;
  --dp-motif-border: color-mix(in srgb, var(--ds-navy) 35%, transparent);
  --dp-motif-radius: 50%;
  --dp-hero-copy-max: 510px;
  --dp-scope-columns: 260px minmax(0px, 1fr);
  --dp-scope-row-gap: 80px;
  --dp-hero-title-max: 610px;
  --dp-cta-button-text: var(--ds-white);
  --dp-hero-title-size: clamp(50px, 3.75vw, 56px);
  --dp-cta-heading-size: clamp(43px, 4.4vw, 64px);
  --dp-scope-column-gap: 80px;
  --dp-cta-line-strength: 65%;
  --dp-scope-columns-820: 1fr;
  --dp-scope-row-gap-820: 38px;
  --dp-hero-title-spacing: -0.025em;
  --dp-scope-heading-size: clamp(38px, 4vw, 58px);
  --dp-scope-row-gap-1040: 42px;
  --dp-cta-button-hover-bg: var(--ds-petrol);
  --dp-hero-title-size-520: 48px;
  --dp-hero-title-size-820: 56px;
  --dp-motif-shadow-border: rgba(255, 255, 255, 0.5);
  --dp-cta-heading-size-520: 36px;
  --dp-cta-heading-size-820: clamp(43px, 4.4vw, 64px);
  --dp-hero-title-size-1040: 52px;
  --dp-scope-column-gap-820: 38px;
  --dp-cta-button-hover-text: var(--ds-white);
  --dp-scope-column-gap-1040: 42px;
  --dp-scope-heading-size-520: 42px;
  --dp-scope-heading-size-820: clamp(38px, 4vw, 58px);
}

.dp-page--electric {
  --dp-accent: var(--ds-electric);
  --dp-on-accent: var(--ds-navy);
  --dp-node-radius: 0px;
  --dp-motif-border: rgba(255, 255, 255, 0.72);
  --dp-motif-radius: 0px;
  --dp-hero-copy-max: 490px;
  --dp-scope-columns: 300px minmax(0px, 1fr);
  --dp-scope-row-gap: 40px;
  --dp-hero-title-max: 610px;
  --dp-cta-button-text: var(--ds-navy);
  --dp-hero-title-size: clamp(48px, 3.5vw, 54px);
  --dp-cta-heading-size: 48px;
  --dp-scope-column-gap: 40px;
  --dp-cta-line-strength: 62%;
  --dp-scope-columns-820: 1fr;
  --dp-scope-row-gap-820: 38px;
  --dp-hero-title-spacing: -0.02em;
  --dp-scope-heading-size: 40px;
  --dp-scope-row-gap-1040: 40px;
  --dp-cta-button-hover-bg: var(--ds-white);
  --dp-hero-title-size-520: 36px;
  --dp-hero-title-size-820: clamp(48px, 3.5vw, 54px);
  --dp-motif-shadow-border: rgba(255, 255, 255, 0.72);
  --dp-cta-heading-size-520: 34px;
  --dp-cta-heading-size-820: 40px;
  --dp-hero-title-size-1040: clamp(48px, 3.5vw, 54px);
  --dp-scope-column-gap-820: 38px;
  --dp-cta-button-hover-text: var(--ds-navy);
  --dp-scope-column-gap-1040: 40px;
  --dp-scope-heading-size-520: 38px;
  --dp-scope-heading-size-820: 38px;
}

.dp-page--gas {
  --dp-accent: var(--ds-gas);
  --dp-on-accent: var(--ds-navy);
  --dp-node-radius: 50%;
  --dp-motif-border: rgba(255, 255, 255, 0.72);
  --dp-motif-radius: 50%;
  --dp-hero-copy-max: 490px;
  --dp-scope-columns: 260px minmax(0px, 1fr);
  --dp-scope-row-gap: 80px;
  --dp-hero-title-max: 560px;
  --dp-cta-button-text: var(--ds-white);
  --dp-hero-title-size: clamp(48px, 3.55vw, 55px);
  --dp-cta-heading-size: 48px;
  --dp-scope-column-gap: 80px;
  --dp-cta-line-strength: 68%;
  --dp-scope-columns-820: 1fr;
  --dp-scope-row-gap-820: 38px;
  --dp-hero-title-spacing: -0.02em;
  --dp-scope-heading-size: clamp(38px, 4vw, 58px);
  --dp-scope-row-gap-1040: 42px;
  --dp-cta-button-hover-bg: var(--ds-white);
  --dp-hero-title-size-520: 37px;
  --dp-hero-title-size-820: clamp(48px, 3.55vw, 55px);
  --dp-motif-shadow-border: rgba(255, 255, 255, 0.72);
  --dp-cta-heading-size-520: 34px;
  --dp-cta-heading-size-820: 40px;
  --dp-hero-title-size-1040: clamp(48px, 3.55vw, 55px);
  --dp-scope-column-gap-820: 38px;
  --dp-cta-button-hover-text: var(--ds-navy);
  --dp-scope-column-gap-1040: 42px;
  --dp-scope-heading-size-520: 42px;
  --dp-scope-heading-size-820: clamp(38px, 4vw, 58px);
}

.dp-page .dw-hero-copy::after, .dp-page .dw-hero-copy::before {
  border-color: var(--dp-motif-border);
}

.dw-process-track, .dw-process-track::before {
  border-color: var(--dp-accent);
}

.dw-cta .dw-btn.dw-outline:hover {
  color: var(--ds-navy) !important;
  background: var(--ds-white);
}