main.gas-page{font-family:Inter,"Segoe UI","Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:normal;font-weight:400;letter-spacing:normal;}
:where(main.gas-page) .download-modal[hidden]:where(:not(.site-contact,.site-contact *)){
  display: none;
}
:where(main.gas-page) .download-modal:where(:not(.site-contact,.site-contact *)){
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
:where(main.gas-page) .download-modal__backdrop:where(:not(.site-contact,.site-contact *)){
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
}
:where(main.gas-page) .download-modal__panel:where(:not(.site-contact,.site-contact *)){
  position: relative;
  width: min(760px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  overflow: auto;
  background: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
}
:where(main.gas-page) .download-modal__close:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}
:where(main.gas-page) .download-modal .contact-section:where(:not(.site-contact,.site-contact *)){
  padding: 44px 0;
  background: transparent;
}
:where(main.gas-page) .download-modal .contact-inner:where(:not(.site-contact,.site-contact *)){
  width: min(620px, 90%);
  margin: 0 auto;
  transform: none;
}
:where(main.gas-page) .download-modal .contact-grid:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
:where(main.gas-page) .download-modal .contact-form:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  max-width: none;
}
@media (max-width: 640px){:where(main.gas-page) .download-modal:where(:not(.site-contact,.site-contact *)){
    padding: 10px 0 calc(88px + env(safe-area-inset-bottom));
  }
:where(main.gas-page) .download-modal__panel:where(:not(.site-contact,.site-contact *)){
    width: calc(100% - 20px);
    max-height: none;
    margin: 10px auto;
    overflow: visible;
  }
:where(main.gas-page) .download-modal .contact-section:where(:not(.site-contact,.site-contact *)){
    padding: 32px 0 calc(40px + env(safe-area-inset-bottom));
  }
:where(main.gas-page) .download-modal .contact-title:where(:not(.site-contact,.site-contact *)){
    padding-right: 44px;
  }

}
:where(main.gas-page) .site-header:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .site-header *:where(:not(.site-contact,.site-contact *)){
  box-sizing: border-box;
}
:where(main.gas-page) .geo-visually-hidden:where(:not(.site-contact,.site-contact *)){
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
:where(main.gas-page) .site-header:where(:not(.site-contact,.site-contact *)){
  position: sticky;
  top: 0;
  z-index: 2000;
  background: #fff;
  border-bottom: 1px solid #e7edf5;
  box-shadow: 0 6px 18px rgba(16, 55, 103, .05);
}
:where(main.gas-page) .header-topbar:where(:not(.site-contact,.site-contact *)){
  background: #fff;
  border-bottom: 1px solid #e6edf6;
}
:where(main.gas-page) .header-topbar-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1360px, 96vw);
  min-height: 34px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
:where(main.gas-page) .utility-nav:where(:not(.site-contact,.site-contact *)){
  display: flex;
  align-items: center;
  gap: 34px;
}
:where(main.gas-page) .utility-nav a:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .utility-lang-btn:where(:not(.site-contact,.site-contact *)){
  color: #45627f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
:where(main.gas-page) .utility-nav a:hover:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .utility-lang-btn:hover:where(:not(.site-contact,.site-contact *)){
  color: #1e88ff;
}
:where(main.gas-page) .header-mainbar:where(:not(.site-contact,.site-contact *)){
  background: #fff;
}
:where(main.gas-page) .header-container:where(:not(.site-contact,.site-contact *)){
  width: min(1360px, 96vw);
  margin: 0 auto;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2vw, 34px);
  overflow: visible;
  position: relative; 
}
:where(main.gas-page) .logo:where(:not(.site-contact,.site-contact *)){
  flex: 0 0 150px;
  min-width: 0;
}
:where(main.gas-page) .logo img:where(:not(.site-contact,.site-contact *)){
  width: 150px;
  height: auto;
  display: block;
}
:where(main.gas-page) .main-nav:where(:not(.site-contact,.site-contact *)){
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 3vw, 56px);
  min-width: 0;
  overflow: visible;
  position: static; 
}
:where(main.gas-page) .main-nav > a:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .nav-item > a:where(:not(.site-contact,.site-contact *)){
  font-size: 18px;
  color: #23405f;
  line-height: 86px;
  display: inline-block;
  padding: 0 2px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 600;
}
:where(main.gas-page) .nav-item.has-dropdown:where(:not(.site-contact,.site-contact *)){
  position: relative;
}
:where(main.gas-page) .nav-item.has-dropdown > a:where(:not(.site-contact,.site-contact *)){
  cursor: pointer;
}
:where(main.gas-page) .nav-item.has-dropdown > a:where(:not(.site-contact,.site-contact *))::after{
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 9px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}
:where(main.gas-page) .main-nav > a:hover:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .nav-item > a:hover:where(:not(.site-contact,.site-contact *)){
  color: #1e88ff;
}
:where(main.gas-page) .main-nav > .nav-item.has-dropdown:first-child:where(:not(.site-contact,.site-contact *)){
  position: static;
}
:where(main.gas-page) .dropdown-menu:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 260px;
  width: max-content;
  max-width: min(92vw, 340px);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .2s ease;
  z-index: 1200;
}
:where(main.gas-page) .dropdown-menu a:where(:not(.site-contact,.site-contact *)){
  display: block;
  padding: 16px 24px;
  font-size: 18px;
  color: #444;
  line-height: 1.45;
  white-space: normal;
  word-break: break-word;
  text-decoration: none;
}
:where(main.gas-page) .dropdown-menu a:hover:where(:not(.site-contact,.site-contact *)){
  background: #f7f7f7;
}
:where(main.gas-page) .applications-menu:where(:not(.site-contact,.site-contact *)){
  position: fixed;
  top: 120px;
  left: 0;
  transform: none;
  width: 100vw;
  min-width: 0;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(5, max-content);
  justify-content: space-between;
  align-items: start;
  column-gap: clamp(56px, 4vw, 88px);
  row-gap: 28px;
  padding: 28px max(28px, calc((100vw - 1620px) / 2 + 28px)) 36px;
}
:where(main.gas-page) .application-menu-group:where(:not(.site-contact,.site-contact *)){
  min-width: max-content;
}
:where(main.gas-page) .application-menu-title:where(:not(.site-contact,.site-contact *)){
  min-height: 28px;
  display: flex;
  align-items: flex-start;
  color: #1e88ff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
  white-space: nowrap;
}
:where(main.gas-page) .application-menu-image:where(:not(.site-contact,.site-contact *)){
  display: block;
  width: 250px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 0 0 12px;
}
:where(main.gas-page) .applications-menu a:where(:not(.site-contact,.site-contact *)){
  padding: 0;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.45;
  color: #555;
  white-space: nowrap;
}
:where(main.gas-page) .applications-menu a:hover:where(:not(.site-contact,.site-contact *)){
  background: transparent;
  color: #1e88ff;
}
:where(main.gas-page) .nav-item.has-dropdown:hover .dropdown-menu:where(:not(.site-contact,.site-contact *)){
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
:where(main.gas-page) .company-nav:where(:not(.site-contact,.site-contact *)){
  position: relative;
}
:where(main.gas-page) .company-trigger:where(:not(.site-contact,.site-contact *)){
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
:where(main.gas-page) .company-trigger:where(:not(.site-contact,.site-contact *))::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}
:where(main.gas-page) .company-menu:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  top: 0;
  left: 100%;
  width: 250px;
  padding: 12px 0;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1201;
}
:where(main.gas-page) .resources-nav:focus-within > .dropdown-menu:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .company-nav:hover > .company-menu:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .company-nav:focus-within > .company-menu:where(:not(.site-contact,.site-contact *)){
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
:where(main.gas-page) .company-menu-label:where(:not(.site-contact,.site-contact *)){
  padding: 10px 22px 4px;
  color: #647084;
  font-size: 12px;
  font-weight: 600;
}
:where(main.gas-page) .company-menu-label:not(:first-child):where(:not(.site-contact,.site-contact *)){
  margin-top: 8px;
  border-top: 1px solid #e6ebf2;
}
:where(main.gas-page) .company-nav:focus-within .company-menu:where(:not(.site-contact,.site-contact *)){
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
:where(main.gas-page) .mega-menu:where(:not(.site-contact,.site-contact *)){
  position: fixed;
  top: 120px;
  left: 0;
  transform: none;
  width: 100vw;
  max-width: none;
  background: #f3f3f3;
  box-shadow: 0 18px 36px rgba(16, 55, 103, .08);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .2s ease;
  z-index: 1300;
  overflow: visible;
}
:where(main.gas-page) .has-dropdown:hover .mega-menu:where(:not(.site-contact,.site-contact *)){
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *)){
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 390px) minmax(520px, 620px);
  gap: 40px;
  width: min(1260px, calc(100% - 64px));
  min-height: 620px;
  margin: 0 auto;
  padding: 34px 0 36px;
  background: transparent;
  transition: none;
  box-sizing: border-box;
}
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *))::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 410px;
  width: 1px;
  background: rgba(35, 64, 95, .34);
}
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *))::after{
  display: none;
}
:where(main.gas-page) .mega-tabs.is-thermostat-active:where(:not(.site-contact,.site-contact *)){
  min-height: 620px;
}
:where(main.gas-page) .mega-category:where(:not(.site-contact,.site-contact *)){
  grid-column: 1;
  min-width: 0;
  display: block;
}
:where(main.gas-page) .mega-category-link:where(:not(.site-contact,.site-contact *)){
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
  border-radius: 0;
  color: #23405f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
:where(main.gas-page) .mega-category-link:where(:not(.site-contact,.site-contact *))::after{
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: 100%;
  width: 40px;
}
:where(main.gas-page) .mega-category-icon:where(:not(.site-contact,.site-contact *)){
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  object-fit: contain;
}
:where(main.gas-page) .mega-category:hover .mega-category-link:where(:not(.site-contact,.site-contact *)){
  background: transparent;
  color: #1e88ff;
  border-bottom-color: rgba(35, 64, 95, .34);
}
:where(main.gas-page) .mega-category:hover .mega-category-link:where(:not(.site-contact,.site-contact *)){
  box-shadow: none;
}
:where(main.gas-page) .mega-panel:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  left: 430px;
  right: 0;
  top: 34px;
  z-index: 1;
  display: none;
  grid-template-columns: 1fr;
  gap: 10px;
  width: min(560px, calc(100% - 430px));
  padding: 0;
  background: transparent;
}
:where(main.gas-page) .mega-category:hover .mega-panel:where(:not(.site-contact,.site-contact *)){
  display: grid;
}
:where(main.gas-page) .mega-category.is-active .mega-panel:where(:not(.site-contact,.site-contact *)){
  display: grid;
}
:where(main.gas-page) .mega-category:first-child .mega-panel:where(:not(.site-contact,.site-contact *)){
  display: grid;
}
:where(main.gas-page) .mega-tabs:has(.mega-category.is-active) .mega-category:first-child:not(.is-active) .mega-panel:where(:not(.site-contact,.site-contact *)){
  display: none;
}
:where(main.gas-page) .mega-tabs:has(.mega-category:hover) .mega-category:first-child:not(:hover) .mega-panel:where(:not(.site-contact,.site-contact *)){
  display: none;
}
:where(main.gas-page) .mega-category:hover .mega-panel:where(:not(.site-contact,.site-contact *)){
  z-index: 2;
}
:where(main.gas-page) .mega-category.is-active .mega-panel:where(:not(.site-contact,.site-contact *)){
  z-index: 2;
}
:where(main.gas-page) .mega-title:where(:not(.site-contact,.site-contact *)){
  font-size: 30px;
  font-weight: 600;
  color: #1e88ff;
  margin: 0 0 12px;
  line-height: 1.2;
  word-break: break-word;
}
:where(main.gas-page) .mega-panel .mega-title:where(:not(.site-contact,.site-contact *)){
  grid-column: 1 / -1;
  margin-bottom: 2px;
}
:where(main.gas-page) .mega-title-gap:where(:not(.site-contact,.site-contact *)){
  margin-top: 18px;
}
:where(main.gas-page) .mega-panel a:where(:not(.site-contact,.site-contact *)){
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 48px 0 16px;
  background: #fff;
  font-size: 18px;
  color: #23405f;
  line-height: 1.35;
  margin-bottom: 0;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
:where(main.gas-page) .mega-panel a:where(:not(.site-contact,.site-contact *))::after{
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: currentColor;
  font-size: 24px;
  line-height: 1;
}
:where(main.gas-page) .mega-panel a:hover:where(:not(.site-contact,.site-contact *)){
  color: #1e88ff;
  background: #fff;
}
:where(main.gas-page) .mega-panel .mega-nested-trigger:where(:not(.site-contact,.site-contact *)){
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0 48px 0 16px;
  border: 0;
  background: #fff;
  color: #23405f;
  font: inherit;
  font-size: 18px;
  line-height: 1.35;
  text-align: left;
  cursor: default;
  box-sizing: border-box;
}
:where(main.gas-page) .mega-panel .mega-nested-trigger:where(:not(.site-contact,.site-contact *))::after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 16px;
  color: currentColor;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}
:where(main.gas-page) .mega-panel .mega-nested-trigger:hover:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .mega-panel .mega-nested-trigger:focus-visible:where(:not(.site-contact,.site-contact *)){
  color: #1e88ff;
  outline: none;
}
:where(main.gas-page) .mega-nested-item:where(:not(.site-contact,.site-contact *)){
  position: relative;
}
:where(main.gas-page) .mega-nested:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  top: 0;
  left: calc(100% + 18px);
  min-width: 380px;
  display: none;
  grid-template-columns: 1fr;
  gap: 8px;
  z-index: 4;
}
:where(main.gas-page) .mega-nested-item + .mega-nested-item .mega-nested:where(:not(.site-contact,.site-contact *)){
  top: calc(-100% - 10px);
}
:where(main.gas-page) .mega-nested-item:hover .mega-nested:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .mega-nested-item:focus-within .mega-nested:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .mega-nested-item.is-active .mega-nested:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .mega-nested-trigger:hover + .mega-nested:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .mega-nested:hover:where(:not(.site-contact,.site-contact *)){
  display: grid;
}
:where(main.gas-page) .mega-nested a:where(:not(.site-contact,.site-contact *)){
  min-height: 48px;
  white-space: nowrap;
  word-break: normal;
}
:where(main.gas-page) .site-header:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .header-container:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .main-nav:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .nav-item.has-dropdown:where(:not(.site-contact,.site-contact *)){
  overflow: visible;
}
:where(main.gas-page) .header-actions:where(:not(.site-contact,.site-contact *)){
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
:where(main.gas-page) .search-btn:where(:not(.site-contact,.site-contact *)){
  width: 44px;
  height: 54px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
:where(main.gas-page) .search-btn img:where(:not(.site-contact,.site-contact *)){
  width: 30px;
  height: 30px;
}
:where(main.gas-page) .lang-btn:where(:not(.site-contact,.site-contact *)){
  border: 0;
  color: #45627f;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
}
:where(main.gas-page) .icon-wrapper:where(:not(.site-contact,.site-contact *)){
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
:where(main.gas-page) .icon:where(:not(.site-contact,.site-contact *)){
  width: 22px;
  height: 22px;
  display: block;
}
:where(main.gas-page) .icon-white:where(:not(.site-contact,.site-contact *)){
  display: none;
}
:where(main.gas-page) .lang-btn:hover:where(:not(.site-contact,.site-contact *)){
  color: #1e88ff;
}
:where(main.gas-page) .lang-btn:hover .icon-blue:where(:not(.site-contact,.site-contact *)){
  display: none;
}
:where(main.gas-page) .lang-btn:hover .icon-white:where(:not(.site-contact,.site-contact *)){
  display: block;
}
:where(main.gas-page) .lang-btn-text:where(:not(.site-contact,.site-contact *)){
  font-size: 16px;
  line-height: 1;
}
:where(main.gas-page) .region-globe:where(:not(.site-contact,.site-contact *)){
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}
:where(main.gas-page) .utility-caret:where(:not(.site-contact,.site-contact *)){
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
}
:where(main.gas-page) .header-cta:where(:not(.site-contact,.site-contact *)){
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 8px;
  background: #1e88ff;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(30, 136, 255, .22);
}
:where(main.gas-page) .header-cta:hover:where(:not(.site-contact,.site-contact *)){
  background: #1677e6;
}
:where(main.gas-page) .menu-btn:where(:not(.site-contact,.site-contact *)){
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #1e88ff;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}
:where(main.gas-page) .menu-btn span:where(:not(.site-contact,.site-contact *)){
  display: block;
  width: 18px;
  height: 2.5px;
  background: #1e88ff;
  border-radius: 2px;
}
:where(main.gas-page) .mobile-menu-overlay:where(:not(.site-contact,.site-contact *)){
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 3000;
  display: none;
}
:where(main.gas-page) .mobile-menu-overlay.is-open:where(:not(.site-contact,.site-contact *)){
  display: block;
}
:where(main.gas-page) .mobile-menu-panel:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100%;
  background: #fff;
  box-shadow: -8px 0 30px rgba(0,0,0,.12);
  overflow-y: auto;
  padding: 20px 18px 28px;
}
:where(main.gas-page) .mobile-menu-top:where(:not(.site-contact,.site-contact *)){
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
:where(main.gas-page) .mobile-menu-close:where(:not(.site-contact,.site-contact *)){
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #333;
}
:where(main.gas-page) .mobile-nav:where(:not(.site-contact,.site-contact *)){
  display: flex;
  flex-direction: column;
}
:where(main.gas-page) .mobile-nav > a:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .mobile-nav summary:where(:not(.site-contact,.site-contact *)){
  display: block;
  padding: 15px 0;
  font-size: 18px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  list-style: none;
}
:where(main.gas-page) .mobile-nav details:where(:not(.site-contact,.site-contact *)){
  border-bottom: 1px solid #eee;
}
:where(main.gas-page) .mobile-nav details summary:where(:not(.site-contact,.site-contact *)){
  border-bottom: none;
}
:where(main.gas-page) .mobile-nav summary:where(:not(.site-contact,.site-contact *))::-webkit-details-marker{
  display: none;
}
:where(main.gas-page) .mobile-submenu:where(:not(.site-contact,.site-contact *)){
  padding: 0 0 10px 0;
}
:where(main.gas-page) .mobile-submenu-title:where(:not(.site-contact,.site-contact *)){
  padding: 14px 0 6px 14px;
  font-size: 16px;
  font-weight: 700;
  color: #1677ff;
}
:where(main.gas-page) .mobile-submenu a.mobile-submenu-section-link:where(:not(.site-contact,.site-contact *)){
  color: #1677ff;
  font-weight: 700;
}
:where(main.gas-page) .mobile-submenu a:where(:not(.site-contact,.site-contact *)){
  display: block;
  padding: 10px 0 10px 14px;
  font-size: 16px;
  color: #555;
  text-decoration: none;
}
:where(main.gas-page) .mobile-nested-menu:where(:not(.site-contact,.site-contact *)){
  border-bottom: 0 !important;
}
:where(main.gas-page) .mobile-nav .mobile-nested-menu > summary:where(:not(.site-contact,.site-contact *)){
  position: relative;
  padding: 10px 32px 10px 14px;
  color: #555;
  font-size: 16px;
}
:where(main.gas-page) .mobile-nav .mobile-nested-menu > summary:where(:not(.site-contact,.site-contact *))::after{
  content: "+";
  position: absolute;
  top: 50%;
  right: 8px;
  color: #1677ff;
  transform: translateY(-50%);
}
:where(main.gas-page) .mobile-nav .mobile-nested-menu[open] > summary:where(:not(.site-contact,.site-contact *))::after{
  content: "−";
}
:where(main.gas-page) .mobile-nested-submenu a:where(:not(.site-contact,.site-contact *)){
  padding-left: 28px;
}
:where(main.gas-page) .search-overlay:where(:not(.site-contact,.site-contact *)){
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 2600;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 110px;
}
:where(main.gas-page) .search-overlay.is-open:where(:not(.site-contact,.site-contact *)){
  display: flex;
}
:where(main.gas-page) .search-bar:where(:not(.site-contact,.site-contact *)){
  width: min(720px, 92vw);
  min-height: 64px;
  background: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
:where(main.gas-page) .search-bar-icon img:where(:not(.site-contact,.site-contact *)){
  width: 22px;
  height: 22px;
}
:where(main.gas-page) .search-bar input:where(:not(.site-contact,.site-contact *)){
  flex: 1 1 auto;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
}
:where(main.gas-page) .search-close:where(:not(.site-contact,.site-contact *)){
  font-size: 22px;
  color: #666;
  background: none;
  border: none;
  cursor: pointer;
}
:where(main.gas-page) .modal-overlay:where(:not(.site-contact,.site-contact *)){
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 2800;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
:where(main.gas-page) .modal-overlay.is-open:where(:not(.site-contact,.site-contact *)){
  display: flex;
}
:where(main.gas-page) .modal-panel:where(:not(.site-contact,.site-contact *)){
  position: relative;
  width: min(980px, 96vw);
  max-height: 88vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}
:where(main.gas-page) .modal-close:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 28px;
  color: #666;
  background: none;
  border: none;
  cursor: pointer;
}
:where(main.gas-page) .modal-title:where(:not(.site-contact,.site-contact *)){
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}
:where(main.gas-page) .region-section + .region-section:where(:not(.site-contact,.site-contact *)){
  margin-top: 24px;
}
:where(main.gas-page) .region-title:where(:not(.site-contact,.site-contact *)){
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
}
:where(main.gas-page) .region-grid:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
:where(main.gas-page) .region-item:where(:not(.site-contact,.site-contact *)){
  min-height: 62px;
  padding: 14px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #333;
  text-decoration: none;
}
:where(main.gas-page) .region-item:hover:where(:not(.site-contact,.site-contact *)){
  border-color: #1e88ff;
  color: #1e88ff;
}
:where(main.gas-page) .region-lang:where(:not(.site-contact,.site-contact *)){
  color: #888;
  font-size: 14px;
}
@media (max-width: 1600px){:where(main.gas-page) .header-container:where(:not(.site-contact,.site-contact *)){
    width: min(1360px, 96vw);
  }
:where(main.gas-page) .mega-menu:where(:not(.site-contact,.site-contact *)){
    width: min(1240px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    padding: 0;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *)){
    padding-inline: 24px;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *))::after{
    left: 24px;
    right: 24px;
  }
:where(main.gas-page) .mega-panel:where(:not(.site-contact,.site-contact *)){
    left: 24px;
    right: 24px;
  }

}
@media (max-width: 1440px){:where(main.gas-page) .main-nav:where(:not(.site-contact,.site-contact *)){
    gap: clamp(20px, 1.8vw, 32px);
  }
:where(main.gas-page) .main-nav > a:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .nav-item > a:where(:not(.site-contact,.site-contact *)){
    font-size: 17px;
  }
:where(main.gas-page) .mega-menu:where(:not(.site-contact,.site-contact *)){
    width: min(1180px, calc(100vw - 20px));
    max-width: calc(100vw - 20px);
    padding: 0;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *)){
    gap: 14px;
    padding-inline: 24px;
  }
:where(main.gas-page) .mega-category-link:where(:not(.site-contact,.site-contact *)){
    font-size: 20px;
    padding-inline: 10px;
  }
:where(main.gas-page) .mega-category-icon:where(:not(.site-contact,.site-contact *)){
    width: 52px;
    height: 52px;
  }
:where(main.gas-page) .mega-panel:where(:not(.site-contact,.site-contact *)){
    left: 24px;
    right: 24px;
    gap: 10px 28px;
  }
:where(main.gas-page) .mega-title:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
  }
:where(main.gas-page) .mega-panel a:where(:not(.site-contact,.site-contact *)){
    font-size: 17px;
    line-height: 1.5;
  }

}
@media (max-width: 1366px){:where(main.gas-page) .header-container:where(:not(.site-contact,.site-contact *)){
    width: min(1320px, 96vw);
    gap: 18px;
  }
:where(main.gas-page) .main-nav:where(:not(.site-contact,.site-contact *)){
    gap: clamp(16px, 1.25vw, 22px);
  }
:where(main.gas-page) .header-cta:where(:not(.site-contact,.site-contact *)){
    min-height: 50px;
    padding: 0 22px;
    font-size: 16px;
  }
:where(main.gas-page) .mega-menu:where(:not(.site-contact,.site-contact *)){
    width: calc(100vw - 18px);
    max-width: calc(100vw - 18px);
    padding: 0;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *)){
    gap: 10px;
    padding: 24px 18px 24px;
  }
:where(main.gas-page) .mega-panel:where(:not(.site-contact,.site-contact *)){
    left: 18px;
    right: 18px;
    top: 128px;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *))::after{
    left: 18px;
    right: 18px;
    top: 104px;
  }


}
@media (max-width: 1280px){:where(main.gas-page) .main-nav:where(:not(.site-contact,.site-contact *)){
    gap: clamp(12px, .9vw, 16px);
  }
:where(main.gas-page) .main-nav > a:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .nav-item > a:where(:not(.site-contact,.site-contact *)){
    font-size: 16px;
  }
:where(main.gas-page) .mega-menu:where(:not(.site-contact,.site-contact *)){
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    padding: 0;
  }
:where(main.gas-page) .applications-menu:where(:not(.site-contact,.site-contact *)){
    width: 100vw;
    max-width: none;
    grid-template-columns: repeat(auto-fit, minmax(250px, max-content));
    justify-content: start;
    column-gap: 48px;
    row-gap: 28px;
    padding: 30px 28px 34px;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *)){
    gap: 10px;
    padding-inline: 16px;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *))::after{
    left: 16px;
    right: 16px;
  }
:where(main.gas-page) .mega-category-link:where(:not(.site-contact,.site-contact *)){
    font-size: 19px;
  }
:where(main.gas-page) .mega-category-icon:where(:not(.site-contact,.site-contact *)){
    width: 52px;
    height: 52px;
  }
:where(main.gas-page) .mega-panel:where(:not(.site-contact,.site-contact *)){
    left: 16px;
    right: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
:where(main.gas-page) .mega-title:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
    line-height: 1.35;
  }
