/** Shopify CDN: Minification failed

Line 733:0 Unexpected "<"
Line 755:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-image-text-grid (INDEX:17) */
.image-text-grid-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 0;
}

.image-text-grid-section .left {
  flex: 1;
  min-width: 300px;
}

.image-text-grid-section .right {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 300px;
  text-align: left;
}

.image-text-grid-section .grid-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  justify-items: start;
}
.image-text-grid-section .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.image-text-grid-section h2{
  font-size: 2rem;
  font-weight: bold;
}
.image-text-grid-section p{
  font-size: 12px;
  font-weight: 500;
}
.feature-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.feature-item h4 {
    font-size: 14px;
    font-weight: 600;
}
@media screen and (max-width:600px){
  /* .image-text-grid-section .grid-row{
   grid-template-columns: repeat(2, 1fr); 
  } */
}
/* END_SECTION:custom-image-text-grid */

/* START_SECTION:header-v4 (INDEX:34) */
.hdr {
  position: relative;
  width: 100%;
  font-family: inherit;
}

.hdr .page-width {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
  justify-content: space-between;
}

/* ============ TOP BAR ============ */
.hdr__topbar {
  font-size: 13px;
  padding: 8px 0;
}

.hdr__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.hdr__topbar-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hdr__topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hdr__topbar-icon {
  display: inline-flex;
  align-items: center;
}

.hdr__topbar a {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.hdr__topbar a:hover {
  opacity: 0.8;
}

/* ============ MAIN HEADER ============ */
.hdr__main-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hdr__burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: inherit;
}

.hdr__search {
  flex: 1;
  max-width: 480px;
  position: relative;
}

.hdr__search input {
  width: 100%;
  height: 44px;
  padding: 0 16px 0 44px;
  font-size: 14px;
  border: 1px solid;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}

.hdr__search input:focus {
  border-color: #1488b8;
}

.hdr__search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  pointer-events: none;
  opacity: 0.5;
}

.hdr__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
      width: 200px;
}

.hdr__logo-image {
  max-height: 50px;
  width: auto;
  display: block;
}

.hdr__logo-text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.hdr__utility {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    min-width: 480px;
    justify-content: right;
}

