:root{--gw-ink: #0F2312;--gw-ink-soft: #2B3B2C;--gw-muted: #5C6B5A;--gw-green: #18862D;--gw-green-dark: #0E4B20;--gw-green-bright: #3AB54A;--gw-green-light: #8FE096;--gw-green-deep: #146C2E;--gw-footer: #0E4E21;--gw-mist: #F2F7F1;--gw-line: #E4EEE2;--gw-line-strong: #C6D8C4;--gw-tag-bg: #DFF4DB;--gw-pale: #A9CBA6;--gw-pale-2: #BCE0B8;--gw-pale-3: #CFEDCB;--gw-yellow: #FFD23F;--gw-max: 1344px;--gw-pad: 32px;--gw-header-h: 68px;--gw-ease: cubic-bezier(.22, .61, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Archivo,Helvetica Neue,sans-serif;color:var(--gw-ink);background:#fff;-webkit-font-smoothing:antialiased}a{color:var(--gw-green)}a:hover{color:var(--gw-green-dark)}img{max-width:100%}h1,h2,h3,h4,p{text-wrap:pretty}.gw-visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.gw-skip{position:absolute;left:-9999px;top:0;z-index:999;background:#fff;color:var(--gw-ink);padding:12px 20px;border-radius:0 0 8px;font-size:14px;font-weight:700}.gw-skip:focus{left:0}@keyframes gwBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.gw-container{max-width:var(--gw-max);margin:0 auto;padding-left:var(--gw-pad);padding-right:var(--gw-pad)}.gw-grid-2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.gw-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.gw-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.gw-bg-mist{background:var(--gw-mist)}.gw-bg-white{background:#fff}.gw-bg-deep{background:var(--gw-green-deep)}.gw-btn{display:inline-block;font-family:inherit;border-radius:999px;text-decoration:none;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease;white-space:nowrap}.gw-btn--primary{font-size:16px;font-weight:700;color:#fff;background:var(--gw-green);padding:15px 30px;border:none}.gw-btn--primary:hover{background:var(--gw-green-dark);color:#fff}.gw-btn--ink{font-size:16px;font-weight:600;color:var(--gw-ink);background:transparent;border:1.5px solid var(--gw-ink);padding:14px 28px}.gw-btn--ink:hover{background:var(--gw-ink);color:#fff}.gw-btn--ink-sm{font-size:15px;font-weight:600;color:var(--gw-ink);background:transparent;border:1.5px solid var(--gw-ink);padding:12px 26px}.gw-btn--ink-sm:hover{background:var(--gw-ink);color:#fff}.gw-btn--ghost-sm{font-size:15px;font-weight:600;color:#fff;background:transparent;border:1.5px solid rgba(255,255,255,.5);padding:12px 26px}.gw-btn--ghost-sm:hover{border-color:#fff;background:#ffffff1f;color:#fff}.gw-btn--card{align-self:flex-start;font-size:14px;font-weight:600;color:var(--gw-ink);background:#fff;border:1.5px solid var(--gw-line-strong);padding:10px 22px}.gw-btn--card:hover{border-color:var(--gw-ink);background:var(--gw-ink);color:#fff}.gw-btn--mint{align-self:flex-start;font-size:14px;font-weight:700;color:var(--gw-green-dark);background:var(--gw-green-light);padding:11px 22px;border:none}.gw-btn--mint:hover{background:#fff;color:var(--gw-green-dark)}.gw-btn--mint-lg{align-self:flex-start;font-size:15px;font-weight:700;color:var(--gw-green-dark);background:var(--gw-green-light);padding:13px 28px;border:none}.gw-btn--mint-lg:hover{background:#fff;color:var(--gw-green-dark)}.gw-btn--green{font-size:15px;font-weight:700;color:#fff;background:var(--gw-green);padding:13px 26px;border:none}.gw-btn--green:hover{background:var(--gw-green-dark);color:#fff}.gw-btn--stat{display:inline-block;font-size:14px;font-weight:700;color:#fff;background:transparent;border:1.5px solid rgba(255,255,255,.6);padding:10px 24px}.gw-btn--stat:hover{background:#fff;color:var(--gw-green);border-color:#fff}.gw-link-underline{margin-top:auto;font-size:14px;font-weight:700;color:var(--gw-green);text-decoration:underline}.gw-link-underline:hover{color:var(--gw-green-dark)}.gw-pill{font-family:inherit;cursor:pointer;font-size:14px;font-weight:600;padding:10px 22px;border-radius:999px;border:1.5px solid var(--gw-line-strong);background:#fff;color:var(--gw-ink);transition:background .2s ease,color .2s ease,border-color .2s ease}.gw-pill:hover{border-color:var(--gw-ink)}.gw-pill.is-active{border-color:var(--gw-ink);background:var(--gw-ink);color:#fff}.gw-announcement{background:var(--gw-green-bright);color:#fff;font-size:13px;letter-spacing:.02em;text-align:center;padding:8px 24px}.gw-announcement a{color:#fff;font-weight:700;text-decoration:underline}.gw-announcement a:hover{color:#fff}.gw-header{position:sticky;top:0;z-index:50;transition:background .35s ease,border-color .35s ease;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gw-line)}.gw-header__inner{max-width:var(--gw-max);margin:0 auto;padding:0 var(--gw-pad);height:var(--gw-header-h);display:flex;align-items:center;justify-content:space-between;gap:32px}.gw-header__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.gw-header__logo img{height:36px;width:auto;display:block;transition:filter .35s ease}.gw-nav{display:flex;align-items:center;gap:30px}.gw-nav a{font-size:15px;font-weight:500;color:var(--gw-ink-soft);text-decoration:none;transition:color .35s ease}.gw-nav a:hover{color:var(--gw-green)}.gw-nav a.is-active{font-weight:700;color:var(--gw-green)}.gw-header__actions{display:flex;align-items:center;gap:18px}.gw-header__text-link{font-size:15px;font-weight:600;color:var(--gw-ink-soft);text-decoration:none;transition:color .35s ease}.gw-header__text-link:hover{color:var(--gw-green)}.gw-header__cta{font-size:15px;font-weight:600;color:#fff;background:var(--gw-ink);padding:11px 22px;border-radius:999px;text-decoration:none;white-space:nowrap;transition:background .35s ease,color .35s ease}.gw-header__cta:hover{background:var(--gw-green);color:#fff}.gw-header__cart{position:relative;font-size:15px;font-weight:600;color:var(--gw-ink-soft);text-decoration:none;display:flex;align-items:center;gap:7px;transition:color .35s ease}.gw-header__cart:hover{color:var(--gw-green)}.gw-header__cart svg{display:block}.gw-header__cart-count{min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--gw-green);color:#fff;font-size:11px;font-weight:700;line-height:19px;text-align:center}.gw-header--overlay{background:transparent;border-bottom-color:transparent}.gw-header--overlay .gw-header__logo img{filter:brightness(0) invert(1)}.gw-header--overlay .gw-nav a,.gw-header--overlay .gw-header__text-link,.gw-header--overlay .gw-header__cart{color:#fff}.gw-header--overlay .gw-nav a:hover,.gw-header--overlay .gw-header__text-link:hover,.gw-header--overlay .gw-header__cart:hover,.gw-header--overlay .gw-nav a.is-active{color:var(--gw-green-light)}.gw-header--overlay .gw-header__cta{color:var(--gw-ink);background:#fff}.gw-header--overlay .gw-header__cta:hover{background:var(--gw-green);color:#fff}.gw-header--overlay .gw-header__burger span{background:#fff}.gw-header--overlay.is-scrolled{background:#fffffff0;border-bottom-color:var(--gw-line)}.gw-header--overlay.is-scrolled .gw-header__logo img{filter:none}.gw-header--overlay.is-scrolled .gw-nav a,.gw-header--overlay.is-scrolled .gw-header__text-link,.gw-header--overlay.is-scrolled .gw-header__cart{color:var(--gw-ink-soft)}.gw-header--overlay.is-scrolled .gw-nav a:hover,.gw-header--overlay.is-scrolled .gw-header__text-link:hover,.gw-header--overlay.is-scrolled .gw-header__cart:hover,.gw-header--overlay.is-scrolled .gw-nav a.is-active{color:var(--gw-green)}.gw-header--overlay.is-scrolled .gw-header__cta{color:#fff;background:var(--gw-ink)}.gw-header--overlay.is-scrolled .gw-header__cta:hover{background:var(--gw-green)}.gw-header--overlay.is-scrolled .gw-header__burger span{background:var(--gw-ink)}.gw-header__burger{display:none;width:42px;height:42px;border:none;background:transparent;cursor:pointer;padding:10px;flex-direction:column;justify-content:space-between}.gw-header__burger span{display:block;height:2px;width:100%;background:var(--gw-ink);border-radius:2px;transition:transform .3s var(--gw-ease),opacity .2s ease,background .35s ease}.gw-header__burger[aria-expanded=true] span:nth-child(1){transform:translateY(9px) rotate(45deg)}.gw-header__burger[aria-expanded=true] span:nth-child(2){opacity:0}.gw-header__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.gw-mobile-menu{display:none;background:#fff;border-bottom:1px solid var(--gw-line);padding:8px var(--gw-pad) 24px}.gw-mobile-menu.is-open{display:block}.gw-mobile-menu a{display:block;padding:14px 0;font-size:17px;font-weight:600;color:var(--gw-ink);text-decoration:none;border-bottom:1px solid var(--gw-line)}.gw-mobile-menu a.is-active{color:var(--gw-green)}.gw-mobile-menu .gw-btn{margin-top:20px;width:100%;text-align:center}.gw-hero{position:relative;margin-top:calc(var(--gw-header-h) * -1);height:100vh;min-height:688px;overflow:hidden;background:var(--gw-green-deep)}.gw-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gw-hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#071c0a8c,#071c0a40 45%,#071c0aa6);pointer-events:none}.gw-hero__dim{position:absolute;top:0;right:0;bottom:0;left:0;background:#051403;pointer-events:none}.gw-hero__inner{position:relative;z-index:2;height:100%;max-width:var(--gw-max);margin:0 auto;padding:0 var(--gw-pad);display:flex;flex-direction:column;justify-content:center}.gw-hero__copy{max-width:760px;display:flex;flex-direction:column;gap:26px}.gw-hero__eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gw-green-light);font-size:14px;font-weight:700;letter-spacing:.18em}.gw-hero__title{margin:0;font-size:68px;line-height:1.04;font-weight:800;letter-spacing:-.025em;color:#fff}.gw-hero__text{margin:0;font-size:20px;line-height:1.55;color:#ffffffe0;max-width:560px}.gw-hero__actions{display:flex;align-items:center;gap:16px;margin-top:6px;flex-wrap:wrap}.gw-btn--hero{font-size:16px;font-weight:700;color:#fff;background:var(--gw-green-bright);padding:15px 30px;border:none}.gw-btn--hero:hover{background:#fff;color:#0b3114}.gw-btn--hero-ghost{font-size:16px;font-weight:600;color:#fff;background:transparent;border:1.5px solid rgba(255,255,255,.55);padding:14px 28px}.gw-btn--hero-ghost:hover{border-color:#fff;background:#ffffff1f;color:#fff}.gw-hero__scroll{position:absolute;left:50%;bottom:26px;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;color:#ffffffbf;font-size:12px;letter-spacing:.2em;text-decoration:none}.gw-hero__scroll svg{animation:gwBounce 2s ease-in-out infinite}.gw-page-hero{background:var(--gw-green-deep)}.gw-page-hero__inner{padding-top:76px;padding-bottom:64px}.gw-page-hero__eyebrow{color:var(--gw-green-light);font-size:13px;font-weight:700;letter-spacing:.18em}.gw-page-hero__title{margin:14px 0 0;font-size:52px;line-height:1.06;font-weight:800;letter-spacing:-.025em;color:#fff;max-width:760px}.gw-page-hero__title--wide{max-width:820px}.gw-page-hero__text{margin:18px 0 0;font-size:18px;line-height:1.6;color:#ffffffd9;max-width:620px}.gw-page-hero__chips{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.gw-chip{font-size:14px;font-weight:700;color:#fff;border:1.5px solid rgba(255,255,255,.45);padding:10px 22px;border-radius:999px;text-decoration:none;transition:background .25s ease,border-color .25s ease}.gw-chip:hover{border-color:#fff;background:#ffffff1f;color:#fff}.gw-page-hero--split .gw-page-hero__inner{padding-top:76px;padding-bottom:72px;display:grid;grid-template-columns:1fr 440px;gap:56px;align-items:center}.gw-page-hero--split .gw-page-hero__title{max-width:none}.gw-page-hero--split .gw-page-hero__text{max-width:560px}.gw-page-hero__media{height:320px;border-radius:12px;overflow:hidden}.gw-section-head{display:flex;align-items:center;gap:14px;margin-bottom:44px}.gw-section-head--split{justify-content:space-between;gap:24px}.gw-section-head__group{display:flex;align-items:center;gap:14px}.gw-section-head h2{margin:0;font-size:34px;font-weight:800;letter-spacing:-.02em}.gw-section-head--sm h2{font-size:32px}.gw-section-head--dark h2{color:#fff}.gw-section-head--dark{margin-bottom:40px}.gw-range-head{display:flex;align-items:baseline;gap:18px;margin-bottom:10px;flex-wrap:wrap}.gw-range-head h2{margin:0;font-size:32px;font-weight:800;letter-spacing:-.02em}.gw-range-head h2 em{font-style:normal;color:var(--gw-green)}.gw-range-head__sub{font-size:14px;font-weight:600;color:var(--gw-muted)}.gw-range-intro{margin:0 0 40px;font-size:16px;line-height:1.6;color:var(--gw-muted);max-width:620px}.gw-media{position:relative;width:100%;height:100%;overflow:hidden;background:var(--gw-mist)}.gw-media img{display:block;width:100%;height:100%;object-fit:cover}.gw-media--contain{background:transparent}.gw-media--contain img{object-fit:contain}.gw-media__empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:16px;background:#f5f5f5;border:1px dashed #D2D2D2;border-radius:inherit;color:#8a8a8a;font-size:12px;font-weight:500;letter-spacing:.01em}.gw-media__empty svg{display:block;opacity:.85}.gw-media__wave{position:absolute;left:0;right:0;bottom:-1px;width:100%;height:44px;pointer-events:none}.gw-split{display:grid;grid-template-columns:480px 1fr;gap:56px;align-items:center}.gw-split__media{height:310px;border-radius:12px;overflow:hidden}.gw-split__media--tall{height:300px}.gw-split__copy{max-width:560px}.gw-split__copy h2{margin:0;font-size:32px;font-weight:800;letter-spacing:-.02em}.gw-split__copy p{margin:14px 0 0;font-size:16px;line-height:1.6;color:var(--gw-muted)}.gw-split__copy .gw-btn{margin-top:22px}.gw-split__kicker{font-size:12.5px;font-weight:700;letter-spacing:.14em;color:var(--gw-green)}.gw-split__copy--kicked h2{margin-top:12px}.gw-product-card{display:flex;flex-direction:column;gap:14px}.gw-product-card__media{box-sizing:content-box;position:relative;background:#fff;border:1px solid var(--gw-line);border-radius:4px;height:300px;overflow:hidden}.gw-product-card__media--sm{height:280px}.gw-product-card__media--mist{background:var(--gw-mist)}.gw-product-card__eyebrow{font-size:12.5px;font-weight:700;letter-spacing:.08em;color:var(--gw-green)}.gw-product-card__title{font-size:18px;font-weight:700;letter-spacing:-.01em;margin-top:4px}a.gw-product-card__title-link{color:var(--gw-ink);text-decoration:none}a.gw-product-card__title-link:hover{color:var(--gw-green)}.gw-product-card__text{margin:8px 0 0;font-size:14px;line-height:1.55;color:var(--gw-muted)}.gw-product-card__price{margin-top:8px;font-size:15px;font-weight:700;color:var(--gw-ink)}.gw-product-card__price s{color:var(--gw-muted);font-weight:500;margin-left:8px}.gw-product-card .gw-btn--card{margin-top:4px}.gw-product-card--stretch .gw-btn--card{margin-top:auto}.gw-badge{position:absolute;top:0;right:0;background:var(--gw-yellow);color:var(--gw-ink);font-size:13px;font-weight:700;padding:8px 16px;border-radius:0 12px;z-index:1}.gw-industry-tile{display:block;background:#fff;border:1px solid var(--gw-line);border-radius:10px;overflow:hidden;text-decoration:none;transition:box-shadow .3s var(--gw-ease)}.gw-industry-tile:hover{box-shadow:0 16px 40px #0e4b2024}.gw-industry-tile__media{position:relative;height:230px;overflow:hidden}.gw-industry-tile__label{padding:6px 22px 24px;font-size:19px;font-weight:700;color:var(--gw-ink)}.gw-industry-card{background:#fff;border:1px solid var(--gw-line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:box-shadow .3s var(--gw-ease)}a.gw-industry-card:hover{box-shadow:0 16px 40px #0e4b2024}.gw-industry-card__media{position:relative;height:200px;overflow:hidden}.gw-industry-card__body{padding:4px 22px 22px;display:flex;flex-direction:column;gap:10px;flex:1}.gw-industry-card__title{font-size:19px;font-weight:700;color:var(--gw-ink)}.gw-industry-card__text{margin:0;font-size:13.5px;line-height:1.55;color:var(--gw-muted)}.gw-industry-card__tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto}.gw-tag-sm{font-size:11.5px;font-weight:700;color:var(--gw-green-dark);background:var(--gw-tag-bg);padding:4px 10px;border-radius:4px}.gw-panel{display:flex;flex-direction:column;justify-content:center;gap:12px;background:var(--gw-green-dark);border-radius:10px;padding:32px}.gw-panel--lg{padding:36px}.gw-panel__title{font-size:22px;font-weight:800;color:#fff;letter-spacing:-.01em}.gw-panel__text{font-size:15px;line-height:1.55;color:var(--gw-pale-2)}.gw-panel--lg .gw-panel__text{line-height:1.6;max-width:440px}.gw-panel .gw-btn{margin-top:6px}.gw-resource-card{background:#fff;border-radius:10px;padding:24px;display:flex;flex-direction:column;gap:12px}.gw-resource-card--bordered{box-sizing:content-box;border:1px solid var(--gw-line);min-height:210px}.gw-resource-card__type{font-size:12.5px;font-weight:700;letter-spacing:.06em;color:var(--gw-muted)}.gw-resource-card__title{font-size:18px;font-weight:700;line-height:1.35;letter-spacing:-.01em}.gw-resource-card__tags{display:flex;gap:8px;flex-wrap:wrap}.gw-tag{font-size:12px;font-weight:600;color:var(--gw-green-dark);background:var(--gw-tag-bg);padding:4px 10px;border-radius:4px}.gw-stat{position:relative;background:var(--gw-green);border-radius:8px;padding:64px 32px 32px;margin-top:20px}.gw-stat__figure{position:absolute;top:-20px;left:28px;background:var(--gw-green-light);color:var(--gw-green-dark);font-size:30px;font-weight:800;letter-spacing:-.02em;padding:10px 24px;border-radius:6px}.gw-stat__text{font-size:16px;line-height:1.6;font-weight:600;color:#fff}.gw-stat__source{font-size:12.5px;color:var(--gw-pale-2);margin-top:12px}.gw-stat .gw-btn--stat{margin-top:20px}.gw-commit{background:#fff;border:1px solid var(--gw-line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.gw-commit__media{height:300px}.gw-commit__body{padding:28px}.gw-commit__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.gw-commit__head h3{margin:0;font-size:23px;font-weight:800;letter-spacing:-.01em}.gw-arrow{flex:none;width:38px;height:38px;border-radius:999px;background:var(--gw-green);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .25s ease}.gw-arrow:hover{background:var(--gw-green-dark)}.gw-commit__body p{margin:12px 0 0;font-size:14.5px;line-height:1.6;color:var(--gw-muted)}.gw-cta{display:flex;align-items:center;justify-content:space-between;gap:40px}.gw-cta__copy{max-width:620px}.gw-cta__copy h2{margin:0;font-size:40px;font-weight:800;letter-spacing:-.02em}.gw-cta--sm .gw-cta__copy h2{font-size:38px}.gw-cta__copy p{margin:16px 0 0;font-size:17px;line-height:1.6;color:var(--gw-muted)}.gw-cta--sm .gw-cta__copy p{margin-top:14px}.gw-cta__actions{display:flex;gap:16px;flex-wrap:wrap}.gw-step{background:var(--gw-green);border-radius:8px;padding:32px}.gw-step__kicker{font-size:15px;font-weight:800;letter-spacing:.12em;color:var(--gw-green-light)}.gw-step__text{font-size:19px;font-weight:700;color:#fff;margin-top:12px}.gw-featured{display:grid;grid-template-columns:1fr 420px;background:var(--gw-green-dark);border-radius:12px;overflow:hidden}.gw-featured__body{padding:44px 48px;display:flex;flex-direction:column;gap:14px;justify-content:center}.gw-featured__kicker{font-size:12.5px;font-weight:700;letter-spacing:.14em;color:var(--gw-green-light)}.gw-featured__title{font-size:30px;font-weight:800;letter-spacing:-.02em;color:#fff}.gw-featured__text{margin:0;font-size:16px;line-height:1.6;color:var(--gw-pale-2);max-width:520px}.gw-featured__body .gw-btn{margin-top:8px}.gw-featured__media{min-height:280px}.gw-filters{display:flex;align-items:center;gap:10px;margin-bottom:32px;flex-wrap:wrap}.gw-pillar{background:#fff;border:1px solid var(--gw-line);border-radius:12px;padding:32px;display:flex;flex-direction:column;gap:12px}.gw-pillar__kicker{font-size:13px;font-weight:800;letter-spacing:.12em;color:var(--gw-green)}.gw-pillar__title{font-size:21px;font-weight:800;letter-spacing:-.01em}.gw-pillar__text{margin:0;font-size:15px;line-height:1.6;color:var(--gw-muted)}.gw-certs{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.gw-certs__copy h2{margin:0;font-size:32px;font-weight:800;letter-spacing:-.02em;color:#fff}.gw-certs__copy p{margin:14px 0 0;font-size:16px;line-height:1.6;color:var(--gw-pale-2);max-width:480px}.gw-certs__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.gw-cert{border:1px solid rgba(255,255,255,.32);border-radius:10px;padding:22px}.gw-cert__title{font-size:17px;font-weight:800;color:#fff}.gw-cert__sub{font-size:13.5px;color:var(--gw-pale-2);margin-top:6px}.gw-milestone{border-top:4px solid var(--gw-green-bright);padding-top:20px}.gw-milestone--future{border-top-color:var(--gw-line-strong)}.gw-milestone__year{font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--gw-green)}.gw-milestone--future .gw-milestone__year{color:var(--gw-muted)}.gw-milestone__title{font-size:17px;font-weight:700;margin-top:8px}.gw-milestone__text{margin:8px 0 0;font-size:14.5px;line-height:1.6;color:var(--gw-muted)}.gw-contact{display:grid;grid-template-columns:1fr 380px;gap:56px;align-items:start}.gw-form-card{background:#fff;border:1px solid var(--gw-line);border-radius:12px;padding:40px}.gw-form-card h2{margin:0;font-size:26px;font-weight:800;letter-spacing:-.02em}.gw-form{display:flex;flex-direction:column;gap:22px}.gw-form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.gw-field{display:flex;flex-direction:column;gap:7px}.gw-field label,.gw-field__label{font-size:13px;font-weight:700;color:var(--gw-ink-soft)}.gw-field input,.gw-field select,.gw-field textarea{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid var(--gw-line-strong);border-radius:8px;font-size:15px;font-family:inherit;color:var(--gw-ink);background:#fff}.gw-field textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid var(--gw-green-bright);outline-offset:1px}.gw-interests{display:flex;flex-direction:column;gap:10px}.gw-interests__options{display:flex;gap:10px;flex-wrap:wrap}.gw-interests .gw-pill{padding:10px 20px}.gw-radio-pill input{position:absolute;opacity:0;width:0;height:0}.gw-radio-pill{display:inline-block;position:relative}.gw-radio-pill span{display:inline-block;font-size:14px;font-weight:600;padding:10px 20px;border-radius:999px;border:1.5px solid var(--gw-line-strong);background:#fff;color:var(--gw-ink);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.gw-radio-pill:hover span{border-color:var(--gw-ink)}.gw-radio-pill input:checked+span{border-color:var(--gw-ink);background:var(--gw-ink);color:#fff}.gw-radio-pill input:focus-visible+span{outline:2px solid var(--gw-green-bright);outline-offset:2px}.gw-form__submit{align-self:flex-start;font-family:inherit;cursor:pointer;font-size:16px;font-weight:700;color:#fff;background:var(--gw-green);border:none;padding:15px 32px;border-radius:999px;transition:background .25s ease}.gw-form__submit:hover{background:var(--gw-green-dark)}.gw-form-success{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:24px 0}.gw-form-success__icon{width:56px;height:56px;border-radius:999px;background:var(--gw-tag-bg);display:flex;align-items:center;justify-content:center}.gw-form-success h2{margin:0;font-size:28px;font-weight:800;letter-spacing:-.02em}.gw-form-success p{margin:0;font-size:16px;line-height:1.6;color:var(--gw-muted);max-width:440px}.gw-form-success .gw-btn--card{align-self:flex-start}.gw-form-errors{margin:0 0 22px;padding:16px 18px;border-radius:8px;background:#fdecec;border:1px solid #F2C4C4;color:#8c1f1f;font-size:14px;line-height:1.55;list-style:none}.gw-form-errors li+li{margin-top:6px}.gw-aside{display:flex;flex-direction:column;gap:20px}.gw-aside__card{background:#fff;border:1px solid var(--gw-line);border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:8px}.gw-aside__card--dark{background:var(--gw-green-dark);border-color:var(--gw-green-dark)}.gw-aside__kicker{font-size:13px;font-weight:700;letter-spacing:.14em;color:var(--gw-green)}.gw-aside__card--dark .gw-aside__kicker{color:var(--gw-green-light)}.gw-aside__email{font-size:17px;font-weight:700;color:#fff;text-decoration:none}.gw-aside__email:hover{color:var(--gw-green-light)}.gw-aside__line{font-size:15px;color:var(--gw-pale-2)}.gw-aside__note{font-size:13.5px;color:var(--gw-pale-2);margin-top:4px}.gw-aside__address{font-size:15px;line-height:1.6;color:var(--gw-ink-soft)}.gw-aside__text{margin:0;font-size:14.5px;line-height:1.6;color:var(--gw-muted)}.gw-footer{background:var(--gw-footer)}.gw-footer__strip{border-bottom:1px solid rgba(255,255,255,.16)}.gw-footer__subscribe{padding:26px var(--gw-pad);display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}.gw-footer__subscribe span{font-size:16px;font-weight:600;color:#fff}.gw-btn--subscribe{font-size:14px;font-weight:700;color:#fff;background:var(--gw-green);padding:11px 26px;border:none}.gw-btn--subscribe:hover{background:var(--gw-green-light);color:var(--gw-green-dark)}.gw-footer__ranges{padding:40px var(--gw-pad);display:flex;flex-direction:column;align-items:center;gap:22px}.gw-footer__ranges-label{font-size:13px;font-weight:700;letter-spacing:.16em;color:var(--gw-pale)}.gw-footer__ranges-list{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:center}.gw-range-pill{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.32);border-radius:999px;padding:9px 20px;text-decoration:none;transition:border-color .25s ease}.gw-range-pill:hover{border-color:var(--gw-green-light)}.gw-range-pill span{font-size:14px;font-weight:700;color:#fff}.gw-range-pill span em{font-style:normal;color:var(--gw-green-light)}.gw-footer__grid{padding:64px var(--gw-pad) 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.gw-footer__grid--tight{padding-top:56px}.gw-footer__logo{height:32px;width:auto;display:block;filter:brightness(0) invert(1);opacity:.95}.gw-footer__blurb{margin:16px 0 0;font-size:14px;line-height:1.6;color:var(--gw-pale);max-width:300px}.gw-footer__col{display:flex;flex-direction:column;gap:12px}.gw-footer__col-title{font-size:13px;font-weight:700;letter-spacing:.14em;color:var(--gw-pale)}.gw-footer__col a{font-size:14.5px;color:var(--gw-pale-3);text-decoration:none}.gw-footer__col a:hover{color:#fff}.gw-footer__bottom{border-top:1px solid rgba(255,255,255,.16)}.gw-footer__bottom-inner{padding:20px var(--gw-pad);display:flex;justify-content:space-between;gap:24px;font-size:13px;color:var(--gw-pale)}.gw-footer__bottom-inner a{color:var(--gw-pale);text-decoration:none}.gw-footer__bottom-inner a:hover{color:#fff}[data-reveal]{opacity:1;transform:none}.gw-reveal-armed[data-reveal]{opacity:0;transform:translateY(44px);transition:opacity .75s var(--gw-ease),transform .75s var(--gw-ease)}.gw-reveal-armed[data-reveal].is-revealed{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.gw-reveal-armed[data-reveal]{opacity:1;transform:none;transition:none}.gw-hero__scroll svg{animation:none}html{scroll-behavior:auto}}.gw-page{padding:72px 0 96px}.gw-page__title{margin:0 0 8px;font-size:40px;font-weight:800;letter-spacing:-.02em}.gw-rte{font-size:16px;line-height:1.7;color:var(--gw-muted)}.gw-rte h2{font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--gw-ink);margin:36px 0 12px}.gw-rte h3{font-size:21px;font-weight:800;letter-spacing:-.01em;color:var(--gw-ink);margin:28px 0 10px}.gw-rte img{border-radius:10px}.gw-rte ul,.gw-rte ol{padding-left:20px}.gw-rte li+li{margin-top:6px}.gw-breadcrumb{font-size:13.5px;color:var(--gw-muted);margin-bottom:22px}.gw-breadcrumb a{color:var(--gw-muted);text-decoration:none}.gw-breadcrumb a:hover{color:var(--gw-green)}.gw-pdp{display:grid;grid-template-columns:minmax(0,1fr) 480px;gap:56px;align-items:start}.gw-pdp__gallery{display:flex;flex-direction:column;gap:16px}.gw-pdp__main-image{background:#fff;border:1px solid var(--gw-line);border-radius:12px;overflow:hidden;aspect-ratio:1 / 1}.gw-pdp__main-image img{width:100%;height:100%;object-fit:contain;display:block}.gw-pdp__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.gw-pdp__thumb{background:#fff;border:1px solid var(--gw-line);border-radius:8px;overflow:hidden;aspect-ratio:1 / 1;cursor:pointer;padding:0}.gw-pdp__thumb.is-active{border-color:var(--gw-green)}.gw-pdp__thumb img{width:100%;height:100%;object-fit:contain;display:block}.gw-pdp__title{margin:8px 0 0;font-size:36px;font-weight:800;letter-spacing:-.025em;line-height:1.1}.gw-pdp__vendor{font-size:12.5px;font-weight:700;letter-spacing:.08em;color:var(--gw-green);text-transform:uppercase}.gw-pdp__price{margin-top:18px;font-size:26px;font-weight:800;letter-spacing:-.02em}.gw-pdp__price s{font-size:18px;font-weight:500;color:var(--gw-muted);margin-left:10px}.gw-pdp__form{margin-top:26px;display:flex;flex-direction:column;gap:20px}.gw-pdp__option{display:flex;flex-direction:column;gap:8px}.gw-pdp__option-label{font-size:13px;font-weight:700;color:var(--gw-ink-soft)}.gw-pdp__swatches{display:flex;gap:10px;flex-wrap:wrap}.gw-pdp__qty{display:flex;align-items:center;gap:0;border:1.5px solid var(--gw-line-strong);border-radius:999px;width:fit-content;overflow:hidden}.gw-pdp__qty button{width:42px;height:44px;border:none;background:#fff;font-size:18px;font-weight:700;color:var(--gw-ink);cursor:pointer}.gw-pdp__qty button:hover{background:var(--gw-mist)}.gw-pdp__qty input{width:52px;height:44px;border:none;text-align:center;font-family:inherit;font-size:15px;font-weight:700;color:var(--gw-ink);background:#fff;-moz-appearance:textfield}.gw-pdp__qty input::-webkit-outer-spin-button,.gw-pdp__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gw-pdp__submit{width:100%;text-align:center}.gw-pdp__submit[disabled]{background:var(--gw-line-strong);cursor:not-allowed}.gw-pdp__submit[disabled]:hover{background:var(--gw-line-strong)}.gw-pdp__meta{margin-top:28px;padding-top:24px;border-top:1px solid var(--gw-line)}.gw-collection-head{margin-bottom:44px}.gw-collection-head h1{margin:0;font-size:40px;font-weight:800;letter-spacing:-.02em}.gw-collection-head p{margin:14px 0 0;font-size:16px;line-height:1.6;color:var(--gw-muted);max-width:620px}.gw-empty{padding:64px 0;text-align:center;color:var(--gw-muted);font-size:16px}.gw-pagination{display:flex;justify-content:center;gap:8px;margin-top:56px;flex-wrap:wrap}.gw-pagination a,.gw-pagination span{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;border:1.5px solid var(--gw-line-strong);font-size:14px;font-weight:600;color:var(--gw-ink);text-decoration:none}.gw-pagination a:hover{border-color:var(--gw-ink)}.gw-pagination .is-current{background:var(--gw-ink);border-color:var(--gw-ink);color:#fff}.gw-cart__table{width:100%;border-collapse:collapse}.gw-cart__table th{text-align:left;font-size:12.5px;font-weight:700;letter-spacing:.08em;color:var(--gw-muted);padding-bottom:14px;border-bottom:1px solid var(--gw-line)}.gw-cart__table td{padding:24px 0;border-bottom:1px solid var(--gw-line);vertical-align:top}.gw-cart__item{display:flex;gap:18px;align-items:flex-start}.gw-cart__thumb{width:96px;height:96px;flex:none;border:1px solid var(--gw-line);border-radius:8px;overflow:hidden;background:#fff}.gw-cart__thumb img{width:100%;height:100%;object-fit:contain;display:block}.gw-cart__name{font-size:16px;font-weight:700;color:var(--gw-ink);text-decoration:none}.gw-cart__name:hover{color:var(--gw-green)}.gw-cart__variant{font-size:13.5px;color:var(--gw-muted);margin-top:4px}.gw-cart__remove{font-size:13px;color:var(--gw-muted);text-decoration:underline;margin-top:8px;display:inline-block}.gw-cart__foot{margin-top:32px;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;gap:12px}.gw-cart__subtotal{font-size:22px;font-weight:800;letter-spacing:-.02em}.gw-cart__note{font-size:13.5px;color:var(--gw-muted)}.gw-search-form{display:flex;gap:12px;max-width:620px;margin-bottom:44px}.gw-search-form input{flex:1;padding:14px 18px;border:1px solid var(--gw-line-strong);border-radius:999px;font-family:inherit;font-size:15px;color:var(--gw-ink);background:#fff}.gw-account{max-width:520px}.gw-account .gw-form{gap:18px}.gw-account__links{margin-top:22px;font-size:14px;color:var(--gw-muted)}.gw-article__meta{font-size:13.5px;color:var(--gw-muted);margin-bottom:18px}.gw-article__body{max-width:760px}@media(max-width:1180px){.gw-split{grid-template-columns:400px 1fr;gap:40px}.gw-featured{grid-template-columns:1fr 340px}.gw-pdp{grid-template-columns:minmax(0,1fr) 400px;gap:40px}.gw-page-hero--split .gw-page-hero__inner{grid-template-columns:1fr 360px;gap:40px}}@media(max-width:1024px){.gw-nav,.gw-header__actions .gw-header__text-link{display:none}.gw-header__burger{display:flex}.gw-header__inner{gap:16px}.gw-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.gw-hero__title{font-size:54px}.gw-page-hero__title{font-size:44px}.gw-cta{flex-direction:column;align-items:flex-start;gap:28px}.gw-cta__copy h2,.gw-cta--sm .gw-cta__copy h2{font-size:32px}.gw-contact,.gw-certs{grid-template-columns:1fr;gap:32px}.gw-pdp{grid-template-columns:1fr;gap:36px}.gw-pdp__title{font-size:30px}}@media(max-width:900px){.gw-split,.gw-page-hero--split .gw-page-hero__inner{grid-template-columns:1fr;gap:32px}.gw-split__media,.gw-split__media--tall,.gw-page-hero__media{height:260px}.gw-featured{grid-template-columns:1fr}.gw-featured__body{padding:32px 28px}.gw-featured__media{min-height:220px;order:-1}.gw-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.gw-footer__grid{grid-template-columns:1fr 1fr;gap:36px}.gw-panel--lg{grid-column:span 2}.gw-pdp__thumbs{grid-template-columns:repeat(4,1fr)}}@media(max-width:720px){:root{--gw-pad: 20px}.gw-hero{min-height:560px}.gw-hero__title{font-size:38px}.gw-hero__text{font-size:17px}.gw-hero__copy{gap:20px}.gw-page-hero__inner{padding-top:52px;padding-bottom:44px}.gw-page-hero__title{font-size:34px}.gw-page-hero__text{font-size:16px}.gw-grid-2,.gw-grid-3,.gw-grid-4{grid-template-columns:minmax(0,1fr)}.gw-panel--lg{grid-column:auto}.gw-section-head{margin-bottom:32px}.gw-section-head--split{flex-direction:column;align-items:flex-start;gap:18px}.gw-section-head h2,.gw-section-head--sm h2,.gw-split__copy h2,.gw-range-head h2,.gw-certs__copy h2{font-size:27px}.gw-range-intro{margin-bottom:28px}.gw-cta__copy h2,.gw-cta--sm .gw-cta__copy h2{font-size:28px}.gw-cta__actions{width:100%}.gw-cta__actions .gw-btn{flex:1;text-align:center}.gw-form-card{padding:26px 22px}.gw-form__row,.gw-certs__grid{grid-template-columns:1fr}.gw-featured__title{font-size:25px}.gw-footer__grid{grid-template-columns:1fr;gap:32px}.gw-footer__subscribe{flex-direction:column;gap:16px;text-align:center}.gw-footer__bottom-inner{flex-direction:column;gap:8px}.gw-page__title,.gw-collection-head h1{font-size:30px}.gw-cart__table thead{display:none}.gw-cart__table td{display:block;border-bottom:none;padding:12px 0}.gw-cart__table tr{display:block;border-bottom:1px solid var(--gw-line);padding:12px 0}.gw-search-form{flex-direction:column}.gw-search-form .gw-btn{width:100%;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/gwipes.css.map */
