/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Vars
# Global
# Navigation
# Home
# The Process
# Our Story
# FAQ
# Contact
# Products
# Woocommerce
# Animated Elements
# Footer
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Vars
--------------------------------------------------------------*/

:root {
  --blue: #2f30cf;
  --lime: #caf21b;
  --teal: #00deb5;
  --red: #ff4c00;
  --yellow: #fec502;
  --grey: #ccc;
  --light-grey: #f0f0f0;
  --animate-delay: 0.5s;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
  font-family: "Outfit", sans-serif;
  overflow-x: hidden !important;
  color: #000;
}

h2 {
  font-size: 32px;
  margin: 0;
  line-height: 1.2;
}

h3 {
  color: var(--blue);
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

p {
  line-height: 1.4;
  margin: 15px 0;
}

a,
a:active,
a:focus {
  outline: none;
}

a,
a:visited {
  color: var(--blue);
  text-decoration: none;
}

ul,
ol {
  margin: 15px 0;
  padding-left: 22px;
  line-height: 1.4;
}

#page {
  overflow-x: hidden !important;
}

.post,
.page {
  margin: 0;
}

.home .entry-header,
.entry-footer {
  display: none;
}

.entry-content,
.hentry {
  margin: 0;
}

/*body:not(.home) #primary {
	margin-top: 130px;
}*/

.page article > .entry-content,
.error-404.not-found {
  margin: 70px 0 30px;
}

.error-404.not-found {
  text-align: center;
}

.woocommerce-page:not(.woocommerce-checkout) #primary {
  margin-top: 150px;
}

.max-width {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.center {
  text-align: center;
}

.button,
a.button,
body .gform_wrapper.gravity-theme .gform_footer input,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
body .woocommerce a.button,
.woocommerce .woocommerce-message .button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 30px;
  padding: 8px 30px;
  font-size: 17px;
  text-shadow: none;
  box-shadow: none;
  font-weight: 600;
  border: none;
  line-height: 1.4 !important;
  transition: 0.35s ease all;
}

.button.lime {
  background-color: var(--lime);
  color: var(--blue);
}

.button.lime:hover {
  background-color: var(--blue);
  color: var(--lime);
}

.button.blue,
a.button,
body .gform_wrapper.gravity-theme .gform_footer input,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
body .woocommerce a.button,
.woocommerce .woocommerce-message .button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: var(--blue);
  color: var(--lime);
}

.button.blue:hover,
a.button:hover,
body .gform_wrapper.gravity-theme .gform_footer input:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
body .woocommerce a.button:hover,
.woocommerce .woocommerce-message .button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order:hover {
  background-color: var(--lime);
  color: var(--blue);
}

a.cfw-remove-item-button {
  background-color: var(--cfw-buttons-secondary-background-color);
  color: var(--cfw-body-link-color) !important;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#masthead {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 15px 0;
  transition: 0.35s ease all;
}

.woocommerce-page #masthead,
#masthead.scroll {
  background-color: var(--blue);
}

#masthead .max-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#site-navigation {
  float: right;
  width: auto;
}

.site-branding {
  position: relative;
  float: left;
}

.logo {
  display: block;
  max-width: 100px;
  transition: 0.35s ease all;
}

.woocommerce-page #masthead .logo,
#masthead.scroll .logo {
  max-width: 65px;
}

#primary-menu {
  align-items: center;
}

.main-navigation li {
  position: relative;
  margin-left: 40px;
}

