.solution-faq{color:var(--solution-faq-text);background:var(--solution-faq-bg);padding-top:var(--solution-faq-pt);padding-bottom:var(--solution-faq-pb)}.solution-faq__inner{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(4rem,8vw,10rem)}.solution-faq__eyebrow{margin:0 0 1rem;color:var(--solution-faq-accent);font-size:1.3rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.solution-faq h2{margin:0;color:var(--solution-faq-heading);font-family:var(--font-heading-family);font-size:clamp(3.8rem,5vw,6rem);line-height:1}.solution-faq__intro{margin-top:1.8rem;font-size:1.6rem;line-height:1.55}.solution-faq__items details{border-top:1px solid var(--solution-faq-border)}.solution-faq__items details:last-child{border-bottom:1px solid var(--solution-faq-border)}.solution-faq__items summary{display:flex;gap:2rem;align-items:center;justify-content:space-between;padding:2.2rem 0;color:var(--solution-faq-heading);cursor:pointer;font-family:var(--font-heading-family);font-size:2.1rem;font-weight:700;line-height:1.25;list-style:none}.solution-faq__items summary::-webkit-details-marker{display:none}.solution-faq__icon{color:var(--solution-faq-accent);font-size:2.7rem;font-weight:400;transition:transform .2s ease}.solution-faq__items details[open] .solution-faq__icon{transform:rotate(45deg)}.solution-faq__answer{max-width:760px;padding:0 5rem 2.5rem 0;font-size:1.6rem;line-height:1.6}@media screen and (max-width:749px){.solution-faq{padding-top:var(--solution-faq-pt-mobile);padding-bottom:var(--solution-faq-pb-mobile)}.solution-faq__inner{grid-template-columns:1fr;gap:3rem}.solution-faq__answer{padding-right:0}}.sc-fit-cards{color:var(--sc-fit-text);background:var(--sc-fit-bg);padding-top:var(--sc-fit-pt);padding-bottom:var(--sc-fit-pb)}.sc-fit-cards__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(3rem,8vw,10rem);align-items:end}.sc-fit-cards__eyebrow{margin:0 0 1rem;color:var(--sc-fit-accent);font-size:1.3rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sc-fit-cards h2{margin:0;color:var(--sc-fit-heading);font-family:var(--font-heading-family);font-size:clamp(4rem,5vw,6.4rem);line-height:.98}.sc-fit-cards__intro{font-size:1.7rem;line-height:1.6}.sc-fit-cards__intro p{margin:0}.sc-fit-cards__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;margin-top:4rem}.sc-fit-cards__card{background:var(--sc-fit-card)}.sc-fit-cards__image{aspect-ratio:4 / 3;overflow:hidden}.sc-fit-cards__image img{display:block;width:100%;height:100%;object-fit:cover}.sc-fit-cards__content{padding:2.4rem}.sc-fit-cards h3{margin:0;color:var(--sc-fit-heading);font-family:var(--font-heading-family);font-size:2.6rem;line-height:1.08}.sc-fit-cards__content p{margin:1.2rem 0 0;font-size:1.55rem;line-height:1.55}@media screen and (max-width:989px){.sc-fit-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.sc-fit-cards{padding-top:var(--sc-fit-pt-mobile);padding-bottom:var(--sc-fit-pb-mobile)}.sc-fit-cards__header,.sc-fit-cards__grid{grid-template-columns:1fr}.sc-fit-cards__header{gap:2.2rem}.sc-fit-cards__grid{margin-top:3rem}.sc-fit-cards h2{font-size:clamp(3.6rem,12vw,5rem)}.sc-fit-cards__intro{font-size:1.6rem}}.sc-install-video{color:var(--sc-install-text);background:var(--sc-install-bg);padding-top:var(--sc-install-pt);padding-bottom:var(--sc-install-pb)}.sc-install-video__header{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(3rem,8vw,10rem);align-items:end;margin-bottom:3.6rem}.sc-install-video__eyebrow{margin:0 0 1rem;color:var(--sc-install-accent);font-size:1.3rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sc-install-video h2{margin:0;color:var(--sc-install-heading);font-family:var(--font-heading-family);font-size:clamp(4rem,5.5vw,6.8rem);line-height:.98}.sc-install-video__copy{font-size:1.7rem;line-height:1.6}.sc-install-video__copy p:first-child{margin-top:0}.sc-install-video__copy p:last-child{margin-bottom:0}.sc-install-video__button{display:inline-flex;margin-top:2.4rem;padding:1.35rem 2.4rem;color:#fff;background:var(--sc-install-accent);font-family:var(--font-heading-family);font-weight:700;line-height:1;text-decoration:none;text-transform:uppercase}.sc-install-video__figure{margin:0}.sc-install-video__media,.sc-install-video__figure>img,.sc-install-video__figure>svg{display:block;width:100%;aspect-ratio:16 / 9;background:#111;object-fit:cover}.sc-install-video figcaption{margin-top:1.4rem;color:var(--sc-install-text);font-size:1.35rem;line-height:1.5;opacity:.78}@media screen and (max-width:749px){.sc-install-video{padding-top:var(--sc-install-pt-mobile);padding-bottom:var(--sc-install-pb-mobile)}.sc-install-video__header{grid-template-columns:1fr;gap:2.2rem;margin-bottom:2.8rem}.sc-install-video h2{font-size:clamp(3.6rem,12vw,5rem)}.sc-install-video__copy{font-size:1.6rem}.sc-install-video__button{width:100%;justify-content:center}}.sc-tip-video{color:var(--sc-tip-text);background:var(--sc-tip-bg);padding-top:var(--sc-tip-pt);padding-bottom:var(--sc-tip-pb)}.sc-tip-video__inner{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(4rem,8vw,10rem);align-items:center}.sc-tip-video--right .sc-tip-video__figure{order:2}.sc-tip-video--right .sc-tip-video__content{order:1}.sc-tip-video__figure{width:min(100%,440px);margin:0 auto}.sc-tip-video__frame{position:relative;overflow:hidden;aspect-ratio:9 / 16;background:#111;box-shadow:0 2rem 5rem #00000029}.sc-tip-video__media,.sc-tip-video__frame>img,.sc-tip-video__frame>svg{display:block;width:100%;height:100%;object-fit:cover}.sc-tip-video__label{position:absolute;top:1.6rem;left:1.6rem;padding:.8rem 1.2rem;color:#fff;background:var(--sc-tip-accent);font-family:var(--font-heading-family);font-size:1.3rem;font-weight:700;line-height:1;text-transform:uppercase;pointer-events:none}.sc-tip-video figcaption{margin-top:1.2rem;font-size:1.3rem;line-height:1.45;opacity:.76}.sc-tip-video__eyebrow{margin:0 0 1rem;color:var(--sc-tip-accent);font-size:1.3rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sc-tip-video h2{max-width:780px;margin:0;color:var(--sc-tip-heading);font-family:var(--font-heading-family);font-size:clamp(4rem,5.5vw,6.8rem);line-height:.98}.sc-tip-video__text{max-width:760px;margin-top:2.2rem;font-size:1.7rem;line-height:1.62}.sc-tip-video__points{display:grid;gap:1.2rem;margin:2.6rem 0 0;padding:0}.sc-tip-video__points li{display:grid;grid-template-columns:1.2rem 1fr;gap:1.2rem;align-items:start;color:var(--sc-tip-heading);font-size:1.6rem;line-height:1.45}.sc-tip-video__points li>span{width:1.2rem;height:2px;margin-top:.75em;background:var(--sc-tip-accent)}.sc-tip-video__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;background:#1212121f}.sc-tip-video__stats>div{min-width:0;padding:1.8rem;background:var(--sc-tip-card)}.sc-tip-video__stats strong,.sc-tip-video__stats span{display:block}.sc-tip-video__stats strong{color:var(--sc-tip-accent);font-family:var(--font-heading-family);font-size:2.8rem;line-height:1}.sc-tip-video__stats span{margin-top:.7rem;font-size:1.25rem;line-height:1.35}.sc-tip-video__source{margin:1.4rem 0 0;font-size:1.2rem;line-height:1.45;opacity:.78}.sc-tip-video__source a{color:inherit}.sc-tip-video__button{display:inline-flex;margin-top:2.6rem;padding:1.35rem 2.4rem;color:#fff;background:var(--sc-tip-accent);font-family:var(--font-heading-family);font-weight:700;line-height:1;text-decoration:none;text-transform:uppercase}@media screen and (max-width:989px){.sc-tip-video__inner{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:4rem}.sc-tip-video__stats{grid-template-columns:1fr}}@media screen and (max-width:749px){.sc-tip-video{padding-top:var(--sc-tip-pt-mobile);padding-bottom:var(--sc-tip-pb-mobile)}.sc-tip-video__inner{grid-template-columns:1fr;gap:3.6rem}.sc-tip-video--right .sc-tip-video__figure,.sc-tip-video--right .sc-tip-video__content{order:initial}.sc-tip-video__figure{width:min(100%,370px)}.sc-tip-video h2{font-size:clamp(3.6rem,12vw,5rem)}.sc-tip-video__text{font-size:1.6rem}.sc-tip-video__button{width:100%;justify-content:center}}.tc-faq-section{color:var(--tc-faq-text);background:var(--tc-faq-bg);padding-top:var(--tc-faq-pt);padding-bottom:var(--tc-faq-pb)}.tc-faq-section__inner{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(4rem,8vw,10rem)}.tc-faq-section__eyebrow{margin:0 0 1rem;color:var(--tc-faq-accent);font-size:1.3rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.tc-faq-section h2{margin:0;color:var(--tc-faq-heading);font-family:var(--font-heading-family);font-size:clamp(3.8rem,5vw,6rem);line-height:1}.tc-faq-section__intro{margin-top:1.8rem;font-size:1.6rem;line-height:1.55}.tc-faq-section__items details{border-top:1px solid var(--tc-faq-border)}.tc-faq-section__items details:last-child{border-bottom:1px solid var(--tc-faq-border)}.tc-faq-section__items summary{display:flex;gap:2rem;align-items:center;justify-content:space-between;padding:2.2rem 0;color:var(--tc-faq-heading);cursor:pointer;font-family:var(--font-heading-family);font-size:2.1rem;font-weight:700;line-height:1.25;list-style:none}.tc-faq-section__items summary::-webkit-details-marker{display:none}.tc-faq-section__icon{color:var(--tc-faq-accent);font-size:2.7rem;font-weight:400;transition:transform .2s ease}.tc-faq-section__items details[open] .tc-faq-section__icon{transform:rotate(45deg)}.tc-faq-section__answer{max-width:760px;padding:0 5rem 2.5rem 0;font-size:1.6rem;line-height:1.6}@media screen and (max-width:749px){.tc-faq-section{padding-top:var(--tc-faq-pt-mobile);padding-bottom:var(--tc-faq-pb-mobile)}.tc-faq-section__inner{grid-template-columns:1fr;gap:3rem}.tc-faq-section__answer{padding-right:0}}.tc-project-feature{color:var(--tc-project-text);background:var(--tc-project-bg);padding-top:var(--tc-project-pt);padding-bottom:var(--tc-project-pb)}.tc-project-feature__inner{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(4rem,7vw,9rem);align-items:center}.tc-project-feature--left .tc-project-feature__content{order:2}.tc-project-feature--left .tc-project-feature__media{order:1}.tc-project-feature__eyebrow{margin:0 0 1.2rem;color:var(--tc-project-accent);font-size:1.3rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.tc-project-feature h2{max-width:680px;margin:0;color:var(--tc-project-text);font-family:var(--font-heading-family);font-size:clamp(3.8rem,5vw,6.4rem);line-height:.98}.tc-project-feature__text{max-width:650px;margin-top:2.4rem;color:var(--tc-project-muted);font-size:1.7rem;line-height:1.65}.tc-project-feature__points{display:grid;gap:1.3rem;margin:2.8rem 0 0;padding:0}.tc-project-feature__points li{display:grid;grid-template-columns:1.2rem 1fr;gap:1.2rem;align-items:start;color:var(--tc-project-text);font-size:1.6rem;line-height:1.45}.tc-project-feature__points li span{width:1.2rem;height:2px;margin-top:.75em;background:var(--tc-project-accent)}.tc-project-feature__button{display:inline-flex;margin-top:3rem;padding:1.35rem 2.4rem;color:#fff;background:var(--tc-project-accent);font-family:var(--font-heading-family);font-weight:700;line-height:1;text-decoration:none;text-transform:uppercase}.tc-project-feature__media{position:relative;min-height:520px;padding:0 10% 9% 0}.tc-project-feature__primary{height:100%;min-height:480px}.tc-project-feature__primary img,.tc-project-feature__secondary img{display:block;width:100%;height:100%;object-fit:cover}.tc-project-feature__primary img{object-position:var(--tc-project-primary-position)}.tc-project-feature__secondary{position:absolute;right:0;bottom:0;width:52%;aspect-ratio:4 / 3;border:8px solid var(--tc-project-bg)}.tc-project-feature__secondary img{object-position:var(--tc-project-secondary-position)}@media screen and (max-width:989px){.tc-project-feature__inner{grid-template-columns:1fr;gap:4.5rem}.tc-project-feature--left .tc-project-feature__content,.tc-project-feature--left .tc-project-feature__media{order:initial}.tc-project-feature__media{min-height:440px}}@media screen and (max-width:749px){.tc-project-feature{padding-top:var(--tc-project-pt-mobile);padding-bottom:var(--tc-project-pb-mobile)}.tc-project-feature h2{font-size:clamp(3.4rem,12vw,5rem)}.tc-project-feature__text{font-size:1.6rem}.tc-project-feature__media{min-height:340px;padding:0 8% 12% 0}.tc-project-feature__primary{min-height:300px}.tc-project-feature__secondary{width:60%;border-width:5px}}.tc-resource-callout{color:var(--tc-resource-text);background:var(--tc-resource-bg);padding-top:var(--tc-resource-pt);padding-bottom:var(--tc-resource-pb)}.tc-resource-callout__inner{display:flex;gap:clamp(3rem,7vw,9rem);align-items:center;justify-content:space-between}.tc-resource-callout__content{max-width:900px}.tc-resource-callout__eyebrow{margin:0 0 1rem;font-size:1.3rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.tc-resource-callout h2{margin:0;color:inherit;font-family:var(--font-heading-family);font-size:clamp(3.4rem,4.5vw,5.8rem);line-height:1}.tc-resource-callout__text{max-width:760px;margin-top:1.8rem;font-size:1.7rem;line-height:1.55}.tc-resource-callout__text p:last-child{margin-bottom:0}.tc-resource-callout__button{display:inline-flex;flex:0 0 auto;justify-content:center;padding:1.45rem 2.6rem;color:var(--tc-resource-button-text);background:var(--tc-resource-button-bg);font-family:var(--font-heading-family);font-weight:700;line-height:1;text-decoration:none;text-transform:uppercase}@media screen and (max-width:749px){.tc-resource-callout{padding-top:var(--tc-resource-pt-mobile);padding-bottom:var(--tc-resource-pb-mobile)}.tc-resource-callout__inner{flex-direction:column;align-items:flex-start;gap:2.8rem}.tc-resource-callout__button{width:100%}}.tc-page{color:#161616;background:#fff;overflow:hidden}.tc-page h1,.tc-page h2,.tc-page h3{margin:0;font-family:var(--font-heading-family);font-weight:700;letter-spacing:.01em;line-height:1}.tc-page p{line-height:1.6}.tc-breadcrumb{display:flex;gap:.8rem;align-items:center;padding-top:1.2rem;padding-bottom:1.2rem;font-size:1.3rem;color:#5b5b5b}.tc-breadcrumb a{color:inherit;text-decoration:none}.tc-hero{position:relative;min-height:650px;display:grid;align-items:end;isolation:isolate}.tc-hero__media,.tc-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0}.tc-hero__media img{width:100%;height:100%;object-fit:cover}.tc-hero__shade{z-index:1;background:linear-gradient(90deg,#000000d6,#0000008f 45%,#0000001f 78%)}.tc-hero__content{position:relative;z-index:2;width:100%;padding-top:11rem;padding-bottom:8rem;color:#fff}.tc-hero h1{max-width:850px;font-size:clamp(5rem,8vw,10rem)}.tc-hero__lede{max-width:690px;margin-top:2.4rem;font-size:clamp(1.8rem,2.2vw,2.5rem);line-height:1.45}.tc-eyebrow{margin:0 0 1.2rem;font-family:var(--font-heading-family);font-size:1.35rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.tc-eyebrow--green{color:#39b54a}.tc-actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:3.2rem}.tc-button{display:inline-flex;justify-content:center;align-items:center;min-height:4.8rem;padding:1.3rem 2.2rem;border:2px solid transparent;color:#fff;font-family:var(--font-heading-family);font-size:1.55rem;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;transition:background .2s ease,color .2s ease,border-color .2s ease}.tc-button--green{background:#39b54a}.tc-button--green:hover{background:#248d34}.tc-button--outline{border-color:#fff;background:#0000003d}.tc-button--outline:hover,.tc-button--light{color:#161616;background:#fff}.tc-button--light:hover{color:#fff;background:#161616;border-color:#fff}.tc-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:8rem;padding-top:10rem;padding-bottom:5rem}.tc-intro h2,.tc-project h2,.tc-shop h2,.tc-details h2,.tc-faq h2{font-size:clamp(3.8rem,5vw,6.8rem)}.tc-intro__copy{font-size:1.85rem}.tc-intro__copy p:first-child{margin-top:0}.tc-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding-top:3rem;padding-bottom:10rem;background:#d9d9d9}.tc-benefit{padding:3.2rem;background:#f4f4f4}.tc-benefit span{color:#39b54a;font-family:var(--font-heading-family);font-size:1.4rem;font-weight:700}.tc-benefit h3{margin-top:4.8rem;font-size:2.7rem}.tc-benefit p{margin-bottom:0;color:#4b4b4b;font-size:1.55rem}.tc-project{padding:10rem 0;color:#fff;background:#171717}.tc-project__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:8rem;align-items:center}.tc-project__copy .rte{margin-top:2.4rem;color:#d3d3d3;font-size:1.7rem}.tc-project__copy ul{display:grid;gap:1rem;margin:3rem 0 0;padding:0;list-style:none}.tc-project__copy li{position:relative;padding-left:2.6rem;font-size:1.55rem}.tc-project__copy li:before{content:"";position:absolute;top:.75em;left:0;width:1.2rem;height:2px;background:#39b54a}.tc-project__images{position:relative;min-height:580px}.tc-project__images img:first-child{width:88%;height:520px;object-fit:cover}.tc-project__images img:last-child{position:absolute;right:0;bottom:0;width:48%;height:300px;border:8px solid #171717;object-fit:cover}.tc-article,.tc-cta{display:flex;justify-content:space-between;gap:5rem;align-items:center;margin-top:8rem;margin-bottom:8rem;padding:5rem;color:#fff;background:#39b54a}.tc-article>div,.tc-cta>div{max-width:850px}.tc-article h2,.tc-cta h2{font-size:clamp(3.4rem,4.5vw,6rem)}.tc-article p:last-child,.tc-cta p:last-child{margin-bottom:0;font-size:1.7rem}.tc-shop{padding:10rem 0;background:#f4f4f4}.tc-shop__head{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:end}.tc-shop__intro{font-size:1.65rem}.tc-shop__intro p{margin-top:0}.tc-shop__intro a{color:#161616;font-weight:700;text-decoration-thickness:2px;text-underline-offset:.45rem}.tc-products{display:grid;grid-template-columns:repeat(5,1fr);gap:1.6rem;margin-top:5rem}.tc-product{display:flex;flex-direction:column;min-width:0;background:#fff}.tc-product__image{display:block;aspect-ratio:1 / 1;overflow:hidden;background:#eee}.tc-product__image img,.tc-product__image svg{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.tc-product:hover .tc-product__image img{transform:scale(1.035)}.tc-product__content{display:flex;flex:1;flex-direction:column;padding:2rem}.tc-product h3{font-size:2rem;line-height:1.15}.tc-product h3 a{color:inherit;text-decoration:none}.tc-product p{margin:1.4rem 0;color:#555}.tc-product__link{margin-top:auto;color:#248d34;font-weight:700;text-decoration:none}.tc-details{padding-top:10rem;padding-bottom:10rem}.tc-details__head{display:grid;grid-template-columns:1fr 1fr;column-gap:8rem;align-items:end}.tc-details__head .tc-eyebrow{grid-column:1 / -1}.tc-details__head p:last-child{margin:0;font-size:1.65rem}.tc-gallery{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:1.6rem;margin-top:5rem}.tc-gallery figure{min-height:240px;margin:0;overflow:hidden;background:#eee}.tc-gallery__main{grid-row:1 / 3}.tc-gallery img{width:100%;height:100%;object-fit:cover}.tc-gallery__main img{object-fit:contain}.tc-faq{padding:10rem 0;background:#f4f4f4}.tc-faq__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:8rem}.tc-faq__list details{border-top:1px solid #bbb}.tc-faq__list details:last-child{border-bottom:1px solid #bbb}.tc-faq__list summary{display:flex;justify-content:space-between;gap:2rem;padding:2.4rem 0;cursor:pointer;font-family:var(--font-heading-family);font-size:2.2rem;font-weight:700;list-style:none}.tc-faq__list summary::-webkit-details-marker{display:none}.tc-faq__list summary span{color:#39b54a;font-size:2.8rem;transition:transform .2s ease}.tc-faq__list details[open] summary span{transform:rotate(45deg)}.tc-faq__list details .rte{padding:0 5rem 2.6rem 0;color:#4b4b4b;font-size:1.55rem}.tc-cta{margin-top:0;margin-bottom:0;background:#171717}@media screen and (max-width:1100px){.tc-products{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.tc-hero{min-height:560px}.tc-hero__shade{background:linear-gradient(0deg,#000000e6,#0000005c)}.tc-hero__content{padding-top:8rem;padding-bottom:5rem}.tc-hero h1{font-size:clamp(4.4rem,16vw,7rem)}.tc-actions,.tc-button{width:100%}.tc-intro,.tc-project__grid,.tc-shop__head,.tc-details__head,.tc-faq__grid{grid-template-columns:1fr;gap:3rem}.tc-intro,.tc-details{padding-top:7rem;padding-bottom:7rem}.tc-benefits{grid-template-columns:1fr;padding-bottom:7rem}.tc-benefit h3{margin-top:2.6rem}.tc-project,.tc-shop,.tc-faq{padding:7rem 0}.tc-project__images{min-height:420px}.tc-project__images img:first-child{width:100%;height:370px}.tc-project__images img:last-child{width:56%;height:210px;border-width:5px}.tc-article,.tc-cta{flex-direction:column;align-items:flex-start;margin-top:5rem;margin-bottom:5rem;padding:3rem}.tc-article .tc-button,.tc-cta .tc-button{width:auto}.tc-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.tc-product__content{padding:1.5rem}.tc-product h3{font-size:1.7rem}.tc-gallery{grid-template-columns:1fr 1fr;grid-template-rows:330px 190px;gap:.8rem}.tc-gallery__main{grid-column:1 / -1;grid-row:auto}.tc-details__head .tc-eyebrow{grid-column:auto}.tc-faq__list details .rte{padding-right:0}}.sc-page{color:#171717;background:#fff;overflow:hidden}.sc-page h1,.sc-page h2,.sc-page h3{margin:0;font-family:var(--font-heading-family);font-weight:700;letter-spacing:.01em;line-height:1}.sc-page p{line-height:1.6}.sc-breadcrumb{display:flex;gap:.8rem;align-items:center;padding-top:1.2rem;padding-bottom:1.2rem;font-size:1.3rem;color:#5b5b5b}.sc-breadcrumb a{color:inherit;text-decoration:none}.sc-eyebrow{margin:0 0 1.2rem;font-family:var(--font-heading-family);font-size:1.35rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.sc-eyebrow--green{color:#39b54a}.sc-hero{position:relative;min-height:640px;display:grid;align-items:end;isolation:isolate}.sc-hero__media,.sc-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0}.sc-hero__media img{width:100%;height:100%;object-fit:cover}.sc-hero__shade{z-index:1;background:linear-gradient(90deg,#000000e0,#0000008c 48%,#0000001f 82%)}.sc-hero__content{position:relative;z-index:2;width:100%;padding-top:11rem;padding-bottom:7rem;color:#fff}.sc-hero h1{max-width:1000px;font-size:clamp(4.8rem,7.4vw,9rem)}.sc-hero__text{max-width:720px;margin:2.2rem 0 3rem;font-size:clamp(1.8rem,2.1vw,2.4rem);line-height:1.45}.sc-button{display:inline-flex;justify-content:center;align-items:center;min-height:4.8rem;padding:1.3rem 2.2rem;border:2px solid transparent;color:#fff;font-family:var(--font-heading-family);font-size:1.55rem;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.sc-button--green{background:#39b54a}.sc-button--green:hover{background:#248d34}.sc-button--light{color:#171717;background:#fff}.sc-button--light:hover{color:#fff;border-color:#fff;background:#171717}.sc-vendor{display:grid;grid-template-columns:.34fr 1fr;gap:4rem;margin-top:3rem;margin-bottom:3rem;padding:2.4rem 3rem;border-left:5px solid #39b54a;background:#f4f4f4}.sc-vendor strong{font-family:var(--font-heading-family);font-size:2rem}.sc-vendor p{margin:0}.sc-overview{display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:center;padding-top:8rem;padding-bottom:9rem}.sc-overview h2,.sc-how h2,.sc-fit h2,.sc-alternatives h2,.sc-faq h2{font-size:clamp(3.8rem,5vw,6.6rem)}.sc-overview__copy .rte,.sc-how__copy .rte{margin-top:2.2rem;font-size:1.7rem}.sc-overview__image img{width:100%;min-height:540px;object-fit:cover}.sc-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}.sc-specs div{padding:2rem 1.4rem;background:#f4f4f4}.sc-specs strong,.sc-specs span{display:block}.sc-specs strong{color:#39b54a;font-family:var(--font-heading-family);font-size:2.7rem}.sc-specs span{margin-top:.5rem;font-size:1.25rem;line-height:1.35}.sc-source{margin-top:1.8rem;color:#666;font-size:1.2rem}.sc-source a{color:inherit}.sc-how{padding:9rem 0;color:#fff;background:#171717}.sc-how__grid{display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:center}.sc-how__image img{width:100%;min-height:500px;object-fit:cover}.sc-how__copy ol{display:grid;gap:0;margin:3rem 0 0;padding:0;list-style:none}.sc-how__copy li{display:grid;grid-template-columns:5rem 1fr;gap:1.6rem;padding:2rem 0;border-top:1px solid #444}.sc-how__copy li:last-child{border-bottom:1px solid #444}.sc-how__copy li>span{color:#39b54a;font-family:var(--font-heading-family);font-weight:700}.sc-how__copy li strong{font-family:var(--font-heading-family);font-size:2rem}.sc-how__copy li p{margin:.5rem 0 0;color:#ccc}.sc-fit{padding-top:9rem;padding-bottom:9rem}.sc-fit__head{display:grid;grid-template-columns:1fr 1fr;column-gap:7rem;align-items:end}.sc-fit__head .sc-eyebrow{grid-column:1 / -1}.sc-fit__head>p:last-child{margin:0;font-size:1.65rem}.sc-fit__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:4.5rem}.sc-fit__cards article{background:#f4f4f4}.sc-fit__cards img{width:100%;height:270px;object-fit:cover}.sc-fit__cards h3{padding:2.4rem 2.4rem 0;font-size:2.5rem}.sc-fit__cards p{padding:0 2.4rem 2.4rem;color:#4b4b4b}.sc-alternatives{padding:9rem 0;color:#fff;background:#39b54a}.sc-alternatives__head{max-width:900px}.sc-alternatives__head>p:last-child{font-size:1.7rem}.sc-alternatives__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:4rem;background:#ffffff59}.sc-alternatives__cards a{display:flex;flex-direction:column;min-height:310px;padding:3rem;color:#171717;text-decoration:none;background:#fff}.sc-alternatives__cards span{color:#39b54a;font-family:var(--font-heading-family);font-weight:700}.sc-alternatives__cards h3{margin-top:4rem;font-size:2.8rem}.sc-alternatives__cards p{color:#4b4b4b}.sc-alternatives__cards strong{margin-top:auto;color:#248d34}.sc-faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:7rem;padding-top:9rem;padding-bottom:9rem}.sc-faq__list details{border-top:1px solid #bbb}.sc-faq__list details:last-child{border-bottom:1px solid #bbb}.sc-faq__list summary{display:flex;justify-content:space-between;gap:2rem;padding:2.2rem 0;cursor:pointer;font-family:var(--font-heading-family);font-size:2.1rem;font-weight:700;list-style:none}.sc-faq__list summary::-webkit-details-marker{display:none}.sc-faq__list summary span{color:#39b54a;font-size:2.7rem;transition:transform .2s ease}.sc-faq__list details[open] summary span{transform:rotate(45deg)}.sc-faq__list .rte{padding:0 4rem 2.4rem 0;color:#4b4b4b}.sc-cta{display:flex;justify-content:space-between;gap:5rem;align-items:center;margin-bottom:0;padding:5rem;color:#fff;background:#171717}.sc-cta>div{max-width:820px}.sc-cta h2{font-size:clamp(3.4rem,4.5vw,5.8rem)}.sc-cta p:last-child{margin-bottom:0;font-size:1.65rem}@media screen and (max-width:749px){.sc-hero{min-height:560px}.sc-hero__shade{background:linear-gradient(0deg,#000000eb,#0000004d)}.sc-hero__content{padding-top:8rem;padding-bottom:5rem}.sc-hero h1{font-size:clamp(4.2rem,14vw,6.5rem)}.sc-button{width:100%}.sc-vendor,.sc-overview,.sc-how__grid,.sc-fit__head,.sc-faq{grid-template-columns:1fr;gap:2.5rem}.sc-overview,.sc-fit,.sc-faq{padding-top:6.5rem;padding-bottom:6.5rem}.sc-overview__image img,.sc-how__image img{min-height:360px}.sc-specs{grid-template-columns:1fr}.sc-how,.sc-alternatives{padding:6.5rem 0}.sc-fit__head .sc-eyebrow{grid-column:auto}.sc-fit__cards,.sc-alternatives__cards{grid-template-columns:1fr}.sc-fit__cards img{height:240px}.sc-alternatives__cards a{min-height:260px}.sc-cta{flex-direction:column;align-items:flex-start;padding:3rem}.sc-cta .sc-button{width:auto}}
/*# sourceMappingURL=/cdn/shop/t/58/compiled_assets/styles.css.map */
