.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.button-1 {
  color: #09af94;
  background-image: linear-gradient(113deg, rgba(67, 218, 67, .7), #4454fe);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-property: none;
}

.button-1:hover {
  transform: scale(1.05);
}

.nav-bar-link {
  height: 40px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-bar-link.w--current {
  color: #73ce50;
}

.text-block-12 {
  color: #000;
  font-size: 13px;
}

.section-tag-line {
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, .79) 99%, rgba(255, 255, 255, .8));
  flex: 1;
  margin-left: 20px;
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-image: linear-gradient(120deg, #60d5f8 18%, #1f8bc9 100%, #282c67);
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-style: none;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button-content:hover {
  color: #fff;
}

.burger {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5px;
  display: flex;
}

.section-title-container {
  width: 46%;
  max-width: 450px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.text-span-2 {
  color: #000;
  -webkit-text-stroke-color: #000;
}

.footer-container-2 {
  max-width: 1400px;
  color: #fff;
  flex: 1;
  justify-content: space-between;
  font-size: 12px;
  display: flex;
}

.text-block-17 {
  color: #000;
  font-size: 17px;
}

.solar_panel_image-2 {
  max-height: none;
  max-width: 120%;
  object-fit: fill;
  margin: 10px 23px 10px 10px;
  padding: 13px;
  display: inline-block;
}

.webflow-partner-badge {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  order: 1;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin: 39px;
  padding: 34px;
  display: block;
  position: relative;
}

.marquee-horizontal-alt-css {
  order: 0;
}

.grid-2 {
  align-self: auto;
}

.service-card-2 {
  background-color: #00ebff;
  background-image: linear-gradient(144deg, #1ad1e0, rgba(68, 84, 254, .14));
  flex: 1;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px 10px;
  transition: all .4s;
}

.service-card-2:hover {
  background-color: rgba(68, 84, 254, .1);
}

.service-cards-wrapper-2 {
  grid-column-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.service-card-list-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
}

.button-text {
  align-items: center;
  display: flex;
}

.track-horizontal-alt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-top: 2px solid #9c9393;
  border-bottom: 2px solid #9c9393;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: baseline;
  align-items: flex-start;
  margin: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.contact-form-container {
  width: 50%;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  padding: 2px;
  display: flex;
}

.faq-answer {
  color: #000;
  padding-left: 10px;
  font-size: 12px;
}

.text-block-16 {
  color: #000;
  font-size: 17px;
}

.section-title {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}

.text-block-15 {
  color: #000;
  -webkit-text-stroke-color: #fff;
  font-size: 17px;
}

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

.faq-card {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.projects-wrapper {
  margin-bottom: 0;
  padding: 0 5vw;
  position: relative;
  overflow: hidden;
}

.navbar-3 {
  z-index: 999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-block-9 {
  color: #000;
}

.project-thumbnail-container {
  width: 300px;
  height: auto;
  clear: none;
  text-align: left;
  border-top: 2px #9c9393;
  border-bottom: 2px #9c9393;
  border-right: 2px solid rgba(156, 147, 147, .95);
  flex: none;
  align-self: stretch;
  margin: 0;
  padding: 0 20px 0 8px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.service-card-title {
  color: #000;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-8 {
  color: #000;
  font-size: 14px;
}

.div-block-11 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin: 5px;
  padding: 6px;
  display: flex;
}

.bold-text-10 {
  color: #000;
}

.home-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.home-2:hover {
  color: #fff;
}

.home-2.footer {
  background-color: rgba(0, 0, 0, 0);
  flex: none;
}

.home-2.footer.w--current {
  font-size: 18px;
}

.section-tag-container {
  width: 100%;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1em;
  display: flex;
}

.faq-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.heading-18 {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  font-size: 20px;
  display: inline;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, rgba(255, 111, 76, .1), rgba(255, 111, 76, 0));
  margin-bottom: 11px;
}

.section-wrapper.glow-3 {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  margin-bottom: 11px;
  padding: 0 5vw;
}

.section-wrapper.glow-2 {
  background-image: radial-gradient(circle closest-corner at 100%, rgba(68, 84, 254, .1), rgba(68, 84, 254, 0));
  margin-bottom: 11px;
}

.footer-wrapper {
  height: 120px;
  background-color: rgba(255, 255, 255, .05);
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-9 {
  margin-top: 115px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 8px;
  padding: 22px;
  display: block;
}

.hero-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-10 {
  color: #000;
  font-size: 14px;
}

.process-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-answer-container {
  background-color: rgba(255, 255, 255, .05);
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

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

.section-container {
  max-width: 1400px;
  flex: 1;
}

.section-container.faqs {
  padding-top: 10px;
}

.section-container.service {
  max-width: 1400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-self: auto;
  padding-top: 25px;
  display: block;
}

.section-container.hero {
  color: #4b4b4b;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  margin: 5px;
  padding: 0 20px;
  display: flex;
}

.section-container.contact {
  color: #926c6c;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 100px;
}

.navigation-container {
  max-width: 1400px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.magnetic-element {
  text-align: center;
  border: 1px #bcbbcc;
  padding: 10px;
}

.faq-toggle {
  width: 100%;
  height: 75px;
  color: #fff;
  white-space: break-spaces;
  background-color: rgba(129, 238, 88, .58);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.faq-toggle.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-container {
  flex-direction: column;
  display: none;
}

.section-3 {
  position: relative;
}

.marquee-horizontal {
  text-align: left;
  border-top: 5px #000;
  flex-flow: column;
  align-items: flex-start;
  margin: 0 0 10px;
  display: flex;
}

.hero-paragraph {
  width: 550px;
  color: #000;
  -webkit-text-stroke-color: #b20202;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: -87px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
}

.image-5 {
  max-width: 75%;
}

.hero-content-conatiner {
  max-width: 560px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin: 21px 21px 0;
  padding: 10px 10px 0;
  display: flex;
}

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

.service-card-paragraph {
  color: #000;
  margin-bottom: 15px;
  font-size: 12px;
}

.list-3 {
  flex: 1;
  align-self: auto;
  margin: 8px;
  padding: 3px;
  list-style-type: none;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-menu-2 {
  margin-right: -10px;
  display: flex;
}

.list-item-5 {
  margin-bottom: 27px;
}

.navigation-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.faq-wrapper {
  width: 50%;
  grid-row-gap: 5px;
  flex-direction: column;
}

.contact-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.image-6 {
  max-width: 45%;
  margin-left: 311px;
  display: block;
}

.burger-line {
  width: 20px;
  background-color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.burger-line.bl-mid {
  width: 15px;
}

.text-block-5 {
  width: auto;
  color: #000;
  text-align: left;
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  display: flex;
}

.toggle-text {
  z-index: 2;
  color: #000;
  font-size: 16px;
  position: relative;
}

.text-block-13 {
  font-size: 13px;
}

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

.menu-button-2 {
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 15px;
  display: none;
}

.menu-button-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.container-faq {
  margin: 13px;
}

.text-box {
  display: block;
}

.faq-open-button {
  width: 100%;
  height: 75px;
  color: #000;
  background-color: rgba(129, 238, 88, .58);
  font-size: 17px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.faq-close-button {
  width: 200px;
  color: #000;
  text-align: left;
  background-color: rgba(129, 238, 88, .58);
  margin-left: 73px;
  font-size: 17px;
  position: static;
}

.solar_panel_image_3 {
  max-height: 150%;
  max-width: 150%;
}

.youtube {
  max-height: 433.872px;
  max-width: 500px;
  justify-content: center;
  align-items: center;
  margin-left: 150px;
  display: flex;
}

.image-7 {
  max-width: 50%;
  object-fit: fill;
  margin-top: -56px;
  margin-bottom: 0;
}

.text-block-18 {
  color: #000;
}

.faq-container-2 {
  flex-direction: column;
  display: flex;
}

.image-8 {
  max-width: 70px;
  object-fit: fill;
  display: block;
}

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

.image-9 {
  max-width: 11%;
}

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

.image-10, .image-11 {
  max-height: 100px;
  max-width: 100px;
}

.image-12, .image-13 {
  max-height: 300px;
  max-width: 300px;
}

.bold-text-12 {
  font-size: 15px;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .solar_panel_image-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
    position: static;
  }

  .webflow-partner-badge {
    flex: 1;
    align-self: center;
    margin: 39px;
    padding: 34px;
  }

  .service-card-2 {
    padding: 55px;
  }

  .home-2.footer {
    background-color: rgba(0, 0, 0, 0);
    flex: none;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-container.hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    display: flex;
  }

  .service-card-paragraph {
    font-size: 16px;
  }

  .image-6 {
    max-width: 50%;
    flex: none;
    margin-left: 115px;
  }

  .text-box {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .button-content {
    font-size: 17px;
  }

  .webflow-partner-badge {
    max-width: 100%;
    flex: 1;
    align-self: center;
    margin: 39px;
    padding: 34px;
  }

  .service-card-2 {
    font-size: 15px;
  }

  .navbar-3 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .project-thumbnail-container {
    text-align: left;
    align-self: stretch;
  }

  .service-card-title {
    font-size: 26px;
  }

  .home-2.footer {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-title {
    font-size: 42px;
  }

  .section-container.hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .hero-content-conatiner {
    max-width: 620px;
  }

  .service-card-paragraph {
    font-size: 15px;
  }

  .image-6 {
    max-width: 50%;
    margin-left: 174px;
  }
}

@media screen and (min-width: 1920px) {
  .section-title-container {
    max-width: 530px;
  }

  .webflow-partner-badge {
    max-width: 100%;
    flex: 1;
    order: 1;
    align-self: center;
    margin: 39px;
    padding: 34px;
    position: relative;
  }

  .service-card-2 {
    padding: 60px;
  }

  .contact-form-container {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .section-title {
    font-size: 40px;
  }

  .projects-wrapper {
    margin-bottom: 0;
  }

  .project-thumbnail-container {
    width: auto;
    flex: 1;
    margin: 0;
    padding: 8px 20px 8px 8px;
  }

  .home-2.footer {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-18 {
    font-size: 42px;
  }

  .section-wrapper.glow-3 {
    background-color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  }

  .bold-text-6 {
    font-size: 22px;
    font-weight: 400;
  }

  .section-container.hero {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-wrapper {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .image-6 {
    max-width: 60%;
    margin-left: 159px;
    padding: 80px;
  }

  .text-block-5 {
    flex-wrap: wrap;
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .button-1:hover {
    transform: none;
  }

  .nav-bar-link {
    height: auto;
    background-color: rgba(20, 21, 32, 0);
    justify-content: flex-start;
    margin-left: 0;
    padding: 20px 2.5vw;
    font-size: 18px;
    font-weight: 500;
  }

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

  .burger {
    background-color: #fff;
  }

  .section-title-container {
    font-size: 15px;
  }

  .solar_panel_image-2 {
    display: none;
  }

  .webflow-partner-badge {
    width: 160px;
    height: 160px;
    padding: 20px;
  }

  .service-card-2 {
    width: 700px;
    padding: 10px 25px 0;
  }

  .service-card-2:hover {
    background-color: rgba(68, 84, 254, 0);
  }

  .service-cards-wrapper-2 {
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-card-list-2 {
    font-size: 14px;
  }

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

  .faq-answer {
    width: 320px;
    max-width: 320px;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-4 {
    flex: 1;
    margin: 2px;
    overflow: hidden;
  }

  .section-title {
    font-size: 26px;
  }

  .bold-text-9 {
    font-size: 14px;
  }

  .navbar-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-thumbnail-container {
    margin-left: 1px;
    margin-right: 29px;
    padding-top: 0;
  }

  .service-card-title {
    font-size: 20px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 1em;
  }

  .home-2.footer.w--current {
    font-size: 18px;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

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

  .footer-wrapper {
    height: 120px;
    margin-top: -120px;
  }

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

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

  .faq-answer-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-6 {
    font-size: 14px;
  }

  .section-container.faqs, .section-container.service {
    padding-top: 0;
  }

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

  .section-container.contact {
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .navigation-container {
    color: #fff;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .hero-paragraph {
    width: 700px;
    text-align: left;
    padding-left: 40px;
    font-size: 14px;
  }

  .hero-content-conatiner {
    max-width: 500px;
    padding-bottom: 0;
  }

  .text-block-14 {
    text-align: center;
    margin-left: 60px;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .nav-menu-2 {
    background-color: #2c2d37;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding: 20px 0 20px 2.5vw;
  }

  .image-3 {
    flex: 1;
    margin: 3px;
    overflow: hidden;
  }

  .navigation-wrapper {
    padding-right: 0;
  }

  .image-6 {
    margin-left: 167px;
  }

  .burger-line {
    background-color: #000;
  }

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

  .toggle-text {
    padding-top: 10px;
    font-size: 14px;
  }

  .menu-button-2 {
    display: flex;
  }

  .youtube {
    width: 80%;
    height: 200px;
    margin-left: 0;
  }

  .image-7 {
    max-width: 500px;
    margin-top: 0;
  }

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

  .faq-container-2 {
    width: 100%;
    min-width: 0;
  }

  .image-12, .image-13, .image-14 {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .button-1 {
    padding: 1px;
  }

  .nav-bar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .button-content {
    padding: 16px 20px;
    font-size: 15px;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .webflow-partner-badge {
    display: none;
  }

  .service-card-2 {
    width: 500px;
    margin-top: 0;
    padding: 10px 40px;
  }

  .service-cards-wrapper-2 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-card-list-2 {
    font-size: 14px;
    line-height: 1.6em;
  }

  .contact-form-container {
    width: 100%;
  }

  .faq-answer {
    font-size: 14px;
  }

  .section-title {
    font-size: 24px;
  }

  .bold-text-9 {
    font-size: 14px;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .project-thumbnail-container {
    margin-left: 0;
    margin-right: 30px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

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

  .process-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.faqs {
    padding-top: 75px;
  }

  .section-container.service {
    max-width: 500px;
  }

  .section-container.hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-container.contact {
    padding-top: 75px;
    padding-bottom: 160px;
  }

  .hero-paragraph {
    width: 500px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 60px;
    font-size: 14px;
  }

  .hero-content-conatiner {
    max-width: 470px;
    grid-row-gap: 16px;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .nav-menu-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .contact-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .image-6 {
    margin-left: 130px;
  }

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

  .image-7 {
    max-width: 400px;
  }

  .div-block-14 {
    margin-right: 0;
    padding-right: 0;
  }

  .image-12, .image-13 {
    max-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .button-1 {
    text-align: center;
  }

  .nav-bar-link {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .text-block-12 {
    width: 320px;
    padding-bottom: 20px;
    padding-left: 100px;
  }

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

  .section-title-container {
    width: 470px;
  }

  .text-span-2 {
    padding-left: 20px;
    font-size: 28px;
  }

  .footer-container-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
  }

  .service-card-2 {
    width: 400px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 30px;
  }

  .service-cards-wrapper-2 {
    max-width: 300px;
    padding-left: 0;
  }

  .service-card-list-2 {
    max-width: 300px;
    margin-left: 0;
    margin-right: 60px;
    font-size: 14px;
  }

  .button-text {
    text-align: center;
    font-size: 13.5px;
    overflow: auto;
  }

  .track-horizontal-alt {
    font-size: 16px;
  }

  .faq-answer {
    width: 340px;
    max-width: none;
    margin-left: 40px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-title {
    margin-left: 60px;
    padding-left: 40px;
    font-size: 18px;
  }

  .faq-card {
    padding-left: 20px;
  }

  .projects-wrapper {
    padding-bottom: 0;
  }

  .service-card-title {
    width: 260px;
    max-width: none;
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .text-block-8 {
    max-width: 300px;
    margin-left: 100px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
  }

  .div-block-11 {
    flex-wrap: wrap;
  }

  .section-tag-container {
    margin-bottom: 30px;
    padding-left: 40px;
  }

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

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-wrapper {
    height: 150px;
    margin-top: -150px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-9 {
    margin-top: 140px;
  }

  .div-block-12 {
    padding-bottom: 40px;
  }

  .text-block-10 {
    margin-left: 60px;
    margin-right: 40px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .faq-answer-container {
    padding: 20px 20px 10px;
    font-size: 14px;
  }

  .section-container.faqs {
    padding-top: 10px;
  }

  .section-container.service {
    flex: 1;
  }

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

  .section-container.contact {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .magnetic-element {
    margin: 0;
    overflow: auto;
  }

  .faq-toggle {
    margin-left: 20px;
  }

  .hero-paragraph {
    width: 300px;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 14px;
  }

  .hero-content-conatiner {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-block-14 {
    text-align: center;
    margin-left: 100px;
    padding-left: 10px;
  }

  .service-card-paragraph {
    width: 80%;
    max-width: 88%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 100px;
    font-size: 14px;
  }

  .nav-menu-2 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .image-6 {
    max-width: 100%;
    margin-left: 3px;
  }

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

  .toggle-text {
    width: 360px;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 10px;
    font-size: 14px;
  }

  .faq-close-button {
    margin-left: 19px;
    padding-left: 0;
    padding-right: 0;
  }

  .youtube {
    width: 100%;
    height: 200px;
    max-width: 260px;
    margin-left: 0;
  }

  .image-7 {
    width: 80%;
    max-width: 100%;
  }

  .text-block-18 {
    width: 300px;
    text-align: center;
    font-size: 14px;
  }

  .image-8 {
    display: none;
    overflow: hidden;
  }

  .image-9 {
    margin-left: 40px;
  }

  .div-block-14 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .image-12, .image-13 {
    width: 260px;
    max-width: 340px;
  }

  .bold-text-11 {
    text-align: center;
    margin-left: 10px;
    font-size: 10px;
  }

  .image-14 {
    max-width: 80%;
    padding-left: 10px;
  }

  .image-15 {
    max-width: 70%;
    margin-left: 60px;
  }

  .image-16 {
    margin-left: 20px;
  }

  .image-17 {
    max-width: 80%;
    padding-left: 60px;
  }

  .image-18 {
    max-width: 80%;
    padding-right: 40px;
  }

  .image-19 {
    max-width: 80%;
  }
}

#w-node-c5cf6cf9-14bf-3746-d3f7-00f237904ec8-844ad74b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


