html {
  font-size: calc(0.5991091314031181rem + 0.4454342984409799vw);
  scroll-behavior: smooth;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: calc(0.5991091314031181rem + 0.4454342984409799vw);
  }
}

@media screen and (max-width: 991px) {
  html {
    font-size: calc(0.44698660714285715rem + 0.8928571428571428vw);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(0.6671006944444444rem + 0.6944444444444444vw);
  }
}

@media screen and (max-width: 479px) {
  html {
    font-size: calc(0.7494769874476988rem + 0.8368200836820083vw);
  }
}

/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
  outline: 0.125rem solid #4d65ff;
  outline-offset: 0.125rem;
}

/* Set color style to inherit */
.inherit-color * {
  color: inherit;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child,
.w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext > :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
  margin-bottom: 0 !important;
}

/* Make sure containers never lose their center alignment */
.container-medium,
.container-small,
.container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Apply "..." after 3 lines of text */
.text-style-3lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .hide,
  .hide-tablet {
    display: none !important;
  }

  .nav_link-dropdown.w--open {
    z-index: 99;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile-landscape {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile {
    display: none !important;
  }
}

.margin-0 {
  margin: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
  padding: 0rem !important;
  margin: 0rem !important;
}

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

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

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

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

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

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

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

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

.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidebar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Smooth scroll offset for fixed navbar */
.section_hero,
.section_goals,
.section_features,
.section_success,
.section_performance,
.section_testimonials,
.section_blogs {
  scroll-margin-top: 80px;
}

.header-strip {
  background-color: #26667e;
  border-radius: 1rem 1rem 0 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.header-strip .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}

.links .mail,
.links .phn {
  display: flex;
  align-items: center;
  color: #fff;
}

.links .icon,
.links .icon {
  margin-right: 0.5rem;
}

/* Dropdown */
.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

.nav_links.is-dropdown {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.w-dropdown-list {
  display: none !important;
  position: absolute;
  z-index: 9999;
}

.w-dropdown-list.w--open {
  display: block !important;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "";
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.nav_dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav_link-dropdown {
  border-radius: 0.5rem;
}

.nav_link-dropdown.w--open {
  background-color: #0000;
  top: 100%;
  bottom: auto;
}

.nav_dropdown-wrap {
  height: auto;
  overflow: clip;
}

.nav_dropdown-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff;
  color: #6a6a6a;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  padding: 1.25rem;
  display: grid;
}

.nav_dropdown-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.nav_dropdown-link {
  color: #131313;
  margin-left: 0;
  margin-right: 0;
  padding: 0.75rem !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity 0.3s;
}

.nav_dropdown-link:hover {
  opacity: 100;
}

.nav_dropdown-link.w--current {
  opacity: 1;
  color: #124171;
  font-weight: 600;
}

.nav-button-outline {
  background: transparent !important;
  border: 1px solid #124171 !important;
  color: #124171 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav_dropdown-content {
  grid-template-columns: auto;
}

.nav_dropdown-column a {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.nav_dropdown-column {
  width: 100%;
}

.nav_dropdown-column a:hover,
.nav_dropdown-link.w--current {
  background: #ebefeb !important;
}

.nav_dropdown-wrap {
  width: 320px !important;
}

.w-dropdown-list {
  box-shadow: none !important;
}

.nav_dropdown-content {
  width: auto;
  padding: 1.25rem;
}

.nav_dropdown-wrap {
  box-shadow: 0px 0px 10px 0px #0000001a;
  border-radius: 30px;
}

.slider.w-slider .w-slider-aria-label {
  display: none;
}

.navbar_logo-link {
  position: relative;
  display: inline-block;
}

.navbar_logo,
.navbar_header_logo_hovered {
  transition: opacity 0.3s ease;
  display: block;
}

.navbar_header_logo_hovered {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.navbar_logo-link:hover .navbar_logo {
  opacity: 0;
}

.navbar_logo-link:hover .navbar_header_logo_hovered {
  opacity: 1;
}

.nav_links:hover .text-block,
.nav_links:hover .w-icon-dropdown-toggle,
a.nav_links.w-nav-link.w--current .text-block {
  color: #1e8455;
}

.on-desktop {
  display: block !important;
}

.on-mobile {
  display: none !important;
}

.header-strip.padding-global .on-mobile,
.header-strip.padding-global .on-desktop {
  display: flex;
  align-items: center;
}

.header-strip.padding-global a {
  padding: 10px;
  font-weight: bold;
  padding-left: 0;
}

.header-strip.padding-global svg {
  margin-bottom: -5px;
}

.site-header-inner {
  position: fixed;
  width: 98.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}

.site-header-inner .navbar {
  border-bottom: 2px solid #efeeeb;
}

section.svc-wrap,
.home-sections,
main.main-wrapper,
#faq .section_article,
#privacy-policy .privacy-policy,
#terms-and-conditions .case-studies,
#results-hero,
#case-details .section_article,
#our-products .section_article,
#rebates .section_about-hero,
.our-company-hero,
.blog-section,
.single-solution-hero {
  margin-top: 135px;
}

.finance_slide.w-slide {
  height: 100%;
  min-height: 450px;
}

.finance_slide.w-slide .finance_card {
  height: 100%;
  min-height: 450px;
}

.finance_card-badge .text-base {
  color: #fff;
}

.team_card-visual .img-wrapper {
  min-height: auto !important;
}

.nav_links.active {
  color: #114171;
  font-weight: 700;
}

.nav_dropdown-link.active {
  color: #114171;
  font-weight: 700;
}

.text-left {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .nav_link-dropdown {
    width: 100%;
  }

  .nav_dropdown {
    width: 100%;
  }

  .nav_dropdown-wrap {
    width: 100% !important;
  }

  .navbar_list {
    padding: 0 !important;
  }

  .nav_dropdown-content {
    border-radius: 0 !important;
  }

  .nav_dropdown-wrap {
    border-radius: 0;
  }

  .nav_links .text-block {
    padding: 10px;
    padding-left: 20px;
  }

  .single-solution-hero .hero-2nd_image img {
    width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    top: 14% !important;
  }

  .padding-section-large,
  .padding-global,
  .success_scroll-content .success_scroll-card,
  .ledcalc-card {
    padding: 20px !important;
  }

  section#case_study {
    padding: 20px !important;
    margin-top: -7px !important;
  }

  section#brandSection {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header-strip.padding-global {
    padding: 10px !important;
  }

  .on-desktop {
    display: none !important;
  }

  .on-mobile {
    display: block !important;
  }

  a.button.is-primary.w-button.on-mobile {
    height: auto !important;
    min-height: auto;
    padding: 10px 15px;
  }

  .success_card-btns-wrap {
    display: block !important;
    text-align: center;
  }

  .success_card-btns-wrap .button-wrapper a {
    display: flex;
    width: 100%;
    justify-content: center !important;
    margin-top: 10px !important;
  }

  .success_card-btns-wrap .button-wrapper {
    align-items: center;
    justify-content: center;
    display: block;
  }

  .success_card-btns-wrap .button-wrapper a img {
    display: none;
  }

  section#blogs .content-wrap .blogs_header {
    display: block;
  }

  .blogs_header .button-wrapper a img {
    display: none;
  }

  .blogs_header .button-wrapper a {
    width: 100%;
    margin-top: 15px;
  }

  section.svc-wrap,
  .home-sections,
  main.main-wrapper,
  #faq .section_article,
  #privacy-policy .privacy-policy,
  #terms-and-conditions .case-studies,
  #results-hero,
  #case-details .section_article,
  #our-products .section_article,
  #rebates .section_about-hero,
  .our-company-hero,
  .blog-section,
  .single-solution-hero {
    margin-top: 150px;
  }

  .site-header-inner {
    width: 94.5%;
  }

  .button-wrapper {
    display: block;
    width: 100%;
  }

  .button-wrapper a img {
    display: none !important;
  }

  .button-wrapper a {
    width: 100% !important;
  }

  .hero_buttons-wrap {
    width: 100%;
  }

  .performance_card h3 {
    font-size: 24px !important;
  }

  .content-wrap {
    padding-top: 1rem !important;
  }

  .navbar_logo-link:hover .navbar_logo {
    opacity: 1;
  }
}

@media screen and (max-width: 479px) {
  .text-6xl {
    font-size: 2.325rem !important;
  }

  .text-5xl {
    font-size: 2rem !important;
  }

  .about-hero_content-bottom {
    grid-row-gap: 1rem !important;
    border-radius: 1.25rem !important;
    grid-template-columns: 1fr 1fr !important;
    padding: 1rem !important;
  }

  .about-hero_visual .img-wrapper {
    min-height: 550px !important;
    max-height: auto !important;
  }

  .about-hero_visual .video-container {
    min-height: 550px !important;
    max-height: auto !important;
  }

  .about-hero_visual .hero-video {
    min-height: 550px !important;
    max-height: auto !important;
  }

  .content-wrap {
    grid-row-gap: 1rem !important;
  }

  .hero-2nd_buttons-wrap {
    display: block !important;
    width: 100% !important;
  }

  .performance_card h3 {
    font-size: 24px !important;
  }

  .content-wrap {
    padding-top: 1rem !important;
  }

  .nav_wrap a.button.is-primary.w-button.on-mobile {
    font-size: 13px;
  }

  .navbar_logo-link:hover .navbar_logo {
    opacity: 1;
  }
}

@media screen and (max-width: 4560px) {
  .img-wrapper {
    min-height: 1750px !important;
    max-height: auto !important;
  }

  .video-container {
    min-height: 1750px !important;
    max-height: auto !important;
  }

  .hero-video {
    min-height: 1750px !important;
    max-height: auto !important;
  }
}

@media screen and (max-width: 3560px) {
  .img-wrapper {
    min-height: 1450px !important;
    max-height: auto !important;
  }

  .video-container {
    min-height: 1450px !important;
    max-height: auto !important;
  }

  .hero-video {
    min-height: 1450px !important;
    max-height: auto !important;
  }
}

@media screen and (max-width: 2560px) {
  .img-wrapper {
    min-height: 1050px !important;
    max-height: auto !important;
  }

  .video-container {
    min-height: 1050px !important;
    max-height: auto !important;
  }

  .hero-video {
    min-height: 1050px !important;
    max-height: auto !important;
  }
}

@media screen and (max-width: 1920px) {
  .img-wrapper {
    min-height: 1050px !important;
    max-height: auto !important;
  }

  .video-container {
    min-height: 1050px !important;
    max-height: auto !important;
  }

  .hero-video {
    min-height: 1050px !important;
    max-height: auto !important;
  }
}

@media (min-width: 1500px) {
  section.svc-wrap,
  .home-sections,
  main.main-wrapper,
  #faq .section_article,
  #privacy-policy .privacy-policy,
  #terms-and-conditions .case-studies,
  #results-hero,
  #case-details .section_article,
  #our-products .section_article,
  #rebates .section_about-hero,
  .our-company-hero,
  .blog-section,
  .single-solution-hero {
    margin-top: 150px;
  }
}