:where(main.gas-page) .mega-panel a:where(:not(.site-contact,.site-contact *)){
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 8px;
  }

}
@media (max-width: 1180px){:where(main.gas-page) .header-container:where(:not(.site-contact,.site-contact *)){
    width: min(100%, calc(100vw - 24px));
    gap: 12px;
  }
:where(main.gas-page) .logo img:where(:not(.site-contact,.site-contact *)){
    width: 132px;
  }
:where(main.gas-page) .main-nav:where(:not(.site-contact,.site-contact *)){
    gap: clamp(10px, 1vw, 14px);
  }
:where(main.gas-page) .header-actions:where(:not(.site-contact,.site-contact *)){
    gap: 8px;
  }
:where(main.gas-page) .utility-lang-btn:where(:not(.site-contact,.site-contact *)){
    width: auto;
    justify-content: center;
  }
:where(main.gas-page) .utility-lang-btn .lang-btn-text:where(:not(.site-contact,.site-contact *)){
    display: inline;
  }
:where(main.gas-page) .header-cta:where(:not(.site-contact,.site-contact *)){
    display: none;
  }
:where(main.gas-page) .mega-menu:where(:not(.site-contact,.site-contact *)){
    width: calc(100vw - 14px);
    max-width: calc(100vw - 14px);
    padding: 0;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *)){
    padding: 22px 14px 22px;
  }
:where(main.gas-page) .mega-panel:where(:not(.site-contact,.site-contact *)){
    left: 14px;
    right: 14px;
    top: 126px;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *))::after{
    left: 14px;
    right: 14px;
    top: 102px;
  }


}
@media (max-width: 1024px){:where(main.gas-page) .header-topbar:where(:not(.site-contact,.site-contact *)){
    display: none;
  }
:where(main.gas-page) .main-nav:where(:not(.site-contact,.site-contact *)){
    display: none;
  }
:where(main.gas-page) .menu-btn:where(:not(.site-contact,.site-contact *)){
    display: inline-flex;
  }
:where(main.gas-page) .header-container:where(:not(.site-contact,.site-contact *)){
    min-height: 84px;
    gap: 14px;
  }
:where(main.gas-page) .logo img:where(:not(.site-contact,.site-contact *)){
    width: 136px;
  }
:where(main.gas-page) .lang-btn:where(:not(.site-contact,.site-contact *)){
    max-width: 240px;
    padding: 0 14px;
  }
:where(main.gas-page) .lang-btn-text:where(:not(.site-contact,.site-contact *)){
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
:where(main.gas-page) .mega-menu:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .dropdown-menu:where(:not(.site-contact,.site-contact *)){
    display: none !important;
  }

}
@media (max-width: 768px){:where(main.gas-page) .header-container:where(:not(.site-contact,.site-contact *)){
    width: min(94vw, 100%);
  }
:where(main.gas-page) .logo img:where(:not(.site-contact,.site-contact *)){
    width: 112px;
  }
:where(main.gas-page) .header-actions:where(:not(.site-contact,.site-contact *)){
    gap: 8px;
  }
:where(main.gas-page) .lang-btn:where(:not(.site-contact,.site-contact *)){
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
    gap: 0;
  }
:where(main.gas-page) .lang-btn-text:where(:not(.site-contact,.site-contact *)){
    display: none;
  }
:where(main.gas-page) .search-btn:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .menu-btn:where(:not(.site-contact,.site-contact *)){
    width: 42px;
    height: 42px;
  }
:where(main.gas-page) .search-overlay:where(:not(.site-contact,.site-contact *)){
    padding-top: 90px;
  }
:where(main.gas-page) .search-bar:where(:not(.site-contact,.site-contact *)){
    min-height: 56px;
  }
:where(main.gas-page) .modal-panel:where(:not(.site-contact,.site-contact *)){
    border-radius: 16px;
    padding: 24px 18px;
  }
:where(main.gas-page) .modal-title:where(:not(.site-contact,.site-contact *)){
    font-size: 24px;
    padding-right: 30px;
  }
:where(main.gas-page) .region-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
  }

}
@media (min-width: 1025px){:where(main.gas-page) .mega-menu:where(:not(.site-contact,.site-contact *)){
    position: fixed;
    top: 120px;
    left: 0;
    transform: none;
    width: 100vw;
    max-width: none;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: minmax(360px, 390px) minmax(520px, 620px);
    gap: 40px;
    width: min(1260px, calc(100% - 64px));
    min-height: 620px;
    padding: 34px 0 36px;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *))::before{
    left: 410px;
  }
:where(main.gas-page) .mega-tabs:where(:not(.site-contact,.site-contact *))::after{
    display: none;
  }
:where(main.gas-page) .mega-panel:where(:not(.site-contact,.site-contact *)){
    left: 430px;
    right: 0;
    top: 34px;
    grid-template-columns: 1fr;
    width: min(560px, calc(100% - 430px));
  }
:where(main.gas-page) .mega-title:where(:not(.site-contact,.site-contact *)){
    font-size: 30px;
    line-height: 1.2;
  }
:where(main.gas-page) .mega-panel a:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 0;
  }

}
:where(main.gas-page) .hero.hero--feature-blog:where(:not(.site-contact,.site-contact *)){
  position: relative;
  min-height: 84svh;
  color: #fff;
  overflow: hidden;
}
:where(main.gas-page) .hero-media:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .hero-video:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .hero-overlay:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  inset: 0;
}
:where(main.gas-page) .hero-media:where(:not(.site-contact,.site-contact *)){
  z-index: 0;
}
:where(main.gas-page) .hero-video:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(main.gas-page) .hero-overlay:where(:not(.site-contact,.site-contact *)){
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(7, 12, 22, 0.58) 0%,
      rgba(7, 12, 22, 0.30) 42%,
      rgba(7, 12, 22, 0.52) 100%
    );
}
:where(main.gas-page) .hero-shell:where(:not(.site-contact,.site-contact *)){
  position: relative;
  z-index: 2;
  width: min(1680px, calc(100% - 96px));
  margin: 0 auto;
  min-height: 84svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  box-sizing: border-box;
}
:where(main.gas-page) .hero-copy:where(:not(.site-contact,.site-contact *)){
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:
    clamp(0px, 12vh, 5px)
    0
    clamp(72px, 10vh, 120px)
    clamp(8px, 1vw, 12px);
  min-width: 0;
  transform: translateY(30px);
}
:where(main.gas-page) .hero-copy h1:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  max-width: none;
  font-size: clamp(40px, 3.2vw, 58px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  text-wrap: normal;
}
:where(main.gas-page) .hero-copy p:where(:not(.site-contact,.site-contact *)){
  margin: 26px 0 0;
  max-width: 780px;
  font-size: clamp(19px, 1.3vw, 24px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}
:where(main.gas-page) .hero-proof-strip:where(:not(.site-contact,.site-contact *)){
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  max-width: min(920px, 100%);
  margin-top: 18px;
  padding: 10px 0 10px 16px;
  border-left: 3px solid #1e88ff;
  color: #fff;
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.35;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
}
:where(main.gas-page) .hero-proof-strip span:where(:not(.site-contact,.site-contact *)){
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  white-space: nowrap;
}
:where(main.gas-page) .hero-proof-strip span + span:where(:not(.site-contact,.site-contact *))::before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 12px;
  background: rgba(255, 255, 255, 0.78);
}
:where(main.gas-page) .hero-cta:where(:not(.site-contact,.site-contact *)){
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 34px;
  min-width: 166px;
  height: 62px;
  padding: 0 44px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  backdrop-filter: blur(2px);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
  box-sizing: border-box;
}
:where(main.gas-page) .hero-proof-strip + a.hero-cta:where(:not(.site-contact,.site-contact *)){
  margin-top: 24px;
}
:where(main.gas-page) .hero-cta:hover:where(:not(.site-contact,.site-contact *)){
  background: rgba(255,255,255,0.96);
  color: #111;
  transform: translateY(-1px);
}
:where(main.gas-page) .hero-featured:where(:not(.site-contact,.site-contact *)){
  position: relative;
  align-self: stretch;
  min-height: 100%;
  height: calc(100svh - 8px);
  max-height: calc(100svh - 8px);
  margin-left: 0;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(
      180deg,
      rgba(17, 24, 36, 0.36) 0%,
      rgba(13, 19, 30, 0.28) 42%,
      rgba(10, 16, 26, 0.40) 100%
    );
  backdrop-filter: blur(12px);
  overflow: hidden;
  box-sizing: border-box;
}
:where(main.gas-page) .hero-featured__head:where(:not(.site-contact,.site-contact *)){
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex: 0 0 auto;
}
:where(main.gas-page) .hero-featured__eyebrow:where(:not(.site-contact,.site-contact *)){
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.60);
}
:where(main.gas-page) .hero-featured__head h2:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1.08;
  font-weight: 600;
  color: #fff;
}
:where(main.gas-page) .hero-featured__all:where(:not(.site-contact,.site-contact *)){
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-start;
  margin: 0;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}
:where(main.gas-page) .hero-featured__all:hover:where(:not(.site-contact,.site-contact *)){
  color: #fff;
  transform: translateX(2px);
}
:where(main.gas-page) .hero-featured:where(:not(.site-contact,.site-contact *)){
  height: 100svh;
  max-height: 100svh;
}
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  min-width: 0;
  padding-top: 0;

  height: calc(100svh - 120px);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;

  padding-right: 10px;
  padding-bottom: 140px;
  box-sizing: border-box;
  scrollbar-gutter: stable;
}
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *)){
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.35) rgba(255,255,255,0.08);
}
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar{
  width: 8px;
}
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
}
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,0.28);
  border-radius: 999px;
}
:where(main.gas-page) .hero-featured__list::-webkit-scrollbar-thumb:hover{
  background: rgba(255,255,255,0.42);
}
:where(main.gas-page) .hero-article-card:where(:not(.site-contact,.site-contact *)){
  display: block;
  padding: 22px 20px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(17, 25, 37, 0.78), rgba(17, 25, 37, 0.66));
  border: 1px solid rgba(255,255,255,0.08);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
  box-sizing: border-box;
}
:where(main.gas-page) .hero-article-card:hover:where(:not(.site-contact,.site-contact *)){
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 10px 26px rgba(0,0,0,0.20);
  background:
    linear-gradient(180deg, rgba(17, 25, 37, 0.78), rgba(17, 25, 37, 0.66));
}
:where(main.gas-page) .hero-article-card__tag:where(:not(.site-contact,.site-contact *)){
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.58);
}
:where(main.gas-page) .hero-article-card h3:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 1.38;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
:where(main.gas-page) .hero-article-card p:where(:not(.site-contact,.site-contact *)){
  margin: 12px 0 0;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
}
:where(main.gas-page) .hero-article-card__more:where(:not(.site-contact,.site-contact *)){
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #fff;
}
:where(main.gas-page) .hero-article-card__more:where(:not(.site-contact,.site-contact *))::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: #1ea7ff;
}
@media (min-width: 1500px){:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

}
@media (min-width: 1200px) and (max-width: 1499px){:where(main.gas-page) .hero-copy:where(:not(.site-contact,.site-contact *)){
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:
    clamp(0px, 12vh, 5px)
    0
    clamp(72px, 10vh, 120px)
    clamp(8px, 1vw, 12px);
  min-width: 0;
  transform: translateY(30px);
}
:where(main.gas-page) .hero-shell:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
  }
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
  }

}
@media (min-width: 768px) and (max-width: 1199px){:where(main.gas-page) .hero.hero--feature-blog:where(:not(.site-contact,.site-contact *)){
  position: relative;
  min-height: 92svh;
  color: #fff;
  overflow: hidden;
}
:where(main.gas-page) .hero-shell:where(:not(.site-contact,.site-contact *)){
    width: min(1380px, calc(100% - 30px));
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 0;
    margin-top: 160px;
  }
:where(main.gas-page) .hero-copy:where(:not(.site-contact,.site-contact *)){
    padding: 120px 32px 0;
    justify-content: flex-start;
  }
:where(main.gas-page) .hero-copy h1:where(:not(.site-contact,.site-contact *)){
    max-width: 760px;
    font-size: clamp(34px, 5vw, 48px);
    white-space: normal;
    text-wrap: balance;
  }
:where(main.gas-page) .hero-copy p:where(:not(.site-contact,.site-contact *)){
    max-width: 760px;
    font-size: 16px;
  }
:where(main.gas-page) .hero-proof-strip:where(:not(.site-contact,.site-contact *)){
    max-width: 760px;
    margin-top: 16px;
    font-size: 13px;
  }
:where(main.gas-page) .hero-featured:where(:not(.site-contact,.site-contact *)){
    min-height: 200px;
    height: 400px;
    max-height: 700px;
    margin-top: 20px;
    padding: 0 24px 0;
    border-left: none;
    background:
      linear-gradient(
        180deg,
        rgba(17, 24, 36, 0.18) 0%,
        rgba(13, 19, 30, 0.18) 42%,
        rgba(10, 16, 26, 0.28) 100%
      );
  }
:where(main.gas-page) .hero-featured__head:where(:not(.site-contact,.site-contact *)){
    margin-bottom: 14px;
  }
:where(main.gas-page) .hero-featured__eyebrow:where(:not(.site-contact,.site-contact *)){
    margin-bottom: 6px;
    font-size: 11px;
  }
:where(main.gas-page) .hero-featured__head h2:where(:not(.site-contact,.site-contact *)){
    font-size: 24px;
    line-height: 1.1;
  }
:where(main.gas-page) .hero-featured__all:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
  }
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *)){
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    padding-right: 6px;
    box-sizing: border-box;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
:where(main.gas-page) .hero-article-card:where(:not(.site-contact,.site-contact *)){
    flex: 0 0 420px;
    min-width: 420px;
    padding: 18px 18px 16px;
    border-radius: 18px;
    min-height: 290px;
    box-sizing: border-box;
    scroll-snap-align: start;
  }
:where(main.gas-page) .hero-article-card__tag:where(:not(.site-contact,.site-contact *)){
    margin-bottom: 10px;
    font-size: 11px;
  }
:where(main.gas-page) .hero-article-card h3:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 10px;
  }
:where(main.gas-page) .hero-article-card p:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 12px;
  }
:where(main.gas-page) .hero-article-card__more:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
    margin-top: 0;
  }
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar{
    height: 8px;
  }
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar-track{
    background: rgba(255,255,255,0.08);
    border-radius: 999px;
  }
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar-thumb{
    background: rgba(255,255,255,0.28);
    border-radius: 999px;
  }
:where(main.gas-page) .hero-featured__list::-webkit-scrollbar-thumb:hover{
    background: rgba(255,255,255,0.42);
  }

}
@media (max-width: 767px){:where(main.gas-page) .hero.hero--feature-blog:where(:not(.site-contact,.site-contact *)){
    position: relative;
    min-height: clamp(720px, 94svh, 840px);
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    padding-bottom: clamp(26px, 6svh, 46px);
  }
:where(main.gas-page) .hero-shell:where(:not(.site-contact,.site-contact *)){
    width: calc(100% - 24px);
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 0;
    margin-top: clamp(156px, 20svh, 188px);
    padding-bottom: 0;
    transform: translateY(var(--hero-mobile-lift, 0px));
  }
:where(main.gas-page) .hero-copy:where(:not(.site-contact,.site-contact *)){
    padding: clamp(36px, 6svh, 56px) 4px 0;
    justify-content: flex-start;
    transform: none;
  }
:where(main.gas-page) .hero-copy h1:where(:not(.site-contact,.site-contact *)){
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 34px);
    line-height: 1.14;
    margin: 0 0 12px;
    white-space: normal;
    text-wrap: balance;
  }
:where(main.gas-page) .hero-copy p:where(:not(.site-contact,.site-contact *)){
    max-width: 100%;
    font-size: clamp(15.5px, 4vw, 16px);
    line-height: 1.68;
    margin: 0 0 22px;
  }
:where(main.gas-page) .hero-proof-strip:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 8px 0 8px 12px;
    font-size: 12px;
  }
:where(main.gas-page) .hero-proof-strip span:where(:not(.site-contact,.site-contact *)){
    margin-bottom: 4px;
  }
:where(main.gas-page) .hero-proof-strip span + span:where(:not(.site-contact,.site-contact *))::before{
    height: 13px;
    margin: 0 8px;
  }
:where(main.gas-page) .hero.hero--feature-blog .hero-cta:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: none;
    height: 48px;
    margin-top: 8px;
    border-radius: 0;
    font-size: 14px;
  }
:where(main.gas-page) .hero-featured:where(:not(.site-contact,.site-contact *)){
    min-height: auto;
    height: auto;
    max-height: none;
    margin-top: clamp(18px, 3svh, 28px);
    padding: 0;
    border-left: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
:where(main.gas-page) .hero-featured__head:where(:not(.site-contact,.site-contact *)){
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding: 0 4px;
  }
:where(main.gas-page) .hero-featured__eyebrow:where(:not(.site-contact,.site-contact *)){
    margin-bottom: 6px;
    font-size: 11px;
  }
:where(main.gas-page) .hero-featured__head h2:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
    line-height: 1.1;
    margin: 0;
  }
:where(main.gas-page) .hero-featured__all:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
    flex-shrink: 0;
  }
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *)){
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 4px 10px;
    box-sizing: border-box;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.45) rgba(255,255,255,0.12);

    height: auto !important;
    max-height: none !important;
    min-height: 0;
    align-items: flex-start;
  }
:where(main.gas-page) .hero-article-card:where(:not(.site-contact,.site-contact *)){
    flex: 0 0 88%;
    min-width: 88%;
    padding: 18px 18px 20px;
    border-radius: 20px;
    height: clamp(228px, 31svh, 270px);
    min-height: 0;
    max-height: none;
    overflow: hidden;
    box-sizing: border-box;
    scroll-snap-align: start;
    overflow-y: auto;
  }
:where(main.gas-page) .hero-article-card__tag:where(:not(.site-contact,.site-contact *)){
    margin-bottom: 10px;
    font-size: 11px;
  }
:where(main.gas-page) .hero-article-card h3:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 12px;
  }
:where(main.gas-page) .hero-article-card p:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 16px;
  }
:where(main.gas-page) .hero-article-card__more:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
    margin-top: 0;
  }
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar{
    height: 6px;
  }
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar-track{
    background: rgba(255,255,255,0.12);
    border-radius: 999px;
  }
:where(main.gas-page) .hero-featured__list:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar-thumb{
    background: rgba(255,255,255,0.42);
    border-radius: 999px;
  }
:where(main.gas-page) .hero-featured__list::-webkit-scrollbar-thumb:hover{
    background: rgba(255,255,255,0.58);
  }

}
:where(main.gas-page) .quality-section:where(:not(.site-contact,.site-contact *)){
  position: relative;
  z-index: 1;
  background: #f3f7fb;
  padding: clamp(60px, 5.4vw, 88px) 0 clamp(66px, 5.8vw, 96px);
  box-sizing: border-box;
}
:where(main.gas-page) .quality-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1680px, calc(100% - 80px));
  margin: 0 auto;
}
:where(main.gas-page) .quality-head:where(:not(.site-contact,.site-contact *)){
  --quality-head-offset: clamp(300px, 18.2vw, 410px);
  width: min(1180px, calc(100% - var(--quality-head-offset)));
  margin: 0 0 clamp(30px, 3vw, 44px) var(--quality-head-offset);
}
:where(main.gas-page) .quality-eyebrow:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin-bottom: 14px;
  color: #1e88ff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
:where(main.gas-page) .quality-head h2:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #23405f;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .quality-head p:where(:not(.site-contact,.site-contact *)){
  margin: 18px 0 0;
  max-width: 760px;
  color: #23405f;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.5;
}
:where(main.gas-page) .quality-proof:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: minmax(220px, 0.68fr) minmax(560px, 1.42fr) minmax(420px, 1.18fr);
  gap: clamp(24px, 2.8vw, 44px);
  align-items: start;
}
:where(main.gas-page) .quality-proof__tabs:where(:not(.site-contact,.site-contact *)){
  display: grid;
  gap: 16px;
}
:where(main.gas-page) .quality-proof__tab:where(:not(.site-contact,.site-contact *)){
  min-height: 88px;
  border: 0;
  border-radius: 8px;
  padding: 0 24px;
  background: #fff;
  color: #23405f;
  font-size: clamp(15px, 0.9vw, 17px);
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
  box-shadow: 0 14px 32px rgba(35, 64, 95, .08);
}
:where(main.gas-page) .quality-proof__tab.is-active:where(:not(.site-contact,.site-contact *)){
  background: #1e88ff;
  color: #fff;
}
:where(main.gas-page) .quality-proof__feature:where(:not(.site-contact,.site-contact *)){
  min-width: 0;
}
:where(main.gas-page) .quality-proof__media:where(:not(.site-contact,.site-contact *)){
  overflow: hidden;
  border-radius: 8px;
  background: #e7eef7;
  aspect-ratio: 16 / 9;
}
:where(main.gas-page) .quality-proof__image:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
:where(main.gas-page) .quality-proof__copy:where(:not(.site-contact,.site-contact *)){
  padding-top: 24px;
}
:where(main.gas-page) .quality-proof__kicker:where(:not(.site-contact,.site-contact *)){
  display: block;
  color: #23405f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .quality-proof__copy h3:where(:not(.site-contact,.site-contact *)){
  margin: 12px 0 14px;
  color: #23405f;
  font-size: clamp(20px, 1.35vw, 24px);
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .quality-proof__copy p:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #23405f;
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.55;
}
:where(main.gas-page) .quality-proof__detail-link:where(:not(.site-contact,.site-contact *)){
  color: #1e88ff;
  font-weight: 600;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
}
:where(main.gas-page) .quality-proof__metrics:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(35, 64, 95, .08);
  overflow: hidden;
}
:where(main.gas-page) .quality-proof__metric:where(:not(.site-contact,.site-contact *)){
  padding: clamp(20px, 1.75vw, 28px) 30px;
  text-align: center;
}
:where(main.gas-page) .quality-proof__metric:nth-child(2n):where(:not(.site-contact,.site-contact *)){
  border-left: 1px solid #d7e2ee;
}
:where(main.gas-page) .quality-proof__metric:nth-child(n + 3):where(:not(.site-contact,.site-contact *)){
  border-top: 1px solid #d7e2ee;
}
:where(main.gas-page) .quality-proof__number:where(:not(.site-contact,.site-contact *)){
  display: block;
  color: #23405f;
  font-size: clamp(32px, 2.1vw, 44px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .quality-proof__metric--maintenance .quality-proof__number:where(:not(.site-contact,.site-contact *)){
  color: #1e88ff;
  font-size: clamp(38px, 2.45vw, 50px);
}
:where(main.gas-page) .quality-proof__label:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin-top: 14px;
  color: #23405f;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 1.25;
  font-weight: 600;
}
:where(main.gas-page) .quality-proof__metric p:where(:not(.site-contact,.site-contact *)){
  margin: 8px auto 0;
  max-width: 26ch;
  color: #23405f;
  font-size: 14px;
  line-height: 1.38;
}
:where(main.gas-page) .quality-grid:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
:where(main.gas-page) .quality-card:where(:not(.site-contact,.site-contact *)){
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  background: #fff;
  border: 1px solid #d7e2ee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
}
:where(main.gas-page) .quality-card__media:where(:not(.site-contact,.site-contact *)){
  position: relative;
  min-height: 226px;
  background:
    linear-gradient(135deg, rgba(30, 136, 255, 0.1), rgba(255, 255, 255, 0.82)),
    #e7eef7;
  border-right: 1px solid #d7e2ee;
  overflow: hidden;
}
:where(main.gas-page) .quality-card__image:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
:where(main.gas-page) .quality-card__body:where(:not(.site-contact,.site-contact *)){
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 22px;
}
:where(main.gas-page) .quality-card h3:where(:not(.site-contact,.site-contact *)){
  margin: 14px 0 12px;
  color: #23405f;
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .quality-card__kicker:where(:not(.site-contact,.site-contact *)){
  color: #23405f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
:where(main.gas-page) .quality-card__body p:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  max-width: 56ch;
  color: #23405f;
  font-size: 17px;
  line-height: 1.55;
}
:where(main.gas-page) .quality-card__badges:where(:not(.site-contact,.site-contact *)){
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 34px;
}
:where(main.gas-page) .quality-card__badge:where(:not(.site-contact,.site-contact *)){
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef3f9;
  color: #23405f;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
:where(main.gas-page) .product-showcase-section:where(:not(.site-contact,.site-contact *)){
  position: relative;
  background: #fff;
  padding: clamp(76px, 6.5vw, 118px) 0 clamp(84px, 7vw, 128px);
  box-sizing: border-box;
}
:where(main.gas-page) .product-custom-section:where(:not(.site-contact,.site-contact *)){
  padding-bottom: 0;
}
:where(main.gas-page) .product-custom-section .product-custom:where(:not(.site-contact,.site-contact *)){
  margin-bottom: 0;
}
:where(main.gas-page) .product-products-section:where(:not(.site-contact,.site-contact *)){
  padding-top: clamp(58px, 5.5vw, 92px);
}
:where(main.gas-page) .product-showcase-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1760px, calc(100% - 80px));
  margin: 0 auto;
}
:where(main.gas-page) .product-custom:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(44px, 5vw, 96px);
  align-items: center;
  margin-bottom: clamp(58px, 5.5vw, 92px);
}
:where(main.gas-page) .product-custom__media:where(:not(.site-contact,.site-contact *)){
  overflow: hidden;
  border-radius: 8px;
  background: #eef3f8;
  aspect-ratio: 16 / 9;
}
:where(main.gas-page) .product-custom__media img:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
:where(main.gas-page) .product-custom__copy:where(:not(.site-contact,.site-contact *)){
  max-width: 720px;
}
:where(main.gas-page) .product-showcase__eyebrow:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin: 0 0 14px;
  color: #1e88ff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