.main-navigation a {
  color: #fff;
  transition: 0.35s ease all;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a,
.single-post .main-navigation .menu-item-76 a {
  color: var(--lime) !important;
}

.main-navigation .button.lime {
  padding: 6px 22px;
}

.main-navigation .button.lime a {
  color: var(--blue) !important;
  padding: 0;
}

.main-navigation .button.lime:hover a {
  color: var(--lime) !important;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.landing {
  background-color: var(--blue);
  height: 100vh;
  clip-path: circle(2000px at 49% calc(100% - 2000px));
  min-height: 735px;
  position: relative;
  transform: translateZ(0);
}

.landing .wrap {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 5;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.landing h1 {
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
  font-size: 65px;
  line-height: 1.1;
  /*max-width: 685px;*/
  max-width: 760px;
}

.landing h1 span:nth-child(2) {
  font-weight: 600;
  color: var(--lime);
}

.landing h1 span:nth-child(4) {
  font-weight: 600;
}

.landing h2 {
  color: var(--lime);
  font-size: 45px;
  font-weight: 500;
  margin: 20px 0;
}

.landing .button.lime:hover {
  background-color: #fff;
  color: var(--blue);
}

.parallax-container {
  position: relative;
  height: 100vh;
  min-height: 735px;
  overflow: hidden;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  z-index: -1;
}

.products-carousel {
  margin: 80px 0 0;
  position: relative;
  z-index: 5;
}

.lime-product {
  text-align: center;
  padding: 0 50px 60px;
  margin-top: 130px;
  border-radius: 45px;
  transition: 0.35s ease all;
}

.lime-product.slick-current {
  background-color: var(--blue);
  color: #fff;
}

.lime-product .product-icons {
  position: relative;
  max-width: 180px;
  margin: 0 auto;
}

.lime-product .product-icon {
  height: 130px;
  object-fit: contain;
  max-width: 180px;
  object-position: bottom;
  margin: 0 auto 25px;
}

.lime-product.slick-current .product-icon {
  margin-top: -90px;
}

.lime-product .product-logos {
  position: relative;
  min-height: 90px;
}

.lime-product .product-logo,
.lime-product .product-logo-selected {
  margin: 0 auto 15px;
  max-height: 84px;
  object-fit: contain;
  object-position: top;
  transition: 0.35s ease all;
}

.lime-product .product-logo {
  opacity: 1;
}

.lime-product.slick-current .product-logo {
  opacity: 0;
}

.lime-product .product-logo-selected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.lime-product.slick-current .product-logo-selected {
  opacity: 1;
}

.lime-product .product-price {
  font-size: 25px;
  font-weight: 600;
}

.lime-product p {
  margin: 6px auto 30px;
  line-height: 1.3;
  font-weight: 300;
  max-width: 175px;
}

.lime-product a:not(.button) {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  text-decoration: none;
}

.lime-product .button.lime:hover {
  background-color: #fff;
  color: var(--blue);
}

.lime-product .product-info {
  display: none;
}

.lime-product .product-info ul,
.lime-product .product-info p {
  text-align: left;
  margin-top: 5px;
}

.lime-product.slick-current .product-info {
  display: block;
}

.lime-product .product-info .dlay-period {
  display: none;
}

.lime-product .product-price-additional {
  color: var(--blue);
  font-size: 22px;
  font-weight: 500;
}

/*.home .lime-product .product-price-additional,*/
.lime-product.slick-current .product-price-additional,
.lime-product .product-price-additional .dlay-period {
  display: none;
}

.slick-prev,
.slick-next {
  cursor: none;
  width: 27px;
  height: 27px;
  padding: 0;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.product-slider .slick-prev,
.product-slider .slick-next {
  top: 230px;
}

.product-slider .slick-prev {
  left: 0;
}

.product-slider .slick-next {
  right: 0;
}

.product-slider .slick-slider div {
  transition: none;
}

.home-process {
  background-color: var(--lime);
  position: relative;
  text-align: center;
  margin: 50px 0 150px;
}

.home-process::before,
.home-process::after {
  content: "";
  position: absolute;
  width: 110%;
  left: -5%;
  height: 120px;
  background-color: inherit;
  clip-path: ellipse(50% 120px at 50% 100%);
  transform: translateZ(0);
}

.home-process::before {
  top: -120px;
}

.home-process::after {
  bottom: -120px;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.home-process .max-width {
  position: relative;
  z-index: 10;
}

.home-process .flex {
  padding-top: 80px;
  z-index: 3;
  position: relative;
}

.home-process .step {
  width: 23%;
  text-align: center;
  margin: 2% 0;
}

.home-process .step span {
  width: 125px;
  height: 125px;
  display: block;
  background-color: var(--blue);
  border-radius: 50%;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding: 18px;
  margin: 0 auto;
  position: relative;
  top: 0;
  transition: 0.35s ease all;
}

.home-process .step:hover span {
  top: -15px;
}

.home-process .step h3 {
  margin: 22px 0 5px;
}

.home-process .step p {
  margin: 5px auto;
  max-width: 200px;
  color: var(--blue);
  font-size: 18px;
}

.home-process .step:nth-child(2),
.home-process .step:nth-child(3) {
  margin-top: -30px;
}

.home-process .button {
  margin-top: 20px;
}

.home-process .button.blue:hover {
  background-color: #fff;
}

.testimonials-carousel {
  position: relative;
  z-index: 10;
  padding: 60px 0;
}

.testimonials-carousel .max-width {
  text-align: center;
  margin-bottom: 30px;
}

.testimonials-slider .slick-track {
  display: flex;
  padding: 25px 0 65px;
}

.testimonial {
  padding: 50px 50px 80px;
  border-radius: 45px;
  background-color: #9b9e9b;
  opacity: 0.4;
  margin: 0 8px;
  height: auto;
  position: relative;
  min-height: 400px;
  top: 0;
  transition: 0.35s ease all;
}

.testimonial.slick-current {
  background-color: var(--blue);
  opacity: 1;
  top: 40px;
}

.testimonial p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.testimonial span {
  color: #fff;
  display: block;
  margin-top: 30px;
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  bottom: 50px;
}

.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
  top: 101%;
  left: calc(65% - 3px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonials-slider .slick-next {
  left: calc(65% + 30px);
}

.featured-faq {
  text-align: center;
  margin: 80px 0 0;
  position: relative;
  z-index: 2;
}

.featured-faq .flex {
  margin: 0 -7px 18px;
}

.featured-faq .flex .slick-list {
  padding: 30px 0 35px;
}

.featured-faq .slick-list,
.featured-faq .slick-track {
  display: flex;
}

.featured-faq .slick-prev,
.featured-faq .slick-next {
  top: 101%;
  left: auto;
  right: 26px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.featured-faq .slick-next {
  right: -7px;
  left: auto;
}

.faq-block {
  padding: 36px;
  border-radius: 45px;
  margin: 7px;
  text-align: left;
  position: relative;
  top: 0;
  transition: 0.35s ease all;
}

.faq-block:hover {
  top: -20px;
}

.faq-block:nth-child(4n + 1) {
  background-color: var(--lime);
}

.faq-block:nth-child(4n + 2) {
  background-color: var(--teal);
}

.faq-block:nth-child(4n + 3) {
  background-color: var(--red);
}

.faq-block:nth-child(4n + 4) {
  background-color: var(--yellow);
}

.faq-block h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

a.read-more {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: block;
}

.faq-block:nth-child(4n + 2) :is(h4, p, a),
.faq-block:nth-child(4n + 3) :is(h4, p, a) {
  color: #fff;
}

/*--------------------------------------------------------------
# The Process
--------------------------------------------------------------*/

.landing.secondary h2 {
  margin-top: 0;
}

.parallax-container.secondary {
  height: 550px;
  min-height: unset;
}

.section {
  overflow: hidden;
}

.steps-slider .container {
  padding-right: 50px;
}

.steps-slider .items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  list-style: none;
  padding-top: 145px;
  padding-left: calc(50% - 50px);
  position: relative;
}

.steps-slider .items::before {
  content: "Start the journey";
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
  width: 155px;
  display: block;
  position: absolute;
  left: calc(50% - 275px);
  top: 170px;
  text-align: right;
}

.process-step.item {
  min-width: 600px;
  background-color: var(--light-grey);
  display: flex;
  flex-wrap: wrap;
  padding: 50px 40px 50px 80px;
  border-radius: 40px;
  margin: 0 35px;
  justify-content: space-between;
  align-content: flex-start;
  position: relative;
}

.process-step span {
  width: 105px;
  height: 105px;
  display: block;
  background-color: var(--blue);
  border-radius: 50%;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  padding: 13px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: -52.5px;
  top: 30px;
}

.process-step h4 {
  margin: 0;
  color: var(--blue);
  font-size: 29px;
  font-weight: 600;
  line-height: 1.2;
}

.get-it-now {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 13px;
  display: block;
}

.process-info {
  width: 45%;
  position: relative;
  z-index: 2;
}

.process-image {
  width: 48%;
}

.process-image img {
  display: block;
}

.process-step.item:first-child .process-image {
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}

.step-five {
  background-color: var(--lime);
  text-align: center;
  padding: 0 0 80px;
  margin-top: 150px;
  position: relative;
}

.step-five::before {
  content: "";
  position: absolute;
  width: 110%;
  left: -5%;
  top: -75px;
  height: 80px;
  background-color: inherit;
  clip-path: ellipse(50% 80px at 50% 100%);
  transform: translateZ(0);
}

.step-five .max-width {
  position: relative;
  z-index: 5;
}

.step-five p {
  margin-top: 2px;
}

.left.process-cloud {
  bottom: auto;
  top: -150px;
}

.right.top.process-cloud {
  top: 50px;
}

.right.bottom.process-cloud {
  bottom: -28px;
}

.step-six {
  margin: 100px 0 250px;
  position: relative;
  z-index: 3;
  min-height: 487px;
}

.step-six .process-step span {
  width: 105px;
  height: 105px;
  display: block;
  background-color: var(--blue);
  border-radius: 50%;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  padding: 13px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.process-step.six {
  position: relative;
  width: 37%;
}

.process-info.six {
  padding-left: 135px;
  padding-top: 25px;
  width: 100%;
}

.process-info.six h4 {
  max-width: 300px;
}

.process-info.six p {
  max-width: 260px;
}

.process-info.six .button {
  margin-top: 12px;
}

.process-image.six {
  width: 63%;
  position: relative;
}

.installation-illustration {
  position: absolute;
}

.installation-illustration img.base-image {
  width: 60vw;
  max-width: unset;
}

.installation-illustration img.overlay-image {
  position: absolute;
  display: none;
  pointer-events: none;
}

.part-1 .overlay-image {
  width: 9.2vw;
  top: -7.4%;
  left: 31.45%;
}

.part-2 .overlay-image {
  width: 7.8vw;
  top: 26.1%;
  left: 11.1%;
}

.part-3 .overlay-image {
  width: 11.8vw;
  top: 32.9%;
  left: 29.85%;
}

.part-4 .overlay-image {
  width: 7.95vw;
  top: 42%;
  left: 5%;
}

.part-5 .overlay-image {
  width: 3.6vw;
  top: 66.4%;
  left: 18.1%;
}

.part-6 .overlay-image {
  width: 8.5vw;
  top: 56.3%;
  left: 33.65%;
}

.extra-info {
  background-color: var(--lime);
  padding: 28px 28px 15px;
  border-radius: 35px;
  max-width: 220px;
  float: right;
  position: absolute;
  z-index: 2;
  right: 18%;
  top: 33%;
  display: none;
}

.extra-info h3 {
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 15px;
}

.extra-info p {
  font-size: 10px;
  margin-top: -10px;
}

.process-image.six span {
  background-color: var(--blue);
  color: var(--lime);
  border-radius: 30px;
  padding: 9px 25px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-left: 4%;
}

.step-seven {
  background-color: var(--blue);
  padding: 20px 0;
  color: #fff;
  position: relative;
  margin: 150px 0;
}

.step-seven::before,
.step-seven::after {
  content: "";
  position: absolute;
  width: 110%;
  left: -5%;
  height: 80px;
  background-color: inherit;
  clip-path: ellipse(50% 80px at 50% 100%);
  transform: translateZ(0);
}

.step-seven::before {
  top: -75px;
}

.step-seven::after {
  bottom: -75px;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.step-seven .max-width {
  position: relative;
  z-index: 5;
}

.step-seven h3 {
  color: var(--lime);
}

.step-seven p {
  max-width: 450px;
  margin: 5px auto 0;
}

/*--------------------------------------------------------------
# Our Story
--------------------------------------------------------------*/

.our-story:not(.landing) {
  margin: 80px 0 220px;
}

.story-left {
  width: 34%;
}

.story-left h3 {
  color: #000;
  max-width: 315px;
  margin-bottom: 25px;
}

.story-left .button {
  margin: 7px 0;
}

.story-left .button:nth-of-type(2n + 2) {
  background-color: transparent;
  border: 2px solid var(--blue);
  color: var(--blue);
  padding: 6px 28px;
}

.story-left .button:nth-of-type(2n + 2):hover {
  background-color: var(--lime);
  border-color: var(--lime);
  color: var(--blue);
}

.story-right {
  width: 63%;
  position: relative;
  z-index: 3;
}

.our-story + .home-process {
  margin-bottom: 210px;
}

.our-story + .home-process .flex {
  padding-top: 30px;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-posts {
  text-align: center;
  margin: 80px auto;
  position: relative;
}

.category-tabs {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  background-color: var(--light-grey);
  border-radius: 30px;
}

.category-tab {
  position: relative;
  margin: 5px;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
}

.category-tab a {
  display: block;
  padding: 12px 20px;
  color: #9b9e9b;
  letter-spacing: 0.4px;
  transition: color 0.3s ease;
}

.category-tab.selected a {
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
}

.sliding-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50%;
  height: calc(100% - 10px);
  background-color: var(--lime);
  z-index: 0;
  border-radius: 30px;
  transition: transform 0.3s ease, width 0.3s ease;
}

.article-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33% - 11px));
  grid-gap: 20px;
  justify-content: space-between;
}

a.article-guide {
  color: #000;
  text-align: left;
  margin-bottom: 22px;
}

.article-guide .overflow {
  border-radius: 40px;
  overflow: hidden;
}

.article-guide img {
  display: block;
  height: 175px;
  object-fit: contain;
  width: 100%;
}

.article-guide h4 {
  font-size: 21px;
  font-weight: 500;
  margin: 20px 0 5px;
  padding: 0 30px;
}

.article-guide .read-more {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  display: block;
  padding: 0 30px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 10px));
  grid-gap: 20px;
  justify-content: space-between;
}

.video-grid .video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.video-grid .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.faq-right-container {
  width: calc(60% - 30px);
  margin-left: 30px;
}

.ui-accordion-header,
.accordion-header-link {
  background-color: var(--light-grey);
  margin: 0 0 17px;
  border-radius: 30px;
  padding: 20px 65px 20px 40px;
  color: #000;
  font-size: 21px;
  text-align: left;
  position: relative;
  display: block;
  z-index: 2;
  transition: 0.35s ease all;
}

.ui-accordion-header.ui-accordion-header-active {
  background-color: var(--blue);
  color: #fff;
}

.ui-accordion-header::after,
.accordion-header-link::after {
  content: "+";
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--blue);
  width: 35px;
  height: 35px;
  text-align: center;
  color: var(--lime);
  font-size: 28px;
  border-radius: 50%;
  font-weight: 400;
  padding: 0.5px;
  line-height: 1.1;
  transition: 0.35s ease all;
}

.ui-accordion-header.ui-accordion-header-active::after {
  content: "-";
  background-color: var(--lime);
  color: var(--blue);
}

.accordion-content {
  text-align: left;
  background-color: #e0e0f8;
  padding: 55px 50px 35px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
  top: -45px;
  z-index: 0;
}

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

.faq-content p {
  text-align: left;
}

.faq-search {
  background-color: var(--lime);
  border-radius: 45px;
  padding: 50px 50px 60px;
  text-align: left;
  width: 40%;
}

.faq-search h2 {
  font-size: 40px;
  line-height: 1.1;
}

.faq-search p {
  max-width: 300px;
  margin: 20px 0;
}

#faq-search-input {
  font-family: "Outfit", sans-serif;
  border: none;
  color: #000;
  border-radius: 40px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  margin: 10px 0 20px;
  outline: none;
}

a.button.filter-faq:hover {
  background-color: #fff;
}

.subcategory-tabs {
  text-align: left;
  margin: 20px 0;
}

.subcategory-tabs h2 {
  font-weight: 500;
  margin-bottom: 5px;
}

.subcategory-tabs a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  opacity: 0.7;
  margin-right: 32px;
  font-weight: 400;
  transition: 0.35s ease all;
}

