.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.herosection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #024059;
}

.productsection {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #fff;
}

.benifitssection {
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: var(--image-308e98ca);
  background-position: 100% 50%;
  background-size: 20% 100%;
  background-repeat: no-repeat;
}

.testimonialssection {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #024059;
}

.companysection {
  padding-top: 100px;
  padding-bottom: 100px;
}

.projectsection {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #024059;
  background-image: var(--image-i1576c256);
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.projectsection.extra {
  padding-bottom: 173px;
  background-image: var(--image-261039a9);
  background-size: cover;
}

.becomedealersection {
  margin-top: 0px;
  margin-bottom: 100px;
}

.footer {
  background-color: #024059;
  background-image: var(--image-7fed501f);
  background-position: 50% -3px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.customcontainer {
  overflow: visible;
  width: 100%;
  max-width: 1100px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.customcontainer.backgroundimage {
  display: block;
  height: auto;
  background-image: none;
}

.herocontentholder {
  max-width: 50%;
}

.heroheading {
  font-family: 'Bebas Neue', sans-serif;
  color: #80ed99;
  font-size: 75px;
  line-height: 90px;
  font-weight: 400;
}

.heroheading.headingprojects {
  margin-top: 0px;
  font-size: 45px;
  line-height: 45px;
}

.normalparagraphwhite {
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 32px;
}

.normalparagraphwhite.balck {
  margin-top: 10px;
  opacity: 0.71;
  color: #000;
  line-height: 28px;
}

.primarybutton {
  padding: 12px 28px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
}

.secondarybutton {
  margin-right: 18px;
  margin-left: 18px;
  padding: 15px 24px;
  background-color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  color: #024059;
  font-size: 18px;
}

.desktopnavbar {
  position: fixed;
  left: 0%;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  max-height: 68px;
  max-width: 1300px;
  min-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
}

.orginalholder {
  position: relative;
  left: -11px;
  bottom: -11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.menuholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navlinkdesktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.navlinkdesktop.w--current {
  margin-left: 0px;
  border-bottom: 6px solid #80ed99;
  border-radius: 7px;
  color: #024059;
}

.image {
  max-height: 68px;
  margin-top: 5px;
  margin-left: 5px;
}

.div-block {
  position: absolute;
}

.videoholder {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

.background-video {
  z-index: 10;
  height: 100%;
}

.productscontentholder {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-2-original {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #ff5c2c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subtitle.specialities {
  line-height: 32px;
}

.subtitle.testimonialsubtitle {
  margin-left: 0px;
  padding-top: 0px;
}

.subtitle.testimonialsubtitle.companytitle {
  margin-left: 0px;
  padding-top: 10px;
}

.seconday-para {
  width: 470px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  font-family: Poppins, sans-serif;
  color: #5c5c5c;
  line-height: 30px;
}

.seconday-para.specialitiespara {
  padding-right: 141px;
}

.seconday-para.protectheading {
  color: #000;
  font-size: 26.88px;
}

.seconday-para._4pointer {
  max-width: 350px;
  margin-right: 128px;
}

.seconday-para.secod {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.benifitcontentholder {
  max-width: 615px;
}

.grid {
  max-width: 800px;
  margin-top: 40px;
  justify-items: stretch;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.befitsinvholder {
  display: block;
}

.heading-3 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
}

.befitsheading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26.88px;
}

.testimonialdiv {
  width: 536px;
  height: 641px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  background-color: #fff;
}

.mainparagraph {
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 40px;
  opacity: 0.87;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.mainparagraph.testimony {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
}

.nameposition {
  opacity: 0.87;
  color: #000;
  font-size: 14px;
  font-weight: 900;
}

.slide {
  position: relative;
  min-height: 350px;
  background-color: #fff;
  background-image: var(--image-i178294a0);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.slide-3 {
  background-color: #fff;
  background-image: var(--image-i178294a0);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.right-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 3px;
  border-color: #026874;
}

.right-arrow.left {
  left: 72px;
  border-style: solid;
  border-width: 3px;
  border-color: #026874;
}

.icon-4 {
  color: #026874;
}

.testimonyname {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Better grade', sans-serif;
  color: #1d3557;
  font-size: 65px;
  line-height: 65px;
}

.slider-2 {
  background-color: #fff;
}

.slider-2.testimonialslider {
  min-height: 450px;
  margin-left: 0px;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimoninalholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.slide-nav {
  position: absolute;
  margin-top: 0px;
  padding-top: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #024059;
  font-size: 18px;
  line-height: 36px;
}

.paragraph-2 {
  margin-left: 0px;
  opacity: 0.78;
  font-family: Poppins, sans-serif;
  line-height: 28px;
  font-weight: 400;
}

.numbersblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 147px;
  height: 117px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbersheading {
  color: #1d3557;
  font-size: 70px;
  line-height: 61px;
}

.numbersheading.homepage {
  font-family: 'Bebas Neue', sans-serif;
  color: #000;
}

.yellowtext {
  color: #f62121;
}

.yellowtext.homepage {
  color: #024059;
  font-weight: 700;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.companyimage {
  position: relative;
  height: 590px;
  border-style: solid;
  border-width: 6px;
  border-color: #80ed99;
}

.div-block-18 {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 0%;
  bottom: 0%;
  width: 536px;
  height: 590px;
  background-image: var(--image-i71438acd);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column {
  padding-left: 60px;
}

.productcard {
  width: 100%;
  margin-right: 10px;
  padding-right: 7px;
  text-decoration: none;
}

.productimage {
  min-height: 300px;
  background-image: var(--image-7b40fadb);
  background-position: 50% 50%;
  background-size: cover;
}

.productnameholder {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-top: 1px solid #80ed99;
  background-color: #024059;
  color: #024059;
}

.text-block {
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 24px;
}

.collection-item {
  padding-right: 0px;
  padding-left: 0px;
}

.collection-list {
  margin-top: 20px;
  padding-top: 0px;
}

.uspsection {
  background-image: var(--image-i5c8219ac);
  background-position: 50% 100%;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}

.uspborder {
  padding: 40px 60px;
  border-style: solid;
  border-width: 6px;
  border-color: #80ed99;
  background-color: #fff;
}

.uspheading {
  font-family: 'Bebas Neue', sans-serif;
  color: #000;
  font-size: 45px;
  font-weight: 400;
}

.uspheading.sub {
  color: #000;
  font-size: 26px;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  line-height: 28px;
}

.columns-3 {
  padding-top: 20px;
}

.video {
  height: 100%;
}

.becomeadealercard {
  padding: 40px;
  background-color: #80ed99;
}

.text-field {
  height: 55px;
  margin-top: 20px;
  border: 1px none #000;
  font-family: Poppins, sans-serif;
  color: #024059;
}

.submit-button {
  height: 50px;
  margin-top: 10px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: #024059;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.become-image {
  height: 100%;
  background-image: var(--image-i7af42604);
  background-position: 0px 0px;
  background-size: auto;
}

.rainwaterholder {
  margin-top: 100px;
  background-color: #024059;
  background-image: var(--image-720a6f88);
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.rwcontentholder {
  max-width: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.rwpara {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 44px;
}

.rwhastag {
  display: inline-block;
  margin-right: 14px;
  font-family: Poppins, sans-serif;
  color: #80ed99;
  font-size: 16px;
}

.collection-list-wrapper {
  margin-bottom: 20px;
}

.projectsingleline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

.projecttitel {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #80ed99;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.image-2 {
  padding-right: 13px;
}

.columns-5 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 60px;
}

.footercontent {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
}

.link {
  color: #80ed99;
  text-decoration: none;
}

.footeraddres {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.41);
}

.footerterms {
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 22px;
}

.quicklink {
  display: block;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 65px;
  font-weight: 400;
  text-decoration: none;
}

.addresslinks {
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-2 {
  color: #80ed99;
  text-decoration: none;
}

.emailheader {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fbfbfb;
  line-height: 25px;
  font-weight: 400;
}

.columns-6 {
  font-size: 16px;
  line-height: 25px;
}

.div-block-19 {
  padding-top: 10px;
}

.heading-4 {
  color: #fff;
}

.rich-text-block {
  color: #fff;
  line-height: 30px;
}

.productsectopm {
  padding-bottom: 100px;
  background-color: #024059;
  color: #fff;
}

.paddingcontainer {
  padding-top: 140px;
}

.description {
  padding-bottom: 23px;
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 30px;
}

.producttitle {
  margin-top: 0px;
  font-family: 'Bebas Neue', sans-serif;
  color: #f4f4f4;
  font-size: 30px;
  line-height: 50px;
}

.button {
  background-color: transparent;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

.detailsection {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-2 {
  grid-template-areas: "Area-3 . ."
    ". . ."
    "Area Area-2 Area-2";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navbar {
  display: none;
}

.text-block-2 {
  font-weight: 600;
}

.div-block-23 {
  position: absolute;
}

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  width: 25%;
  background-image: -webkit-gradient(linear, left top, right top, from(#024059), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #024059, hsla(0, 0%, 100%, 0));
}

.projectdetailsection {
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  line-height: 170%;
}

.rich-text-block-2 {
  padding-top: 10px;
  line-height: 200%;
}

.date {
  margin-top: 5px;
  color: #a2a2a2;
}

.image-4 {
  padding-top: 20px;
}

.image-5 {
  padding: 13px 11px;
  opacity: 0.78;
}

.body {
  font-family: Poppins, sans-serif;
}

.success-message {
  background-color: #fff;
  font-family: Poppins, sans-serif;
}

.error-message {
  font-family: Poppins, sans-serif;
}

.introanimation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-6 {
  display: block;
  opacity: 0;
}

.slider-3 {
  margin-top: 41px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-24 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-2 {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.mask {
  max-width: 366px;
}

.div-block-25 {
  display: block;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 9px;
  padding-right: 0px;
}

.slideritems {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sliderwrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section {
  display: block;
  overflow: visible;
}

.section.overflow {
  overflow: hidden;
}

.sliderlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-26 {
  display: block;
  width: 333px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slidetext {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.div-block-27 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slideheader {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  background-color: #026874;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.div-block-28 {
  max-width: 1100px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
}

.slide-5 {
  margin-right: 0px;
  margin-left: 0px;
}

.slide-nav-3 {
  display: none;
  overflow: visible;
}

.div-block-29 {
  overflow: hidden;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.mask-2 {
  overflow: visible;
  max-width: 372px;
  padding-left: 20px;
}

.slider-4 {
  bottom: auto;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.section-2 {
  margin-top: 100px;
  padding-bottom: 100px;
}

.icon-5 {
  color: #5c5c5c;
}

.icon-6 {
  color: #5c5c5c;
}

.empty-state {
  background-color: #80ed99;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.image-7 {
  overflow: visible;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination {
  margin-top: 10px;
}

.next {
  padding: 18px 30px 18px 39px;
  background-color: #024059;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
}

.previous {
  padding: 18px 26px 18px 25px;
  background-color: #024059;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
}

.pagination-2 {
  margin-top: 20px;
}

.div-block-30 {
  width: 333px;
  text-decoration: none;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0px 25px 44px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #989898;
}

.paragraph-4 {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 44px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
}

.div-block-32 {
  border-style: solid;
  border-width: 1px;
  border-color: #989898;
}

.imghldr {
  padding-right: 10px;
  padding-left: 10px;
}

.image-8 {
  border-radius: 8px;
}

.image-9 {
  padding-left: 0px;
  border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

.collection-list-wrapper-2 {
  margin-top: 8px;
}

.collection-item-3 {
  margin-right: 7px;
  margin-bottom: 7px;
}

.heading-5 {
  margin-top: 0px;
}

.backgroundimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: var(--image-261039a9);
  background-position: 50% 42%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: 80px;
  color: #fff;
}

.div-block-33 {
  margin-top: 20px;
}

.image-11 {
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 36px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.companylist {
  padding-bottom: 0px;
}

.companylogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 180px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: var(--image-7b40fadb);
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.companyheader {
  margin-left: 10px;
  color: #fcfcfc;
}

.companypara {
  margin-right: 5px;
  margin-left: 10px;
  color: #fff;
  line-height: 28px;
}

.animation {
  display: block;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(4deg, #024059 100%, transparent);
}

.collection-list-wrapper-3 {
  overflow: hidden;
}

.compantybrands {
  padding-left: 0px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.collection-item-4 {
  padding-bottom: 10px;
}

.image-12 {
  margin-top: 0px;
}

.image-13 {
  margin-top: 0px;
}

.image-14 {
  margin-top: 60px;
}

.image-15 {
  margin-top: 60px;
}

.image-16 {
  margin-top: 0px;
}

.image-17 {
  margin-top: 60px;
}

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

.projectsectionmap {
  padding-top: 100px;
}

.becomedealermap {
  padding-bottom: 100px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  height: 55px;
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (max-width: 991px) {
  .herosection {
    padding-top: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .productsection {
    background-color: #fff;
  }

  .benifitssection {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .projectsection {
    padding-right: 20px;
    padding-left: 20px;
  }

  .projectsection.extra {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .customcontainer {
    position: relative;
    z-index: 100;
  }

  .herocontentholder {
    width: 80%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .desktopnavbar {
    display: none;
  }

  .videoholder {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 50%;
  }

  .background-video {
    position: relative;
  }

  .subtitle.testimonialsubtitle.companytitle {
    padding-top: 62px;
  }

  .seconday-para {
    width: auto;
    text-align: left;
  }

  .testimonialdiv {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .mainparagraph.testimony {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
  }

  .nameposition {
    color: #000;
  }

  .slide-3 {
    text-align: left;
  }

  .right-arrow {
    left: -10%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .right-arrow.left {
    left: 9%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .testimonyname {
    color: #1d3557;
  }

  .slider-2.testimonialslider {
    min-height: 400px;
  }

  .testimonials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .columns {
    display: block;
  }

  .numbersheading.homepage {
    font-size: 50px;
  }

  .div-block-18 {
    width: auto;
  }

  .uspsection {
    padding-right: 20px;
    padding-left: 20px;
  }

  .uspcontent {
    padding-left: 10px;
  }

  .becomeadealercard {
    padding: 20px;
  }

  .become-image {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .productcontenthol {
    padding-bottom: 66px;
  }

  .column-2 {
    padding-top: 12px;
  }

  .column-3 {
    display: none;
  }

  .column-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    background-color: #fff;
    text-align: right;
  }

  .image-3 {
    margin-top: 10px;
  }

  .nav-link {
    margin-left: 0px;
    padding-left: 40px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .nav-menu {
    padding-bottom: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #80ed99;
  }

  .menu-button {
    color: #024059;
  }

  .menu-button.w--open {
    background-color: #80ed99;
    color: #024059;
  }

  .gradient {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#024059), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #024059, hsla(0, 0%, 100%, 0));
  }

  .introanimation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-4 {
    height: auto;
  }

  .section-2 {
    padding-bottom: 20px;
  }

  .grid-3 {
    justify-items: stretch;
    grid-auto-flow: row;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-10 {
    max-width: none;
  }

  .projectsectionmap {
    padding-top: 40px;
  }

  .becomedealermap {
    padding-bottom: 40px;
  }

  .image-18 {
    padding-top: 7px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .productsection {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .benifitssection {
    padding-top: 40px;
  }

  .companysection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .projectsection {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .becomedealersection {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .customcontainer {
    width: auto;
  }

  .heroheading.headingprojects {
    text-align: left;
  }

  .heading-2-original {
    text-align: center;
  }

  .subtitle {
    margin-left: 0px;
    text-align: center;
  }

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

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

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

  .seconday-para._4pointer {
    margin-right: auto;
    margin-left: auto;
  }

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

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mainparagraph {
    font-size: 14px;
    line-height: 25.2px;
  }

  .mainparagraph.testimony {
    color: #000;
  }

  .nameposition {
    color: #000;
  }

  .slide-3 {
    margin-left: 40px;
    background-color: transparent;
  }

  .right-arrow {
    left: -10%;
  }

  .right-arrow.left {
    right: -6%;
  }

  .testimonyname {
    color: #1d3557;
  }

  .paragraph {
    text-align: center;
  }

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

  .numbersblock {
    display: inline-block;
    width: 50%;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .columns-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .productcard {
    padding-bottom: 20px;
  }

  .uspheading {
    text-align: center;
  }

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

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

  .columns-4 {
    display: block;
  }

  .rainwaterholder {
    margin-top: 40px;
  }

  .footeraddres {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .footerterms {
    text-align: center;
  }

  .addresslinks {
    display: inline-block;
  }

  .imagelist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .column-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-20 {
    text-align: center;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-21 {
    display: none;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 18px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }

  .div-block-22 {
    text-align: center;
  }

  .projectdetailsection {
    padding-left: 0px;
  }

  .rich-text-block-2 {
    margin-left: 10px;
  }

  .date {
    margin-left: 10px;
  }

  .image-5 {
    width: 40%;
  }

  .collection-item-2 {
    width: 50%;
  }

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

  .slide-5 {
    margin-left: 40px;
  }

  .slider-4 {
    background-color: #fff;
  }

  .slide-1 {
    margin-left: 40px;
  }

  .slide-2 {
    margin-left: 40px;
  }

  .slide-6 {
    margin-left: 40px;
  }

  .slide-7 {
    margin-left: 40px;
  }

  .icon-5 {
    color: #024059;
  }

  .icon-6 {
    color: #024059;
  }

  .slide-8 {
    margin-left: 40px;
  }

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

  .slide-10 {
    margin-left: 40px;
  }

  .slide-11 {
    margin-left: 40px;
  }

  .slide-12 {
    margin-left: 40px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .collection-list-wrapper-2 {
    width: 20%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .collection-item-3 {
    position: static;
  }

  .lightbox-link {
    width: 70%;
    margin-right: 9px;
    padding-right: 0px;
    text-align: left;
  }

  .column-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-6 {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 35px;
  }

  .companyheader {
    text-align: center;
  }

  .companypara {
    text-align: center;
  }

  .compantybrands {
    text-align: center;
  }

  .collection-item-4 {
    margin-bottom: 10px;
  }

  .image-18 {
    text-align: right;
  }

  .container {
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  .herosection {
    padding-top: 100px;
  }

  .companysection {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .becomedealersection {
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .herocontentholder {
    width: 95%;
  }

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

  .normalparagraphwhite.balck {
    text-align: left;
  }

  .secondarybutton {
    margin-top: 11px;
    margin-left: 0px;
  }

  .heading-2-original {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
  }

  .heading-2-original.mobile {
    text-align: left;
  }

  .subtitle {
    text-align: center;
  }

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

  .subtitle.mobile {
    text-align: left;
  }

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

  .befitsinvholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .mainparagraph {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mainparagraph.testimony {
    max-width: 100%;
    color: #000;
  }

  .nameposition {
    color: #000;
    font-size: 12px;
  }

  .slide-3 {
    margin-left: 0px;
  }

  .right-arrow {
    left: -22%;
  }

  .right-arrow.left {
    left: 16%;
  }

  .testimonyname {
    color: #1d3557;
    font-size: 40px;
    line-height: 50px;
  }

  .testimonials {
    margin-top: 0px;
  }

  .testimoninalholder {
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .numbersblock {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .numbersheading {
    font-size: 30px;
  }

  .numbersheading.homepage {
    font-size: 50px;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .companyimage {
    width: 100%;
    height: 400px;
  }

  .div-block-18 {
    width: 100%;
    height: 400px;
  }

  .uspborder {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .becomeadealercard {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rainwaterholder {
    margin-top: 40px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .rwcontentholder {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rwpara {
    font-size: 18px;
    line-height: 36px;
  }

  .projecttitel {
    line-height: 23px;
  }

  .columns-5 {
    padding-bottom: 40px;
  }

  .footeraddres {
    padding-top: 5px;
  }

  .footerterms {
    padding-top: 6px;
  }

  .addresslinks {
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px 0px 0px;
  }

  .addresslinks.padding {
    padding-right: 0px;
  }

  .link-2 {
    display: block;
    margin-right: 0px;
    margin-left: 14px;
  }

  .div-block-19 {
    padding-top: 0px;
  }

  .column-2 {
    padding-top: 0px;
  }

  .column-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .introanimation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-5 {
    margin-right: -28px;
    margin-left: 12px;
  }

  .mask-2 {
    margin-right: auto;
    padding-left: 10px;
  }

  .slide-1 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .slide-2 {
    margin-left: 51px;
  }

  .slide-6 {
    margin-left: 30px;
  }

  .slide-12 {
    margin-right: 0px;
    margin-left: 20px;
    padding-right: 0px;
  }

  .image-7 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-3 {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr auto auto auto;
    grid-template-rows: 1fr 1fr 1fr auto auto auto;
  }

  .collection-list-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-3 {
    margin-right: 0px;
    text-align: left;
  }

  .image-10 {
    max-width: none;
  }

  .lightbox-link {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-6 {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 32px;
  }

  .companylogo {
    background-size: contain;
  }

  .companypara {
    margin-right: 10px;
  }

  .animation {
    display: block;
  }

  .image-12 {
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: 30px;
  }

  .projectsectionmap {
    padding-top: 20px;
  }

  .becomedealermap {
    padding-bottom: 20px;
  }

  .column-10 {
    display: none;
  }

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

  .form {
    display: block;
  }
}

#w-node-_029e1bda-3fde-1f89-18ec-04e6abad6e9b-86c05e0c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_029e1bda-3fde-1f89-18ec-04e6abad6e9b-86c05e0c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_76fbbb82-148d-390b-ff04-c8a68b39d915-86c05e0c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_76fbbb82-148d-390b-ff04-c8a68b39d915-86c05e0c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_73806a21-f620-845f-fa49-50e9726557ee-86c05e0c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_73806a21-f620-845f-fa49-50e9726557ee-86c05e0c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_73806a21-f620-845f-fa49-50e9726557f2-86c05e0c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_73806a21-f620-845f-fa49-50e9726557f2-86c05e0c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_1b52d143-5aea-5aa1-e212-17fc4175fb9a-86c05e0c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_1b52d143-5aea-5aa1-e212-17fc4175fb9a-86c05e0c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_1b52d143-5aea-5aa1-e212-17fc4175fb9e-86c05e0c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_1b52d143-5aea-5aa1-e212-17fc4175fb9e-86c05e0c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-fa180077-5c89-1e7d-78eb-3c5a0f679b6d-86c05e0c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-fa180077-5c89-1e7d-78eb-3c5a0f679b6d-86c05e0c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-fa180077-5c89-1e7d-78eb-3c5a0f679b71-86c05e0c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-fa180077-5c89-1e7d-78eb-3c5a0f679b71-86c05e0c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

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