:where(main.gas-page) .product-custom__copy h2:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #23405f;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .product-custom__copy p:where(:not(.site-contact,.site-contact *)){
  margin: 22px 0 0;
  color: #23405f;
  font-size: clamp(17px, 1.08vw, 19px);
  line-height: 1.62;
}
:where(main.gas-page) .product-custom__points:where(:not(.site-contact,.site-contact *)){
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding-left: 20px;
}
:where(main.gas-page) .product-custom__points li:where(:not(.site-contact,.site-contact *)){
  color: #23405f;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}
:where(main.gas-page) .product-custom__points li:where(:not(.site-contact,.site-contact *))::marker{
  color: #1e88ff;
  font-size: .85em;
}
:where(main.gas-page) .product-custom__cta:where(:not(.site-contact,.site-contact *)){
  width: fit-content;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 0 34px;
  border: 1px solid #1e88ff;
  border-radius: 6px;
  background: #1e88ff;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(30, 136, 255, .22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
:where(main.gas-page) .product-custom__cta:hover:where(:not(.site-contact,.site-contact *)){
  transform: translateY(-2px);
  background: #0f76ea;
  box-shadow: 0 16px 34px rgba(30, 136, 255, .28);
}
:where(main.gas-page) .product-showcase__rail:where(:not(.site-contact,.site-contact *)){
  min-width: 0;
}
:where(main.gas-page) .product-showcase__head:where(:not(.site-contact,.site-contact *)){
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}
:where(main.gas-page) .product-showcase__head h2:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .product-showcase__head h3:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #23405f;
  font-size: clamp(26px, 2vw, 38px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .product-showcase__filters:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  width: min(100%, 1320px);
  max-width: 100%;
  margin: 4px 0 32px;
  padding: 0;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}
:where(main.gas-page) .product-filter:where(:not(.site-contact,.site-contact *)){
  position: relative;
  min-height: 78px;
  border: 0;
  border-right: 1px solid #111;
  border-radius: 0;
  padding: 0 18px;
  box-sizing: border-box;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: none;
  transition: color .2s ease, background .2s ease;
  white-space: normal;
}
:where(main.gas-page) .product-filter:last-child:where(:not(.site-contact,.site-contact *)){
  border-right: 0;
}
:where(main.gas-page) .product-filter:has(+ .product-filter.is-active):where(:not(.site-contact,.site-contact *)){
  border-right-color: #1e88ff;
}
:where(main.gas-page) .product-filter:hover:where(:not(.site-contact,.site-contact *)){
  color: #1e88ff;
  background: #f7fbff;
}
:where(main.gas-page) .product-filter.is-active:where(:not(.site-contact,.site-contact *)){
  background: #1e88ff;
  color: #fff;
  border: 1px solid #1e88ff;
  margin: -1px 0;
}
:where(main.gas-page) .product-carousel:where(:not(.site-contact,.site-contact *)){
  position: relative;
  width: 100vw;
  margin: 28px 0 0;
  margin-left: calc(50% - 50vw);
}
:where(main.gas-page) .product-marquee:where(:not(.site-contact,.site-contact *)){
  width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 132px 0 10px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
:where(main.gas-page) .product-marquee:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar{
  display: none;
}
:where(main.gas-page) .product-track:where(:not(.site-contact,.site-contact *)){
  width: max-content;
  display: flex;
  gap: 34px;
  padding: 0 clamp(72px, 5.5vw, 110px);
}
:where(main.gas-page) .product-carousel-arrow:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(35, 64, 95, .16);
  border-radius: 50%;
  background: #fff;
  color: #23405f;
  font-size: 38px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(35, 64, 95, .16);
  transform: translateY(-10%);
}
:where(main.gas-page) .product-carousel-arrow:hover:where(:not(.site-contact,.site-contact *)){
  color: #fff;
  background: #1e88ff;
  border-color: #1e88ff;
}
:where(main.gas-page) .product-carousel-arrow--prev:where(:not(.site-contact,.site-contact *)){
  left: 22px;
}
:where(main.gas-page) .product-carousel-arrow--next:where(:not(.site-contact,.site-contact *)){
  right: 22px;
}
:where(main.gas-page) .product-card:where(:not(.site-contact,.site-contact *)){
  flex: 0 0 clamp(300px, 28vw, 420px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 316px;
  padding: 0 28px 34px;
  border-radius: 0;
  background: #f5f5f4;
  box-sizing: border-box;
}
:where(main.gas-page) .product-card[hidden]:where(:not(.site-contact,.site-contact *)){
  display: none;
}
:where(main.gas-page) .product-card__image:where(:not(.site-contact,.site-contact *)){
  position: relative;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -132px 0 34px;
}
:where(main.gas-page) .product-card__image:where(:not(.site-contact,.site-contact *))::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: min(68%, 220px);
  height: 24px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(12, 24, 38, 0.22) 0%, rgba(12, 24, 38, 0.12) 42%, rgba(12, 24, 38, 0) 74%);
  filter: blur(8px);
  pointer-events: none;
}
:where(main.gas-page) .product-card__image img:where(:not(.site-contact,.site-contact *)){
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}
:where(main.gas-page) .product-card__code:where(:not(.site-contact,.site-contact *)){
  color: #23405f;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
:where(main.gas-page) .product-card h3:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .product-card h4:where(:not(.site-contact,.site-contact *)){
  margin: 20px 0 0;
  color: #111;
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
}
:where(main.gas-page) .product-card p:where(:not(.site-contact,.site-contact *)){
  margin: 14px 0 0;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.5;
}
:where(main.gas-page) .product-card__read-more:where(:not(.site-contact,.site-contact *)){
  margin-top: auto;
  padding-top: 22px;
  color: #1e88ff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
:where(main.gas-page) .product-category-controls:where(:not(.site-contact,.site-contact *)){
  display: inline-flex;
  gap: 12px;
  flex: 0 0 auto;
}
:where(main.gas-page) .product-category-arrow:where(:not(.site-contact,.site-contact *)){
  width: 52px;
  height: 52px;
  border: 1px solid rgba(35, 64, 95, .16);
  border-radius: 50%;
  background: #fff;
  color: #23405f;
  font-size: 34px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(35, 64, 95, .13);
  transition:
    background-color .22s ease,
    border-color .22s ease,
    color .22s ease,
    transform .22s ease;
}
:where(main.gas-page) .product-category-arrow:hover:where(:not(.site-contact,.site-contact *)){
  background: #1e88ff;
  border-color: #1e88ff;
  color: #fff;
  transform: translateY(-1px);
}
:where(main.gas-page) .product-category-carousel:where(:not(.site-contact,.site-contact *)){
  position: relative;
}
:where(main.gas-page) .product-category-viewport:where(:not(.site-contact,.site-contact *)){
  width: calc(100vw - max(40px, calc((100vw - 1760px) / 2)));
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin-top: 56px;
  padding-top: 116px;
}
:where(main.gas-page) .product-category-viewport:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar{
  display: none;
}
:where(main.gas-page) .product-category-track:where(:not(.site-contact,.site-contact *)){
  display: flex;
  gap: 38px;
  width: max-content;
  padding: 0 0 8px;
}
:where(main.gas-page) .product-category-card:where(:not(.site-contact,.site-contact *)){
  flex: 0 0 clamp(460px, 30vw, 560px);
  min-width: 0;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: 0 32px 36px;
  background: #f5f5f4;
  color: #111;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    transform .24s ease,
    box-shadow .24s ease;
}
:where(main.gas-page) .product-category-card:hover:where(:not(.site-contact,.site-contact *)){
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(35, 64, 95, .12);
}
:where(main.gas-page) .product-category-card__image:where(:not(.site-contact,.site-contact *)){
  position: relative;
  height: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -116px 0 30px;
}
:where(main.gas-page) .product-category-card__image:where(:not(.site-contact,.site-contact *))::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: min(70%, 220px);
  height: 24px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(12, 24, 38, .2) 0%, rgba(12, 24, 38, .1) 42%, rgba(12, 24, 38, 0) 74%);
  filter: blur(8px);
  pointer-events: none;
}
:where(main.gas-page) .product-category-card__image img:where(:not(.site-contact,.site-contact *)){
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}
:where(main.gas-page) .product-category-card__image .product-category-card__thermostat-image:where(:not(.site-contact,.site-contact *)){
  width: 280px;
  height: auto;
}
:where(main.gas-page) .product-category-card__code:where(:not(.site-contact,.site-contact *)){
  color: #23405f;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
:where(main.gas-page) .product-category-card h3:where(:not(.site-contact,.site-contact *)){
  margin: 18px 0 0;
  color: #111;
  font-size: clamp(24px, 1.55vw, 30px);
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: 0;
}
:where(main.gas-page) .product-category-card ul:where(:not(.site-contact,.site-contact *)){
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
:where(main.gas-page) .product-category-card > ul > li:where(:not(.site-contact,.site-contact *)){
  position: relative;
  padding-left: 14px;
  color: #3f4752;
  font-size: 15px;
  line-height: 1.42;
}
:where(main.gas-page) .product-category-card > ul > li:where(:not(.site-contact,.site-contact *))::before{
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1e88ff;
}
:where(main.gas-page) .product-category-card__nested:where(:not(.site-contact,.site-contact *)){
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
:where(main.gas-page) .product-category-card__nested li:where(:not(.site-contact,.site-contact *)){
  position: relative;
  padding-left: 14px;
  color: #687383;
  font-size: 14px;
  line-height: 1.35;
}
:where(main.gas-page) .product-category-card__nested li:where(:not(.site-contact,.site-contact *))::before{
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 1px;
  border-radius: 0;
  background: #8bbfff;
}
:where(main.gas-page) .product-category-card__read-more:where(:not(.site-contact,.site-contact *)){
  margin-top: auto;
  padding-top: 24px;
  color: #1e88ff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
:where(main.gas-page) .scenario-section:where(:not(.site-contact,.site-contact *)){
  position: relative;
  background: #5789CB;
  padding: clamp(44px, 4.2vw, 68px) 0 clamp(48px, 4.6vw, 72px);
}
:where(main.gas-page) .scenario-nav:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  top: clamp(44px, 4.2vw, 68px);
  bottom: clamp(48px, 4.6vw, 72px);
  width: 1px;
  z-index: 2;
}
:where(main.gas-page) .scenario-nav--prev:where(:not(.site-contact,.site-contact *)){
  left: max(120px, calc(50% - 900px));
}
:where(main.gas-page) .scenario-nav--next:where(:not(.site-contact,.site-contact *)){
  right: max(120px, calc(50% - 900px));
}
:where(main.gas-page) .scenario-arrow:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  top: 50%;
  width: 96px;
  height: 96px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
:where(main.gas-page) .scenario-arrow:where(:not(.site-contact,.site-contact *))::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  border-left: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
}
:where(main.gas-page) .scenario-arrow--prev:where(:not(.site-contact,.site-contact *))::before{
  transform: translate(-28%, -50%) rotate(45deg);
}
:where(main.gas-page) .scenario-arrow--next:where(:not(.site-contact,.site-contact *))::before{
  transform: translate(-72%, -50%) rotate(-135deg);
}
:where(main.gas-page) .scenario-nav--prev .scenario-arrow:where(:not(.site-contact,.site-contact *)){
  right: 34px;
  transform: translateY(-50%);
}
:where(main.gas-page) .scenario-nav--next .scenario-arrow:where(:not(.site-contact,.site-contact *)){
  left: 34px;
  transform: translateY(-50%);
}
:where(main.gas-page) .scenario-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1500px, calc(100% - 80px));
  margin: 0 auto;
}
:where(main.gas-page) .scenario-head:where(:not(.site-contact,.site-contact *)){
  max-width: 820px;
  margin: 0 0 clamp(18px, 2vw, 26px);
  text-align: left;
}
:where(main.gas-page) .scenario-eyebrow:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin: 0 0 14px;
  color: #8fc5ff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
:where(main.gas-page) .scenario-head h2:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .scenario-feature:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: minmax(380px, 0.68fr) minmax(860px, 1.7fr);
  gap: clamp(36px, 5vw, 96px);
  align-items: center;
}
:where(main.gas-page) .scenario-feature__copy:where(:not(.site-contact,.site-contact *)){
  padding: 0;
}
:where(main.gas-page) .scenario-feature h3:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 2.3vw, 44px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}
:where(main.gas-page) .scenario-feature p:where(:not(.site-contact,.site-contact *)){
  margin: 20px 0 0;
  max-width: 58ch;
  color: #fff;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.6;
}
:where(main.gas-page) .scenario-feature ul:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
:where(main.gas-page) .scenario-feature li:where(:not(.site-contact,.site-contact *)){
  margin: 0;
}
:where(main.gas-page) .scenario-link:where(:not(.site-contact,.site-contact *)){
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  padding: 0 16px;
  color: #fff;
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}
:where(main.gas-page) .scenario-link:hover:where(:not(.site-contact,.site-contact *)){
  background: #fff;
  color: #5789CB;
}
:where(main.gas-page) .scenario-feature__media:where(:not(.site-contact,.site-contact *)){
  min-height: 360px;
  height: clamp(390px, 34vw, 500px);
  aspect-ratio: 16 / 9;
  background: transparent;
}
:where(main.gas-page) .scenario-feature__image:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
:where(main.gas-page) .scenario-tabs:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 82px;
  border-top: 1px solid rgba(255, 255, 255, .34);
  border-left: 1px solid rgba(255, 255, 255, .34);
}
:where(main.gas-page) .scenario-tab:where(:not(.site-contact,.site-contact *)){
  min-height: 86px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .34);
  border-bottom: 1px solid rgba(255, 255, 255, .34);
  border-radius: 0;
  padding: 16px 20px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
:where(main.gas-page) .scenario-tab.is-active:where(:not(.site-contact,.site-contact *)){
  background: rgba(255, 255, 255, .14);
  color: #fff;
}
:where(main.gas-page) .home-solutions-section:where(:not(.site-contact,.site-contact *)){
  position: relative;
  z-index: 3;
  background: #fff;
  padding: clamp(64px, 5.2vw, 92px) 0 clamp(70px, 5.8vw, 104px);
  overflow: visible;
}
:where(main.gas-page) .home-solutions-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1680px, calc(100% - 80px));
  margin: 0 auto;
}
:where(main.gas-page) .home-solutions-head:where(:not(.site-contact,.site-contact *)){
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 34px;
}
:where(main.gas-page) .home-solutions-eyebrow:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin: 0 0 14px;
  color: #1e88ff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
:where(main.gas-page) .home-solutions-head h2:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #23405f;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .home-solutions-controls:where(:not(.site-contact,.site-contact *)){
  display: inline-flex;
  gap: 12px;
  flex: 0 0 auto;
}
:where(main.gas-page) .home-solutions-arrow:where(:not(.site-contact,.site-contact *)){
  width: 52px;
  height: 52px;
  border: 1px solid rgba(35, 64, 95, .16);
  border-radius: 50%;
  background: #fff;
  color: #23405f;
  font-size: 34px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(35, 64, 95, .13);
  transition:
    background-color .22s ease,
    border-color .22s ease,
    color .22s ease,
    transform .22s ease;
}
:where(main.gas-page) .home-solutions-arrow:hover:where(:not(.site-contact,.site-contact *)){
  background: #1e88ff;
  border-color: #1e88ff;
  color: #fff;
  transform: translateY(-1px);
}
:where(main.gas-page) .home-solutions-carousel:where(:not(.site-contact,.site-contact *)){
  width: 100%;
}
:where(main.gas-page) .home-solutions-viewport:where(:not(.site-contact,.site-contact *)){
  min-height: 616px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
:where(main.gas-page) .home-solutions-viewport:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar{
  display: none;
}
:where(main.gas-page) .home-solutions-track:where(:not(.site-contact,.site-contact *)){
  display: flex;
  gap: 34px;
  width: max-content;
  padding: 0 0 6px;
}
:where(main.gas-page) .home-solution-card:where(:not(.site-contact,.site-contact *)){
  flex: 0 0 clamp(360px, 30vw, 470px);
  display: flex;
  min-height: 610px;
  flex-direction: column;
  background: #f5f5f4;
  color: #111;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform .24s ease,
    box-shadow .24s ease;
}
:where(main.gas-page) .home-solution-card:hover:where(:not(.site-contact,.site-contact *)){
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(35, 64, 95, .12);
}
:where(main.gas-page) .home-solution-card__media:where(:not(.site-contact,.site-contact *)){
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #eef4f9;
  overflow: hidden;
}
:where(main.gas-page) .home-solution-card__media img:where(:not(.site-contact,.site-contact *)){
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(main.gas-page) .home-solution-card__body:where(:not(.site-contact,.site-contact *)){
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 2.2vw, 38px) clamp(26px, 2.2vw, 40px) clamp(30px, 2.4vw, 42px);
}
:where(main.gas-page) .home-solution-card h3:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #111;
  font-size: clamp(20px, 1.25vw, 26px);
  line-height: 1.24;
  font-weight: 400;
  letter-spacing: 0;
}
:where(main.gas-page) .home-solution-card p:where(:not(.site-contact,.site-contact *)){
  margin: 22px 0 0;
  color: #5f6670;
  font-size: clamp(15px, .92vw, 18px);
  line-height: 1.46;
  font-weight: 400;
}
:where(main.gas-page) .home-solution-card__cta:where(:not(.site-contact,.site-contact *)){
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 50px;
  margin-top: auto;
  padding: 0 24px;
  background: #1e88ff;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1100px){:where(main.gas-page) .scenario-nav:where(:not(.site-contact,.site-contact *)){
    display: none;
  }
:where(main.gas-page) .quality-inner:where(:not(.site-contact,.site-contact *)){
    width: min(100%, calc(100% - 48px));
  }
:where(main.gas-page) .home-solutions-inner:where(:not(.site-contact,.site-contact *)){
    width: min(100%, calc(100% - 48px));
  }
:where(main.gas-page) .product-showcase-inner:where(:not(.site-contact,.site-contact *)){
    width: min(100%, calc(100% - 48px));
  }
:where(main.gas-page) .scenario-inner:where(:not(.site-contact,.site-contact *)){
    width: min(100%, calc(100% - 48px));
  }
:where(main.gas-page) .product-custom:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
  }
:where(main.gas-page) .quality-card__media:where(:not(.site-contact,.site-contact *)){
    min-height: 220px;
  }
:where(main.gas-page) .quality-card h3:where(:not(.site-contact,.site-contact *)){
    font-size: 20px;
  }

}
@media (max-width: 900px){:where(main.gas-page) .product-custom:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
  }
:where(main.gas-page) .scenario-feature:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
  }
:where(main.gas-page) .scenario-feature__media:where(:not(.site-contact,.site-contact *)){
    min-height: 300px;
    height: 300px;
    order: -1;
  }
:where(main.gas-page) .scenario-tabs:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
:where(main.gas-page) .product-showcase__head:where(:not(.site-contact,.site-contact *)){
    align-items: flex-start;
  }
:where(main.gas-page) .product-showcase__filters:where(:not(.site-contact,.site-contact *)){
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }
:where(main.gas-page) .product-filter:where(:not(.site-contact,.site-contact *)){
    flex: 0 0 auto;
  }
:where(main.gas-page) .product-card:where(:not(.site-contact,.site-contact *)){
    flex-basis: clamp(280px, 58vw, 380px);
  }
:where(main.gas-page) .product-category-track:where(:not(.site-contact,.site-contact *)){
    gap: 28px;
  }
:where(main.gas-page) .product-category-card:where(:not(.site-contact,.site-contact *)){
    flex-basis: clamp(420px, 68vw, 520px);
  }
:where(main.gas-page) .home-solution-card:where(:not(.site-contact,.site-contact *)){
    flex-basis: clamp(320px, 72vw, 440px);
    min-height: 560px;
  }
:where(main.gas-page) .home-solutions-viewport:where(:not(.site-contact,.site-contact *)){
    min-height: 566px;
  }
:where(main.gas-page) .quality-proof:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
  }
:where(main.gas-page) .quality-proof__media:where(:not(.site-contact,.site-contact *)){
    aspect-ratio: 16 / 10;
  }
:where(main.gas-page) .quality-proof__tabs:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
:where(main.gas-page) .quality-proof__tabs .quality-proof__feature:where(:not(.site-contact,.site-contact *)){
    grid-column: 1 / -1;
    margin: 0 0 12px;
  }
:where(main.gas-page) .quality-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
  }

}
@media (max-width: 560px){:where(main.gas-page) .product-showcase-section:where(:not(.site-contact,.site-contact *)){
    padding: 56px 0 66px;
  }
:where(main.gas-page) .product-showcase-inner:where(:not(.site-contact,.site-contact *)){
    width: calc(100% - 28px);
  }
:where(main.gas-page) .product-custom:where(:not(.site-contact,.site-contact *)){
    gap: 24px;
    margin-bottom: 42px;
  }
:where(main.gas-page) .product-custom__copy h2:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(26px, 7vw, 32px);
  }
:where(main.gas-page) .product-custom__points:where(:not(.site-contact,.site-contact *)){
    gap: 8px;
  }
:where(main.gas-page) .product-card:where(:not(.site-contact,.site-contact *)){
    flex-basis: 280px;
    min-height: 300px;
    padding: 0 22px 28px;
  }
:where(main.gas-page) .product-card__image:where(:not(.site-contact,.site-contact *)){
    height: 170px;
    margin: -96px 0 30px;
  }
:where(main.gas-page) .product-showcase__head:where(:not(.site-contact,.site-contact *)){
    gap: 18px;
  }
:where(main.gas-page) .product-category-controls:where(:not(.site-contact,.site-contact *)){
    gap: 8px;
  }
:where(main.gas-page) .product-category-arrow:where(:not(.site-contact,.site-contact *)){
    width: 44px;
    height: 44px;
    font-size: 28px;
  }
:where(main.gas-page) .product-category-viewport:where(:not(.site-contact,.site-contact *)){
    width: calc(100vw - 14px);
    margin-top: 36px;
    padding-top: 88px;
  }
:where(main.gas-page) .product-category-track:where(:not(.site-contact,.site-contact *)){
    gap: 18px;
  }
:where(main.gas-page) .product-category-card:where(:not(.site-contact,.site-contact *)){
    flex-basis: 78vw;
    min-height: 0;
    padding: 0 22px 28px;
  }
:where(main.gas-page) .product-category-card__image:where(:not(.site-contact,.site-contact *)){
    height: 170px;
    margin: -88px 0 26px;
  }
:where(main.gas-page) .product-category-card h3:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(22px, 6vw, 28px);
  }
:where(main.gas-page) .scenario-section:where(:not(.site-contact,.site-contact *)){
    padding: 56px 0 64px;
  }
:where(main.gas-page) .scenario-inner:where(:not(.site-contact,.site-contact *)){
    width: calc(100% - 28px);
  }
:where(main.gas-page) .scenario-head:where(:not(.site-contact,.site-contact *)){
    margin-bottom: 28px;
    text-align: left;
  }
:where(main.gas-page) .scenario-head h2:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(26px, 7vw, 32px);
  }
:where(main.gas-page) .scenario-feature__copy:where(:not(.site-contact,.site-contact *)){
    padding: 26px 22px 30px;
  }
:where(main.gas-page) .scenario-feature h3:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(25px, 7vw, 32px);
  }
:where(main.gas-page) .scenario-feature ul:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }
:where(main.gas-page) .scenario-feature__media:where(:not(.site-contact,.site-contact *)){
    min-height: 220px;
    height: 220px;
  }
:where(main.gas-page) .scenario-tabs:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
:where(main.gas-page) .scenario-tab:where(:not(.site-contact,.site-contact *)){
    min-height: 72px;
    padding: 14px 16px;
  }
:where(main.gas-page) .home-solutions-section:where(:not(.site-contact,.site-contact *)){
    padding: 56px 0 64px;
  }
:where(main.gas-page) .home-solutions-inner:where(:not(.site-contact,.site-contact *)){
    width: calc(100% - 28px);
  }
:where(main.gas-page) .home-solutions-head:where(:not(.site-contact,.site-contact *)){
    align-items: flex-start;
    margin-bottom: 24px;
  }
:where(main.gas-page) .home-solutions-head h2:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(26px, 7vw, 32px);
  }
:where(main.gas-page) .home-solutions-controls:where(:not(.site-contact,.site-contact *)){
    gap: 8px;
  }
:where(main.gas-page) .home-solutions-arrow:where(:not(.site-contact,.site-contact *)){
    width: 44px;
    height: 44px;
    font-size: 28px;
  }
:where(main.gas-page) .home-solutions-track:where(:not(.site-contact,.site-contact *)){
    gap: 18px;
  }
:where(main.gas-page) .home-solution-card:where(:not(.site-contact,.site-contact *)){
    flex-basis: 82vw;
    min-height: 520px;
  }
:where(main.gas-page) .home-solutions-viewport:where(:not(.site-contact,.site-contact *)){
    min-height: 526px;
  }
:where(main.gas-page) .home-solution-card h3:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(22px, 6vw, 28px);
  }
:where(main.gas-page) .home-solution-card p:where(:not(.site-contact,.site-contact *)){
    font-size: 15px;
  }
:where(main.gas-page) .quality-section:where(:not(.site-contact,.site-contact *)){
    padding: 54px 0 62px;
  }
:where(main.gas-page) .quality-inner:where(:not(.site-contact,.site-contact *)){
    width: calc(100% - 28px);
  }
:where(main.gas-page) .quality-head:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    margin: 0 0 28px;
  }
:where(main.gas-page) .quality-head h2:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(25px, 7vw, 32px);
  }
:where(main.gas-page) .quality-proof:where(:not(.site-contact,.site-contact *)){
    gap: 18px;
  }
:where(main.gas-page) .quality-proof__tabs:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
    gap: 12px;
  }
:where(main.gas-page) .quality-proof__tab:where(:not(.site-contact,.site-contact *)){
    min-height: 72px;
    padding: 0 18px;
  }
:where(main.gas-page) .quality-proof__copy:where(:not(.site-contact,.site-contact *)){
    padding-top: 20px;
  }
:where(main.gas-page) .quality-proof__metrics:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
  }
:where(main.gas-page) .quality-proof__metric:where(:not(.site-contact,.site-contact *)){
    padding: 26px 18px;
  }
:where(main.gas-page) .quality-proof__metric:nth-child(2n):where(:not(.site-contact,.site-contact *)){
    border-left: 0;
  }
:where(main.gas-page) .quality-proof__metric:nth-child(n + 2):where(:not(.site-contact,.site-contact *)){
    border-top: 1px solid #d7e2ee;
  }
:where(main.gas-page) .quality-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
    gap: 16px;
  }
:where(main.gas-page) .quality-card:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
  }
:where(main.gas-page) .quality-card__media:where(:not(.site-contact,.site-contact *)){
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 1px solid #d7e2ee;
  }
:where(main.gas-page) .quality-card__body:where(:not(.site-contact,.site-contact *)){
    padding: 22px 18px 20px;
  }
:where(main.gas-page) .quality-card h3:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
  }
:where(main.gas-page) .quality-card__body p:where(:not(.site-contact,.site-contact *)){
    font-size: 15px;
  }
