.hero-split{--hero-accent: var(--color-base-background-accent-1, 255, 143, 192);font-family:var(--hero-font-body, inherit);font-style:var(--hero-font-body-style, normal);font-weight:var(--hero-font-body-weight, 400);--hero-media-basis: 50%;--hero-media-height: clamp(50rem, 70vh, 70rem);--hero-media-height-tablet: clamp(40rem, 55vh, 60rem);--hero-media-height-mobile: clamp(30rem, 46vh, 43rem);--hero-content-max: 60rem}.hero-split.hero-split--small{--hero-media-basis: 44%}.hero-split.hero-split--medium{--hero-media-basis: 50%}.hero-split.hero-split--large{--hero-media-basis: 58%}.hero-split.hero-split--content-fixed{--hero-content-max: 67rem}.hero-split.hero-split--content-page{--hero-content-max: calc(var(--page-width) / 2)}.hero-split.hero-split--content-full{--hero-content-max: 100%}.hero-split__container{padding-left:0;padding-right:0}.hero-split__inner{display:flex;flex-direction:column;gap:1.8rem;padding:1.5rem}@media screen and (min-width:750px){.hero-split__inner{gap:3rem}}@media screen and (min-width:990px){.hero-split__inner{--hero-gutter: 5rem;flex-direction:row;align-items:stretch;gap:1.5rem;padding:0 var(--hero-gutter)}.hero-split:not(.hero-split--image-contained) .hero-split__inner{padding-right:0}.hero-split--media-left:not(.hero-split--image-contained) .hero-split__inner{padding-right:var(--hero-gutter);padding-left:0}}.hero-split__content{display:flex}.hero-split__content-inner{display:flex;flex-direction:column;gap:1.8rem;width:100%;justify-content:var(--hero-content-justify, normal)}@media screen and (min-width:750px){.hero-split__content-inner{gap:2.8rem}}@media screen and (min-width:990px){.hero-split__content{flex:1 1 auto;min-width:0;justify-content:flex-end}.hero-split--media-left .hero-split__inner{flex-direction:row-reverse}.hero-split--media-left .hero-split__content{justify-content:flex-start}.hero-split--media-left .hero-split__content-inner{padding:0 5rem 0 6rem}}@media screen and (max-width:989px){.hero-split__content-inner .hero-split__block{order:var(--vert-order, 0)}.hero-split__content-inner .hero-split__block--hidden-vertical{display:none}}.hero-split__badge{display:inline-flex;align-items:center;gap:.6rem;align-self:flex-start;padding:.5rem 1.2rem;border-radius:5px;background:rgb(var(--color-base-background-2));color:rgb(var(--hero-accent));font-size:1rem;font-weight:600;line-height:1;letter-spacing:.08rem;text-transform:uppercase}.hero-split__badge-star{font-size:1.1rem;line-height:1}@media screen and (min-width:750px){.hero-split__badge{font-size:1.3rem}}.hero-split__heading{margin:0;font-family:var(--hero-font-heading, var(--font-heading-family));font-style:var(--hero-font-heading-style, normal);font-weight:var(--hero-font-heading-weight, 700);line-height:1.2;color:rgb(var(--color-foreground))}.hero-split__heading-highlight{color:rgb(var(--hero-accent))}.hero-split__heading.small-mobile{font-size:2.3rem}@media screen and (min-width:750px){.hero-split__heading.medium-desktop{font-size:3.8rem}}@media screen and (min-width:990px)and (max-width:1099px){.hero-split__heading.extra-large-desktop{font-size:calc(var(--font-heading-scale) * 4.3rem)}.hero-split__heading.large-desktop{font-size:calc(var(--font-heading-scale) * 3.6rem)}.hero-split__heading.medium-desktop{font-size:calc(var(--font-heading-scale) * 2.8rem)}.hero-split__heading.small-desktop{font-size:calc(var(--font-heading-scale) * 1.8rem)}}@media screen and (min-width:1100px)and (max-width:1299px){.hero-split__heading.extra-large-desktop{font-size:calc(var(--font-heading-scale) * 5rem)}.hero-split__heading.large-desktop{font-size:calc(var(--font-heading-scale) * 4.2rem)}.hero-split__heading.medium-desktop{font-size:calc(var(--font-heading-scale) * 3rem)}.hero-split__heading.small-desktop{font-size:calc(var(--font-heading-scale) * 2.1rem)}}.hero-split__subtext{margin:-.8rem 0 0;max-width:46ch;font-size:1.7rem;line-height:1.5;color:rgba(var(--color-foreground),.9)}@media screen and (min-width:750px)and (max-width:989px){.hero-split__subtext{max-width:60rem}}.hero-split__subtext>*{margin-top:0;margin-bottom:0}.hero-split__subtext>*+*{margin-top:1em}.hero-split__subtext--small{font-size:1.5rem}.hero-split__subtext--medium{font-size:1.4rem}.hero-split__subtext--large{font-size:2rem}@media screen and (min-width:750px){.hero-split__subtext--medium{font-size:1.6rem}}.hero-split__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.4rem}@media screen and (min-width:750px){.hero-split__features{grid-template-columns:repeat(4,minmax(0,8rem));gap:clamp(1.6rem,3vw,2.8rem);max-width:48rem;justify-content:var(--hero-features-justify, space-between)}.hero-split__features--cols-2{grid-template-columns:repeat(2,minmax(0,8rem))}.hero-split__features--cols-3{grid-template-columns:repeat(3,minmax(0,8rem))}.hero-split__features--cols-4{grid-template-columns:repeat(4,minmax(0,8rem))}}.hero-split__feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.9rem}.hero-split__feature-image{width:5.2rem;height:5.2rem;object-fit:contain}.hero-split__feature-placeholder{display:grid;place-items:center;border-radius:50%;background:rgb(var(--color-base-background-2));color:rgb(var(--hero-accent))}.hero-split__feature-placeholder svg{width:2.8rem;height:2.8rem}.hero-split__feature-label{font-size:1.3rem;line-height:1.3;color:rgba(var(--color-foreground),.9)}.hero-split__cta.button{align-self:stretch;width:100%;max-width:100%;padding:1.3rem;line-height:1.2;font-size:1.8rem}.hero-split__cta.button--primary{background-color:rgb(var(--hero-accent))}@media screen and (min-width:750px){.hero-split__cta.button{align-self:flex-start;width:auto;padding:1.3rem 7rem}.hero-split__cta--full.button{align-self:stretch;width:100%}}.hero-split__proof{display:flex;align-items:center;gap:1rem}.hero-split__avatars{display:flex;flex-shrink:0}.hero-split__avatars img,.hero-split__avatars .hero-split__avatar{width:3.6rem;height:3.6rem;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px rgb(var(--color-background));background:rgba(var(--hero-accent),.2)}.hero-split__avatars>*+*{margin-left:-1.2rem}@media screen and (max-width:749px){.hero-split__avatars>*:last-child{display:none}}.hero-split__proof-body{display:flex;flex-direction:column;gap:.2rem}.hero-split__proof-rating{display:flex;align-items:center;gap:.2rem}.hero-split__stars{position:relative;display:inline-flex;line-height:1}.hero-split__stars-layer{display:inline-flex;gap:.2rem}.hero-split__stars-layer--empty{color:rgba(var(--color-foreground),.18)}.hero-split__stars-layer--full{position:absolute;top:0;left:0;overflow:hidden;width:min(100%,calc(var(--hero-rating) / var(--hero-star-max) * 100%));color:#ffcd05}.hero-split__star{width:1rem;height:1rem;flex-shrink:0}.hero-split__proof-line{font-size:1.2rem;line-height:normal;letter-spacing:.02em;color:rgba(var(--color-foreground),.7)}.hero-split__proof-sub{font-size:1.2rem;line-height:normal;letter-spacing:.02em;color:rgb(var(--hero-accent))}@media screen and (min-width:750px){.hero-split__proof{gap:1.6rem}.hero-split__proof-rating{gap:.6rem}.hero-split__star{width:1.5rem;height:1.5rem}.hero-split__proof-line,.hero-split__proof-sub{font-size:1.3rem}}.hero-split__trust{display:flex;justify-content:space-evenly;flex-wrap:wrap;gap:1.2rem 0}.hero-split__trust-chip{display:inline-flex;align-items:center;gap:.2rem;padding:.5rem;border-radius:100px;background:rgb(var(--color-background));border:1px solid var(--trust-border, rgb(var(--hero-accent)))}.hero-split__trust-chip-icon{flex-shrink:0;height:1rem;object-fit:contain}.hero-split__trust-chip-text{font-size:1rem;font-weight:500;line-height:1;letter-spacing:.02em;color:rgba(var(--color-foreground),.7);white-space:nowrap}@media screen and (min-width:750px){.hero-split__trust{justify-content:start;gap:1.2rem 1rem}.hero-split__trust-chip{gap:.8rem;padding:.5rem 1rem}.hero-split__trust-chip-icon{height:1.6rem}.hero-split__trust-chip-text{font-size:1.3rem}}@media screen and (min-width:990px){.hero-split__trust-chip-text{font-size:1rem}}@media screen and (min-width:1300px){.hero-split__trust-chip-text{font-size:1.3rem}}@media screen and (max-width:749px){.hero-split__trust--hide-icons-mobile .hero-split__trust-chip-icon{display:none}}.hero-split__media{position:relative;order:-1}.hero-split__image{position:relative;overflow:hidden;border-radius:16px;height:var(--hero-media-height-mobile)}@media screen and (min-width:750px){.hero-split__image{height:var(--hero-media-height-tablet)}}@media screen and (min-width:990px){.hero-split__media{order:0;flex:0 0 var(--hero-media-basis);max-width:var(--hero-media-basis);align-self:stretch;min-height:var(--hero-media-height)}.hero-split__image{position:absolute;top:0;right:0;bottom:0;left:0;height:auto;border-radius:16px 0 0 16px}.hero-split--media-left .hero-split__image{border-radius:0 16px 16px 0}}.hero-split__image img,.hero-split__image svg{display:block;width:100%;height:100%;object-fit:cover}@media screen and (min-width:990px){.hero-split--image-contained .hero-split__inner{max-width:var(--page-width);margin-inline:auto}.hero-split--image-contained .hero-split__image{border-radius:16px}.hero-split--image-contained .hero-split__image-badge{right:2rem}}.hero-split__image-mobile,.hero-split__image--has-mobile .hero-split__image-desktop{display:none}.hero-split__image--has-mobile .hero-split__image-mobile{display:block}@media screen and (min-width:990px){.hero-split__image--has-mobile .hero-split__image-desktop{display:block}.hero-split__image--has-mobile .hero-split__image-mobile{display:none}}.hero-split__image-badge{position:absolute;z-index:2;bottom:3rem;right:max(2rem,calc((100vw - var(--page-width)) / 2));display:flex;align-items:center;gap:1.2rem;max-width:30rem;padding:1.6rem 2rem;border-radius:1rem;background:rgba(var(--color-background),.9);box-shadow:0 .8rem 2.4rem #00000014;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hero-split__image-badge-icon{flex-shrink:0;width:3rem;height:3rem;object-fit:contain}.hero-split__image-badge-text{font-size:1.5rem;font-weight:600;line-height:1.4;letter-spacing:.02em;color:rgb(var(--color-foreground))}.hero-split__image-badge-highlight{color:rgb(var(--hero-accent))}@media screen and (max-width:749px){.hero-split__image-badge--hide-mobile{display:none}}@media screen and (min-width:990px){.hero-split--gradient.hero-split--gradient-left{background:linear-gradient(90deg,rgb(var(--color-base-background-2)) 50%,transparent 50%)}.hero-split--gradient.hero-split--gradient-right{background:linear-gradient(90deg,transparent 50%,rgb(var(--color-base-background-2)) 50%)}}
/*# sourceMappingURL=/cdn/shop/t/105/assets/section-hero-split.css.map */
