@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-VariableItalic.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Teko;
  src: url('../fonts/Teko-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Teko;
  src: url('../fonts/Teko-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Teko;
  src: url('../fonts/Teko-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Teko;
  src: url('../fonts/Teko-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Teko;
  src: url('../fonts/Teko-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --redred: #121010;
  --100: #fff;
  --accent-light: #666;
  --400: #00c400;
  --700: var(--02);
  --02: #1d1d1d;
  --300: #2b2b2b;
  --800: #17191899;
  --accent: #ffc44d;
  --red: red;
  --200: #f7f7f7;
  --accent-medium: #afafaf;
  --color-3: #fff0;
  --color-2: white;
  --color: white;
  --color-4: white;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

body {
  background-color: var(--redred);
  color: var(--100);
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  color: var(--100);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

p {
  opacity: .72;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: var(--100);
  letter-spacing: -.01em;
  font-weight: 500;
  text-decoration: none;
  transition: transform .25s, opacity .25s;
  display: inline-block;
}

a:hover {
  opacity: .84;
}

a:active {
  transform: scale(.98);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

li {
  letter-spacing: .015em;
  margin-bottom: .25rem;
  margin-left: 1.5rem;
  padding-left: 1.25rem;
}

label {
  margin-bottom: .5rem;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: 500;
}

blockquote {
  background-color: var(--accent-light);
  color: var(--redred);
  border: .0625rem #000;
  border-radius: .75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

figcaption {
  color: var(--400);
  text-align: center;
  letter-spacing: .015em;
  margin-top: .75rem;
  font-size: .875rem;
}

.style-guide-block {
  margin-bottom: 2rem;
}

.form-error {
  color: var(--100);
  background-color: #fce3e3;
  border-radius: .375rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  font-weight: 600;
}

.form {
  margin-bottom: .5rem;
}

.form-radio-button, .form-checkbox {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.text-input {
  background-color: var(--700);
  color: var(--100);
  border: .125rem solid #0000;
  border-radius: .5rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border .25s, background-color .25s;
}

.text-input:hover {
  background-color: var(--02);
}

.text-input:focus {
  border: .125rem solid var(--400);
}

.text-input::placeholder {
  color: var(--300);
}

.text-input.form {
  background-color: var(--800);
  min-height: 7.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4em;
}

.text-input.form:hover {
  background-color: var(--700);
}

.text-input.area {
  min-height: 10.5rem;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph.small {
  font-size: .875rem;
  line-height: 1.5;
}

.paragraph.extra-large {
  font-size: 1.75rem;
  line-height: 1.4;
}

.paragraph.large {
  font-size: 1.25rem;
  line-height: 1.45;
}

.radio-button {
  border-width: .1875rem;
  border-color: var(--100);
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: 1rem;
}

.radio-button.w--redirected-checked {
  border-width: .5rem;
  border-color: var(--accent);
}

.visible-spacer {
  background-color: var(--02);
  border-radius: .25rem;
  display: inline-block;
}

.form-dropdown {
  background-color: var(--800);
  color: var(--300);
  border: .125rem solid #0000;
  border-radius: .75rem;
  width: 100%;
  min-height: 3.5rem;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem 1rem 1.375rem;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.form-dropdown:hover {
  background-color: var(--700);
}

.form-dropdown:focus-visible, .form-dropdown[data-wf-focus-visible] {
  border: .125rem solid var(--300);
}

.form-dropdown::placeholder {
  color: #999;
  font-size: .9375rem;
}

.rich-text {
  line-height: 1.5;
}

.rich-text h3 {
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text h1 {
  margin-top: 5.5rem;
  margin-bottom: 2.5rem;
}

.rich-text h2 {
  margin-top: 5.5rem;
  margin-bottom: 2rem;
}

.rich-text h4 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.rich-text h5 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.rich-text h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.rich-text img {
  border-radius: .5rem;
  width: 100%;
}

.rich-text p {
  margin-bottom: 2rem;
}

.style-guide-colour-block {
  width: 12.5%;
  padding-right: 1rem;
  display: inline-block;
}

.check-box {
  border-width: .1875rem;
  border-color: var(--100);
  border-radius: .5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: 1rem;
}

.check-box.w--redirected-checked {
  border-color: var(--accent);
  background-color: var(--accent);
  background-position: 50%;
  background-size: 1rem;
  border-radius: .5rem;
}

.color-block {
  background-color: var(--redred);
  border-radius: .3125rem;
  width: 100%;
  height: 3.75rem;
  margin-bottom: .625rem;
  margin-left: 0;
  margin-right: 0;
}

.form-success {
  text-align: left;
  background-color: #ecfce3;
  border-radius: .375rem;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.style-guide-colour-grid {
  flex-wrap: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.field-block {
  z-index: 1;
  border: .0625rem #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 3.125rem;
  min-height: 1.25rem;
  margin-bottom: .5rem;
  display: flex;
}

.heading {
  letter-spacing: -.02em;
  font-family: Switzer, sans-serif;
  font-weight: 400;
}

.heading.medium {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.heading.extra-small {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading.small {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}

.heading.regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading.extra-large {
  letter-spacing: -.02em;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-family: Switzer, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading.large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.button-secondary {
  color: var(--100);
  text-align: center;
  background-color: red;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 180px;
  height: 50px;
  min-height: auto;
  max-height: none;
  padding: 1rem 1.75rem;
  font-family: Teko, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--400);
  opacity: 1;
}

.button-secondary:active {
  transform: scale(.98);
}

.button-secondary.small {
  border-style: none;
  border-radius: .375rem;
  min-height: 2.5rem;
  padding: .5625rem 1.25rem;
  font-size: .9375rem;
}

.button-secondary.full-width {
  width: 100%;
}

.button-secondary.learnmore {
  background-color: red;
}

.button-secondary.quote {
  background-color: red;
  width: auto;
  min-width: auto;
  max-width: none;
}

.style-guide-section-header {
  margin-bottom: 3rem;
}

.text-box {
  max-width: 43.75rem;
}

.text-box._600px {
  max-width: 37.5rem;
  min-height: 4rem;
}

.text-box._500px {
  max-width: 31.25rem;
  min-height: 4rem;
}

.text-box._400px {
  max-width: 25rem;
  min-height: 4rem;
}

.text-box._800px {
  max-width: 50rem;
  min-height: 4rem;
}

.text-box._700px {
  max-width: 43.75rem;
  min-height: 4rem;
}

.text-box._900px {
  max-width: 56.25rem;
}

.style-guide-label {
  color: var(--400);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25;
}

.field-label {
  color: var(--100);
  font-size: 1rem;
  font-weight: 500;
}

.block-quote {
  background-color: var(--accent-light);
  border-radius: .75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.de {
  background-color: var(--redred);
  background-image: url('../images/ip-background-test-03.png');
  background-position: 0%;
  background-size: cover;
  height: auto;
  margin-bottom: 0;
  padding: 0 5rem 60px;
  overflow: hidden;
}

.de.banner {
  background-color: var(--800);
  background-color: var(--02);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .75rem;
  display: flex;
}

.de.login {
  background-color: var(--redred);
  align-items: center;
  height: 100vh;
  display: flex;
}

.de.is-relative {
  position: relative;
}

.de.footer {
  background-color: var(--redred);
  opacity: 1;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-color-light-purple {
  color: var(--accent-light);
}

.container-large {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.centred {
  margin-left: auto;
  margin-right: auto;
}

.grid-2-column {
  grid-column-gap: 4.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.grid-2-column.align-baseline {
  align-items: baseline;
}

.grid-2-column.vertically-centred {
  align-items: center;
}

.nav-link {
  color: var(--100);
  background-color: #17191800;
  border-radius: .5rem;
  align-items: center;
  min-height: 2.5rem;
  margin-left: .125rem;
  margin-right: .125rem;
  padding: 0 .875rem;
  font-family: Teko, sans-serif;
  font-size: 20px;
  transition: transform .25s, background-color .25s, opacity .25s;
  display: flex;
}

.nav-link:hover {
  opacity: .84;
  color: var(--400);
}

.nav-link.w--current {
  z-index: 1;
  color: var(--100);
  background-color: #17191800;
}

.nav-link.w--current:hover {
  opacity: 1;
  color: var(--400);
}

.main-header {
  z-index: 10;
  background-color: var(--redred);
  -webkit-backdrop-filter: blur(.375rem);
  backdrop-filter: blur(.375rem);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-menu {
  margin-right: -.25rem;
  display: flex;
}

.logo {
  margin-bottom: .25rem;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.logo:hover {
  opacity: .72;
}

.logo.w--current {
  margin-bottom: 0;
}

.nav-container {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  padding: 10px 5rem;
  display: flex;
  position: relative;
}

.logo-wrapper {
  grid-column-gap: 3rem;
  align-items: center;
  width: 90px;
  display: flex;
}

.footer-link {
  font-weight: 400;
  text-decoration: none;
}

.grid-license-images {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-license-fonts {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.centre {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--red);
  color: var(--100);
  text-align: center;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 140px;
  min-width: auto;
  height: 40px;
  min-height: auto;
  max-height: none;
  margin-top: 10px;
  padding: 1rem 0;
  font-family: Teko, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
  display: flex;
}

.button:hover {
  opacity: 1;
  background-color: #00c400;
}

.button:active {
  transform: scale(.98);
}

.button.small {
  border-radius: .5rem;
  min-height: 2.5rem;
  padding: .5625rem 1rem;
  font-size: .9375rem;
}

.button.small.hide-mobile-portrait {
  color: var(--300);
  background-color: #00c40000;
  border: 0 solid #00c400;
  border-radius: 0;
  font-family: Teko, sans-serif;
  font-size: 20px;
}

.button.full-width {
  width: 100%;
}

.license-image {
  border: .0625rem solid #0000000f;
  border-radius: .5rem;
  width: 100%;
}

.visible-text-box {
  background-color: var(--02);
  border-radius: .375rem;
}

.text-color-200 {
  color: var(--200);
}

.text-color-100 {
  color: var(--100);
}

.text-color-300 {
  color: var(--300);
}

.text-color-400 {
  color: var(--400);
}

.social-proof-logos-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-proof-logo {
  opacity: .5;
  max-width: 6rem;
  max-height: 1.25rem;
  display: inline-flex;
}

.nav-menu-button {
  padding: 0;
}

.actions-wrapper {
  grid-column-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-group {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-top: 20px;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.25rem 2rem 2.5rem;
  display: flex;
}

.faq-accordion {
  background-color: var(--800);
  border-style: none;
  border-width: .0625rem;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.faq-answer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.image-wrapper {
  border-radius: .75rem;
  width: 100%;
  overflow: hidden;
}

.text-weight-semibold {
  font-weight: 600;
}

.feature-content {
  max-width: 34rem;
}

.feature-item {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.card-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.card-item {
  background-color: var(--800);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 2.5rem;
  display: flex;
}

.card-item.featured {
  background-color: var(--redred);
  position: relative;
  overflow: hidden;
}

.card-item.login {
  z-index: 1;
  background-color: var(--redred);
  width: 36rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
  position: relative;
}

.divider-line {
  background-color: #ffffff0f;
  width: 100%;
  height: .0625rem;
}

.footer-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.icon-large {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.features-list {
  grid-column-gap: 3rem;
  grid-row-gap: 12.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-content {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
  display: flex;
}

.testimonials-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.pricing-features-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: flex;
}

.pricing-feature {
  grid-column-gap: .75rem;
  display: flex;
}

.text-color-accent {
  color: var(--accent);
}

.gradient-image {
  z-index: 0;
  mix-blend-mode: luminosity;
  object-fit: cover;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Ethereal-Abstract-Art_1Ethereal Abstract Art.avif');
  background-position: 0 0, 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pricing-card-content {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-card-content {
  z-index: 1;
  grid-column-gap: 4rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  width: 100%;
  margin-top: 0;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #bf1935;
  text-align: center;
  background-color: #ffe6ea;
  border-radius: .75rem;
  max-width: 33.75rem;
  min-height: 3.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem .9375rem;
  font-weight: 500;
}

.success-message {
  background-color: var(--accent-light);
  color: var(--accent);
  border-radius: .75rem;
  max-width: 33.75rem;
  min-height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem;
  font-weight: 500;
}

.success-message.alternate {
  background-color: var(--redred);
}

.login-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-weight-regular {
  font-weight: 400;
}

.text-weight-medium {
  font-weight: 500;
}

.pricing-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.feature-image.luminosity {
  mix-blend-mode: luminosity;
}

.icon-24 {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

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

.text-link {
  color: var(--accent-medium);
  font-size: .875rem;
}

.text-color-accent-light {
  color: var(--accent-light);
}

.testimonial-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--400);
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.testimonial-image-wrapper {
  border-radius: .5rem;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.faq-icon {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.text-block {
  color: #b81832;
}

.text-color-600 {
  color: var(--02);
}

.text-color-700 {
  color: var(--700);
}

.text-color-800 {
  color: var(--800);
}

.text-color-900 {
  color: var(--redred);
}

.background-color-100 {
  background-color: var(--100);
}

.background-color-300 {
  background-color: var(--300);
}

.background-color-400 {
  background-color: var(--400);
}

.background-color-600 {
  background-color: var(--02);
}

.background-color-700 {
  background-color: var(--700);
}

.background-color-800 {
  background-color: var(--800);
}

.background-color-900 {
  background-color: var(--redred);
}

.text-color-muted {
  opacity: .6;
}

.benefit-item {
  flex-direction: column;
  align-items: center;
  width: 320px;
  margin-left: 40px;
}

.icon-medium {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.text-gradient-overlay {
  background-image: linear-gradient(90deg, var(--100) 72%, var(--accent-medium));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  min-width: auto;
  min-height: auto;
}

.header-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  margin-top: 40px;
  display: flex;
}

.grid-3-column {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  display: grid;
}

.container-small {
  z-index: 0;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  background-color: var(--800);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.testimonials-card {
  background-color: var(--800);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 2.5rem;
  display: flex;
}

.testimonials-content-top {
  font-weight: 400;
}

.footer-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.testimonial-details-text {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  color: var(--400);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-logo {
  max-width: 6rem;
  max-height: 1.25rem;
  display: inline-flex;
}

.image-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.about-grid-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-grid-image-wrapper {
  border-radius: .75rem;
  width: 100%;
  overflow: hidden;
}

.background-color-accent {
  background-color: var(--accent);
}

.background-color-accent-medium {
  background-color: var(--accent-medium);
}

.background-color-accent-light {
  background-color: var(--accent-light);
}

.spacer-4 {
  background-color: #0000;
  flex: none;
  width: .25rem;
  height: .25rem;
}

.spacer-8 {
  background-color: #0000;
  flex: none;
  width: .5rem;
  height: .5rem;
}

.spacer-16 {
  background-color: #0000;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
}

.spacer-24 {
  text-transform: uppercase;
  background-color: #0000;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.spacer-32 {
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  width: 2rem;
  height: 2rem;
}

.spacer-40 {
  background-color: #0000;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.spacer-48 {
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  width: 3rem;
  height: 3rem;
}

.spacer-64 {
  background-color: #0000;
  flex: none;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.spacer-80 {
  background-color: #0000;
  flex: none;
  width: 5rem;
  height: 5rem;
}

.spacer-96 {
  background-color: #0000;
  flex: none;
  width: 6rem;
  height: 6rem;
}

.spacer-128 {
  background-color: #0000;
  flex: none;
  width: 8rem;
  height: 8rem;
}

.background-color-200 {
  background-color: var(--100);
  color: var(--200);
}

.image {
  margin-top: auto;
  margin-bottom: auto;
}

.background-video {
  width: 100%;
}

.background-video-2 {
  margin-left: auto;
  margin-right: auto;
}

.background-video-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 100px;
}

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

.button-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0003;
  border: .5px solid #0ef;
  border-radius: 50px;
  padding: 15px 25px;
  text-decoration: none;
}

.pause {
  width: 25px;
  height: 25px;
}

.text {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
}

.play-pause-button-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0003;
  border: .5px solid #0ef;
  border-radius: 60px;
  padding: 20px;
}

.play {
  width: 25px;
  height: 25px;
}

.video-section {
  height: 100vh;
}

.container-2 {
  grid-row-gap: 0px;
  opacity: .74;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  margin: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-3 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 90px;
}

.paragraph-2 {
  opacity: 1;
  color: var(--100);
  text-align: center;
  width: 890px;
  min-width: auto;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 40px;
  display: flex;
}

.section-logo {
  width: auto;
  min-width: auto;
  max-width: none;
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  width: auto;
  min-width: auto;
  max-width: none;
  padding: 0 0%;
}

.container-large-2 {
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.padding-vertical.padding-xxlarge {
  width: auto;
  min-width: auto;
  max-width: none;
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-bottom: 100px;
  display: flex;
}

.logo-slider-img {
  width: 120px;
}

.logo-slider-img._2 {
  width: 60px;
}

.logo-slider-img._01 {
  width: 90px;
}

.logo-slider-img._03 {
  width: 170px;
}

.logo-slider-img._04 {
  width: 60px;
}

.logo-slider-img._07 {
  width: 70px;
}

.logo-slider-img._08 {
  width: 150px;
}

.logo-slider-img._09 {
  width: 100px;
}

.logo-slider-img._10 {
  width: 80px;
}

.logo-slider-img._11 {
  width: 120px;
}

.logo-slider-img._12 {
  width: 100px;
}

.heading-4 {
  text-align: center;
  font-size: 60px;
}

.container-4 {
  grid-row-gap: 12px;
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.line-deco {
  border: 1px solid #00c400;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.heading-5 {
  color: var(--100);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 100px;
  line-height: 90px;
  display: flex;
}

.section {
  background-color: var(--02);
  color: var(--02);
  justify-content: center;
  align-items: center;
  height: 600px;
  min-height: 600px;
  display: flex;
}

.container-6 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 20px 0;
  display: flex;
}

.image-2 {
  margin-top: 140px;
}

.background-video-4 {
  opacity: .99;
  border-radius: 20px;
  width: 500px;
  min-width: auto;
  height: 350px;
  min-height: 350px;
  margin-top: 0;
}

.paragraph-3 {
  opacity: 1;
  color: var(--100);
  width: 550px;
  min-width: auto;
  margin-top: 0;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

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

.bold-text-3 {
  font-family: Heebo, sans-serif;
  font-weight: 900;
}

.div-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 580px;
  margin-left: 40px;
  display: flex;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 700;
}

.ourservices {
  background-color: var(--redred);
  height: auto;
  padding-bottom: 10px;
}

.media-wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  margin-top: 0;
  padding: 2rem 15px;
  position: relative;
}

.scroll-inner {
  background-color: var(--redred);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1400px;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.sticky-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

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

.full-image.m {
  height: 100%;
}

.full-image.e {
  height: 110%;
}

.scroll-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: .0625rem #83838329;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  height: 100%;
  min-height: 35px;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -3%;
  overflow: hidden;
}

.heading-6 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 27px;
}

.heading-6._01 {
  font-size: 30px;
}

.text-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.heading-7 {
  text-align: left;
  margin-bottom: 40px;
  font-family: Teko, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

.paragraph-4 {
  opacity: 1;
  text-align: center;
  width: 1000px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 20px;
  display: flex;
}

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

.heading-8 {
  color: var(--redred);
  font-family: Teko, sans-serif;
  font-size: 15px;
}

.bold-text-8 {
  font-weight: 600;
  line-height: 22px;
}

.section-3 {
  background-color: var(--02);
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  line-height: 100px;
  display: flex;
}

.paragraph-5 {
  text-align: right;
  margin-right: 20px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
}

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

.ourachievements {
  background-color: var(--300);
  background-image: linear-gradient(225deg, var(--red), var(--300) 10%, var(--02) 89%, var(--400));
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link {
  grid-column-gap: .25rem;
  color: #413e3e;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link:hover {
  color: #1b1818;
}

.counter {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.text-lg {
  text-align: center;
  margin-left: -23px;
  padding-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 25px;
}

.text-lg.state {
  margin-left: 2px;
}

.u-text-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 80px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.title-wrapper {
  margin-bottom: 1rem;
}

.title-wrapper.cc-lg {
  margin-bottom: 3rem;
}

.text-sm {
  font-size: 1rem;
  line-height: 1.4;
}

.grid-cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-cols.cc-3col {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.counter_number.cc-comma, .counter_number.cc-integer, .counter_number.cc-decimal, .counter_number.cc-extra {
  font-family: Teko, sans-serif;
  font-size: 80px;
  font-weight: 600;
}

.counter_number.cc-01, .counter_number.cc-02, .counter_number.cc-03, .counter_number.cc-04, .counter_number.cc-05 {
  font-family: Teko, sans-serif;
  font-size: 70px;
  font-weight: 400;
}

.h1 {
  font-size: 60px;
  line-height: 70px;
}

.cta-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  display: flex;
}

.cta-wrapper.cc-center {
  justify-content: center;
}

.section-5 {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.background-video-5 {
  opacity: 1;
  width: 700px;
  height: 500px;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-6 {
  z-index: auto;
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  display: flex;
}

.section-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/about-us-background-02.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  height: 500px;
  margin-right: auto;
  padding-left: 220px;
  padding-right: 70px;
  display: flex;
}

.container-9, .code-embed {
  width: 800px;
  height: 300px;
}

.container-10 {
  justify-content: space-between;
  align-items: center;
  width: 600px;
  height: 300px;
  display: flex;
}

.code-embed-2 {
  float: none;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 850px;
  margin-right: 60px;
  padding-right: 0;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 400px;
  padding-right: 0;
  display: flex;
}

.section-7 {
  background-color: var(--redred);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  display: flex;
}

.introduction {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 100px;
}

.container-11 {
  max-width: none;
  margin-left: -86px;
  margin-right: 0;
}

.paragraph-6 {
  background-color: var(--800);
  opacity: 1;
  width: 450px;
  margin-top: 20px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.container-12 {
  display: flex;
}

.container-13 {
  margin-left: auto;
}

.paragraph-7 {
  opacity: .8;
  text-align: left;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.bold-text-10 {
  font-weight: 800;
}

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

.column {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.image-3 {
  border-radius: 15px;
}

.main-img {
  width: 95%;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 270px;
  margin-top: 60px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 270px;
  overflow: hidden;
}

.slider-mask {
  width: 22%;
  height: 270px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.slider-arrow {
  background-color: #fff;
  width: 72px;
  height: 72px;
  top: 0;
  left: 0;
}

.slider-arrow.right {
  background-color: var(--red);
  width: 60px;
  height: 60px;
  top: 0;
  left: auto;
  right: 0;
}

.slider-arrow.right:hover {
  background-color: var(--400);
}

.slider-arrow.left {
  background-color: var(--red);
  color: var(--300);
  width: 60px;
  height: 60px;
  left: 6px;
}

.slider-arrow.left:hover {
  background-color: var(--400);
}

.slide {
  position: relative;
}

.slide.slide-one {
  height: 270px;
}

.slider-arrow-icon {
  color: #fff;
  font-size: 22px;
}

.extra-img {
  width: 400px;
  height: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -97.5%;
}

.extra-img.last-slide {
  inset: 0 -97.5% 0 auto;
}

.section-8 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.bold-text-11 {
  font-weight: 600;
}

.aboutus {
  width: auto;
  font-family: Teko, sans-serif;
  font-size: 100px;
}

.container-14 {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: center;
  align-items: center;
  width: 1600px;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.section-9 {
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  display: flex;
}

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

.columns-2 {
  margin-top: 40px;
}

.section-10 {
  background-color: var(--redred);
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  display: flex;
}

.heading-9 {
  color: var(--200);
  text-align: center;
  width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.section-11 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-image: linear-gradient(#000, #fff);
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  display: flex;
}

.container-15 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.paragraph-8 {
  opacity: .8;
  width: 600px;
  margin-top: 40px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.heading-10 {
  width: 450px;
  margin-bottom: 40px;
  font-family: Teko, sans-serif;
  font-size: 80px;
  line-height: 70px;
}

.section-12 {
  background-color: var(--02);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.bold-text-12 {
  opacity: 1;
  font-weight: 600;
}

.section-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c70000;
  background-image: url('../images/award-bg-final.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-11 {
  width: 400px;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 80px;
}

.paragraph-9 {
  opacity: .8;
  width: 700px;
  margin-top: 20px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
}

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

.body {
  height: auto;
  min-height: auto;
}

.section-14 {
  background-image: url('../images/Commercial-EV-Charging-BG.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.heading-12 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Teko, sans-serif;
  font-size: 100px;
  line-height: 85px;
}

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

.paragraph-10 {
  opacity: 1;
  text-align: center;
  width: 950px;
  margin-top: 30px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
}

.faq_section-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
  position: sticky;
  top: 25%;
}

.process_overlay-top {
  z-index: 2;
  background-image: linear-gradient(#fff, #0000);
  height: 8rem;
  position: absolute;
  inset: 0% 0% auto;
}

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.graphic_faq {
  max-width: 53rem;
  position: absolute;
  top: -169%;
  left: -24%;
}

.tab_link {
  background-color: #0000;
  width: 6rem;
  height: 6rem;
  padding: 1rem;
}

.tab_link:hover {
  opacity: 1;
}

.tab_link.w--current {
  opacity: 1;
  background-color: #0000;
}

.faq_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.tools_tab-content {
  color: #ffffffb3;
  font-size: 1.25rem;
}

.tools_tab-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer_gradient {
  z-index: -2;
  width: 100%;
  max-width: 100vw;
  position: absolute;
  inset: auto 0%;
}

.tools-item-1, .tools-item-2 {
  grid-row-gap: 2rem;
  background-color: #141414;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.footer_cta-graphic {
  z-index: -1;
  max-width: 60rem;
  position: relative;
  top: -13%;
  left: auto;
  right: auto;
}

.link_animated {
  overflow: hidden;
  transform: translate(0);
}

.tabs_menu {
  justify-content: center;
  display: flex;
}

.tools-item-4 {
  grid-row-gap: 2rem;
  background-color: #141414;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-grey {
  opacity: .78;
  color: var(--100);
  text-align: left;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.footer_section-cta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.process_item-image_container {
  grid-row-gap: 0rem;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
}

.process_item-image_container.step-3 {
  width: 80%;
  height: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.faq_expand-icon {
  background-color: #0b0d011f;
  border-radius: .75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.slider_content-titles {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-home-footer {
  z-index: 0;
  box-shadow: none;
  background-color: #0b0d01;
  position: relative;
  overflow: hidden;
}

.text-style-callout {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.text-style-callout.text-weight-medium-2 {
  font-family: Teko, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-style-callout.text-color-white-secondary {
  color: #ffffffb3;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.faq_item {
  border-bottom: .0625rem solid #0b0d011f;
}

.faq_item.last-child {
  border: 1px #000;
}

.button-3 {
  grid-column-gap: .5rem;
  color: #0b0d01;
  text-align: center;
  background-color: #dbfe52;
  border-radius: 1.5rem;
  align-items: center;
  padding: 1.5rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.button-3:hover {
  background-color: #dbfe52;
  box-shadow: 0 4px 2.9px 0 #c8ff0005, 0 10px 7.4px 0 #00000008, 0 21px 15px #00000008, 0 42px 31px #0000000a;
}

.button-3:active {
  background-color: #dbfe52;
}

.list-item {
  grid-column-gap: .75rem;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.section-home-process {
  position: relative;
}

.tools-line {
  background-color: #dbfe52;
  flex: 1;
  height: 100%;
}

.section-home-faq {
  background-color: #fafafa;
  position: relative;
}

.plan_right {
  grid-row-gap: 3rem;
  background-color: #0b0d01;
  background-image: linear-gradient(#343434, #141414);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.plan_right.shadow-card {
  background-image: linear-gradient(#343434, #141414);
}

.footer_section {
  justify-content: space-between;
  display: flex;
}

.tools_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-columns: minmax(20rem, 1fr);
  grid-auto-flow: row;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.page-padding-2 {
  z-index: 1;
  background-color: var(--redred);
  padding: 80px 2.5rem;
}

.process_container {
  position: relative;
}

.colophon_section {
  justify-content: space-between;
  display: flex;
}

.text-weight-medium-2 {
  font-weight: 500;
}

.text-weight-medium-2.text-size-large {
  flex: 1;
}

.text_eyebrow {
  color: #9353ff;
  text-transform: uppercase;
  font-weight: 500;
}

.plan_left {
  grid-row-gap: 3rem;
  background-color: #fff;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.process_item-container {
  z-index: 5;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq_answer-content {
  color: #0b0d01a3;
  padding-bottom: 2rem;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.benefits_section {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process_step {
  grid-column-gap: 2rem;
  border-radius: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 8.75rem 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.plan_name-container {
  grid-row-gap: .5rem;
  text-align: center;
  border-bottom: .0625rem solid #ffffff29;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem;
  display: flex;
}

.plan_name-container.left {
  border-bottom-color: #0b0d011f;
}

.colophon_section-links {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.tabs-profile {
  border-radius: 100rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-white-secondary {
  max-width: 20rem;
}

.hero_container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer_graphics-container {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-large {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.plan_price-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plans_container {
  grid-column-gap: 2rem;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-home-testimonial {
  z-index: 0;
  position: relative;
}

.tools_menu {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 25%;
  margin-right: 4rem;
  display: flex;
}

.process_item-description {
  z-index: 3;
  position: relative;
}

.button-plans {
  color: #0b0d01;
  text-align: center;
  background-color: #fafafa;
  justify-content: center;
  padding: 2rem 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color .3s ease-in-out;
}

.button-plans:hover {
  background-color: #e0e0e0;
}

.button-plans.green {
  background-color: #dbfe52;
}

.button-plans.green:hover {
  background-color: #c1e049;
}

.tools-item-3 {
  grid-row-gap: 2rem;
  background-color: #141414;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.tools-bg-grid {
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-underline {
  background-color: #dbfe52;
  width: 100%;
  height: .125rem;
}

.faq_question {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
}

.tools-item-icon {
  background-color: #1f1f1f;
  border: 1px solid #ffffff29;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.faq_section-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.text-color-secondary {
  color: #0b0d01a3;
}

.text-color-secondary.text-size-medium {
  opacity: .9;
  color: var(--100);
  font-family: Heebo, sans-serif;
  font-size: 17px;
}

.tools_container {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.process_item-indicator {
  z-index: 2;
  background-color: var(--400);
  box-shadow: 0 0 0 5px var(--100);
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.process_timeline-progress {
  z-index: -1;
  background-color: var(--100);
  width: .1875rem;
  height: 0;
}

.process_overlay-bottom {
  z-index: 2;
  background-image: linear-gradient(to top, #fff, #0000);
  height: 8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.tools_tab-header {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.process_wrapper {
  z-index: 5;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 40% 10% 40%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.plan_features-icon {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.plan_features-icon.green {
  color: #dbfe52;
}

.plan_features-icon.black {
  color: #dbfe52;
  background-color: #ffffff29;
}

.plan_features-icon.white {
  background-color: #dbfe52;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.3;
}

.plan_features-list {
  align-self: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.section-home-plans {
  background-color: #fff;
  background-image: url('../images/gr_purple-circles.svg'), linear-gradient(#fafafa, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  position: relative;
}

.plan_price-text {
  grid-column-gap: .25rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.plan_price-text.left {
  color: #0b0d01;
}

.tools-bg-blur {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.companies_section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.text-style-link {
  text-decoration: underline;
}

.text-color-white-secondary {
  color: #ffffffb3;
}

.slider_content-quote {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.faq_section {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-home-tools {
  z-index: 0;
  background-color: #0b0d01;
  background-image: radial-gradient(circle at 100% 100%, #9353ff38, #0b0d01);
  position: relative;
}

.tools_pane {
  flex: 1;
  overflow: visible;
}

.benefits_section-item {
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.process_item-image {
  width: 100%;
  height: auto;
}

.process_item-image.step-2 {
  border-radius: 20px;
  width: auto;
}

.process_item-image.step-1 {
  background-image: url('../images/site-evaluation.jpg');
  background-position: 50%;
  background-size: auto;
  inset: 0%;
  transform: scale(1.8);
}

.process_item-image.step-3-1 {
  transform: translate(0, 10%)scale(.8);
}

.process_item-image.step-3-3 {
  top: 10%;
  transform: translate(0, -10%)scale(.8);
}

.process_item-image.step-3-2 {
  top: 5%;
  transform: translate(0)scale(.8);
}

.process_item-image.step-2-arrow {
  max-width: 40%;
}

.tools_bg {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.text-color-white {
  color: #fff;
}

.tools-item-text {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.process_timeline {
  z-index: 1;
  background-color: #0b0d011f;
  width: .05rem;
  height: 100%;
  position: absolute;
  box-shadow: inset 0 -3px 3px -10px #fff;
}

.tools_tab {
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.tools_tab.w--current {
  background-color: #0000;
}

.colophon-links {
  color: #ffffffb3;
  flex: 1;
  max-width: 12rem;
  font-size: .875rem;
}

.section-home-benefits {
  background-color: #fafafa;
}

.footer_section-column {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 12rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xhuge {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer_section-col-con {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.footer_cta-hero {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center.text-align-center {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.section-home-hero {
  z-index: 1;
  color: #fff;
  background-color: #0b0d01;
  background-image: radial-gradient(circle at 50% 100%, #dbfe5212, #0b0d01), url('../images/Group-16.svg');
  background-position: 0 0, 50% -50%;
  background-repeat: repeat, repeat;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
  margin-top: -7rem;
  padding-top: 6rem;
}

.tools-line-container {
  background-color: #ffffff29;
  align-self: stretch;
  width: 100%;
  height: .125rem;
  display: flex;
  overflow: hidden;
}

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

.section-header {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-13 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Teko, sans-serif;
  font-size: 80px;
}

.heading-14 {
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.heading-15, .heading-16 {
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.text-moving-container {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-left: -46px;
  display: flex;
}

.text-moving-inner {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.change-text-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-don-t-change {
  color: var(--100);
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 15px;
  font-family: Heebo, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: 50px;
}

.text-change-wrapper {
  background-color: var(--red);
  color: var(--100);
  border-radius: 0;
  width: auto;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-style: italic;
  overflow: hidden;
}

.text-change {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  width: auto;
  font-family: Teko, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: 50px;
}

.section-15 {
  background-color: var(--02);
}

.industries-we-support {
  background-color: var(--700);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 900px;
  padding-top: 10px;
  display: flex;
}

.container-17 {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-5 {
  background-color: var(--400);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}

.wrap-01 {
  color: #fff;
  width: 200px;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.border-01 {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  background-image: url('../images/circle-border.png');
  background-position: 50% 100%;
  border-bottom: 0 solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0 0 0;
}

.thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  height: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 1em 0 0;
}

.thumbnail._1 {
  z-index: auto;
  background-image: url('../images/element-bg.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 85%;
}

.thumbnail._02, .thumbnail._03, .thumbnail._04, .thumbnail._05 {
  background-image: url('../images/element-bg.png');
  justify-content: center;
  align-items: center;
}

.team-name {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Teko, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.team-position {
  font-family: Heebo, sans-serif;
  font-size: 12px;
}

.industries {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.industries-element {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-11 {
  text-align: center;
  width: 240px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.heading-17, .heading-18, .heading-19, .heading-20, .heading-21 {
  font-family: Teko, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.border-02 {
  background-image: url('../images/circle-border.png');
  background-position: 50%;
  background-size: auto;
  border-top: 0 solid #000;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.wrap-02, .wrap-03, .wrap-04, .wrap-05 {
  width: 200px;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.border-03 {
  background-image: url('../images/circle-border.png');
  background-position: 50%;
  background-size: auto;
  border-bottom: 0 solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.border-04 {
  background-image: url('../images/circle-border.png');
  background-position: 50%;
  background-size: auto;
  border-top: 0 solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.border-05 {
  background-image: url('../images/circle-border.png');
  background-position: 50%;
  background-size: auto;
  border-bottom: 0 solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.heading-style-h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.first-section {
  height: 1000px;
}

.slider-wrapper {
  min-width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  background-color: #f04438;
  border: 1px solid #f04438;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
}

.button-4:hover {
  color: #f04438;
  background-color: #0000;
  transform: translate(0, -10px);
}

.panel {
  justify-content: center;
  align-items: center;
  min-width: 50vw;
  height: 100%;
  display: flex;
}

.panel.is-red {
  z-index: 1;
  position: static;
  left: 0;
}

.panel._2 {
  z-index: 2;
  background-color: #222;
  position: static;
  left: 0;
}

.panel.is-red {
  z-index: 1;
  min-width: 50vw;
  height: 800px;
  position: static;
  left: 0;
}

.panel.is-gray {
  background-color: #f04438;
}

.main-wrapper-2 {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.slider-camera {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  min-height: 1000px;
  max-height: 1000px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.hero_content {
  flex-direction: column;
  justify-content: center;
  width: 50vw;
  height: 1000px;
  padding-left: 5%;
  padding-right: 5rem;
  display: flex;
}

.horizontal-scroll_track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  min-width: 100px;
  min-height: 300dvh;
  display: block;
  position: relative;
}

.panel-text {
  font-size: 4rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.horizontal-scroll_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100vw;
  height: 1000px;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 2rem;
  overflow: hidden;
}

.button-5 {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  background-color: #f04438;
  border: 1px solid #f04438;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
}

.button-5:hover {
  color: #f04438;
  background-color: #0000;
  transform: translate(0, -10px);
}

.slider-wrapper-2 {
  min-width: 450vw;
  height: 1000px;
  display: flex;
  position: relative;
}

.main-wrapper-3 {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.main-wrapper-3.shadow-medium {
  height: 1000px;
}

.horizontal-scroll_track-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  min-width: 100vw;
  height: 1000px;
  min-height: 1000px;
  display: block;
  position: relative;
}

.industries-02 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.industries-we-support-02 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.industry-test-01, .industry-test-02 {
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.swiper-wrapper-2 {
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.hero_content-2 {
  color: #222;
  background-color: #645c5c;
  flex-direction: column;
  justify-content: center;
  width: 50vw;
  min-height: auto;
  padding-left: 5%;
  padding-right: 5rem;
  display: flex;
}

.p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.card-number {
  color: #fff;
  font-size: 240px;
  line-height: 1;
}

.card-content {
  margin-left: 14px;
  padding-right: 30px;
}

.horizontal-scroll_content-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100vw;
  min-height: auto;
  display: flex;
  position: sticky;
  top: 2rem;
  overflow: hidden;
}

.horizontal-scroll_track-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  min-width: 100vw;
  min-height: auto;
  display: block;
  position: relative;
}

.swiper {
  flex-direction: row;
  align-items: center;
}

.mar-t-24 {
  margin-top: 1.5em;
}

.slider-camera-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  min-height: auto;
  max-height: none;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.swiper-content {
  text-align: left;
  background-color: #8b8b8b;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  width: 40em;
  height: 550px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.swiper-content._3 {
  background-color: #af56f3;
}

.swiper-content._4 {
  background-color: #00c49a;
}

.swiper-content._1 {
  background-color: #fa7f03;
  justify-content: space-between;
  align-items: flex-start;
}

.swiper-content._2 {
  background-color: #006aff;
}

.slider-main_button {
  color: #c8dd5e;
  text-align: center;
  border: 1px solid #a5a5a5;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.25em;
  height: 3.25em;
  padding-top: 4px;
  transition: all .2s;
  display: flex;
}

.slider-main_button:hover {
  color: #1f1f1f;
  transform: scale(1.1);
}

.card-label {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.slider-main_button-wrapper-2 {
  grid-column-gap: 10px;
  margin-bottom: 1.5em;
  display: flex;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.column-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.logo-column {
  width: 33.3333%;
  padding-right: 35px;
}

.clone-slide-nav {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

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

.curve-rough {
  object-fit: cover;
  width: 110%;
  position: absolute;
  inset: auto 0% -2%;
}

.content-block {
  background-color: var(--color-2);
  padding: 20px 35px 40px;
}

.clone-right-arrow {
  background-color: var(--red);
  border-radius: 0;
  width: 45px;
  height: 45px;
  font-size: 14px;
  top: 10px;
  right: 0;
}

.clone-right-arrow:hover {
  background-color: var(--400);
}

.content-h2 {
  color: var(--100);
  letter-spacing: -1px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

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

.logo-wrapper-2 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.clone-slider-mother {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.author-job {
  color: #151c3480;
}

.play-icon {
  width: 60px;
}

.text-fixed-height {
  min-height: 100px;
}

.logo-2 {
  margin-right: 35px;
}

.image-wrapper-2 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote-h4 {
  color: #151c34;
  font-size: 17px;
  font-weight: 500;
}

.clone-mask {
  overflow: hidden;
}

.testimonial-card {
  height: 100%;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.title-block {
  color: #7a8094;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 600;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.play-button {
  position: absolute;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.column-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.text-span {
  color: #007bfc;
}

.clone-slider {
  background-color: #0000;
  width: 100%;
  max-width: 490px;
  height: 100%;
}

.clone-left-arrow {
  background-color: var(--red);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  display: flex;
  top: 10px;
  left: 0;
}

.clone-left-arrow:hover {
  background-color: var(--400);
}

.sto-wrap-1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sto-wrap-8 {
  flex-direction: column;
  justify-content: space-between;
  width: 30em;
  display: flex;
}

.sto-text-1 {
  color: var(--100);
  font-family: Teko, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
}

.sto-text-1:hover {
  color: var(--300);
}

.sto-pic-3 {
  width: 10em;
}

.sto-tabs-1 {
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.sto-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.sto-paragraph-2 {
  color: var(--100);
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.sto-paragraph-2.da {
  color: var(--100);
  font-size: 16px;
}

.sto-wrap-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--700);
  border-radius: 20px;
  flex: 0 50%;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -20px;
  padding: 4em 5em;
  display: flex;
}

.sto-wrap-3.do {
  background-color: var(--700);
}

.sto-pic-2 {
  vertical-align: baseline;
  border-radius: 20px;
  height: 100%;
  display: inline-block;
  position: relative;
  left: 0;
}

.sto-section-1 {
  margin-top: 5em;
  font-size: 1vw;
}

.sto-decor-1 {
  background-color: var(--red);
  width: 160px;
  min-width: 14px;
  height: 3.9em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sto-decor-1.di, .sto-decor-1.do {
  background-color: var(--red);
}

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

.sto-link-tab-1 {
  color: #2b415666;
  background-color: #0000;
  height: 60px;
  padding: 1em 1.5em;
  font-size: 14px;
}

.sto-link-tab-1.w--current {
  color: #2b4156;
  background-color: #0000;
  height: 60px;
  padding: 1em 1.5em;
  font-size: 14px;
}

.sto-link-tab-1.de {
  background-color: #0000;
  background-image: none;
  border-left: 1px solid #00000021;
  border-right: 1px solid #00000021;
  font-size: 14px;
}

.sto-wrap-6 {
  width: 450px;
}

.sto-tabs-menu-1 {
  justify-content: center;
  height: 60px;
  margin-top: -2px;
  padding-left: 120px;
  display: flex;
  bottom: 3.8em;
}

.sto-wrap-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 26em;
  display: flex;
}

.sto-wrap-7 {
  flex: 1;
  position: relative;
}

.sto-paragraph-1 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.sto-pic-1 {
  width: 10em;
}

.section-16 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-22 {
  width: 470px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 65px;
  line-height: 80px;
}

.heading-23 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-24 {
  width: auto;
  font-family: Teko, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.heading-26 {
  font-family: Teko, sans-serif;
}

.section-17 {
  background-color: var(--02);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-3 {
  color: var(--100);
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.text-block-3:hover {
  color: var(--400);
}

.dropdown-toggle {
  padding-right: 20px;
  font-size: 23px;
  line-height: 27px;
}

.commercial-ev-charging-solutions {
  background-color: var(--redred);
  color: var(--100);
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.commercial-ev-charging-solutions:hover {
  background-color: var(--300);
  color: var(--400);
}

.commercial-ev-charging-solutions.w--current {
  color: var(--100);
  font-weight: 400;
}

.commercial-ev-charging-solutions.w--current:hover {
  color: var(--400);
}

.backup-power-generators {
  background-color: var(--redred);
  color: var(--100);
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.backup-power-generators:hover {
  background-color: var(--300);
  color: var(--400);
}

.backup-power-generators.w--current {
  color: var(--100);
}

.backup-power-generators.w--current:hover {
  color: var(--400);
}

.separatedicon, .separated-icon-02 {
  width: 45px;
}

.heading-28 {
  margin-bottom: 15px;
  font-family: Teko, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 85px;
}

.bold-text-14 {
  color: var(--100);
  font-family: Teko, sans-serif;
  font-size: 80px;
  font-weight: 300;
}

.column-left-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px 20px 20px 0;
  display: flex;
}

.cslider-2 {
  width: 500px;
  height: auto;
  min-height: auto;
}

.slider-wrap-3 {
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-left: 0;
  display: flex;
}

.column-right-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  min-height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 0 40px 40px;
  display: flex;
}

.pcs-slider-title {
  background-color: var(--redred);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
  overflow: hidden;
}

.clone-slider-mother-2 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.testimonial-card-2 {
  width: 100%;
  height: auto;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.image-wrapper-3 {
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.bold-text-15, .bold-text-16 {
  color: var(--100);
}

.section-19 {
  background-color: var(--02);
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-29 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px none var(--100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  font-size: 1px;
  line-height: 1;
  display: flex;
}

.div-block-8:hover {
  border-right-width: 2px;
  border-right-color: var(--100);
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--100);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 30px;
  font-size: 10px;
  line-height: 25px;
  display: flex;
}

.heading-30 {
  color: var(--100);
  font-family: Heebo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.heading-30:hover {
  color: var(--400);
}

.heading-31 {
  color: var(--100);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.pcs-box {
  background-color: var(--redred);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-12 {
  opacity: 84;
  width: 500px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Heebo, sans-serif;
  font-size: 17px;
}

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

.div-block-14 {
  background-color: var(--300);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-14:hover {
  background-color: var(--400);
}

.blackbox {
  width: 200px;
  height: 300px;
  margin-top: 20px;
}

.div-block-16 {
  background-color: var(--100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-33 {
  font-size: 28px;
}

.bold-text-17 {
  letter-spacing: 0;
  font-family: Teko, sans-serif;
  font-size: 25px;
}

.paragraph-14 {
  opacity: 100;
  color: var(--redred);
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.whoewesupport {
  text-align: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Teko, sans-serif;
  font-size: 90px;
}

.bold-text-21 {
  font-family: Teko, sans-serif;
  font-size: 80px;
}

.solar-carports {
  background-color: var(--redred);
  color: var(--100);
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.solar-carports:hover {
  background-color: var(--300);
  color: var(--400);
}

.solar-carports.w--current {
  color: var(--100);
}

.solar-carports.w--current:hover {
  color: var(--400);
}

.section-20 {
  background-image: url('../images/solar-background-02.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  display: flex;
}

.heading-34 {
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

.text-block-5 {
  text-align: left;
  width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 24px;
}

.section-21 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 750px;
  display: flex;
}

.heading-35 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-16 {
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.section-22 {
  background-color: var(--redred);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.heading-36 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 80px;
}

.div-block-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  display: grid;
}

.div-block-21 {
  background-color: var(--100);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 250px;
  padding: 20px;
  display: flex;
}

.div-block-23 {
  margin-top: 40px;
}

.div-block-24 {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-6 {
  color: var(--redred);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Teko, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-17 {
  opacity: 100;
  color: var(--redred);
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

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

.section-23 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: var(--02);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-26 {
  width: 600px;
  margin-top: 0;
}

.paragraph-18 {
  width: 500px;
  font-family: Heebo, sans-serif;
}

.ev-charging-stations {
  background-color: var(--800);
  text-align: center;
  width: 350px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Teko, sans-serif;
  font-size: 50px;
}

.heading-37 {
  text-align: left;
  font-family: Teko, sans-serif;
  font-size: 80px;
}

.businesses {
  background-image: url('../images/solar-002.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask {
  margin-top: 100px;
}

.home {
  background-image: url('../images/solar-003.jpg');
  background-position: 50%;
  background-size: cover;
}

.businesses-heading {
  background-color: var(--800);
  text-align: center;
  width: 200px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Teko, sans-serif;
  font-size: 50px;
}

.home-heading {
  background-color: var(--800);
  text-align: center;
  width: 130px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Teko, sans-serif;
  font-size: 50px;
}

.ev-charging-station {
  background-image: url('../images/solar-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-arrow, .right-arrow {
  font-size: 20px;
}

.left-arrow-2 {
  background-color: var(--red);
  width: 40px;
  height: 40px;
}

.left-arrow-2:hover {
  background-color: var(--400);
}

.right-arrow-2 {
  background-color: var(--red);
  width: 40px;
  height: 40px;
}

.right-arrow-2:hover {
  background-color: var(--400);
}

.section-24 {
  background-color: var(--02);
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-39 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Teko, sans-serif;
  font-size: 80px;
}

.div-block-29 {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-31 {
  border-right: 3px solid var(--400);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 30px;
  font-family: Teko, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: flex;
}

.text-block-8 {
  font-family: Heebo, sans-serif;
  font-size: 17px;
}

.div-block-32 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.taxcredits {
  background-color: var(--300);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  display: flex;
}

.taxcredits:hover {
  background-color: var(--red);
}

.text-block-9 {
  background-color: var(--color-3);
  text-align: center;
  width: 150px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.energy-cost-reduction {
  background-color: var(--300);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 40px;
  display: flex;
}

.energy-cost-reduction:hover {
  background-color: var(--red);
}

.environmental-benefits {
  background-color: var(--300);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 40px;
  display: flex;
}

.environmental-benefits:hover {
  background-color: var(--red);
}

.increased-property-value {
  background-color: var(--300);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  display: flex;
}

.increased-property-value:hover {
  background-color: var(--red);
}

.electrical-services {
  background-color: var(--redred);
  color: var(--100);
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  transition: transform .25s, opacity .25s;
}

.electrical-services:hover {
  background-color: var(--300);
  color: var(--400);
}

.electrical-services.w--current {
  color: var(--100);
  line-height: 30px;
}

.section-25 {
  background-image: url('../images/generator-background-02.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.heading-40 {
  text-align: center;
  font-family: Teko, sans-serif;
  font-size: 100px;
}

.paragraph-19 {
  text-align: center;
  width: 1000px;
  font-family: Heebo, sans-serif;
  font-size: 19px;
}

.div-block-34 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.heading-41 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Teko, sans-serif;
  font-size: 90px;
}

.section-26 {
  height: 730px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.div-block-36 {
  background-color: var(--accent-light);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
}

.light-bulb {
  z-index: 30;
  position: relative;
  top: -611px;
  left: -64px;
}

.lights {
  z-index: 30;
  position: relative;
  top: -651px;
  left: 50px;
}

.div-block-38 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-39 {
  background-color: var(--100);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  height: 60px;
  padding-left: 20px;
  display: flex;
}

.div-block-40 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.heading-42 {
  color: var(--redred);
  margin-left: 20px;
  font-family: Heebo, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-27 {
  background-image: url('../images/bg02.png');
  background-position: 50%;
  background-size: cover;
  height: 1200px;
  padding-top: 100px;
}

.heading-43 {
  text-align: center;
  font-family: Teko, sans-serif;
  font-size: 85px;
}

.div-block-42 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.generator-01 {
  background-image: url('../images/generator-01.png');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.div-block-44 {
  width: 600px;
}

.paragraph-20 {
  opacity: .9;
}

.heading-44 {
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.div-block-45 {
  margin-bottom: 60px;
}

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

.paragraph-21 {
  width: 1100px;
  margin-bottom: 40px;
}

.typhoon {
  z-index: 70;
  border-radius: 20px;
  position: relative;
  right: 0;
}

.voltagepole {
  z-index: 60;
  background-color: var(--300);
  border-radius: 20px;
  position: relative;
  top: -252px;
}

.generator {
  z-index: 50;
  position: relative;
  top: -461px;
  left: 37px;
}

.generator-02 {
  background-image: url('../images/generator-02.png');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
}

.generator-03 {
  background-image: url('../images/generator-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 350px;
  background-attachment: scroll;
  width: 300px;
  height: 280px;
}

.section-28 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-47 {
  font-family: Teko, sans-serif;
  font-size: 85px;
}

.heading-45 {
  text-align: center;
  margin-bottom: 100px;
  font-family: Teko, sans-serif;
  font-size: 85px;
}

.heading-46 {
  margin-bottom: 40px;
  font-family: Teko, sans-serif;
  font-size: 85px;
}

.section-29 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

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

.div-block-49 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  display: grid;
}

.div-block-50 {
  width: 550px;
}

.heading-48 {
  font-family: Heebo, sans-serif;
  font-size: 30px;
}

.bold-text-37 {
  color: var(--400);
}

.section-30 {
  background-image: url('../images/electrical-service-bg-04.png'), url('../images/electrical-service-bg-03.png');
  background-position: 0 0, 10% 20%;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.heading-49 {
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 100px;
}

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

.paragraph-23 {
  text-align: center;
  width: 1000px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
}

.div-block-52 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-53, .div-block-54, .div-block-55 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-24 {
  opacity: 1;
  text-align: center;
  width: 250px;
  margin-top: 40px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.section-31 {
  background-image: url('../images/bg02.png');
  background-position: 50%;
  background-size: cover;
  height: 2500px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-18 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.line-hold {
  align-items: center;
  width: 4px;
  height: 100%;
  display: flex;
}

.detail {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 65px;
  display: flex;
}

.line {
  border-right: 1px solid #4e4e4e;
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.heading-50 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.indicator {
  background-color: var(--400);
  width: 100%;
  height: 50%;
}

.text-block-12 {
  border-top: 4px solid #74dfeb;
  height: 60px;
  padding-top: 26px;
  display: inline-block;
}

.outer-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #4e4e4e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-59 {
  border-top: 1px solid #4e4e4e;
}

.number-outer {
  display: flex;
}

.number {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 60px;
  display: flex;
}

.heading-51 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Teko, sans-serif;
}

.section-33 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: var(--redred);
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.div-block-61 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  display: flex;
}

.image-10 {
  border-radius: 20px;
}

.heading-52 {
  text-align: left;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
}

.solar-01 {
  background-image: url('../images/solar.png');
  background-position: 50%;
  background-size: cover;
}

.solar-02 {
  background-image: url('../images/solar-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.solar-03 {
  background-image: url('../images/solar-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.solar-04 {
  background-image: url('../images/solar-04.jpg');
  background-position: 50%;
  background-size: cover;
}

.solar-05 {
  background-image: url('../images/solar-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-36 {
  background-image: url('../images/service-area-bg.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 270px;
  display: flex;
}

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

.heading-53 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 100px;
  display: flex;
}

.section-37 {
  background-color: var(--redred);
  background-image: url('../images/USA-flag.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.mi {
  z-index: 10;
  position: relative;
  top: -120px;
  left: -153px;
}

.map {
  position: absolute;
}

.div-block-63 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.fl {
  z-index: 20;
  position: relative;
  top: 144px;
  left: -183px;
}

.ca {
  z-index: 20;
  position: relative;
  top: -7px;
  left: -437px;
}

.nj {
  z-index: 20;
  position: relative;
  top: -76px;
  left: -175px;
}

.location-mark {
  z-index: 20;
  position: relative;
  top: -101px;
  left: -63px;
}

.div-block-64, .div-block-65 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-28 {
  opacity: 1;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.heading-54 {
  text-align: center;
  margin-top: 100px;
  font-family: Teko, sans-serif;
  font-size: 80px;
}

.routes {
  z-index: 20;
  position: relative;
  top: -18px;
  left: 190px;
}

.div-block-66 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.heading-55 {
  font-family: Heebo, sans-serif;
  font-size: 18px;
}

.div-block-69 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-56 {
  color: var(--redred);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 1.3em;
}

.bmj-block1-wrap-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 4em;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-right: 2em;
  display: flex;
}

.bmj-a-wrap-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-top: 60px;
  display: flex;
}

.bmj-b-decor-1 {
  border: 1px solid var(--accent-medium);
  opacity: .24;
  width: .1em;
  margin-left: 6em;
  margin-right: 6em;
}

.bmj-block1-heading-1 {
  color: var(--redred);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 40px;
  line-height: 1.3em;
}

.contact-us-form-inner-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--100);
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  padding: 2.5em 2em 2.5em 2.3em;
  display: flex;
  box-shadow: 0 1px 4px #0000005c;
}

.bmj-section-1 {
  background-image: url('../images/white-bg.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 7em 5em;
  font-size: 1vw;
  display: flex;
}

.bmj-block1-text-1 {
  color: #536b80;
  background-image: url('../images/check_1check.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto .7em;
  padding-left: 1.5em;
  font-size: 1.3em;
  line-height: 1.3em;
}

.text-block-17 {
  color: var(--redred);
  text-align: center;
  margin-top: 10px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.bmj-container-1 {
  width: 100%;
  max-width: 70em;
  margin-left: 0;
  margin-right: 0;
}

.how-can-we-assist-you-title {
  color: var(--300);
  background-image: url('../images/Ellipse-6_1Ellipse 6.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto .3em;
  margin-bottom: .8em;
  padding-right: .5em;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
  display: inline-block;
}

.bmj-block1-wrap-heading-1 {
  color: #294662;
  width: 400px;
  margin-bottom: 1.5em;
}

.bmj-b-wrap-block-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 42%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bmj-block1-wrap-text-1 {
  grid-column-gap: 2em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bmj-block1-text-2 {
  color: var(--redred);
  width: 400px;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Heebo, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.c_name-field {
  color: var(--redred);
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20;
}

.c_submit-button {
  background-color: var(--red);
  width: 300px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 6em;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.assistance-category {
  color: var(--redred);
  background-color: #0000;
  border: .1em #d4dbdf;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.contact-us-form {
  margin-bottom: 0;
}

.contact-us-form-block {
  flex: 0 42%;
}

.bmj-wrap-a-1 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
  display: flex;
}

.bmj-form-link-1 {
  color: #536b80;
  text-align: left;
  align-items: center;
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.bmj-form-link-1:hover, .bmj-form-link-1:focus {
  text-decoration: underline;
}

.bmj-block1-wrap-text-2 {
  grid-column-gap: 2em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-18 {
  color: #546a82;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.5em;
  line-height: 1.5em;
}

.c_spacer {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bmj-block1-wrap-1 {
  width: 400px;
}

.bmj-block1-link-1 {
  color: #499ae8;
  font-size: 1.3em;
  line-height: 1.3em;
  text-decoration: none;
}

.assistance-category-dv-box {
  background-color: #fff;
  border: .1em solid #d4dbdf;
  width: 100%;
  margin-bottom: 2em;
  position: relative;
}

.bmj-wrap-b-1 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  border-top: .2em #d4dadf;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 0;
  display: flex;
}

.bold-text-42 {
  color: var(--redred);
  width: 400px;
  font-family: Heebo, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.text-block-19 {
  width: 400px;
}

.c_company-title {
  color: var(--redred);
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.section-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--700);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.map-2 {
  width: 500px;
  height: 350px;
}

.div-block-73 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  display: flex;
}

.heading-57 {
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 90px;
}

.paragraph-29 {
  opacity: 100;
  color: var(--color);
  margin-top: 20px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
}

.bold-text-45 {
  color: var(--color);
  font-size: 15px;
}

.dfs-wrap-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: auto;
  margin-right: 0;
  font-size: 13px;
  display: flex;
}

.dfs-icon-2 {
  width: 50px;
}

.dfs-logo-1 {
  width: 12em;
}

.dfs-wrap-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: #1c212b;
  flex-direction: column;
  flex: 0 37%;
  align-items: flex-start;
  padding: 5em 4em 5em 7em;
  display: flex;
}

.dfs-button-1 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #33b6ff;
  border-radius: 20px;
  padding: .5em 1.5em;
  font-size: 1.2em;
  line-height: 1.3em;
}

.dfs-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.dfs-heading-1 {
  color: #1c212b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
}

.dfs-section-1 {
  font-size: 1vw;
}

.dfs-wrap-8 {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  align-items: center;
  display: flex;
}

.dfs-link-block-1 {
  width: 30px;
}

.dfs-text-1 {
  color: #fdf7ee;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
  margin-right: 0;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3em;
}

.dfs-link-1 {
  color: var(--100);
  margin-top: .7em;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.dfs-link-1.w--current {
  margin-top: 10px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.dfs-wrap-6 {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  border-top: 1px solid var(--700);
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 0;
  font-size: 17px;
  display: flex;
}

.dfs-grid-1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .25fr;
  grid-auto-columns: 1fr;
  width: 35em;
  margin-top: 10px;
  margin-left: 40px;
  display: grid;
}

.dfs-wrap-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3 {
  opacity: 1;
  color: var(--400);
  font-family: Heebo, sans-serif;
  font-size: 15px;
  transition: transform .25s, opacity .25s;
}

.link-4 {
  color: var(--400);
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.dfs-wrap-8-2 {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  align-items: center;
  width: 150px;
  margin-top: 20px;
  display: flex;
}

.div-block-75 {
  margin-left: 0;
}

.bold-text-46 {
  font-family: Heebo, sans-serif;
  font-size: 13px;
}

.flywheel-ups-systems {
  background-color: var(--redred);
  color: var(--100);
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.flywheel-ups-systems:hover {
  background-color: var(--300);
  color: var(--400);
}

.flywheel-ups-systems.w--current {
  color: var(--100);
}

.flywheel-ups-systems.w--current:hover {
  color: var(--400);
}

.section-40 {
  background-image: url('../images/flywheel-BG-02.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

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

.heading-58 {
  font-family: Teko, sans-serif;
  font-size: 100px;
}

.paragraph-31 {
  background-color: var(--800);
  opacity: 1;
  text-align: center;
  width: 1000px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
}

.div-block-77 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  display: flex;
}

.div-block-78 {
  background-color: var(--accent-medium);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 580px;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-79 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 780px;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-59 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 50px;
}

.paragraph-32 {
  opacity: 1;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section-42 {
  background-color: var(--700);
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-81 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

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

.section-43 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.heading-61 {
  margin-top: 20px;
  font-family: Teko, sans-serif;
  font-size: 50px;
}

.paragraph-33 {
  opacity: 1;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.div-block-83 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.paragraph-34 {
  opacity: 1;
  color: var(--100);
  font-family: Heebo, sans-serif;
  font-size: 14px;
}

.div-block-84 {
  background-color: var(--red);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
}

.paragraph-35 {
  opacity: 1;
  color: var(--100);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.heading-62 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Teko, sans-serif;
  font-size: 85px;
}

.section-44 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  background-color: var(--02);
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

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

.heading-63 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 85px;
  font-weight: 500;
}

.paragraph-36 {
  opacity: 1;
  color: var(--100);
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51 {
  color: var(--100);
  font-weight: 600;
}

.datacenter {
  background-color: var(--800);
  text-align: center;
  width: 220px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Teko, sans-serif;
  font-size: 50px;
}

.data-centers {
  background-image: url('../images/vecteezy_ai-generated-rows-of-servers-in-data-center-with-blue-lights_41913411.jpeg');
  background-position: 50%;
  background-size: cover;
}

.manufacturing {
  background-image: url('../images/manufacturing.jpg');
  background-position: 50%;
  background-size: cover;
}

.manufacturing-text {
  background-color: var(--800);
  text-align: center;
  width: 250px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Teko, sans-serif;
  font-size: 50px;
}

.healthcare {
  background-image: url('../images/vecteezy_equipment-in-the-hospital-monitors_24569499.jpg');
  background-position: 50%;
  background-size: cover;
}

.healthcare-text {
  background-color: var(--800);
  text-align: center;
  width: 180px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Teko, sans-serif;
  font-size: 50px;
}

.public-infra {
  background-image: url('../images/vecteezy_traffic-ligjts-in-the-night-city_31690171.jpg');
  background-position: 50%;
  background-size: cover;
}

.publicinfra-text {
  background-color: var(--800);
  text-align: center;
  width: 330px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Teko, sans-serif;
  font-size: 50px;
}

.energy-utilities {
  background-image: url('../images/vecteezy_sunset-view-of-high-voltage-electric-transmission-tower_27597607_1vecteezy_sunset-view-of-high-voltage-electric-transmission-tower_27597607.jpg');
  background-position: 50%;
  background-size: cover;
}

.energyutilitiestext {
  background-color: var(--800);
  text-align: center;
  width: 320px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Teko, sans-serif;
  font-size: 50px;
}

.container-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.header {
  width: 90%;
  height: 50px;
  margin-bottom: 10px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-template-rows: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-64 {
  color: #fff;
  text-align: center;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  display: flex;
}

.text-block-23 {
  opacity: .5;
  letter-spacing: 2px;
}

.pricing-line-break {
  border-top: 1px solid #8c54ff;
  height: 81px;
  margin-top: 20px;
  padding-top: 44px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.check {
  opacity: .5;
  width: 38px;
}

.pricing-section {
  background-color: var(--redred);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 140px 3%;
  display: flex;
}

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

.pricing-line-break-top {
  height: 75px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.pricing-grid-wrapper-mobile {
  display: none;
}

.grid-top-sticky {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

.start-link {
  color: #8c54ff;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.help-icon {
  width: 18px;
}

.help {
  opacity: .3;
  margin-left: 10px;
}

.pricing-top {
  background-color: #130e2c;
  border-bottom: 1px solid #8c54ff;
  min-height: 165px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 24px;
  position: relative;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.arrow {
  margin-left: 12px;
}

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

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.title {
  color: #ffffff80;
  letter-spacing: 2px;
  font-size: 12px;
}

.pricing-table-cell {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  display: flex;
}

.discount {
  color: #ffffff80;
  font-size: 14px;
}

.grid-top-sticky-2 {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

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

.pricing-section-2 {
  color: #fff;
  background-color: #130e2c;
  justify-content: center;
  align-items: center;
  padding: 140px 3%;
  display: flex;
}

.top-heading-2 {
  color: var(--accent-medium);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 20px;
}

.pricing-line-break-top-2 {
  height: 75px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.grid-top-sticky-3 {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--accent-light);
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr 1fr;
  position: sticky;
  top: 0;
}

.pricing-top-2 {
  background-color: #130e2c;
  border-bottom: 1px solid #8c54ff;
  min-height: 165px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 24px;
  position: relative;
}

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

.grid-pricing-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 2fr 2.75fr;
}

.pricing-table-cell-2 {
  border-bottom: 1px solid var(--300);
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  display: flex;
}

.tabletext {
  opacity: 1;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.heading-72 {
  opacity: 100;
  color: var(--accent-medium);
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-73 {
  color: var(--400);
  padding-left: 20px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-74 {
  color: var(--accent);
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-75 {
  margin-bottom: 40px;
  font-family: Teko, sans-serif;
  font-size: 85px;
}

.div-block-89 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-91 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  margin-right: 40px;
  display: flex;
}

.button-6 {
  background-color: var(--red);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 22px;
  display: flex;
}

.button-6:hover {
  background-color: var(--400);
}

.bold-text-53 {
  font-family: Teko, sans-serif;
  font-size: 80px;
}

.container-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.container-24 {
  margin-left: 80px;
}

.div-block-96 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 140px;
  display: flex;
}

.nav {
  z-index: 1;
  background-color: #0a0e1a;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.logo-3 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-51 {
  width: 90px;
  max-width: none;
}

.nav-menu-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.nav-link-2:hover {
  color: var(--400);
}

.nav-link-2.w--current {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.nav-link-2.w--current:hover {
  color: var(--400);
}

.navbar {
  background-color: var(--redred);
}

.dropdown {
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.body-3 {
  background-color: var(--redred);
}

.div-block-104 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.image-18 {
  z-index: 10;
  width: 40px;
  position: relative;
}

.div-block-105 {
  z-index: 10;
  width: 15px;
  position: relative;
  top: 196px;
}

.image-19 {
  z-index: 10;
  position: relative;
}

.div-block-106 {
  position: relative;
  top: 264px;
  left: 116px;
  transform: rotate(-139deg);
}

.dropdown-list {
  background-color: var(--redred);
}

.text-block-29 {
  color: var(--100);
  justify-content: center;
  align-items: center;
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  display: block;
}

.text-block-29:hover {
  color: var(--400);
}

.dropdown-link-6 {
  background-color: var(--redred);
  color: var(--100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
}

.dropdown-link-6:hover {
  background-color: var(--300);
  color: var(--400);
}

.dropdown-link-6.w--current {
  background-color: var(--redred);
  color: var(--100);
  border: 0 #000;
  justify-content: center;
  align-items: center;
  font-family: Teko, sans-serif;
  font-size: 23px;
  transition-property: none;
  display: flex;
}

.dropdown-link-6.w--current:hover {
  background-color: var(--300);
  opacity: 100;
  color: var(--400);
  border-style: none;
}

.dropdown-link-7 {
  background-color: var(--redred);
  color: var(--100);
  border: 0 #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  transition-property: none;
  display: flex;
}

.dropdown-link-7:hover {
  background-color: var(--300);
  color: var(--400);
  border-style: none;
  border-width: 0;
}

.dropdown-link-7.w--current {
  color: var(--100);
}

.dropdown-link-7.w--current:hover {
  color: var(--400);
}

.heading-76 {
  font-family: Teko, sans-serif;
  font-size: 100px;
}

.div-block-107 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-77 {
  color: var(--redred);
  font-family: Teko, sans-serif;
  font-size: 100px;
}

.bold-text-54 {
  color: var(--redred);
  font-family: Heebo, sans-serif;
  font-size: 20px;
}

.text-block-30 {
  color: var(--redred);
  margin-top: 20px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-108 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 40px;
  display: grid;
}

.div-block-109 {
  background-color: var(--redred);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.div-block-109:hover {
  background-color: var(--300);
}

.div-block-110 {
  width: 150px;
  height: 150px;
}

.div-block-111 {
  background-color: var(--redred);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.div-block-111:hover {
  background-color: var(--300);
}

.div-block-112 {
  background-color: var(--redred);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.div-block-112:hover {
  background-color: var(--300);
}

.div-block-113 {
  background-color: var(--redred);
  color: var(--02);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.div-block-113:hover {
  background-color: var(--300);
}

.div-block-114 {
  background-color: var(--redred);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.div-block-114:hover {
  background-color: var(--300);
}

.text-block-31 {
  color: var(--100);
  text-align: center;
  margin-top: 20px;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-115 {
  width: 600px;
}

.div-block-116 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  display: flex;
}

.div-block-117 {
  flex-flow: column;
  display: flex;
}

.div-block-118 {
  margin-bottom: 40px;
}

.div-block-119 {
  width: auto;
}

.quote-form-dv-box {
  background-color: var(--100);
  border-radius: 0;
  width: 400px;
  margin-left: 40px;
  padding: 40px;
  box-shadow: 0 2px 5px 2px #0003;
}

.q_name-title, .q_email-title {
  color: var(--redred);
  background-image: url('../images/Ellipse-6_1Ellipse 6.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto .3em;
  padding-right: .4em;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.service-category-dropdown {
  background-color: var(--color-3);
  color: var(--redred);
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-field {
  color: var(--redred);
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-field-2 {
  color: var(--redred);
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.q_name-field, .q_email-field, .q_phone-field {
  color: var(--redred);
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.q_messeage-field {
  text-align: left;
  width: 320px;
  height: 200px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.q_submit-button {
  background-color: var(--red);
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.q_submit-button:hover {
  background-color: var(--400);
}

.quote-form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-46 {
  background-color: var(--100);
  opacity: 1;
  background-image: url('../images/white-bg.png');
  background-position: 50%;
  background-size: cover;
}

.dropdown-list-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  display: none;
}

.dropdown-toggle-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
}

.nav-link-3 {
  color: var(--100);
  border-radius: 5px;
  padding: 20px;
  font-family: Teko, sans-serif;
  font-size: 23px;
}

.nav-link-3:hover {
  color: var(--400);
}

.nav-link-3.w--current {
  color: var(--100);
}

.nav-link-3.w--current:hover {
  color: var(--400);
}

.section-47 {
  height: auto;
}

.background-video-7 {
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.heading-78 {
  background-color: var(--800);
  opacity: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Teko, sans-serif;
  font-size: 100px;
  display: flex;
}

.section-48 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  background-color: var(--02);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.image-21 {
  border-radius: 8px;
  height: 50px;
}

.div-block-121 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-79 {
  background-color: var(--800);
  letter-spacing: 3px;
  word-break: normal;
  margin-left: 20px;
  padding: 5px 10px;
  font-family: Teko, sans-serif;
  font-size: 30px;
}

.div-block-122 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 700px;
  margin-bottom: 60px;
  margin-left: 40px;
  display: flex;
}

.heading-80 {
  text-align: center;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.div-block-123 {
  width: 400px;
}

.image-22 {
  margin-top: 60px;
  margin-left: 20px;
}

.paragraph-39 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-seven {
  background-color: #0000;
  margin-top: 60px;
}

.btn.btn-eleven {
  color: var(--100);
  border-radius: 20px;
  height: 20px;
  overflow: hidden;
}

.text-span-2 {
  color: var(--100);
  -webkit-text-decoration-color: var(--100);
  text-decoration-color: var(--100);
}

.text-span-2:hover {
  color: var(--100);
}

.section-49 {
  background-color: var(--700);
  color: var(--300);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-81 {
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 25px;
}

.div-block-124 {
  background-color: var(--100);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bold-text-55 {
  padding-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.heading-82 {
  margin-bottom: 40px;
  font-family: Teko, sans-serif;
  font-size: 80px;
}

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

.new-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--100);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

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

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

.box-heebo {
  color: var(--redred);
  text-align: center;
  column-count: 0;
  font-family: Teko, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
}

.text-block-33 {
  color: var(--redred);
  text-align: center;
  margin-top: -15px;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.div-block-129 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-block-34 {
  color: var(--100);
}

.div-block-130 {
  background-color: var(--redred);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.div-block-131 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-132 {
  background-color: var(--red);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.div-block-135 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  margin-right: 0;
  font-size: 15px;
  display: flex;
}

.bold-text-56 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-41 {
  opacity: 100;
  color: var(--100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 13px;
}

.paragraph-42 {
  opacity: 100;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.bold-text-58 {
  color: var(--100);
  font-size: 20px;
  font-weight: 900;
}

.bold-text-59, .bold-text-60, .bold-text-61 {
  color: var(--100);
  font-size: 15px;
  font-weight: 700;
}

.q_choose-a-service-title, .q_phone-title, .q_company-title {
  color: var(--redred);
  background-image: url('../images/Ellipse-6_1Ellipse 6.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto .3em;
  padding-right: .4em;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.q_company-field {
  color: var(--redred);
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.q_message-title {
  color: var(--redred);
  background-image: url('../images/Ellipse-6_1Ellipse 6.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto .3em;
  padding-right: .4em;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.c_name-title {
  color: var(--redred);
  background-image: url('../images/Ellipse-6_1Ellipse 6.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: .3em .3em;
  padding-right: .4em;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.c_company-field {
  color: var(--redred);
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.c_location-title {
  color: var(--redred);
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.c_location-field {
  color: var(--redred);
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.c_email-title {
  color: var(--redred);
  background-image: url('../images/Ellipse-6_1Ellipse 6.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto .3em;
  padding-right: .4em;
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.c_email-field {
  color: var(--redred);
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.c_phone-title {
  color: var(--redred);
  background-image: url('../images/Ellipse-6_1Ellipse 6.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto .3em;
  padding-right: .4em;
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.text-field-3 {
  color: var(--redred);
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.c_message-title {
  color: var(--redred);
  background-image: url('../images/Ellipse-6_1Ellipse 6.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto .3em;
  padding-right: .4em;
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.c_message-field {
  color: var(--redred);
  word-break: normal;
  overflow-wrap: normal;
  height: 150px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-62 {
  font-size: 13px;
}

.main-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
  position: relative;
}

.background-video-8 {
  position: static;
  inset: 0%;
}

.div-block-136 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.bold-text-64 {
  font-weight: 800;
}

.bold-text-65, .bold-text-66, .bold-text-67 {
  font-weight: 600;
}

.link-block-01, .link-block-02, .link-block-03, .link-block-04, .link-block-05, .link-block-06 {
  display: block;
}

.heading-83 {
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-50 {
  background-color: var(--300);
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.section-51 {
  height: 500px;
}

.div-block-137 {
  text-align: left;
  flex-flow: column;
  display: flex;
}

.section-52 {
  background-image: url('../images/Safety-BG-03.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-left: 0;
  padding-left: 140px;
  display: flex;
}

.div-block-138 {
  margin-left: 40px;
}

.image-24 {
  position: relative;
  top: 25px;
}

.features-tab-wrapper {
  background-color: var(--redred);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 40px 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px #66607936;
}

.text-size-medium-3 {
  font-size: 1.2rem;
}

.banner_small-height {
  padding-top: 52%;
  position: relative;
}

.heading-style-h6 {
  opacity: 1;
  color: var(--100);
  font-family: Heebo, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
}

.feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  padding: 0 0 0 0;
  display: flex;
}

.heading-style-h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.function-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.banner_large-height {
  padding-top: 54.8%;
  position: relative;
}

.banner-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.bullet-wraper {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-direction: column;
  display: flex;
}

.full_img-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-tab-content {
  flex: 1;
}

.padding-overflow-mobile {
  padding-left: 4rem;
  padding-right: 4rem;
}

.header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0d1317;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-3-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 2fr 1fr;
  grid-auto-rows: auto;
  height: auto;
}

.arrow-tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--300);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.arrow-tab.w--current {
  background-color: var(--300);
  opacity: 1;
  color: #3370ff;
  background-image: none;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition-property: none;
}

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

.button-icon {
  color: #3370ff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--redred);
  color: var(--100);
  border-radius: 15px;
  justify-content: space-between;
  margin-left: 60px;
  margin-right: 60px;
  padding: 60px;
  display: flex;
}

.slider-tab {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.tab-text {
  opacity: 100;
  color: var(--100);
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.tab-text:hover {
  color: var(--400);
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #3370ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button-7:hover {
  background-color: #000cb8;
}

.banner_icon-wrapper {
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  margin-bottom: .5rem;
  display: flex;
}

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

.button-icon-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: .6rem;
  display: flex;
}

.banner_small {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.badge {
  color: #3370ff;
  text-align: center;
  flex: none;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
}

.heading-style-h2-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner_large {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.function-icon {
  width: 4.5rem;
  height: 4.5rem;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.banner-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #5b5b5b;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.banner-wrapper.is-purple {
  background-color: #d3d5fd;
}

.banner-wrapper.is-pink {
  background-color: #ffdbef;
}

.banner-wrapper.is-green {
  text-align: center;
  background-color: #c8fdc2;
}

.banner-wrapper.is-orange {
  background-color: #ffebce;
}

.banner-wrapper.is-lightblue {
  background-color: #dffffc;
}

.banner-wrapper.is-blue {
  background-color: #cedfff;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.bullet-img-wrapper {
  background-image: url('../images/Safety-Gear.png');
  background-position: 0%;
  background-size: cover;
  border-radius: 12px;
  width: 500px;
  position: relative;
  overflow: hidden;
}

.page-wrapper-2 {
  overflow: hidden;
}

.bullet-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-six-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  height: 30rem;
}

.heading-84 {
  color: var(--100);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.div-block-139 {
  width: 200px;
}

.div-block-140 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-141 {
  flex-flow: column;
  display: flex;
}

.text-block-35 {
  color: var(--100);
  margin-top: 10px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-36 {
  color: var(--accent-medium);
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-43 {
  opacity: 4;
  color: var(--100);
  text-align: left;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

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

.div-block-143 {
  text-align: center;
  margin-top: -22px;
  margin-left: 442px;
  font-weight: 300;
}

.paragraph-44 {
  opacity: 100;
  color: var(--100);
  text-align: left;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.section-53 {
  background-color: var(--02);
}

.div-block-144 {
  flex-flow: column;
  display: flex;
}

.nav-link-4 {
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.home-ev-charging-solutions {
  background-color: var(--redred);
  color: var(--100);
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  transition-property: none;
}

.home-ev-charging-solutions:hover {
  background-color: var(--300);
  color: var(--400);
}

.home-ev-charging-solutions.w--current {
  background-color: var(--redred);
  color: var(--100);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity .25s, transform .25s;
}

.home-ev-charging-solutions.w--current:hover {
  color: var(--400);
}

.section-54 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-color: var(--redred);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-145 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: auto;
  margin-top: 0;
  display: flex;
}

.section-55 {
  background-color: var(--02);
  background-image: url('../images/bg02.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

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

.accordion-item {
  background-color: var(--300);
  border-radius: 10px;
  width: 500px;
  height: 120px;
  margin-bottom: 20px;
  padding: 10px 30px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: var(--100);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.image-25 {
  width: 20px;
}

.bold-text-68 {
  color: var(--100);
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.bold-text-68:hover {
  color: var(--400);
}

.paragraph-45 {
  opacity: 100;
  color: var(--100);
  width: auto;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.div-block-147 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-148 {
  background-image: url('../images/home-ev-charger-installation.png');
  background-position: 50%;
  background-size: cover;
  width: 600px;
  height: 400px;
}

.div-block-149 {
  width: 450px;
}

.heading-85 {
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 80px;
}

.heading-86 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Heebo, sans-serif;
  font-size: 23px;
}

.home-charger {
  background-color: var(--redred);
  color: var(--100);
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.home-charger:hover {
  background-color: var(--300);
  color: var(--400);
}

.home-charger.w--current {
  background-color: var(--redred);
  color: var(--100);
  font-weight: 400;
}

.home-charger.w--current:hover {
  background-color: var(--300);
  color: var(--400);
}

.section-56 {
  background-image: url('../images/Project-menu-BG.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.text-block-37 {
  font-family: Teko, sans-serif;
  font-size: 100px;
  font-weight: 500;
}

.div-block-150 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  padding-left: 0;
  display: flex;
}

.paragraph-46 {
  opacity: 100;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 17px;
}

.section-57 {
  height: auto;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.tab-link-tab-1 {
  border-right: .5px solid var(--accent-light);
  background-color: var(--redred);
  width: 350px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  transition-property: none;
}

.tab-link-tab-1:hover {
  background-color: var(--red);
}

.tab-link-tab-1:active {
  opacity: 100;
  transform: none;
}

.tab-link-tab-1.w--current {
  border-right: .5px solid var(--accent-light);
  border-left: 1px none var(--100);
  background-color: var(--redred);
  width: 350px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  transition-property: none;
}

.tab-link-tab-1.w--current:hover {
  background-color: var(--red);
  opacity: 100;
}

.tab-link-tab-1.w--current:active {
  transform: none;
}

.tab-link-tab-1.w--current:visited {
  background-color: var(--red);
}

.tab-link-tab-2 {
  border-right: .5px solid var(--accent-light);
  background-color: var(--300);
  opacity: 1;
  width: 400px;
  transition-property: none;
}

.tab-link-tab-2:hover {
  background-color: var(--red);
  opacity: 100;
}

.tab-link-tab-2:active {
  transform: none;
}

.tab-link-tab-2:visited {
  background-color: var(--red);
}

.tab-link-tab-3 {
  background-color: var(--300);
  width: 400px;
  transition-property: none;
}

.tab-link-tab-3:hover {
  background-color: var(--red);
  opacity: 100;
}

.tab-link-tab-3:active {
  transform: none;
}

.tab-link-tab-3:visited {
  background-color: var(--red);
}

.div-block-151 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--800);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: auto;
  display: grid;
}

.text-block-38 {
  color: var(--color-2);
  text-align: center;
  font-family: Heebo, sans-serif;
}

.text-block-39, .text-block-40 {
  color: var(--color);
  text-align: center;
  font-family: Heebo, sans-serif;
}

.div-block-152 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.image-26 {
  width: 200px;
  height: 150px;
}

.heading-87 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 20px;
}

.tab-link-tab-2-2 {
  border-right: .5px solid var(--accent-light);
  background-color: var(--redred);
  opacity: 1;
  width: 350px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  transition-property: none;
}

.tab-link-tab-2-2:hover {
  background-color: var(--red);
  opacity: 100;
}

.tab-link-tab-2-2:active {
  opacity: 100;
  color: var(--100);
  text-decoration: none;
  transform: none;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--redred);
  opacity: 100;
}

.tab-link-tab-3-2 {
  background-color: var(--redred);
  opacity: 1;
  width: 350px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  transition-property: none;
}

.tab-link-tab-3-2:hover {
  background-color: var(--red);
}

.tab-link-tab-3-2.w--current {
  background-color: var(--redred);
  opacity: 100;
}

.tab-link-tab-3-2.w--current:hover {
  background-color: var(--red);
  opacity: 100;
}

.tab-link-tab-3-2.w--current:active {
  transform: none;
}

.media-wrapper-2 {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper-2 {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.description-2 {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.scroll-inner-2 {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card-2 {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 80%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading-88 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper-2 {
  z-index: 1;
  position: relative;
}

.media-wrapper-3 {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper-3 {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.scroll-inner-3 {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-89 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.sticky-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper-4 {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper-4 {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.scroll-inner-4 {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-90 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.media-wrapper-5 {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper-5 {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.scroll-inner-5 {
  justify-content: center;
  align-items: flex-start;
  width: 1800px;
  height: 100%;
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.heading-91 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.sticky-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-153 {
  flex-flow: column;
  display: flex;
}

.div-block-154 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--02);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  min-height: auto;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.heading-92 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.div-block-155 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  padding: 50px 10px;
  display: grid;
}

.paragraph-48 {
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.image-27 {
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  width: 220px;
  height: 200px;
}

.div-block-156 {
  object-fit: fill;
  border-radius: 20px 20px 0 0;
  display: block;
  position: relative;
}

.div-block-157 {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-158 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-28 {
  margin-right: 10px;
}

.paragraph-49 {
  font-family: Heebo, sans-serif;
  font-size: 13px;
}

.paragraph-50 {
  color: var(--accent);
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.paragraph-51 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.bold-text-69 {
  font-weight: 300;
}

.map-3 {
  border-radius: 20px;
  width: 400px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: 300px;
}

.div-block-159 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-4 {
  border-radius: 10px;
  flex: none;
  align-self: auto;
  width: 300px;
  min-width: auto;
  max-width: none;
  height: 200px;
  min-height: auto;
  max-height: none;
  margin-bottom: 20px;
  display: block;
}

.div-block-160 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  margin-top: 20px;
  display: flex;
}

.div-block-161 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  display: flex;
}

.div-block-162 {
  flex-flow: column;
  display: flex;
}

.div-block-163 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-29 {
  position: relative;
  top: 171px;
  right: -183px;
}

.section-58 {
  background-color: var(--redred);
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-164 {
  background-image: url('../images/bumpy-ai-04.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  width: 400px;
  height: 300px;
  display: flex;
}

.div-block-165 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-166 {
  width: 550px;
  margin-top: 60px;
}

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

.paragraph-52 {
  opacity: 96;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
}

.heading-93 {
  font-family: Teko, sans-serif;
  font-size: 50px;
}

.heading-94 {
  color: var(--400);
  margin-top: 10px;
  font-family: Teko, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.section-59 {
  background-color: var(--02);
}

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

.div-block-169 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-60 {
  background-image: url('../images/bg02.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.heading-95 {
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
}

.div-block-170 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.div-block-171 {
  margin-top: 0;
  display: flex;
}

.div-block-172 {
  background-image: url('../images/Call-icon.png');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  height: auto;
}

.text-block-41 {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  display: flex;
}

.div-block-173 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  display: flex;
}

.div-block-175 {
  background-color: var(--100);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 45px;
  display: flex;
}

.div-block-176 {
  background-color: var(--100);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-70 {
  font-size: 20px;
  font-weight: 500;
}

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

.image-36 {
  position: relative;
  top: 162px;
  left: 162px;
}

.div-block-177 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 10px;
  display: flex;
}

.recaptcha {
  margin-bottom: 0;
}

.div-block-178 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  margin-top: 20px;
  display: flex;
}

.recaptcha-2 {
  margin-bottom: 20px;
}

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

  .heading.small {
    width: 340px;
    font-family: Heebo, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .de.footer {
    background-color: var(--redred);
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .nav-link, .nav-link.w--current {
    font-size: 23px;
    font-weight: 400;
  }

  .button {
    border-radius: 0;
    width: 170px;
    font-size: 26px;
  }

  .benefit-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center stretch;
    width: 400px;
    margin-bottom: 40px;
    margin-left: 0;
    display: grid;
  }

  .icon-medium {
    width: 45px;
    height: 45px;
  }

  .grid-3-column {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    place-items: start center;
    width: auto;
    margin-top: 40px;
  }

  .heading-3 {
    margin-bottom: 40px;
    line-height: 90px;
  }

  .paragraph-2 {
    width: 950px;
    font-size: 18px;
    line-height: 25px;
  }

  .padding-vertical.padding-xhuge {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 0;
    display: block;
  }

  .line-deco {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-5 {
    font-size: 100px;
    line-height: 90px;
  }

  .paragraph-3 {
    width: 550px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .media-wrapper {
    bottom: 0;
  }

  .scroll-inner {
    width: 1500px;
    height: 100%;
    margin-top: 100px;
  }

  .sticky-wrap {
    height: 95vh;
  }

  .description {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
  }

  .scroll-card {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: auto;
    bottom: 0%;
  }

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

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

  .container-7 {
    height: 1500px;
  }

  .heading-7 {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 110px;
  }

  .paragraph-4 {
    width: 1050px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-2 {
    margin-top: 100px;
  }

  .u-text-center {
    font-size: 90px;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 18px;
    line-height: 25px;
  }

  .slider-wrap {
    width: 1400px;
  }

  .slider-arrow.right {
    background-color: var(--red);
  }

  .slider-arrow.right:hover {
    background-color: var(--400);
  }

  .slider-arrow.left {
    background-color: var(--red);
    left: 7px;
  }

  .slider-arrow.left:hover {
    background-color: var(--400);
  }

  .aboutus {
    line-height: 90px;
  }

  .container-14 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .heading-9 {
    width: auto;
    font-size: 90px;
    line-height: 90px;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-10 {
    width: 500px;
    font-size: 90px;
    line-height: 80px;
  }

  .section-13 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-11 {
    width: 500px;
    font-size: 90px;
    line-height: 80px;
  }

  .paragraph-9 {
    font-size: 18px;
    line-height: 25px;
  }

  .section-14 {
    height: 600px;
  }

  .heading-12 {
    margin-bottom: 20px;
  }

  .paragraph-10 {
    width: 1000px;
    margin-top: 10px;
  }

  .text-size-small.text-color-grey {
    font-size: 17px;
    line-height: 24px;
  }

  .process_item-image_container {
    border-radius: 0;
  }

  .page-padding-2 {
    padding-bottom: 80px;
  }

  .process_item-container {
    border-radius: 0;
  }

  .process_step {
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-color-secondary.text-size-medium {
    width: 400px;
  }

  .process_item-indicator {
    background-color: var(--redred);
  }

  .process_item-image.step-2 {
    border-radius: 0;
  }

  .heading-13 {
    background-color: var(--color-3);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 90px;
  }

  .text-don-t-change {
    text-transform: none;
  }

  .text-change-wrapper {
    border-radius: 0;
  }

  .paragraph-11 {
    text-align: center;
    width: 255px;
    font-size: 17px;
    line-height: 22px;
  }

  .heading-17, .heading-18, .heading-19, .heading-20, .heading-21 {
    font-size: 32px;
    line-height: 30px;
  }

  .industries-02 {
    margin-bottom: 0;
  }

  .industries-we-support-02 {
    height: auto;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .clone-right-arrow {
    background-color: var(--red);
    border-radius: 0;
    margin-top: 175px;
    top: -30px;
    right: 0;
  }

  .clone-right-arrow:hover {
    background-color: var(--400);
  }

  .content-h2 {
    color: var(--100);
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Heebo, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 33px;
  }

  .clone-mask {
    width: auto;
    height: auto;
  }

  .clone-slider {
    flex-flow: column;
    max-width: 550px;
    display: flex;
  }

  .clone-left-arrow {
    background-color: var(--red);
    border-radius: 0;
    margin-top: 175px;
    top: -30px;
    left: 0;
  }

  .clone-left-arrow:hover {
    background-color: var(--400);
  }

  .sto-text-1 {
    color: var(--100);
    font-family: Teko, sans-serif;
    font-size: 24px;
  }

  .sto-text-1:hover {
    color: var(--300);
  }

  .sto-tabs-1 {
    justify-content: center;
    align-items: stretch;
  }

  .sto-container-1 {
    max-width: 1300px;
  }

  .sto-paragraph-2 {
    opacity: .9;
    color: var(--100);
    width: auto;
    font-family: Heebo, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
  }

  .sto-paragraph-2.da {
    color: var(--100);
    font-size: 17px;
    line-height: 24px;
  }

  .sto-wrap-3 {
    background-color: var(--700);
    border-radius: 20px;
    margin-right: -30px;
    padding-left: 4em;
  }

  .sto-wrap-3.do {
    background-color: var(--02);
  }

  .sto-pic-2 {
    border-radius: 20px;
    height: 100%;
    left: 0;
  }

  .sto-pic-2.dc {
    height: 100%;
  }

  .sto-section-1 {
    margin-top: 0;
    font-size: 14px;
  }

  .sto-decor-1, .sto-decor-1.di, .sto-decor-1.do {
    background-color: var(--red);
  }

  .sto-link-tab-1, .sto-link-tab-1.de {
    height: 60px;
  }

  .sto-wrap-6 {
    width: 520px;
    height: auto;
    margin-top: 10px;
  }

  .sto-tabs-menu-1 {
    height: 60px;
    padding-left: 100px;
  }

  .sto-wrap-4 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .sto-paragraph-1 {
    opacity: .9;
    color: var(--100);
    width: auto;
    font-family: Heebo, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
  }

  .section-16 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 140px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-22 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: Teko, sans-serif;
    font-size: 80px;
    line-height: 90px;
  }

  .heading-23 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 27px;
  }

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

  .heading-24 {
    width: 470px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Teko, sans-serif;
    font-size: 90px;
  }

  .heading-25 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 28px;
  }

  .heading-26 {
    width: 470px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Teko, sans-serif;
    font-size: 90px;
    line-height: 80px;
  }

  .heading-27 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 28px;
  }

  .section-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 100px;
    display: flex;
  }

  .text-block-3 {
    color: var(--100);
    margin-left: 20px;
    margin-right: 20px;
    font-family: Teko, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
  }

  .text-block-3:hover {
    color: var(--400);
  }

  .icon-25 {
    color: var(--100);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-family: Teko, sans-serif;
    font-size: 20px;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    line-height: 30px;
    display: flex;
  }

  .commercial-ev-charging-solutions {
    background-color: var(--redred);
    color: var(--100);
    font-family: Teko, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
  }

  .commercial-ev-charging-solutions:hover {
    background-color: var(--300);
    opacity: 1;
    color: var(--400);
  }

  .commercial-ev-charging-solutions.w--current {
    background-color: var(--redred);
    color: var(--100);
  }

  .commercial-ev-charging-solutions.w--current:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .backup-power-generators {
    background-color: var(--redred);
    color: var(--100);
    font-family: Teko, sans-serif;
    font-size: 23px;
    font-weight: 400;
    transition-property: none;
  }

  .backup-power-generators:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .backup-power-generators.w--current {
    color: var(--color);
    font-weight: 500;
  }

  .backup-power-generators.w--current:hover {
    color: var(--400);
  }

  .separatedicon {
    width: 50px;
    height: 50px;
  }

  .separated-icon-02 {
    width: 55px;
    height: 45px;
  }

  .section-18 {
    background-color: var(--02);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-bottom: 10px;
    display: flex;
  }

  .heading-28 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Teko, sans-serif;
    font-size: 85px;
  }

  .div-block-6 {
    background-color: var(--300);
    height: auto;
    padding: 0;
  }

  .bold-text-14 {
    font-size: 90px;
    font-weight: 300;
  }

  .column-left-2 {
    flex-flow: column;
    margin-left: 0;
    padding: 0;
  }

  .cslider-2 {
    border-radius: 0;
    width: 550px;
  }

  .slider-wrap-3 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: center;
  }

  .column-right-2 {
    justify-content: center;
    align-items: flex-start;
    width: 600px;
    margin-left: 60px;
    padding-bottom: 30px;
  }

  .pcs-slider-title {
    padding: 60px 0%;
  }

  .clone-slider-mother-2 {
    width: 150%;
  }

  .testimonial-card-2, .image-wrapper-3 {
    border-radius: 0;
  }

  .testimonial-image-3 {
    border-radius: 0;
    width: 100%;
  }

  .bold-text-15, .bold-text-16 {
    color: var(--400);
    font-weight: 300;
  }

  .section-19 {
    background-color: var(--redred);
    height: auto;
    padding-top: 0;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .heading-29 {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    font-family: Teko, sans-serif;
    font-size: 40px;
    display: flex;
  }

  .div-block-8 {
    border-right: 2px solid var(--100);
    border-bottom: 0px solid var(--100);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .div-block-8:hover {
    border-right-color: var(--100);
  }

  .div-block-9 {
    border-bottom: 0px solid var(--100);
    opacity: .86;
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 20px 0 20px 40px;
  }

  .heading-30 {
    opacity: 1;
    color: var(--color);
    height: auto;
    margin-bottom: 10px;
    font-family: Heebo, sans-serif;
    font-size: 27px;
    position: relative;
  }

  .heading-30:hover {
    color: var(--400);
  }

  .heading-31 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
    font-family: Teko, sans-serif;
    font-size: 80px;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-bottom: 60px;
    display: flex;
  }

  .pcs-box {
    height: 1800px;
    margin-bottom: 60px;
  }

  .text-block-4 {
    font-family: Heebo, sans-serif;
    font-size: 17px;
  }

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

  .div-block-12 {
    height: auto;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .heading-32 {
    background-color: var(--redred);
    border-radius: 20px;
    padding: 5px 20px;
    font-family: Heebo, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }

  .paragraph-12 {
    opacity: .9;
    width: auto;
    margin-top: 20px;
    font-family: Heebo, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .paragraph-13 {
    opacity: .9;
    width: 1200px;
    margin-top: 20px;
    font-family: Heebo, sans-serif;
    font-size: 17px;
  }

  .redbox-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    background-color: var(--redred);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-14:hover {
    background-color: var(--400);
  }

  .blackbox {
    width: 280px;
    margin-top: 40px;
    margin-right: 20px;
  }

  .div-block-16 {
    background-color: var(--100);
    justify-content: center;
    align-items: center;
    height: 130px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    top: -14px;
  }

  .heading-33 {
    margin-top: -10px;
    font-size: 25px;
    line-height: 25px;
  }

  .bold-text-17 {
    letter-spacing: 0;
    font-family: Teko, sans-serif;
    font-size: 28px;
    font-weight: 500;
  }

  .paragraph-14 {
    opacity: 1;
    color: var(--redred);
    font-family: Heebo, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
  }

  .bold-text-18, .bold-text-19, .bold-text-20 {
    font-weight: 700;
  }

  .whoewesupport {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Teko, sans-serif;
    font-size: 90px;
    display: flex;
  }

  .bold-text-21 {
    line-height: 1px;
  }

  .solar-carports {
    background-color: var(--redred);
    color: var(--100);
    font-family: Teko, sans-serif;
    font-size: 23px;
    font-weight: 400;
  }

  .solar-carports:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .solar-carports.w--current {
    color: var(--100);
  }

  .solar-carports.w--current:hover {
    color: var(--400);
  }

  .section-20 {
    background-image: url('../images/solar-background-02.png');
    background-position: 0 0;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 900px;
    height: auto;
    display: flex;
  }

  .heading-34 {
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 100px;
    line-height: 90px;
  }

  .text-block-5 {
    opacity: 1;
    text-align: left;
    width: 600px;
    margin-top: 10px;
    font-family: Heebo, sans-serif;
    font-size: 18px;
    line-height: 25px;
  }

  .section-21 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    background-color: var(--redred);
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-18 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-19 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 650px;
    display: flex;
  }

  .paragraph-15 {
    font-size: 1px;
  }

  .heading-35 {
    margin-bottom: 0;
    font-family: Teko, sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 52px;
  }

  .paragraph-16 {
    opacity: .9;
    font-family: Heebo, sans-serif;
    font-size: 18px;
  }

  .section-22 {
    background-color: var(--300);
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-36 {
    text-align: center;
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 90px;
  }

  .div-block-20 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: var(--800);
    color: var(--redred);
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    width: 1100px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--color-2);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 300px;
    margin-left: 0;
    padding: 20px;
    display: flex;
    position: relative;
  }

  .div-block-22 {
    z-index: 10;
    background-color: var(--color-3);
    color: var(--color-3);
    border-radius: 10px;
    position: relative;
    right: auto;
    box-shadow: 7px 7px 5px #0003;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-24 {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-top: 0;
    padding: 10px;
    display: flex;
  }

  .text-block-6 {
    color: var(--redred);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Teko, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
  }

  .paragraph-17 {
    opacity: 1;
    color: var(--redred);
    text-align: center;
    width: 310px;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
  }

  .image-5 {
    z-index: 30;
    border-radius: 0;
    position: relative;
  }

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

  .text-block-7 {
    text-align: center;
    width: 1000px;
    font-family: Heebo, sans-serif;
    font-size: 18px;
  }

  .solar-panel-icon {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .permit-icon {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 0;
  }

  .installation-icon {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .section-23 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    background-color: var(--redred);
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.25fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .div-block-26 {
    border-radius: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .paragraph-18 {
    opacity: .9;
    width: 500px;
    margin-top: 20px;
    font-family: Heebo, sans-serif;
    font-size: 17px;
  }

  .ev-charging-stations {
    background-color: var(--800);
    text-align: center;
    vertical-align: baseline;
    border-radius: 0;
    width: 380px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Teko, sans-serif;
    font-size: 60px;
    font-weight: 400;
    position: absolute;
  }

  .slider-2 {
    border-radius: 0;
    width: 600px;
    height: 400px;
  }

  .heading-37 {
    text-align: left;
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 90px;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .businesses {
    background-image: url('../images/solar-002.jpg');
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0;
  }

  .mask {
    border-radius: 0;
  }

  .heading-38 {
    position: relative;
  }

  .ev-charging-station-heading {
    text-align: center;
    background-color: #000000a8;
    border-radius: 10px;
    width: 360px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Teko, sans-serif;
    font-size: 60px;
    font-weight: 400;
    position: static;
  }

  .home {
    background-image: url('../images/solar-003.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-nav-2 {
    color: var(--400);
  }

  .code-embed-3 {
    color: var(--red);
  }

  .businesses-heading {
    background-color: var(--800);
    text-align: center;
    border-radius: 0;
    width: 220px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 0;
    font-family: Teko, sans-serif;
    font-size: 60px;
    font-weight: 400;
  }

  .home-heading {
    background-color: var(--800);
    text-align: center;
    border-radius: 0;
    width: 150px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Teko, sans-serif;
    font-size: 60px;
    font-weight: 400;
  }

  .ev-charging-station {
    background-image: url('../images/solar-001.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .left-arrow {
    font-size: 17px;
  }

  .left-arrow:hover {
    color: var(--color);
  }

  .right-arrow {
    font-size: 17px;
  }

  .right-arrow:hover {
    color: var(--100);
  }

  .left-arrow-2 {
    background-color: var(--red);
    width: 50px;
    height: 50px;
  }

  .left-arrow-2:hover {
    background-color: var(--400);
  }

  .right-arrow-2 {
    background-color: var(--red);
    width: 50px;
    height: 50px;
  }

  .right-arrow-2:hover {
    background-color: var(--400);
  }

  .section-24 {
    height: auto;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .heading-39 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: Teko, sans-serif;
    font-size: 90px;
  }

  .div-block-29 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-30 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-31 {
    border-right: 2px solid var(--400);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;
    font-family: Teko, sans-serif;
    font-size: 40px;
    font-weight: 600;
    display: flex;
  }

  .text-block-8 {
    margin-left: 20px;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .div-block-32 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    display: flex;
  }

  .image-6 {
    margin-bottom: 80px;
  }

  .div-block-33 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .taxcredits {
    background-color: var(--300);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    display: flex;
  }

  .taxcredits:hover {
    background-color: var(--red);
  }

  .text-block-9 {
    width: auto;
    font-family: Heebo, sans-serif;
    font-size: 17px;
    font-weight: 500;
  }

  .text-block-9:hover {
    background-color: var(--red);
  }

  .energy-cost-reduction {
    background-color: var(--300);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    display: flex;
  }

  .energy-cost-reduction:hover {
    background-color: var(--red);
  }

  .environmental-benefits {
    background-color: var(--300);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    display: flex;
  }

  .environmental-benefits:hover {
    background-color: var(--red);
  }

  .increased-property-value {
    background-color: var(--300);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    display: flex;
  }

  .increased-property-value:hover {
    background-color: var(--red);
  }

  .electrical-services {
    background-color: var(--redred);
    color: var(--color);
    font-family: Teko, sans-serif;
    font-size: 23px;
  }

  .electrical-services:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .electrical-services.w--current {
    color: var(--color-2);
    font-weight: 400;
    line-height: 30px;
  }

  .section-25 {
    background-image: url('../images/generator-background-02.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 600px;
    display: flex;
  }

  .heading-40 {
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 100px;
  }

  .paragraph-19 {
    opacity: .9;
    margin-top: 10px;
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .div-block-34 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1200px;
    display: flex;
  }

  .heading-41 {
    text-align: center;
    margin-bottom: 40px;
    font-family: Teko, sans-serif;
    font-size: 90px;
  }

  .section-26 {
    background-color: var(--redred);
    height: 730px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-35 {
    border-right: 0 solid #000;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 280px;
    display: flex;
    position: relative;
    right: -84px;
  }

  .div-block-36 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 2px solid var(--300);
    background-color: var(--accent-light);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    display: flex;
    transform: translate(0);
  }

  .light-bulb {
    z-index: 20;
    opacity: 0;
    border-right: 0 solid #000;
    position: absolute;
    top: 85.9531px;
    left: 85px;
  }

  .lights {
    z-index: 40;
    opacity: 0;
    margin-left: 0;
    position: relative;
    top: -16px;
    left: -208px;
  }

  .div-block-37 {
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    display: flex;
  }

  .div-block-38 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-39 {
    background-color: var(--color);
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 600px;
    display: flex;
  }

  .div-block-39:hover {
    background-color: var(--100);
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .heading-42 {
    color: var(--redred);
    font-family: Heebo, sans-serif;
    font-size: 25px;
    font-weight: 700;
  }

  .heading-42:hover {
    color: var(--redred);
  }

  .text-block-10 {
    color: var(--redred);
    font-family: Heebo, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .div-block-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-27 {
    background-image: url('../images/bg02.png');
    background-position: 0 0;
    background-size: auto;
    height: 1400px;
    padding-top: 100px;
  }

  .heading-43 {
    text-align: center;
    margin-bottom: 0;
    font-family: Teko, sans-serif;
    font-size: 85px;
  }

  .div-block-42 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .generator-01 {
    background-image: url('../images/generator-01.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    width: 350px;
    height: 300px;
  }

  .div-block-44 {
    width: 600px;
  }

  .image-9 {
    z-index: 5;
    position: relative;
    top: 52px;
    left: 48px;
  }

  .paragraph-20 {
    opacity: .9;
    font-family: Heebo, sans-serif;
    font-size: 18px;
    font-weight: 200;
  }

  .heading-44 {
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

  .bold-text-22, .bold-text-23, .bold-text-24 {
    font-weight: 600;
  }

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

  .text-block-11 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .paragraph-21 {
    width: 1100px;
    margin-bottom: 40px;
    font-family: Heebo, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .typhoon {
    z-index: 0;
    opacity: .6;
    border-radius: 20px;
    width: 250px;
    position: absolute;
    right: 0;
  }

  .voltagepole {
    z-index: 60;
    opacity: 0;
    position: relative;
    top: 0;
    left: 160px;
  }

  .generator {
    z-index: 50;
    opacity: 0;
    position: relative;
    top: 0;
    left: -50px;
    right: 0;
  }

  .generator-02 {
    background-image: url('../images/generator-02.png');
    background-position: 50%;
    background-size: cover;
    width: 350px;
    height: 300px;
  }

  .generator-03 {
    background-image: url('../images/generator-03.png');
    background-position: 50%;
    background-size: 350px 280px;
    width: 350px;
    height: 300px;
  }

  .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34 {
    font-weight: 600;
  }

  .section-28 {
    background-color: var(--700);
    height: 1350px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-47 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .heading-45 {
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 90px;
    font-weight: 500;
  }

  .heading-46 {
    text-align: center;
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 90px;
  }

  .section-29 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

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

  .div-block-49 {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr .25fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    display: grid;
  }

  .div-block-50 {
    width: 550px;
  }

  .heading-47 {
    width: 500px;
    font-family: Heebo, sans-serif;
    font-size: 35px;
    font-weight: 600;
  }

  .bold-text-35 {
    color: var(--400);
  }

  .bold-text-36 {
    font-family: Heebo, sans-serif;
    font-size: 35px;
  }

  .heading-48 {
    margin-bottom: 10px;
    font-family: Heebo, sans-serif;
    font-size: 30px;
  }

  .bold-text-37 {
    color: var(--400);
  }

  .paragraph-22 {
    font-family: Heebo, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .section-30 {
    background-image: url('../images/electrical-service-bg-04.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
  }

  .heading-49 {
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 100px;
  }

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

  .paragraph-23 {
    opacity: .9;
    text-align: center;
    width: 1000px;
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .div-block-52 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    display: flex;
  }

  .div-block-53, .div-block-54, .div-block-55 {
    width: 400px;
    height: 400px;
  }

  .div-block-56 {
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
  }

  .div-block-57 {
    width: 400px;
    height: 300px;
  }

  .div-block-58 {
    height: 300px;
  }

  .paragraph-24 {
    opacity: .9;
    text-align: center;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
  }

  .paragraph-25 {
    font-family: Heebo, sans-serif;
  }

  .section-31 {
    background-color: var(--02);
    opacity: 1;
    background-image: url('../images/bg01.png');
    background-position: 50%;
    background-size: cover;
    height: 2450px;
    padding-top: 100px;
    padding-bottom: 20px;
  }

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

  .heading-50 {
    margin-bottom: 10px;
    font-family: Heebo, sans-serif;
    font-size: 35px;
    font-weight: 500;
  }

  .indicator {
    background-color: var(--400);
  }

  .text-block-12 {
    padding-top: 0;
    font-family: Teko, sans-serif;
  }

  .div-block-59 {
    width: 1000px;
  }

  .section-32 {
    height: 1000px;
  }

  .heading-51 {
    text-align: center;
    margin-top: 40px;
    font-family: Teko, sans-serif;
    font-size: 90px;
  }

  .div-block-60 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
    font-family: Heebo, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .section-33 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    background-color: var(--redred);
    justify-content: center;
    align-items: center;
    height: 650px;
    display: flex;
  }

  .div-block-61 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 600px;
    display: flex;
  }

  .image-10 {
    border-radius: 20px;
  }

  .heading-52 {
    margin-bottom: 10px;
    font-family: Teko, sans-serif;
    font-size: 70px;
    line-height: 70px;
  }

  .paragraph-26 {
    opacity: .9;
    font-family: Heebo, sans-serif;
    font-size: 18px;
  }

  .section-34 {
    height: 1350px;
    padding-top: 80px;
  }

  .image-11 {
    position: relative;
    right: -600px;
  }

  .solar-01 {
    background-image: url('../images/solar.png');
    background-position: 50%;
    background-size: cover;
  }

  .solar-02 {
    background-image: url('../images/solar-01.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .solar-03 {
    background-image: url('../images/solar-02.jpg');
    background-position: 50% 20%;
    background-size: cover;
  }

  .solar-04 {
    background-image: url('../images/solar-04.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .solar-05 {
    background-image: url('../images/solar-03.jpg');
    background-position: 0%;
    background-size: cover;
  }

  .section-35 {
    height: 800px;
  }

  .section-36 {
    background-image: url('../images/service-area-bg.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 270px;
    display: flex;
  }

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

  .heading-53 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 100px;
    display: flex;
  }

  .paragraph-27 {
    opacity: 1;
    width: 1000px;
    margin-top: 20px;
    font-family: Heebo, sans-serif;
    font-size: 19px;
    line-height: 23px;
  }

  .bold-text-38, .bold-text-39 {
    font-weight: 600;
  }

  .section-37 {
    background-image: url('../images/commissioning.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    display: flex;
  }

  .mi {
    z-index: 20;
    opacity: 1;
    position: relative;
    top: -230px;
    left: 502px;
    right: 0;
  }

  .map {
    position: absolute;
    top: -71px;
    left: 791px;
  }

  .div-block-63 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    left: 0;
  }

  .fl {
    z-index: 20;
    opacity: 1;
    position: relative;
    top: 35px;
    left: 473px;
  }

  .ca {
    z-index: 20;
    opacity: 1;
    position: relative;
    top: -116px;
    left: 219px;
    right: 0;
  }

  .nj {
    z-index: 20;
    opacity: 1;
    position: relative;
    top: -185px;
    left: 480px;
  }

  .location-mark {
    z-index: 30;
    opacity: 1;
    position: relative;
    top: -211px;
    left: 594px;
  }

  .div-block-64 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 60px;
    display: flex;
  }

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

  .paragraph-28 {
    opacity: .9;
    text-align: center;
    width: 1000px;
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 19px;
    font-weight: 200;
    line-height: 23px;
  }

  .heading-54 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 85px;
  }

  .bold-text-40, .bold-text-41 {
    font-weight: 600;
  }

  .routes {
    z-index: 100;
    opacity: 1;
    position: relative;
    top: -121px;
    left: 858px;
  }

  .div-block-66 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

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

  .div-block-67 {
    width: auto;
  }

  .div-block-68 {
    width: 10px;
    height: 10px;
  }

  .div-block-69, .div-block-70 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-56 {
    color: var(--300);
    font-family: Teko, sans-serif;
    font-size: 100px;
    font-weight: 500;
  }

  .contact-us-form-block-02 {
    background-color: var(--color-4);
  }

  .bmj-a-wrap-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bmj-block1-heading-1 {
    color: var(--02);
    font-family: Teko, sans-serif;
    font-size: 40px;
    font-weight: 500;
  }

  .contact-us-form-inner-block {
    border-radius: 0;
    box-shadow: 0 1px 5px #0000005c;
  }

  .bmj-section-1 {
    color: var(--color-4);
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 14px;
  }

  .text-block-17 {
    color: var(--redred);
    width: 800px;
    font-family: Heebo, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
  }

  .how-can-we-assist-you-title {
    color: var(--accent-light);
    font-family: Heebo, sans-serif;
    font-size: 15px;
  }

  .bmj-b-wrap-block-1 {
    justify-content: center;
    align-items: flex-start;
  }

  .bmj-block1-text-2 {
    color: var(--redred);
    margin-top: 10px;
    font-family: Heebo, sans-serif;
    font-size: 19px;
    line-height: 24px;
  }

  .c_name-field {
    color: var(--redred);
    font-family: Heebo, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .c_submit-button {
    background-color: var(--red);
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .c_submit-button:hover {
    background-color: var(--400);
  }

  .assistance-category {
    border-style: solid;
    border-color: var(--color-3);
    color: var(--redred);
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .bmj-wrap-a-1 {
    width: 1000px;
  }

  .text-block-18 {
    color: var(--redred);
    width: 800px;
    font-family: Heebo, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .assistance-category-dv-box {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    margin-bottom: 10px;
  }

  .bmj-wrap-b-1 {
    border-top-color: var(--color-3);
  }

  .section-38 {
    background-image: url('../images/white-bg_1.png');
    background-position: 50%;
    background-size: cover;
    border-bottom: 1px #000;
    height: 1450px;
  }

  .bold-text-42 {
    color: var(--redred);
    font-family: Heebo, sans-serif;
    font-size: 19px;
    font-weight: 600;
  }

  .bold-text-43 {
    font-weight: 600;
  }

  .text-block-19 {
    line-height: 20px;
  }

  .c_company-title {
    color: var(--accent-light);
    font-family: Heebo, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .message-field {
    color: var(--redred);
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: 400px;
    height: 100px;
    margin-bottom: 40px;
    font-family: Heebo, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .section-39 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    background-color: var(--02);
    border: 0 #000;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .div-block-71, .div-block-72 {
    background-color: var(--color-4);
    width: 400px;
    height: 200px;
  }

  .map-2 {
    width: 480px;
    height: 380px;
  }

  .div-block-73 {
    width: auto;
  }

  .heading-57 {
    color: var(--100);
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 90px;
  }

  .paragraph-29 {
    color: var(--100);
    margin-top: 20px;
    font-family: Heebo, sans-serif;
    font-size: 17px;
    font-weight: 100;
  }

  .link-2 {
    color: var(--redred);
  }

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

  .bold-text-45 {
    font-size: 17px;
    font-weight: 700;
  }

  .dfs-wrap-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 200px;
    margin-left: -71px;
    margin-right: 10px;
    padding-left: 0;
  }

  .dfs-wrap-2 {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    background-color: var(--redred);
    justify-content: center;
    align-items: flex-start;
    height: 300px;
    margin-left: 0;
    padding-top: 2em;
    padding-bottom: .125em;
  }

  .dfs-section-1 {
    height: auto;
    font-size: 14px;
  }

  .dfs-wrap-8 {
    width: 200px;
    height: 40px;
  }

  .dfs-text-1 {
    margin-top: 20px;
    font-family: Heebo, sans-serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 18px;
  }

  .dfs-link-1 {
    color: var(--color-4);
    width: 270px;
    font-family: Heebo, sans-serif;
    font-size: 17px;
  }

  .dfs-wrap-6 {
    grid-column-gap: 4.1em;
    grid-row-gap: 4.1em;
    border-top-style: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: 4em;
  }

  .dfs-grid-1 {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    grid-template: ". . Area"
    / 1fr 1fr .25fr;
  }

  .dfs-wrap-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px none var(--accent-light);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .paragraph-30 {
    margin-top: 2rem;
  }

  .image-12 {
    margin-top: -13px;
  }

  .div-block-74 {
    background-color: var(--02);
    height: 80px;
  }

  .link-3, .link-4 {
    color: var(--400);
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 17px;
    font-weight: 600;
  }

  .dfs-wrap-8-2 {
    width: 300px;
  }

  .div-block-75 {
    width: 200px;
    margin-left: 72px;
  }

  .text-block-20 {
    padding-top: 30px;
    padding-left: 190px;
  }

  .bold-text-46 {
    font-size: 15px;
    font-weight: 500;
  }

  .box-button {
    background-color: var(--red);
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1em 1.75em;
    font-family: Teko, sans-serif;
    font-size: 26px;
    display: flex;
  }

  .box-button:hover {
    background-color: var(--400);
  }

  .section-40 {
    background-image: url('../images/flywheel-bg.png');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
  }

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

  .heading-58 {
    height: auto;
    font-family: Teko, sans-serif;
    font-size: 100px;
  }

  .paragraph-31 {
    background-color: var(--800);
    opacity: 1;
    text-align: center;
    width: 1000px;
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .section-41 {
    justify-content: center;
    align-items: center;
    height: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

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

  .div-block-78 {
    background-color: var(--accent-medium);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 600px;
    margin-right: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-79 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 800px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-59 {
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 55px;
  }

  .paragraph-32 {
    font-size: 17px;
    line-height: 22px;
  }

  .section-42 {
    background-color: var(--02);
    justify-content: center;
    align-items: center;
    height: 700px;
    display: flex;
  }

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

  .div-block-81 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
  }

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

  .section-43 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 600px;
    display: flex;
  }

  .heading-61 {
    letter-spacing: 0;
    margin-top: 20px;
    font-family: Teko, sans-serif;
    font-size: 55px;
  }

  .div-block-83 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    display: flex;
  }

  .div-block-84 {
    background-color: var(--red);
    text-align: center;
    width: 150px;
  }

  .paragraph-35 {
    opacity: 1;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Teko, sans-serif;
    font-size: 55px;
    font-weight: 500;
  }

  .heading-62 {
    text-align: center;
    margin-bottom: 40px;
    font-family: Teko, sans-serif;
    font-size: 80px;
  }

  .section-44 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .heading-63 {
    text-align: left;
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 80px;
  }

  .paragraph-36 {
    opacity: 1;
    font-family: Heebo, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }

  .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51 {
    color: var(--400);
    font-weight: 700;
  }

  .datacenter {
    background-color: var(--800);
    text-align: center;
    width: 250px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Teko, sans-serif;
    font-size: 60px;
  }

  .data-centers {
    background-image: url('../images/vecteezy_ai-generated-rows-of-servers-in-data-center-with-blue-lights_41913411.jpeg');
    background-position: 50%;
    background-size: cover;
  }

  .manufacturing-text {
    background-color: var(--800);
    text-align: center;
    width: 280px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Teko, sans-serif;
    font-size: 60px;
  }

  .div-block-87 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-89 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .div-block-90 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 60px;
  }

  .div-block-91 {
    justify-content: center;
    align-items: center;
  }

  .button-6 {
    margin-top: 40px;
  }

  .container-23 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1200px;
    max-width: none;
    display: flex;
  }

  .container-24 {
    margin-left: 100px;
  }

  .navigation-container {
    max-width: none;
    padding-right: 60px;
  }

  .nav-link-2, .nav-link-2.w--current {
    font-size: 23px;
    line-height: 30px;
  }

  .dropdown {
    font-family: Teko, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
  }

  .text-block-29 {
    font-size: 23px;
  }

  .dropdown-link-6 {
    font-size: 23px;
    line-height: 30px;
  }

  .dropdown-link-6.w--current {
    background-color: var(--redred);
  }

  .dropdown-link-7 {
    background-color: var(--redred);
    font-size: 23px;
    line-height: 30px;
  }

  .dropdown-list-2 {
    background-color: var(--redred);
    line-height: 30px;
  }

  .dropdown-list-2:hover {
    background-color: var(--300);
  }

  .dropdown-toggle-2 {
    line-height: 30px;
  }

  .bold-text-55 {
    padding-left: 0;
  }

  .div-block-135 {
    width: 210px;
  }

  .bold-text-57 {
    color: var(--100);
    flex-flow: column;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
  }

  .paragraph-40 {
    color: var(--100);
  }

  .paragraph-41 {
    opacity: 1;
    margin-top: 0;
    font-family: Heebo, sans-serif;
    font-size: 17px;
    font-weight: 100;
  }

  .paragraph-42 {
    opacity: 1;
    margin-bottom: 20px;
  }

  .bold-text-58 {
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .bold-text-59, .bold-text-60, .bold-text-61 {
    font-size: 17px;
  }

  .bold-text-62 {
    font-size: 15px;
  }

  .heading-83 {
    font-size: 18px;
    line-height: 23px;
  }

  .section-52 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-style-h6 {
    font-size: 23px;
    line-height: 28px;
  }

  .paragraph-43 {
    line-height: 24px;
  }

  .paragraph-44 {
    font-size: 23px;
    line-height: 28px;
  }

  .home-charger {
    background-color: var(--redred);
    color: var(--100);
    font-weight: 400;
  }

  .home-charger:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .tabs-menu-2 {
    margin-bottom: 20px;
  }

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

  .heading-87 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .paragraph-47 {
    text-align: left;
    font-family: Heebo, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-160 {
    margin-top: 0;
  }

  .div-block-170 {
    width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph {
    font-family: Heebo, sans-serif;
  }

  .de.footer {
    background-color: var(--redred);
  }

  .button {
    width: 170px;
  }

  .grid-3-column {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: start stretch;
  }

  .heading-3 {
    font-size: 110px;
    line-height: 100px;
  }

  .paragraph-2 {
    width: 980px;
    font-size: 20px;
    line-height: 27px;
  }

  .line-deco {
    display: flex;
  }

  .heading-5 {
    font-size: 100px;
  }

  .paragraph-3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 27px;
  }

  .scroll-inner {
    width: 1800px;
    height: 100%;
  }

  .sticky-wrap {
    height: 1000px;
  }

  .description {
    text-align: center;
    margin-bottom: 20px;
    font-size: 17.5px;
    line-height: 25px;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 32px;
  }

  .container-7 {
    height: 1700px;
  }

  .heading-7 {
    font-size: 100px;
    line-height: 100px;
  }

  .paragraph-4 {
    width: 1100px;
    font-size: 20px;
    line-height: 27px;
  }

  .ourachievements {
    min-height: auto;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .text-lg {
    font-size: 18px;
    line-height: 22px;
  }

  .u-text-center {
    margin-bottom: 60px;
    font-size: 100px;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 18px;
    line-height: 25px;
  }

  .slider-arrow.left {
    left: 7px;
  }

  .aboutus {
    font-size: 110px;
  }

  .section-10 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-9 {
    width: auto;
    margin-bottom: 30px;
    font-size: 100px;
    line-height: 90px;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-10 {
    width: 550px;
    margin-bottom: 50px;
    font-size: 100px;
    line-height: 90px;
  }

  .section-13 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-11 {
    font-size: 100px;
    line-height: 90px;
  }

  .paragraph-9 {
    margin-top: 40px;
    font-size: 18px;
    line-height: 25px;
  }

  .text-size-small.text-color-grey {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-13 {
    background-color: var(--color-3);
  }

  .text-don-t-change {
    line-height: 30px;
  }

  .paragraph-11 {
    font-size: 18px;
    line-height: 25px;
  }

  .industries-we-support-02 {
    background-color: var(--redred);
    height: auto;
    padding-top: 80px;
  }

  .clone-right-arrow {
    right: 0;
  }

  .clone-mask {
    width: 500px;
  }

  .clone-slider {
    max-width: none;
  }

  .clone-left-arrow {
    left: 0;
  }

  .sto-container-1 {
    max-width: 1500px;
  }

  .sto-paragraph-2.da {
    font-size: 18px;
    line-height: 25px;
  }

  .sto-section-1 {
    margin-top: 0;
  }

  .sto-wrap-6 {
    width: 600px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .sto-paragraph-1 {
    width: 550px;
    font-size: 20px;
  }

  .section-16 {
    margin-top: 0;
    padding-top: 100px;
  }

  .heading-22 {
    width: 570px;
    margin-right: 0;
    font-size: 90px;
  }

  .heading-23 {
    font-family: Teko, sans-serif;
    font-size: 35px;
    line-height: 32px;
  }

  .text-block-3 {
    height: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .dropdown-toggle {
    font-family: Teko, sans-serif;
    font-weight: 400;
    line-height: 30px;
  }

  .commercial-ev-charging-solutions {
    font-size: 23px;
    line-height: 30px;
  }

  .backup-power-generators {
    color: var(--100);
    font-size: 23px;
    line-height: 30px;
  }

  .separatedicon {
    width: 50px;
    height: 50px;
  }

  .heading-28 {
    margin-bottom: 20px;
  }

  .div-block-6 {
    background-color: var(--redred);
    margin-top: 0;
    padding-bottom: 80px;
  }

  .column-left-2 {
    max-width: none;
    margin-left: 0;
  }

  .slider-wrap-3 {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    max-width: none;
    margin-bottom: 0;
  }

  .column-right-2 {
    width: 55%;
    margin-left: 20px;
  }

  .clone-slider-mother-2 {
    width: 100%;
    max-width: 1400px;
    margin-bottom: 20px;
  }

  .div-block-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block-10 {
    margin-bottom: 0;
  }

  .pcs-box {
    height: auto;
    margin-bottom: 0;
  }

  .paragraph-12 {
    width: 600px;
  }

  .redbox-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .bold-text-17 {
    min-width: auto;
    font-size: 26px;
  }

  .whoewesupport {
    font-size: 100px;
    line-height: 100px;
  }

  .solar-carports {
    font-size: 23px;
    line-height: 30px;
  }

  .heading-34 {
    font-size: 110px;
    line-height: 100px;
  }

  .text-block-5 {
    text-align: left;
    width: 800px;
    font-size: 20px;
    line-height: 27px;
  }

  .section-21 {
    background-color: var(--redred);
  }

  .section-22 {
    background-color: var(--redred);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-23 {
    background-color: var(--02);
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-26 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
    display: flex;
  }

  .slider-2 {
    width: 800px;
    height: 500px;
  }

  .mask {
    margin-top: 0;
  }

  .left-arrow, .right-arrow {
    font-size: 30px;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 70px;
    height: 70px;
  }

  .div-block-32 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .taxcredits {
    width: 180px;
    margin-bottom: 0;
  }

  .text-block-9 {
    color: var(--100);
    width: auto;
    height: auto;
    font-size: 19px;
  }

  .text-block-9:hover {
    background-color: var(--color-3);
  }

  .energy-cost-reduction, .environmental-benefits {
    width: 210px;
  }

  .increased-property-value {
    width: 230px;
  }

  .electrical-services {
    font-size: 23px;
  }

  .electrical-services.w--current {
    line-height: 30px;
  }

  .div-block-40 {
    width: 30px;
    height: 30px;
  }

  .div-block-44 {
    width: 700px;
  }

  .paragraph-23 {
    margin-bottom: 10px;
  }

  .section-31 {
    background-image: url('../images/bg01.png');
  }

  .section-33 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .section-37 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-63 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 0;
  }

  .div-block-66 {
    margin-top: 60px;
  }

  .section-39 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .div-block-73, .dfs-wrap-7 {
    width: auto;
  }

  .dfs-section-1 {
    background-color: var(--redred);
  }

  .dfs-text-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .dfs-link-1 {
    width: 250px;
    margin-top: 5px;
    font-size: 15px;
  }

  .dfs-link-1.w--current {
    font-size: 15px;
  }

  .dfs-wrap-6 {
    background-color: var(--redred);
    border-top-style: none;
    flex-flow: row;
  }

  .dfs-grid-1 {
    grid-template-columns: 1fr 1.5fr .25fr;
  }

  .link-3, .link-4 {
    margin-bottom: 10px;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .flywheel-ups-systems {
    background-color: var(--redred);
    color: var(--100);
    font-family: Teko, sans-serif;
    font-size: 23px;
    line-height: 30px;
  }

  .flywheel-ups-systems:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .flywheel-ups-systems.w--current {
    color: var(--100);
  }

  .flywheel-ups-systems.w--current:hover {
    color: var(--400);
  }

  .section-40 {
    background-image: url('../images/flywheel-bg.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 600px;
    display: flex;
  }

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

  .heading-58 {
    height: auto;
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 100px;
  }

  .paragraph-31 {
    opacity: 100;
    text-align: center;
    width: 1000px;
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .section-41 {
    background-color: var(--redred);
    color: var(--color-3);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 900px;
    display: flex;
  }

  .div-block-77 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-78 {
    background-color: var(--accent-medium);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 850px;
    height: 600px;
    display: flex;
  }

  .div-block-79 {
    width: 750px;
  }

  .heading-59 {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 60px;
  }

  .paragraph-32 {
    opacity: .8;
    color: var(--100);
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 18px;
  }

  .section-42 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-color: var(--02);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-80 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-60 {
    text-align: left;
    letter-spacing: 0;
    margin-top: 20px;
    font-family: Teko, sans-serif;
    font-size: 90px;
  }

  .div-block-81 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

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

  .section-43 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-21 {
    color: var(--redred);
    margin-top: 40px;
    margin-bottom: 0;
  }

  .heading-61 {
    letter-spacing: 0;
    font-family: Teko, sans-serif;
    font-size: 60px;
  }

  .paragraph-33 {
    opacity: .8;
    color: var(--100);
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 18px;
  }

  .div-block-83 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .paragraph-34 {
    opacity: .8;
    width: 500px;
    font-family: Heebo, sans-serif;
    font-size: 18px;
  }

  .div-block-84 {
    background-color: var(--red);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: auto;
    display: flex;
  }

  .div-block-84:hover {
    background-color: var(--red);
  }

  .paragraph-35 {
    opacity: 100;
    margin-bottom: 10px;
    font-family: Teko, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .image-13 {
    margin-right: -40px;
  }

  .div-block-85 {
    justify-content: center;
    align-items: center;
    height: 400px;
    display: flex;
  }

  .heading-62 {
    text-align: center;
    letter-spacing: 0;
    font-family: Teko, sans-serif;
    font-size: 90px;
    font-weight: 500;
  }

  .section-44 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--02);
    justify-content: center;
    align-items: center;
    height: 800px;
    display: flex;
  }

  .div-block-86 {
    width: 800px;
  }

  .heading-63 {
    letter-spacing: 0;
    margin-bottom: 40px;
    font-family: Teko, sans-serif;
    font-size: 90px;
  }

  .paragraph-36 {
    opacity: .9;
    font-family: Heebo, sans-serif;
    font-size: 22px;
    line-height: 30px;
  }

  .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51 {
    color: var(--400);
    font-weight: 700;
  }

  .datacenter {
    background-color: var(--800);
    text-align: center;
    border-radius: 0;
    width: 300px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Teko, sans-serif;
  }

  .data-centers {
    background-image: url('../images/vecteezy_ai-generated-rows-of-servers-in-data-center-with-blue-lights_41913411.jpeg');
    background-position: 50%;
    background-size: cover;
  }

  .manufacturing {
    background-image: url('../images/manufacturing.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .manufacturing-text {
    background-color: var(--800);
    text-align: center;
    width: 350px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Teko, sans-serif;
  }

  .healthcare {
    background-image: url('../images/vecteezy_equipment-in-the-hospital-monitors_24569499.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .healthcare-text {
    background-color: var(--800);
    text-align: center;
    width: 260px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Teko, sans-serif;
  }

  .public-infra {
    background-image: url('../images/vecteezy_traffic-ligjts-in-the-night-city_31690171.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .publicinfra-text {
    background-color: var(--800);
    text-align: center;
    width: 480px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Teko, sans-serif;
  }

  .energy-utilities {
    background-image: url('../images/vecteezy_sunset-view-of-high-voltage-electric-transmission-tower_27597607_1vecteezy_sunset-view-of-high-voltage-electric-transmission-tower_27597607.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .energyutilitiestext {
    background-color: var(--800);
    text-align: center;
    width: 440px;
    margin-top: 20px;
    margin-left: 20px;
    font-family: Teko, sans-serif;
  }

  .div-block-87 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .header {
    width: 1400px;
  }

  .grid-6 {
    grid-row-gap: 0px;
  }

  .heading-64 {
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-22 {
    border-right: 1px solid var(--color-3);
    border-bottom: 1px solid var(--color-3);
    background-color: var(--accent-light);
    text-align: center;
    height: 30px;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .pricing-wrapper {
    width: auto;
  }

  .pricing-section {
    background-color: var(--redred);
    flex-flow: column;
  }

  .top-heading {
    font-family: Heebo, sans-serif;
    font-size: 30px;
  }

  .pricing-line-break-top {
    color: var(--color-2);
  }

  .grid-top-sticky {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pricing-top {
    border-bottom-style: none;
    min-height: 185px;
  }

  .grid-pricing {
    grid-template: "." 0
                   "Area"
                   / 1fr 1.5fr 1.5fr;
  }

  .pricing-table-cell {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--accent-light);
    justify-content: center;
    align-items: center;
    font-family: Heebo, sans-serif;
    font-size: 22px;
  }

  .grid-top-sticky-2 {
    border-bottom: 1px solid var(--color-4);
    grid-template-columns: 1fr 1.5fr 1.5fr;
  }

  .container-21 {
    width: auto;
    max-width: 1300px;
  }

  .heading-65 {
    letter-spacing: 0;
    margin-bottom: 60px;
    font-family: Teko, sans-serif;
    font-size: 80px;
  }

  .heading-66 {
    color: var(--400);
    text-align: center;
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .heading-67 {
    color: var(--accent);
    text-align: center;
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .text-block-24 {
    font-family: Heebo, sans-serif;
    font-size: 20px;
  }

  .paragraph-37 {
    opacity: 1;
    font-family: Heebo, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .heading-68 {
    font-family: Heebo, sans-serif;
    font-size: 22px;
  }

  .paragraph-38 {
    font-size: 22px;
  }

  .heading-69 {
    color: var(--color-3);
    font-family: Heebo, sans-serif;
    font-size: 22px;
  }

  .heading-70 {
    border-bottom: 1px solid var(--accent-light);
    color: var(--accent-medium);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Heebo, sans-serif;
    font-size: 22px;
    display: flex;
  }

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

  .heading-71 {
    color: var(--accent-medium);
    font-family: Heebo, sans-serif;
    font-size: 22px;
  }

  .pricing-wrapper-2 {
    text-align: center;
  }

  .pricing-section-2 {
    width: 1400px;
  }

  .top-heading-2 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    font-family: Heebo, sans-serif;
    font-size: 25px;
    display: flex;
  }

  .grid-top-sticky-3 {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    height: auto;
    margin-bottom: 20px;
    display: grid;
  }

  .pricing-top-2 {
    min-height: auto;
  }

  .container-22 {
    width: 1500px;
    max-width: 1500px;
  }

  .grid-pricing-2 {
    grid-template-columns: .5fr 1fr 1fr;
  }

  .pricing-table-cell-2 {
    border-style: solid none;
    border-width: 0 0 1px;
    border-color: var(--accent-light) black;
    justify-content: flex-start;
    align-items: center;
  }

  .tabletext {
    opacity: 1;
    text-align: left;
    font-family: Heebo, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .heading-72 {
    opacity: 1;
    color: var(--accent-medium);
    font-family: Heebo, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .heading-73 {
    color: var(--400);
    padding-left: 0;
    font-family: Heebo, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }

  .heading-74 {
    color: var(--accent);
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    font-family: Heebo, sans-serif;
    font-size: 25px;
    font-weight: 500;
    display: flex;
  }

  .div-block-88 {
    width: auto;
  }

  .heading-75 {
    letter-spacing: 0;
    margin-bottom: 40px;
    font-family: Teko, sans-serif;
    font-size: 90px;
  }

  .div-block-89 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-23 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1400px;
    max-width: none;
    display: flex;
  }

  .container-24 {
    margin-left: 220px;
  }

  .navigation-container {
    max-width: none;
    padding-right: 60px;
  }

  .nav-menu-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .nav-link-2, .nav-link-2.w--current, .dropdown {
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-104 {
    width: 1000px;
  }

  .text-block-29 {
    font-size: 23px;
  }

  .dropdown-link-6, .dropdown-link-7 {
    font-size: 23px;
    line-height: 30px;
  }

  .dropdown-list-2 {
    font-family: Teko, sans-serif;
    font-size: 23px;
    line-height: 30px;
  }

  .dropdown-toggle-2 {
    font-family: Teko, sans-serif;
    font-weight: 400;
    line-height: 30px;
  }

  .div-block-133 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-135 {
    width: 220px;
  }

  .paragraph-41 {
    margin-top: 0;
  }

  .bold-text-63 {
    font-size: 0;
    line-height: 0;
  }

  .heading-83 {
    line-height: 25px;
  }

  .div-block-137 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .features-tab-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
  }

  .bullet-wraper {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
  }

  .header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .feature_content-detail {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-140 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .paragraph-43 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-44 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
  }

  .div-block-144 {
    background-color: var(--redred);
  }

  .home-ev-charging-solutions {
    height: auto;
    line-height: 30px;
    text-decoration: none;
  }

  .home-charger {
    background-color: var(--redred);
    color: var(--100);
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Teko, sans-serif;
    font-weight: 400;
  }

  .home-charger:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .home-charger.w--current {
    color: var(--100);
  }

  .home-charger.w--current:hover {
    color: var(--400);
  }

  .mask-2 {
    width: 500px;
  }

  .image-29 {
    top: 221px;
    right: -233px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.5rem;
  }

  .style-guide-block {
    margin-bottom: 2.5rem;
  }

  .form-error {
    padding-left: .25rem;
  }

  .paragraph.extra-large {
    font-size: 1.5rem;
  }

  .form-dropdown {
    padding-right: .25rem;
  }

  .form-success {
    padding-top: .25rem;
  }

  .button-secondary {
    position: relative;
  }

  .de {
    padding: 6rem 4rem;
  }

  .de.footer {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0 0 0 0;
    display: flex;
  }

  .container-large {
    overflow: hidden;
  }

  .nav-link {
    margin: .25rem 0;
    font-size: 18px;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .nav-menu {
    border-bottom: .0625rem solid var(--02);
    background-color: var(--redred);
    align-items: flex-start;
    width: 100vw;
    min-width: 100vw;
    margin-right: 0;
    padding: 1rem 3.125rem 2rem;
  }

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

  .button {
    margin-top: 60px;
    position: relative;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-button {
    flex-direction: row;
    justify-content: center;
    margin-left: 1rem;
    margin-right: -.5rem;
    padding: 0;
    display: flex;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .actions-wrapper {
    align-items: center;
    font-family: Teko, sans-serif;
    font-size: 1px;
  }

  .menu-icon-line-bottom {
    background-color: var(--100);
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-top: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-top {
    background-color: var(--100);
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-bottom: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .faq-wrapper {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq-answer {
    padding-right: 2.5rem;
  }

  .feature-item {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .cta-card-content {
    grid-column-gap: 2rem;
  }

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

  .grid-3-column {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .container-small {
    overflow: hidden;
  }

  .image-grid {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 80px;
    line-height: 70px;
  }

  .paragraph-2 {
    width: 600px;
    font-size: 17px;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .logo_component-slider {
    grid-column-gap: 3rem;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-slider-img {
    width: 174px;
  }

  .line-deco {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-5 {
    margin-bottom: 0;
    font-size: 80px;
    line-height: 70px;
  }

  .section {
    flex-flow: column;
    height: 1000px;
    padding-top: 20px;
  }

  .container-6 {
    flex-flow: column;
  }

  .paragraph-3 {
    text-align: center;
    width: 600px;
    margin-bottom: 0;
    font-size: 17px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .media-wrapper {
    height: 100%;
  }

  .scroll-inner {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: stretch;
    place-items: center;
    width: 700px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .sticky-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    height: auto;
    margin-top: 40px;
    display: flex;
  }

  .description {
    margin-bottom: 0;
  }

  .full-image {
    height: 100%;
  }

  .scroll-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 500px;
    height: 100%;
    min-height: auto;
    bottom: 0%;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 32px;
  }

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

  .heading-7 {
    margin-bottom: 30px;
    font-size: 80px;
    line-height: 70px;
  }

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

  .div-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
    margin-right: 60px;
  }

  .counter {
    justify-content: center;
    align-items: center;
  }

  .text-lg {
    margin-left: -35px;
    margin-right: 0;
    font-size: 15px;
  }

  .u-text-center {
    line-height: 70px;
  }

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

  .title-wrapper.cc-lg {
    margin-bottom: 2.5rem;
  }

  .grid-cols.cc-3col {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .counter_number.cc-01, .counter_number.cc-02, .counter_number.cc-03, .counter_number.cc-04, .counter_number.cc-05 {
    font-size: 60px;
    line-height: 50px;
  }

  .h1 {
    font-size: 4rem;
  }

  .section-6 {
    flex-flow: column;
    height: 800px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-2 {
    width: auto;
    margin-top: 40px;
    margin-right: 0;
  }

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

  .container-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 650px;
    margin-left: 0;
    display: flex;
  }

  .paragraph-6 {
    text-align: center;
    width: auto;
    line-height: 24px;
  }

  .paragraph-7 {
    width: 700px;
    font-size: 16px;
    line-height: 23px;
  }

  .slider-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .slider {
    justify-content: flex-start;
    align-items: center;
    height: 24vh;
    display: flex;
  }

  .slider-arrow.right {
    position: relative;
    left: -228px;
  }

  .slider-arrow.left {
    position: relative;
    left: -468px;
  }

  .aboutus {
    background-color: var(--800);
    font-size: 80px;
    line-height: 70px;
  }

  .container-14 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    width: auto;
    max-width: none;
    margin-right: 0;
  }

  .section-10 {
    height: 750px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-9 {
    text-align: center;
    width: 700px;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 80px;
    line-height: 70px;
  }

  .container-15 {
    flex-flow: column;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-8 {
    text-align: center;
    width: 720px;
    font-size: 16px;
    line-height: 23px;
  }

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

  .section-12 {
    height: 1200px;
  }

  .section-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 500px;
  }

  .paragraph-9 {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
  }

  .image-4 {
    margin-bottom: -22px;
    margin-left: 0;
  }

  .paragraph-10 {
    width: 700px;
    margin-bottom: 20px;
  }

  .faq_section-title {
    width: 100%;
    max-width: 32rem;
    position: static;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .graphic_faq {
    max-width: 36rem;
    top: -13.8rem;
    left: 1.6rem;
  }

  .faq_bg {
    z-index: 0;
  }

  .tools_tab-content {
    padding-right: 1rem;
  }

  .footer_cta-graphic {
    width: 100%;
    top: -7%;
  }

  .process_item-image_container {
    width: 100%;
    height: auto;
  }

  .process_item-image_container.step-3 {
    width: auto;
    height: 100%;
  }

  .footer_section {
    grid-column-gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tools_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .process_item-container {
    height: 20rem;
    display: flex;
  }

  .faq_answer-content {
    padding-bottom: 1.5rem;
  }

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

  .process_step {
    grid-column-gap: 0rem;
    justify-items: stretch;
  }

  .colophon_section-links {
    grid-column-gap: 2rem;
  }

  .plans_container {
    grid-column-gap: 1rem;
  }

  .section-home-testimonial {
    z-index: 0;
  }

  .tools_menu {
    flex-direction: row;
    width: 100%;
    margin-bottom: 2rem;
  }

  .tools-bg-grid {
    width: 50%;
    max-width: 46rem;
  }

  .faq_question {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq_section-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tools_container {
    flex-direction: column;
  }

  .process_item-indicator {
    width: 50px;
    height: 50px;
    left: 46px;
  }

  .companies_section {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq_section {
    grid-row-gap: 5rem;
    flex-flow: column wrap;
  }

  .process_item-image.step-1 {
    transform: scale(1)translate(0, .6rem)rotate(-15deg);
  }

  .process_item-image.step-3-1 {
    height: 22%;
    top: 16%;
    transform: scale(.8);
  }

  .process_item-image.step-3-3 {
    max-width: 100%;
    height: 22%;
    top: 58%;
    transform: scale(.8);
  }

  .process_item-image.step-3-2 {
    height: 22%;
    top: 37%;
    transform: scale(.8);
  }

  .process_item-image.step-2-arrow {
    max-width: 35%;
  }

  .tools_tab {
    flex: 1;
  }

  .colophon-links, .footer_section-column {
    flex: 0 auto;
    max-width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_section-col-con {
    flex: 1;
    justify-content: space-between;
  }

  .heading-13 {
    background-color: var(--color-3);
    margin-bottom: 0;
  }

  .text-moving-container {
    height: auto;
    margin-left: 0;
  }

  .change-text-wrapper {
    height: 40px;
  }

  .text-don-t-change {
    font-size: 23px;
    line-height: 50px;
  }

  .text-change-wrapper {
    height: 50px;
    display: flex;
  }

  .text-change-mover {
    height: 40px;
  }

  .text-change {
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    height: 50px;
    font-size: 30px;
    line-height: 40px;
    display: flex;
  }

  .paragraph-11 {
    width: 220px;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .slider-wrapper {
    min-width: 300vw;
    min-height: 100vh;
  }

  .panel._2, .panel.is-gray {
    min-width: 100vw;
    height: 100vh;
  }

  .panel.is-red {
    min-width: 100vw;
    min-height: 100vh;
  }

  .panel.is-gray {
    min-width: 100vw;
    height: 100vh;
  }

  .slider-camera {
    width: 100vw;
    position: sticky;
    inset: 0 auto auto;
    overflow: scroll;
  }

  .hero_content {
    align-items: flex-start;
    width: 100%;
    padding-bottom: 6rem;
  }

  .horizontal-scroll_track {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .horizontal-scroll_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    min-height: 300vh;
    position: static;
  }

  .slider-wrapper-2 {
    min-width: 300vw;
    min-height: 100vh;
  }

  .horizontal-scroll_track-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .industries-02 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: wrap;
  }

  .hero_content-2 {
    align-items: flex-start;
    width: 100%;
    padding-bottom: 6rem;
  }

  .horizontal-scroll_content-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    min-height: 300vh;
    position: static;
  }

  .horizontal-scroll_track-3 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .slider-camera-2 {
    width: 100vw;
    position: sticky;
    inset: 0 auto auto;
    overflow: scroll;
  }

  .slider-main_button:hover {
    transform: none;
  }

  .column-right {
    padding: 20px;
  }

  .logo-column {
    align-items: center;
    padding-right: 15px;
    display: flex;
  }

  .content-h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slider-wrap-2, .logo-wrapper-2 {
    flex-wrap: wrap;
  }

  .clone-slider-mother {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .column-left {
    padding: 20px;
  }

  .sto-wrap-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .sto-wrap-8 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .sto-tabs-1 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .sto-container-1 {
    flex-flow: column;
    width: 900px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .sto-paragraph-2 {
    text-align: center;
    width: 650px;
  }

  .sto-paragraph-2.da {
    text-align: center;
    width: 600px;
  }

  .sto-wrap-3 {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0;
    padding: 0;
  }

  .sto-wrap-3.do {
    background-color: var(--redred);
    border-radius: 0;
    width: 750px;
    margin-right: 0;
  }

  .sto-pic-2 {
    border-radius: 0;
    width: 700px;
    height: 500px;
  }

  .sto-pic-2.dc {
    border-radius: 0;
    width: 700px;
    height: auto;
  }

  .sto-section-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 700px;
    height: auto;
    font-size: 1.3vw;
    display: flex;
  }

  .sto-decor-1 {
    width: 150px;
    min-width: auto;
    height: 50px;
  }

  .sto-decor-1.di {
    height: 50px;
    inset: auto auto 0% 0%;
  }

  .sto-decor-1.do {
    width: 150px;
    height: 50px;
    left: 3.2%;
  }

  .sto-wrap-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 750px;
  }

  .sto-link-tab-1 {
    width: 50px;
    height: 50px;
    padding: 1em 1.5em;
    display: block;
    left: -30px;
  }

  .sto-link-tab-1.w--current {
    height: 50px;
  }

  .sto-link-tab-1.de {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 1em 1.5em;
    display: block;
  }

  .sto-wrap-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 700px;
    min-width: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .sto-tabs-menu-1 {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    top: -51px;
    bottom: 0;
    left: -248px;
  }

  .sto-wrap-4 {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .sto-wrap-7 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .sto-wrap-7.ft {
    justify-content: center;
    align-items: center;
    width: 750px;
  }

  .sto-paragraph-1 {
    text-align: center;
    width: 600px;
  }

  .sto-tabs-content-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .section-16 {
    flex-flow: row;
  }

  .heading-22 {
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 80px;
    line-height: 70px;
  }

  .heading-23 {
    margin-top: 40px;
  }

  .heading-24 {
    text-align: center;
    margin-bottom: 20px;
  }

  .heading-26 {
    text-align: center;
    width: 600px;
    margin-bottom: 40px;
    font-size: 80px;
  }

  .section-17 {
    height: 1000px;
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-3 {
    font-size: 23px;
    line-height: 27px;
  }

  .dropdown-toggle {
    background-color: var(--redred);
    text-align: center;
    font-family: Teko, sans-serif;
    font-weight: 400;
  }

  .commercial-ev-charging-solutions, .backup-power-generators {
    text-align: center;
  }

  .heading-28 {
    background-color: var(--800);
    text-align: center;
    width: 600px;
    font-size: 90px;
    line-height: 70px;
  }

  .column-left-2 {
    width: 100%;
    padding: 20px;
  }

  .slider-wrap-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .column-right-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .pcs-slider-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .clone-slider-mother-2 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

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

  .div-block-8 {
    width: 80px;
    height: 30px;
  }

  .div-block-9 {
    width: 500px;
  }

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

  .heading-31 {
    width: 700px;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 700px;
  }

  .text-block-4 {
    font-family: Heebo, sans-serif;
    font-size: 15px;
  }

  .paragraph-12 {
    width: auto;
  }

  .redbox-wrapper {
    flex-flow: wrap;
  }

  .solar-carports {
    color: var(--100);
    text-align: center;
  }

  .solar-carports:hover {
    text-align: center;
  }

  .heading-34 {
    margin-bottom: 10px;
    font-size: 80px;
    line-height: 70px;
  }

  .text-block-5 {
    text-align: center;
    width: 600px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 22px;
  }

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

  .paragraph-16 {
    font-size: 17px;
  }

  .section-22 {
    flex-flow: column;
    margin-top: 20px;
    padding-top: 100px;
  }

  .heading-36 {
    margin-bottom: 10px;
    font-size: 70px;
  }

  .div-block-20 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-21 {
    width: 220px;
    height: 300px;
  }

  .section-23 {
    flex-flow: column;
    height: 650px;
    margin-bottom: 40px;
  }

  .div-block-26 {
    margin-top: 0;
  }

  .paragraph-18 {
    width: 650px;
  }

  .heading-37 {
    text-align: center;
    margin-bottom: 20px;
  }

  .heading-39 {
    width: 700px;
    margin-bottom: 20px;
    font-size: 70px;
  }

  .div-block-29 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    flex-flow: column;
  }

  .div-block-32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-33 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .taxcredits {
    width: 140px;
  }

  .text-block-9 {
    color: var(--100);
    width: auto;
    font-weight: 700;
  }

  .energy-cost-reduction, .environmental-benefits, .increased-property-value {
    width: 180px;
  }

  .electrical-services {
    text-align: center;
    line-height: 30px;
  }

  .heading-40 {
    width: 700px;
    line-height: 90px;
  }

  .paragraph-19 {
    width: 700px;
    margin-top: 40px;
    font-size: 18px;
  }

  .heading-41 {
    font-size: 80px;
  }

  .section-26 {
    height: 1000px;
  }

  .div-block-38 {
    flex-flow: column;
  }

  .div-block-40 {
    width: 20px;
    height: 20px;
  }

  .heading-42 {
    text-align: center;
    margin-left: 10px;
    font-size: 23px;
  }

  .section-27 {
    flex-flow: column;
    height: auto;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .heading-43 {
    margin-bottom: 0;
    font-size: 80px;
  }

  .div-block-42 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-top: 20px;
  }

  .generator-01 {
    width: 300px;
    height: 200px;
  }

  .div-block-44 {
    width: 450px;
  }

  .paragraph-20 {
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 19px;
  }

  .heading-44 {
    margin-top: 0;
    font-size: 30px;
  }

  .div-block-46 {
    margin-top: 20px;
  }

  .paragraph-21 {
    text-align: center;
    width: 700px;
    font-family: Heebo, sans-serif;
    font-size: 17px;
  }

  .generator-02 {
    width: 300px;
    height: 200px;
  }

  .generator-03 {
    background-size: cover;
    width: 300px;
    height: 200px;
  }

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

  .heading-45 {
    width: 600px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .heading-46 {
    margin-bottom: 20px;
  }

  .div-block-49 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: .25fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .div-block-50 {
    width: 600px;
  }

  .heading-48 {
    font-size: 25px;
  }

  .paragraph-22 {
    margin-top: 10px;
    padding-left: 50px;
  }

  .paragraph-23 {
    width: 650px;
  }

  .div-block-52 {
    flex-flow: column;
    margin-top: 100px;
  }

  .div-block-53, .div-block-54, .div-block-55 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-24 {
    width: 500px;
  }

  .section-31 {
    height: 2600px;
  }

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

  .heading-51 {
    width: 700px;
    font-size: 80px;
  }

  .div-block-60 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
    font-family: Heebo, sans-serif;
    font-size: 15px;
  }

  .section-33 {
    flex-flow: column;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-61 {
    justify-content: center;
    align-items: center;
    width: 700px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-52 {
    text-align: center;
    width: auto;
    font-size: 80px;
    line-height: 82px;
  }

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

  .div-block-63 {
    width: 700px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-54 {
    font-size: 70px;
  }

  .contact-us-form-inner-block {
    border: .1em solid #e9ebef;
  }

  .bmj-section-1 {
    font-size: 1.3vw;
  }

  .text-block-17 {
    width: 600px;
  }

  .bmj-block1-wrap-heading-1 {
    width: 300px;
  }

  .bmj-block1-text-2 {
    width: 300px;
    font-size: 15px;
    line-height: 17px;
  }

  .bmj-block1-wrap-1 {
    width: 300px;
  }

  .bmj-wrap-b-1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .bold-text-42, .text-block-19 {
    width: 300px;
  }

  .section-39 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    background-color: var(--02);
    justify-content: center;
    align-items: center;
  }

  .map-2 {
    width: 300px;
    margin-left: 0;
  }

  .div-block-73 {
    margin-left: 0;
  }

  .dfs-wrap-7 {
    width: 150px;
  }

  .dfs-section-1 {
    font-size: 1.3vw;
  }

  .dfs-text-1 {
    text-align: center;
    width: auto;
    margin-left: 0;
    font-size: 13px;
  }

  .dfs-link-1, .dfs-link-1.w--current {
    font-size: 14px;
  }

  .dfs-wrap-6 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border-top-style: none;
    border-top-width: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
  }

  .dfs-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: .25fr .25fr .25fr;
    width: auto;
    margin-left: 0;
  }

  .link-3, .link-4 {
    font-size: 15px;
  }

  .div-block-75 {
    width: 150px;
  }

  .bold-text-46 {
    font-size: 13px;
  }

  .flywheel-ups-systems {
    text-align: center;
  }

  .heading-58 {
    font-size: 80px;
  }

  .paragraph-31 {
    width: 600px;
  }

  .div-block-77 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-78 {
    width: 600px;
    height: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-79 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-left: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-42 {
    justify-content: center;
    align-items: center;
    height: 1000px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-81 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-82 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .section-43 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-21 {
    color: var(--redred);
    margin-top: 20px;
    font-family: Heebo, sans-serif;
    font-size: 15px;
  }

  .div-block-84 {
    border-radius: 5px;
  }

  .heading-62 {
    margin-top: 0;
  }

  .section-44 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-63 {
    margin-bottom: 40px;
  }

  .paragraph-36 {
    margin-bottom: 0;
    font-size: 17px;
  }

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

  .pricing-section {
    flex-flow: column;
    height: 1200px;
  }

  .container-22 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tabletext {
    font-size: 15px;
  }

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

  .heading-73 {
    padding-left: 0;
  }

  .div-block-88 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-90 {
    width: 400px;
    margin-bottom: 40px;
  }

  .div-block-91 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 20px;
    display: flex;
  }

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

  .container-24 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .text-block-25, .text-block-26, .text-block-27, .text-block-28 {
    font-family: Heebo, sans-serif;
    font-size: 15px;
  }

  .div-block-93 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-94 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center;
    display: flex;
  }

  .div-block-95 {
    margin-right: 0;
  }

  .div-block-96 {
    width: 200px;
    margin-left: 0;
    padding-right: 0;
  }

  .nav {
    z-index: 999;
    padding-right: 10px;
  }

  .nav-menu-2 {
    background-color: var(--redred);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-menu-2:hover, .nav-menu-2:active {
    background-color: var(--redred);
  }

  .nav-link-2 {
    background-color: var(--redred);
    color: var(--100);
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    display: flex;
  }

  .nav-link-2:hover {
    background-color: var(--300);
  }

  .nav-link-2.w--current {
    background-color: var(--redred);
    color: var(--100);
    text-align: center;
    line-height: 30px;
  }

  .nav-link-2.w--current:hover {
    background-color: var(--300);
  }

  .menu-button {
    background-color: var(--redred);
    margin-right: 0;
  }

  .menu-button:hover, .menu-button:active, .menu-button:focus {
    background-color: var(--redred);
  }

  .menu-button.w--open {
    background-color: navy;
  }

  .icon-2 {
    color: var(--100);
    font-size: 60px;
  }

  .icon-2:active {
    color: var(--400);
  }

  .dropdown {
    background-color: var(--redred);
  }

  .div-block-104 {
    width: auto;
  }

  .dropdown-list {
    background-color: var(--redred);
    text-align: center;
    font-family: Teko, sans-serif;
    font-size: 23px;
    font-weight: 400;
  }

  .dropdown-link-6, .dropdown-link-7 {
    text-align: center;
  }

  .div-block-116 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle-2:active {
    background-color: var(--redred);
  }

  .heading-78 {
    text-align: center;
    width: 550px;
    font-size: 90px;
    line-height: 80px;
  }

  .section-48 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .heading-79 {
    letter-spacing: 2.6px;
    font-size: 35px;
  }

  .div-block-122 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .heading-80 {
    width: 700px;
  }

  .div-block-123 {
    width: auto;
  }

  .image-22 {
    margin-top: 0;
  }

  .paragraph-39 {
    width: 700px;
    font-family: Heebo, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-81 {
    text-align: center;
    width: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-124 {
    width: 300px;
    height: 40px;
  }

  .bold-text-55 {
    padding-left: 0;
    font-size: 18px;
  }

  .div-block-125 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .div-block-128 {
    grid-template-columns: 1fr 1fr;
  }

  .image-23 {
    font-size: 1px;
  }

  .div-block-135 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 600px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .section-50 {
    padding-bottom: 60px;
  }

  .div-block-137 {
    justify-content: center;
    align-items: center;
  }

  .section-52 {
    flex-flow: column;
    height: auto;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .image-24 {
    top: 28px;
  }

  .features-tab-wrapper {
    flex-flow: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .banner-right {
    flex-direction: row;
  }

  .padding-overflow-mobile {
    overflow: visible;
  }

  .grid-3-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2fr;
    height: auto;
  }

  .arrow-tab {
    justify-content: center;
    width: 100%;
    height: 3rem;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-function {
    min-height: 32rem;
  }

  .feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: 20rem;
  }

  .div-block-140 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
  }

  .div-block-142 {
    justify-content: center;
    align-items: center;
  }

  .section-54 {
    flex-flow: column;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-147 {
    grid-template-columns: 1fr;
  }

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

  .home-charger {
    background-color: var(--redred);
    text-align: center;
  }

  .home-charger:hover {
    background-color: var(--300);
  }

  .tabs-menu-2 {
    flex-flow: column;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    border-bottom: .5px solid var(--300);
    border-right-style: none;
    width: 300px;
  }

  .text-block-38 {
    border: .5px #000;
  }

  .tab-link-tab-2-2 {
    border-bottom: .5px solid var(--300);
    border-right-style: none;
    width: 300px;
  }

  .tab-link-tab-3-2 {
    border-bottom: .5px solid var(--300);
    width: 300px;
  }

  .scroll-inner-2 {
    width: 600vw;
  }

  .scroll-card-2 {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .scroll-inner-3, .scroll-inner-4, .scroll-inner-5 {
    width: 600vw;
  }

  .div-block-155 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: .25fr .25fr .25fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .map-4 {
    width: 500px;
    height: 400px;
  }

  .div-block-160, .div-block-165 {
    flex-flow: column;
  }

  .div-block-169 {
    grid-template-columns: 1fr;
  }

  .div-block-170 {
    width: auto;
  }

  .div-block-174 {
    width: auto;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h6 {
    letter-spacing: -.02em;
  }

  .paragraph {
    font-family: Heebo, sans-serif;
    font-size: 15px;
  }

  .style-guide-colour-block {
    width: 25%;
  }

  .field-block {
    min-height: auto;
  }

  .heading.medium {
    font-size: 2rem;
  }

  .heading.small {
    font-family: Heebo, sans-serif;
    font-size: 23px;
  }

  .heading.extra-large {
    font-size: 3.25rem;
  }

  .heading.large {
    font-size: 2.5rem;
  }

  .de.banner {
    display: block;
  }

  .de.footer {
    flex-flow: column;
    width: auto;
    height: auto;
    padding: 20px 0 0 0;
  }

  .container-large {
    width: 100%;
  }

  .grid-2-column {
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .nav-link.w--current {
    background-position: 0%;
  }

  .nav-menu {
    border-right: .0625rem solid var(--700);
    background-color: var(--redred);
    -webkit-backdrop-filter: blur(.375rem);
    backdrop-filter: blur(.375rem);
    margin-right: 0;
  }

  .logo-wrapper {
    display: flex;
  }

  .button {
    margin-top: 20px;
  }

  .social-proof-logos-wrapper {
    width: auto;
    padding-top: 1rem;
  }

  .faq-wrapper, .feature-item {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .card-item.login {
    width: 100%;
    padding: 2.5rem;
  }

  .features-list {
    grid-row-gap: 9rem;
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .benefit-item {
    width: 220px;
  }

  .header-layout {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    margin-top: 0;
    display: block;
  }

  .grid-3-column {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .container-small {
    width: 100%;
  }

  .image-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .spacer-4, .spacer-8, .spacer-16, .spacer-24, .spacer-32, .spacer-40, .spacer-48 {
    height: 2.5rem;
  }

  .spacer-64, .spacer-80 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .spacer-96 {
    width: 4.5rem;
    height: 4.5rem;
  }

  .spacer-128 {
    height: 2.5rem;
  }

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

  .heading-3 {
    margin-top: 0;
    font-size: 65px;
    line-height: 60px;
  }

  .paragraph-2 {
    width: 500px;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .section-logo {
    margin-top: 100px;
    position: relative;
    top: -225px;
  }

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

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .logo-slider-img {
    width: 125px;
  }

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

  .heading-5 {
    font-size: 65px;
    line-height: 60px;
  }

  .section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-3 {
    width: 500px;
    margin-bottom: 0;
  }

  .div-block {
    width: 480px;
    padding-left: 0;
  }

  .bold-text-4 {
    width: 480px;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading-6 {
    font-size: 1.75rem;
  }

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

  .heading-7 {
    font-size: 80px;
  }

  .paragraph-4 {
    width: 480px;
    margin-bottom: 0;
  }

  .div-block-2 {
    width: 480px;
    margin-left: 0;
    margin-right: 0;
  }

  .ourachievements {
    min-height: 400px;
  }

  .text-lg {
    margin-left: 0;
    font-size: 13px;
  }

  .u-text-center {
    font-size: 70px;
  }

  .container {
    padding: 40px 20px;
  }

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

  .grid-cols.cc-3col {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .counter_number.cc-01, .counter_number.cc-02, .counter_number.cc-03, .counter_number.cc-04, .counter_number.cc-05 {
    font-size: 50px;
  }

  .h1 {
    justify-content: center;
    align-items: center;
    height: 50px;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    display: flex;
  }

  .code-embed-2 {
    width: 500px;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-3 {
    width: 600px;
    height: auto;
    margin-top: 40px;
  }

  .paragraph-6 {
    width: 480px;
    font-size: 16px;
  }

  .paragraph-7 {
    width: 480px;
  }

  .slider-arrow.right {
    left: -428px;
  }

  .slider-arrow.left {
    left: -470px;
  }

  .aboutus {
    font-size: 80px;
  }

  .section-10 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    width: auto;
    font-size: 65px;
    line-height: 60px;
  }

  .container-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-8 {
    width: 500px;
  }

  .heading-10 {
    font-size: 70px;
    line-height: 60px;
  }

  .section-13 {
    background-position: 50%;
    justify-content: center;
    align-items: center;
  }

  .heading-11 {
    text-align: center;
    font-size: 70px;
  }

  .paragraph-9 {
    width: 480px;
  }

  .section-14 {
    height: 700px;
  }

  .heading-12 {
    width: 500px;
    font-size: 65px;
    line-height: 65px;
  }

  .paragraph-10 {
    width: 480px;
  }

  .faq_answer {
    margin-bottom: 1.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .graphic_faq {
    max-width: 25rem;
    top: -9.2rem;
    left: -1rem;
  }

  .tools_tab-content {
    padding-right: 0;
    display: none;
  }

  .tools_tab-title {
    font-size: 1.25rem;
  }

  .text-size-small.text-color-grey {
    font-size: 14px;
  }

  .button-3 {
    padding: 1rem 1.5rem;
  }

  .plan_right.shadow-card {
    width: 100%;
  }

  .footer_section {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .plan_left.shadow-card {
    width: 100%;
  }

  .faq_answer-content {
    padding-bottom: 1.25rem;
  }

  .process_step {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .colophon_section-links {
    grid-column-gap: 1rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .plans_container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .tools_menu {
    flex-direction: row;
    margin-top: 0;
    margin-right: 0;
  }

  .faq_question {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .tools_container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .process_item-indicator {
    width: 40px;
    height: 40px;
    top: 94px;
    left: 12px;
  }

  .tools_tab-header {
    align-self: center;
  }

  .companies_section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq_section {
    grid-row-gap: 3.5rem;
  }

  .process_timeline {
    align-self: flex-start;
    margin-left: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_section-col-con {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .heading-13 {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .text-moving-container {
    height: 100px;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .text-don-t-change {
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .text-change-wrapper {
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
  }

  .text-change-mover {
    height: 50px;
  }

  .text-change {
    width: 200px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .horizontal-scroll_track {
    padding-top: 4rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .horizontal-scroll_track-2 {
    padding-top: 4rem;
  }

  .industries-02 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .industries-we-support-02 {
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .horizontal-scroll_track-3 {
    padding-top: 4rem;
  }

  .swiper-content {
    width: 340px;
    height: 480px;
  }

  .column-right {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .image-wrapper-2 {
    height: 280px;
  }

  .column-left {
    width: 100%;
  }

  .sto-wrap-8 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: auto;
  }

  .sto-paragraph-2, .sto-paragraph-2.da {
    width: 480px;
  }

  .sto-wrap-3 {
    background-color: var(--redred);
    padding-bottom: 0;
    padding-left: 4em;
    padding-right: 4em;
  }

  .sto-wrap-3.do {
    background-color: var(--color-3);
    width: auto;
    padding-top: 140px;
  }

  .sto-pic-2, .sto-pic-2.dc {
    width: 500px;
    height: auto;
  }

  .sto-section-1 {
    height: auto;
    margin-top: 0;
    font-size: 1.69vw;
  }

  .sto-decor-1 {
    inset: auto auto 0% 0%;
  }

  .sto-decor-1.do {
    left: .2%;
  }

  .sto-wrap-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sto-wrap-6 {
    justify-content: center;
    align-items: center;
    width: 480px;
    padding-top: 0;
  }

  .sto-tabs-menu-1 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    bottom: 7.7em;
    left: -146px;
  }

  .sto-wrap-4 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: auto;
  }

  .sto-wrap-7 {
    width: auto;
    padding: 0;
    display: block;
  }

  .sto-wrap-7.ft {
    width: 500px;
  }

  .sto-paragraph-1 {
    width: 480px;
  }

  .section-16 {
    height: 1000px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .heading-22 {
    font-size: 65px;
    line-height: 60px;
  }

  .heading-23 {
    text-align: center;
    width: 500px;
  }

  .heading-24 {
    line-height: 75px;
  }

  .section-17 {
    height: 1000px;
    padding-top: 100px;
  }

  .text-block-3 {
    font-size: 23px;
    line-height: 30px;
  }

  .text-block-3:hover {
    background-color: var(--300);
    color: var(--400);
    font-size: 23px;
  }

  .dropdown-toggle {
    background-color: var(--color-3);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    line-height: 30px;
    display: flex;
  }

  .dropdown-toggle:hover {
    background-color: var(--color-3);
  }

  .commercial-ev-charging-solutions {
    background-color: var(--redred);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .commercial-ev-charging-solutions:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .commercial-ev-charging-solutions.w--current {
    color: var(--100);
    text-decoration: none;
  }

  .backup-power-generators {
    background-color: var(--redred);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .backup-power-generators:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .heading-28 {
    width: 400px;
  }

  .bold-text-14 {
    font-size: 60px;
    line-height: 60px;
  }

  .column-left-2 {
    width: 100%;
  }

  .column-right-2 {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .pcs-slider-title {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .image-wrapper-3 {
    height: 280px;
  }

  .div-block-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .div-block-9 {
    width: 420px;
  }

  .heading-30 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-31 {
    width: 500px;
    font-size: 60px;
  }

  .div-block-10 {
    width: auto;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .div-block-11 {
    width: 550px;
  }

  .paragraph-12 {
    text-align: center;
    width: 500px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .redbox-wrapper {
    width: 550px;
    padding-left: 10px;
  }

  .blackbox {
    width: 260px;
  }

  .whoewesupport {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 65px;
    line-height: 60px;
  }

  .bold-text-21 {
    font-size: 60px;
    line-height: 60px;
  }

  .solar-carports {
    background-color: var(--redred);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .solar-carports:hover {
    background-color: var(--red);
    color: var(--200);
  }

  .div-block-17 {
    width: 550px;
  }

  .heading-34 {
    font-size: 65px;
    line-height: 60px;
  }

  .text-block-5 {
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .section-21 {
    flex-flow: column;
  }

  .div-block-19 {
    width: 500px;
    margin-top: 40px;
  }

  .heading-35 {
    text-align: center;
    width: 500px;
  }

  .paragraph-16 {
    width: 500px;
  }

  .section-22 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-36 {
    font-size: 65px;
    line-height: 60px;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
  }

  .section-23 {
    height: auto;
    padding-top: 80px;
  }

  .paragraph-18 {
    width: auto;
    margin-top: 40px;
  }

  .ev-charging-stations {
    width: 200px;
    font-size: 30px;
  }

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

  .div-block-28 {
    width: 500px;
  }

  .mask {
    margin-top: 20px;
  }

  .businesses-heading {
    width: 130px;
    font-size: 30px;
  }

  .home-heading {
    width: 80px;
    font-size: 30px;
  }

  .left-arrow-2 {
    left: 17px;
  }

  .right-arrow-2 {
    left: 527px;
  }

  .section-24 {
    height: auto;
  }

  .heading-39 {
    width: 400px;
    font-size: 65px;
    line-height: 60px;
  }

  .div-block-31 {
    border-right-style: solid;
  }

  .text-block-8 {
    width: 400px;
  }

  .div-block-32 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    width: 500px;
  }

  .div-block-33 {
    flex-flow: column;
    margin-top: 40px;
  }

  .taxcredits {
    background-color: var(--300);
    color: var(--100);
    width: 250px;
  }

  .text-block-9 {
    color: var(--100);
    width: auto;
    font-size: 17px;
    font-weight: 500;
  }

  .energy-cost-reduction, .environmental-benefits, .increased-property-value {
    width: 250px;
  }

  .electrical-services {
    background-color: var(--redred);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition-property: none;
    display: flex;
  }

  .electrical-services:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .electrical-services.w--current {
    background-color: var(--color-3);
    color: var(--color);
  }

  .electrical-services.w--current:hover {
    background-color: var(--red);
  }

  .heading-40 {
    width: 480px;
    margin-bottom: 20px;
    font-size: 65px;
    line-height: 60px;
  }

  .paragraph-19 {
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-41 {
    width: 550px;
    font-size: 60px;
    line-height: 60px;
  }

  .section-26 {
    height: auto;
  }

  .div-block-39 {
    width: 500px;
  }

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

  .div-block-41 {
    width: 500px;
  }

  .section-27 {
    height: auto;
    padding-bottom: 60px;
  }

  .heading-43 {
    font-size: 65px;
    line-height: 60px;
  }

  .div-block-42 {
    flex-flow: column;
  }

  .generator-01 {
    width: 300px;
    height: 200px;
  }

  .div-block-44 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-bottom: 40px;
    display: flex;
  }

  .paragraph-20 {
    font-size: 14px;
  }

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

  .paragraph-21 {
    width: 500px;
    font-size: 16px;
    line-height: 20px;
  }

  .generator-02, .generator-03 {
    height: 200px;
  }

  .section-28 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-45 {
    width: 450px;
    font-size: 65px;
  }

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

  .div-block-49 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-50 {
    width: 400px;
  }

  .paragraph-22 {
    font-family: Heebo, sans-serif;
    font-size: 15px;
  }

  .heading-49 {
    font-size: 65px;
  }

  .paragraph-23 {
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-31 {
    height: auto;
  }

  .detail {
    padding: 30px 40px;
  }

  .number {
    height: 250px;
  }

  .heading-51 {
    font-size: 65px;
  }

  .section-33 {
    flex-flow: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-61 {
    margin-top: 40px;
  }

  .heading-52 {
    width: 500px;
    font-size: 65px;
    line-height: 68px;
  }

  .paragraph-26 {
    width: 500px;
  }

  .heading-53 {
    font-size: 80px;
  }

  .mi {
    width: 88px;
    top: -101px;
    left: -137px;
  }

  .div-block-63 {
    width: auto;
    height: auto;
  }

  .fl {
    width: 95px;
    top: 121px;
    left: -164px;
  }

  .ca {
    width: 95px;
    left: -380px;
  }

  .nj {
    width: 15px;
    top: -65px;
    left: -156px;
  }

  .location-mark {
    width: 20px;
    top: -84px;
  }

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

  .paragraph-28 {
    width: 500px;
    margin-bottom: 20px;
  }

  .heading-54 {
    font-size: 50px;
  }

  .routes {
    width: 500px;
    left: 164px;
  }

  .div-block-66 {
    margin-top: 100px;
  }

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

  .heading-56 {
    font-size: 65px;
  }

  .bmj-b-decor-1 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .contact-us-form-inner-block {
    margin-top: 40px;
  }

  .bmj-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .text-block-17 {
    width: 500px;
  }

  .bmj-wrap-b-1 {
    flex-flow: column;
  }

  .section-39 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .map-2 {
    width: 500px;
  }

  .div-block-73 {
    margin-left: 0;
  }

  .heading-57 {
    margin-top: 0;
    font-size: 65px;
  }

  .dfs-wrap-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dfs-section-1 {
    height: auto;
    padding-bottom: 40px;
    font-size: 1.69vw;
  }

  .dfs-text-1 {
    text-align: center;
    margin-left: 0;
  }

  .dfs-wrap-6 {
    border-top-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    padding: 0;
  }

  .dfs-grid-1 {
    grid-template-columns: .25fr .25fr 1fr;
    width: 500px;
    margin-left: 58px;
  }

  .dfs-wrap-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-12 {
    margin-top: 20px;
  }

  .flywheel-ups-systems {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition-property: none;
    display: flex;
  }

  .flywheel-ups-systems:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .heading-58 {
    text-align: center;
    width: 500px;
    font-size: 65px;
    line-height: 60px;
  }

  .paragraph-31 {
    width: 500px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 23px;
    transform: translate(0);
  }

  .div-block-78 {
    width: 500px;
  }

  .div-block-79 {
    width: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-43 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-34 {
    font-size: 12px;
  }

  .heading-62 {
    font-size: 70px;
  }

  .div-block-86 {
    justify-content: center;
    align-items: center;
  }

  .heading-63 {
    font-size: 70px;
  }

  .paragraph-36 {
    width: 500px;
    margin-bottom: 40px;
    font-size: 15px;
  }

  .datacenter, .manufacturing-text {
    width: 150px;
    font-size: 30px;
  }

  .healthcare-text {
    width: 120px;
    font-size: 30px;
  }

  .publicinfra-text, .energyutilitiestext {
    width: 200px;
    font-size: 30px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing-wrapper {
    display: none;
  }

  .pricing-section {
    height: auto;
    padding-top: 40px;
  }

  .tab-pane {
    padding: 30px;
  }

  .pricing-grid-wrapper-mobile {
    display: block;
  }

  .mobile-pricing {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .help {
    display: none;
  }

  .tab-standard {
    color: #fff;
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-standard.w--current {
    background-color: #8c54ff;
    border-color: #0000;
  }

  .pricing-grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-wrapper-2 {
    display: none;
  }

  .div-block-91 {
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-53 {
    font-size: 60px;
    line-height: 60px;
  }

  .container-23, .container-24 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-94 {
    flex-flow: column;
  }

  .div-block-95 {
    margin-right: 0;
  }

  .div-block-96 {
    width: auto;
    margin-top: 0;
  }

  .nav-menu-2, .nav-link-2 {
    background-color: var(--redred);
  }

  .nav-link-2:hover, .nav-link-2.w--current:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .menu-button {
    background-color: var(--redred);
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
    margin-left: 286px;
  }

  .menu-button:hover {
    background-color: var(--redred);
  }

  .menu-button:active {
    background-color: var(--redred);
    pointer-events: auto;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .icon-2 {
    background-color: var(--redred);
  }

  .navbar {
    background-color: var(--color-3);
  }

  .dropdown {
    background-color: var(--color-3);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Teko, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
  }

  .dropdown:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .section-45 {
    display: none;
  }

  .div-block-103 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-104 {
    width: auto;
  }

  .dropdown-list {
    background-color: var(--color-3);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    display: none;
  }

  .dropdown-list:hover {
    background-color: var(--300);
  }

  .text-block-29 {
    background-color: var(--redred);
    text-align: center;
    line-height: 30px;
  }

  .text-block-29:hover {
    background-color: var(--300);
  }

  .dropdown-link-6 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
  }

  .dropdown-link-6:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .dropdown-link-7 {
    line-height: 30px;
  }

  .dropdown-link-7:hover {
    background-color: var(--300);
    text-align: center;
  }

  .dropdown-link-7.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-link-7.w--current:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .heading-77 {
    font-size: 65px;
  }

  .div-block-108 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-109, .div-block-111, .div-block-112, .div-block-113, .div-block-114 {
    border-radius: 10px;
    width: 150px;
    height: 150px;
  }

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

  .div-block-115 {
    width: 500px;
  }

  .div-block-117 {
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle-2 {
    padding-right: 20px;
  }

  .image-20 {
    width: 500px;
    display: block;
  }

  .background-video-7 {
    height: 400px;
  }

  .heading-78 {
    width: 400px;
    min-width: auto;
    font-size: 65px;
    line-height: 60px;
  }

  .div-block-122 {
    width: 500px;
  }

  .heading-80 {
    width: auto;
  }

  .image-22 {
    margin-left: 52px;
    display: block;
  }

  .paragraph-39, .heading-81 {
    width: auto;
  }

  .div-block-124 {
    justify-content: flex-start;
    align-items: center;
    width: 350px;
  }

  .bold-text-55 {
    font-size: 16px;
  }

  .div-block-125 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .heading-82 {
    font-size: 60px;
  }

  .div-block-126, .div-block-128 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-135 {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .main-page {
    justify-content: center;
    align-items: center;
    height: 800px;
    padding-top: 250px;
    padding-bottom: 100px;
  }

  .section-50 {
    padding-top: 0;
  }

  .image-24 {
    margin-bottom: -4px;
  }

  .heading-style-h6 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-style-h4 {
    font-size: 1.1rem;
  }

  .banner-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bullet-wraper {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
  }

  .padding-overflow-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-wrapper {
    padding-top: 10px;
  }

  .grid-3-2 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .button-7 {
    padding: .75rem 1.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-function {
    min-height: 24rem;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .grid-six-wrapper {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .paragraph-43 {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-44 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-144 {
    justify-content: center;
    align-items: center;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .div-block-147 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
  }

  .div-block-149 {
    margin-bottom: 40px;
  }

  .heading-85 {
    margin-bottom: 40px;
    font-size: 60px;
  }

  .home-charger {
    text-align: center;
  }

  .home-charger:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .section-56 {
    height: 450px;
  }

  .text-block-37 {
    text-align: center;
    font-size: 65px;
    line-height: 60px;
  }

  .paragraph-46 {
    width: 500px;
  }

  .section-57 {
    padding-bottom: 0;
  }

  .description-2 {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card-2 {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading-88 {
    font-size: 1.75rem;
  }

  .scroll-inner-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .heading-89 {
    font-size: 1.75rem;
  }

  .sticky-wrap-2 {
    height: auto;
    overflow: visible;
  }

  .scroll-inner-4 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .heading-90 {
    font-size: 1.75rem;
  }

  .scroll-inner-5 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .heading-91 {
    font-size: 1.75rem;
  }

  .div-block-155 {
    grid-template-columns: .25fr .25fr;
  }

  .map-3 {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .map-4 {
    width: 400px;
    min-width: auto;
    max-width: none;
    height: 300px;
    min-height: auto;
    max-height: none;
  }

  .div-block-160 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-29 {
    top: 105px;
    right: -115px;
  }

  .div-block-166 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

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

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

  .div-block-173 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .bold-text-70 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.125rem;
  }

  h4 {
    font-size: 1.375rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: .9375rem;
  }

  li {
    padding-left: .75rem;
  }

  blockquote {
    padding-left: 1.5rem;
  }

  .text-input {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .paragraph {
    text-align: center;
    width: auto;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    top: -29px;
  }

  .paragraph.extra-large {
    font-size: 1.375rem;
  }

  .paragraph.large {
    font-size: 1.0625rem;
  }

  .rich-text h3 {
    margin-top: 3rem;
  }

  .rich-text h1, .rich-text h2 {
    margin-top: 3.5rem;
  }

  .rich-text h4 {
    margin-top: 2.5rem;
  }

  .rich-text h5 {
    margin-top: 2rem;
  }

  .rich-text h6 {
    margin-top: 1.5rem;
  }

  .check-box {
    flex: none;
  }

  .color-block {
    margin-bottom: 1.25rem;
  }

  .heading.medium {
    font-size: 2rem;
  }

  .heading.extra-small {
    font-size: 1.125rem;
  }

  .heading.small {
    text-align: center;
    font-size: 1.25rem;
  }

  .heading.regular {
    font-size: 1.375rem;
  }

  .heading.extra-large {
    font-size: 2.5rem;
  }

  .heading.large {
    font-size: 2.125rem;
  }

  .button-secondary {
    font-size: 1rem;
  }

  .button-secondary.small.hide-mobile-portrait {
    display: none;
  }

  .style-guide-section-header {
    margin-bottom: 2rem;
  }

  .block-quote {
    padding-left: 1.5rem;
  }

  .de {
    height: 750px;
    padding: 3.5rem 25px;
  }

  .de.footer {
    border-top: 1px solid var(--02);
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .grid-2-column {
    grid-row-gap: 2.5rem;
  }

  .nav-menu {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .nav-container {
    justify-content: center;
    align-items: center;
    height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    overflow: visible;
  }

  .logo-wrapper {
    grid-column-gap: 0rem;
    width: 60px;
    height: 60px;
  }

  .button {
    width: 120px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .button.small.hide-mobile-portrait {
    display: none;
  }

  .text-color-300 {
    font-size: .875rem;
  }

  .social-proof-logos-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
  }

  .menu-icon {
    width: 10px;
    height: 10px;
    display: block;
  }

  .nav-menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    top: 25px;
    left: -23px;
  }

  .actions-wrapper {
    display: none;
  }

  .button-group {
    flex-direction: column;
    flex: 1;
    width: 100%;
  }

  .faq-question {
    padding: 1.5rem 1.75rem 1.5rem 2rem;
  }

  .faq-accordion {
    border-radius: 1rem;
  }

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

  .faq-answer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-wrapper {
    border-radius: 1rem;
  }

  .feature-item, .card-list {
    grid-template-columns: 1fr;
  }

  .card-item {
    border-radius: 1rem;
    padding: 2rem;
  }

  .card-item.login {
    padding: 2rem;
  }

  .footer-column {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .icon-large {
    width: 2rem;
    height: 2rem;
  }

  .features-list {
    grid-row-gap: 6rem;
  }

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

  .pricing-features-list {
    margin-bottom: 2rem;
  }

  .footer-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .login-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .benefit-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--redred);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    padding: 10px 20px;
    display: flex;
  }

  .icon-medium {
    top: 22px;
  }

  .header-layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: auto;
  }

  .grid-3-column {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--redred);
    border-radius: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
    width: 280px;
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .pricing-card, .testimonials-card {
    border-radius: 1rem;
    padding: 2rem;
  }

  .footer-bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

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

  .about-grid-image-wrapper {
    border-radius: 1rem;
  }

  .spacer-64, .spacer-80 {
    width: 3rem;
    height: 3rem;
  }

  .spacer-96 {
    width: 3.5rem;
    height: 3.5rem;
  }

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

  .heading-3 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-2 {
    width: 260px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 17px;
  }

  .container-3 {
    margin-top: 0;
  }

  .section-logo {
    z-index: 10;
    position: relative;
    top: -257px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-vertical.padding-xhuge {
    flex-flow: column;
    display: flex;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 60px;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

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

  .line-deco {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .section {
    background-color: var(--redred);
    height: auto;
    min-height: auto;
    padding-top: 60px;
  }

  .container-6 {
    margin-top: -59px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .background-video-4 {
    border-radius: 20px;
    width: 300px;
    min-width: auto;
  }

  .paragraph-3 {
    text-align: center;
    width: 280px;
    min-width: auto;
    margin-top: 0;
    font-size: 15px;
    line-height: 17px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .ourservices {
    padding-bottom: 0;
  }

  .content-wrapper {
    padding: 20px 10px;
  }

  .scroll-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .description {
    opacity: .9;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .container-7 {
    background-color: var(--02);
  }

  .heading-7 {
    text-align: center;
    width: 290px;
    margin-top: 0;
    font-size: 40px;
  }

  .paragraph-4 {
    text-align: center;
    width: 270px;
    font-size: 15px;
    line-height: 17px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .ourachievements {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .counter {
    justify-content: center;
    align-items: center;
  }

  .text-lg {
    margin-left: 0;
    font-size: 15px;
  }

  .u-text-center {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .container {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-wrapper.cc-lg {
    margin-bottom: 2rem;
  }

  .grid-cols.cc-3col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-top: 20px;
    display: grid;
  }

  .counter_number.cc-01, .counter_number.cc-02, .counter_number.cc-03, .counter_number.cc-04, .counter_number.cc-05 {
    font-size: 40px;
    line-height: 40px;
  }

  .h1 {
    margin-bottom: -10px;
    font-size: 40px;
    line-height: 40px;
  }

  .section-6 {
    background-position: 0 0;
    height: 600px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-2 {
    width: 320px;
    margin-top: 0;
  }

  .div-block-3 {
    width: 300px;
    height: auto;
  }

  .section-7 {
    background-color: var(--color-3);
    height: 300px;
  }

  .container-11 {
    width: 270px;
  }

  .paragraph-6 {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-7 {
    text-align: center;
    width: auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .slider-wrap, .slider-mask {
    width: 300px;
  }

  .slider-arrow.right {
    width: 40px;
    height: 40px;
    position: absolute;
    inset: 40% auto auto 86%;
  }

  .slider-arrow.left {
    width: 40px;
    height: 40px;
    position: absolute;
    inset: 40% auto auto 0%;
  }

  .aboutus {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 45px;
  }

  .section-10 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-9 {
    width: auto;
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .container-15 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .paragraph-8 {
    width: 280px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-10 {
    width: 280px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 40px;
  }

  .section-12 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-13 {
    background-position: 50%;
    background-size: cover;
  }

  .heading-11 {
    text-align: center;
    width: 280px;
    margin-top: 0;
    font-size: 45px;
    line-height: 40px;
  }

  .paragraph-9 {
    text-align: center;
    width: 280px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .section-14 {
    height: 600px;
  }

  .heading-12 {
    width: 280px;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-10 {
    opacity: 100;
    width: 280px;
    font-size: 15px;
    line-height: 20px;
  }

  .process_overlay-top {
    height: 4rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .graphic_faq {
    max-width: 14rem;
    top: -3.1rem;
    left: 3.9rem;
  }

  .tools-item-1, .tools-item-2, .tools-item-4 {
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .text-size-small.text-color-grey {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
  }

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

  .page-padding-2 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .process_item-container {
    height: 200px;
  }

  .benefits_section {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .process_step {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 2rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .tools-item-3 {
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .text-color-secondary.text-size-medium {
    text-align: center;
    width: 270px;
    font-size: 15px;
  }

  .process_item-indicator {
    box-shadow: 0 0 0 5px var(--100);
    width: 2rem;
    height: 2rem;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
    top: 0;
    left: 0;
  }

  .process_overlay-bottom {
    height: 4rem;
  }

  .section-home-plans {
    background-size: auto, auto;
  }

  .process_item-image.step-2 {
    z-index: 20;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .process_timeline {
    background-color: var(--color-2);
    opacity: .95;
    width: .1rem;
    height: 90%;
    margin-left: 0;
    display: none;
    left: -8px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-13 {
    width: 280px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-15 {
    text-align: center;
    margin-top: 0;
    font-size: 25px;
  }

  .heading-16 {
    text-align: center;
    width: 280px;
    margin-top: 10px;
    font-size: 25px;
    line-height: 27px;
  }

  .text-moving-container {
    margin-bottom: 60px;
  }

  .change-text-wrapper {
    text-align: center;
    flex-flow: row;
    width: 320px;
    height: 40px;
  }

  .text-don-t-change {
    width: 100px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 17px;
  }

  .text-change-wrapper {
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-change-mover, .text-change {
    width: 190px;
    height: 50px;
  }

  .paragraph-11 {
    text-align: center;
    width: 280px;
  }

  .slider-wrapper {
    flex-direction: column;
    min-width: 100vw;
  }

  .slider-camera {
    align-items: flex-start;
    min-height: 100vh;
    max-height: none;
  }

  .horizontal-scroll_track {
    min-height: 300vh;
    overflow: hidden;
  }

  .horizontal-scroll_content-wrapper {
    position: relative;
  }

  .slider-wrapper-2 {
    flex-direction: column;
    min-width: 100vw;
  }

  .horizontal-scroll_track-2 {
    min-height: 300vh;
    overflow: hidden;
  }

  .industries-02 {
    margin-top: 40px;
  }

  .industries-we-support-02 {
    margin-top: 0;
  }

  .card-number {
    font-size: 180px;
  }

  .horizontal-scroll_content-wrapper-2 {
    position: relative;
  }

  .horizontal-scroll_track-3 {
    min-height: 300vh;
    overflow: hidden;
  }

  .slider-camera-2 {
    align-items: flex-start;
    min-height: 100vh;
    max-height: none;
  }

  .logo-column {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .content-block {
    padding-bottom: 70px;
  }

  .clone-right-arrow {
    width: 35px;
    height: 35px;
    top: 17px;
    left: 250px;
    right: -38px;
  }

  .content-h2 {
    width: 280px;
    margin-bottom: 0;
    font-size: 25px;
  }

  .image-wrapper-2 {
    height: 260px;
  }

  .author-block {
    margin-top: 15px;
  }

  .column-left {
    padding: 40px 15px;
  }

  .clone-slider {
    width: 300px;
    max-width: none;
  }

  .clone-left-arrow {
    width: 35px;
    height: 35px;
    margin-top: 175px;
    top: -55px;
    left: -10px;
  }

  .sto-wrap-8 {
    align-items: center;
  }

  .sto-container-1 {
    width: auto;
  }

  .sto-paragraph-2 {
    text-align: center;
    width: 280px;
    font-size: 15px;
    line-height: 20px;
  }

  .sto-paragraph-2.da {
    text-align: center;
    width: 280px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .sto-wrap-3 {
    background-color: var(--color-3);
    width: auto;
    padding: 0 0 20px;
  }

  .sto-wrap-3.do {
    width: auto;
    padding: 40px 0;
  }

  .sto-pic-2 {
    width: auto;
    height: auto;
  }

  .sto-pic-2.dc {
    width: auto;
    right: 0;
  }

  .sto-section-1 {
    height: auto;
    font-size: 2.5vw;
  }

  .sto-decor-1 {
    width: 150px;
    height: 50px;
    inset: auto auto 0% 0%;
  }

  .sto-decor-1.di {
    height: 50px;
    inset: auto auto 0% 0%;
  }

  .sto-decor-1.do {
    height: 50px;
    left: 0%;
    right: 0;
  }

  .sto-wrap-2 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .sto-link-tab-1 {
    left: 0;
  }

  .sto-link-tab-1.de {
    height: 50px;
  }

  .sto-wrap-6 {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sto-tabs-menu-1 {
    z-index: 10;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 150px;
    height: 50px;
    margin-top: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .sto-wrap-4 {
    align-items: center;
  }

  .sto-wrap-7 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 0 0;
    display: flex;
  }

  .sto-wrap-7.ft {
    flex-flow: column;
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sto-paragraph-1 {
    opacity: .9;
    text-align: center;
    width: 280px;
    font-size: 15px;
    line-height: 20px;
  }

  .section-16 {
    height: auto;
    padding-top: 20px;
  }

  .heading-22 {
    width: 280px;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-23 {
    text-align: center;
    width: 280px;
    margin-top: 20px;
    font-size: 35px;
  }

  .heading-24 {
    width: 280px;
    font-size: 50px;
    line-height: 50px;
  }

  .heading-26 {
    width: 280px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 45px;
  }

  .section-17 {
    background-color: var(--300);
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
    display: flex;
  }

  .text-block-3:hover {
    background-color: var(--color-3);
    color: var(--400);
    font-size: 20px;
  }

  .dropdown-toggle {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .dropdown-toggle:hover {
    background-color: var(--color-3);
    color: var(--400);
  }

  .commercial-ev-charging-solutions {
    background-color: var(--300);
    color: var(--100);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 25px;
    display: flex;
  }

  .commercial-ev-charging-solutions:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .backup-power-generators {
    background-color: var(--300);
    color: var(--100);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 25px;
    display: flex;
  }

  .backup-power-generators:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .separatedicon {
    position: relative;
    top: 21px;
  }

  .heading-28 {
    background-color: var(--color-3);
    width: 280px;
    font-family: Teko, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .bold-text-14 {
    font-size: 40px;
    line-height: 40px;
  }

  .column-left-2 {
    padding: 40px 0;
  }

  .cslider-2 {
    width: auto;
  }

  .slider-wrap-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .column-right-2 {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pcs-slider-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 40px 10px;
  }

  .image-wrapper-3 {
    height: 260px;
  }

  .testimonial-image-3 {
    width: auto;
  }

  .div-block-7 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: 250px;
  }

  .heading-29 {
    margin-right: 20px;
    font-size: 30px;
  }

  .div-block-8 {
    width: 50px;
    height: 35px;
  }

  .div-block-9 {
    width: 280px;
  }

  .heading-30 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
  }

  .heading-31 {
    width: 280px;
    margin-top: 0;
    font-size: 40px;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 280px;
    height: auto;
  }

  .paragraph-12 {
    text-align: center;
    width: 280px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .redbox-wrapper {
    flex-flow: column;
  }

  .whoewesupport {
    width: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-21 {
    font-size: 40px;
    line-height: 40px;
  }

  .solar-carports {
    background-color: var(--300);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 25px;
    display: flex;
  }

  .solar-carports:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .solar-carports.w--current {
    color: var(--100);
  }

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

  .text-block-5 {
    width: 280px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .section-21 {
    flex-flow: column;
  }

  .div-block-19 {
    width: 280px;
  }

  .heading-35 {
    text-align: center;
    width: 280px;
    font-size: 20px;
    line-height: 23px;
  }

  .paragraph-16 {
    text-align: center;
    width: 280px;
    font-size: 15px;
    line-height: 20px;
  }

  .section-22 {
    margin-top: 0;
    padding: 60px 40px;
  }

  .heading-36 {
    width: 280px;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    width: 250px;
    height: 270px;
  }

  .paragraph-17 {
    font-size: 14px;
  }

  .section-23 {
    height: 800px;
    margin-top: 0;
    padding-top: 60px;
  }

  .div-block-26 {
    width: 280px;
  }

  .paragraph-18 {
    width: 280px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .ev-charging-stations {
    width: 200px;
    font-size: 30px;
  }

  .slider-2 {
    width: 280px;
  }

  .heading-37 {
    text-align: center;
    width: 280px;
    font-size: 40px;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .mask {
    margin-top: 0;
  }

  .businesses-heading {
    width: 120px;
    font-size: 30px;
  }

  .home-heading {
    width: 90px;
    font-size: 30px;
  }

  .left-arrow-2 {
    margin-left: -36px;
  }

  .right-arrow-2 {
    margin-left: -266px;
  }

  .section-24 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading-39 {
    width: 250px;
    margin-top: 0;
    padding-top: 20px;
    font-size: 40px;
    line-height: 40px;
  }

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

  .div-block-30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-31 {
    border-right-style: none;
  }

  .text-block-8 {
    width: auto;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-32 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-33 {
    flex-flow: column;
  }

  .taxcredits {
    background-color: var(--300);
    width: 280px;
  }

  .text-block-9 {
    color: var(--100);
    text-align: center;
    width: auto;
    min-width: 17px;
    font-size: 13px;
    line-height: 15px;
  }

  .text-block-9:hover {
    color: var(--100);
  }

  .energy-cost-reduction, .environmental-benefits, .increased-property-value {
    width: 280px;
  }

  .electrical-services {
    background-color: var(--300);
    color: var(--100);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 25px;
    display: flex;
  }

  .electrical-services:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .electrical-services.w--current {
    background-color: var(--color-3);
    color: var(--100);
  }

  .electrical-services.w--current:hover {
    background-color: var(--red);
  }

  .section-25 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-40 {
    width: 280px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-19 {
    opacity: 89;
    width: 280px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-41 {
    width: 180px;
    font-size: 40px;
    line-height: 40px;
  }

  .section-26 {
    padding-top: 40px;
  }

  .div-block-39 {
    width: 270px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-40 {
    margin-right: 0;
  }

  .heading-42 {
    text-align: left;
    width: 200px;
    margin-left: 10px;
    font-size: 15px;
  }

  .div-block-41 {
    width: 280px;
  }

  .section-27 {
    height: auto;
    padding: 60px 20px 40px;
  }

  .heading-43 {
    width: auto;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-42 {
    flex-flow: column;
    margin-top: 10px;
  }

  .generator-01 {
    width: 250px;
  }

  .div-block-44 {
    width: 280px;
  }

  .paragraph-20 {
    width: 280px;
    font-size: 14px;
  }

  .heading-44 {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
  }

  .div-block-45 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .paragraph-21 {
    width: 280px;
    font-size: 15px;
    line-height: 17px;
  }

  .generator-02 {
    width: 250px;
    margin-top: 20px;
  }

  .generator-03 {
    width: 250px;
    height: 170px;
    margin-top: 40px;
  }

  .section-28 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-45 {
    width: 280px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-46 {
    text-align: center;
    width: 300px;
    margin-top: 0;
    font-size: 40px;
  }

  .section-29 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-49 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    width: 260px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-50 {
    width: 260px;
  }

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

  .paragraph-22 {
    padding-left: 0;
    font-family: Heebo, sans-serif;
    font-size: 13px;
    line-height: 16px;
  }

  .section-30 {
    height: 450px;
  }

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

  .paragraph-23 {
    width: 290px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-52 {
    margin-top: 60px;
  }

  .div-block-53, .div-block-57 {
    width: 200px;
  }

  .paragraph-24 {
    width: 250px;
    margin-top: 20px;
    font-size: 15px;
  }

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

  .detail {
    padding: 30px 10px;
  }

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

  .text-block-12 {
    padding-top: 20px;
    font-size: 40px;
  }

  .number {
    width: 30px;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-51 {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

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

  .section-33 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
  }

  .div-block-61 {
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-52 {
    width: 300px;
    margin-top: 0;
    font-size: 38px;
    line-height: 35px;
  }

  .paragraph-26 {
    width: 280px;
    margin-top: 20px;
  }

  .section-36 {
    height: 250px;
  }

  .heading-53 {
    width: 280px;
    font-size: 40px;
  }

  .section-37 {
    padding-bottom: 20px;
  }

  .mi {
    width: 50px;
    top: -58px;
    left: -91px;
  }

  .div-block-63 {
    width: auto;
    min-width: auto;
    max-width: none;
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .fl {
    width: 50px;
    top: 68px;
    left: -104px;
  }

  .ca {
    width: 50px;
    top: -3px;
    left: -220px;
  }

  .nj {
    width: 8px;
    top: -37px;
    left: -98px;
  }

  .location-mark {
    width: 20px;
    top: -56px;
    left: -45px;
  }

  .paragraph-28 {
    width: 280px;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Heebo, sans-serif;
    font-size: 15px;
    line-height: 20px;
  }

  .heading-54 {
    margin-top: 60px;
    font-size: 30px;
    line-height: 40px;
  }

  .routes {
    top: -9px;
    left: 89px;
  }

  .div-block-66 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding: 20px 10px;
  }

  .heading-55 {
    font-size: 14px;
  }

  .heading-56 {
    width: 280px;
    font-size: 50px;
  }

  .bmj-block1-wrap-grid-1 {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .bmj-a-wrap-1 {
    margin-top: 0;
  }

  .bmj-block1-wrap-2 {
    width: 280px;
  }

  .bmj-b-decor-1 {
    display: none;
  }

  .bmj-block1-heading-1 {
    width: 280px;
    font-size: 35px;
  }

  .contact-us-form-inner-block {
    padding: 3.5em;
  }

  .bmj-section-1 {
    height: auto;
    font-size: 2.5vw;
  }

  .text-block-17 {
    width: 280px;
    margin-top: 20px;
    font-size: 15px;
  }

  .bmj-block1-wrap-3 {
    width: 280px;
  }

  .bmj-block1-wrap-heading-1 {
    width: 300px;
  }

  .bmj-b-wrap-block-1 {
    margin-bottom: 4em;
  }

  .bmj-block1-text-2 {
    text-align: left;
    width: 280px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .c_submit-button {
    padding: .25em 4em;
  }

  .contact-us-form-block {
    border-top: .2em solid #d4dadf;
    padding-top: 0;
  }

  .bmj-wrap-a-1 {
    padding-bottom: 0;
  }

  .bmj-block1-wrap-1 {
    width: 280px;
  }

  .bmj-wrap-b-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    padding-top: 40px;
  }

  .bold-text-42 {
    width: 280px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-19 {
    width: 280px;
  }

  .section-39 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .map-2 {
    width: 300px;
    height: 200px;
  }

  .div-block-73 {
    margin-left: 0;
  }

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

  .dfs-wrap-7 {
    width: 140px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .dfs-wrap-2 {
    align-items: center;
  }

  .dfs-section-1 {
    padding-top: 0;
    font-size: 2.5vw;
  }

  .dfs-wrap-8 {
    text-align: center;
    justify-content: center;
  }

  .dfs-text-1 {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
  }

  .dfs-link-1 {
    font-size: 11px;
  }

  .dfs-link-1.w--current {
    font-size: 12px;
  }

  .dfs-wrap-6 {
    border-top-style: none;
    border-top-width: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dfs-grid-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr 1fr;
    grid-auto-flow: row;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .dfs-wrap-1 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .image-12 {
    margin-top: 20px;
  }

  .link-3, .link-4 {
    font-size: 13px;
  }

  .dfs-wrap-8-2 {
    text-align: center;
    justify-content: center;
  }

  .div-block-75 {
    width: 130px;
    margin-left: 0;
  }

  .flywheel-ups-systems {
    background-color: var(--300);
    color: var(--100);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 25px;
    display: flex;
  }

  .flywheel-ups-systems:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .section-40 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-58 {
    text-align: center;
    width: 280px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-31 {
    width: 280px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-78 {
    border-radius: 10px;
    width: 280px;
    height: 200px;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-79 {
    justify-content: center;
    align-items: center;
    width: 300px;
  }

  .heading-59 {
    text-align: center;
    width: 280px;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-32 {
    text-align: center;
    width: 280px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .section-42 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-81 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-82 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-43 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-21 {
    margin-top: 0;
    font-size: 10px;
  }

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

  .paragraph-33 {
    text-align: center;
    width: 280px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-34 {
    width: 180px;
    font-size: 13px;
    line-height: 16px;
  }

  .div-block-84 {
    border-radius: 3px;
    width: 80px;
  }

  .paragraph-35 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-62 {
    width: 280px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .section-44 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-86 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding: 40px 20px 0;
  }

  .heading-63 {
    width: 260px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-36 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 13px;
  }

  .datacenter, .manufacturing-text {
    width: 150px;
    font-size: 30px;
  }

  .healthcare-text {
    width: 130px;
    font-size: 30px;
  }

  .publicinfra-text {
    width: 200px;
    font-size: 30px;
  }

  .energyutilitiestext {
    width: 190px;
    font-size: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pricing-section {
    height: 200px;
    display: none;
  }

  .tab-pane {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-standard {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-88 {
    display: none;
  }

  .heading-75 {
    margin-bottom: 0;
  }

  .div-block-89 {
    width: 280px;
  }

  .div-block-90 {
    width: 300px;
  }

  .div-block-91 {
    margin: 20px 0;
  }

  .bold-text-53 {
    font-size: 40px;
    line-height: 40px;
  }

  .container-23 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-25, .text-block-26, .text-block-27, .text-block-28 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .div-block-94 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-95 {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-96 {
    width: auto;
    height: auto;
  }

  .nav {
    min-width: auto;
  }

  .navigation-container {
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    max-width: none;
    height: 60px;
    padding-left: 30px;
    padding-right: 10px;
    display: flex;
  }

  .container-51 {
    width: 50px;
    min-width: auto;
    max-width: none;
  }

  .nav-menu-2 {
    background-color: var(--redred);
    box-shadow: none;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    line-height: 18px;
  }

  .nav-link-2 {
    background-color: var(--redred);
    text-align: center;
    flex-flow: column;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 25px;
  }

  .nav-link-2:hover, .nav-link-2:active {
    background-color: var(--300);
    color: var(--400);
  }

  .nav-link-2.w--current {
    text-align: center;
    flex-flow: column;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 25px;
  }

  .nav-link-2.w--current:hover, .nav-link-2.w--current:active {
    background-color: var(--300);
    color: var(--400);
  }

  .menu-button {
    background-color: var(--redred);
    pointer-events: auto;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
  }

  .menu-button:hover {
    background-color: #28aee4;
  }

  .menu-button:active {
    pointer-events: auto;
    color: #fbfbfc;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #28aee4;
    background-clip: border-box;
  }

  .menu-button:focus-visible, .menu-button[data-wf-focus-visible], .menu-button:lang(en) {
    background-color: #0a0e1a;
  }

  .icon-2 {
    font-size: 35px;
  }

  .image-15 {
    width: auto;
    height: auto;
  }

  .dropdown {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Teko, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    display: flex;
  }

  .dropdown:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .link-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .body-3 {
    background-color: var(--redred);
  }

  .image-16 {
    width: 30px;
    font-size: 20px;
  }

  .div-block-97 {
    justify-content: center;
    align-items: center;
    font-size: 1px;
    display: flex;
  }

  .div-block-98 {
    width: 240px;
  }

  .image-17 {
    width: 200px;
  }

  .section-45 {
    height: 100px;
    display: block;
  }

  .div-block-99 {
    width: 30px;
  }

  .div-block-100 {
    width: auto;
    height: auto;
  }

  .div-block-101, .div-block-102 {
    width: 20px;
  }

  .div-block-103 {
    padding-top: 0;
  }

  .div-block-104 {
    width: auto;
  }

  .dropdown-list {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    display: none;
  }

  .dropdown-list:hover {
    color: var(--400);
  }

  .text-block-29 {
    background-color: var(--color-3);
    font-size: 20px;
    line-height: 25px;
  }

  .dropdown-link-6 {
    background-color: var(--300);
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 25px;
  }

  .dropdown-link-6:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .dropdown-link-7 {
    background-color: var(--300);
    font-size: 20px;
    line-height: 25px;
  }

  .dropdown-link-7:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .dropdown-link-7.w--current {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
  }

  .dropdown-link-7.w--current:hover {
    background-color: var(--red);
    color: var(--100);
  }

  .div-block-107 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-77 {
    font-size: 50px;
  }

  .bold-text-54 {
    font-size: 18px;
  }

  .text-block-30 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-108 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-109, .div-block-111, .div-block-112, .div-block-113, .div-block-114 {
    width: 140px;
    height: 140px;
  }

  .text-block-31 {
    margin-top: 10px;
    line-height: 20px;
  }

  .div-block-115 {
    justify-content: center;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .div-block-118 {
    width: 280px;
  }

  .quote-form-dv-box {
    width: 320px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-category-dropdown, .q_name-field, .q_email-field, .q_phone-field {
    font-size: 14px;
  }

  .q_messeage-field {
    width: 300px;
    font-size: 14px;
  }

  .q_submit-button {
    width: 300px;
  }

  .quote-form {
    justify-content: center;
    align-items: flex-start;
    width: 300px;
  }

  .dropdown-list-2 {
    background-color: var(--color-3);
  }

  .dropdown-list-2:active {
    background-color: var(--300);
  }

  .dropdown-toggle-2 {
    font-family: Teko, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .dropdown-toggle-2:active {
    background-color: var(--300);
  }

  .dropdown-2 {
    background-color: var(--redred);
    text-align: center;
    font-family: Teko, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .dropdown-2:hover {
    background-color: var(--300);
    color: var(--400);
  }

  .image-20 {
    width: 300px;
  }

  .section-47 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video-7 {
    width: 350px;
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-78 {
    width: 250px;
    font-size: 40px;
    line-height: 40px;
  }

  .section-48 {
    width: auto;
  }

  .heading-79 {
    margin-left: 10px;
    font-size: 20px;
  }

  .div-block-122 {
    width: 280px;
  }

  .heading-80 {
    width: 270px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Teko, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .image-22 {
    margin-top: 0;
    margin-left: 20px;
  }

  .paragraph-39 {
    opacity: 91;
    text-align: center;
    width: auto;
    font-size: 14px;
  }

  .section-49 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-124 {
    border-radius: 5px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-55 {
    text-align: left;
    margin-left: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-125 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .heading-82 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .div-block-126 {
    grid-template-columns: 1fr;
  }

  .new-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 10px;
    width: 150px;
    height: 200px;
  }

  .div-block-128 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    width: 300px;
  }

  .box-heebo {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-34 {
    margin-left: 10px;
  }

  .div-block-130 {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .div-block-131 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-132 {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .image-23 {
    margin-left: 0;
  }

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

  .div-block-135 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
  }

  .main-page {
    justify-content: center;
    align-items: center;
    height: 700px;
    margin-top: 0;
  }

  .section-50 {
    padding-top: 40px;
  }

  .section-52 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .div-block-138 {
    margin-left: 0;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-style-h6 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    overflow: auto;
  }

  .function-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-right {
    flex-direction: column;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-overflow-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-tab {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feature_content-detail {
    margin-left: 20px;
    margin-right: 20px;
    padding: 2rem 1.25rem;
  }

  .tab-text {
    flex: none;
  }

  .button-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-medium {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .heading-style-h2-2 {
    font-size: 1.75rem;
  }

  .bullet-wrapper-detail {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner-wrapper.is-green {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bullet-content {
    justify-content: center;
    align-items: center;
  }

  .grid-six-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-140 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .paragraph-43 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-44 {
    text-align: center;
    width: 200px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .section-54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-145 {
    width: auto;
  }

  .section-55 {
    padding-bottom: 60px;
  }

  .div-block-146 {
    font-size: 1px;
  }

  .accordion-item {
    width: auto;
    height: auto;
  }

  .bold-text-68 {
    font-size: 17px;
    line-height: 18px;
  }

  .paragraph-45 {
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-147 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-148 {
    width: 300px;
  }

  .div-block-149 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    display: flex;
  }

  .heading-85 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .heading-86 {
    text-align: center;
    font-size: 18px;
  }

  .home-charger {
    background-color: var(--300);
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
  }

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

  .text-block-37 {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-46 {
    width: auto;
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .tabs-menu-2 {
    width: 280px;
  }

  .tab-link-tab-1 {
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 40px;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    width: 270px;
  }

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

  .text-block-39 {
    font-size: 16px;
    line-height: 16px;
  }

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

  .tab-link-tab-2-2 {
    width: 270px;
  }

  .tab-link-tab-2-2.w--current {
    justify-content: center;
    align-items: center;
    width: 30040px;
    height: 40px;
    display: flex;
  }

  .tab-link-tab-3-2 {
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    display: flex;
  }

  .div-block-155 {
    grid-template-columns: .25fr;
  }

  .map-3 {
    min-width: 300px;
    max-width: 300px;
    min-height: auto;
    max-height: none;
  }

  .map-4 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: 200px;
    min-height: auto;
    max-height: none;
    margin-bottom: 10px;
  }

  .div-block-162 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-29 {
    top: 65px;
    right: -68px;
  }

  .div-block-164 {
    width: 300px;
  }

  .div-block-165 {
    margin-bottom: 40px;
  }

  .div-block-166 {
    width: auto;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-52 {
    text-align: center;
    width: auto;
  }

  .heading-93 {
    font-size: 35px;
    line-height: 30px;
  }

  .heading-94 {
    font-size: 25px;
  }

  .div-block-169 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .section-60 {
    padding: 60px 20px;
  }

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

  .paragraph-53, .paragraph-54, .paragraph-55 {
    text-align: center;
    width: 290px;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .image-30, .image-31, .image-32 {
    margin-left: 60px;
  }

  .div-block-175 {
    border-radius: 5px;
    width: 250px;
  }

  .bold-text-70 {
    font-size: 16px;
  }

  .image-34, .image-35 {
    width: 20px;
    height: 20px;
  }

  .div-block-177 {
    width: 300px;
  }

  .div-block-178 {
    width: auto;
  }
}

#w-node-_64496378-9147-a48e-4ef3-65319fc88c83-d1959954 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abad23f6-3206-d95e-518e-2548f4c469b0-f4c46996 {
  justify-self: end;
}

#w-node-_78180acf-c15c-cb3f-0b2f-20c7df5f0c2a-da1ea2e9, #w-node-_78180acf-c15c-cb3f-0b2f-20c7df5f0c2d-da1ea2e9 {
  align-self: center;
}

#w-node-a15b4269-8b59-31ee-aab5-3b171a40ba3f-da1ea2eb {
  place-self: auto;
}

#w-node-_5a6f744a-c11d-b159-505a-78114b99c64d-88eb0e12, #w-node-_5a6f744a-c11d-b159-505a-78114b99c654-88eb0e12, #w-node-_5a6f744a-c11d-b159-505a-78114b99c65a-88eb0e12, #w-node-_5a6f744a-c11d-b159-505a-78114b99c661-88eb0e12, #w-node-_5a6f744a-c11d-b159-505a-78114b99c668-88eb0e12, #w-node-c284b5db-094e-46d5-a2f2-edbeff16a015-88eb0e12, #w-node-_3058d65d-7fde-f5ce-1d51-55ad23206b8b-88eb0e12, #w-node-_9e5999c6-919c-53bb-9e50-f1fbee598456-88eb0e12, #w-node-_56dcb00e-d3a3-f639-e617-d84aa2588d1c-88eb0e12, #w-node-f9e25166-4051-48b1-cce8-67c537694f44-88eb0e12, #w-node-_55e93c44-c230-8f01-78f4-2ce68366cf80-88eb0e12, #w-node-_44fdcec9-046f-2aaa-fee1-24d3db18b9a5-88eb0e12, #w-node-_99f1b041-f088-f27f-7032-15c352f1cab0-88eb0e12, #w-node-_87990653-9aa6-860e-436b-bc6ca5bbf109-88eb0e12, #w-node-b5a0156d-da6f-f6b3-9f18-3be61ecd4d1b-88eb0e12, #w-node-_51b93e15-dc9d-b97b-1bef-7227d068713f-88eb0e12, #w-node-_03802fa8-5071-8b0a-6c87-521fdcd267c1-88eb0e12, #w-node-_27812a0a-e498-2ceb-404d-affcfbc00bd3-88eb0e12, #w-node-b953d0f3-5a9d-09f8-bb2a-1fd24e07f9da-88eb0e12, #w-node-_01b1bf72-7174-1782-ce02-7d0c77390955-88eb0e12, #w-node-_8926aa34-3e47-c62a-e8db-047b8e5703b9-88eb0e12, #w-node-dc04f8f2-cd61-2144-e063-e9943e010547-88eb0e12, #w-node-a2c62846-35e4-c633-8c49-4196036e8607-88eb0e12, #w-node-ada825b6-490a-5125-5315-6249c3d8544a-88eb0e12, #w-node-_2f2f344c-1ab5-3af0-bc2e-b4565333e25d-88eb0e12, #w-node-e31b419e-d249-36b1-7150-c7c24acadc5b-88eb0e12, #w-node-e5aa0e11-1400-f736-ed44-8199ce05ffdf-88eb0e12, #w-node-_51469999-b1e9-72f3-f943-316d97f9baa2-88eb0e12, #w-node-_3f38d85d-16d9-06f3-28b1-dfebc55ae978-88eb0e12, #w-node-fc54048c-0b95-ab05-0112-9c1d17a527d4-88eb0e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_78180acf-c15c-cb3f-0b2f-20c7df5f0c25-da1ea2e9, #w-node-_78180acf-c15c-cb3f-0b2f-20c7df5f0c2a-da1ea2e9 {
    align-self: center;
  }

  #w-node-_78180acf-c15c-cb3f-0b2f-20c7df5f0c2d-da1ea2e9 {
    align-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-b0d45c9d-683e-3178-84c0-660b68290d59-d1959954, #w-node-b0d45c9d-683e-3178-84c0-660b68290d68-d1959954 {
    align-self: start;
  }

  #w-node-_64496378-9147-a48e-4ef3-65319fc88c83-d1959954 {
    align-self: auto;
  }

  #w-node-_197d145b-fcc6-e0d8-197c-71ecd41ee93c-da1ea2e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9b8b4385-0098-765a-ebf6-c5656a760337-da1ea2d8 {
    place-self: center;
  }

  #w-node-_5a6f744a-c11d-b159-505a-78114b99c64d-88eb0e12 {
    align-self: center;
  }

  #w-node-_5a6f744a-c11d-b159-505a-78114b99c65a-88eb0e12 {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee558cbd-8948-e857-e8c4-98b352d84c47-da1ea2e2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ee558cbd-8948-e857-e8c4-98b352d84c44-da1ea2e2 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-ee558cbd-8948-e857-e8c4-98b352d84c3e-da1ea2e2, #w-node-_1d84f17f-43bf-6c13-433e-0f9ce3a793d8-da1ea2e2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1d84f17f-43bf-6c13-433e-0f9ce3a793de-da1ea2e2 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_1d84f17f-43bf-6c13-433e-0f9ce3a793e1-da1ea2e2, #w-node-fa5b63a4-8ffd-fc96-7299-ee80b7df078a-da1ea2e2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fa5b63a4-8ffd-fc96-7299-ee80b7df0787-da1ea2e2 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-fa5b63a4-8ffd-fc96-7299-ee80b7df0781-da1ea2e2, #w-node-_40e5300d-fee8-380a-733d-5661d93b1b83-da1ea2e2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_40e5300d-fee8-380a-733d-5661d93b1b80-da1ea2e2 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_40e5300d-fee8-380a-733d-5661d93b1b7d-da1ea2e2, #w-node-cb767965-47a4-c915-0eff-419c4ae50c9f-da1ea2e2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb767965-47a4-c915-0eff-419c4ae50c9c-da1ea2e2 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-a008812c-1f0c-663e-9bda-0121435f8f54-da1ea2e2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a008812c-1f0c-663e-9bda-0121435f8f51-da1ea2e2 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-a008812c-1f0c-663e-9bda-0121435f8f4e-da1ea2e2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2a342896-2043-32e7-25ab-2fd7cd134847-da1ea2e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae38d895-aa45-14e6-88a3-adc2a1be0b1d-da1ea2e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_271acd8d-65a7-343e-c06c-96beee574d14-da1ea2e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0d45c9d-683e-3178-84c0-660b68290d59-d1959954 {
    justify-self: center;
  }

  #w-node-_64496378-9147-a48e-4ef3-65319fc88c83-d1959954 {
    place-self: center;
  }

  #w-node-ae38d895-aa45-14e6-88a3-adc2a1be0b1d-da1ea2e5, #w-node-_271acd8d-65a7-343e-c06c-96beee574d14-da1ea2e9 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}