:where(main.gas-page) .quality-card__badges:where(:not(.site-contact,.site-contact *)){
    padding-top: 24px;
  }

}
:where(main.gas-page) .cover-section:where(:not(.site-contact,.site-contact *)){
  position: relative;
  z-index: 2;
  background: #F7F7F7;

  margin-top: 10px;
  padding-top: 0px;

  padding-bottom: 30px;
}
:where(main.gas-page) .cover-head:where(:not(.site-contact,.site-contact *)){
  text-align:center;
  padding: 68px 20px 28px;
}
:where(main.gas-page) .cover-title:where(:not(.site-contact,.site-contact *)){
  margin:0;
  font-size: clamp(22px, 2.6vw, 40px);
  font-weight: 600;
  color:#222;
  letter-spacing: 0px;
}
:where(main.gas-page) .cover-underline:where(:not(.site-contact,.site-contact *)){
  width: 48px;
  height: 3px;
  background: #1e88ff;
  margin: 14px auto 0;
  border-radius: 2px;
}
@media (max-width: 1200px){:where(main.gas-page):where(:not(.site-contact,.site-contact *)){ --hero-pad-x: 22px; }
:where(main.gas-page) .hero-content p:where(:not(.site-contact,.site-contact *)){ max-width: 680px; }

}
@media (max-width: 992px){:where(main.gas-page):where(:not(.site-contact,.site-contact *)){ --hero-pad-x: 20px; }
:where(main.gas-page) .hero-overlay:where(:not(.site-contact,.site-contact *)){ background: rgba(0,0,0,.32); }
:where(main.gas-page) .hero-content p:where(:not(.site-contact,.site-contact *)){ max-width: 620px; }

}
@media (max-width: 768px){:where(main.gas-page):where(:not(.site-contact,.site-contact *)){ --header-height: 72px; --hero-pad-x: 18px; }
:where(main.gas-page) .hero:where(:not(.site-contact,.site-contact *)){
    min-height: 560px;
  }
:where(main.gas-page) .hero-content:where(:not(.site-contact,.site-contact *)){
    align-items: left;
    text-align: left;
  }
:where(main.gas-page) .hero-content p:where(:not(.site-contact,.site-contact *)){
    max-width: 50ch; 
  }
:where(main.gas-page) .hero-content h1:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(24px, 6.5vw, 34px);
    line-height: 1.15;
  }
:where(main.gas-page) .hero-cta:where(:not(.site-contact,.site-contact *)){
    margin-top: 0px;
    padding: 12px 26px;
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
  }
:where(main.gas-page) .cover-section:where(:not(.site-contact,.site-contact *)){
    padding-bottom: 10px;
  }
:where(main.gas-page) .cover-head:where(:not(.site-contact,.site-contact *)){
    padding: 46px 16px 18px;
  }

}
@media (max-width: 480px){:where(main.gas-page):where(:not(.site-contact,.site-contact *)){ --header-height: 64px; --hero-pad-x: 14px; }
:where(main.gas-page) .hero:not(.hero--feature-blog):where(:not(.site-contact,.site-contact *)){
    min-height: 810px;
  }
:where(main.gas-page) .hero-content h1:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(28px, 8.2vw, 20px);
    line-height: 1.10;
    text-align: left;
  }
:where(main.gas-page) .hero-content p:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
    line-height: 1.8;
    max-width: 100ch;
    text-align: left;
  }
:where(main.gas-page) .hero-cta:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 260px;
    text-align: center;
  }

}
:where(main.gas-page) .vision-section:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  background: #F7F7F7;
  padding: 74px 0 72px;
  box-sizing: border-box;
}
:where(main.gas-page) .vision-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1720px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.68fr) minmax(300px, 0.92fr);
  column-gap: 96px;
  align-items: start;
  box-sizing: border-box;
}
:where(main.gas-page) .vision-left:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 20px;
  align-items: start;
  min-width: 0;
}
:where(main.gas-page) .vision-mark:where(:not(.site-contact,.site-contact *)){
  width: 26px;
  height: 26px;
  margin-top: 10px;
  background: linear-gradient(135deg, #008BD5, #008BD5);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  flex-shrink: 0;
}
:where(main.gas-page) .vision-title:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  font-size: 32px;
  line-height: 1.42;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #008BD5;
  word-break: break-word;
}
:where(main.gas-page) .vision-title span:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin-top: 12px;
  color: #7CC040;
}
:where(main.gas-page) .vision-right:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  min-width: 0;
  align-self: start;
  justify-self: start;
  padding-top: 10px;
}
:where(main.gas-page) .vision-right p:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  max-width: 26em;
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  word-break: break-word;
}
@media (max-width: 1800px){:where(main.gas-page) .vision-section:where(:not(.site-contact,.site-contact *)){
    padding: 70px 0 68px;
  }
:where(main.gas-page) .vision-inner:where(:not(.site-contact,.site-contact *)){
    width: min(1660px, calc(100% - 72px));
    grid-template-columns: minmax(0, 1.64fr) minmax(300px, 0.94fr);
    column-gap: 84px;
  }
:where(main.gas-page) .vision-left:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 18px;
  }
:where(main.gas-page) .vision-mark:where(:not(.site-contact,.site-contact *)){
    width: 24px;
    height: 24px;
    margin-top: 10px;
  }

}
@media (max-width: 1600px){:where(main.gas-page) .vision-section:where(:not(.site-contact,.site-contact *)){
    padding: 64px 0 62px;
  }
:where(main.gas-page) .vision-inner:where(:not(.site-contact,.site-contact *)){
    width: min(1500px, calc(100% - 64px));
    grid-template-columns: minmax(0, 1.58fr) minmax(290px, 0.96fr);
    column-gap: 70px;
  }
:where(main.gas-page) .vision-left:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 17px;
  }
:where(main.gas-page) .vision-mark:where(:not(.site-contact,.site-contact *)){
    width: 22px;
    height: 22px;
    margin-top: 9px;
  }
:where(main.gas-page) .vision-title:where(:not(.site-contact,.site-contact *)){
    font-size: 32px;
    line-height: 1.4;
  }
:where(main.gas-page) .vision-title span:where(:not(.site-contact,.site-contact *)){
    margin-top: 10px;
  }
:where(main.gas-page) .vision-right:where(:not(.site-contact,.site-contact *)){
    padding-top: 8px;
  }
:where(main.gas-page) .vision-right p:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
    line-height: 1.86;
    max-width: 25em;
  }

}
@media (max-width: 1440px){:where(main.gas-page) .vision-section:where(:not(.site-contact,.site-contact *)){
    padding: 58px 0 56px;
  }
:where(main.gas-page) .vision-inner:where(:not(.site-contact,.site-contact *)){
    width: min(1360px, calc(100% - 56px));
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.98fr);
    column-gap: 56px;
  }
:where(main.gas-page) .vision-left:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 15px;
  }
:where(main.gas-page) .vision-mark:where(:not(.site-contact,.site-contact *)){
    width: 20px;
    height: 20px;
    margin-top: 8px;
  }
:where(main.gas-page) .vision-title:where(:not(.site-contact,.site-contact *)){
    font-size: 30px;
    line-height: 1.4;
  }
:where(main.gas-page) .vision-title span:where(:not(.site-contact,.site-contact *)){
    margin-top: 10px;
  }
:where(main.gas-page) .vision-right:where(:not(.site-contact,.site-contact *)){
    padding-top: 6px;
  }
:where(main.gas-page) .vision-right p:where(:not(.site-contact,.site-contact *)){
    font-size: 17px;
    line-height: 1.84;
    max-width: 25em;
  }

}
@media (max-width: 1280px){:where(main.gas-page) .vision-section:where(:not(.site-contact,.site-contact *)){
    padding: 54px 0 52px;
  }
:where(main.gas-page) .vision-inner:where(:not(.site-contact,.site-contact *)){
    width: min(1220px, calc(100% - 48px));
    grid-template-columns: minmax(0, 1.42fr) minmax(270px, 1fr);
    column-gap: 42px;
  }
:where(main.gas-page) .vision-left:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 26px minmax(0, 1fr);
    column-gap: 14px;
  }
:where(main.gas-page) .vision-mark:where(:not(.site-contact,.site-contact *)){
    width: 18px;
    height: 18px;
    margin-top: 8px;
  }
:where(main.gas-page) .vision-title:where(:not(.site-contact,.site-contact *)){
    font-size: 28px;
    line-height: 1.4;
  }
:where(main.gas-page) .vision-title span:where(:not(.site-contact,.site-contact *)){
    margin-top: 8px;
  }
:where(main.gas-page) .vision-right:where(:not(.site-contact,.site-contact *)){
    padding-top: 2px;
  }
:where(main.gas-page) .vision-right p:where(:not(.site-contact,.site-contact *)){
    font-size: 16px;
    line-height: 1.82;
    max-width: 24em;
  }

}
@media (max-width: 1200px){:where(main.gas-page) .vision-section:where(:not(.site-contact,.site-contact *)){
    padding: 48px 0;
  }
:where(main.gas-page) .vision-inner:where(:not(.site-contact,.site-contact *)){
    width: min(1120px, calc(100% - 40px));
    grid-template-columns: minmax(0, 1.3fr) minmax(250px, 1fr);
    column-gap: 34px;
  }
:where(main.gas-page) .vision-left:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 12px;
  }
:where(main.gas-page) .vision-mark:where(:not(.site-contact,.site-contact *)){
    width: 18px;
    height: 18px;
    margin-top: 8px;
  }
:where(main.gas-page) .vision-title:where(:not(.site-contact,.site-contact *)){
    font-size: 32px;
    line-height: 1.35;
  }
:where(main.gas-page) .vision-title span:where(:not(.site-contact,.site-contact *)){
    margin-top: 8px;
  }
:where(main.gas-page) .vision-right:where(:not(.site-contact,.site-contact *)){
    padding-top: 0;
  }
:where(main.gas-page) .vision-right p:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
    line-height: 1.8;
    max-width: 23em;
  }

}
@media (max-width: 992px){:where(main.gas-page) .vision-section:where(:not(.site-contact,.site-contact *)){
    padding: 42px 0;
  }
:where(main.gas-page) .vision-inner:where(:not(.site-contact,.site-contact *)){
    width: min(920px, calc(100% - 32px));
    grid-template-columns: minmax(0, 1.18fr) minmax(220px, 1fr);
    column-gap: 24px;
  }
:where(main.gas-page) .vision-left:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 22px minmax(0, 1fr);
    column-gap: 10px;
  }
:where(main.gas-page) .vision-mark:where(:not(.site-contact,.site-contact *)){
    width: 16px;
    height: 16px;
    margin-top: 8px;
  }
:where(main.gas-page) .vision-title:where(:not(.site-contact,.site-contact *)){
    font-size: 28px;
    line-height: 1.36;
  }
:where(main.gas-page) .vision-title span:where(:not(.site-contact,.site-contact *)){
    margin-top: 8px;
  }
:where(main.gas-page) .vision-right p:where(:not(.site-contact,.site-contact *)){
    font-size: 16px;
    line-height: 1.78;
    max-width: 22em;
  }

}
@media (max-width: 768px){:where(main.gas-page) .vision-section:where(:not(.site-contact,.site-contact *)){
    padding: 34px 0;
  }
:where(main.gas-page) .vision-inner:where(:not(.site-contact,.site-contact *)){
    width: min(100%, 430px);
    padding: 0 16px;
    grid-template-columns: 1fr;
    row-gap: 18px;
    column-gap: 0;
  }
:where(main.gas-page) .vision-left:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: 10px;
  }
:where(main.gas-page) .vision-mark:where(:not(.site-contact,.site-contact *)){
    width: 14px;
    height: 14px;
    margin-top: 7px;
  }
:where(main.gas-page) .vision-title:where(:not(.site-contact,.site-contact *)){
    font-size: 22px;
    line-height: 1.38;
    letter-spacing: 0.01em;
  }
:where(main.gas-page) .vision-title span:where(:not(.site-contact,.site-contact *)){
    display: block;
    margin-top: 8px;
  }
:where(main.gas-page) .vision-right:where(:not(.site-contact,.site-contact *)){
    padding-top: 0;
  }
:where(main.gas-page) .vision-right p:where(:not(.site-contact,.site-contact *)){
    max-width: none;
    font-size: 13px;
    line-height: 1.9;
  }

}
@media (max-width: 480px){:where(main.gas-page) .vision-section:where(:not(.site-contact,.site-contact *)){
    padding: 28px 0;
  }
:where(main.gas-page) .vision-inner:where(:not(.site-contact,.site-contact *)){
    padding: 0 14px;
  }
:where(main.gas-page) .vision-left:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 16px minmax(0, 1fr);
    column-gap: 8px;
  }
:where(main.gas-page) .vision-mark:where(:not(.site-contact,.site-contact *)){
    width: 12px;
    height: 12px;
    margin-top: 6px;
  }
:where(main.gas-page) .vision-title:where(:not(.site-contact,.site-contact *)){
    font-size: 17px;
    line-height: 1.42;
  }
:where(main.gas-page) .vision-title span:where(:not(.site-contact,.site-contact *)){
    margin-top: 6px;
  }
:where(main.gas-page) .vision-right p:where(:not(.site-contact,.site-contact *)){
    font-size: 13px;
    line-height: 1.65;
  }

}
:where(main.gas-page) .scene-slider:where(:not(.site-contact,.site-contact *)){
  position: relative;
  left: -40px;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}
:where(main.gas-page) .scene-viewport:where(:not(.site-contact,.site-contact *)){
  
  height: 920px;

  border-radius: 5px;
  overflow: hidden;       
  position: relative;
}
:where(main.gas-page) .scene-track:where(:not(.site-contact,.site-contact *)){
  display:flex;
  height: 100%;
  transition: transform .5s ease;
}
:where(main.gas-page) .scene-slide:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  height: 100%;
  flex: 0 0 100%;             
  align-items: center;
  justify-content: center;
}
:where(main.gas-page) .scene-slide img:where(:not(.site-contact,.site-contact *)){
  width:100%;
  height:100%;
  object-position:center;
  display:block;
}
:where(main.gas-page) .scene-arrow:where(:not(.site-contact,.site-contact *)){
  position:absolute;
  top: 103%;
  transform: translateY(-50%);
  z-index: 10;

  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.18);
  background: rgba(255,255,255,.55);
  color:#111;

  font-size: 30px;
  line-height: 46px;
  cursor:pointer;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
:where(main.gas-page) .scene-arrow.left:where(:not(.site-contact,.site-contact *)){ left: 180px; }
:where(main.gas-page) .scene-arrow.right:where(:not(.site-contact,.site-contact *)){ right: -18px; }
:where(main.gas-page) .scene-arrow:hover:where(:not(.site-contact,.site-contact *)){
  background: rgba(255,255,255,.75);
}
:where(main.gas-page) .scene-slide:where(:not(.site-contact,.site-contact *)){
  position: relative;
}
:where(main.gas-page) .scene-slider:where(:not(.site-contact,.site-contact *)){
  margin-top: 90px;   
  margin-bottom: 140px;   
}
:where(main.gas-page) .scene-bg:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  height: 100%;
  object-fit: contain; 
  display: block;
}
:where(main.gas-page) .scene-viewport:where(:not(.site-contact,.site-contact *)){ position: relative; }
:where(main.gas-page) .scene-wrapper:where(:not(.site-contact,.site-contact *)){
  display: flex;
  align-items: center;
  gap: 32px;              
  width: 150%;
  max-width: none;      
  margin: 0 auto;         
  padding: 0 4px;        
}
:where(main.gas-page) .scene-wrapper:where(:not(.site-contact,.site-contact *)){
  transform: translateX(-200px); 
}
:where(main.gas-page) .scene-viewport:where(:not(.site-contact,.site-contact *)){
  flex: 1;        
  min-width: 0;   
}
:where(main.gas-page) .scene-hotspots-fixed:where(:not(.site-contact,.site-contact *)){
  position: relative;     
  width: 120px;           
  flex: 0 0 120px;        
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  pointer-events: auto;

  
  background: rgba(139, 140, 142, 0.95); 
  border-radius: 16px;                  
  padding: 20px 0;                      

  
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
:where(main.gas-page) .scene-hotspots-fixed .hs:where(:not(.site-contact,.site-contact *)){
  position: relative;     
  width: 110px;
  height: 110px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
:where(main.gas-page) .scene-hotspots-fixed .hs img:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
:where(main.gas-page) .scene-hotspots-fixed .icon-b:where(:not(.site-contact,.site-contact *)){ opacity: 0; transition: opacity .12s ease; }
:where(main.gas-page) .scene-hotspots-fixed .icon-a:where(:not(.site-contact,.site-contact *)){ opacity: 1; transition: opacity .12s ease; }
:where(main.gas-page) .scene-hotspots-fixed .hs:hover .icon-b:where(:not(.site-contact,.site-contact *)){ opacity: 1; }
:where(main.gas-page) .scene-hotspots-fixed .hs:hover .icon-a:where(:not(.site-contact,.site-contact *)){ opacity: 0; }
:where(main.gas-page) .scene-hotspots-fixed .hs.is-active .icon-b:where(:not(.site-contact,.site-contact *)){ opacity: 1; }
:where(main.gas-page) .scene-hotspots-fixed .hs.is-active .icon-a:where(:not(.site-contact,.site-contact *)){ opacity: 0; }
:where(main.gas-page) .pins:where(:not(.site-contact,.site-contact *)){ position:absolute; inset:0; z-index:6; pointer-events:none; }
:where(main.gas-page) .pin:where(:not(.site-contact,.site-contact *)){ position:absolute; transform:translate(-50%,-50%); width:44px; height:44px; background:transparent; border:0; cursor:pointer; pointer-events:auto; }
:where(main.gas-page) .pin-dot:where(:not(.site-contact,.site-contact *)){
  position:absolute; inset:0;
  border-radius:999px;
  border:2px solid rgba(0,140,255,.95);
  box-shadow:0 0 0 6px rgba(0,140,255,.18);
}
:where(main.gas-page) .pin-dot:where(:not(.site-contact,.site-contact *))::after{
  content:"";
  position:absolute; inset:-10px;
  border-radius:999px;
  border:2px solid rgba(0,140,255,.45);
  animation: pinPulse 1.6s infinite ease-out;
}
@keyframes pinPulse{ 0%{transform:scale(.6);opacity:.85;} 100%{transform:scale(1.25);opacity:0;} }
:where(main.gas-page) .pin-float:where(:not(.site-contact,.site-contact *)){
  position: fixed;
  left: 0; top: 0;
  z-index: 9999;
  display: none;
  pointer-events: none;   
}
:where(main.gas-page) .pin-float.is-open:where(:not(.site-contact,.site-contact *)){ display:block; }
:where(main.gas-page) .pin-float-card:where(:not(.site-contact,.site-contact *)){
  width: min(360px, 80vw);
  background: rgba(255,255,255,.98);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
  backdrop-filter: blur(6px);
}
:where(main.gas-page) .pin-float-media:where(:not(.site-contact,.site-contact *)){
  background: #f6f7f9;
  aspect-ratio: 16 / 9;
}
:where(main.gas-page) .pin-float-media img:where(:not(.site-contact,.site-contact *)){
  width:100%; height:100%;
  object-fit: contain;
  display:block;
}
:where(main.gas-page) .pin-float-info:where(:not(.site-contact,.site-contact *)){ padding: 12px 14px 14px; }
:where(main.gas-page) .pin-float-info h4:where(:not(.site-contact,.site-contact *)){ margin:0 0 6px; font-size: 15px; }
:where(main.gas-page) .pin-float-info p:where(:not(.site-contact,.site-contact *)){ margin:0; font-size: 13px; color: rgba(0,0,0,.65); line-height:1.5; }
:where(main.gas-page) .pins:where(:not(.site-contact,.site-contact *)){
  position:absolute;
  inset:0;
  z-index:50;
  pointer-events:none; 
}
:where(main.gas-page) .pin:where(:not(.site-contact,.site-contact *)){
  position:absolute;
  transform:translate(-50%,-50%);
  width:56px;
  height:56px;
  background:transparent;
  border:0;
  padding:0;
  cursor:pointer;
  pointer-events:auto; 
  z-index:99999;
}
:where(main.gas-page) .pin-dot:where(:not(.site-contact,.site-contact *)){
  position:absolute;
  inset:0;
  border-radius:999px;
  border:3px solid #e9ff1e;
  background:rgba(226, 237, 4, 0.671);
  box-shadow:0 10px 24px rgba(242, 255, 0, 0.637);
}
:where(main.gas-page) .pin-tip:where(:not(.site-contact,.site-contact *)){
  position:absolute;
  left:calc(100% + 65px);
  top:50%;
  transform:translateY(-50%);
  width:250px;
  background:rgba(255,255,255,.96);
  border-radius:14px;
  padding:12px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  display:flex;
  gap:12px;

  opacity:0;
  visibility:hidden;
  transform:translate(8px,-50%);
  transition:.18s ease;
  pointer-events:none; 
}
:where(main.gas-page) .pin-tip-title:where(:not(.site-contact,.site-contact *)){
  font-weight:800;
  font-size:18px;
  color:#0b5ed7;
  margin-bottom:4px;
}
:where(main.gas-page) .pin-tip-desc:where(:not(.site-contact,.site-contact *)){
  font-size:16px;
  line-height:1.5;
  color:#333;
  text-align: left;     
}
:where(main.gas-page) .pin:hover .pin-tip:where(:not(.site-contact,.site-contact *)){
  opacity:1;
  visibility:visible;
  transform:translate(0,-50%);
}
:where(main.gas-page) .pin-pop:where(:not(.site-contact,.site-contact *)){
  position:absolute;
  left:50%;
  top:90px;
  transform:
    translate(-50%, -100%)
    rotateX(12deg)
    rotateY(-12deg)
    scale(.85);
  transform-origin: bottom center;

  opacity:0;
  visibility:hidden;

  transition:
    opacity .25s ease,
    transform .35s cubic-bezier(.2,.8,.2,1);

  z-index:3;
  pointer-events:none;
}
:where(main.gas-page) .pin-pop img:where(:not(.site-contact,.site-contact *)){
  width:180px;              
  height:auto;
  display:block;
  margin-top: -150px;
}
:where(main.gas-page) .pin:hover .pin-pop:where(:not(.site-contact,.site-contact *)){
  opacity:1;
  visibility:visible;
  transform:
    translate(-50%, -120%)
    rotateX(0deg)
    rotateY(0deg)
    scale(1);
}
:where(main.gas-page) .pin-tip-home:where(:not(.site-contact,.site-contact *)){
  position:absolute;
  left:calc(100% + 63px);
  top:120%;
  transform:translateY(-50%);
  width:250px;
  background:rgba(255,255,255,.96);
  border-radius:14px;
  padding:12px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  display:flex;
  gap:12px;

  opacity:0;
  visibility:hidden;
  transform:translate(8px,-50%);
  transition:.18s ease;
  pointer-events:none; 
}
:where(main.gas-page) .pin-tip-title-home:where(:not(.site-contact,.site-contact *)){
  font-weight:800;
  font-size:18px;
  color:#0b5ed7;
  margin-bottom:4px;
}
:where(main.gas-page) .pin-tip-desc-home:where(:not(.site-contact,.site-contact *)){
  font-size:16px;
  line-height:1.5;
  color:#333;
  text-align: left;     
}
:where(main.gas-page) .pin:hover .pin-tip-home:where(:not(.site-contact,.site-contact *)){
  opacity:1;
  visibility:visible;
  transform:translate(0,-50%);
}
:where(main.gas-page) .pin-tip-home1:where(:not(.site-contact,.site-contact *)){
  position:absolute;
  left:calc(100% - 360px);
  top:120%;
  transform:translateY(-50%);
  width:200px;
  background:rgba(255,255,255,.96);
  border-radius:14px;
  padding:12px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  display:flex;
  gap:12px;
  z-index: 9999;
  
  opacity:0;
  visibility:hidden;
  transform:translate(8px,-50%);
  transition:.18s ease;
  pointer-events:none; 
}
:where(main.gas-page) .pin-tip-title-home1:where(:not(.site-contact,.site-contact *)){
  font-weight:800;
  font-size:18px;
  color:#0b5ed7;
  margin-bottom:4px;
}
:where(main.gas-page) .pin-tip-desc-home1:where(:not(.site-contact,.site-contact *)){
  font-size:16px;
  line-height:1.5;
  color:#333;
  text-align: left;     
}
:where(main.gas-page) .pin:hover .pin-tip-home1:where(:not(.site-contact,.site-contact *)){
  opacity:1;
  visibility:visible;
  transform:translate(0,-50%);
}
:where(main.gas-page) .pin-tip-top:where(:not(.site-contact,.site-contact *)){
  position:absolute;
  left:calc(100% - 390px);
  top:120%;
  transform:translateY(-50%);
  width:250px;
  background:rgba(255,255,255,.96);
  border-radius:14px;
  padding:12px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  display:flex;
  gap:12px;
  z-index: 9999;
  
  opacity:0;
  visibility:hidden;
  transform:translate(8px,-50%);
  transition:.18s ease;
  pointer-events:none; 
}
:where(main.gas-page) .pin-tip-title-top:where(:not(.site-contact,.site-contact *)){
  font-weight:800;
  font-size:18px;
  color:#0b5ed7;
  margin-bottom:4px;
}
:where(main.gas-page) .pin-tip-desc-top:where(:not(.site-contact,.site-contact *)){
  font-size:16px;
  line-height:1.5;
  color:#333;
  text-align: left;     
}
:where(main.gas-page) .pin:hover .pin-tip-top:where(:not(.site-contact,.site-contact *)){
  opacity:1;
  visibility:visible;
  transform:translate(0,-50%);
}
:where(main.gas-page) .pin-tip-left:where(:not(.site-contact,.site-contact *)){
  position:absolute;
  left:calc(100% - 390px);
  transform:translateY(-10%);
  width:250px;
  background:rgba(255,255,255,.96);
  border-radius:14px;
  padding:12px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  display:flex;
  gap:12px;
  z-index: 9999;
  
  opacity:0;
  visibility:hidden;
  transform:translate(8px,-50%);
  transition:.18s ease;
  pointer-events:none; 
}
:where(main.gas-page) .pin:hover .pin-tip-left:where(:not(.site-contact,.site-contact *)){
  opacity:1;
  visibility:visible;
  transform:translate(0,-50%);
}
:where(main.gas-page) .pin:where(:not(.site-contact,.site-contact *)){
  position: absolute;   
  z-index: 1;
}
:where(main.gas-page) .pin:hover:where(:not(.site-contact,.site-contact *)){
  z-index: 99999;       
}
@media (min-width: 1101px) and (max-width: 1280px){:where(main.gas-page) .scene-slider:where(:not(.site-contact,.site-contact *)){
    width: min(1180px, 96vw);
    margin: 64px auto 50px;
    padding: 10 12px;
    box-sizing: border-box;
    overflow: visible;
  }
:where(main.gas-page) .scene-wrapper:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: none;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0;
    margin: 0 auto;
    transform: translateX(50px);
  }
:where(main.gas-page) .scene-viewport:where(:not(.site-contact,.site-contact *)){
    flex: none;
    width: 100%;
    height: 680px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
  }
:where(main.gas-page) .scene-slide img:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .scene-bg:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
:where(main.gas-page) .scene-hotspots-fixed:where(:not(.site-contact,.site-contact *)){
    width: min(900px, 100%);
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    padding: 12px 12px;
    border-radius: 14px;
  }
:where(main.gas-page) .scene-hotspots-fixed .hs:where(:not(.site-contact,.site-contact *)){
    width: 92px;
    height: 92px;
  }
:where(main.gas-page) .scene-arrow:where(:not(.site-contact,.site-contact *)){
    top: calc(100% + 12px);
    transform: none;
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 24px;
  }
:where(main.gas-page) .scene-arrow.left:where(:not(.site-contact,.site-contact *)){ left: 24%; }
:where(main.gas-page) .scene-arrow.left:where(:not(.site-contact,.site-contact *)){ top: 90%; }
:where(main.gas-page) .scene-arrow.right:where(:not(.site-contact,.site-contact *)){ left: 83%;}
:where(main.gas-page) .scene-arrow.right:where(:not(.site-contact,.site-contact *)){ top: 90%;}
:where(main.gas-page) .pin:where(:not(.site-contact,.site-contact *)){
    width: 46px;
    height: 46px;
  }
:where(main.gas-page) .pin-pop:where(:not(.site-contact,.site-contact *)){
    top: 80px;
  }
:where(main.gas-page) .pin-pop img:where(:not(.site-contact,.site-contact *)){
    width: 140px;
    height: auto;
    margin-top: -120px;
  }
:where(main.gas-page) .pin-tip:where(:not(.site-contact,.site-contact *)){
    left: 210px;
    top: calc(100% - 130px);
    transform: translate(-50%, 0);
    width: 180px;
  }
:where(main.gas-page) .pin-tip-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-home1:where(:not(.site-contact,.site-contact *)){
    left: 50%;
    top: calc(100% + 18px);
    transform: translate(-50%, 0);
    width: 180px;
  }
:where(main.gas-page) .pin-tip-top:where(:not(.site-contact,.site-contact *)){
    left: 50%;
    top: calc(100% - 310px);
    transform: translate(-50%, 0);
    width: 180px;
  }
:where(main.gas-page) .pin-tip-left:where(:not(.site-contact,.site-contact *)){
    left: -160px;
    top: calc(100% - 150px);
    transform: translate(-50%, 0);
    width: 180px;
  }
:where(main.gas-page) .pin:hover .pin-tip:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin:hover .pin-tip-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin:hover .pin-tip-home1:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin:hover .pin-tip-top:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin:hover .pin-tip-left:where(:not(.site-contact,.site-contact *)){
    transform: translate(-50%, 0);
  }
:where(main.gas-page) .pin-tip-title:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-title-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-title-home1:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-title-top:where(:not(.site-contact,.site-contact *)){
    font-size: 15px;
  }
:where(main.gas-page) .pin-tip-desc:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-desc-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-desc-home1:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-desc-top:where(:not(.site-contact,.site-contact *)){
    font-size: 13px;
    line-height: 1.45;
  }

}
@media (min-width: 993px) and (max-width: 1100px){:where(main.gas-page) .scene-slider:where(:not(.site-contact,.site-contact *)){
    left: 0;
    width: min(1040px, 96vw);
    margin: 56px auto 100px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: visible;
  }
:where(main.gas-page) .scene-wrapper:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: none;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 0;
    margin: 0 auto;
    transform: translateX(0px);
  }
:where(main.gas-page) .scene-viewport:where(:not(.site-contact,.site-contact *)){
    flex: none;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
  }
:where(main.gas-page) .scene-slide img:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .scene-bg:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
:where(main.gas-page) .scene-hotspots-fixed:where(:not(.site-contact,.site-contact *)){
    width: min(760px, 100%);
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 10px;
    border-radius: 12px;
  }
:where(main.gas-page) .scene-hotspots-fixed .hs:where(:not(.site-contact,.site-contact *)){
    width: 82px;
    height: 82px;
  }
:where(main.gas-page) .scene-arrow:where(:not(.site-contact,.site-contact *)){
    top: calc(100% + 10px);
    transform: none;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 22px;
  }
:where(main.gas-page) .scene-arrow.left:where(:not(.site-contact,.site-contact *)){ left: 18%; }
:where(main.gas-page) .scene-arrow.left:where(:not(.site-contact,.site-contact *)){ top: 90%; }
:where(main.gas-page) .scene-arrow.right:where(:not(.site-contact,.site-contact *)){ left: 78%;}
:where(main.gas-page) .scene-arrow.right:where(:not(.site-contact,.site-contact *)){ top: 90%;}
:where(main.gas-page) .pin:where(:not(.site-contact,.site-contact *)){
    width: 40px;
    height: 40px;
  }
:where(main.gas-page) .pin-pop:where(:not(.site-contact,.site-contact *)){
    top: 98px;
  }
:where(main.gas-page) .pin-pop img:where(:not(.site-contact,.site-contact *)){
    width: 118px;
    height: auto;
  }
:where(main.gas-page) .pin-tip:where(:not(.site-contact,.site-contact *)){
    left: 180px;
    top: calc(100% - 116px);
    transform: translate(-50%, 0);
    width: 160px;
  }
:where(main.gas-page) .pin-tip-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-home1:where(:not(.site-contact,.site-contact *)){
    left: 50%;
    top: calc(100% + 24px);
    transform: translate(-50%, 0);
    width: 160px;
  }
:where(main.gas-page) .pin-tip-top:where(:not(.site-contact,.site-contact *)){
    left: 50%;
    top: calc(100% - 270px);
    transform: translate(-50%, 0);
    width: 160px;
  }
:where(main.gas-page) .pin-tip-left:where(:not(.site-contact,.site-contact *)){
    left: -140px;
    top: calc(100% - 124px);
    transform: translate(-50%, 0);
    width: 160px;
  }
:where(main.gas-page) .pin:hover .pin-tip:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin:hover .pin-tip-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin:hover .pin-tip-home1:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin:hover .pin-tip-top:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin:hover .pin-tip-left:where(:not(.site-contact,.site-contact *)){
    transform: translate(-50%, 0);
  }
:where(main.gas-page) .pin-tip-title:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-title-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-title-home1:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-title-top:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
    margin-bottom: 4px;
  }