.subcategory-tabs a.selected {
  opacity: 1;
  font-size: 23px;
  font-weight: 500;
}

.subcategory-tabs a:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #ccc;
  display: inline-block;
  opacity: 1;
  vertical-align: middle;
  position: relative;
  right: -16px;
  top: -2px;
}

.subcategory-tabs a.selected:not(:last-child)::after {
  opacity: 0.7;
}

#pagination-container {
  width: 100%;
  text-align: right;
  margin-top: 15px;
}

#pagination-container .pagination {
  padding: 0;
  margin: 0;
  list-style: none;
}

#pagination-container li {
  display: inline-block;
  vertical-align: middle;
}

#pagination-container .page-numbers {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  width: 27px;
  height: 27px;
  background-color: var(--lime);
  border-radius: 50%;
  color: var(--blue);
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
}

#pagination-container .page-numbers img {
  display: block;
}

.filters {
  margin-bottom: 18px;
}

#posts-per-page,
#sort-by {
  font-family: "Outfit", sans-serif;
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  color: #9fa29f;
  font-weight: 500;
}

.posts-per-page span,
.sort-by span {
  color: #9fa29f;
  font-size: 14px;
  font-weight: 300;
}

.loader-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.loader {
  border: 10px solid var(--light-grey);
  border-top: 10px solid var(--blue);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  margin: 20px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.single-posts-content {
  text-align: center;
  margin: 80px auto;
  position: relative;
}

.single-post article {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: calc(60% - 4px);
}

.single-post .featured-image {
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 32px;
}

.single-post .featured-image img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.single-post .posts-sidebar {
  display: inline-block;
  vertical-align: top;
  width: calc(37% - 30px);
  margin-left: 30px;
  background-color: var(--blue);
  color: #fff;
  padding: 50px;
  border-radius: 40px;
  text-align: left;
}

.single-post .related-post:not(:last-child) {
  border-bottom: 2px solid var(--lime);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.single-post .posts-sidebar h2 {
  color: var(--lime);
  text-align: left;
  line-height: 1.1;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 30px;
}

.single-post .related-post h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
}

.single-post .related-post a.read-more {
  color: var(--lime);
  font-weight: 500;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact-content {
  margin: 80px auto 0;
}

.contact-form {
  width: 48.5%;
  background-color: var(--lime);
  padding: 50px;
  border-radius: 40px;
}

.contact-accordion {
  width: 48.5%;
}

.contact-accordion h2 {
  font-size: 38px;
  margin-top: 15px;
}

.contact-accordion .accordion {
  margin-top: 35px;
}

.accordion-header-link h3 {
  color: #000;
  font-size: 21px;
}

.contact-accordion span {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.8px;
  font-size: 13px;
  display: block;
}

.accordion-content-left,
.accordion-content-right {
  width: calc(50% - 2px);
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
}

.accordion-content-left {
  padding-right: 20px;
}

.accordion-content-right {
  padding-left: 20px;
}

.accordion-content-left a:not(.button),
.accordion-content-right a:not(.button) {
  color: #000;
  display: block;
  margin: 2px 0 12px;
}

.contact-accordion .button.blue {
  font-size: 13px;
  padding: 5px 17px;
  border: 1.5px solid var(--blue);
  background-color: transparent;
  color: var(--blue);
}

.contact-accordion .button.blue:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
}

body .gform_wrapper.gravity-theme .gfield_required {
  display: none;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .gfield textarea.large {
  font-family: "Outfit", sans-serif;
  width: 100%;
  border: none;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 13px;
  color: #000;
  font-weight: 300;
  outline: none;
  resize: none;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 115px;
  border-radius: 20px;
}

.gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 16px 0 0;
}

body .gform_wrapper.gravity-theme .gform_footer input {
  margin: 0 auto;
}

body .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: #fff;
  color: var(--blue);
}

.page-id-785 .gform_wrapper .gform_body .gform_fields .gfield .large,
.page-id-785 .gform_wrapper.gravity-theme .ginput_complex input,
.page-id-785 .gform_wrapper.gravity-theme .ginput_complex select {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 10px 10px;
  font-size: 14px;
  outline: none;
}

body.page-id-785 .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: var(--lime);
}

#gform_confirmation_message_3 {
  text-align: center;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.page-id-283 .product-slider {
  margin-bottom: 0;
}

.page-id-283 .product-slider.slick-slider .slick-track,
.page-id-283 .product-slider.slick-slider .slick-list {
  display: flex;
}

