:root{--container-width: 1400px;--container-padding: 2rem;--section-spacing: 8rem;--section-spacing-small: 4rem;--radius-small: 8px;--radius-medium: 16px;--radius-large: 24px;--radius-round: 999px;--shadow-small: 0 5px 20px rgba(0,0,0,.08);--shadow-medium: 0 10px 40px rgba(0,0,0,.12);--transition: .35s ease}.sc-container{width:min(var(--container-width),calc(100% - var(--container-padding) * 2));margin-inline:auto}.sc-section{padding-block:var(--section-spacing)}.sc-section-small{padding-block:var(--section-spacing-small)}.sc-radius{border-radius:var(--radius-large);overflow:hidden}.sc-card{border-radius:var(--radius-medium);overflow:hidden}.sc-usp-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.sc-usp-bar__item{display:flex;gap:1.25rem;align-items:flex-start}.sc-usp-bar__icon{font-size:2rem;line-height:1}.sc-usp-bar__title{margin:0 0 .5rem;font-size:1.6rem}.sc-usp-bar__text{margin:0;opacity:.75}@media screen and (max-width:749px){.sc-usp-bar__grid{grid-template-columns:1fr}}.sc-hero-banner{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden}.sc-hero-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.sc-hero-banner__media img{width:100%;height:100%;object-fit:cover}.sc-hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#00000059}.sc-hero-banner__content{position:relative;z-index:3}.sc-hero-banner__inner{max-width:650px;color:#fff}.sc-hero-banner__inner h1{margin:0 0 1.5rem;font-size:clamp(4rem,7vw,8rem);line-height:.95}.sc-hero-banner__inner p{margin:0 0 2.5rem;font-size:1.8rem;max-width:520px}@media screen and (max-width:749px){.sc-hero-banner{min-height:65vh}}.sc-image-text__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,8rem);align-items:center}.sc-image-text__grid--reverse .sc-image-text__media{order:2}.sc-image-text__media img,.sc-image-text__media svg{width:100%;height:100%;display:block;object-fit:cover}.sc-image-text__content{max-width:560px}.sc-eyebrow{margin:0 0 1.2rem;font-size:1.2rem;letter-spacing:.12em;text-transform:uppercase;opacity:.65}.sc-image-text__content h2{margin:0 0 2rem;font-size:clamp(3.2rem,5vw,6rem);line-height:1}.sc-rte{margin-bottom:2.5rem;font-size:1.65rem;line-height:1.65;opacity:.8}.sc-rte p{margin-top:0}@media screen and (max-width:749px){.sc-image-text__grid{grid-template-columns:1fr;gap:3rem}.sc-image-text__grid--reverse .sc-image-text__media{order:0}.sc-image-text__content h2{font-size:3.4rem}}.sc-section-header{margin-bottom:clamp(3rem,5vw,6rem)}.sc-section-header--center{text-align:center;max-width:820px;margin-inline:auto;margin-bottom:clamp(3rem,5vw,6rem)}.sc-section-header h2{margin:0;font-size:clamp(3.6rem,5vw,6.4rem);line-height:1.05;letter-spacing:-.03em}.sc-section-header__text{margin-top:2rem;max-width:720px;font-size:1.7rem;line-height:1.7;opacity:.78}.sc-section-header--center .sc-section-header__text{margin-inline:auto}.sc-cta-banner__wrap{position:relative;overflow:hidden;isolation:isolate;display:flex;align-items:center}.sc-cta-banner__wrap--small{min-height:360px}.sc-cta-banner__wrap--medium{min-height:520px}.sc-cta-banner__wrap--large{min-height:680px}.sc-cta-banner__wrap--fullscreen{min-height:90vh}.sc-cta-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.sc-cta-banner__media img,.sc-cta-banner__media svg{width:100%;height:100%;object-fit:cover}.sc-cta-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.sc-cta-banner__content{width:100%;padding:clamp(3rem,6vw,8rem)}.sc-cta-banner__content--center{text-align:center}.sc-cta-banner__content--right{text-align:right}.sc-cta-banner__inner{max-width:680px}.sc-cta-banner__content--center .sc-cta-banner__inner{margin-inline:auto}.sc-cta-banner__content--right .sc-cta-banner__inner{margin-left:auto}.sc-cta-banner__content--light{color:#fff}.sc-cta-banner__content--dark{color:#111}.sc-cta-banner__inner h2{margin:0 0 2rem;font-size:clamp(3.8rem,6vw,7.2rem);line-height:.98;letter-spacing:-.04em}.sc-cta-banner__text{max-width:560px;margin-bottom:3rem;font-size:1.8rem;line-height:1.65;opacity:.85}.sc-cta-banner__content--center .sc-cta-banner__text{margin-inline:auto}.sc-cta-banner__content--right .sc-cta-banner__text{margin-left:auto}.sc-cta-banner__buttons{display:flex;gap:1.2rem;flex-wrap:wrap}.sc-cta-banner__content--center .sc-cta-banner__buttons{justify-content:center}.sc-cta-banner__content--right .sc-cta-banner__buttons{justify-content:flex-end}@media screen and (max-width:749px){.sc-cta-banner{padding-block:2rem}.sc-cta-banner__wrap--small,.sc-cta-banner__wrap--medium,.sc-cta-banner__wrap--large,.sc-cta-banner__wrap--fullscreen{min-height:520px}.sc-cta-banner__content,.sc-cta-banner__content--right{text-align:left}.sc-cta-banner__content--right .sc-cta-banner__inner,.sc-cta-banner__content--right .sc-cta-banner__text{margin-left:0}.sc-cta-banner__content--right .sc-cta-banner__buttons{justify-content:flex-start}.sc-cta-banner__inner h2{font-size:3.8rem}}.sc-feature-grid__grid{display:grid;gap:2rem}.sc-feature-grid__grid--2{grid-template-columns:repeat(2,1fr)}.sc-feature-grid__grid--3{grid-template-columns:repeat(3,1fr)}.sc-feature-grid__grid--4{grid-template-columns:repeat(4,1fr)}.sc-feature-grid__grid--5{grid-template-columns:repeat(5,1fr)}.sc-feature-card{display:block;height:100%;text-decoration:none;color:inherit;border-radius:var(--radius-large);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition)}.sc-feature-card--background{background:rgb(var(--color-background));box-shadow:var(--shadow-small)}.sc-feature-card--border{border:1px solid rgba(var(--color-foreground),.12)}.sc-feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-medium)}.sc-feature-card__media{aspect-ratio:4 / 3;overflow:hidden}.sc-feature-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform var(--transition)}.sc-feature-card:hover .sc-feature-card__media img{transform:scale(1.04)}.sc-feature-card__content{padding:clamp(2rem,3vw,3rem)}.sc-feature-card__content h3{margin:0 0 1rem;font-size:2.2rem;line-height:1.15}.sc-feature-card__content p{margin:0;font-size:1.5rem;line-height:1.6;opacity:.75}.sc-feature-card__link{display:inline-block;margin-top:2rem;font-size:1.4rem;font-weight:400;text-decoration:underline;text-underline-offset:.35em}@media screen and (max-width:989px){.sc-feature-grid__grid--4,.sc-feature-grid__grid--5{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.sc-feature-grid__grid,.sc-feature-grid__grid--2,.sc-feature-grid__grid--3,.sc-feature-grid__grid--4,.sc-feature-grid__grid--5{grid-template-columns:1fr}}.shopify-section-header{background:rgb(var(--color-background))}.shopify-section-header .header-wrapper{background:transparent;border:0}.shopify-section-header .header{display:grid;grid-template-columns:260px 1fr 260px;align-items:center;column-gap:2rem;max-width:none;width:100%;min-height:104px;padding:0 64px;background:#fff;border-radius:28px 28px 0 0}.shopify-section-header .header__heading,.shopify-section-header .header__heading-link{justify-self:start;margin:0}.shopify-section-header .header__inline-menu{justify-self:center;margin:0}.shopify-section-header .list-menu--inline{display:flex;justify-content:center;align-items:center;gap:clamp(3rem,4vw,5.6rem)}.shopify-section-header .list-menu--inline>li{margin:0}.shopify-section-header .header__menu-item{padding:0;font-size:1.8rem;font-weight:400;letter-spacing:-.02em;text-decoration:none}.shopify-section-header .header__icons{justify-self:end;gap:2.4rem;padding-right:0}.shopify-section-group-header-group .announcement-bar-section,.shopify-section-group-header-group .announcement-bar{border:0}@media screen and (max-width:989px){.shopify-section-header .header{grid-template-columns:1fr auto 1fr;min-height:84px;padding:0 24px;border-radius:22px 22px 0 0}.shopify-section-header .header__inline-menu{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/shopcanvas-base.css.map */