:where(main.gas-page) .pin-tip-desc:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-desc-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-desc-home1:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-desc-top:where(:not(.site-contact,.site-contact *)){
    font-size: 12px;
    line-height: 1.4;
  }

}
@media (max-width: 992px){:where(main.gas-page) .scene-slider:where(:not(.site-contact,.site-contact *)){
    left: 0px;
    width: 100%;
    margin: 56px auto 92px;
    padding: 0 12px;
  }
:where(main.gas-page) .scene-wrapper:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: none;
    transform: none;

    display: flex;
    flex-direction: column;     
    align-items: center;        
    gap: 14px;
    padding: 0;
  }
:where(main.gas-page) .scene-viewport:where(:not(.site-contact,.site-contact *)){
    flex: none;
    width: 920px;    
    height: 560px;
    margin: 0 auto;
    border-radius: 12px;
  }
:where(main.gas-page) .scene-hotspots-fixed:where(:not(.site-contact,.site-contact *)){
    width: min(820px, 96vw);    
    flex: none;

    flex-direction: row;        
    justify-content: center;
    flex-wrap: wrap;

    padding: 10px 10px;
    gap: 12px;
    border-radius: 14px;
  }
:where(main.gas-page) .scene-hotspots-fixed .hs:where(:not(.site-contact,.site-contact *)){
    width: 110px;
    height: 120px;
  }
:where(main.gas-page) .scene-arrow:where(:not(.site-contact,.site-contact *)){
    top: calc(100% + 18px);
    transform: none;
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 26px;
  }
:where(main.gas-page) .scene-arrow.left:where(:not(.site-contact,.site-contact *)){ left: 44%; }
:where(main.gas-page) .scene-arrow.right:where(:not(.site-contact,.site-contact *)){ left: 56%; }
:where(main.gas-page) .pin:hover .pin-tip:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin:hover .pin-tip-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin:hover .pin-tip-home1:where(:not(.site-contact,.site-contact *)){
    transform: translate(-50%, 0);
  }
:where(main.gas-page) .pin:hover .pin-tip-top:where(:not(.site-contact,.site-contact *)){
    transform: translate(-50%, 0);
  }
:where(main.gas-page) .pin-tip-top:where(:not(.site-contact,.site-contact *)){
    left: -140px;
    top: calc(100% - 150px);
    transform: translate(-50%, 0);
    width: min(160px, 86vw);
  }
:where(main.gas-page) .pin-tip-left:where(:not(.site-contact,.site-contact *)){
    left: -250px;
    top: calc(100% - 100px);
    transform: translate(-50%, 0);
    width: min(180px, 86vw);
  }
:where(main.gas-page) .pin-tip:where(:not(.site-contact,.site-contact *)){
    left: 180px;
    top: calc(100% - 150px);
    transform: translate(-50%, 0);
    width: min(160px, 86vw);
  }
:where(main.gas-page) .pin-pop:where(:not(.site-contact,.site-contact *)){
    
    top: clamp(96px, 12vw, 120px);
  }
:where(main.gas-page) .pin-pop img:where(:not(.site-contact,.site-contact *)){
    width: clamp(120px, 26vw, 80px);
    height: auto;
  }
:where(main.gas-page) .pin:where(:not(.site-contact,.site-contact *)){
    width: 43px;
    height: 43px;
  }
:where(main.gas-page) .pin-tip-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-home1:where(:not(.site-contact,.site-contact *)){
    left: 50%;
    top: calc(100% + 24px);
    transform: translate(-50%, 0);
    width: 160px;
  }
:where(main.gas-page) .pin-tip-top:where(:not(.site-contact,.site-contact *)){
    left: 50%;
    top: calc(100% - 270px);
    transform: translate(-50%, 0);
    width: 160px;
  }
:where(main.gas-page) .pin-tip-left:where(:not(.site-contact,.site-contact *)){
    left: -140px;
    top: calc(100% - 124px);
    transform: translate(-50%, 0);
    width: 160px;
  }
:where(main.gas-page) .pin-tip-title-left:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-title-top:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-title-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-title-home1:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-title:where(:not(.site-contact,.site-contact *)){
  font-size: clamp(12px, 3.8vw, 10px);   
  margin-bottom: clamp(2px, 0.8vw, 4px);
}
:where(main.gas-page) .pin-tip-desc-left:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-desc-top:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-desc-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-desc-home1:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-desc:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(10px, 3.8vw, 8px);   
    margin-bottom: clamp(2px, 0.8vw, 4px);
}

}
@media (max-width: 768px){:where(main.gas-page) .scene-slider:where(:not(.site-contact,.site-contact *)){
    left: 0px;                 
    width: 100%;             
    max-width: 1280px;        
    margin: 0px auto 80px;
    padding: 0 0px;         
    box-sizing: border-box;
  }
:where(main.gas-page) .scene-wrapper:where(:not(.site-contact,.site-contact *)){
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
    padding: 0;
    transform: none;
  }
:where(main.gas-page) .scene-viewport:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    height: clamp(260px, 55vw, 420px);   
    border-radius: 0;
  }
:where(main.gas-page) .scene-hotspots-fixed:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;

    padding: clamp(4px, 2.2vw, 6px);
    gap: clamp(8px, 2vw, 14px);          
    border-radius: 0;
    box-sizing: border-box;
  }
:where(main.gas-page) .scene-hotspots-fixed .hs:where(:not(.site-contact,.site-contact *)){
    width: clamp(50px, 18vw, 70px);
    height: clamp(50px, 18vw, 90px);
    right: auto;                         
  }
:where(main.gas-page) .scene-arrow:where(:not(.site-contact,.site-contact *)){
    top: calc(100% + 8px);
    transform: none;
    width: clamp(56px, 18vw, 80px);
    height: clamp(34px, 10vw, 40px);
    line-height: clamp(32px, 9vw, 38px);
    font-size: clamp(18px, 5vw, 24px);
  }
:where(main.gas-page) .scene-arrow.left:where(:not(.site-contact,.site-contact *)){ left: 16%; }
:where(main.gas-page) .scene-arrow.right:where(:not(.site-contact,.site-contact *)){ left: 70%; }
:where(main.gas-page) .pin-tip:where(:not(.site-contact,.site-contact *)){
    left: 110px;
    top: calc(100% - 80px);
    transform: translate(-50%, 0);
    width: min(120px, 86vw);
  }
:where(main.gas-page) .pin-tip-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin-tip-home1:where(:not(.site-contact,.site-contact *)){
    left: 100%;
    top: calc(100% + 34px);
    transform: translate(-50%, 0);
    width: min(120px, 86vw);
  }
:where(main.gas-page) .pin-tip-left:where(:not(.site-contact,.site-contact *)){
    left: -100px;
    top: calc(100% - 70px);
    transform: translate(-50%, 0);
    width: min(120px, 86vw);
  }
:where(main.gas-page) .pin-tip-top:where(:not(.site-contact,.site-contact *)){
  left: 50%;
  top: calc(180% - 180px);
  transform: translate(-50%, 0);
  width: min(130px, 86vw);
  }
:where(main.gas-page) .pin:hover .pin-tip:where(:not(.site-contact,.site-contact *)){
    transform: translate(-50%, 0);
  }
:where(main.gas-page) .pin:hover .pin-tip-home:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .pin:hover .pin-tip-home1:where(:not(.site-contact,.site-contact *)){
    transform: translate(-50%, 0);
  }
:where(main.gas-page) .pin:hover .pin-tip-left:where(:not(.site-contact,.site-contact *)){
    transform: translate(-70%, 0);
  }
:where(main.gas-page) .pin:where(:not(.site-contact,.site-contact *)){
    width: clamp(26px, 6vw, 33px);
    height: clamp(26px, 6vw, 33px);
  }
:where(main.gas-page) .products-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
    gap: 14px;
  }
:where(main.gas-page) .section-products:where(:not(.site-contact,.site-contact *)){
    padding-bottom: 70px;
  }
:where(main.gas-page) .pin-pop:where(:not(.site-contact,.site-contact *)){
    
    top: clamp(130px, 12vw, 240px);
  }
:where(main.gas-page) .pin-pop img:where(:not(.site-contact,.site-contact *)){
    margin-left: -40px;
    width: clamp(40px, 26vw, 80px);
    height: auto;
  }
:where(main.gas-page) .pin-tip-desc-home1:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(6px, 3.8vw, 8px);   
    margin-bottom: clamp(2px, 0.8vw, 4px);
  }
:where(main.gas-page) .pin-tip-desc-home:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(6px, 3.8vw, 8px);   
    margin-bottom: clamp(2px, 0.8vw, 4px);
  }
:where(main.gas-page) .pin-tip-desc:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(6px, 3.8vw, 8px);   
    margin-bottom: clamp(2px, 0.8vw, 4px);
}
:where(main.gas-page) .pin-tip-title-home1:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(8px, 3.8vw, 10px);   
    margin-bottom: clamp(2px, 0.8vw, 4px);
  }
:where(main.gas-page) .pin-tip-title-home:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(8px, 3.8vw, 10px);   
    margin-bottom: clamp(2px, 0.8vw, 4px);
  }
:where(main.gas-page) .pin-tip-title:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(8px, 3.8vw, 10px);   
    margin-bottom: clamp(2px, 0.8vw, 4px);
}

}
:where(main.gas-page) .map-section:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  padding-top: 80px;
  padding-bottom: 10px;
  background: #fff;
}
:where(main.gas-page) .map-wrap:where(:not(.site-contact,.site-contact *)){
  position: relative;
  width: min(1880px, 100%);
  margin: 0 auto;
  aspect-ratio: 2048 / 1152;
  border-radius: 16px;
  overflow: hidden;
}
:where(main.gas-page) .map-bg:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  max-width: none !important;
  z-index: 1;
}
:where(main.gas-page) .map-title-img:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  max-width: 80%;
  z-index: 6;
  pointer-events: none;
}
:where(main.gas-page) .map-wrap > .map-card:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  left: 3%;
  width: 28%;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0,120,210,0.35);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.25);
  z-index: 5;
}
:where(main.gas-page) .map-wrap > .card-1:where(:not(.site-contact,.site-contact *)){
  top: 2%;
  transform: scale(0.96);
  z-index: 5;
}
:where(main.gas-page) .map-wrap > .card-2:where(:not(.site-contact,.site-contact *)){
  top: 34%;
  transform: scale(1.08);
  z-index: 10;
}
:where(main.gas-page) .map-wrap > .card-3:where(:not(.site-contact,.site-contact *)){
  top: 66%;
  transform: scale(0.96);
  z-index: 5;
}
:where(main.gas-page) .map-card__img:where(:not(.site-contact,.site-contact *)){
  height: 0;
  padding-top: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
:where(main.gas-page) .map-card__caption:where(:not(.site-contact,.site-contact *)){
  padding: 10px 14px;
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 600;
  color: #fff;
}
:where(main.gas-page) .map-label:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(2, 95, 167, 0.45);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  color: #fff;
  font-weight: 700;
  font-size: clamp(12px, 1.05vw, 16px);
  white-space: nowrap;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  z-index: 6;
}
:where(main.gas-page) .label-shenyang:where(:not(.site-contact,.site-contact *)){ left: 84%; top: 24%; }
:where(main.gas-page) .label-shanghai-base:where(:not(.site-contact,.site-contact *)){ left: 87%; top: 41%; }
:where(main.gas-page) .label-shanghai-sales:where(:not(.site-contact,.site-contact *)){ left: 88%; top: 47%; }
:where(main.gas-page) .label-xiamen-hq:where(:not(.site-contact,.site-contact *)){ left: 86%; top: 62%; }
:where(main.gas-page) .label-xiamen-rd:where(:not(.site-contact,.site-contact *)){ left: 85%; top: 68%; }
:where(main.gas-page) .label-chongqing:where(:not(.site-contact,.site-contact *)){ left: 43%; top: 48%; }
:where(main.gas-page) .label-guangzhou:where(:not(.site-contact,.site-contact *)){ left: 57%; top: 55%; }
:where(main.gas-page) .map-pin:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
:where(main.gas-page) .map-pin-dot:where(:not(.site-contact,.site-contact *)){
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.25);
}
:where(main.gas-page) .map-marker:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  transform: translate(-50%, -100%);
  width: 36px;
  height: 52px;
  z-index: 6;
  pointer-events: none;
}
:where(main.gas-page) .map-marker:where(:not(.site-contact,.site-contact *))::before{
  content:"";
  position:absolute;
  left: 50%;
  top: 2px;
  transform: translateX(-50%);
  width: 28px;
  height: 40px;
  clip-path: polygon(50% 0%, 84% 20%, 100% 58%, 50% 100%, 0% 58%, 16% 20%);
  background: linear-gradient(135deg,
    rgba(255,245,200,.95) 0%,
    rgba(255,205,80,.95) 35%,
    rgba(200,135,20,.95) 70%,
    rgba(255,220,120,.95) 100%
  );
  box-shadow:
    0 8px 16px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.55);
  border-radius: 4px;
}
:where(main.gas-page) .map-marker:where(:not(.site-contact,.site-contact *))::after{
  content:"";
  position:absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%,
    rgba(255,255,255,.9) 0%,
    rgba(255,220,120,.95) 35%,
    rgba(190,120,10,.95) 80%
  );
  box-shadow:
    0 0 0 6px rgba(255,210,90,.20),
    0 10px 18px rgba(0,0,0,.15);
}
:where(main.gas-page) .map-wrap > .map-card:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .map-wrap .map-label:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .map-wrap .map-marker:where(:not(.site-contact,.site-contact *)){
  opacity: 0;
  transform: translateY(12px);
  animation: mapFadeUp .8s ease forwards;
  will-change: transform, opacity;
}
@keyframes mapFadeUp{
  to { opacity: 1; transform: translateY(0); }
}
:where(main.gas-page) .map-wrap > .card-1:where(:not(.site-contact,.site-contact *)){ animation-delay: .10s; }
:where(main.gas-page) .map-wrap > .card-2:where(:not(.site-contact,.site-contact *)){ animation-delay: .22s; }
:where(main.gas-page) .map-wrap > .card-3:where(:not(.site-contact,.site-contact *)){ animation-delay: .34s; }
:where(main.gas-page) .map-wrap .label-shenyang:where(:not(.site-contact,.site-contact *)){ animation-delay: .18s; }
:where(main.gas-page) .map-wrap .label-shanghai-base:where(:not(.site-contact,.site-contact *)){ animation-delay: .26s; }
:where(main.gas-page) .map-wrap .label-shanghai-sales:where(:not(.site-contact,.site-contact *)){ animation-delay: .30s; }
:where(main.gas-page) .map-wrap .label-xiamen-hq:where(:not(.site-contact,.site-contact *)){ animation-delay: .38s; }
:where(main.gas-page) .map-wrap .label-xiamen-rd:where(:not(.site-contact,.site-contact *)){ animation-delay: .44s; }
:where(main.gas-page) .map-wrap .label-chongqing:where(:not(.site-contact,.site-contact *)){ animation-delay: .50s; }
:where(main.gas-page) .map-wrap .label-guangzhou:where(:not(.site-contact,.site-contact *)){ animation-delay: .56s; }
:where(main.gas-page) .map-wrap .map-marker.gold:where(:not(.site-contact,.site-contact *)){ animation-delay: .65s; }
:where(main.gas-page) .map-marker.gold:where(:not(.site-contact,.site-contact *)){
  animation:
    mapFadeUp .8s ease forwards,
    markerFloat 2.8s ease-in-out infinite;
  animation-delay: .65s, 1.45s;
}
@keyframes markerFloat{
  0%,100%{ transform: translate(-50%, -100%) translateY(0); }
  50%{ transform: translate(-50%, -100%) translateY(-3px); }
}
:where(main.gas-page) .map-marker.gold:where(:not(.site-contact,.site-contact *))::after{
  animation: markerPulse 1.6s ease-out infinite;
}
@keyframes markerPulse{
  0%{
    transform: translateX(-50%) scale(0.85);
    opacity: .95;
    box-shadow:
      0 0 0 6px rgba(255,210,90,.24),
      0 10px 18px rgba(0,0,0,.15);
  }
  70%{
    transform: translateX(-50%) scale(1.9);
    opacity: .05;
    box-shadow:
      0 0 0 18px rgba(255,210,90,.05),
      0 10px 18px rgba(0,0,0,.12);
  }
  100%{
    transform: translateX(-50%) scale(2.15);
    opacity: 0;
    box-shadow:
      0 0 0 24px rgba(255,210,90,0),
      0 10px 18px rgba(0,0,0,.10);
  }
}
:where(main.gas-page) .map-cards-grid:where(:not(.site-contact,.site-contact *)){
  display: none;
}
@media (max-width: 768px){:where(main.gas-page) .map-section:where(:not(.site-contact,.site-contact *)){
    padding-top: 28px;
    padding-bottom: 20px;
  }
:where(main.gas-page) .map-wrap:where(:not(.site-contact,.site-contact *)){
    border-radius: 12px;
  }
:where(main.gas-page) .map-title-img:where(:not(.site-contact,.site-contact *)){
    top: 12px;
    width: 130px;
    max-width: 62%;
  }
:where(main.gas-page) .map-wrap > .map-card:where(:not(.site-contact,.site-contact *)){
    display: none !important;
  }
:where(main.gas-page) .map-marker:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .map-marker.gold:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .map-marker:where(:not(.site-contact,.site-contact *))::before,
:where(main.gas-page) .map-marker:where(:not(.site-contact,.site-contact *))::after{
    display: none !important;
    animation: none !important;
    content: none !important;
  }
:where(main.gas-page) .map-label:where(:not(.site-contact,.site-contact *)){
    padding: 4px 7px;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.15;
    background: rgba(2, 95, 167, 0.78);
    box-shadow:
      0 4px 12px rgba(0, 0, 0, 0.12),
      inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  }
:where(main.gas-page) .label-shenyang:where(:not(.site-contact,.site-contact *)){ left: 77.5%; top: 23.5%; }
:where(main.gas-page) .label-shanghai-base:where(:not(.site-contact,.site-contact *)){ left: 77.5%; top: 41.5%; }
:where(main.gas-page) .label-shanghai-sales:where(:not(.site-contact,.site-contact *)){ left: 76.5%; top: 47.5%; }
:where(main.gas-page) .label-xiamen-hq:where(:not(.site-contact,.site-contact *)){ left: 74.5%; top: 61.5%; }
:where(main.gas-page) .label-xiamen-rd:where(:not(.site-contact,.site-contact *)){ left: 73.5%; top: 67.5%; }
:where(main.gas-page) .label-chongqing:where(:not(.site-contact,.site-contact *)){ left: 43.5%; top: 49.5%; }
:where(main.gas-page) .label-guangzhou:where(:not(.site-contact,.site-contact *)){ left: 57%; top: 57%; }
:where(main.gas-page) .map-cards-grid:where(:not(.site-contact,.site-contact *)){
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;              
    margin-top: 12px;
  }
:where(main.gas-page) .map-cards-grid .map-card:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 92%;         
    justify-self: center;   
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0,120,210,0.35);
    box-shadow:
      0 8px 18px rgba(0,0,0,0.14),
      inset 0 0 0 1px rgba(255,255,255,0.20);
  }
:where(main.gas-page) .map-cards-grid .mobile-card-3:where(:not(.site-contact,.site-contact *)){
    grid-column: 1 / -1;
    max-width: 78%;         
    justify-self: center;
  }
:where(main.gas-page) .map-cards-grid .map-card__img:where(:not(.site-contact,.site-contact *)){
    height: 0;
    padding-top: 48%;       
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
:where(main.gas-page) .map-cards-grid .map-card__caption:where(:not(.site-contact,.site-contact *)){
    padding: 8px 10px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(
    90deg,
    rgba(25, 144, 255, 0.88) 0%,
    rgba(33, 150, 243, 0.72) 45%,
    rgba(80, 180, 255, 0.42) 100%
  );

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border-top: 1px solid rgba(255,255,255,0.14);
  }

}
@media (max-width: 560px){:where(main.gas-page) .map-section:where(:not(.site-contact,.site-contact *)){
    padding-top: 20px;
    padding-bottom: 16px;
  }
:where(main.gas-page) .map-wrap:where(:not(.site-contact,.site-contact *)){
    border-radius: 10px;
  }
:where(main.gas-page) .map-title-img:where(:not(.site-contact,.site-contact *)){
    top: 10px;
    width: 136px;
    max-width: 58%;
  }
:where(main.gas-page) .map-cards-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }
:where(main.gas-page) .map-cards-grid .map-card:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .map-cards-grid .mobile-card-3:where(:not(.site-contact,.site-contact *)){
    max-width: 88%;         
    margin: 0 auto;
    border-radius: 10px;
  }
:where(main.gas-page) .map-cards-grid .map-card__img:where(:not(.site-contact,.site-contact *)){
    padding-top: 46%;       
  }
:where(main.gas-page) .map-cards-grid .map-card__caption:where(:not(.site-contact,.site-contact *)){
    padding: 7px 9px;
    font-size: 10px;
    line-height: 1.25;
    background: linear-gradient(
    90deg,
    rgba(25, 144, 255, 0.88) 0%,
    rgba(33, 150, 243, 0.72) 45%,
    rgba(80, 180, 255, 0.42) 100%
  );

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border-top: 1px solid rgba(255,255,255,0.14);
  }