.page-id-283 .product-slider .product-info a {
  display: none;
}

.page-id-283 .lime-product {
  padding: 0 50px 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.package-includes-clip {
  background-color: var(--blue);
  color: #fff;
  padding: 85px 0 135px;
  position: relative;
  clip-path: circle(2000px at 49% calc(100% - 2000px));
  transform: translateZ(0);
}

.package-includes {
  position: relative;
}

.product-image-sun {
  position: absolute;
  bottom: 0;
  left: -110px;
}

.product-image-sun .product-image {
  width: 500px;
  z-index: 2;
  position: relative;
}

.product-image-sun .medium-sun {
  width: 300px;
  height: 300px;
  position: absolute;
  right: -50px;
  bottom: 30px;
  z-index: 0;
  transition: bottom 0.6s ease;
  transition-delay: 0.8s;
}

.product-image-sun .sun-blob {
  max-width: 205px;
  width: 100%;
  left: 50%;
  top: 51%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(10deg);
  -ms-transform: translate(-50%, -50%) rotate(10deg);
  transform: translate(-50%, -50%) rotate(10deg);
}

.product-image-sun .sun-rays {
  width: 100%;
  animation: rotate 140s infinite linear;
}

.product-image-sun.sunclassic .medium-sun {
  bottom: 5px;
  right: -15px;
}

.product-image-sun.sunclassic .medium-sun .sun-blob {
  -webkit-transform: translate(-50%, -50%) rotate(-8deg);
  -ms-transform: translate(-50%, -50%) rotate(-8deg);
  transform: translate(-50%, -50%) rotate(-8deg);
}

.product-image-sun.sungrand-1-phase .medium-sun,
.product-image-sun.sungrand-3-phase .medium-sun {
  bottom: 105px;
  right: -10px;
}

.product-image-sun.sungrand-1-phase .medium-sun .sun-blob,
.product-image-sun.sungrand-3-phase .medium-sun .sun-blob {
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
  -ms-transform: translate(-50%, -50%) rotate(-3deg);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.package-cloud.bottom.left {
  position: absolute;
  bottom: -85px;
  z-index: 3;
  left: 275px;
}

.package-cloud.top.right {
  position: absolute;
  top: -100px;
  right: 0;
  left: auto;
}

.fees {
  max-width: 545px;
}

.fees-blurb {
  width: 30%;
}

.fees-blurb h2 {
  max-width: 315px;
}

.fees-blurb p strong {
  color: var(--lime);
}

.fees-blurb .button {
  margin-bottom: 12px;
}

.fees-blurb .button:hover {
  background-color: #fff;
  color: var(--blue);
}

.package-includes h2 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.fees-info {
  width: 67%;
}

.fees-info .fees > div {
  width: 48%;
  margin-bottom: 35px;
}

.fees-info .fees > div > span {
  text-transform: uppercase;
  color: var(--lime);
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
}

.fees-info p {
  max-width: 200px;
}
.fees-info .includes {
  justify-content: flex-start;
  column-gap: 25px;
}
.once-off p,
.monthly p {
  margin-top: -8px;
}

.package-includes h2 .dlay-pm,
.package-includes h2 .dlay-period {
  display: none;
}

.includes > span {
  width: 100%;
  text-transform: uppercase;
  color: var(--lime);
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
}

.included-product {
  width: 31%;
}

.included-product h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 -5px;
}

a.learn-more {
  color: var(--lime);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  display: block;
  letter-spacing: 2px;
}

.included-image {
  margin: 10px 0 20px;
  position: relative;
}

.included-image-wrap {
  width: 150px;
  text-align: center;
}

.included-image-wrap::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background-color: var(--lime);
  border-radius: 50%;
  z-index: -2;
  left: 58px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: 0.35s ease all;
  -webkit-transform: translateY(-50%) translateX(-65px);
  -ms-transform: translateY(-50%) translateX(-65px);
  transform: translateY(-50%) translateX(-65px);
}

.included-product:hover .included-image-wrap::after {
  opacity: 1;
}

.included-image-wrap > img {
  height: 200px;
  object-fit: contain;
  object-position: center;
  max-width: 150px;
  margin: 0 auto;
}

.included-image .brand-logo {
  position: absolute;
  top: 5px;
  width: calc(100% - 115px);
  background-color: #fff;
  height: 35px;
  border-radius: 40px;
  text-align: center;
  right: -10px;
  z-index: -1;
  overflow: hidden;
}

.included-image .brand-logo img {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.optional-addons {
  padding: 90px 0 150px;
  position: relative;
  z-index: 5;
}

.average-kwh {
  width: 30%;
}

.average-kwh h2 {
  font-weight: 600;
  line-height: 1.3;
  max-width: 320px;
  margin-bottom: 8px;
}

.average-kwh .button {
  margin-top: 10px;
}

.addons {
  width: 63%;
}

.addons > span {
  background-color: var(--lime);
  color: var(--blue);
  font-weight: 600;
  font-size: 26px;
  display: inline-block;
  border-radius: 40px;
  padding: 6px 30px;
  margin-bottom: 25px;
}

.upsell-product {
  width: 47%;
}

.upsell-product img {
  width: 130px;
  height: 175px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}

.upsell-product .product-info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 135px);
  padding-left: 30px;
  margin-top: 23px;
}
.upsell-product .product-info span.dlay-price-pm {
  display: none;
}

.upsell-product .product-info h3 {
  color: #000;
  font-size: 21px;
}

.upsell-product .product-info h3 .dlay-period {
  display: none;
}

.backed-up {
  background-color: var(--lime);
  position: relative;
  text-align: center;
  margin: 50px 0 90px;
  z-index: 2;
}

.backed-up::before,
.backed-up::after {
  content: "";
  position: absolute;
  width: 110%;
  left: -5%;
  height: 120px;
  background-color: inherit;
  clip-path: ellipse(50% 120px at 50% 100%);
  transform: translateZ(0);
  z-index: -1;
}

.backed-up::before {
  top: -120px;
}

.backed-up::after {
  bottom: -120px;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.backed-up-inner::after {
  content: "";
  display: block;
  width: 40%;
  height: calc(100% + 258px);
  background-color: var(--blue);
  position: absolute;
  top: -140px;
  right: 0;
  z-index: 1;
  border-top-left-radius: 300px;
}

.backed-up .max-width {
  position: relative;
  z-index: 5;
}

.essentials {
  width: 67%;
  text-align: left;
}

.essentials h3 {
  max-width: 600px;
}

.essentials p {
  font-size: 21px;
  max-width: 440px;
  font-weight: 500;
  margin-bottom: 35px;
}

.essentials img {
  width: 115%;
  max-width: unset;
  left: -10%;
  position: relative;
}

.non-essentials {
  width: 25%;
  align-content: flex-start;
}

.non-essentials h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 600;
  width: 100%;
  color: var(--lime);
}

.not-backed-up {
  width: 49%;
  margin-bottom: 35px;
}

.not-backed-up span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}

.home-process.products-benefits {
  background-color: var(--light-grey);
  margin-bottom: 200px;
  padding-top: 90px;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--blue);
  font-size: 14px;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--blue);
}

.woocommerce table.shop_table {
  border: 1px solid var(--grey);
  border-collapse: collapse !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: 1px solid var(--grey);
  padding: 15px;
  font-size: 13px;
}

.product-thumbnail {
  text-align: center;
}

.woocommerce a.remove {
  margin: 0 auto;
  color: var(--blue) !important;
  transition: 0.35s ease all;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: var(--blue);
}

#coupon_code {
  font-family: "Outfit", sans-serif;
  height: 40px;
  border: 1px solid var(--grey);
  width: 130px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  padding: 15px;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  font-size: 13px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  padding: 4px 9px;
  border: 1px solid var(--grey);
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation a {
  text-align: center;
  width: 100%;
  display: block;
  border: 1px solid var(--grey);
  border-radius: 30px;
  margin: 4px 0;
  padding: 7px;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.25s ease all;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background-color: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 23%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 73%;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--grey);
}

.cart_totals h2 {
  margin-bottom: 20px;
}

.product-quantity {
  display: none;
}

.woocommerce-checkout .entry-content h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.woocommerce .woocommerce-customer-details address {
  border: 1px solid var(--grey) !important;
  padding: 20px;
  border-radius: 0;
}

