.who-story{background:var(--who-section-bg);overflow:hidden}.who-story__inner{width:min(100%,var(--who-max-width));margin:0 auto;padding:0 var(--who-side-padding-mobile)}.who-story__section-header{display:flex;flex-direction:column;gap:var(--who-section-header-gap)}.who-story__section-header--center{align-items:center;text-align:center}.who-story__section-header--left{align-items:flex-start;text-align:left}.who-story__section-heading{margin:0;color:var(--who-section-heading-color);font-size:var(--who-section-heading-size-mobile);line-height:var(--who-section-heading-line-height);font-weight:700;letter-spacing:var(--who-section-heading-letter-spacing)}.who-story__section-subheading{width:min(100%,var(--who-section-subheading-width));color:var(--who-section-subheading-color);font-size:var(--who-section-subheading-size-mobile);line-height:var(--who-section-subheading-line-height)}.who-story__section-subheading p{margin:0}.who-story__grid{display:grid;grid-template-columns:var(--who-grid-columns);gap:var(--who-grid-gap-mobile);margin-top:var(--who-top-gap-mobile);align-items:start}.who-story__grid--media-left .who-story__content{order:2}.who-story__grid--media-left .who-story__visual{order:1}.who-story__content{display:flex;flex-direction:column;gap:var(--who-main-gap-mobile);min-width:0}.who-story__story-copy{max-width:var(--who-text-max-width)}.who-story__story-heading{margin:0;color:var(--who-story-heading-color);font-size:var(--who-story-heading-size-mobile);line-height:var(--who-story-heading-line-height);font-weight:700;letter-spacing:var(--who-story-heading-letter-spacing)}.who-story__story-body{margin-top:var(--who-story-gap);color:var(--who-story-body-color);font-size:var(--who-story-body-size-mobile);line-height:var(--who-story-body-line-height)}.who-story__story-body p{margin:0}.who-story__story-body p+p{margin-top:2rem}.who-story__values{display:grid;grid-template-columns:repeat(var(--who-value-columns-mobile),minmax(0,1fr));gap:var(--who-values-row-gap-mobile) var(--who-values-column-gap-mobile);margin-top:var(--who-values-top-space-mobile)}.who-story__value{text-align:center}.who-story__value-icon{width:var(--who-value-icon-size-mobile);height:var(--who-value-icon-size-mobile);margin:0 auto 2rem;border-radius:999px;background:var(--who-value-icon-bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.who-story__value-icon img{display:block;width:100%;height:100%;object-fit:cover}.who-story__value-title{margin:0;color:var(--who-value-title-color);font-size:var(--who-value-title-size-mobile);line-height:var(--who-value-title-line-height);font-weight:700}.who-story__value-text{margin-top:1.4rem;color:var(--who-value-text-color);font-size:var(--who-value-text-size-mobile);line-height:var(--who-value-text-line-height)}.who-story__value-text p{margin:0}.who-story__quote{max-width:var(--who-quote-width);margin-top:var(--who-quote-top-space-mobile);padding:2.4rem 2.6rem;border-radius:var(--who-quote-radius);background:var(--who-quote-bg);border:var(--who-quote-border-width) solid var(--who-quote-border-color);box-shadow:0 1.4rem 3.4rem rgba(18,18,18,var(--who-quote-shadow-opacity));display:grid;grid-template-columns:var(--who-quote-badge-size-mobile) minmax(0,1fr);gap:1.8rem;align-items:center}.who-story__quote-badge{width:var(--who-quote-badge-size-mobile);height:var(--who-quote-badge-size-mobile);border-radius:999px;background:var(--who-quote-badge-bg);border:var(--who-quote-badge-border-width) solid var(--who-quote-badge-border-color);overflow:hidden}.who-story__quote-badge img{display:block;width:100%;height:100%;object-fit:cover}.who-story__quote-copy{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 2rem}.who-story__quote-text{color:var(--who-quote-text-color);font-size:var(--who-quote-text-size-mobile);line-height:var(--who-quote-text-line-height);font-weight:700}.who-story__quote-text p{margin:0}.who-story__quote-author{margin:0;color:var(--who-quote-author-color);font-size:var(--who-quote-author-size-mobile);line-height:var(--who-quote-author-line-height);font-style:italic}.who-story__visual{display:flex;justify-content:center;overflow:visible}.who-story__media-wrapper{position:relative;width:min(100%,var(--who-media-width-mobile));margin:0 auto;overflow:visible}.who-story__arch{position:relative;z-index:1;min-height:var(--who-media-height-mobile);background:var(--who-arch-bg);border-radius:min(var(--who-arch-radius-mobile),48vw) min(var(--who-arch-radius-mobile),48vw) 0 0;overflow:hidden;box-shadow:0 2.8rem 6rem rgba(28,37,29,var(--who-arch-shadow-opacity))}.who-story__arch picture,.who-story__media-image,.who-story__placeholder,.who-story__placeholder-svg{display:block;width:100%;height:100%}.who-story__media-image{object-fit:var(--who-media-fit);object-position:var(--who-media-position-x) calc(var(--who-media-position-y-anchor) + var(--who-media-offset-bottom-mobile))}.who-story__placeholder{background:var(--who-arch-bg)}.who-story__placeholder-svg{opacity:.16}.who-story__media-extension{position:absolute;right:0;bottom:0;z-index:0;width:min(var(--who-media-extension-width-mobile),36%);height:var(--who-media-extension-height-mobile);background:var(--who-arch-bg);overflow:hidden;border-radius:0 0 min(2.8rem,7vw) 0}.who-story__media-extension picture,.who-story__media-extension-image,.who-story__media-extension .who-story__placeholder,.who-story__media-extension .who-story__placeholder-svg{display:block;width:100%;height:100%}.who-story__media-extension-image{object-fit:var(--who-media-fit);object-position:var(--who-media-position-x) calc(var(--who-media-position-y-anchor) + var(--who-media-offset-bottom-mobile))}.who-story__promise-card{position:absolute;right:max(1.2rem,var(--who-promise-right-mobile));bottom:var(--who-promise-bottom-mobile);z-index:2;width:min(calc(100% - 1.6rem),var(--who-promise-width-mobile));padding:var(--who-promise-padding-mobile);border-radius:var(--who-promise-radius);background:var(--who-promise-bg);border:var(--who-promise-border-width) solid var(--who-promise-border);box-shadow:0 1.8rem 4.4rem rgba(18,18,18,var(--who-promise-shadow-opacity))}.who-story__promise-header{display:flex;align-items:center;gap:var(--who-promise-title-gap);margin-bottom:calc(var(--who-promise-gap-mobile) * .9)}.who-story__promise-title-icon{width:var(--who-promise-title-icon-size-mobile);height:var(--who-promise-title-icon-size-mobile);flex:0 0 var(--who-promise-title-icon-size-mobile);display:flex;align-items:center;justify-content:center}.who-story__promise-title-icon img{display:block;width:100%;height:100%;object-fit:contain}.who-story__promise-title-dot{width:100%;height:100%;border-radius:999px;background:var(--who-promise-title-dot-bg)}.who-story__promise-title{margin:0;color:var(--who-promise-title-color);font-size:var(--who-promise-title-size-mobile);line-height:var(--who-promise-title-line-height);font-weight:700;letter-spacing:-.03em}.who-story__promise-list{margin:0;padding:0;list-style:none}.who-story__promise-item+.who-story__promise-item{margin-top:var(--who-promise-gap-mobile)}.who-story__promise-item{display:grid;grid-template-columns:var(--who-promise-item-icon-size-mobile) minmax(0,1fr);gap:var(--who-promise-item-text-gap);align-items:start}.who-story__promise-item-icon{width:var(--who-promise-item-icon-size-mobile);height:var(--who-promise-item-icon-size-mobile);display:flex;align-items:center;justify-content:center;margin-top:.25rem}.who-story__promise-item-icon img{display:block;width:100%;height:100%;object-fit:contain}.who-story__promise-item-dot{width:100%;height:100%;border-radius:999px;background:var(--who-promise-item-dot-bg)}.who-story__promise-text{color:var(--who-promise-text-color);font-size:var(--who-promise-text-size-mobile);line-height:var(--who-promise-text-line-height)}@media screen and (min-width:750px){.who-story__inner{padding:0 var(--who-side-padding-desktop)}.who-story__section-heading{font-size:var(--who-section-heading-size-desktop)}.who-story__section-subheading{font-size:var(--who-section-subheading-size-desktop)}.who-story__grid{margin-top:var(--who-top-gap-desktop)}.who-story__story-heading{font-size:var(--who-story-heading-size-desktop)}.who-story__story-body{font-size:var(--who-story-body-size-desktop)}.who-story__values{margin-top:var(--who-values-top-space-desktop);gap:var(--who-values-row-gap-desktop) var(--who-values-column-gap-desktop)}.who-story__value-icon{width:var(--who-value-icon-size-desktop);height:var(--who-value-icon-size-desktop)}.who-story__value-title{font-size:var(--who-value-title-size-desktop)}.who-story__value-text{font-size:var(--who-value-text-size-desktop)}.who-story__quote{margin-top:var(--who-quote-top-space-desktop);grid-template-columns:var(--who-quote-badge-size-desktop) minmax(0,1fr)}.who-story__quote-badge{width:var(--who-quote-badge-size-desktop);height:var(--who-quote-badge-size-desktop)}.who-story__quote-text{font-size:var(--who-quote-text-size-desktop)}.who-story__quote-author{font-size:var(--who-quote-author-size-desktop)}.who-story__media-wrapper{width:min(100%,var(--who-media-width-desktop))}.who-story__media-image,.who-story__media-extension-image{object-position:var(--who-media-position-x) calc(var(--who-media-position-y-anchor) + var(--who-media-offset-bottom-desktop))}.who-story__arch{min-height:var(--who-media-height-desktop);border-radius:min(var(--who-arch-radius-desktop),32vw) min(var(--who-arch-radius-desktop),32vw) 0 0}.who-story__media-extension{width:min(var(--who-media-extension-width-desktop),38%);height:var(--who-media-extension-height-desktop);border-radius:0 0 min(3.6rem,4vw) 0}.who-story__promise-card{right:max(1.8rem,var(--who-promise-right));bottom:var(--who-promise-bottom);width:min(calc(100% - 2rem),var(--who-promise-width));padding:var(--who-promise-padding-desktop)}.who-story__promise-header{margin-bottom:calc(var(--who-promise-gap-desktop) * .9)}.who-story__promise-title-icon{width:var(--who-promise-title-icon-size-desktop);height:var(--who-promise-title-icon-size-desktop);flex-basis:var(--who-promise-title-icon-size-desktop)}.who-story__promise-title{font-size:var(--who-promise-title-size-desktop)}.who-story__promise-item+.who-story__promise-item{margin-top:var(--who-promise-gap-desktop)}.who-story__promise-item{grid-template-columns:var(--who-promise-item-icon-size-desktop) minmax(0,1fr)}.who-story__promise-item-icon{width:var(--who-promise-item-icon-size-desktop);height:var(--who-promise-item-icon-size-desktop)}.who-story__promise-text{font-size:var(--who-promise-text-size-desktop)}}@media screen and (min-width:990px){.who-story__grid{grid-template-columns:minmax(0,1.5fr) minmax(380px,.96fr);gap:var(--who-grid-gap-desktop);align-items:start}.who-story__grid--media-left .who-story__content{order:2}.who-story__grid--media-left .who-story__visual{order:1}.who-story__content{gap:var(--who-main-gap-desktop)}.who-story__visual{justify-content:flex-end}.who-story__values{grid-template-columns:repeat(var(--who-value-columns-desktop),minmax(0,1fr))}}@media screen and (max-width:749px){.who-story__section-header--left{align-items:center;text-align:center}.who-story__visual{order:1}.who-story__content{order:2}.who-story__story-copy{text-align:left}.who-story__promise-card{right:max(.8rem,calc(var(--who-promise-right-mobile) * .7));bottom:calc(var(--who-promise-bottom-mobile) * .8);width:min(calc(100% - 5.2rem),calc(var(--who-promise-width-mobile) * .8));padding:calc(var(--who-promise-padding-mobile) * .8)}.who-story__promise-header{gap:calc(var(--who-promise-title-gap) * .8)}.who-story__promise-title-icon{width:calc(var(--who-promise-title-icon-size-mobile) * .8);height:calc(var(--who-promise-title-icon-size-mobile) * .8);flex-basis:calc(var(--who-promise-title-icon-size-mobile) * .8)}.who-story__promise-title{font-size:calc(var(--who-promise-title-size-mobile) * .8)}.who-story__promise-item+.who-story__promise-item{margin-top:calc(var(--who-promise-gap-mobile) * .8)}.who-story__promise-item{grid-template-columns:calc(var(--who-promise-item-icon-size-mobile) * .8) minmax(0,1fr);gap:calc(var(--who-promise-item-text-gap) * .8)}.who-story__promise-item-icon{width:calc(var(--who-promise-item-icon-size-mobile) * .8);height:calc(var(--who-promise-item-icon-size-mobile) * .8)}.who-story__promise-text{font-size:calc(var(--who-promise-text-size-mobile) * .8)}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/section-who-we-are-story.css.map */