:where(main.gas-page) .map-label:where(:not(.site-contact,.site-contact *)){
    padding: 3px 6px;
    border-radius: 6px;
    font-size: 9px;
    line-height: 1.1;
  }
:where(main.gas-page) .label-shenyang:where(:not(.site-contact,.site-contact *)){ left: 76.5%; top: 23.5%; }
:where(main.gas-page) .label-shanghai-base:where(:not(.site-contact,.site-contact *)){ left: 76%; top: 41.5%; }
:where(main.gas-page) .label-shanghai-sales:where(:not(.site-contact,.site-contact *)){ left: 75.5%; top: 47.5%; }
:where(main.gas-page) .label-xiamen-hq:where(:not(.site-contact,.site-contact *)){ left: 73.5%; top: 61.5%; }
:where(main.gas-page) .label-xiamen-rd:where(:not(.site-contact,.site-contact *)){ left: 72.5%; top: 67.5%; }
:where(main.gas-page) .label-chongqing:where(:not(.site-contact,.site-contact *)){ left: 43%; top: 50%; }
:where(main.gas-page) .label-guangzhou:where(:not(.site-contact,.site-contact *)){ left: 56%; top: 57.5%; }

}
:where(main.gas-page) .partner-section:where(:not(.site-contact,.site-contact *)){
  position: relative;
  padding: clamp(60px, 6vw, 96px) 0;
  background: #fff;
  overflow: visible;                    
}
:where(main.gas-page) .partner-section:where(:not(.site-contact,.site-contact *))::before{
  display: none;
}
:where(main.gas-page) .partner-inner:where(:not(.site-contact,.site-contact *)){
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(28px, 3vw, 56px);
}
:where(main.gas-page) .partner-header:where(:not(.site-contact,.site-contact *)){
  max-width: 1100px;
  margin: 0 auto clamp(28px, 3vw, 44px);
  text-align: center;
}
:where(main.gas-page) .partner-copy:where(:not(.site-contact,.site-contact *)){
  max-width: none;
}
:where(main.gas-page) .partner-eyebrow:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin-bottom: 14px;
  color: #1e88ff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
:where(main.gas-page) .partner-copy p:where(:not(.site-contact,.site-contact *)){
  margin: 16px 0 0;
  color: #38526f;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.55;
}
:where(main.gas-page) .partner-title:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #23405f;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}
:where(main.gas-page) .partner-grid:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
:where(main.gas-page) .partner-item:nth-child(15n + 9):where(:not(.site-contact,.site-contact *)){
  grid-column: 2 / span 2;
}
:where(main.gas-page) .partner-item:nth-last-child(3):where(:not(.site-contact,.site-contact *)){
  grid-column: 6 / span 2;
}
:where(main.gas-page) .partner-item:nth-last-child(2):where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .partner-item:nth-last-child(1):where(:not(.site-contact,.site-contact *)){
  grid-column: span 2;
}
:where(main.gas-page) .partner-item:where(:not(.site-contact,.site-contact *)){
  grid-column: span 2;
  height: 62px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(35, 64, 95, .055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
:where(main.gas-page) .partner-item:hover:where(:not(.site-contact,.site-contact *)){
  transform: translateY(-2px);
  border-color: #cbd8e6;
  box-shadow: 0 14px 30px rgba(35, 64, 95, .1);
}
:where(main.gas-page) .partner-item img:where(:not(.site-contact,.site-contact *)){
  width: 94%;
  height: 82%;
  object-fit: contain;  
  display:block;
  filter: saturate(1.05);
}
:where(main.gas-page) .home-about-section:where(:not(.site-contact,.site-contact *)){
  background: #F4F7FB;
  padding: clamp(64px, 6vw, 104px) 0;
}
:where(main.gas-page) .home-about-stats:where(:not(.site-contact,.site-contact *)){
  width: min(1500px, calc(100% - 80px));
  margin: clamp(70px, 6vw, 104px) auto 0;
  display: grid;
  grid-template-columns: minmax(560px, 1.08fr) minmax(560px, 0.92fr);
  gap: clamp(44px, 5vw, 92px);
  align-items: center;
}
:where(main.gas-page) .home-about-stats-media:where(:not(.site-contact,.site-contact *)){
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #eaf2fb;
  box-shadow: 0 18px 42px rgba(35, 64, 95, .1);
}
:where(main.gas-page) .home-about-stats-media img:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  aspect-ratio: 16 / 8.8;
  display: block;
  object-fit: cover;
}
:where(main.gas-page) .home-about-stats-media figcaption:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 13px 18px;
  background: rgba(30, 136, 255, .82);
  color: #fff;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
:where(main.gas-page) .home-about-stat-grid:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 3.2vw, 56px) clamp(20px, 2.4vw, 44px);
  align-items: start;
}
:where(main.gas-page) .home-about-stat:where(:not(.site-contact,.site-contact *)){
  display: grid;
  justify-items: center;
  text-align: center;
}
:where(main.gas-page) .home-about-stat img:where(:not(.site-contact,.site-contact *)){
  width: 74px;
  height: 74px;
  object-fit: contain;
  display: block;
  margin-bottom: 20px;
}
:where(main.gas-page) .home-about-stat__number:where(:not(.site-contact,.site-contact *)){
  display: block;
  color: #111;
  font-size: clamp(30px, 2.1vw, 38px);
  line-height: 1;
  font-weight: 650;
  letter-spacing: 0;
}
:where(main.gas-page) .home-about-stat__label:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin-top: 12px;
  color: #444;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
:where(main.gas-page) .home-about-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1500px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(680px, 1.18fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: center;
}
:where(main.gas-page) .home-about-copy:where(:not(.site-contact,.site-contact *)){
  min-width: 0;
}
:where(main.gas-page) .home-about-eyebrow:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin-bottom: 14px;
  color: #1e88ff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
:where(main.gas-page) .home-about-copy h2:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #23405f;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .home-about-copy p:where(:not(.site-contact,.site-contact *)){
  margin: 28px 0 0;
  color: #001a3d;
  font-size: clamp(16px, 1.02vw, 18px);
  line-height: 1.75;
}
:where(main.gas-page) .home-about-cta:where(:not(.site-contact,.site-contact *)){
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  padding: 0 22px;
  border-radius: 999px;
  background: #1e88ff;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
:where(main.gas-page) .home-about-cta:where(:not(.site-contact,.site-contact *))::after{
  content: "→";
  margin-left: 8px;
  font-size: 20px;
  line-height: 1;
}
:where(main.gas-page) .home-about-cta:hover:where(:not(.site-contact,.site-contact *)){
  background: #1677e6;
}
:where(main.gas-page) .home-about-video:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #101820;
  overflow: hidden;
}
:where(main.gas-page) .home-about-video video:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
:where(main.gas-page) .home-certifications-section:where(:not(.site-contact,.site-contact *)){
  background: #fff;
  padding: clamp(58px, 5vw, 88px) 0;
}
:where(main.gas-page) .home-certifications-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1500px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 4vw, 56px);
}
:where(main.gas-page) .home-certifications-head:where(:not(.site-contact,.site-contact *)){
  text-align: center;
}
:where(main.gas-page) .home-certifications-eyebrow:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin-bottom: 14px;
  color: #1e88ff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
:where(main.gas-page) .home-certifications-head h2:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #23405f;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .home-certifications-head p:where(:not(.site-contact,.site-contact *)){
  max-width: 1320px;
  margin: 28px auto 0;
  color: #001a3d;
  font-size: clamp(16px, 1.02vw, 18px);
  line-height: 1.75;
  font-weight: 400;
}
:where(main.gas-page) .home-certifications-rail:where(:not(.site-contact,.site-contact *)){
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(180px, 220px));
  justify-content: center;
  gap: clamp(22px, 2.5vw, 44px);
}
:where(main.gas-page) .home-certification-card:where(:not(.site-contact,.site-contact *)){
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  display: grid;
  grid-template-rows: 220px auto;
  gap: 18px;
  align-items: center;
  text-align: center;
}
:where(main.gas-page) .home-certification-card img:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  height: 220px;
  display: block;
  object-fit: contain;
  background: transparent;
}
:where(main.gas-page) .home-certification-card figcaption:where(:not(.site-contact,.site-contact *)){
  color: #23405f;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}
:where(main.gas-page) .home-faq-section:where(:not(.site-contact,.site-contact *)){
  background: #F4F7FB;
  padding: clamp(68px, 6.2vw, 108px) 0;
}
:where(main.gas-page) .home-faq-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
}
:where(main.gas-page) .home-faq-head:where(:not(.site-contact,.site-contact *)){
  position: relative;
  text-align: center;
  padding-bottom: 34px;
  margin-bottom: 28px;
}
:where(main.gas-page) .home-faq-head:where(:not(.site-contact,.site-contact *))::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 190px;
  height: 4px;
  background: #1e88ff;
  transform: translateX(-50%);
}
:where(main.gas-page) .home-faq-eyebrow:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin-bottom: 10px;
  color: #1e88ff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
:where(main.gas-page) .home-faq-head h2:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #23405f;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
:where(main.gas-page) .home-faq-list:where(:not(.site-contact,.site-contact *)){
  border-top: 1px solid #d9dfe7;
}
:where(main.gas-page) .home-faq-item:where(:not(.site-contact,.site-contact *)){
  border-bottom: 1px solid #d9dfe7;
}
:where(main.gas-page) .home-faq-question:where(:not(.site-contact,.site-contact *)){
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #001a3d;
  font-size: clamp(16px, 1.08vw, 19px);
  line-height: 1.35;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}
:where(main.gas-page) .home-faq-question:where(:not(.site-contact,.site-contact *))::-webkit-details-marker{
  display: none;
}
:where(main.gas-page) .home-faq-question:where(:not(.site-contact,.site-contact *))::after{
  content: "";
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-right: 4px solid #1e88ff;
  border-bottom: 4px solid #1e88ff;
  transform: rotate(45deg) translateY(-3px);
  transition: transform .2s ease;
}
:where(main.gas-page) .home-faq-item[open] .home-faq-question:where(:not(.site-contact,.site-contact *))::after{
  transform: rotate(225deg) translate(-2px, -1px);
}
:where(main.gas-page) .home-faq-answer:where(:not(.site-contact,.site-contact *)){
  padding: 0 64px 28px 0;
}
:where(main.gas-page) .home-faq-answer p:where(:not(.site-contact,.site-contact *)){
  max-width: 900px;
  margin: 0;
  color: #31445f;
  font-size: 16px;
  line-height: 1.7;
}
:where(main.gas-page) .home-faq-actions:where(:not(.site-contact,.site-contact *)){
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
:where(main.gas-page) .home-faq-cta:where(:not(.site-contact,.site-contact *)){
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #1e88ff;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
:where(main.gas-page) .home-faq-cta:where(:not(.site-contact,.site-contact *))::after{
  content: "→";
  margin-left: 7px;
  font-size: 20px;
  line-height: 1;
}
:where(main.gas-page) .home-faq-cta:hover:where(:not(.site-contact,.site-contact *)){
  background: #126fd6;
}
:where(main.gas-page) .home-insights-section:where(:not(.site-contact,.site-contact *)){
  background: #fff;
  padding: clamp(68px, 6vw, 108px) 0;
}
:where(main.gas-page) .home-insights-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
}
:where(main.gas-page) .home-insights-head:where(:not(.site-contact,.site-contact *)){
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 3.2vw, 46px);
}
:where(main.gas-page) .home-insights-eyebrow:where(:not(.site-contact,.site-contact *)){
  display: block;
  margin: 0 0 12px;
  color: #1e88ff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
:where(main.gas-page) .home-insights-head h2:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  max-width: 980px;
  color: #23405f;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: 0;
}
:where(main.gas-page) .home-insights-all:where(:not(.site-contact,.site-contact *)){
  flex: 0 0 auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 8px;
}
:where(main.gas-page) .home-insights-all:where(:not(.site-contact,.site-contact *))::after{
  content: "→";
  font-size: 22px;
  line-height: 1;
}
:where(main.gas-page) .home-insights-all:where(:not(.site-contact,.site-contact *))::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #1e88ff;
}
:where(main.gas-page) .home-insights-all:hover:where(:not(.site-contact,.site-contact *)){
  color: #1e88ff;
}
:where(main.gas-page) .home-insights-layout:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: minmax(520px, 1.05fr) minmax(500px, 0.95fr);
  gap: clamp(54px, 6vw, 96px);
  align-items: start;
}
:where(main.gas-page) .home-insights-feature:where(:not(.site-contact,.site-contact *)){
  display: block;
  color: #111;
  text-decoration: none;
  background: #f4f4f2;
}
:where(main.gas-page) .home-insights-feature:hover h3:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .home-insights-list-item:hover h3:where(:not(.site-contact,.site-contact *)){
  color: #1e88ff;
}
:where(main.gas-page) .home-insights-feature__media:where(:not(.site-contact,.site-contact *)){
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
:where(main.gas-page) .home-insights-feature__media img:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
:where(main.gas-page) .home-insights-feature__body:where(:not(.site-contact,.site-contact *)){
  padding: 28px 32px 32px;
}
:where(main.gas-page) .home-insights-meta:where(:not(.site-contact,.site-contact *)){
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  color: #3d4654;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
:where(main.gas-page) .home-insights-feature h3:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .home-insights-list-item h3:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #111;
  font-size: clamp(21px, 1.55vw, 28px);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0;
  transition: color .2s ease;
}
:where(main.gas-page) .home-insights-feature p:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .home-insights-list-item p:where(:not(.site-contact,.site-contact *)){
  margin: 18px 0 0;
  color: #111;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}
:where(main.gas-page) .home-insights-downloads:where(:not(.site-contact,.site-contact *)){
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
:where(main.gas-page) .home-insights-download:where(:not(.site-contact,.site-contact *)){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid #1e88ff;
  background:#1e88ff;
  color:#fff;
  font-size:13px;
  line-height:1.2;
  text-decoration:none;
  transition:background-color .2s ease,border-color .2s ease;
}
:where(main.gas-page) .home-insights-download:hover:where(:not(.site-contact,.site-contact *)){
  border-color:#0f6fcc;
  background:#0f6fcc;
  color:#fff;
}
@media (max-width: 600px){:where(main.gas-page) .home-insights-downloads:where(:not(.site-contact,.site-contact *)){
    flex-direction:column;
  }
:where(main.gas-page) .home-insights-download:where(:not(.site-contact,.site-contact *)){
    width:100%;
    box-sizing:border-box;
  }

}
:where(main.gas-page) .home-insights-list:where(:not(.site-contact,.site-contact *)){
  display: grid;
  gap: clamp(30px, 3.5vw, 54px);
}
:where(main.gas-page) .home-insights-list-item:where(:not(.site-contact,.site-contact *)){
  display: block;
  color: #111;
  text-decoration: none;
}
@media (max-width: 1200px){:where(main.gas-page) .partner-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
:where(main.gas-page) .partner-item:where(:not(.site-contact,.site-contact *)){
    grid-column: span 2;
  }
:where(main.gas-page) .partner-item:nth-child(n):where(:not(.site-contact,.site-contact *)){
    grid-column: span 2;
  }
:where(main.gas-page) .partner-item:nth-child(12n + 7):where(:not(.site-contact,.site-contact *)){
    grid-column: 2 / span 2;
  }

}
@media (max-width: 900px){:where(main.gas-page) .home-insights-inner:where(:not(.site-contact,.site-contact *)){
    width: calc(100% - 32px);
  }
:where(main.gas-page) .home-insights-head:where(:not(.site-contact,.site-contact *)){
    display: block;
  }
:where(main.gas-page) .home-insights-all:where(:not(.site-contact,.site-contact *)){
    display: inline-flex;
    margin-top: 18px;
  }
:where(main.gas-page) .home-insights-layout:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
    gap: 36px;
  }
:where(main.gas-page) .home-about-section:where(:not(.site-contact,.site-contact *)){
    padding: 54px 0 64px;
  }
:where(main.gas-page) .home-about-stats:where(:not(.site-contact,.site-contact *)){
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 52px;
  }
:where(main.gas-page) .home-about-stat-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }
:where(main.gas-page) .home-about-stat:last-child:where(:not(.site-contact,.site-contact *)){
    grid-column: 1 / -1;
  }
:where(main.gas-page) .home-about-stat img:where(:not(.site-contact,.site-contact *)){
    width: 62px;
    height: 62px;
    margin-bottom: 14px;
  }
:where(main.gas-page) .home-about-inner:where(:not(.site-contact,.site-contact *)){
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 34px;
  }
:where(main.gas-page) .home-about-copy h2:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(28px, 7vw, 34px);
  }
:where(main.gas-page) .home-certifications-section:where(:not(.site-contact,.site-contact *)){
    padding: 52px 0 58px;
  }
:where(main.gas-page) .home-certifications-inner:where(:not(.site-contact,.site-contact *)){
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 26px;
  }
:where(main.gas-page) .home-certifications-head p:where(:not(.site-contact,.site-contact *)){
    font-size: clamp(18px, 5vw, 22px);
  }
:where(main.gas-page) .home-certifications-rail:where(:not(.site-contact,.site-contact *)){
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 76vw);
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }
:where(main.gas-page) .home-certification-card:where(:not(.site-contact,.site-contact *)){
    scroll-snap-align: start;
  }
:where(main.gas-page) .home-certification-card img:where(:not(.site-contact,.site-contact *)){
    height: 240px;
  }
:where(main.gas-page) .partner-inner:where(:not(.site-contact,.site-contact *)){
    padding: 0 24px;
  }
:where(main.gas-page) .partner-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
:where(main.gas-page) .partner-item:where(:not(.site-contact,.site-contact *)){
    grid-column: span 2;
  }
:where(main.gas-page) .partner-item:nth-child(n):where(:not(.site-contact,.site-contact *)){
    grid-column: span 2;
  }

}
@media (max-width: 640px){:where(main.gas-page) .home-insights-section:where(:not(.site-contact,.site-contact *)){
    padding: 54px 0 64px;
  }
:where(main.gas-page) .home-insights-layout:where(:not(.site-contact,.site-contact *)){
    gap: 30px;
  }
:where(main.gas-page) .home-insights-feature__body:where(:not(.site-contact,.site-contact *)){
    padding: 24px 22px 28px;
  }
:where(main.gas-page) .partner-title:where(:not(.site-contact,.site-contact *)){
    white-space: normal;
  }
:where(main.gas-page) .home-faq-section:where(:not(.site-contact,.site-contact *)){
    padding: 54px 0 64px;
  }
:where(main.gas-page) .home-faq-inner:where(:not(.site-contact,.site-contact *)){
    width: calc(100% - 32px);
  }
:where(main.gas-page) .home-faq-head:where(:not(.site-contact,.site-contact *)){
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
:where(main.gas-page) .home-faq-head:where(:not(.site-contact,.site-contact *))::after{
    width: 128px;
    height: 3px;
  }
:where(main.gas-page) .home-faq-question:where(:not(.site-contact,.site-contact *)){
    min-height: 68px;
    font-size: 15px;
  }
:where(main.gas-page) .home-faq-answer:where(:not(.site-contact,.site-contact *)){
    padding: 0 30px 22px 0;
  }
:where(main.gas-page) .home-faq-answer p:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
  }
:where(main.gas-page) .home-faq-actions:where(:not(.site-contact,.site-contact *)){
    margin-top: 44px;
  }
:where(main.gas-page) .partner-grid:where(:not(.site-contact,.site-contact *)){
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
:where(main.gas-page) .partner-item:where(:not(.site-contact,.site-contact *)){
    grid-column: span 2;
    height: 50px;
  }
:where(main.gas-page) .partner-item:nth-child(n):where(:not(.site-contact,.site-contact *)){
    grid-column: span 2;
  }

}
:where(main.gas-page) .intro-section:where(:not(.site-contact,.site-contact *)){
  position: relative;
  width: 100%;
  min-height: 70vh; 

  background: url("/assets/img/pages/aboutus/aboutbg.webp") center / cover no-repeat;
}
:where(main.gas-page) .intro-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1200px, 92%);
  margin: 0 auto;
  height: 100%;

  display: flex;
  align-items: center;
}
:where(main.gas-page) .contact-section:where(:not(.site-contact,.site-contact *)){
  padding: clamp(56px, 6vw, 90px) 0;
  background: #F7F7F7;
}
:where(main.gas-page) .contact-inner:where(:not(.site-contact,.site-contact *)){
  width: min(1180px, 92%);
  margin: 0 auto;
  transform: translateX(-160px);  
}
:where(main.gas-page) .contact-grid:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
}
:where(main.gas-page) .contact-title:where(:not(.site-contact,.site-contact *)){
  color: #23405f;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 10px;
}
:where(main.gas-page) .contact-subtitle:where(:not(.site-contact,.site-contact *)){
  margin: 0 0 26px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}
:where(main.gas-page) .contact-accent:where(:not(.site-contact,.site-contact *)){
  color: #1677ff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
:where(main.gas-page) .contact-form:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  max-width: 660px;
}
:where(main.gas-page) .f-row:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
:where(main.gas-page) .f-row--top:where(:not(.site-contact,.site-contact *)){
  align-items: start;
}
:where(main.gas-page) .f-label:where(:not(.site-contact,.site-contact *)){
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
:where(main.gas-page) .req:where(:not(.site-contact,.site-contact *)){
  color: #1677ff;
  margin-left: 4px;
}
:where(main.gas-page) .f-control:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-select:where(:not(.site-contact,.site-contact *)){
  position: relative;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
:where(main.gas-page) .f-input:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  height: 44px;
  border-radius: 999px;
  box-sizing: border-box;   
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.96);
  padding: 0 16px;
  font-size: 14px;
  outline: none;
  transition: box-shadow .2s ease, border-color .2s ease;
}
:where(main.gas-page) .f-input:focus:where(:not(.site-contact,.site-contact *)){
  border-color: rgba(22,119,255,0.6);
  box-shadow: 0 0 0 4px rgba(22,119,255,0.14);
}
:where(main.gas-page) .f-input:where(:not(.site-contact,.site-contact *))::placeholder{
  color: rgba(0,0,0,0.38);
}
:where(main.gas-page) .f-select .f-input:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 56px; 
}
:where(main.gas-page) .f-select-icon:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}
:where(main.gas-page) .f-select-icon:where(:not(.site-contact,.site-contact *))::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #8a8f98;
  border-bottom: 2px solid #8a8f98;
  transform: translate(-50%, -65%) rotate(45deg);
}
:where(main.gas-page) .f-control:where(:not(.site-contact,.site-contact *)){ position: relative; }
:where(main.gas-page) .f-textarea:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  min-height: 120px;
  border-radius: 18px;
  box-sizing: border-box;   
  border: 1px solid rgba(0,0,0,0.12);
  padding: 14px 16px;
  font-size: 14px;
  outline: none;
  resize: vertical;
  transition: box-shadow .2s ease, border-color .2s ease;
}
:where(main.gas-page) .f-textarea:focus:where(:not(.site-contact,.site-contact *)){
  border-color: rgba(22,119,255,0.6);
  box-shadow: 0 0 0 4px rgba(22,119,255,0.14);
}
:where(main.gas-page) .f-textarea:where(:not(.site-contact,.site-contact *))::placeholder{
  color: rgba(0,0,0,0.38);
}
:where(main.gas-page) .f-actions:where(:not(.site-contact,.site-contact *)){
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
:where(main.gas-page) .f-submit:where(:not(.site-contact,.site-contact *)){
  height: 44px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  background: #1677ff;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(22,119,255,0.28);
  transition: transform .2s ease, box-shadow .2s ease;
}
:where(main.gas-page) .f-submit:hover:where(:not(.site-contact,.site-contact *)){
  transform: translateY(-1px);
  box-shadow: 0 22px 54px rgba(22,119,255,0.34);
}
:where(main.gas-page) .contact-grid:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: 1.1fr 0.9fr; 
  gap: 40px;
}
:where(main.gas-page) .contact-right:where(:not(.site-contact,.site-contact *)){
  position: relative;
  display: right;
  align-items: flex-end;    
  justify-content: flex-end;  
  min-height: 80px;        
}
:where(main.gas-page) .contact-image:where(:not(.site-contact,.site-contact *)){
  max-width: 150%;     
  height: auto;
  border-radius: 12px;
  margin-left: 80px;       
  
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
@media (min-width: 1721px){:where(main.gas-page) .contact-inner:where(:not(.site-contact,.site-contact *)){
    width: min(1180px, 92%);
    transform: translateX(-160px);
  }
:where(main.gas-page) .contact-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
  }
:where(main.gas-page) .contact-image:where(:not(.site-contact,.site-contact *)){
    max-width: 150%;
    margin-left: 80px;
  }

}
@media (min-width: 1601px) and (max-width: 1720px){:where(main.gas-page) .contact-inner:where(:not(.site-contact,.site-contact *)){
    width: min(1140px, 92%);
    transform: translateX(-132px);
  }
:where(main.gas-page) .contact-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1.12fr 0.88fr;
    gap: 34px;
  }
:where(main.gas-page) .contact-image:where(:not(.site-contact,.site-contact *)){
    max-width: 144%;
    margin-left: 62px;
  }

}
@media (min-width: 1441px) and (max-width: 1600px){:where(main.gas-page) .contact-inner:where(:not(.site-contact,.site-contact *)){
    width: min(1080px, 91%);
    transform: translateX(-96px);
  }
:where(main.gas-page) .contact-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1.14fr 0.86fr;
    gap: 28px;
  }
:where(main.gas-page) .contact-image:where(:not(.site-contact,.site-contact *)){
    max-width: 136%;
    margin-left: 102px;
  }

}
@media (min-width: 1367px) and (max-width: 1440px){:where(main.gas-page) .contact-inner:where(:not(.site-contact,.site-contact *)){
    width: min(1020px, 90%);
    transform: translateX(-58px);
  }
:where(main.gas-page) .contact-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1.16fr 0.84fr;
    gap: 22px;
  }
:where(main.gas-page) .contact-image:where(:not(.site-contact,.site-contact *)){
    max-width: 126%;
    margin-left: 120px;
  }

}
@media (min-width: 1281px) and (max-width: 1366px){:where(main.gas-page) .contact-inner:where(:not(.site-contact,.site-contact *)){
    width: min(980px, 89%);
    transform: translateX(-20px);
  }
:where(main.gas-page) .contact-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1.18fr 0.82fr;
    gap: 18px;
    align-items: center;
  }
:where(main.gas-page) .contact-form:where(:not(.site-contact,.site-contact *)){
    max-width: 560px;
  }
