.three-mvps-section{--mvp-desktop-grid-columns: 43% 57%;--mvp-tablet-grid-columns: 45% 55%;--mvp-desktop-sticky-padding: 140px var(--spacing-36) var(--spacing-50) var(--spacing-40);--mvp-desktop-sticky-padding-compact: var(--spacing-90) var(--spacing-36) var(--spacing-50) var(--spacing-40);--mvp-left-max-width: 582px;--mvp-heading-max-width: 490px;--mvp-text-max-width: 440px;--mvp-tabs-max-width: 582px;--mvp-right-height: 70vh;--mvp-right-height-tablet: 62vh;--mvp-heading-line-height: var(--spacing-34);--mvp-tab-title-line-height: var(--spacing-30);--mvp-mobile-title-line-height: var(--spacing-20);--mvp-panel-left: 6%;--mvp-panel-width: 94%;--mvp-panel-height: 86%;--mvp-panel-hidden-y: 110%;--mvp-caption-max-width: 345px;--mvp-mobile-heading-max-width: 330px;--mvp-mobile-panel-min-height: 470px;--mvp-mobile-text-max-width: 335px;--mvp-mobile-image-min-height: 200px;--mvp-button-min-width: 168px;--mvp-button-min-height: var(--spacing-42);--mvp-text-margin-bottom-desktop: 128px;--mvp-mobile-sticky-bottom-padding: 113px;--mvp-mobile-lead: 60svh;--mvp-mobile-rest-hold: 30svh;--mvp-border-color: var(--color-grey-line);--mvp-number-color: var(--color-grey-medium);--mvp-mobile-text-color: var(--color-grey-dark);--mvp-caption-color: var(--color-white);background:var(--mvp-bg);color:var(--mvp-text)}.three-mvps-section *{box-sizing:border-box}.three-mvps-section .three-mvps-mobile{display:none}.three-mvps-section .three-mvps-desktop{display:block}.three-mvps-section .three-mvps-scroll-track{position:relative;min-height:calc(var(--mvp-block-count, 3) * 100vh)}.three-mvps-section .three-mvps-sticky{position:sticky;top:0;height:100vh;display:grid;grid-template-columns:var(--mvp-desktop-grid-columns);align-items:center;padding:var(--mvp-desktop-sticky-padding);overflow:hidden}.three-mvps-section .three-mvps-left{width:100%;max-width:var(--mvp-left-max-width)}.three-mvps-section .three-mvps-heading{margin:0;max-width:var(--mvp-heading-max-width);font-size:var(--font-size-45);line-height:var(--mvp-heading-line-height);letter-spacing:var(--letter-spacing-tight);text-transform:uppercase;font-weight:var(--font-weight-semibold);color:var(--mvp-text);font-family:var(--font-heading--family)}.three-mvps-section .three-mvps-text{margin-top:var(--spacing-30);margin-bottom:var(--mvp-text-margin-bottom-desktop);max-width:var(--mvp-text-max-width);color:var(--mvp-muted);font-size:var(--font-size-16);line-height:var(--spacing-22);font-weight:var(--font-weight-regular);font-family:var(--font-body--family)}.three-mvps-section .three-mvps-tabs{max-width:var(--mvp-tabs-max-width)}.three-mvps-section .three-mvps-tab{display:block;width:100%;padding:0 0 var(--spacing-24);margin:0 0 var(--spacing-24);border:0;border-bottom:1px solid var(--mvp-border-color);background:transparent;text-align:left;cursor:pointer;color:var(--mvp-muted);-webkit-appearance:none;appearance:none}.three-mvps-section .three-mvps-tab-number{display:block;margin-bottom:var(--spacing-20);font-size:var(--font-size-14);line-height:100%;font-weight:var(--font-weight-medium);color:var(--mvp-number-color);font-family:var(--font-body--family)}.three-mvps-section .three-mvps-tab-title{display:block;font-size:var(--font-size-40);line-height:var(--mvp-tab-title-line-height);letter-spacing:var(--letter-spacing-normal);text-transform:uppercase;font-weight:var(--font-weight-medium);color:currentColor;transition:color .45s ease;font-family:var(--font-heading--family);margin-top:0;font-variation-settings:normal}.three-mvps-section .three-mvps-tab.is-active{color:var(--mvp-accent)}.three-mvps-section .three-mvps-right{position:relative;width:100%;height:var(--mvp-right-height);overflow:hidden;isolation:isolate;contain:paint}.three-mvps-section .three-mvps-panel{position:absolute;left:var(--mvp-panel-left);bottom:0;width:var(--mvp-panel-width);height:var(--mvp-panel-height);overflow:hidden;pointer-events:none;opacity:1;transform:translate3d(0,var(--mvp-panel-hidden-y),0);transform-origin:top center;backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}.three-mvps-section .three-mvps-image-wrap{position:relative;width:100%;height:100%;overflow:hidden;transform:translateZ(0)}.three-mvps-section .three-mvps-image{display:block;width:100%;height:100%;object-fit:cover;backface-visibility:hidden;-webkit-backface-visibility:hidden}.three-mvps-section .three-mvps-caption{position:absolute;left:var(--spacing-30);bottom:var(--spacing-28);z-index:4;max-width:var(--mvp-caption-max-width);color:var(--mvp-caption-color);font-size:var(--font-size-14);line-height:100%;font-weight:var(--font-weight-regular);font-family:var(--font-body--family);opacity:0;transform:translate3d(0,var(--spacing-12),0);transition:opacity .5s ease .2s,transform .5s ease .2s}.three-mvps-section .three-mvps-panel.is-active .three-mvps-caption{opacity:1;transform:translateZ(0)}@media screen and (min-width:1400px)and (max-width:1450px){.three-mvps-section .three-mvps-sticky{padding:var(--mvp-desktop-sticky-padding-compact)}}@media screen and (max-width:1199px){.three-mvps-section .three-mvps-sticky{grid-template-columns:var(--mvp-tablet-grid-columns)}.three-mvps-section .three-mvps-text{margin-bottom:var(--spacing-70)}.three-mvps-section .three-mvps-right{height:var(--mvp-right-height-tablet)}}@media screen and (max-width:991px){.three-mvps-section .three-mvps-desktop{display:none}.three-mvps-section .three-mvps-mobile{display:block}.three-mvps-section .three-mvps-mobile-scroll-track{position:relative;min-height:calc(var(--mvp-block-count, 3) * 100svh + var(--mvp-mobile-lead, 60svh) + max(0,(var(--mvp-block-count, 3) - 2)) * var(--mvp-mobile-rest-hold, 30svh))}.three-mvps-section .three-mvps-mobile-sticky{position:sticky;top:0;min-height:100svh;padding:var(--spacing-40) var(--spacing-16) var(--mvp-mobile-sticky-bottom-padding);overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;background:var(--mvp-bg);contain:paint}.three-mvps-section .three-mvps-mobile-heading{margin:0 auto var(--spacing-30);max-width:var(--mvp-mobile-heading-max-width);color:var(--mvp-text);text-align:center;flex-shrink:0;font-weight:var(--font-weight-semibold);font-size:var(--font-size-35);line-height:var(--mvp-heading-line-height);letter-spacing:var(--letter-spacing-tight);text-transform:uppercase;font-family:var(--font-heading--family);font-variation-settings:var(--font-expand)}.three-mvps-section .three-mvps-mobile-current{flex-shrink:0;text-align:center;margin-bottom:var(--spacing-20)}.three-mvps-section .three-mvps-mobile-panels{position:relative;flex:1;min-height:var(--mvp-mobile-panel-min-height);isolation:isolate}.three-mvps-section .three-mvps-mobile-panel{position:absolute;left:0;right:0;bottom:0;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--mvp-bg);overflow:hidden;pointer-events:none;transform:translate3d(0,var(--mvp-panel-hidden-y),0);transform-origin:top center;backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}.three-mvps-section .three-mvps-mobile-panel.is-active{pointer-events:auto}.three-mvps-section .three-mvps-mobile-number{margin-bottom:var(--spacing-10);color:var(--mvp-muted);font-weight:var(--font-weight-medium);font-size:var(--font-size-14);line-height:100%;letter-spacing:var(--letter-spacing-normal);text-align:center;font-family:var(--font-body--family)}.three-mvps-section .three-mvps-mobile-title{margin:0;color:var(--mvp-accent);text-transform:uppercase;font-weight:var(--font-weight-medium);font-size:var(--font-size-28);line-height:var(--mvp-mobile-title-line-height);letter-spacing:var(--letter-spacing-normal);font-family:var(--font-heading--family);font-variation-settings:var(--font-expand)}.three-mvps-section .three-mvps-mobile-image-wrap{position:relative;width:100%;flex:1;min-height:var(--mvp-mobile-image-min-height);margin-bottom:var(--spacing-20);overflow:hidden}.three-mvps-section .three-mvps-mobile-panel .three-mvps-image{backface-visibility:hidden;-webkit-backface-visibility:hidden}.three-mvps-section .three-mvps-mobile-text{max-width:var(--mvp-mobile-text-max-width);margin:0 auto;color:var(--mvp-mobile-text-color);font-size:var(--font-size-14);line-height:100%;font-weight:var(--font-weight-regular);letter-spacing:var(--letter-spacing-normal);font-family:var(--font-body--family)}.three-mvps-section .three-mvps-mobile-button{display:none;align-items:center;justify-content:center;min-width:var(--mvp-button-min-width);min-height:var(--mvp-button-min-height);padding:var(--spacing-12) var(--spacing-28);border-radius:999px;background:var(--mvp-text);color:var(--color-white);text-decoration:none;font-size:var(--font-size-13);line-height:1;text-transform:uppercase;font-weight:var(--font-weight-medium);font-family:var(--font-body--family)}}
/*# sourceMappingURL=/cdn/shop/t/72/assets/three-mvps-scroll.css.map */