.hdr__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.hdr__utility-link {
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.hdr__cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.hdr__cart-count {
  position: absolute;
  top: -4px;
  right: -8px;
  background: #1488b8;
  color: white;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* ============ NAV BAR ============ */
.hdr__nav-bar {
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: relative;
}

.hdr__nav-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hdr__nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 28px;
  width: 100%;
}

.hdr__nav-item {
  position: static;
}

.hdr__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

/* ============ MEGA MENU ============ */
.hdr__mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.hdr__nav-item--has-mega:hover .hdr__mega,
.hdr__nav-item--has-mega:focus-within .hdr__mega {
  opacity: 1;
  visibility: visible;
}

.hdr__mega-inner {
  display: flex;
  gap: 40px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  align-items: flex-start;
}

.hdr__mega-content {
  flex: 1;
  min-width: 0;
  column-count: 3;
  column-gap: 40px;
}

.hdr__mega-group {
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 14px;
  display: block;
}

.hdr__mega-group--leaf {
  margin-bottom: 0;
}

.hdr__mega-heading {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.hdr__mega-sublink {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 0;
  line-height: 1.5;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.hdr__mega-sublink:hover {
  padding-left: 4px;
}

.hdr__mega-leaf {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 0;
  line-height: 1.4;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.hdr__mega-leaf:hover {
  padding-left: 4px;
}

/* Mega menu promo */
.hdr__mega-promo {
  width: 220px;
  flex-shrink: 0;
  align-self: flex-start;
}

.hdr__mega-promo-link {
  display: block;
  text-decoration: none;
}

.hdr__mega-promo-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.hdr__mega-promo-placeholder {
  background-color: #1f3247;
  color: #ffffff;
  padding: 32px 24px;
  text-align: center;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.hdr__mega-promo-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.hdr__mega-promo-cta {
  display: inline-block;
  background: #ffffff;
  color: #0a1628;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
}

/* ============ DRAWER (mobile) ============ */
.hdr__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hdr__overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.hdr__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 85%;
  max-width: 380px;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.hdr__drawer.is-open {
  transform: translateX(0);
}

.hdr__drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.hdr__drawer-panel.is-active {
  transform: translateX(0);
}

.hdr__drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  flex-shrink: 0;
  gap: 12px;
}

.hdr__drawer-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  text-align: center;
}

.hdr__drawer-icon-btn,
.hdr__drawer-spacer {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.hdr__drawer-spacer {
  cursor: default;
  visibility: hidden;
}

.hdr__drawer-search {
  padding: 0 20px 16px;
  position: relative;
}

.hdr__drawer-search form {
  position: relative;
}

.hdr__drawer-search input {
  width: 100%;
  height: 44px;
  padding: 0 16px 0 44px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  background: white;
  color: #0a1628;
}

.hdr__drawer-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  pointer-events: none;
  opacity: 0.5;
  color: #0a1628;
}

.hdr__drawer-list {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  flex: 1;
  overflow-y: auto;
}

.hdr__drawer-list li {
  list-style: none;
}

.hdr__drawer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: none;
  border-bottom: 1px solid;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: inherit;
  transition: padding-left 0.2s ease;
}

.hdr__drawer-link:hover {
  padding-left: 4px;
}

.hdr__drawer-link--parent svg {
  opacity: 0.6;
  flex-shrink: 0;
  margin-left: 12px;
}

.hdr__drawer-spacer-row {
  height: 20px;
  border: none !important;
}
.hdr__mega-sublink span{
 padding-left: 5px;
    list-style-type: disc;
    border-left: 6px #ccc solid;
}
/* ============ RESPONSIVE ============ */
@media screen and (max-width: 990px) {
  .hdr__topbar {
    display: none;
  }

  .hdr__burger {
    display: inline-flex;
  }

  .hdr__main-inner {
    gap: 12px;
    justify-content: space-between;
  }

  .hdr__search {
    display: none;
  }

  .hdr__logo {
    flex: 1;
    justify-content: center;
  }

  .hdr__logo-image {
    max-height: 36px;
  }

  .hdr__utility {
    gap: 12px;
  }

  .hdr__phone,
  .hdr__utility-link {
    display: none;
  }

  .hdr__nav-bar {
    display: none;
  }

  .hdr__mega {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .hdr__drawer,
  .hdr__overlay {
    display: none !important;
  }
}
/* END_SECTION:header-v4 */

/* START_SECTION:imag_text (INDEX:38) */
.crFv {
  text-align: center;
}
.crFv img {
  width: auto;
  height: 80px;
  margin: 0 auto;
}
.icoCr h3 {
  padding: 10px 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.col-md-2.mrCr {
  margin-right: 4%;
}
.row.crFv{
    flex-wrap: nowrap;
}
.careersSfive{
      padding: 40px 0;
    border-top: 1px solid;
}
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title{
  display:unset;
  text-align:center;
}
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title  h2.title.inline-richtext.h1{
        font-size: 26px;
    color: #000;
    margin-bottom: 30px;
}

h3.inline-richtext{
      font-size: 20px;
    color: #000;
    font-weight: 700;
}
.rte p{
  color: #000;
    font-size: 14px;
  font-weight: 500;
}

  @media screen and (max-width:320px){
     #shopify-section-template--24816893690227__imag_text_gWt4Bp{
       margin:0px 20px;
     }
     #shopify-section-template--24816893690227__imag_text_gWt4Bp .crFv{
       flex-wrap: wrap;
      justify-content: center;
     }
     #shopify-section-template--24816893690227__imag_text_gWt4Bp .col-md-2.mrCr{
       margin-right:0px;
           padding: 30px;
     }
   }
  @media screen and (max-width:480px){
     #shopify-section-template--24816893690227__imag_text_gWt4Bp{
       margin:0px 20px;
     }
    #shopify-section-template--24816893690227__imag_text_gWt4Bp .crFv{
       flex-wrap: wrap;
      justify-content: center;
     }
     #shopify-section-template--24816893690227__imag_text_gWt4Bp .col-md-2.mrCr{
       margin-right:0px;
           padding: 30px;
     }
   }
  @media screen and (max-width:768px){
      #shopify-section-template--24816893690227__imag_text_gWt4Bp{
       margin:0px 20px;
     }
    #shopify-section-template--24816893690227__imag_text_gWt4Bp .crFv{
       flex-wrap: wrap;
      justify-content: center;
     }
     #shopify-section-template--24816893690227__imag_text_gWt4Bp .col-md-2.mrCr{
       margin-right:0px;
           padding: 30px;
     }
   }
/* END_SECTION:imag_text */

/* START_SECTION:section-banner (INDEX:87) */
<style>
.banner-link-section .banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.banner-link-section .banner-container.left {
  justify-content: flex-start;
}
.banner-link-section .banner-container.right {
  justify-content: flex-end;
}
.banner-link-section .banner-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
  .banner-container.center {
    margin-bottom: 50px;
}
</style>
/* END_SECTION:section-banner */