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

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.top-banner-section {
  height: auto;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50px;
  display: grid;
}

.top-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.banner-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 1200px;
  max-width: none;
  padding: 0;
  display: flex;
}

.phone-number {
  font-size: 20px;
  font-weight: 700;
}

.top-banner-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  align-items: center;
  width: 200px;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.icon {
  background-color: #dde542;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  width: auto;
  max-width: none;
  text-decoration: none;
}

.divider-1 {
  background-color: #000;
  width: 1px;
  height: 20px;
}

.top-banner-phone-content-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.phone-icon {
  object-fit: cover;
  height: 40px;
}

.nav-section {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-2 {
  display: flex;
}

.logo {
  width: 100%;
  max-width: 150px;
}

.nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  background-color: #0000;
  background-image: url('../images/pps-solar-orignal-image---hero-section.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-container {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 100vh;
  min-height: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  top: auto;
  bottom: 10px;
}

.hero-left-content {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  display: block;
  position: relative;
  bottom: 20px;
}

.hero-right-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 70px;
  line-height: 65px;
}

.button {
  background-color: #ef9a03;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
}

.button:hover {
  background-color: #ef9a0336;
}

.paragraph {
  color: #fff;
}

.process-container {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.process-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-header-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #000;
  text-align: center;
  font-size: 70px;
  line-height: 66px;
}

.process-grid {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 900px;
  max-width: 1200px;
}

.icon-and-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-3 {
  color: #333;
  font-size: 30px;
  font-weight: 400;
}

.heading-3, .heading-4, .heading-5 {
  color: #000;
  font-size: 24px;
}

.past-projects-section {
  margin-bottom: 60px;
}

.why-us-section {
  margin-bottom: 0;
  line-height: 25px;
}

.gallery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pass-projects-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-2 {
  width: 300px;
}

.why-us-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.header-and-text-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
  top: auto;
  bottom: 60px;
}

.heading-6 {
  color: #ffd000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
}

.heading-7 {
  color: #000;
  text-align: left;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  font-size: 30px;
  line-height: 35px;
}

.image-3 {
  width: 100%;
  height: auto;
  max-height: none;
}

.form-wrapper {
  justify-content: center;
  width: auto;
  max-width: none;
  padding-bottom: 20px;
  display: flex;
}

.service-area-section {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: hidden;
}

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

.content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 48%;
  display: flex;
}

.text-block-4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.heading-8 {
  font-size: 40px;
  line-height: 110%;
}

.accent-line {
  color: #ef9a03;
  background-color: #ff9100;
  border-radius: 10px;
  width: 60px;
  height: 4px;
}

.paragraph-3 {
  max-width: 480px;
  font-size: 18px;
  line-height: 110%;
}

.feature-list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.feature-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.location-pin-icon {
  background-color: #072c68;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.feature-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.heading-9 {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.right-content {
  width: 52%;
  position: relative;
}

.map-card {
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px #0000001f;
}

.image-4 {
  object-fit: cover;
  width: 500px;
  height: 650px;
}

.floating-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 18px;
  flex-flow: row;
  align-items: center;
  width: 340px;
  padding: 24px 10px;
  display: flex;
  position: absolute;
  top: 24px;
  left: 24px;
  box-shadow: 0 12px 30px #00000026;
}