.woocommerce-checkout .dlay-period {
  display: none !important;
}

/*--------------------------------------------------------------
# Animated Elements
--------------------------------------------------------------*/

body,
a:hover,
a:focus,
a:active,
input:hover,
textarea:hover {
  cursor: none !important;
}

.mouse {
  /*-webkit-mix-blend-mode: difference;
	mix-blend-mode: difference;*/
  position: fixed;
  z-index: 9999;
}

.cursor--outer {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  background-color: rgba(202, 242, 27, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  left: -27.5px;
  top: -27.5px;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  /* opacity: 0.5; */
}

.cursor--inner {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  /* border: 1.5px solid #fff; */
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  left: -4px;
  top: -4px;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
}

.ismobile .cursor--outer {
  display: none;
}

div.clickEffect {
  position: fixed;
  box-sizing: border-box;
  border-style: solid;
  border-color: var(--blue);
  border-radius: 50%;
  animation: clickEffect 0.4s ease-out;
  z-index: 99999;
  transform-origin: 50% 50%;
}

@keyframes clickEffect {
  0% {
    opacity: 1;
    width: 0.4em;
    height: 0.4em;
    margin: -0.2em;
    border-width: 0.3rem;
  }
  100% {
    opacity: 0.2;
    width: 8em;
    height: 8em;
    margin: -4em;
    border-width: 0.02rem;
  }
}

.animate__animated {
  opacity: 0;
}

/* Home */

.landing img {
  position: absolute;
}

.landing .sun {
  width: 700px;
  height: 700px;
  position: absolute;
  right: -50px;
  bottom: -700px;
  transition: bottom 0.6s ease;
  transition-delay: 0.8s;
}

.landing .sun-blob {
  max-width: 500px;
  width: 100%;
  left: 50%;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.landing .sun-rays {
  animation: rotate 140s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.animate {
  z-index: 2;
  position: absolute;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
}

.left {
  bottom: 0;
  left: -600px;
  transition: left 1.5s ease;
  transition-delay: 0.3s;
}

.left.animated {
  left: 0;
}

.right.top {
  top: 0;
  right: -500px;
  transition: right 1.2s ease;
}

.right.bottom {
  bottom: 0;
  right: -330px;
  transition: right 1s ease;
  transition-delay: 0.6s;
}

.right.animated {
  right: 0;
}

.sun.animated {
  bottom: -300px;
}

.lime-product .mini-sun {
  opacity: 0;
  width: 110px;
  height: 110px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  transition: 0.3s opacity ease;
}

.lime-product.slick-current .mini-sun,
.lime-product:not(.slick-current):hover .mini-sun {
  opacity: 1;
}

.lime-product.sunlite .mini-sun {
  top: 2px;
  right: -15px;
}

.lime-product.sunclassic .product-icons,
.lime-product.sunclassic .product-icon {
  max-width: 210px;
}

.lime-product.sunclassic .mini-sun {
  right: -1px;
  top: 11px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.lime-product.sungrand-1-phase .mini-sun,
.lime-product.sungrand-3-phase .mini-sun {
  right: -2px;
  top: -23px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lime-product .mini-sun .sun-blob {
  position: absolute;
  top: 51%;
  left: 51%;
  width: 100%;
  max-width: 75px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lime-product .mini-sun .sun-rays {
  animation: rotate 60s infinite linear;
}

.home-process .left {
  bottom: -200px;
}

.home-process .right.top {
  top: -65px;
}

.tilt {
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.landing.secondary .wrap {
  top: 33%;
}

.landing.secondary .sun {
  width: 550px;
  height: 550px;
}

.landing.secondary .sun-blob {
  max-width: 400px;
}

/* Process */

.landing.the-process .animate.left.animated {
  left: -160px;
  bottom: -85px;
}

.landing.the-process .sun {
  right: -60px;
}

.landing.the-process .sun.animated {
  bottom: -275px;
}

.landing.the-process .sun-blob {
  -webkit-transform: translate(-50%, -50%) rotate(-12deg);
  -ms-transform: translate(-50%, -50%) rotate(-12deg);
  transform: translate(-50%, -50%) rotate(-12deg);
}

.step-seven .right.top.process-cloud {
  top: 80px;
}

.step-seven .right.bottom.process-cloud {
  bottom: -48px;
}

.page-id-70 .footer-sun {
  right: -100px;
}

.page-id-70 .footer-sun .sun-blob {
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
  -ms-transform: translate(-50%, -50%) rotate(25deg);
  transform: translate(-50%, -50%) rotate(25deg);
}

/* Story */

.landing.our-story .animate.left {
  bottom: auto;
  top: 85px;
  max-width: 450px;
}

.landing.our-story .left.animated {
  left: -80px;
}

.landing.our-story .right.animated {
  right: -40px;
}

.landing.our-story .sun {
  right: 50px;
}

.landing.our-story .sun.animated {
  bottom: -250px;
}

.landing.our-story .sun-blob {
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  -ms-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
}

.landing.our-story .wrap {
  top: 30%;
}

.landing.our-story h1 {
  max-width: 400px;
}

.page-id-68 .site-footer {
  margin-top: 350px;
}

.page-id-68 .footer-sun {
  right: 50px;
  top: -350px;
}

.page-id-68 .footer-sun .sun-blob {
  -webkit-transform: translate(-50%, -50%) rotate(19deg);
  -ms-transform: translate(-50%, -50%) rotate(19deg);
  transform: translate(-50%, -50%) rotate(19deg);
}

/* FAQ */

body:not(.home) .landing .animate.left,
.landing.faq .animate.left .single-post .landing .animate.left {
  bottom: auto;
  top: 85px;
  max-width: 450px;
}

body:not(.home) .landing .left.animated,
.landing.faq .left.animated,
.single-post .landing .left.animated {
  left: -80px;
}

body:not(.home) .landing .right,
.landing.faq .right,
.single-post .landing .right {
  bottom: 65px;
}

body:not(.home) .landing .sun,
.landing.faq .sun,
.single-post .landing .sun {
  width: 470px;
  height: 470px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

body:not(.home) .landing .sun.animated,
.landing.faq .sun.animated,
.single-post .landing .sun.animated {
  bottom: -285px;
}

body:not(.home) .landing .sun-blob,
.landing.faq .sun-blob,
.single-post .landing .sun-blob {
  max-width: 330px;
  -webkit-transform: translate(-50%, -50%) rotate(10deg);
  -ms-transform: translate(-50%, -50%) rotate(10deg);
  transform: translate(-50%, -50%) rotate(10deg);
}

body:not(.home) .landing .wrap {
  top: 35%;
}

.landing.faq .wrap,
.single-post .landing .wrap {
  top: 26% !important;
}

.page-id-46 .site-footer,
.single-post .site-footer {
  margin-top: 390px;
}

.page-id-46 .footer-sun {
  right: auto;
  top: -385px;
  left: -185px;
}

.page-id-46 .footer-sun .sun-blob {
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
  -ms-transform: translate(-50%, -50%) rotate(25deg);
  transform: translate(-50%, -50%) rotate(25deg);
}

.page-id-46 #primary,
.single-post #primary {
  margin-bottom: -90px;
}

.single-post .footer-sun {
  top: -375px;
}

/* Contact Us */

.landing.contact-us .animate.left {
  bottom: -220px;
}

.landing.contact-us .left.animated {
  left: 100px;
}

.landing.contact-us .animate.right {
  bottom: 260px;
}

.landing.contact-us .sun {
  bottom: -130px;
  left: -560px;
  right: auto;
  z-index: 3;
  transition: left 0.6s ease;
  transition-delay: 1.1s;
}

.landing.contact-us .sun.animated {
  left: -210px;
}

.landing.contact-us .sun-blob {
  -webkit-transform: translate(-50%, -50%) rotate(54deg);
  -ms-transform: translate(-50%, -50%) rotate(54deg);
  transform: translate(-50%, -50%) rotate(54deg);
}

.landing.contact-us .wrap {
  top: 40%;
}

.page-id-190 .footer-sun {
  top: -360px;
}

.page-id-190 .footer-sun .sun-blob {
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
  -ms-transform: translate(-50%, -50%) rotate(25deg);
  transform: translate(-50%, -50%) rotate(25deg);
}

.page-id-190 .site-footer {
  margin-top: 390px;
}

.page-id-190 #primary {
  margin-bottom: -90px;
}

/* Products */

.landing.products .animate.left {
  bottom: auto;
  top: 105px;
  max-width: 450px;
}

.landing.products .left.animated {
  left: -80px;
}

.landing.products .right.animated {
  right: -40px;
}

.landing.products .sun {
  right: 35px;
  bottom: -550px;
}

.landing.products .sun.animated {
  bottom: -270px;
}

.landing.products .sun-blob {
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  -ms-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
}

.landing.products .wrap {
  top: 30%;
}

.page-id-283 .site-footer {
  margin-top: 350px;
}

.page-id-283 .footer-sun {
  right: -105px;
  top: -350px;
}

.page-id-283 .footer-sun .sun-blob {
  -webkit-transform: translate(-50%, -50%) rotate(19deg);
  -ms-transform: translate(-50%, -50%) rotate(19deg);
  transform: translate(-50%, -50%) rotate(19deg);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-overflow {
  overflow: hidden;
}

.site-footer {
  background-color: var(--blue);
  padding: 0;
  position: relative;
  margin-top: 330px;
}

.site-footer::before {
  content: "";
  position: absolute;
  width: 110%;
  left: 0;
  height: 300px;
  background-color: inherit;
  clip-path: ellipse(70% 300px at 33% 100%);
  top: -150px;
  transform: translateZ(0);
}

.site-footer .left {
  width: 65%;
}

.site-footer .right {
  width: 30%;
  text-align: right;
}

.site-info {
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
}

.site-info .col {
  width: 30%;
}

.site-info h4 {
  color: var(--lime);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 12px;
}

.site-info span {
  color: var(--lime);
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  margin: 12px 0 3px;
}

.site-info a:not(.button) {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  display: block;
}

.site-info .button {
  display: inline-block;
  border: 2px solid var(--lime);
  padding: 5px 30px;
  margin-top: 20px;
  text-align: center;
}

.site-info .social-media a {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--blue);
  text-align: center;
  padding: 1.5px;
  margin: 5px 5px 5px 0;
  transition: 0.35s ease all;
}

.site-info .social-media {
  margin-top: 15px;
}

.site-info .social-media a:hover {
  background-color: var(--lime);
}

.footer-sun {
  position: absolute;
  right: -120px;
  top: -330px;
  width: 600px;
  height: 600px;
  z-index: -1;
  transition: 0.2s ease all;
}

.footer-sun .sun-blob {
  position: absolute;
  top: 51.5%;
  left: 51%;
  max-width: 435px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(9deg);
  -ms-transform: translate(-50%, -50%) rotate(9deg);
  transform: translate(-50%, -50%) rotate(9deg);
}

.footer-sun .sun-rays {
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate 140s infinite linear;
}

.bottom-footer {
  background-color: var(--lime);
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.bottom-footer .left,
.bottom-footer .right {
  width: auto;
}

.bottom-footer a {
  color: var(--blue);
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.bottom-footer span {
  color: var(--blue);
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.bottom-footer img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer-cloud {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

#coffeerm-button {
  background-color: var(--blue);
  top: 28px;
  right: 22px;
  display: none;
  position: absolute;
  bottom: 0;
  width: 48px;
  border-radius: 7px;
}

#coffeerm-button span {
  width: 33px;
  background-color: #fff;
}

#responsive-menu-items::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2023/07/logo-white.svg");
  width: 118px;
  height: 121px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 22px;
}

ul.responsive-menu-items {
  background-color: var(--blue);
  padding: 0;
  max-width: 200px;
  display: none;
}

ul.responsive-menu-items li {
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left;
}

ul.responsive-menu-items li.button {
  display: inline-block;
  width: auto;
  margin: 14px 22px;
}

ul.responsive-menu-items a {
  text-align: left;
  text-decoration: none;
  padding: 10px 25px;
  display: block;
  border: none;
  margin: 0;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

ul.responsive-menu-items a::after {
  display: none;
}

ul.responsive-menu-items a.active,
ul.responsive-menu-items a:hover {
  background-color: var(--lime);
  color: var(--blue) !important;
}

ul.responsive-menu-items li.button:hover a,
ul.responsive-menu-items li.button a:hover {
  background-color: transparent;
}

ul.responsive-menu-items li.menu-item-has-children::after {
  border-left: 10px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0px solid #fff;
  top: 11px;
  right: 15px;
}

ul.responsive-menu-items li.menu-item-has-children:hover::after {
  border-left: 10px solid #fff;
  border-right: 0px solid #fff;
}

ul.responsive-menu-items li ul.sub-menu {
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
}

ul.responsive-menu-items li ul.sub-menu li {
  margin: 0;
  padding-right: 0;
}

ul.responsive-menu-items li ul.sub-menu a {
  padding: 8px 15px 6px 25px;
  font-size: 1em;
}

ul.responsive-menu-items li ul.sub-menu .sub-menu a {
  padding-left: 45px;
}

.cfw-customer-info-address-container .row:nth-child(2) .cfw-add-field {
  display: none;
  /* FYI this was not working -- look in customizer */
}

#footer-products {
  padding: 0;
}
#footer-products li {
  list-style: none;
}

.voted-valuable {
  font-style: italic;
  color: #000000;
  margin-bottom: 43px;
  font-size: 25px;
}

.lime-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 999;
  display: none;
}
.lime-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lime-wrapper {
  position: absolute;
  width: 90%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2f30cf;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px 50px 30px;
  text-align: center;
  max-height: 90%;
  overflow-y: scroll;
}
.lime-content h2 {
  font-size: 32px;
  font-weight: 500 !important;
  color: #fff;
}
.lime-content > p {
  line-height: 1.2;
  max-width: 500px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #fff;
}
.lime-close {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  line-height: 40px;
  cursor: pointer;
}
.lime-content a.continue-btn {
  margin-top: 5px;
}

.joinchat {
  display: none !important;
}
.page-id-283 .joinchat {
  display: block !important;
}

@media (max-width: 1439px) {
  .home .landing .animate.top.right {
    right: -130px;
  }
}

@media (max-width: 1279px) {
  .landing.contact-us .sun.animated {
    left: -250px;
  }
  .product-image-sun {
    left: -185px;
  }
}

@media (max-width: 1199px) {
  .testimonial {
    min-height: unset;
  }
  .testimonials-slider .slick-prev,
  .testimonials-slider .slick-next {
    left: calc(50% - 3px);
  }
  .testimonials-slider .slick-next {
    left: calc(50% + 30px);
  }
  .extra-info {
    right: 0;
    top: auto;
    bottom: 10%;
  }
}

@media (max-width: 1080px) {
  .landing h1 {
    font-size: 47px;
    max-width: 550px;
  }
  .landing h2 {
    font-size: 35px;
    margin: 5px 0 20px;
  }
  .landing .wrap {
    top: 37%;
  }
  .home .landing .wrap {
    top: 31%;
  }
  .site-footer::before {
    height: 200px;
    clip-path: ellipse(70% 200px at 33% 100%);
    top: -110px;
  }
  /* Sun/Clouds */
  .left.animated {
    left: -200px !important;
  }
  .right.top.animated {
    right: -130px !important;
  }
  .home-process .right.animated {
    right: -250px !important;
  }
  .landing .sun {
    width: 600px;
    height: 600px;
    bottom: -550px;
    right: 20px;
  }
  .sun.animated {
    bottom: -260px;
  }
  .landing .sun-blob {
    max-width: 425px;
  }
  .landing.products .sun.animated {
    bottom: -285px;
  }
  .landing.products .sun {
    right: 20px;
  }
}

@media (max-width: 1023px) {
  .product-slider {
    max-width: 450px;
    margin: 0 auto;
  }
  .product-slider .slick-prev,
  .product-slider .slick-next {
    top: 300px;
  }
  .process-step.six,
  .process-info.six,
  .process-image.six {
    width: 100%;
  }
  .process-step.six {
    margin-bottom: 35px;
  }
  .process-info.six h4,
  .process-info.six p {
    max-width: unset;
  }
  .installation-illustration {
    position: relative;
  }
  .process-image.six span {
    display: block;
    margin: 0 auto 35px;
    text-align: center;
    max-width: 305px;
  }
  .installation-illustration img.base-image {
    width: 100%;
    max-width: 100%;
  }
  .part-1 .overlay-image {
    width: 15.3%;
  }
  .part-2 .overlay-image {
    width: 13%;
  }
  .part-3 .overlay-image {
    width: 20%;
  }
  .part-4 .overlay-image {
    width: 13.25%;
  }
  .part-5 .overlay-image {
    width: 6%;
  }
  .part-6 .overlay-image {
    width: 14%;
  }
  .step-seven::before,
  .step-seven::after {
    height: 50px;
    clip-path: ellipse(50% 50px at 50% 100%);
  }
  .step-seven::before {
    top: -40px;
  }
  .step-seven::after {
    bottom: -40px;
  }
  .step-six {
    margin: 100px 0 150px;
  }
  .right.animated {
    right: -100px !important;
  }
  .right.top.animated {
    right: -230px !important;
  }
  .fees-blurb {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  .package-includes h2 {
    margin: 0 auto 20px;
    max-width: 400px;
  }
  .fees-info {
    width: 100%;
  }
  .fees {
    max-width: unset;
    text-align: center;
  }
  .once-off p,
  .monthly p {
    margin-left: auto;
    margin-right: auto;
    max-width: 185px;
  }
  .includes > span {
    text-align: center;
  }
  .product-image-sun {
    width: 100%;
    max-width: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .package-includes-clip {
    padding: 85px 0 430px;
  }
  .average-kwh {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  .average-kwh h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .addons {
    width: 100%;
  }
  .addons > span {
    display: block;
    margin: 0 auto 25px;
    text-align: center;
    max-width: 425px;
  }
  .includes {
    max-width: 800px;
    margin: 0 auto;
  }
  .upsell-products {
    max-width: 700px;
    margin: 0 auto;
  }
  .optional-addons {
    padding: 60px 0 100px;
  }
  .essentials {
    width: 100%;
    text-align: center;
  }
  .essentials h3,
  .essentials p {
    margin-left: auto;
    margin-right: auto;
  }
  .essentials img {
    width: 100%;
    left: 0;
  }
  .non-essentials {
    width: calc(100% + 60px);
    background-color: var(--blue);
    margin: 60px -30px 0;
    padding: 65px 30px 30px;
  }
  .not-backed-up {
    width: 23%;
    margin-bottom: 35px;
  }
  .backed-up {
    margin: 0 0 -90px;
  }
  .backed-up::before {
    height: 50px;
    clip-path: ellipse(50% 50px at 50% 100%);
    top: -50px;
  }
  .backed-up::after {
    display: none;
  }
  .backed-up-inner {
    padding-top: 30px;
  }
  .backed-up-inner::after {
    display: none;
  }
}

@media (max-width: 810px) {
  .home-process .step {
    width: 49%;
  }
  .home-process .step:nth-child(2),
  .home-process .step:nth-child(3) {
    margin-top: 2%;
  }
  .home-process .flex {
    padding-top: 50px;
    max-width: 600px;
    margin: 0 auto;
  }
  .testimonials-carousel {
    padding: 40px 0;
  }
  .testimonials-carousel .max-width {
    margin-bottom: 0;
  }
  .story-left,
  .story-right {
    width: 100%;
  }
  .story-left h3 {
    max-width: unset;
  }
  .story-left br {
    display: none;
  }
  .home .home-process {
    margin: 0 0 75px;
  }
  .home-process::before,
  .home-process::after {
    height: 50px;
    clip-path: ellipse(50% 50px at 50% 100%);
  }
  .home-process::before {
    top: -49px;
  }
  .home-process::after {
    bottom: -49px;
  }
  .home-process .step p {
    font-size: 16px;
  }
  .home-process .button {
    margin-bottom: 30px;
  }
  .our-story + .home-process {
    margin-bottom: 130px;
  }
  .our-story:not(.landing) {
    margin: 80px 0 120px;
  }
  .site-info .col {
    width: 48%;
    margin-bottom: 30px;
  }
  .site-info .left {
    width: 100%;
  }
  .site-info > .flex {
    position: relative;
  }
  .site-info > .flex > .right {
    width: 50%;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .site-footer::before {
    height: 70px;
    clip-path: ellipse(70% 70px at 33% 100%);
    top: -70px;
  }
  .faq-search {
    padding: 40px 35px 45px;
    text-align: center;
    width: 100%;
  }
  .faq-search p {
    margin: 20px auto;
    text-align: center;
  }
  #faq-search-input {
    text-align: center;
  }
  .faq-right-container {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .subcategory-tabs {
    text-align: center;
  }
  .subcategory-tabs a:last-child {
    margin-right: 0;
  }
  .article-guide-grid {
    grid-template-columns: repeat(auto-fill, calc(50% - 11px));
  }
  .single-post article {
    width: 100%;
  }
  .single-post .posts-sidebar {
    width: 100%;
    margin-left: 0;
    padding: 35px;
    margin-top: 30px;
  }
  .step-five::before {
    top: -49px;
    height: 50px;
    clip-path: ellipse(50% 50px at 50% 100%);
  }
  .step-five {
    padding: 15px 0 55px;
    margin-top: 100px;
  }
  .contact-form {
    width: 100%;
    padding: 40px;
    order: 2;
    margin-top: 20px;
  }
  .contact-accordion {
    width: 100%;
    order: 1;
  }
  .contact-accordion h2 {
    font-size: 38px;
    margin-top: 0;
    text-align: center;
  }
  .contact-accordion > p {
    text-align: center;
  }
  .home-process.products-benefits {
    margin-bottom: 115px;
    padding-top: 55px;
  }
  /* Sun/Clouds */
  .left.animated {
    left: -300px !important;
  }
  .landing .sun {
    right: -85px;
  }
  .landing .sun.animated {
    bottom: -290px;
  }
  .site-footer {
    margin-top: 260px;
  }
  .footer-sun {
    width: 400px;
    height: 400px;
    right: -90px;
    top: -250px;
  }
  .footer-sun .sun-blob {
    max-width: 285px;
  }
  .page-id-68 .site-footer {
    margin-top: 250px;
  }
  .page-id-68 .footer-sun {
    right: 20px;
    top: -230px;
  }
  .single-post .footer-sun {
    top: -225px;
  }
  .page-id-46 .site-footer,
  .single-post .site-footer {
    margin-top: 250px;
  }
  .page-id-46 .footer-sun {
    top: -240px;
    left: -100px;
  }
  .landing.our-story .sun {
    right: -30px;
  }
  .landing.our-story .sun.animated {
    bottom: -280px;
  }
  .page-id-190 .footer-sun {
    top: -250px;
    right: -65px;
  }
  .page-id-190 .site-footer {
    margin-top: 330px;
  }
  .page-id-190 .landing.secondary .sun {
    width: 450px;
    height: 450px;
  }
  .page-id-190 .landing.secondary .sun-blob {
    max-width: 325px;
  }
  .landing.contact-us .sun {
    bottom: -180px;
  }
  .landing.contact-us .sun.animated {
    left: -215px;
  }
  .landing.products .sun {
    right: -32px;
  }
  .page-id-283 .footer-sun {
    right: -80px;
    top: -240px;
  }
  .page-id-283 .site-footer {
    margin-top: 260px;
  }
}

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    border: none;
    border-top: 1px solid var(--grey);
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-MyAccount-navigation ul li {
    margin: 2px;
  }
  .woocommerce-MyAccount-navigation a {
    margin: 0;
    padding: 7px 12px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #coffeerm-button,
  .responsive-menu-items,
  ul.responsive-menu-items {
    display: block !important;
  }
  #primary-menu {
    display: none;
  }
  .animate__animated {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .footer-cloud {
    display: none;
  }
  .site-info {
    padding-bottom: 60px;
  }
  .video-grid {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .landing h1 {
    font-size: 33px;
  }
  .landing.secondary h2 {
    margin-top: 5px;
    font-size: 26px;
  }
  /* Sun/Clouds */
  .landing.secondary .sun {
    width: 350px !important;
    height: 350px !important;
  }
  .landing.secondary .sun-blob {
    max-width: 245px !important;
  }
  .landing.the-process .sun.animated {
    bottom: -175px;
  }
  .right.animated {
    right: -150px !important;
    max-width: 250px !important;
  }
  .left.animated {
    left: -100px !important;
    max-width: 250px !important;
  }
  .step-seven .right.process-cloud {
    display: none;
  }
  .page-id-70 .footer-sun {
    right: -50px;
    top: -240px;
  }
  .page-id-70 .site-footer {
    margin-top: 250px;
  }
  .parallax-container.secondary {
    height: 500px;
  }
  .landing.secondary .wrap {
    top: 48%;
  }
  body:not(.home) .landing .sun.animated,
  .landing.faq .sun.animated,
  .single-post .landing .sun.animated {
    bottom: -170px;
  }
  .landing.our-story .wrap {
    top: 44%;
  }
  .landing.our-story .sun {
    right: -55px;
  }
  .landing.our-story .sun.animated {
    bottom: -155px;
  }
  .landing.contact-us .sun.animated {
    left: -130px;
  }
  .landing.contact-us .wrap {
    top: 48%;
  }
  .landing.contact-us .sun {
    bottom: -160px;
  }
  .landing.products .sun.animated {
    bottom: -170px;
  }
  .landing.products .sun {
    right: -55px;
  }
  .home .landing .right.top.animated {
    right: -165px !important;
  }
  .home .landing .sun {
    width: 400px;
    height: 400px;
  }
  .home .landing .sun-blob {
    max-width: 280px;
  }
  .home .landing .sun.animated {
    bottom: -155px;
  }
  .home .landing .sun {
    right: -55px;
  }
  .home .landing .wrap {
    top: 44%;
    max-width: 400px;
  }
  .landing.the-process .right.top.animated {
    right: -160px !important;
  }
}

@media (max-width: 639px) {
  .cursor--outer {
    border: none;
    background-color: transparent !important;
  }
  .cursor--inner {
    background-color: transparent;
  }
  .testimonial {
    padding: 40px 35px 65px;
  }
  .testimonial span {
    bottom: 40px;
  }
  .testimonial p {
    font-size: 16px;
  }
  .faq-block {
    margin: 7px;
    text-align: center;
  }
  .home-process .step {
    width: 100%;
  }
  .site-info .col {
    width: 100%;
    text-align: center;
  }
  .site-info > .flex > .right {
    width: 100%;
    position: relative;
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
  }
  .bottom-footer .left,
  .bottom-footer .right {
    width: 100%;
    text-align: center;
  }
  .bottom-footer .right {
    margin-top: 10px;
  }
  .ui-accordion-header,
  .accordion-header-link {
    padding: 20px 65px 20px 25px;
    font-size: 17px;
  }
  .accordion-header-link h3 {
    font-size: 17px;
  }
  .subcategory-tabs a {
    font-size: 17px;
  }
  .subcategory-tabs a.selected {
    font-size: 19px;
  }
  .article-guide-grid {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .article-guide img {
    height: 200px;
  }
  .single-post .posts-sidebar h2 {
    font-size: 32px;
  }
  .category-tab {
    margin: 5px 0;
    font-size: 17px;
  }
  .category-tab a {
    padding: 12px 10px;
  }
  .faq-search h2 {
    font-size: 30px;
  }
  .faq-posts {
    margin: 60px auto;
  }
  .installation-illustration img.base-image {
    width: 580px;
    max-width: unset;
  }
  .extra-info {
    top: 100%;
    bottom: auto;
    position: absolute;
    width: 100%;
    float: none;
    max-width: unset;
    margin: 20px 0;
    left: 20px;
  }
  .part-1 .overlay-image {
    width: 89px;
    top: -24px;
    left: 182px;
  }
  .part-2 .overlay-image {
    width: 76px;
    left: 64px;
    top: 83px;
  }
  .part-3 .overlay-image {
    width: 115px;
    top: 105px;
    left: 173px;
  }
  .part-4 .overlay-image {
    width: 77px;
    top: 134px;
    left: 29px;
  }
  .part-5 .overlay-image {
    width: 34.5px;
    top: 213.2px;
    left: 105px;
  }
  .part-6 .overlay-image {
    width: 82px;
    top: 180px;
    left: 195px;
  }
  .installation-illustration {
    left: -20px;
  }
  .steps-slider .items::before {
    width: 100%;
    left: 25px;
    top: 65px;
    text-align: center;
  }
  .process-step span,
  .step-six .process-step span {
    width: 70px;
    height: 70px;
    font-size: 30px;
    left: -33.5px;
  }
  .process-step.item {
    min-width: 500px;
    padding: 40px 30px 40px 60px;
    border-radius: 40px;
    margin: 0 28px;
  }
  .step-six {
    margin: 60px 0 280px;
  }
  .process-info.six {
    padding-left: 0;
    padding-top: 85px;
    width: 100%;
    text-align: center;
  }
  .step-six .process-step span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .step-seven::before,
  .step-seven::after {
    height: 30px;
    clip-path: ellipse(50% 30px at 50% 100%);
  }
  .step-seven::before {
    top: -30px;
  }
  .step-seven::after {
    bottom: -30px;
  }
  .step-seven {
    margin: 150px 0 100px;
  }
  .contact-accordion h2 {
    font-size: 29px;
  }
  .contact-form {
    padding: 30px;
  }
  .fees-info .fees > div {
    width: 100%;
  }
  .included-product {
    width: 100%;
    max-width: 250px;
    margin: 10px auto;
    text-align: center;
  }
  .fees-info p {
    margin-left: auto;
    margin-right: auto;
  }
  .included-image-wrap {
    width: unset;
  }
  .included-image .brand-logo {
    position: relative;
    top: auto;
    width: calc(100% - 115px);
    right: auto;
    z-index: 0;
    display: block;
    margin: 20px auto 10px;
  }
  .included-image-wrap::after {
    width: 130px;
    height: 130px;
    z-index: -2;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .product-image-sun {
    max-width: 300px;
  }
  .product-image-sun .medium-sun {
    width: 180px;
    height: 180px;
  }
  .product-image-sun .sun-blob {
    max-width: 125px;
  }
  .package-includes-clip {
    padding: 85px 0 250px;
  }
  .product-image-sun.sunlite .medium-sun {
    right: -22px;
  }
  .product-image-sun.sungrand-1-phase .medium-sun,
  .product-image-sun.sungrand-3-phase .medium-sun {
    bottom: 70px;
  }
  .addons > span {
    max-width: 290px;
    font-size: 18px;
    padding: 6px 20px;
  }
  .upsell-product {
    width: 100%;
  }
  .optional-addons {
    padding: 50px 0 80px;
  }
  .not-backed-up {
    width: 48%;
  }
  .home-process .animate.right.top {
    display: none;
  }
  .product-slider .slick-list {
    padding: 0 !important;
  }
  .product-slider .slick-prev {
    left: 12px;
  }
  .product-slider .slick-next {
    right: 12px;
  }
  .package-cloud.top.right {
    display: none;
  }
  .home .landing h1 {
    font-size: 30px;
  }
  .home .landing h2 {
    font-size: 28px;
  }
  .home .landing .left.animated {
    left: -140px !important;
  }
  .home .landing .left {
    bottom: 180px;
  }
  #coupon_code {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: none;
    width: 100%;
  }
  .page article > .entry-content,
  .error-404.not-found {
    margin: 50px 0 15px;
  }
  /* Sun/Clouds */
  body:not(.home) .landing .animate.left,
  .landing.faq .animate.left,
  .single-post .landing .animate.left {
    top: 385px;
  }
  body:not(.home) .landing .right,
  .landing.faq .right,
  .single-post .landing .right {
    bottom: -60px;
  }
  .landing.our-story .animate.left {
    top: 335px;
  }
  .landing.our-story .animate.right {
    bottom: -80px;
  }
  .home-process .right.top.animated {
    right: -100px !important;
  }
  .home-process .right.animated {
    right: -50px !important;
  }
  .home-process .left {
    bottom: -50px;
  }
  .home-process .left.animated {
    left: 0 !important;
  }
  .landing.products .left.animated {
    left: -180px !important;
  }
  .landing.products .animate.left {
    top: 365px;
  }
  .lime-lightbox.cartfull .lime-wrapper {
    padding: 30px 20px 30px;
  }
  .lime-lightbox.cartfull .lime-content a {
    font-size: 15px;
    width: 100%;
  }
}