:where(main.gas-page) .contact-image:where(:not(.site-contact,.site-contact *)){
    max-width: 118%;
    margin-left: 80px;
  }

}
@media (min-width: 1101px) and (max-width: 1280px){:where(main.gas-page) .contact-section:where(:not(.site-contact,.site-contact *)){
    overflow: visible;
    padding: 52px 0 64px;
  }
:where(main.gas-page) .contact-inner:where(:not(.site-contact,.site-contact *)){
    width: min(1180px, 94vw);
    margin: 0 auto;
    transform: none;
  }
:where(main.gas-page) .contact-grid:where(:not(.site-contact,.site-contact *)){
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }
:where(main.gas-page) .contact-left:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .contact-right:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .contact-form:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-row:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-control:where(:not(.site-contact,.site-contact *)){
    min-width: 0;
  }
:where(main.gas-page) .contact-right:where(:not(.site-contact,.site-contact *)){
    order: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
  }
:where(main.gas-page) .contact-image:where(:not(.site-contact,.site-contact *)){
    display: block;
    width: 100%;
    max-width: 860px;
    height: auto;
    margin: 0 auto;
    border-radius: 14px;
    object-fit: contain;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  }
:where(main.gas-page) .contact-left:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
  }
:where(main.gas-page) .contact-title:where(:not(.site-contact,.site-contact *)){
    font-size: 34px;
    line-height: 1.22;
    margin: 0 0 12px;
  }
:where(main.gas-page) .contact-subtitle:where(:not(.site-contact,.site-contact *)){
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.75;
  }
:where(main.gas-page) .contact-form:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 100%;
  }
:where(main.gas-page) .f-row:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 92px 1fr;
    gap: 14px;
    margin-bottom: 14px;
    width: 100%;
  }
:where(main.gas-page) .f-label:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
    line-height: 1.5;
  }
:where(main.gas-page) .f-control:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 100%;
    position: relative;
  }
:where(main.gas-page) .f-input:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-textarea:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-select .f-input:where(:not(.site-contact,.site-contact *)){
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
:where(main.gas-page) .f-input:where(:not(.site-contact,.site-contact *)){
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }
:where(main.gas-page) .f-textarea:where(:not(.site-contact,.site-contact *)){
    min-height: 126px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.7;
  }
:where(main.gas-page) .f-actions:where(:not(.site-contact,.site-contact *)){
    justify-content: center;
    margin-top: 18px;
  }

}
@media (min-width: 861px) and (max-width: 1100px){:where(main.gas-page) .contact-section:where(:not(.site-contact,.site-contact *)){
    overflow: visible;;
    padding: 46px 0 58px;
  }
:where(main.gas-page) .contact-inner:where(:not(.site-contact,.site-contact *)){
    width: min(100%, 94vw);
    margin: 0 auto;
    transform: none;
  }
:where(main.gas-page) .contact-grid:where(:not(.site-contact,.site-contact *)){
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }
:where(main.gas-page) .contact-left:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .contact-right:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .contact-form:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-row:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-control:where(:not(.site-contact,.site-contact *)){
    min-width: 0;
  }
:where(main.gas-page) .contact-right:where(:not(.site-contact,.site-contact *)){
    order: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
  }
:where(main.gas-page) .contact-image:where(:not(.site-contact,.site-contact *)){
    display: block;
    width: 100%;
    max-width: 720px;
    height: auto;
    margin: 0 auto;
    border-radius: 14px;
    object-fit: contain;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  }
:where(main.gas-page) .contact-left:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
:where(main.gas-page) .contact-title:where(:not(.site-contact,.site-contact *)){
    font-size: 30px;
    line-height: 1.24;
    margin: 0 0 10px;
  }
:where(main.gas-page) .contact-subtitle:where(:not(.site-contact,.site-contact *)){
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.75;
  }
:where(main.gas-page) .contact-form:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 100%;
  }
:where(main.gas-page) .f-row:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 84px 1fr;
    gap: 12px;
    margin-bottom: 13px;
    width: 100%;
  }
:where(main.gas-page) .f-label:where(:not(.site-contact,.site-contact *)){
    font-size: 13px;
    line-height: 1.5;
  }
:where(main.gas-page) .f-control:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 100%;
    position: relative;
  }
:where(main.gas-page) .f-input:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-textarea:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-select .f-input:where(:not(.site-contact,.site-contact *)){
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
:where(main.gas-page) .f-input:where(:not(.site-contact,.site-contact *)){
    height: 43px;
    padding: 0 15px;
    font-size: 14px;
  }
:where(main.gas-page) .f-textarea:where(:not(.site-contact,.site-contact *)){
    min-height: 118px;
    padding: 13px 15px;
    font-size: 14px;
    line-height: 1.7;
  }
:where(main.gas-page) .f-actions:where(:not(.site-contact,.site-contact *)){
    justify-content: center;
    margin-top: 18px;
  }

}
@media (max-width: 860px){:where(main.gas-page) .contact-section:where(:not(.site-contact,.site-contact *)){
    padding: 44px 0 52px;
    overflow: visible;;
  }
:where(main.gas-page) .contact-inner:where(:not(.site-contact,.site-contact *)){
    width: min(100%, 92vw);
    margin: 0 auto;
    transform: none;
  }
:where(main.gas-page) .contact-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }
:where(main.gas-page) .contact-left:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .contact-right:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .contact-form:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-row:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-control:where(:not(.site-contact,.site-contact *)){
    min-width: 0;
  }
:where(main.gas-page) .contact-right:where(:not(.site-contact,.site-contact *)){
    order: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
  }
:where(main.gas-page) .contact-image:where(:not(.site-contact,.site-contact *)){
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
    border-radius: 14px;
    object-fit: contain;
  }
:where(main.gas-page) .contact-title:where(:not(.site-contact,.site-contact *)){
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 10px;
  }
:where(main.gas-page) .contact-subtitle:where(:not(.site-contact,.site-contact *)){
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.75;
  }
:where(main.gas-page) .contact-form:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .contact-form *:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-control:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-input:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-textarea:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-select:where(:not(.site-contact,.site-contact *)){
    box-sizing: border-box;
  }
:where(main.gas-page) .contact-form:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
:where(main.gas-page) .f-row:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 16px;
    width: 100%;
  }
:where(main.gas-page) .f-label:where(:not(.site-contact,.site-contact *)){
    font-size: 13px;
    line-height: 1.5;
  }
:where(main.gas-page) .f-control:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 100%;
    position: relative;
  }
:where(main.gas-page) .f-input:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-textarea:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .f-select .f-input:where(:not(.site-contact,.site-contact *)){
    display: block;
    width: 100%;
    max-width: 100%;
  }
:where(main.gas-page) .f-input:where(:not(.site-contact,.site-contact *)){
    height: 46px;
    padding: 0 15px;
    font-size: 15px;
    border-radius: 999px;
  }
:where(main.gas-page) .f-select .f-input:where(:not(.site-contact,.site-contact *)){
    padding-right: 52px;
  }
:where(main.gas-page) .f-select-icon:where(:not(.site-contact,.site-contact *)){
    right: 10px;
    width: 28px;
    height: 28px;
  }
:where(main.gas-page) .f-select-icon:where(:not(.site-contact,.site-contact *))::after{
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
  }
:where(main.gas-page) .f-textarea:where(:not(.site-contact,.site-contact *)){
    min-height: 118px;
    padding: 13px 15px;
    font-size: 15px;
    line-height: 1.7;
    border-radius: 16px;
    display: block;
  }
:where(main.gas-page) .f-actions:where(:not(.site-contact,.site-contact *)){
    justify-content: center;
    margin-top: 18px;
    width: 100%;
  }
:where(main.gas-page) .f-submit:where(:not(.site-contact,.site-contact *)){
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 46px;
    padding: 0 20px;
    font-size: 15px;
  }

}
@media (max-width: 560px){:where(main.gas-page) .contact-section:where(:not(.site-contact,.site-contact *)){
    padding: 36px 0 44px;
  }
:where(main.gas-page) .contact-inner:where(:not(.site-contact,.site-contact *)){
    width: min(100%, 90vw);
  }
:where(main.gas-page) .contact-grid:where(:not(.site-contact,.site-contact *)){
    gap: 20px;
  }
:where(main.gas-page) .contact-image:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
  }
:where(main.gas-page) .contact-title:where(:not(.site-contact,.site-contact *)){
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
:where(main.gas-page) .contact-subtitle:where(:not(.site-contact,.site-contact *)){
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 18px;
  }
:where(main.gas-page) .f-row:where(:not(.site-contact,.site-contact *)){
    gap: 6px;
    margin-bottom: 14px;
  }
:where(main.gas-page) .f-label:where(:not(.site-contact,.site-contact *)){
    font-size: 12px;
  }
:where(main.gas-page) .f-input:where(:not(.site-contact,.site-contact *)){
    height: 44px;
    font-size: 14px;
    padding: 0 14px;
  }
:where(main.gas-page) .f-select .f-input:where(:not(.site-contact,.site-contact *)){
    padding-right: 50px;
  }
:where(main.gas-page) .f-textarea:where(:not(.site-contact,.site-contact *)){
    min-height: 108px;
    font-size: 14px;
    padding: 12px 14px;
    border-radius: 14px;
  }
:where(main.gas-page) .f-submit:where(:not(.site-contact,.site-contact *)){
    height: 44px;
    font-size: 15px;
  }

}
@media (max-width: 390px){:where(main.gas-page) .contact-inner:where(:not(.site-contact,.site-contact *)){
    width: min(100%, 88vw);
  }
:where(main.gas-page) .contact-title:where(:not(.site-contact,.site-contact *)){
    font-size: 20px;
  }
:where(main.gas-page) .contact-subtitle:where(:not(.site-contact,.site-contact *)){
    font-size: 12px;
  }
:where(main.gas-page) .f-label:where(:not(.site-contact,.site-contact *)){
    font-size: 12px;
  }
:where(main.gas-page) .f-input:where(:not(.site-contact,.site-contact *)){
    height: 42px;
    font-size: 14px;
  }
:where(main.gas-page) .f-textarea:where(:not(.site-contact,.site-contact *)){
    min-height: 100px;
    font-size: 14px;
  }
:where(main.gas-page) .f-submit:where(:not(.site-contact,.site-contact *)){
    height: 42px;
    font-size: 14px;
  }

}
:where(main.gas-page) .site-footer:where(:not(.site-contact,.site-contact *)){background:#ffffff;color:#4e6074;padding:68px 0 24px;border-top:1px solid #e0e6ed;margin-bottom:0}
:where(main.gas-page) .site-footer .footer-inner:where(:not(.site-contact,.site-contact *)){width:min(1440px,92%);margin:0 auto}
:where(main.gas-page) .site-footer .footer-top:where(:not(.site-contact,.site-contact *)){display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.1fr);gap:clamp(28px,4vw,64px);align-items:start}
:where(main.gas-page) .site-footer .footer-col:where(:not(.site-contact,.site-contact *)){min-width:0}
:where(main.gas-page) .site-footer .footer-brand:where(:not(.site-contact,.site-contact *)){display:inline-block;margin-bottom:23px}
:where(main.gas-page) .site-footer .footer-logo:where(:not(.site-contact,.site-contact *)){display:block;width:190px;max-width:100%;height:auto;filter:none}
:where(main.gas-page) .site-footer .footer-inquiry-title:where(:not(.site-contact,.site-contact *)){margin:0 0 10px;color:#001a3d;font-size:20px;line-height:1.35;font-weight:600}
:where(main.gas-page) .site-footer .footer-intro:where(:not(.site-contact,.site-contact *)){margin:0 0 22px;font-size:14px;line-height:1.65;color:#4e6074}
:where(main.gas-page) .site-footer .footer-h:where(:not(.site-contact,.site-contact *)){margin:4px 0 28px;color:#001a3d;font-size:20px;font-weight:600;line-height:1.4}
:where(main.gas-page) .site-footer .footer-link:where(:not(.site-contact,.site-contact *)){display:block;width:fit-content;margin:0 0 18px;color:#4e6074;font-size:14px;line-height:1.65;text-decoration:none;transition:color .2s}
:where(main.gas-page) .site-footer a:hover:where(:not(.site-contact,.site-contact *)){color:#2866e7}
:where(main.gas-page) .site-footer a:focus-visible:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .site-footer button:focus-visible:where(:not(.site-contact,.site-contact *)){outline:2px solid #2866e7;outline-offset:5px}
:where(main.gas-page) .site-footer .footer-form:where(:not(.site-contact,.site-contact *)){display:grid;gap:12px}
:where(main.gas-page) .site-footer .footer-field:where(:not(.site-contact,.site-contact *)){display:grid;gap:6px;color:#263d55;font-size:12px;line-height:1.4}
:where(main.gas-page) .site-footer .footer-optional:where(:not(.site-contact,.site-contact *)){color:#607086}
:where(main.gas-page) .site-footer .footer-field input:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .site-footer .footer-field textarea:where(:not(.site-contact,.site-contact *)){box-sizing:border-box;display:block;width:100%;min-width:0;padding:11px 12px;border:1px solid #c5cfda;border-radius:4px;background:#fff;color:#001a3d;font:inherit;font-size:14px;line-height:1.5}
:where(main.gas-page) .site-footer .footer-field input:where(:not(.site-contact,.site-contact *))::placeholder,
:where(main.gas-page) .site-footer .footer-field textarea:where(:not(.site-contact,.site-contact *))::placeholder{color:#68788b;opacity:1}
:where(main.gas-page) .site-footer .footer-field textarea:where(:not(.site-contact,.site-contact *)){min-height:94px;resize:vertical}
:where(main.gas-page) .site-footer .footer-field input:focus:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .site-footer .footer-field textarea:focus:where(:not(.site-contact,.site-contact *)){outline:2px solid #407cff;outline-offset:2px;border-color:#407cff}
:where(main.gas-page) .site-footer .footer-submit:where(:not(.site-contact,.site-contact *)){display:flex;justify-content:space-between;align-items:center;width:100%;min-height:46px;padding:12px 18px;border:0;border-radius:4px;background:#407cff;color:#fff;font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}
:where(main.gas-page) .site-footer .footer-submit:hover:where(:not(.site-contact,.site-contact *)){background:#2866e7}
:where(main.gas-page) .site-footer .footer-submit:disabled:where(:not(.site-contact,.site-contact *)){opacity:.65;cursor:wait}
:where(main.gas-page) .site-footer .footer-privacy:where(:not(.site-contact,.site-contact *)){margin:0;color:#607086;font-size:11px;line-height:1.6}
:where(main.gas-page) .site-footer .footer-form-status:where(:not(.site-contact,.site-contact *)){margin:0;font-size:13px;line-height:1.6;overflow-wrap:anywhere}
:where(main.gas-page) .site-footer .footer-form-status:empty:where(:not(.site-contact,.site-contact *)){display:none}
:where(main.gas-page) .site-footer .footer-form-status[data-state="success"]:where(:not(.site-contact,.site-contact *)){color:#187547}
:where(main.gas-page) .site-footer .footer-form-status[data-state="error"]:where(:not(.site-contact,.site-contact *)){color:#b42318}
:where(main.gas-page) .site-footer .footer-contact-details:where(:not(.site-contact,.site-contact *)){font-style:normal;font-size:14px;line-height:1.8}
:where(main.gas-page) .site-footer .footer-contact-item:where(:not(.site-contact,.site-contact *)){margin-bottom:23px}
:where(main.gas-page) .site-footer .footer-contact-label:where(:not(.site-contact,.site-contact *)){display:block;margin-bottom:5px;color:#407cff;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
:where(main.gas-page) .site-footer .footer-contact-item p:where(:not(.site-contact,.site-contact *)){margin:0;color:#4e6074}
:where(main.gas-page) .site-footer .footer-contact-item a:where(:not(.site-contact,.site-contact *)){color:#263d55;text-decoration:none;overflow-wrap:anywhere}
:where(main.gas-page) .site-footer .footer-contact-cta:where(:not(.site-contact,.site-contact *)){display:inline-flex;align-items:center;gap:20px;margin-top:8px;padding-bottom:8px;border-bottom:1px solid #b8c9dc;color:#2866e7;font-size:14px;text-decoration:none}
:where(main.gas-page) .site-footer .footer-bottom:where(:not(.site-contact,.site-contact *)){display:flex;justify-content:center;text-align:center;gap:16px;flex-wrap:wrap;margin-top:48px;padding-top:22px;border-top:1px solid #e0e6ed;color:#607086;font-size:12px;line-height:1.6}
:where(main.gas-page) .site-footer .footer-bottom p:where(:not(.site-contact,.site-contact *)){margin:0}
@media(max-width:1100px){:where(main.gas-page) .site-footer .footer-top:where(:not(.site-contact,.site-contact *)){grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 56px}}
@media(max-width:640px){:where(main.gas-page) .site-footer:where(:not(.site-contact,.site-contact *)){padding:44px 0 24px}
:where(main.gas-page) .site-footer .footer-inner:where(:not(.site-contact,.site-contact *)){width:calc(100% - 40px)}
:where(main.gas-page) .site-footer .footer-top:where(:not(.site-contact,.site-contact *)){grid-template-columns:minmax(0,1fr);gap:36px}
:where(main.gas-page) .site-footer .footer-h:where(:not(.site-contact,.site-contact *)){margin:0 0 18px}
:where(main.gas-page) .site-footer .footer-link:where(:not(.site-contact,.site-contact *)){margin-bottom:14px}
:where(main.gas-page) .site-footer .footer-field input:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .site-footer .footer-field textarea:where(:not(.site-contact,.site-contact *)){font-size:16px}
:where(main.gas-page) .site-footer .footer-bottom:where(:not(.site-contact,.site-contact *)){margin-top:32px;flex-direction:column;gap:8px}}
:where(main.gas-page):where(:not(.site-contact,.site-contact *)){
  flex: 1;
}
:where(main.gas-page) .site-footer:where(:not(.site-contact,.site-contact *)){
  margin-top: auto;
}
:where(main.gas-page) .stats-strip:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  padding-top: 0px;
  padding-bottom: 50px;
  background: #fff;
}
:where(main.gas-page) .stats-inner:where(:not(.site-contact,.site-contact *)){
  max-width: 1400px;     
  margin: 0 auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  align-items: center;
}
:where(main.gas-page) .stat-item:where(:not(.site-contact,.site-contact *)){
  text-align: center;
}
:where(main.gas-page) .stat-item > img:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .stat-icon:where(:not(.site-contact,.site-contact *)){
  width: 98px;
  height: 98px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}
:where(main.gas-page) .stat-value:where(:not(.site-contact,.site-contact *)){
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #111;
  margin-bottom: 10px;

  transform-origin: center;
}
:where(main.gas-page) .stat-num:where(:not(.site-contact,.site-contact *)){
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #111;
  margin-bottom: 10px;
}
:where(main.gas-page) .stat-plus:where(:not(.site-contact,.site-contact *)){
  font-size: 0.7em;
  vertical-align: top;
  margin-left: 2px;
}
:where(main.gas-page) .stat-label:where(:not(.site-contact,.site-contact *)){
  font-size: 15px;
  line-height: 1.35;
  color: #222;
  opacity: 0.9;
  white-space: nowrap;          
}
@media (max-width: 1200px){:where(main.gas-page) .stat-label:where(:not(.site-contact,.site-contact *)){ white-space: normal; }

}
@media (max-width: 980px){:where(main.gas-page) .stats-inner:where(:not(.site-contact,.site-contact *)){ grid-template-columns: repeat(3, 1fr); }

}
@media (max-width: 640px){:where(main.gas-page) .stats-inner:where(:not(.site-contact,.site-contact *)){ grid-template-columns: repeat(2, 1fr); }
:where(main.gas-page) .stats-strip:where(:not(.site-contact,.site-contact *)){
    padding-top: 36px;
    padding-bottom: 36px;
  }
:where(main.gas-page) .stat-item > img:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .stat-icon:where(:not(.site-contact,.site-contact *)){
    width: 78px;
    height: 78px;
    margin-bottom: 8px;
  }
:where(main.gas-page) .stat-value:where(:not(.site-contact,.site-contact *)){
    margin-bottom: 8px;
  }
:where(main.gas-page) .stat-label:where(:not(.site-contact,.site-contact *)){
    font-size: 16px;
  }

}
:where(main.gas-page) .stat-value.is-bouncing:where(:not(.site-contact,.site-contact *)){
  animation: statBounce .45s ease;
}
@keyframes statBounce{
  0%   { transform: translateY(6px) scale(.96); opacity:.5; }
  55%  { transform: translateY(-6px) scale(1.06); opacity:1; }
  100% { transform: translateY(0) scale(1); }
}
:where(main.gas-page) .newssec:where(:not(.site-contact,.site-contact *)){
  padding: 40px 0 150px;  
  background:#fff;
}
:where(main.gas-page) .newssec__wrap:where(:not(.site-contact,.site-contact *)){
  width: min(1680px, calc(100% - 80px));
  margin:0 auto;
}
:where(main.gas-page) .newssec__title:where(:not(.site-contact,.site-contact *)){
  font-size:28px;
  font-weight:500;
  color:#2b2b2b;
  margin: 0 0 42px;
}
:where(main.gas-page) .newssec__grid:where(:not(.site-contact,.site-contact *)){
  display:grid;
  grid-template-columns: 1.15fr 1.15fr .85fr;
  gap: 22px;
  align-items: stretch;
}
:where(main.gas-page) .ncard:where(:not(.site-contact,.site-contact *)){
  background:#fff;
  border:1px solid #efefef;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  height: 720px;
  overflow:hidden;
  cursor:pointer;
}
:where(main.gas-page) .ncard__imgbox:where(:not(.site-contact,.site-contact *)){
  height: 220px;
  overflow:hidden;
  background:#f3f5f7;
}
:where(main.gas-page) .ncard--big .ncard__imgbox:where(:not(.site-contact,.site-contact *)){ height: 260px; }
:where(main.gas-page) .ncard__img:where(:not(.site-contact,.site-contact *)){
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
:where(main.gas-page) .ncard__imgbox--center:where(:not(.site-contact,.site-contact *)){
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 14px;
}
:where(main.gas-page) .ncard__img--contain:where(:not(.site-contact,.site-contact *)){
  width:100%;
  height:100%;
  object-fit:contain;
}
:where(main.gas-page) .ncard__body:where(:not(.site-contact,.site-contact *)){
  padding: 22px 26px 22px; 
}
:where(main.gas-page) .ncard__tag:where(:not(.site-contact,.site-contact *)){
  font-size:18px;
  font-weight:400;
  color:#008BD5;
  margin-bottom: 10px;
}
:where(main.gas-page) .ncard__h3:where(:not(.site-contact,.site-contact *)){
  margin:0 0 10px;
  font-size:24px;
  font-weight:500;
  color:#222;
  line-height:1.35;
}
:where(main.gas-page) .ncard__p:where(:not(.site-contact,.site-contact *)){
  margin:0 0 14px;
  font-size:17px;
  line-height:1.8;
  color:#5c5c5c;

  display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
:where(main.gas-page) .ncard__date:where(:not(.site-contact,.site-contact *)){
  font-size:15px;
  color:#9a9a9a;
}
:where(main.gas-page) .ncard:hover:where(:not(.site-contact,.site-contact *)){
  transform: translateY(-2px);
  transition: transform .18s ease;
}
:where(main.gas-page):where(:not(.site-contact,.site-contact *)){
  --brand-light: #f3f7fb;
  --brand-mid: #e9f1f8;
  --brand-deep: #e2ecf6;
}
:where(main.gas-page) .nlist:where(:not(.site-contact,.site-contact *)){
  background: linear-gradient(
    135deg,
    var(--brand-light) 0%,
    var(--brand-mid) 45%,
    var(--brand-deep) 100%
  );
  border-radius: 12px;
  padding: 20px 18px;
}
:where(main.gas-page) .nlist__head:where(:not(.site-contact,.site-contact *)){
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 16px 16px 12px;
}
:where(main.gas-page) .nlist__h:where(:not(.site-contact,.site-contact *)){
  font-size:23px;
  font-weight:500;
  color:#2b2b2b;
}
:where(main.gas-page) .nlist__more:where(:not(.site-contact,.site-contact *)){
  font-size:18px;
  font-weight:500;
  color:#008BD5;
  text-decoration:none;
}
:where(main.gas-page) .nlist__more:hover:where(:not(.site-contact,.site-contact *)){ text-decoration:underline; }
:where(main.gas-page) .nlist__box:where(:not(.site-contact,.site-contact *)){
  position:relative;
  display:grid;
  grid-template-columns: 1fr 22px; 
  gap: 10px;
  padding: 0 10px 10px 10px;
}
:where(main.gas-page) .nlist__scroll:where(:not(.site-contact,.site-contact *)){
  height: 620px;
  overflow:auto;
  padding-right: 6px;
  scrollbar-width: none; 
}
:where(main.gas-page) .nlist__scroll:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar{ width:0; height:0; }
:where(main.gas-page) .nlist__items:where(:not(.site-contact,.site-contact *)){
  padding: 6px 0 10px;
}
:where(main.gas-page) .nitem:where(:not(.site-contact,.site-contact *)){
  padding: 12px 10px 12px 0;
  border-bottom:1px solid #f0f0f0;
  cursor:pointer;
}
:where(main.gas-page) .nitem:last-child:where(:not(.site-contact,.site-contact *)){ border-bottom:none; }
:where(main.gas-page) .nitem__t:where(:not(.site-contact,.site-contact *)){
  font-size:17px;
  font-weight:500;
  color:#222;
  line-height:1.45;
  margin:0 0 6px;
}
:where(main.gas-page) .nitem__d:where(:not(.site-contact,.site-contact *)){
  font-size:15px;
  color:#9a9a9a;
  margin:0;
}
:where(main.gas-page) .nitem.is-active .nitem__t:where(:not(.site-contact,.site-contact *)){ color:#008BD5; }
:where(main.gas-page) .nlist__bar:where(:not(.site-contact,.site-contact *)){
  display:flex;
  flex-direction:column;
  align-items:center;
  padding-top: 4px;
}
:where(main.gas-page) .nlist__arr:where(:not(.site-contact,.site-contact *)){
  width:22px;
  height:20px;
  border:none;
  background:transparent;
  color:#008BD5;
  font-size:12px;
  cursor:pointer;
  opacity:.9;
}
:where(main.gas-page) .nlist__arr:hover:where(:not(.site-contact,.site-contact *)){ opacity:1; }
:where(main.gas-page) .nlist__track:where(:not(.site-contact,.site-contact *)){
  position:relative;
  width:6px;
  flex:1;
  margin: 6px 0;
  background: #E8E8E8;
  border-radius: 999px;
}
:where(main.gas-page) .nlist__thumb:where(:not(.site-contact,.site-contact *)){
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:0;
  width:6px;
  height:60px;
  background:#008BD5;
  border-radius: 999px;
  cursor:grab;
}
:where(main.gas-page) .nlist__thumb:active:where(:not(.site-contact,.site-contact *)){ cursor:grabbing; }
:where(main.gas-page) .news:where(:not(.site-contact,.site-contact *)){
  padding: 72px 0 96px;
}
:where(main.gas-page) .news .news-wrap:where(:not(.site-contact,.site-contact *)){
  width: min(1520px, calc(100% - 80px));
  margin: 0 auto;
}
@media (max-width: 1100px){:where(main.gas-page) .newssec__grid:where(:not(.site-contact,.site-contact *)){ grid-template-columns: 1fr 1fr; }
:where(main.gas-page) .nlist:where(:not(.site-contact,.site-contact *)){ grid-column: 1 / -1; }
:where(main.gas-page) .nlist__scroll:where(:not(.site-contact,.site-contact *)){ height: 340px; }

}
@media (max-width: 760px){:where(main.gas-page) .newssec__wrap:where(:not(.site-contact,.site-contact *)){ width: calc(100% - 28px); }
:where(main.gas-page) .newssec__grid:where(:not(.site-contact,.site-contact *)){ grid-template-columns: 1fr; }
:where(main.gas-page) .ncard__imgbox:where(:not(.site-contact,.site-contact *)){ height: 220px; }
:where(main.gas-page) .ncard--big .ncard__imgbox:where(:not(.site-contact,.site-contact *)){ height: 240px; }

}
:where(main.gas-page) .space-sec:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    background: #F7F7F7;
    overflow: hidden;
  }
:where(main.gas-page) .space-wrap:where(:not(.site-contact,.site-contact *)){
    display: grid;
    grid-template-columns: minmax(160px, 18%) 1fr;
    min-height: 760px;
  }
:where(main.gas-page) .space-left:where(:not(.site-contact,.site-contact *)){
    position: relative;
    background: #418AD0;
    color: #fff;
    overflow: hidden;
  }
:where(main.gas-page) .space-left-bg:where(:not(.site-contact,.site-contact *)){
    position: absolute;
    inset: -40%;
    pointer-events: none;
    opacity: 0.9;
  }
:where(main.gas-page) .space-left-bg:where(:not(.site-contact,.site-contact *))::before,
:where(main.gas-page) .space-left-bg:where(:not(.site-contact,.site-contact *))::after{
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    transform: rotate(0deg);
  }
:where(main.gas-page) .space-left-bg:where(:not(.site-contact,.site-contact *))::before{
    background-image:
      linear-gradient(135deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.0) 45%),
      linear-gradient(135deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.0) 55%),
      linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.0) 60%);
    background-size: 520px 520px, 420px 420px, 320px 320px;
    background-position: 10% 20%, 35% 60%, 70% 25%;
    animation: spaceLeftDrift 10s linear infinite;
  }
:where(main.gas-page) .space-left-bg:where(:not(.site-contact,.site-contact *))::after{
    background-image:
      linear-gradient(110deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.14) 45%, rgba(255,255,255,0.00) 75%);
    background-size: 320px 900px;
    background-position: -20% 0%;
    animation: spaceLeftSweep 4.8s ease-in-out infinite;
    mix-blend-mode: overlay;
    opacity: 0.7;
  }
@keyframes spaceLeftDrift{
    0% { transform: translate3d(-2%, -2%, 0) rotate(0deg); }
    50% { transform: translate3d(2%, 1%, 0) rotate(0.5deg); }
    100% { transform: translate3d(-2%, -2%, 0) rotate(0deg); }
  }
@keyframes spaceLeftSweep{
    0% { background-position: -30% 0%; opacity: 0.25; }
    50% { background-position: 120% 0%; opacity: 0.55; }
    100% { background-position: 220% 0%; opacity: 0.25; }
  }
:where(main.gas-page) .space-left-inner:where(:not(.site-contact,.site-contact *)){
    position: relative;
    z-index: 2;
    height: 100%;
    display: grid;
    align-content: start;
    justify-items: center;
    text-align: center;
    padding: 140px 22px 0;
    gap: 14px;
  }
:where(main.gas-page) .space-left-title:where(:not(.site-contact,.site-contact *)){
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0px;
  }
:where(main.gas-page) .space-left-sub:where(:not(.site-contact,.site-contact *)){
    font-size: 16px;
    line-height: 1.75;
    opacity: 0.95;
  }
:where(main.gas-page) .space-right:where(:not(.site-contact,.site-contact *)){
    background: #ededed;
    display: grid;
    grid-template-rows: 1fr 86px;
    min-height: 560px;
  }
:where(main.gas-page) .space-top:where(:not(.site-contact,.site-contact *)){
    position: relative;
    background: #ffffff;
    overflow: hidden;
  }
:where(main.gas-page) .space-top-inner:where(:not(.site-contact,.site-contact *)){
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 26px;
    padding: 34px 30px 26px 30px;
    min-height: 474px;
    align-items: start;
  }
:where(main.gas-page) .space-intro-kicker:where(:not(.site-contact,.site-contact *)){
    font-size: 13px;
    color: #6b6b6b;
    margin-top: 4px;
  }
:where(main.gas-page) .space-intro-title:where(:not(.site-contact,.site-contact *)){
    margin: 10px 0 18px;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 400;
    color: #2a2a2a;
    letter-spacing: 0.2px;
  }
:where(main.gas-page) .space-intro-btn:where(:not(.site-contact,.site-contact *)){
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #f2a126;
    font-weight: 700;
    font-size: 14px;
  }
:where(main.gas-page) .space-intro-btn-ic:where(:not(.site-contact,.site-contact *)){
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: #f2a126;
    color: #fff;
    font-size: 18px;
    line-height: 1;
  }
:where(main.gas-page) .space-grid:where(:not(.site-contact,.site-contact *)){
    display: grid;
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    gap: 16px 20px;
    
    margin-top: 178px;
  
    max-height: 750px;          
    align-content: start;

  
    justify-items: center;
    margin-left: -300px;
  }
:where(main.gas-page) .space-card:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
    cursor: pointer;
    transition: transform .18s ease;
    border-radius: 10px;
  }
:where(main.gas-page) .space-card:hover:where(:not(.site-contact,.site-contact *)){
    transform: translateY(-2px);
  }
:where(main.gas-page) .space-card a:where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-rows: 120px auto;  
  gap: 16px;
  text-decoration: none;
  color: inherit;
  justify-items: center;
  padding: 22px 18px 18px;
  border-radius: 10px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(0,0,0,0.06);


  
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;           
}
:where(main.gas-page) .space-card a:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  max-width: 260px;      
  height: 200px;         
  padding: 28px 20px;
  box-sizing: border-box;
}
:where(main.gas-page) .space-card:hover a:where(:not(.site-contact,.site-contact *)){
  transform: translateY(-6px);
  background: rgba(255,255,255,0.70);
}
:where(main.gas-page) .space-card-img:where(:not(.site-contact,.site-contact *)){
  width: 100%;
  height: 120px;
  display: grid;
  place-items: center;
}
:where(main.gas-page) .space-card-img img:where(:not(.site-contact,.site-contact *)){
  max-width: 160px;    
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
:where(main.gas-page) .space-card-title:where(:not(.site-contact,.site-contact *)){
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #6b6b6b;
  letter-spacing: 0.4px;
  line-height: 1.2;
}
:where(main.gas-page) .space-card-inner:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .space-card-tag:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .space-card-name:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .space-card-desc:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .space-card-thumb:where(:not(.site-contact,.site-contact *)){
    display: none !important;
  }
:where(main.gas-page) .space-hero:where(:not(.site-contact,.site-contact *)){
    position: absolute;
    right: 8%;
    top: 18%;
    width: min(520px, 46%);
    z-index: 1;
    opacity: 1;
    pointer-events: none;
  }
:where(main.gas-page) .space-hero img:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    height: auto;
    display: block;
  }
:where(main.gas-page) .space-bottom:where(:not(.site-contact,.site-contact *)){
    position: relative;
    display: grid;
    grid-template-columns: 260px 1fr 46px;
    align-items: stretch;
    border-top: 1px solid rgba(0,0,0,0.06);
    background: #8f8f8f;
  }
:where(main.gas-page) .space-bottom-left:where(:not(.site-contact,.site-contact *)){
    display: flex;
    align-items: stretch;
  }
:where(main.gas-page) .space-bottom-title:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    background: #f2a126;
    color: #fff;
    padding: 14px 14px 12px 18px;
    display: grid;
    align-content: center;
    gap: 3px;
  }
:where(main.gas-page) .space-bottom-title-main:where(:not(.site-contact,.site-contact *)){
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
  }
:where(main.gas-page) .space-bottom-title-sub:where(:not(.site-contact,.site-contact *)){
    font-size: 12px;
    opacity: 0.92;
    letter-spacing: 0px;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *)){
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
:where(main.gas-page) .space-tab:where(:not(.site-contact,.site-contact *)){
    border: 0;
    background: #8f8f8f;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    cursor: pointer;
    outline: none;
    user-select: none;
    color: rgba(255,255,255,0.95);
  }
:where(main.gas-page) .space-tab:not(:first-child):where(:not(.site-contact,.site-contact *)){
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.12);
  }
:where(main.gas-page) .space-tab.is-active:where(:not(.site-contact,.site-contact *)){
    background: #f2a126;
    color: #fff;
  }
:where(main.gas-page) .space-bottom-arrow:where(:not(.site-contact,.site-contact *)){
    background: #f2a126;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
  }
:where(main.gas-page) .space-hero:where(:not(.site-contact,.site-contact *)){ display: none !important; }
@media (max-width: 1280px){:where(main.gas-page) .space-wrap:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 240px 1fr;
  }
:where(main.gas-page) .space-right:where(:not(.site-contact,.site-contact *)){
    min-width: 0;
  }
:where(main.gas-page) .space-top:where(:not(.site-contact,.site-contact *)){
    padding: 26px 22px 18px;
  }
:where(main.gas-page) .space-top-inner:where(:not(.site-contact,.site-contact *)){
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 18px;
    min-height: auto;
  }
:where(main.gas-page) .space-copy:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .space-content:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .space-top-copy:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .space-copy-wrap:where(:not(.site-contact,.site-contact *)){
    max-width: 520px;
  }
:where(main.gas-page) .space-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 16px;
    margin-top: 0;      
    margin-left: 0;
    max-height: none;
    width: 100%;
    justify-items: stretch;
    align-content: start;
  }
:where(main.gas-page) .space-card:where(:not(.site-contact,.site-contact *)){
    width: 100%;
  }
:where(main.gas-page) .space-card a:where(:not(.site-contact,.site-contact *)){
    max-width: 100%;
    height: 182px;
    padding: 18px 14px 14px;
    grid-template-rows: 96px auto;
    gap: 10px;
  }
:where(main.gas-page) .space-card-img:where(:not(.site-contact,.site-contact *)){
    height: 96px;
  }
:where(main.gas-page) .space-card-img img:where(:not(.site-contact,.site-contact *)){
    max-width: 118px;
    max-height: 96px;
  }
:where(main.gas-page) .space-card-title:where(:not(.site-contact,.site-contact *)){
    font-size: 13px;
    line-height: 1.35;
  }
:where(main.gas-page) .space-bottom:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 180px 1fr 38px;
  }
:where(main.gas-page) .space-bottom-title:where(:not(.site-contact,.site-contact *)){
    padding: 10px 12px;
  }
:where(main.gas-page) .space-bottom-title-main:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
  }
:where(main.gas-page) .space-bottom-title-sub:where(:not(.site-contact,.site-contact *)){
    font-size: 11px;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *)){
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar{
    display: none;
  }
:where(main.gas-page) .space-tab:where(:not(.site-contact,.site-contact *)){
    flex: 0 0 auto;
    min-width: 124px;
    padding: 0 14px;
    white-space: nowrap;
    font-size: 12px;
  }
:where(main.gas-page) .space-bottom-arrow:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
  }

}
@media (max-width: 1100px){:where(main.gas-page) .space-wrap:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 220px 1fr;
  }
:where(main.gas-page) .space-right:where(:not(.site-contact,.site-contact *)){
    min-width: 0;
  }
:where(main.gas-page) .space-top:where(:not(.site-contact,.site-contact *)){
    padding: 22px 18px 16px;
  }
:where(main.gas-page) .space-top-inner:where(:not(.site-contact,.site-contact *)){
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
    min-height: auto;
  }
:where(main.gas-page) .space-copy:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .space-content:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .space-top-copy:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .space-copy-wrap:where(:not(.site-contact,.site-contact *)){
    max-width: 480px;
  }
:where(main.gas-page) .space-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: repeat(3, minmax(145px, 1fr));
    gap: 14px;
    margin-top: 0;
    margin-left: 0;
    max-height: none;
    width: 100%;
    justify-items: stretch;
    align-content: start;
  }
:where(main.gas-page) .space-card a:where(:not(.site-contact,.site-contact *)){
    max-width: 100%;
    height: 170px;
    padding: 16px 12px 12px;
    grid-template-rows: 88px auto;
    gap: 10px;
  }
:where(main.gas-page) .space-card-img:where(:not(.site-contact,.site-contact *)){
    height: 88px;
  }
:where(main.gas-page) .space-card-img img:where(:not(.site-contact,.site-contact *)){
    max-width: 108px;
    max-height: 88px;
  }
:where(main.gas-page) .space-card-title:where(:not(.site-contact,.site-contact *)){
    font-size: 12px;
    line-height: 1.35;
  }
:where(main.gas-page) #spaceGrid:where(:not(.site-contact,.site-contact *)){
    max-height: none;
    padding-right: 0;
  }
:where(main.gas-page) .space-bottom:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 170px 1fr 36px;
  }
:where(main.gas-page) .space-tab:where(:not(.site-contact,.site-contact *)){
    font-size: 11px;
    padding: 0 10px;
  }

}
@media (max-width: 860px){:where(main.gas-page) .space-wrap:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
  }
:where(main.gas-page) .space-left:where(:not(.site-contact,.site-contact *)){
    min-height: 180px;
  }
:where(main.gas-page) .space-left-inner:where(:not(.site-contact,.site-contact *)){
    padding: 28px 18px;
  }
:where(main.gas-page) .space-left-title:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
  }
:where(main.gas-page) .space-left-sub:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
    line-height: 1.5;
  }
:where(main.gas-page) .space-right:where(:not(.site-contact,.site-contact *)){
    grid-template-rows: auto auto;
  }
:where(main.gas-page) .space-top:where(:not(.site-contact,.site-contact *)){
    padding: 18px 14px 16px;
  }
:where(main.gas-page) .space-top-inner:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
    min-height: auto;
  }
