.brand-story{position:relative;background-color:var(--story-bg, #2E5D4B);color:var(--story-text, #FFFFFF);min-height:var(--story-height-mobile, 500px);display:flex;align-items:center;overflow:hidden}.brand-story--v-top{align-items:flex-start}.brand-story--v-center{align-items:center}.brand-story--v-bottom{align-items:flex-end}@media screen and (min-width:750px){.brand-story{min-height:var(--story-height, 600px)}}.brand-story__bg-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.brand-story__bg-image{width:100%;height:100%;object-fit:cover}.brand-story__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--story-overlay, #1A1A1A);opacity:var(--story-overlay-opacity, .5)}.brand-story__container{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:4rem 1.5rem 6rem}@media screen and (min-width:750px){.brand-story__container{padding:5rem 2rem}}.brand-story--v-top .brand-story__container{padding-top:2.5rem}.brand-story--v-bottom .brand-story__container{padding-top:4rem;padding-bottom:2.5rem}@media screen and (min-width:750px){.brand-story--v-top .brand-story__container{padding-top:3rem;padding-bottom:5rem}.brand-story--v-bottom .brand-story__container{padding-top:5rem;padding-bottom:3rem}}.brand-story__content{max-width:700px}.brand-story__content--left{text-align:left;margin-right:auto}.brand-story__content--center{text-align:center;margin:0 auto}.brand-story__content--right{text-align:right;margin-left:auto}.brand-story__content--has-backdrop{position:relative;padding:2rem;border-radius:16px;background-color:var(--story-backdrop-color, #FFFFFF);opacity:1}.brand-story__content--has-backdrop:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;background-color:var(--story-backdrop-color, #FFFFFF);opacity:var(--story-backdrop-opacity, .85);backdrop-filter:blur(var(--story-backdrop-blur, 8px));-webkit-backdrop-filter:blur(var(--story-backdrop-blur, 8px));z-index:-1}.brand-story__content--has-backdrop>*{position:relative;z-index:1}@media screen and (min-width:750px){.brand-story__content--has-backdrop{padding:2.5rem 3rem;border-radius:20px}.brand-story__content--has-backdrop:before{border-radius:20px}}.brand-story__content--has-backdrop .brand-story__badge-icon img{filter:none}.brand-story__logo{margin-bottom:1.5rem}.brand-story__logo img{max-width:100px;height:auto}.brand-story__content--center .brand-story__logo img{margin:0 auto}.brand-story__content--right .brand-story__logo img{margin-left:auto}.brand-story__subheading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--story-accent, #E8A141);margin:0 0 .75rem}.brand-story__heading{font-family:domaine-display,serif;font-weight:500;margin:0 0 1.5rem;line-height:1.15}.brand-story__heading.h2--sm{font-size:1.5rem}.brand-story__heading.h2--md{font-size:2rem}.brand-story__heading.h2--lg{font-size:2.5rem}.brand-story__heading.h2--xl{font-size:3rem}@media screen and (min-width:750px){.brand-story__heading.h2--sm{font-size:2rem}.brand-story__heading.h2--md{font-size:2.5rem}.brand-story__heading.h2--lg{font-size:3rem}.brand-story__heading.h2--xl{font-size:4rem}}.brand-story__body{font-size:15px!important;line-height:1.45!important;margin-bottom:1.5rem;opacity:.9}.brand-story__body p{font-size:15px!important;line-height:1.45!important;margin:0 0 1rem}.brand-story__body p:last-child{margin-bottom:0}@media screen and (min-width:750px){.brand-story__body,.brand-story__body p{font-size:1.0625rem!important;line-height:1.6!important}}.brand-story__quote{margin:2rem 0;padding:0;border-left:3px solid var(--story-accent, #E8A141);padding-left:1.5rem}.brand-story__content--center .brand-story__quote{border-left:none;border-top:3px solid var(--story-accent, #E8A141);padding-left:0;padding-top:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.brand-story__quote p{font-size:1.25rem;font-style:italic;line-height:1.6;margin:0 0 .75rem}.brand-story__quote cite{font-size:.875rem;font-style:normal;font-weight:600;color:var(--story-accent, #E8A141)}.brand-story__cta-wrapper{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.brand-story__content--center .brand-story__cta-wrapper{justify-content:center}.brand-story__content--right .brand-story__cta-wrapper{justify-content:flex-end}.brand-story__cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 25px;font-family:Avenir-Black,Avenir,sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;text-decoration:none;border-radius:25px;transition:background-color .2s ease,color .2s ease}.brand-story__cta--primary{background-color:var(--story-text, #FFFFFF);color:var(--story-bg, #2E5D4B)}.brand-story__cta--primary:hover{background-color:var(--story-bg, #2E5D4B);color:var(--story-text, #FFFFFF)}.brand-story__cta--secondary{background-color:transparent;color:var(--story-text, #FFFFFF);border:2px solid var(--story-text, #FFFFFF)}.brand-story__cta--secondary:hover{background-color:var(--story-text, #FFFFFF);color:var(--story-bg, #2E5D4B)}.brand-story__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:3}@media screen and (min-width:750px){.brand-story__badges{position:absolute;top:2rem;right:2rem;bottom:auto;left:auto;transform:none;flex-direction:row;gap:1.5rem}}.brand-story__badge{display:flex;flex-direction:column;align-items:center;gap:.25rem}.brand-story__badge-icon{width:56px;height:56px}@media screen and (min-width:750px){.brand-story__badge-icon{width:72px;height:72px}}.brand-story__badge-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.brand-story__badge-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.9;text-align:center}@media screen and (min-width:750px){.brand-story__badge-label{font-size:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/278/assets/component-brand-story.css.map */