.text-content {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-4 {
  margin-bottom: 0;
}

.bottom-features {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.features-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-5 {
  text-align: center;
  font-size: 14px;
}

.content-block {
  aspect-ratio: auto;
  margin-top: 10px;
  padding: 30px;
}

.link-2 {
  align-items: flex-start;
}

.content-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

.card-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  padding: 10px 30px 30px;
  display: flex;
}

.div-block-27 {
  background-color: #e5bbbb;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.image-34 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.blog-card {
  overflow: hidden;
}

.blog-line {
  background-color: #cfcfcf;
  flex-flow: column;
  align-items: center;
  width: 180px;
  height: 1px;
  display: block;
}

.text-block-31 {
  flex-flow: column;
  align-items: center;
  font-size: 1.3em;
  font-weight: 600;
  display: block;
}

.heading-28, .heading-27 {
  font-size: 1.3em;
  line-height: 25px;
}

.blog-section-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-32 {
  object-fit: cover;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-section-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column-reverse;
  align-items: center;
  display: flex;
}

.paragraph-14 {
  text-align: center;
  width: 700px;
}

.blog-section-container {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.meta-info {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.image-33 {
  object-fit: cover;
  width: 100%;
  height: 200px;
  overflow: clip;
}

.review-container {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
}

.review-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 420px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.wrapper-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  max-width: 650px;
}

.content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.review-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.icon-6 {
  background-color: #2d2a2a66;
}

.reviewer-name {
  font-size: 22px;
  font-weight: 700;
}

.image-13 {
  width: 35%;
}

.review-section {
  min-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.review-slider {
  background-color: #ddd0;
  margin-top: 0;
}

.review-cards-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  background-color: #2a272700;
}

.icon-5 {
  background-color: #27252561;
}

.reviewer-comment {
  font-size: 22px;
  line-height: 1.6rem;
}

.heading-29 {
  font-size: 38px;
}

.heading-30 {
  font-size: 15px;
}

.heading-31 {
  font-size: 20px;
}

.heading-32, .heading-33, .heading-34 {
  font-size: 15px;
}

.call-to-action-section {
  aspect-ratio: auto;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 57vh;
  max-height: none;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  padding-top: 0;
  padding-bottom: 0;
}

.background-video-2 {
  aspect-ratio: auto;
  max-height: none;
}

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

.cta-contiainer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

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

.background-video-3 {
  aspect-ratio: auto;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.dark-overlay {
  z-index: 1;
  background-color: #00000080;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0;
}

.cta-container {
  z-index: 3;
  flex-flow: row-reverse;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
  display: flex;
  position: relative;
  left: auto;
  right: 5px;
}

.cta-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 560px;
  height: auto;
  padding: 24px;
  font-size: 14px;
  display: flex;
  position: static;
  left: 0;
  right: 0;
  box-shadow: 0 20px 60px #0000002e;
}

.heading-35 {
  color: #000;
  margin-top: 10px;
  font-size: 30px;
  line-height: 105%;
}

.paragraph-15 {
  color: #000;
  font-size: 15px;
  line-height: 1.3rem;
}

.benefits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  flex-flow: column;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.benefits-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.benefits-ro {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5a300;
  border-radius: 14px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.cta-button:hover {
  background-color: #10101094;
}

.div-block-28 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.div-block-28:hover {
  background-color: #e6770000;
}

.phones-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 700;
  display: flex;
}

.image-35 {
  width: 50px;
}

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

.text-block-33 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-33:hover {
  background-color: #ffc6c600;
}

.cta-button-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-34, .text-block-35 {
  font-size: 10px;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
}

.nav-link-2 {
  margin-left: 0;
  margin-right: -1px;
}

.nav-link-3 {
  margin-left: 0;
  margin-right: 0;
}

.link-block {
  text-decoration: none;
}

.div-3 {
  display: block;
}

.code-embed {
  padding-top: 5px;
  text-decoration: none;
}

.phone-icon-wrapper {
  padding-top: 5px;
}

.footer-section {
  color: #000;
  background-color: #000;
}

.brand-logo {
  width: 140px;
}

.nav-menu {
  color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
}

.nav-bar-container {
  color: #0000;
  flex-flow: row;
  display: block;
}

.navbar {
  color: #0000;
  background-color: #ddd0;
}

.image-36 {
  width: 150px;
  max-width: none;
}

.nav-menu-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 0;
  font-size: 14px;
  display: block;
  left: auto;
  right: 100px;
}

.nav-link-4 {
  font-size: 15px;
  font-weight: 700;
}

.nav-link-4.w--current {
  color: #000;
}

.nav-link-5 {
  font-size: 20px;
}

.nav-link-6 {
  font-size: 15px;
  font-weight: 700;
}

.dropdown {
  font-size: 20px;
}

.text-block-36 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.dropdown-toggle {
  font-size: 14px;
}

.text-block-37 {
  font-size: 20px;
}

.dropdown-toggle-2 {
  font-size: 20px;
  font-weight: 700;
}

.navbar-2 {
  background-color: #ddd0;
}

.dropdown-toggle-3 {
  padding-right: 40px;
  font-size: 14px;
}

.code-embed-2, .code-embed-3, .code-embed-4 {
  color: #000;
}

.code-embed-5 {
  padding-top: 5px;
}

.code-embed-6, .code-embed-7, .code-embed-8, .code-embed-9 {
  color: #fff;
}

.past-projects-button-container {
  justify-content: center;
  margin-bottom: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.button-2 {
  padding: 18px 20px;
  font-size: 20px;
}

.heading_xxsmall {
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: .71rem;
  font-weight: 400;
  line-height: 1.3em;
}

.screen-reader {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.grid_4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.divider-2 {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.footer-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  grid-auto-flow: row;
  place-content: stretch;
}

.text-color_secondary {
  color: color-mix(in srgb, currentColor 75%, transparent);
  font-size: 20px;
}

.footer_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: color-mix(in srgb, currentColor 60%, transparent);
  justify-content: flex-start;
  align-items: center;
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.footer_link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer_link.on-inverse, .footer_link.on-inverse:hover {
  color: #fff;
}

.footer-content-wrapper {
  z-index: 2;
  background-color: #9f4e4e00;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.text-block-11 {
  text-align: left;
  justify-content: flex-start;
  display: flex;
}

.about-us-footer-container {
  color: #181818;
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-us-footer-container.is-inverse {
  color: #fff;
  background-color: #e48b25db;
  grid-template-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.footer_icon-link {
  width: 4rem;
  height: 4rem;
  color: color-mix(in srgb, currentColor 70%, transparent);
  justify-content: center;
  align-items: center;
  padding: .35rem;
  display: inline-flex;
}

.footer_icon-link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
}

.tablet-1-col-1.gap-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: center;
  display: grid;
}

.footer-social-icons-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-item-manual {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  width: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.about-us-list, .legal-list {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.bottom-banner-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.full-street-address-form-text {
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
}

.text-field {
  margin-bottom: 5px;
}

.paragraph-16 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 14px;
}

.quote-card {
  background-color: #032c5f;
  border-radius: 4px;
  width: 420px;
  height: 650px;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
  top: 15px;
}

.first-and-last-name {
  color: #fff;
  text-align: left;
}

.select-field {
  height: 50px;
  margin-bottom: 10px;
}

.form-3 {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: auto;
}

.form-block-2 {
  outline-offset: 0px;
  outline: 3px #333;
}

.submit-button {
  color: #fff;
  background-color: #f39f0e;
  width: 50%;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #f39c0070;
}

.heading-11 {
  color: #fff;
  text-align: left;
  background-color: #05050500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}

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

.heading-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.image-37 {
  object-fit: cover;
  max-width: 100%;
  height: 200px;
  max-height: none;
  overflow: clip;
}

.lightbox-link {
  max-width: none;
  overflow: clip;
}

.image-38 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-39 {
  object-fit: cover;
  height: 200px;
}

.lightbox-link-2 {
  aspect-ratio: auto;
}

.link-wrapper {
  display: flex;
}

.zero-down-promo-section {
  background-color: #000;
  margin-bottom: 60px;
}

.zero-down-promo-container {
  max-width: 930px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.zero-down-content-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-38 {
  margin-bottom: 15px;
  font-size: 23px;
}

.heading-36 {
  font-size: 46px;
}

.benefits-section {
  height: auto;
  min-height: 0;
  margin-bottom: 40px;
}

.benefits-container {
  max-width: 1200px;
  display: block;
}

.container-4 {
  max-width: 1200px;
}

.text-block-40 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.text-block-41 {
  font-size: 14px;
}

.text-block-42 {
  font-size: 15px;
  font-weight: 700;
}

.dark-overlay-hero-sec {
  z-index: 3;
  background-color: #000000ad;
  width: 100%;
  height: 55%;
  position: absolute;
  inset: 398px 0% 0 -2%;
}

.image-40 {
  object-fit: cover;
  height: 100%;
  overflow: clip;
}

.image-41 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-42 {
  width: 100%;
  height: 100%;
}

.image-43 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.div-block-turned-text-container {
  width: 100%;
  height: auto;
}

.accordion_icon {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.accordion {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .5rem;
}

.accordion:hover {
  background-color: color-mix(in srgb, currentColor 8%, transparent);
}

.accordion_content {
  color: color-mix(in srgb, currentColor 70%, transparent);
  background-color: #0000;
  padding: 0;
  transition: max-height .3s cubic-bezier(.645, .045, .355, 1);
  position: static;
  overflow: hidden;
}

.accordion_content.w--open {
  position: relative;
}

.faqs-section {
  background-color: #ffffff80;
  padding: 20px 40px;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph_large.margin-bottom_none {
  width: 940px;
  font-size: 1rem;
  line-height: 1em;
}

.accordion_toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  width: 100%;
  height: 3.25rem;
  color: color-mix(in srgb, currentColor 70%, transparent);
  background-color: #0000;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1.5rem 1rem;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.2;
  transition-property: border-color, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  display: flex;
}

.accordion_toggle:hover {
  color: color-mix(in srgb, currentColor 100%, transparent);
}

.accordion_toggle.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 1rem 1.5rem;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.padding_small {
  padding: 1.5rem;
}

.paragraph_small {
  margin-bottom: 0;
}

.paragraph_small.margin-bottom_none {
  color: #000;
  font-weight: 400;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
}

.list-item, .list-item-2 {
  font-size: 20px;
}

.div-block-29 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200%;
  height: 200px;
  display: flex;
}

.help-list {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.image-44 {
  width: 300px;
  height: 300px;
}

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

.button-3 {
  background-color: #ef9a03;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
}

.text-block-44 {
  color: #000;
  width: auto;
  max-width: none;
  text-decoration: none;
}

.code-embed-10 {
  padding-top: 5px;
}

.code-embed-11 {
  padding-top: 5px;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.container-5 {
  max-width: 1200px;
}

.dropdown-toggle-4 {
  padding-right: 40px;
  font-size: 14px;
}

.image-45 {
  width: 150px;
  max-width: none;
}

.dropdown-toggle-5 {
  font-size: 20px;
  font-weight: 700;
}

.text-block-45, .nav-link-7, .nav-link-8 {
  font-size: 15px;
  font-weight: 700;
}

.nav-link-8.w--current {
  color: #000;
}

.about-us-hero-sec {
  background-image: url('../images/pps-solar-orignal-image---hero-section.png');
  background-position: 0 0;
  background-size: cover;
  height: 200px;
  position: relative;
}

.heading-37 {
  color: #fff;
  text-align: center;
  font-size: 80px;
  line-height: 65px;
}

.div-block-30 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.heading-38 {
  color: #fff;
  width: 940px;
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 90%;
}

.button-4 {
  color: #fff;
  background-color: #f5a300;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
}

.solgan-text {
  color: #fff;
  margin-bottom: 40px;
  font-size: 24px;
}

.button-5 {
  background-color: #ef9a03;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.meet-the-team-hero-section {
  background-image: url('../images/comercial-rooftop-technician-pov-realistic-pps-project-image.png');
  background-position: 0 0;
  background-size: cover;
  height: 75vh;
}

.about-us-hero-container {
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-39 {
  color: #fff;
  font-size: 60px;
  line-height: 55px;
}

.about-us-section {
  padding-top: 80px;
  padding-bottom: 40px;
}

.about-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  place-items: start;
}

.about-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  display: block;
}

.content-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.paragraph-17 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-47 {
  margin-bottom: 10px;
}

.about-us-side-bar-profile-right-side {
  position: sticky;
  top: 30px;
}

.profile-card {
  border: 1px solid #d17a23;
  border-radius: 12px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 0;
  box-shadow: 0 2px 5px 11px #00000080;
}

.profile-card-divider {
  background-color: #1c1c1c;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 1px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  left: 50px;
}

.email-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-title {
  margin-bottom: 20px;
}

.profile-image {
  object-fit: cover;
  border-radius: 50%;
  width: 140px;
  max-width: none;
  height: auto;
  margin-bottom: 10px;
}

.name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
}

.bio {
  text-align: left;
  font-size: 14px;
}

.click-to-call-button-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-icon {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: 40px;
}

.button-6 {
  color: #fff;
  background-color: #f69e06;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-18 {
  color: #000;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.body {
  overflow: visible;
}

.profile-icon-name-job-title-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-31, .div-block-32, .why-switch-to-solar-card, .solar-facts-cards, .sustainable-future-card {
  padding: 0 30px;
}

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

.about-us-footer-section {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.about-usfooter-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: start;
}

.footer-brand {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.about-us-footer-logo {
  width: 100%;
  height: 22%;
}

.about-us-footer-links {
  flex-flow: column;
  display: flex;
}

.heading-41 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.link-3:hover {
  color: #ec9603;
}

.footer-links {
  flex-flow: column;
  width: 235px;
  display: flex;
}

.about-us-footer-bottom {
  border-top: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.paragraph-19 {
  color: #000;
  text-align: center;
}

.link-4 {
  color: #000;
  width: 115%;
  margin-bottom: 0;
  text-decoration: none;
}

.link-4:hover {
  color: #ec9603;
}

.link-5 {
  color: #181818;
  text-decoration: none;
}

.link-6, .link-7 {
  color: #000;
  text-decoration: none;
}

.link-8 {
  color: #181818;
  text-decoration: none;
}

.link-8:hover {
  color: #ffb700;
}

.link-9 {
  color: #181818;
  text-decoration: none;
}

.link-9:hover {
  color: #ec9603;
}

.link-10 {
  color: #000;
  text-decoration: none;
}

.link-10:hover {
  color: #ec9603;
}

.link-11 {
  color: #181818;
  text-decoration: none;
}

.link-11:hover {
  color: #ec9603;
}

.text-block-48 {
  text-decoration: underline;
}

.contact-us-column-spacer {
  height: 10px;
}

.bold-text-2 {
  color: #000;
  font-weight: 400;
}

.bold-text-2:hover {
  color: #000;
}

.text-block-49 {
  color: #000;
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 700;
}

.the-team-section {
  color: #000;
  text-align: left;
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.checkbox-label {
  color: #fff;
  font-size: 12px;
  line-height: 13px;
}

.heading-42 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 30px;
  font-size: 37px;
  line-height: 41px;
}

.home-page-faqs-section {
  padding: 80px 40px;
}

.heading-43 {
  margin-top: 0;
  margin-bottom: 0;
}

.quick-links-spacer {
  height: 25px;
}

.service {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}

.dropdown-link, .dropdown-link-2 {
  color: #000;
  font-size: 14px;
}

.dropdown-link-3 {
  font-size: 14px;
}

.dropdown-link-4 {
  color: #000;
  font-size: 14px;
}

.dropdown-link-5 {
  text-decoration: none;
}

.heading-44 {
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 25px;
  line-height: 41px;
}

.list {
  font-size: 20px;
  line-height: 25px;
}

.heading-45 {
  color: #ffea00;
  text-align: center;
  font-size: 60px;
  line-height: 66px;
}

.slogan-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.left-content-grid {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-46 {
  width: 100%;
}

.paragraph-20 {
  color: #000;
}

.paragraph-21 {
  color: #000;
  font-weight: 400;
}

.paragraph-22 {
  color: #000;
}

.call-to-action {
  background-color: #fae500;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-46 {
  text-align: center;
}

.button-7 {
  padding-top: 18px;
}

.button-8 {
  background-color: #191a1b;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
}

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

.paragraph-23 {
  color: #ffd000;
}

.heading-47 {
  color: #ffd000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.image-47 {
  width: 90%;
}

.div-block-33 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-48 {
  width: 14%;
}

.div-block-34 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.paragraph-24 {
  color: #f8f5f5;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: block;
}

.text-block-51 {
  color: #fff;
  line-height: 14px;
}

.section {
  background-image: url('../images/pps-solar-orignal-image---hero-section.png');
  background-position: 0 0;
  background-size: auto;
}

.heading-48 {
  color: #f7f2f2;
}

.section-2, .section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-9 {
  background-color: #f39f0e;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-35 {
  flex-flow: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-block-52 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.button-10 {
  color: #000;
  background-color: #fae500;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-53 {
  margin-bottom: 10px;
}

.text-block-54 {
  text-align: center;
  margin-bottom: 10px;
}

.heading-49 {
  font-size: 37px;
  line-height: 41px;
}

.list-item-3 {
  font-size: 30px;
  line-height: 36px;
}

.number-and-title-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.paragraph-25, .paragraph-26, .paragraph-27 {
  margin-bottom: 20px;
}

.bold-text-3 {
  font-weight: 400;
}

.text-block-55 {
  line-height: 25px;
}

.text-block-56 {
  line-height: 36px;
}

.text-block-57 {
  line-height: 30px;
}

.text-block-58 {
  font-weight: 700;
  line-height: 36px;
}

.list-2 {
  font-weight: 700;
}

.text-block-59 {
  line-height: 36px;
}

.heading-50 {
  font-size: 30px;
  line-height: 36px;
}

.heading-51 {
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
}

.heading-52 {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 41px;
}

.paragraph-28 {
  margin-bottom: 15px;
}

.paragraph-29 {
  padding-left: 30px;
}

.button-11 {
  background-color: #ffd000;
  margin-left: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-36 {
  width: 100%;
}

.section-4 {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  text-align: left;
}

.number {
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.address {
  color: #000;
  font-size: 20px;
  line-height: 20px;
}

.text-block-60 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}

.div-block-37 {
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .top-banner {
    flex-flow: row-reverse wrap;
  }

  .hero-right-content {
    flex-flow: column;
  }

  .rich-text-block {
    text-align: center;
    line-height: 0;
  }

  .heading {
    font-size: 50px;
    line-height: 45px;
  }

  .process-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .icon-and-text-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .review-card {
    justify-content: flex-start;
    align-items: center;
    width: 48%;
  }

  .review-cards-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: stretch;
  }

  .nav-menu.w--open {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    flex-flow: row-reverse;
    padding-top: 45px;
    display: block;
  }

  .nav-button-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .icon-7 {
    width: auto;
    height: auto;
  }

  .menu-button-2 {
    width: auto;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .about-us-footer-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .menu-button-3 {
    width: auto;
  }

  .heading-37 {
    font-size: 50px;
    line-height: 45px;
  }

  .heading-38 {
    font-size: 45px;
  }

  .button-4 {
    font-size: 26px;
  }

  .about-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-45 {
    font-size: 40px;
    line-height: 46px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .button-11 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-banner {
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
  }

  .top-banner-links {
    flex-flow: row-reverse wrap;
    justify-content: center;
  }

  .hero-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-right-content {
    flex-flow: column;
  }

  .heading {
    font-size: 40px;
  }

  .button {
    padding: 15px 5px;
  }

  .paragraph {
    font-size: 20px;
  }

  .process-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wrapper {
    grid-template-columns: 1fr;
    display: block;
  }

  .content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .text-block-4 {
    text-align: left;
  }

  .right-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 1200px;
    display: block;
  }

  .map-card {
    width: 100%;
    overflow: visible;
  }

  .image-4 {
    max-width: 1200px;
    height: 650px;
  }

  .floating-card {
    width: 100%;
    left: auto;
  }

  .bottom-features {
    grid-template-columns: 1fr 1fr;
  }

  .blog-section-grid {
    grid-template-columns: 1fr;
  }

  .review-container {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .review-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .review-cards-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .navbar-2 {
    display: block;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .grid-item-manual {
    padding-right: 0;
  }

  .bold-text {
    color: #fff;
    text-align: center;
    font-size: 15px;
  }

  .text-block-39 {
    text-align: center;
    display: flex;
  }

  .padding_small {
    padding: 1rem;
  }

  .heading-37 {
    font-size: 40px;
  }

  .heading-38 {
    font-size: 35px;
    line-height: 100%;
  }

  .button-4 {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .heading-39 {
    text-align: left;
    line-height: 66px;
  }
}

@media screen and (max-width: 479px) {
  .top-banner, .banner-container {
    flex-flow: row;
  }

  .why-us-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    width: 80%;
    display: flex;
  }

  .header-and-text-content {
    text-align: left;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-6 {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }

  .form-wrapper {
    flex-flow: row;
    align-items: center;
  }

  .service-area-section {
    overflow: visible;
  }

  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .left-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .heading-8 {
    text-align: center;
    font-size: 40px;
  }

  .accent-line {
    background-color: #f39f0e;
  }

  .paragraph-3 {
    text-align: center;
  }

  .map-card {
    aspect-ratio: auto;
    border-radius: 14px;
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
    align-items: center;
    width: 180px;
    max-width: 1200px;
    height: auto;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .image-4 {
    object-fit: cover;
    width: 180px;
    max-width: none;
    height: 650px;
    display: block;
    overflow: visible;
  }

  .floating-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    top: 24px;
    left: auto;
    right: auto;
  }

  .bottom-features {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .review-card {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .content {
    display: block;
  }

  .call-to-action-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dark-overlay {
    left: 0;
  }

  .footer-social-icons-group {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .quote-card {
    height: 650px;
    top: 5px;
  }

  .form-block-2 {
    width: 100%;
  }

  .heading-11 {
    font-size: 34px;
  }

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

  .div-block-turned-text-container {
    height: 100px;
  }

  .ix-link-wrapper {
    flex-flow: column;
    display: flex;
  }

  .paragraph_large.margin-bottom_none {
    line-height: 1em;
  }

  .accordion_toggle {
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
  }

  .heading-38 {
    width: 90%;
    font-size: 40px;
  }

  .about-us-hero-container {
    padding-left: 20px;
  }

  .heading-39 {
    text-align: left;
    font-size: 40px;
    line-height: 35px;
  }

  .about-us-section {
    padding: 40px 20px;
  }

  .about-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 2fr;
  }

  .content-block {
    align-items: flex-start;
  }

  .profile-card {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .profile-card-divider {
    width: 60%;
    left: auto;
  }

  .paragraph-18 {
    text-align: center;
  }

  .about-usfooter-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-us-footer-links {
    width: 150%;
    font-size: 11px;
  }

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

  .link-3 {
    display: block;
  }

  .home-page-faqs-section {
    padding-right: 40px;
  }

  .heading-45 {
    font-size: 30px;
    line-height: 36px;
  }

  .columns {
    flex-flow: column;
    align-items: center;
    display: block;
  }

  .grid {
    grid-template-columns: 1fr;
  }

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

  .the-team-right-content {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .paragraph-23, .heading-47 {
    text-align: center;
  }
}

#w-node-a8faefb6-e6ae-e426-f426-cb5a0d36eb94-8afe22f8.w-node-_24452e2a-f82c-efdd-0529-b021463c4b41-109ad40d {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-a8faefb6-e6ae-e426-f426-cb5a0d36eb94-8afe22f8.w-node-_24452e2a-f82c-efdd-0529-b021463c4b41-109ad40d {
    justify-self: center;
  }
}


