:root {
  --light-green: #c2f3ac;
  --main-green: #017589;
  --dark-green: #1d4047;
  --main-blue: #144e87;
  --white: #fff;
  --gold-comp: #dca06a;
  --light-blue-background: #f1fdff;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#0009, #0009), url('../images/bg-sleep-a.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading {
  color: var(--light-green);
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 68px;
  display: flex;
}

.flex-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  margin-left: 60px;
}

.text-block {
  color: #fff;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
}

.heading-2 {
  color: #f8f8f8;
  text-align: center;
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.div-block {
  width: 100%;
}

.text-block-2 {
  color: #c6f3ab;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-3 {
  color: #fff;
}

.text-block-4 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.button {
  color: #050505;
  background-color: #c2f3ac;
  border-radius: 5px;
  font-family: Lato, sans-serif;
}

.buttons-wrap {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-logo-center {
  border-bottom: 1px solid #147286;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1290px;
  padding-bottom: 6px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px 5px 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
}

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

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

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #127387;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block-5 {
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
}

.hero-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#0009, #0009), url('../images/bg-sleep-a.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  height: 700px;
  padding-top: 60px;
  padding-left: 40px;
  display: flex;
}

.hero-headline-wrap {
  width: 50%;
}

.heading-3 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
}

.spacer-40px {
  width: 100%;
  height: 40px;
}

.quick-stack {
  padding: 0;
}

.cell {
  border-bottom: 2px solid #fff;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.text-wrapper-left {
  padding-top: 20px;
}

.text-wrapper-left._50 {
  width: 50%;
}

.heading-4 {
  color: var(--main-green);
  font-family: Lato, sans-serif;
  font-size: 68px;
  line-height: 68px;
}

.heading-4.white {
  color: var(--light-green);
}

.heading-4.white.centered {
  text-align: center;
}

.hero-right-text {
  color: var(--dark-green);
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
}

