:root {
  --gray: #a1a1a1;
  --black: black;
  --green: #087c1a;
  --white: white;
  --light-gray: #e1e1e1;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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 {
  color: var(--gray);
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 900;
  line-height: 80px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  color: var(--green);
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
}

a {
  text-decoration: none;
}

.header {
  z-index: 10000;
  background-color: #ddd0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.header.white {
  background-color: var(--white);
}

.container {
  width: 100%;
  min-width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.menu {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.logo-block {
  padding-left: 0;
}

.header-logo {
  width: 200px;
}

.header-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: static;
}

.header-main-b {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.header-link-b {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 900;
  display: flex;
}

.header-contact-btn {
  background-color: var(--green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 900;
  transition: opacity .3s;
  display: flex;
}

.header-contact-btn:hover {
  opacity: .8;
}

.header-menu-link-row {
  display: flex;
}

.header-contact-b {
  display: none;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.home-banner {
  height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.section.top {
  padding-top: 220px;
}

.section.top.banner-about {
  background-image: linear-gradient(90deg, #083819b3, #0abe49b3), url('../images/about-top-banner2x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.top-0 {
  padding-top: 0;
}

.home-banner-slider {
  height: 100%;
}

.home-slide {
  color: var(--white);
}

.home-slide-img.home-banner-img-01 {
  background-image: linear-gradient(#2d797db3, #2d797db3), url('../images/banner-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.home-slide-img.home-banner-img-02 {
  background-image: linear-gradient(#2d797db3, #2d797db3), url('../images/banner-02.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.home-slide-img.home-banner-img-03 {
  background-image: linear-gradient(#2d797db3, #2d797db3), url('../images/banner-03.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.home-slide-img.home-banner-img-04 {
  background-image: linear-gradient(#2d797db3, #2d797db3), url('../images/banner-04.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.home-slide-img.home-banner-img-05 {
  background-image: linear-gradient(#2d797db3, #2d797db3), url('../images/banner-05.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.home-slide-img.home-banner-img-06 {
  background-image: linear-gradient(#2d797db3, #2d797db3), url('../images/banner-06.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.home-slide-img.home-banner-img-07 {
  background-image: linear-gradient(#2d797db3, #2d797db3), url('../images/banner-07.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.home-banner-b {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-banner-top-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.home-banner-main-b {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: space-between;
  padding-right: 160px;
  display: flex;
}

.home-banner-txt-b {
  border-left: 4px solid var(--green);
  padding-left: 20px;
}

.home-banner-btn-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-btn {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  font-weight: 900;
  display: flex;
}

.link-btn.green {
  background-color: var(--green);
  transition: all .6s;
}

.link-btn.green:hover {
  box-shadow: 0 0 10px 4px #2ac442cc;
}

.link-btn.half-white {
  border: 1px solid var(--white);
  background-color: #ffffff1a;
  transition: all .6s;
}

.link-btn.half-white:hover {
  box-shadow: 0 0 18px -2px #fffc;
}

.link-btn.white {
  background-color: var(--white);
  color: #0d5225;
  transition: all .6s;
}

.link-btn.white:hover {
  background-color: var(--green);
  color: var(--white);
}

.home-img-txt-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-col {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.home-col.img {
  border-left: 20px solid var(--green);
}

.home-col.img.home-about {
  background-image: url('../images/home-img-012x.jpg');
  background-position: 50%;
  background-size: cover;
  box-shadow: -8px 19px 30px #00000040;
}

.home-col.txt, .home-txt-top-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.home-txt-top-b.home-product {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.home-txt-icon-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-b {
  display: flex;
}

.txt-green {
  color: var(--green);
}

.home-about-icon-b {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}

.home-bg-txt {
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 200px;
  font-weight: 900;
}

.relative {
  position: relative;
}

.white-top-bar {
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.white-bottom-bar {
  display: none;
  position: absolute;
  inset: auto 0% -1%;
}

.slide-btn-left {
  justify-content: flex-start;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  inset: 0% auto 0% 60px;
}

.slide-btn-left:hover {
  opacity: .6;
}

.icon-pre {
  width: 60px;
  height: 60px;
}

.slide-btn-right {
  z-index: 4;
  justify-content: flex-end;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  inset: 0% 60px 0% auto;
}

.slide-btn-right:hover {
  opacity: .6;
}

.product-slider {
  z-index: 0;
  aspect-ratio: 1;
  background-color: var(--white);
  min-width: 450px;
  min-height: 450px;
  position: static;
}

.product-img {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.home-product-mask {
  z-index: 0;
  aspect-ratio: auto;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  overflow: visible;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.product-txt-b {
  text-align: center;
}

.contect-b {
  background-image: url('../images/contact-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}

.contact-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-col {
  width: 50%;
  padding-right: 0;
}

.contact-col.contact-btn {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.txt-white {
  color: var(--white);
}

.txt-white.footer {
  transition: all .6s;
}

.txt-white.footer:hover {
  color: var(--green);
}

.footer-b {
  background-image: url('../images/footer-bg2x.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  margin-top: -140px;
  padding: 200px 60px 20px;
  display: flex;
}

.footer-b.contact {
  margin-top: 0;
  padding-top: 100px;
}

.footer-b.about-us {
  margin-top: -70px;
  padding-top: 100px;
}

.footer-main-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.footer-top-row {
  display: flex;
}

.footer-bottom-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-top-col {
  width: 50%;
  padding-right: 0;
}

.footer-top-col.l {
  width: 40%;
}

.footer-top-col.r {
  width: 60%;
}

.footer-bottom-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo-info-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-media-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.media-icon-b {
  width: 24px;
  height: 24px;
  transition: opacity .6s;
}

.media-icon-b:hover {
  opacity: .8;
}

.footer-menu-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 900;
  display: flex;
}

.hero-slider-nav {
  inset: auto 4% 12% auto;
}

.header-link {
  color: var(--white);
}

.header-link.dropdown {
  padding: 0;
}

.header-link.black {
  color: var(--black);
  transition: all .6s;
}

.header-link.black:hover {
  color: var(--green);
}

.home-banner-btn-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.home-banner-pg-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-weight: 900;
  display: flex;
  position: static;
}

.dropdown-link {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  display: flex;
}

.dropdown-link.hide {
  position: static;
}

.dropdown-link.tab {
  display: none;
}

.dropdown-list {
  padding-top: 120px;
  inset: 0% auto auto 0%;
}

.dropdown-list.w--open {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 98px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: inline-flex;
  position: absolute;
  inset: 0% 0 auto;
}

.header-product-manu-b {
  flex-flow: row;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.header-product-menu {
  width: 100%;
  display: flex;
}

.header-product-menu-col {
  flex-flow: column;
  width: 30%;
  padding-right: 20px;
  display: flex;
}

.header-product-content {
  width: 70%;
}

.header-product-link {
  border-bottom: 1px solid var(--light-gray);
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 0;
  font-weight: 600;
}

.header-product-link.w--current {
  background-color: var(--green);
  color: var(--white);
}

.header-product-tab {
  margin-left: -10px;
  margin-right: -10px;
}

.header-product-row {
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.header-product-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--white);
  width: 33.33%;
  color: var(--black);
  flex-flow: column;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s;
  display: flex;
}

.header-product-b:hover {
  border-bottom: 1px solid var(--green);
  color: var(--green);
}

.header-product-name {
  padding: 10px;
  transition: all .3s;
}

.padding-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-privacy-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.main-title-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.main-title-b.center {
  justify-content: space-between;
  align-items: center;
}

.padding-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.padding-40.product {
  display: none;
}

.capabilities-main-row {
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-right: 0;
  display: flex;
}

.capabilities-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.cap-content-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green);
  height: 100%;
  color: var(--white);
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.cap-line {
  background-color: var(--white);
  width: 30px;
  height: 1px;
}

.about-main-b {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  display: flex;
}

.about-col {
  width: 50%;
}

.about-col.l {
  width: 40%;
  position: relative;
}

.about-col.l.about-img-01 {
  background-image: url('../images/about-img-012x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: -10px 9px 17.6px #00000040;
}

.about-img-02 {
  border-left: 20px solid var(--green);
  width: 70%;
  position: absolute;
  inset: auto -15% 25% auto;
}

.about-map-main-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.contact-location-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.green-line {
  background-color: var(--green);
  width: 50px;
  height: 2px;
}

.loactin-main-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--light-gray);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-info-row {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.contact-info-b {
  color: var(--black);
}

.contact-name {
  text-transform: uppercase;
  font-weight: 900;
}

.contact-link {
  color: var(--black);
  transition: color .3s;
}

.contact-link:hover {
  color: var(--green);
}

.location-name-b {
  width: 30%;
}

.contact-form, .from {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-name-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-field {
  margin-bottom: 0;
}

.name-b {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.radio-btn {
  margin-bottom: 10px;
}

.radio-btn-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.contact-from-txt {
  color: var(--black);
  text-transform: uppercase;
}

.contact-from-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.contact-50-row {
  width: 50%;
}

.contact-from-btn {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.select-field {
  background-color: var(--white);
  margin-bottom: 0;
}

.contact-100-row {
  width: 100%;
}

.textarea {
  min-height: 300px;
}

.success-message {
  background-color: var(--green);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}

.error-message {
  color: var(--white);
  text-transform: uppercase;
  background-color: #bd1717;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product-search-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.product-50-col {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.search {
  margin-bottom: 0;
}

.product-link-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  color: var(--gray);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 900;
  display: flex;
}

.product-link-b.w--current {
  background-color: var(--green);
  color: var(--white);
}

.product-fliter-b {
  flex-flow: column;
  display: flex;
}

.product-compare-btn-link-b {
  border: 1px solid var(--light-gray);
  color: var(--gray);
}

.product-compare-btn-link-b.product-info {
  width: 50%;
  color: var(--gray);
  transition: all .6s;
}

.product-compare-btn-link-b.product-info:hover {
  border-color: var(--green);
  color: var(--green);
}

.product-compare-btn {
  padding: 20px;
}

.product-compare-btn.active {
  background-color: var(--green);
  color: var(--white);
}

.product-compare-btn-b {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.product-compare-btn-b.product-info {
  font-size: 12px;
}

.product-detail-btn-link-b {
  background-color: var(--green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-detail-btn-link-b.product-info {
  width: 50%;
  transition: all .6s;
}

.product-detail-btn-link-b.product-info:hover {
  box-shadow: 0 0 6px #087c1acc;
}

.product-detail-btn-link-b.no-active {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  color: var(--gray);
  transition: all .3s;
}

.product-detail-btn-link-b.no-active:hover {
  background-color: var(--green);
  color: var(--white);
}

.product-detail-btn {
  padding: 20px;
}

.product-detail-btn-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.product-detail-btn-b.product-info {
  font-size: 12px;
}

.product-tab-b {
  display: flex;
}

.tab-menu-list-b {
  flex-flow: column;
  width: 30%;
  padding-right: 40px;
  display: flex;
}

.tab-prduct-list-b {
  width: 70%;
  display: flex;
}

.product-tab-pane {
  width: 100%;
}

.product-list-main-b {
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.product-col-b {
  flex-flow: column;
  width: 50%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.product-img-b {
  background-image: linear-gradient(0deg, #0003, #fff3 25%);
  padding-top: 0%;
}

.product-img-b.ct-01 {
  background-image: linear-gradient(0deg, #0003, #fff3 25%);
}

.product-img-b.ct-02 {
  background-image: url('../images/ct-022x.png'), linear-gradient(0deg, #0003, #fff3 25%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.product-img-b.ct-03 {
  background-image: url('../images/ct-032x.png'), linear-gradient(0deg, #0003, #fff3 25%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.product-img-b.ct-04 {
  background-image: url('../images/ct-042x.png'), linear-gradient(0deg, #0003, #fff3 25%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.product-img-b.ct-05 {
  background-image: url('../images/ct-052x.png'), linear-gradient(0deg, #0003, #fff3 25%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.product-img-b.ct-06 {
  background-image: url('../images/ct-062x.png'), linear-gradient(0deg, #0003, #fff3 25%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.product-img-b.ct-07 {
  background-image: url('../images/ct-072x.png'), linear-gradient(0deg, #0003, #fff3 25%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.product-img-b.ct-08 {
  background-image: url('../images/ct-082x.png'), linear-gradient(0deg, #0003, #fff3 25%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.product-info-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--light-gray);
  color: var(--black);
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.txt-12-tag {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}

.product-detail-b {
  font-size: 14px;
  font-weight: 700;
}

.product-detail {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-btn-link-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  color: var(--gray);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-weight: 900;
  display: flex;
}

.product-btn-link-b.w--current {
  background-color: var(--green);
  color: var(--white);
}

.product-info-btn-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.product-info-btn {
  padding: 10px;
}

.product-list-dropdown-b {
  display: none;
}

.product-comparison-b {
  padding-right: 0;
}

.products-comparison-row {
  display: flex;
}

.product-detail-page-link-b {
  color: var(--gray);
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
}

.product-detail-page-link {
  color: var(--gray);
  transition: color .3s;
}

.product-detail-page-link:hover {
  color: var(--green);
}

.product-detail-main-b {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.product-detail-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.product-detail-col.l {
  flex-flow: column;
}

.product-title-name-b {
  color: var(--black);
  font-size: 42px;
  font-weight: 900;
  line-height: 120%;
}

.product-detail-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--black);
  flex-flow: column;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.sub-title-b {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
}

.product-detail-slider {
  background-color: #ddd0;
  height: auto;
}

.product-detail-img-b {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  inset: auto auto 0% 0%;
}

.liquid-type-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.liquid-type-img-b {
  width: 80px;
  min-width: 80px;
}

.download-datasheet-link-b {
  background-color: var(--green);
  color: var(--white);
  transition: all .6s;
}

.download-datasheet-link-b:hover {
  box-shadow: 0 0 10px 0 var(--green);
}

.contact-link-b {
  border: 1px solid var(--green);
  color: var(--green);
  padding: 20px;
  transition: all .6s;
}

.contact-link-b:hover {
  box-shadow: 0 0 10px #087c1acc;
}

.download-datasheet-b {
  border: 1px solid var(--green);
  padding: 20px;
}

.center {
  text-align: center;
}

.product-data-row {
  border-bottom: 1px solid var(--light-gray);
  display: flex;
}

.product-data-row.item {
  border-bottom-color: #0abe4933;
}

.product-data-title-b {
  width: 20%;
  color: var(--black);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-weight: 700;
  display: flex;
}

.product-data-title-b.item {
  background-color: var(--green);
  color: var(--white);
}

.product-data-detail-row {
  width: 80%;
  color: var(--black);
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.product-data-detail-row.comparison {
  flex-flow: row;
}

.spec-download-link-b {
  background-color: var(--green);
  color: var(--white);
  text-transform: uppercase;
  margin-right: 40px;
  font-weight: 700;
  transition: all .6s;
}

.spec-download-link-b:hover {
  box-shadow: 0 0 6px #087c1acc;
}

.spec-download-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.download-icon-b {
  width: 20px;
  height: 20px;
}

.global-presence-row {
  color: var(--green);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-weight: 900;
  display: flex;
}

.global-presence-map-hand {
  width: 60px;
  margin-bottom: -7px;
  transition: opacity .5s;
}

.global-presence-map-hand.hk {
  width: 180px;
}

.global-presence-content-box {
  color: #fff;
  background-color: #f28033;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 300px;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -100%);
}

.global-presence-map-item {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -100%);
}

.global-presence-map-item:hover {
  z-index: 10;
}

.global-presence-map-item.v-hk-headoffice {
  margin-top: -2.5%;
  margin-left: 37.5%;
}

.global-presence-map-item.v-us-france {
  margin-top: -9%;
  margin-left: -2%;
}

.global-presence-map-item.v-australia {
  margin-top: 12.5%;
  margin-left: 41%;
}

.global-presence-map-item.v-us-india {
  margin-top: 3%;
  margin-left: 24%;
}

.global-presence-map-item.v-us-ireland {
  margin-top: -12%;
  margin-left: 1%;
}

.global-presence-map-item.v-us-middleeast {
  margin-top: -1%;
  margin-left: 17%;
}

.global-presence-map-item.v-spain {
  margin-top: -5%;
  margin-left: -3%;
}

.global-presence-map-item.v-us-uk {
  margin-top: -16%;
  margin-left: 3.5%;
}

.global-presence-map-item.v-us-africa {
  margin-top: 6%;
  margin-left: 8%;
}

.global-presence-map-item.v-us-southamerica {
  margin-top: 10%;
  margin-left: -21%;
}

.global-presence-map-item.v-northamerica {
  margin-top: -6%;
  margin-left: -32%;
}

.global-presence-map-item.v-canda {
  margin-top: -12.5%;
  margin-left: -39%;
}

.img-full {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.img-full.op-25 {
  opacity: .25;
}

.global-presence-content-title {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}

.global-presence-map-scroll {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: auto;
}

.global-presence-map-img-2 {
  opacity: .95;
  position: relative;
}

.global-presence-content-b {
  opacity: 0;
  padding-bottom: 5px;
  transition: opacity .5s;
  display: none;
}

.global-presence-map-b {
  min-width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.global-present-content-item {
  background-image: url('../images/menu-white-dot-hover2x_1menu-white-dot-hover@2x.png');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 5px;
  margin-bottom: 2px;
  padding-left: 15px;
}

.about-us-link-row {
  display: flex;
}

.about-us-link-col {
  width: 50%;
  padding: 40px;
  position: relative;
}

.about-us-link-col.l {
  background-image: url('../images/about-warranty2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .8s;
}

.about-us-link-col.r {
  background-image: url('../images/about-approvals2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-link-icon-row {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-icon-b {
  width: 60px;
  height: 60px;
}

.about-green-b {
  background-image: url('../images/contact-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.comparison-padding-33 {
  width: 33.33%;
}

.home-product-link-b {
  color: var(--gray);
  transition: opacity .5s;
}

.home-product-link-b:hover {
  opacity: .8;
}

.b {
  display: flex;
}

.contact-from-submit-btn {
  background-color: var(--green);
  padding: 20px;
  font-weight: 900;
  transition: all .6s;
}

.contact-from-submit-btn:hover {
  box-shadow: 0 0 10px #087c1acc;
}

.form-b-02 {
  width: 100%;
  margin-bottom: 0;
}

.form-select-field {
  color: #585858;
  background-color: #fff;
  background-image: url('../images/select-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
  display: block;
}

.search-input {
  margin-bottom: 0;
}

.menu-product-img {
  aspect-ratio: 1;
  object-fit: contain;
}

.cap-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.home-slider-image {
  aspect-ratio: 1;
  object-fit: contain;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1280px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header-product-b {
    width: 25%;
  }

  .contact-name-row, .contact-from-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .tab-menu-list-b {
    width: 20%;
    padding-right: 40px;
  }

  .tab-prduct-list-b {
    width: 80%;
  }

  .product-tab-pane {
    width: 100%;
    padding-right: 0;
  }

  .product-list-main-b {
    flex-flow: wrap;
    display: flex;
  }

  .product-col-b {
    width: 33.33%;
  }

  .product-info-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 10px;
    display: flex;
  }

  .product-name-b {
    flex-flow: column;
    display: flex;
  }

  .txt-12-tag {
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
  }

  .product-data-row {
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .home-banner-main-b {
    padding-right: 200px;
  }

  .hero-slider-nav {
    bottom: 12%;
  }

  .header-product-b {
    width: 20%;
  }

  .product-img-b {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .global-presence-map-img-2 {
    opacity: .95;
  }
}

@media screen and (min-width: 1920px) {
  .product-col-b {
    width: 20%;
  }

  .product-img-b {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .menu-product-img.comp {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 56px;
    line-height: 60px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.menu {
    position: relative;
  }

  .header-menu {
    background-color: var(--white);
    margin-top: 0;
    position: absolute;
    overflow: hidden;
  }

  .header-menu.home {
    height: auto;
    max-height: 50vh;
  }

  .header-menu.popup-scroll {
    max-height: none;
    overflow: hidden;
  }

  .header-link-b {
    color: var(--black);
    justify-content: flex-start;
    align-items: center;
    padding: 20px 40px;
  }

  .header-contact-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-menu-link-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    overflow: visible;
  }

  .header-menu-link-row.home {
    justify-content: flex-start;
    align-items: stretch;
  }

  .header-menu-link-row.popup-scroll {
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 200px;
    overflow: auto;
  }

  .header-contact-b {
    display: flex;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: #c8c8c800;
  }

  .menu-icon {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .line {
    background-color: var(--green);
    width: 30px;
    height: 2px;
  }

  .section {
    padding-top: 50px;
  }

  .section.home-banner {
    height: 650px;
  }

  .section.top {
    padding-top: 180px;
  }

  .home-banner-top-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-banner-main-b {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-banner-btn-b {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-btn {
    font-size: 14px;
  }

  .contact-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-col.contact-txt {
    width: 100%;
  }

  .contact-col.contact-btn {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-bottom-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-menu-row {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-slider-nav {
    inset: auto auto 0% 40px;
  }

  .header-link {
    color: var(--black);
  }

  .header-link.dropdown {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-link.dropdown.w--open {
    border-bottom: 1px solid var(--green);
    width: 100%;
    display: inline-flex;
  }

  .home-banner-btn-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .dropdown-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-flex;
  }

  .dropdown-link.hide {
    display: none;
  }

  .dropdown-link.tab {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .dropdown-list.w--open {
    flex-flow: row;
    margin-top: 0;
    display: block;
    position: static;
  }

  .dropdown-scroll.w--open {
    background-color: var(--white);
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    inset: 0% 0% auto;
  }

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

  .tab-link {
    border-bottom: 1px solid var(--light-gray);
    padding: 20px 0;
  }

  .tab-link.w--current {
    color: var(--black);
  }

  .padding-40.product {
    display: flex;
  }

  .capabilities-col {
    width: 50%;
  }

  .about-main-b {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
  }

  .about-col.l {
    width: 100%;
  }

  .about-col.l.about-img-01 {
    padding-top: 75%;
  }

  .about-col.r {
    width: 100%;
    padding-top: 40px;
  }

  .about-img-02 {
    width: 40%;
    right: -3%;
  }

  .loactin-main-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-info-row, .location-name-b {
    width: 100%;
  }

  .product-search-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-fliter-b {
    position: sticky;
  }

  .product-compare-btn-link-b.product-info:active {
    border-color: var(--green);
  }

  .product-tab-b {
    display: none;
  }

  .product-detail-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .product-detail {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .product-list-dropdown-b {
    border: 1px solid var(--light-gray);
    background-color: var(--white);
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: sticky;
    top: 120px;
  }

  .product-list-dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    display: flex;
  }

  .product-list-nav.w--open {
    background-color: var(--white);
    height: 300px;
    overflow: auto;
  }

  .product-type-link-b {
    color: var(--black);
    text-transform: capitalize;
    padding: 20px;
    font-weight: 700;
    transition: all .3s;
  }

  .product-type-link-b:hover {
    background-color: var(--green);
    color: var(--white);
  }

  .product-comparison-b {
    overflow: auto;
  }

  .product-data-main-b {
    min-width: 1000px;
    max-width: 1440px;
  }

  .product-data-main-b.detail {
    min-width: auto;
    max-width: none;
  }

  .global-presence-map-scroll {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .global-presence-map-b {
    min-width: 1440px;
  }

  .b {
    flex-flow: column;
  }

  .home-slider-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
    line-height: 60px;
  }

  h2 {
    font-size: 48px;
  }

  h6 {
    letter-spacing: 4px;
  }

  .container, .header-link-b {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.home-banner {
    height: auto;
  }

  .section.footer {
    padding-top: 50px;
  }

  .section.top {
    padding-top: 160px;
  }

  .home-banner-slider {
    aspect-ratio: 1;
    background-color: #ddd0;
  }

  .home-banner-b {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 200px;
    padding-bottom: 50px;
  }

  .home-banner-main-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .home-banner-btn-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-img-txt-row {
    flex-flow: column;
  }

  .home-col.img.home-about {
    width: 100%;
    padding-top: 75%;
  }

  .home-col.txt {
    width: 100%;
  }

  .white-bottom-bar {
    bottom: 15.5%;
  }

  .slide-btn-left {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .slide-btn-right {
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .product-slider {
    min-width: 100px;
    min-height: auto;
  }

  .product-img {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .contact-col.contact-btn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .footer-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-bottom-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer-top-col.l {
    width: 100%;
  }

  .footer-top-col.r {
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .footer-bottom-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-logo-info-b {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .footer-menu-row {
    grid-column-gap: 40px;
    grid-row-gap: 39px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-slider-nav {
    inset: auto auto 5.5% 20px;
  }

  .header-link.dropdown {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-banner-btn-row {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .main-title-b.center {
    text-align: center;
  }

  .about-img-02 {
    inset: auto auto 19% -2%;
  }

  .contact-info-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .from {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-name-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .name-b {
    width: 100%;
  }

  .contact-from-row {
    flex-flow: column;
  }

  .contact-50-row {
    width: 100%;
  }

  .product-search-b {
    flex-flow: column;
  }

  .product-50-col {
    width: 100%;
  }

  .product-detail-btn-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .product-col-b {
    width: 100%;
  }

  .product-detail-main-b {
    flex-flow: column;
  }

  .product-detail-col.l, .product-detail-col.r {
    width: 100%;
  }

  .product-detail-slider {
    padding-bottom: 40px;
  }

  .product-detail-mask {
    overflow: visible;
  }

  .slide-nav {
    inset: auto 0% 0%;
  }

  .product-data-main-b {
    min-width: 1000px;
  }

  .product-data-title-b {
    width: 15%;
  }

  .product-data-title-b.detail {
    width: 40%;
  }

  .global-presence-map-item.v-us-uk {
    margin-top: -15%;
  }

  .global-presence-map-b {
    min-width: 1000px;
  }

  .about-us-link-row {
    flex-flow: column;
  }

  .about-us-link-col {
    width: 100%;
  }

  .form-select-field {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-slider-image {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 52px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 20px;
  }

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

  .home-banner-slider {
    aspect-ratio: 2 / 3;
  }

  .home-banner-b {
    padding-top: 160px;
  }

  .home-banner-main-b {
    padding-right: 0;
  }

  .link-btn {
    font-size: 14px;
  }

  .white-top-bar {
    top: -1%;
  }

  .slide-btn-left {
    left: 0;
  }

  .slide-btn-right {
    right: 0;
  }

  .product-slider {
    min-width: 300px;
    min-height: auto;
  }

  .contact-col.contact-btn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .hero-slider-nav {
    inset: auto 0% 0%;
  }

  .home-banner-btn-row {
    flex-flow: column;
  }

  .capabilities-col {
    width: 100%;
  }
}