:where(main.gas-page) .space-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
    width: 100%;
    max-height: none;
    align-content: start;
    justify-items: stretch;
  }
:where(main.gas-page) .space-card:where(:not(.site-contact,.site-contact *)){
    width: 100%;
  }
:where(main.gas-page) .space-card a:where(:not(.site-contact,.site-contact *)){
    width: 100%;
    max-width: 100%;
    height: 176px;
    padding: 16px 12px 14px;
    grid-template-rows: 92px auto;
    gap: 10px;
    border-radius: 12px;
  }
:where(main.gas-page) .space-card-img:where(:not(.site-contact,.site-contact *)){
    height: 92px;
  }
:where(main.gas-page) .space-card-img img:where(:not(.site-contact,.site-contact *)){
    max-width: 118px;
    max-height: 92px;
  }
:where(main.gas-page) .space-card-title:where(:not(.site-contact,.site-contact *)){
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.2px;
    word-break: break-word;
  }
:where(main.gas-page) #spaceGrid:where(:not(.site-contact,.site-contact *)){
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
:where(main.gas-page) .space-bottom:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 132px 1fr 34px;
    min-height: 62px;
  }
:where(main.gas-page) .space-bottom-title:where(:not(.site-contact,.site-contact *)){
    padding: 10px 10px 10px 12px;
  }
:where(main.gas-page) .space-bottom-title-main:where(:not(.site-contact,.site-contact *)){
    font-size: 13px;
    line-height: 1.2;
  }
:where(main.gas-page) .space-bottom-title-sub:where(:not(.site-contact,.site-contact *)){
    font-size: 10px;
    line-height: 1.2;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: repeat(5, 1fr);
  }
:where(main.gas-page) .space-tab:where(:not(.site-contact,.site-contact *)){
    font-size: 11px;
    font-weight: 700;
    padding: 0 4px;
    line-height: 1.2;
  }
:where(main.gas-page) .space-bottom-arrow:where(:not(.site-contact,.site-contact *)){
    font-size: 18px;
  }

}
@media (max-width: 640px){:where(main.gas-page) .space-sec:where(:not(.site-contact,.site-contact *)){
    overflow: hidden;
  }
:where(main.gas-page) .space-left:where(:not(.site-contact,.site-contact *)){
    min-height: 150px;
  }
:where(main.gas-page) .space-left-inner:where(:not(.site-contact,.site-contact *)){
    padding: 22px 16px;
  }
:where(main.gas-page) .space-grid:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
:where(main.gas-page) .space-card a:where(:not(.site-contact,.site-contact *)){
    height: 160px;
    padding: 14px 10px 12px;
    grid-template-rows: 82px auto;
    gap: 8px;
  }
:where(main.gas-page) .space-card-img:where(:not(.site-contact,.site-contact *)){
    height: 82px;
  }
:where(main.gas-page) .space-card-img img:where(:not(.site-contact,.site-contact *)){
    max-width: 100px;
    max-height: 82px;
  }
:where(main.gas-page) .space-card-title:where(:not(.site-contact,.site-contact *)){
    font-size: 12px;
    line-height: 1.3;
  }
:where(main.gas-page) .space-bottom:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 110px 1fr 30px;
  }
:where(main.gas-page) .space-bottom-title:where(:not(.site-contact,.site-contact *)){
    padding: 8px 8px 8px 10px;
  }
:where(main.gas-page) .space-bottom-title-main:where(:not(.site-contact,.site-contact *)){
    font-size: 12px;
  }
:where(main.gas-page) .space-bottom-title-sub:where(:not(.site-contact,.site-contact *)){
    display: none;
  }
:where(main.gas-page) .space-tab:where(:not(.site-contact,.site-contact *)){
    font-size: 10px;
    padding: 0 2px;
  }
:where(main.gas-page) .space-bottom-arrow:where(:not(.site-contact,.site-contact *)){
    font-size: 16px;
  }

}
@media (max-width: 768px){:where(main.gas-page) .space-bottom:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 96px 1fr 28px;
    min-height: 52px;
  }
:where(main.gas-page) .space-bottom-title:where(:not(.site-contact,.site-contact *)){
    padding: 8px 8px 8px 10px;
  }
:where(main.gas-page) .space-bottom-title-main:where(:not(.site-contact,.site-contact *)){
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
  }
:where(main.gas-page) .space-bottom-title-sub:where(:not(.site-contact,.site-contact *)){
    display: none;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *)){
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar{
    display: none;
  }
:where(main.gas-page) .space-tab:where(:not(.site-contact,.site-contact *)){
    flex: 0 0 auto;
    min-width: 92px;      
    padding: 0 12px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 52px;    
    text-align: center;
  }
:where(main.gas-page) .space-tab:not(:first-child):where(:not(.site-contact,.site-contact *)){
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.12);
  }
:where(main.gas-page) .space-bottom-arrow:where(:not(.site-contact,.site-contact *)){
    font-size: 16px;
  }

}
@media (max-width: 768px){:where(main.gas-page) .space-bottom:where(:not(.site-contact,.site-contact *)){
    position: relative;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *)){
    position: relative;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *))::after{
    content: "";
    position: sticky;
    right: 0;
    top: 0;
    width: 18px;
    height: 100%;
    margin-left: auto;
    pointer-events: none;
    background: linear-gradient(to right, rgba(143,143,143,0), rgba(143,143,143,1));
    flex: 0 0 18px;
  }

}
@media (max-width: 480px){:where(main.gas-page) .space-bottom:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 86px 1fr 26px;
    min-height: 48px;
  }
:where(main.gas-page) .space-bottom-title:where(:not(.site-contact,.site-contact *)){
    padding: 7px 6px 7px 8px;
  }
:where(main.gas-page) .space-bottom-title-main:where(:not(.site-contact,.site-contact *)){
    font-size: 10px;
  }
:where(main.gas-page) .space-tab:where(:not(.site-contact,.site-contact *)){
    min-width: 84px;
    padding: 0 10px;
    font-size: 10px;
    line-height: 48px;
  }
:where(main.gas-page) .space-bottom-arrow:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
  }

}
@media (max-width: 768px){:where(main.gas-page) .space-bottom:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 96px 1fr 28px;
    min-height: 52px;
    height: 52px;
  }
:where(main.gas-page) .space-bottom-title:where(:not(.site-contact,.site-contact *)){
    padding: 8px 8px 8px 10px;
  }
:where(main.gas-page) .space-bottom-title-main:where(:not(.site-contact,.site-contact *)){
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
  }
:where(main.gas-page) .space-bottom-title-sub:where(:not(.site-contact,.site-contact *)){
    display: none;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *)){
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    height: 52px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *))::-webkit-scrollbar{
    display: none;
  }
:where(main.gas-page) .space-tab:where(:not(.site-contact,.site-contact *)){
    flex: 0 0 auto;
    min-width: 96px;
    height: 52px;
    min-height: 52px;
    padding: 0 12px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    border: 0;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
  }
:where(main.gas-page) .space-tab:not(:first-child):where(:not(.site-contact,.site-contact *)){
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.12);
  }
:where(main.gas-page) .space-tab.is-active:where(:not(.site-contact,.site-contact *)){
    background: #f2a126;
    color: #fff;
  }
:where(main.gas-page) .space-bottom-arrow:where(:not(.site-contact,.site-contact *)){
    font-size: 16px;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *))::after{
    content: "";
    position: sticky;
    right: 0;
    top: 0;
    width: 18px;
    height: 52px;
    margin-left: auto;
    pointer-events: none;
    background: linear-gradient(to right, rgba(143,143,143,0), rgba(143,143,143,1));
    flex: 0 0 18px;
  }

}
@media (max-width: 480px){:where(main.gas-page) .space-bottom:where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 86px 1fr 26px;
    min-height: 48px;
    height: 48px;
  }
:where(main.gas-page) .space-bottom-title:where(:not(.site-contact,.site-contact *)){
    padding: 7px 6px 7px 8px;
  }
:where(main.gas-page) .space-bottom-title-main:where(:not(.site-contact,.site-contact *)){
    font-size: 10px;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *)){
    height: 48px;
  }
:where(main.gas-page) .space-tab:where(:not(.site-contact,.site-contact *)){
    min-width: 92px;
    height: 48px;
    min-height: 48px;
    padding: 0 10px;
    font-size: 10px;
    line-height: 1;
  }
:where(main.gas-page) .space-tabs:where(:not(.site-contact,.site-contact *))::after{
    height: 48px;
  }
:where(main.gas-page) .space-bottom-arrow:where(:not(.site-contact,.site-contact *)){
    font-size: 14px;
  }

}
:where(main.gas-page) :is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars):is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars):where(:not(.site-contact,.site-contact *)){
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dce6f3;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -8px 38px rgba(25, 56, 88, 0.08);
}
:where(main.gas-page) :is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars):is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars) article:where(:not(.site-contact,.site-contact *)){
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 0;
  padding: 28px 25px;
}
:where(main.gas-page) :is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars):is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars) article + article:where(:not(.site-contact,.site-contact *)){
  border-top: 0;
  border-left: 1px solid #dce6f3;
}
:where(main.gas-page) :is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars):is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars) article > span:where(:not(.site-contact,.site-contact *)){
  flex: 0 0 auto;
  color: #1e88ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}
:where(main.gas-page) :is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars):is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars) :is(h2, h3):where(:not(.site-contact,.site-contact *)){
  margin: 0 0 8px;
  color: #23405f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
:where(main.gas-page) :is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars):is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars) p:where(:not(.site-contact,.site-contact *)){
  margin: 0;
  color: #4d6073;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
@media (max-width: 780px){:where(main.gas-page) :is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars):is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars):where(:not(.site-contact,.site-contact *)){
    grid-template-columns: 1fr;
  }
:where(main.gas-page) :is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars):is(.auto-hero__pillars, .scent-hero__pillars, .cabin-scent-hero__pillars, .iaq-hero__pillars, .co2-hero__pillars, .r290-hero__pillars, .seo-hero__pillars) article + article:where(:not(.site-contact,.site-contact *)){
    border-top: 1px solid #dce6f3;
    border-left: 0;
  }

}
:where(main.gas-page):where(:not(.site-contact,.site-contact *)){ --site-content-width: min(1440px, 92%); }
:where(main.gas-page) .site-footer .footer-inner:where(:not(.site-contact,.site-contact *)){ width: var(--site-content-width); }
@media (max-width: 640px){:where(main.gas-page):where(:not(.site-contact,.site-contact *)){ --site-content-width: calc(100% - 40px); }

}
:where(main.gas-page) .gas-product-card .gas-product-card__image img.controller-card-image--a63:where(:not(.site-contact,.site-contact *)){
  width: 210px;
  height: auto;
  max-width: 100%;
  max-height: none;
  transform: translateY(16px);
}
:where(main.gas-page) .gas-product-card .gas-product-card__image img.controller-card-image--a23:where(:not(.site-contact,.site-contact *)){
  width: 280px;
  height: auto;
  max-width: 100%;
  max-height: none;
  transform: none;
}
:where(main.gas-page) .gas-product-card .gas-product-card__image img.controller-card-image--a62:where(:not(.site-contact,.site-contact *)){
  width: 190px;
  height: auto;
  max-width: 100%;
  max-height: none;
  transform: none;
}
:where(main.gas-page) .language-dropdown:where(:not(.site-contact,.site-contact *)){ position: relative; }
:where(main.gas-page) .language-menu:where(:not(.site-contact,.site-contact *)){
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 72px;
  padding: 4px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .12);
  z-index: 1100;
}
:where(main.gas-page) .language-menu[hidden]:where(:not(.site-contact,.site-contact *)){ display: none; }
:where(main.gas-page) .utility-nav .language-menu a:where(:not(.site-contact,.site-contact *)){ display: block; padding: 8px 14px; border-radius: 3px; }
:where(main.gas-page) .utility-nav .language-menu a:hover:where(:not(.site-contact,.site-contact *)),
:where(main.gas-page) .utility-nav .language-menu a:focus-visible:where(:not(.site-contact,.site-contact *)){ background: #f0f5ff; color: #3478f6; }