.eyebrow-text {
  color: var(--main-blue);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.eyebrow-text.white {
  color: var(--white);
}

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

.line-75 {
  background-color: var(--gold-comp);
  width: 75%;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 0;
  padding-top: 0;
}

.text-span {
  color: var(--main-green);
}

.lef-img-section {
  border-bottom: 2px solid var(--gold-comp);
  background-color: var(--main-blue);
  background-image: linear-gradient(180deg, var(--main-green), var(--dark-green));
  padding-bottom: 34px;
  display: block;
}

.cell-2 {
  border-radius: 20px;
  padding-left: 0;
}

.quick-stack-2 {
  grid-column-gap: 56px;
  border: 1px #000;
  padding-top: 50px;
}

.white {
  color: var(--white);
}

.banner-section {
  border-top: 2px solid var(--white);
  background-image: linear-gradient(261deg, #fff0, #75757575 42%, #fff 71%), url('../images/banner.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 420px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  display: flex;
}

.image-2 {
  position: static;
  top: -49%;
  left: -18px;
}

.image-3 {
  position: static;
  top: -52%;
  left: -15px;
}

.cell-3 {
  padding-right: 30px;
}

.bold-text {
  font-weight: 700;
}

.footer-light {
  background-color: var(--light-blue-background);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-block-two.hide {
  display: none;
}

.footer-social-link {
  margin-left: 12px;
}

.address-footer {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px 5px 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.address-footer:hover {
  color: #1a1b1fbf;
}

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

.spacer-20px {
  width: 100%;
  height: 20px;
}

.top-bar-wrapper {
  background-color: var(--main-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-bar-wrapper:hover {
  color: var(--light-green);
}

.top-bar-wrapper.new {
  display: flex;
}

.text-block-6 {
  color: var(--dark-green);
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.nav-link-top-bar {
  color: var(--light-green);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-top-bar:hover {
  color: #ffffffbf;
}

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

.nav-link-top-bar.hide {
  display: none;
}

.top-bar-content-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.address-top-bar {
  color: var(--light-green);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.address-top-bar:hover {
  color: var(--light-green);
}

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

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1290px;
  padding: 20px;
  display: flex;
}

.heading-5 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 68px;
  line-height: 76px;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1290px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-6 {
  color: var(--main-green);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 68px;
  line-height: 76px;
}

.centered-text-lato-22 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.icon-image {
  border-radius: 0;
  max-width: 75%;
  margin-bottom: 14px;
}

.icon-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.section-2 {
  border-bottom: 2px solid var(--dark-green);
  background-color: var(--light-blue-background);
  padding-top: 60px;
  padding-bottom: 60px;
}

.line-30 {
  background-color: var(--gold-comp);
  width: 30%;
  height: 2px;
  margin: 4px auto 0;
  padding-top: 0;
}

.hero-section {
  border-bottom: 2px solid var(--gold-comp);
  background-image: url('../images/big-pine-key-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.hero-section.marathon {
  background-image: url('../images/marathon.jpg');
}

.hero-section.solutions {
  background-image: url('../images/solutions.jpg');
}

.section-3 {
  border-top: 2px solid var(--gold-comp);
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-info {
  padding-top: 39px;
  padding-bottom: 39px;
}

.quick-stack-3, .code-embed {
  width: 100%;
}

.cell-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.image-4 {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.heading-7 {
  color: var(--main-green);
  font-family: Lato, sans-serif;
}

.div-block-2 {
  width: 100%;
  height: 1px;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.content-h1 {
  z-index: 2;
  color: var(--main-green);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.title-wrap {
  color: #7b88a8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .25fr 3fr;
  width: 100%;
}

.faq-paragraph {
  color: #485166;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-content {
  overflow: hidden;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding-top: 40px;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.question-title {
  color: var(--main-blue);
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Lato, sans-serif;
}

.section-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-4 {
  width: 100%;
}

.cell-7, .cell-8, .cell-9 {
  justify-content: center;
  align-items: center;
}

.cell-appliance {
  justify-content: flex-start;
  align-items: center;
}

.appliance-heading {
  color: var(--main-blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 26px;
}

.appliance-image {
  border: 1px solid var(--gold-comp);
  border-radius: 0;
  max-width: 75%;
  margin-bottom: 14px;
}

.link {
  color: var(--main-blue);
}

.link:hover {
  color: var(--gold-comp);
}

.flex-block-2 {
  border-top: 1px solid var(--gold-comp);
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  min-width: 290px;
  display: flex;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.comparison-stack {
  grid-column-gap: 56px;
  border: 1px #000;
  padding-top: 50px;
}

.container-6 {
  max-width: 1290px;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 20px;
  padding-top: 0;
}

.heading-8 {
  color: var(--light-blue-background);
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.heading-8.centered {
  text-align: center;
}

.cell-10 {
  border-bottom: 2px solid #fff;
  padding-left: 20px;
}

.cell-10.center {
  justify-content: center;
  align-items: center;
}

.cell-11 {
  border-bottom: 1px solid #fff;
}

.cell-12 {
  background-color: #a4e6f1;
  border-bottom: 2px solid #c7c7c7;
  justify-content: center;
  align-items: flex-start;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 30px;
}

.text-block-8 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.cell-12a {
  background-color: #cef2f8;
  border-bottom: 2px solid #c7c7c7;
  justify-content: center;
  align-items: flex-start;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 30px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-5 {
  height: 30px;
}

.header-comparison-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-6 {
  width: 100%;
}

.image-7 {
  position: static;
  top: -65px;
}

.code-embed-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.quiz-section {
  background-color: var(--light-blue-background);
}

.banner-section-2 {
  background-color: var(--main-green);
  padding-top: 30px;
  padding-bottom: 30px;
}

.tel {
  color: var(--main-blue);
  text-decoration: none;
}

.tel:hover {
  color: var(--gold-comp);
}

@media screen and (max-width: 991px) {
  .heading {
    text-align: left;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    flex-flow: column;
    display: flex;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    flex-flow: column;
    padding-top: 9px;
    padding-bottom: 0;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--main-green);
    color: #fff;
  }

  .hero-home {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-headline-wrap {
    width: 80%;
  }

  .cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .eyebrow-text.centered.address {
    font-size: 12px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .address-footer, .nav-link-top-bar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .top-bar-content-wrapper {
    flex-flow: column;
  }

  .address-top-bar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-2 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .title-wrap {
    margin-bottom: 21px;
    padding-left: 10px;
  }

  .faq-grid {
    grid-template-columns: .75fr 4fr;
    grid-auto-flow: column;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: var(--dark-green);
    font-size: 42px;
  }

  .icon:hover, .icon:focus {
    color: var(--gold-comp);
  }

  .list-item, .list-item-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .text-block-8 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: left;
    font-size: 48px;
    line-height: 58px;
  }

  .flex-block {
    width: 80%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-home {
    height: 650px;
    margin-top: 0;
    padding-top: 12px;
    padding-left: 10px;
  }

  .hero-headline-wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .address-footer, .nav-link-top-bar, .address-top-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .content-h1 {
    font-size: 55px;
  }

  .faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section {
    position: fixed;
  }

  .heading {
    text-align: left;
    margin-top: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .flex-block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .text-block {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .image {
    max-width: 75%;
  }

  .buttons-wrap {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper-three {
    height: 120px;
  }

  .nav-menu-three {
    flex-direction: column;
  }

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

  .button-primary.email {
    font-size: 10px;
  }

  .hero-home {
    height: 320px;
    padding-top: 20px;
    padding-left: 10px;
  }

  .hero-headline-wrap {
    width: 100%;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .logo-nav-bar {
    max-width: 80%;
    height: auto;
  }

  .hero-description-wrapper {
    display: none;
  }

  .cell {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper-left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-wrapper-left._50 {
    width: 100%;
  }

  .heading-4 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }

  .hero-right-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .banner-section {
    background-position: 0 0, 50% 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-40-40-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .top-bar-wrapper {
    flex-flow: column;
  }

  .address-top-bar {
    text-align: center;
    display: none;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    font-size: 48px;
    line-height: 56px;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    font-size: 38px;
    line-height: 48px;
  }

  .centered-text-lato-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    height: 280px;
  }

  .hero-section.solutions {
    background-position: 50%;
    height: 280px;
  }

  .section-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    text-align: center;
    font-size: 34px;
  }

  .content-h1 {
    text-align: center;
    font-size: 37px;
  }

  .title-wrap {
    padding-left: 0;
  }

  .question-title {
    flex: 1;
  }

  .quick-stack-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .appliance-image {
    max-width: 100%;
  }

  .icon {
    color: var(--main-blue);
    font-size: 40px;
  }

  .icon:hover {
    color: var(--gold-comp);
  }

  .utility-page-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8 {
    font-size: 12px;
    line-height: 14px;
  }

  .heading-8.centered {
    font-size: 16px;
    line-height: 22px;
  }

  .cell-10 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 5px;
  }

  .cell-12 {
    padding-left: 5px;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .cell-12a {
    padding-left: 6px;
  }

  .image-5 {
    height: 20px;
  }
}

#w-node-_79737cf2-035b-d308-5e7a-c2d7758d0c66-6d65d5ca {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_022d4cb7-970f-bb7c-1f64-2448e4d83eaf-6d65d5ca {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_10ae2a24-0cca-b655-4a03-a74614cc5e7f-6d65d5ca {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 2.25fr 1fr 1fr;
}

#w-node-_2efc5b7b-687b-9c52-e70c-6938c1bfee3a-ae056d37, #w-node-_2efc5b7b-687b-9c52-e70c-6938c1bfee3a-b1ca3bf6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_5994f0de-11b7-072f-478d-1584cc15c68f-b1ca3bf6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2efc5b7b-687b-9c52-e70c-6938c1bfee3a-09718902 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_655c54bf-b90d-db61-39ac-e9600d740564-09718902 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3555ba88-22a7-7c81-2297-c358ee30ca55-a43e8645 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_79737cf2-035b-d308-5e7a-c2d7758d0c66-b70ab971 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_022d4cb7-970f-bb7c-1f64-2448e4d83eaf-b70ab971 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_10ae2a24-0cca-b655-4a03-a74614cc5e7f-b70ab971 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 2.25fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_79737cf2-035b-d308-5e7a-c2d7758d0c66-6d65d5ca {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_022d4cb7-970f-bb7c-1f64-2448e4d83eaf-6d65d5ca {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5994f0de-11b7-072f-478d-1584cc15c68f-b1ca3bf6, #w-node-_79737cf2-035b-d308-5e7a-c2d7758d0c66-b70ab971 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_022d4cb7-970f-bb7c-1f64-2448e4d83eaf-b70ab971 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_655c54bf-b90d-db61-39ac-e9600d740564-09718902 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3555ba88-22a7-7c81-2297-c358ee30ca55-a43e8645 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79737cf2-035b-d308-5e7a-c2d7758d0c66-6d65d5ca, #w-node-_022d4cb7-970f-bb7c-1f64-2448e4d83eaf-6d65d5ca, #w-node-_2efc5b7b-687b-9c52-e70c-6938c1bfee3a-ae056d37, #w-node-_2efc5b7b-687b-9c52-e70c-6938c1bfee3a-b1ca3bf6, #w-node-_5994f0de-11b7-072f-478d-1584cc15c68f-b1ca3bf6, #w-node-_2efc5b7b-687b-9c52-e70c-6938c1bfee3a-09718902, #w-node-_655c54bf-b90d-db61-39ac-e9600d740564-09718902, #w-node-_79737cf2-035b-d308-5e7a-c2d7758d0c66-b70ab971, #w-node-_022d4cb7-970f-bb7c-1f64-2448e4d83eaf-b70ab971 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


