body.installers-page {
  margin: 0;
  color: var(--sq-ink);
  background: #fbf8f3;
  font-family: var(--sq-font);
  -webkit-font-smoothing: antialiased;
}

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

body.installers-page a {
  color: var(--sq-blue);
  text-underline-offset: 3px;
}

body.installers-page img {
  display: block;
  max-width: 100%;
}

body.installers-page .utility-hero {
  display: flex;
  box-sizing: border-box;
  min-height: 160px;
  padding: 68px 50px 20px;
  align-items: flex-end;
  text-align: left;
  background: linear-gradient(135deg, oklch(97.89% 0.006 73), oklch(93.8% 0.018 62));
}

body.installers-page .utility-hero h1 {
  width: min(1200px, 100%);
  max-width: none;
  margin: 0 auto;
  color: var(--sq-ink);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  position: relative;
}

body.installers-page .utility-hero h1::after {
  display: block;
  width: 300px;
  max-width: 45vw;
  height: 4px;
  margin-top: 17px;
  background: var(--sq-blue);
  content: "";
}

body.installers-page .installer-content {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 70px 50px 90px;
}

body.installers-page .installer-content h2 {
  margin: 0 0 12px;
  color: var(--sq-ink);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

body.installers-page .installer-content h3,
body.installers-page .installer-content h4 {
  margin: 26px 0 10px;
  color: var(--sq-ink);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

body.installers-page .installer-content h4.mb-10,
body.installers-page .installer-content h4.mb-20,
body.installers-page .installer-content h3.list-heading {
  margin-top: 30px;
}

body.installers-page .installer-content p,
body.installers-page .installer-content li {
  font-size: 14px;
  line-height: 1.55;
}

body.installers-page .installer-content p {
  margin: 0 0 18px;
}

body.installers-page .installer-content > ul {
  margin: 10px 0 24px;
  padding-left: 18px;
}

body.installers-page .installer-content > ul li {
  margin: 0 0 8px;
}

body.installers-page .installers-box {
  margin: 26px 0 0;
  padding: 36px 30px 42px;
  border: 0;
  border-radius: 0;
  background: rgba(228, 231, 235, 0.43);
  overflow: hidden;
}

body.installers-page .installers-box:first-of-type {
  margin-top: 24px;
}

body.installers-page .installers-box .head {
  margin: 0 0 18px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.14);
  color: var(--sq-ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

body.installers-page .installers-box .body {
  padding: 0;
}

body.installers-page .installers-box ul.list {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  columns: 3;
  column-gap: 70px;
  list-style: none;
}

body.installers-page .installers-box ul.list li {
  break-inside: avoid;
  width: auto;
  margin: 0 0 7px;
  padding: 0;
  color: #737373;
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
}

body.installers-page .installers-box ul.list li a {
  color: inherit;
  text-decoration: none;
}

body.installers-page .installers-box ul.list li a:hover {
  color: var(--sq-blue);
  text-decoration: underline;
}

body.installers-page .solarquiz-cta .cta-row .error {
  grid-column: 1 / -1;
}

body.installers-page .solarquiz-cta .error {
  display: none;
  width: 100%;
  margin-top: 8px;
  color: #fe4041;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

body.installers-page .solarquiz-cta .error.popped {
  display: block;
}

@media (max-width: 760px) {
  body.installers-page .solarquiz-main-header .site-nav.active {
    display: flex;
  }

  body.installers-page .utility-hero {
    min-height: 130px;
    padding: 48px 20px 18px;
  }

  body.installers-page .utility-hero h1 {
    font-size: 32px;
  }

  body.installers-page .utility-hero h1::after {
    width: 180px;
    margin-top: 14px;
  }

  body.installers-page .installer-content {
    padding: 46px 20px 64px;
  }

  body.installers-page .installer-content h2 {
    font-size: 28px;
  }

  body.installers-page .installer-content h3,
  body.installers-page .installer-content h4 {
    font-size: 21px;
  }

  body.installers-page .installers-box {
    padding: 28px 22px 32px;
  }

  body.installers-page .installers-box ul.list {
    columns: 1;
  }
}
