.insight-image-switcher{width:100%;box-sizing:border-box;background:var(--iis-bg, #f5f2eb)}.insight-image-switcher__inner{width:100%;max-width:var(--content-max-width);padding:var(--section-padding);margin:0 auto}.insight-image-switcher__heading{width:100%}.iis-heading2{width:100%;margin:var(--h2-block-margin, 0 0 24px 0);text-align:var(--h2-align, center)}.iis-heading2__inner{width:100%;max-width:var(--h2-max-width, 375px);margin-left:auto;margin-right:auto}.iis-heading2__title{margin:var(--h2-title-margin, 0 0 12px 0);color:var(--h2-title-color, #0b0e13);font-family:var(--font-family, "HelveticaNowDisplay", sans-serif);font-size:var(--h2-title-size, 28px);font-weight:700;line-height:var(--h2-title-lh, 38px);letter-spacing:.064px;text-transform:uppercase}.iis-heading2__desc{margin:var(--h2-desc-margin, 0);color:var(--h2-desc-color, #0b0e13);font-family:var(--font-family, "HelveticaNowDisplay", sans-serif);font-size:var(--h2-desc-size, 16px);font-weight:400;line-height:var(--h2-desc-lh, normal)}.iis-heading2__desc p{margin:0}.insight-image-switcher__stage{position:relative;display:block;width:100%;height:var(--stage-height);overflow:hidden;border-radius:var(--stage-radius);background:#1a1a1a}.insight-image-switcher__bgs{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.insight-image-switcher__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .55s ease;pointer-events:none}.insight-image-switcher__bg.is-active{opacity:1;z-index:1}.insight-image-switcher__bg-img,.insight-image-switcher__bg .slide-image,.insight-image-switcher__bg .slide-image-pad,.insight-image-switcher__bg .slide-image-mobile,.insight-image-switcher__bg .blur-image-wrapper,.insight-image-switcher__bg .blur-image__main,.insight-image-switcher__bg .blur-image__placeholder,.insight-image-switcher__bg img,.insight-image-switcher__bg svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.insight-image-switcher__bg .slide-image-pad,.insight-image-switcher__bg .slide-image-mobile{display:none}.insight-image-switcher__overlays{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;box-sizing:border-box;padding:var(--stage-padding);gap:24px;pointer-events:none}.insight-image-switcher__left,.insight-image-switcher__right{pointer-events:auto}.insight-image-switcher__left{width:var(--left-width);max-width:100%;flex-shrink:0}.insight-image-switcher__left-stack{display:grid;width:100%}.insight-image-switcher__left-card{grid-area:1 / 1;align-self:center;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;width:100%;padding:var(--left-padding);background:var(--left-bg, rgba(0, 0, 0, .4));-webkit-backdrop-filter:blur(var(--left-backdrop-blur, 0));backdrop-filter:blur(var(--left-backdrop-blur, 0));border-radius:var(--left-radius);overflow:hidden;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility 0s linear .22s;pointer-events:none}.insight-image-switcher__left-card.is-active{opacity:1;visibility:visible;transition-delay:0s;z-index:1;pointer-events:auto}.insight-image-switcher__left-image{display:block;width:var(--left-image-width);max-width:100%;height:auto;border-radius:var(--left-image-radius);object-fit:cover}.insight-image-switcher__left-image-placeholder{width:var(--left-image-width);max-width:100%;aspect-ratio:1 / 1;border-radius:var(--left-image-radius);background:#ffffffd9}.insight-image-switcher__left-text{width:100%;box-sizing:border-box;margin:var(--left-content-gap, 16px) 0 0;padding:var(--left-text-padding, 0);color:var(--left-text-color);font-size:var(--left-font-size);font-weight:var(--left-font-weight, 400);line-height:var(--left-line-height);text-align:center}.insight-image-switcher__left-text p{margin:0}.insight-image-switcher__right{position:relative;flex-shrink:0;display:flex;align-items:stretch;min-width:0;max-width:var(--right-max-width, none)}.insight-image-switcher__right-list{position:relative;display:flex;flex-direction:column;box-sizing:border-box;max-width:100%;gap:var(--right-item-gap, 28px);padding-right:16px;margin:0;list-style:none}.insight-image-switcher__right-list:after{content:"";position:absolute;top:0;right:0;bottom:0;width:2px;background:var(--right-inactive-color);border-radius:1px;pointer-events:none}.insight-image-switcher__nav-item{display:flex;box-sizing:border-box;align-items:center;gap:8px;padding:var(--right-item-padding, 0);margin:0;border:0;background:transparent;cursor:pointer;color:var(--right-inactive-color);transition:color .35s ease;text-align:right}.insight-image-switcher__nav-item:focus{outline:none}.insight-image-switcher__nav-item:focus-visible{outline:2px solid var(--right-active-color);outline-offset:4px}.insight-image-switcher__nav-item.is-active{color:var(--right-active-color)}.insight-image-switcher__nav-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--right-icon-size);height:var(--right-icon-size);line-height:0;opacity:.45;transition:opacity .35s ease}.insight-image-switcher__nav-item.is-active .insight-image-switcher__nav-icon{opacity:1}.insight-image-switcher__nav-icon img,.insight-image-switcher__nav-icon svg{display:block;width:100%;height:100%;object-fit:contain}.insight-image-switcher__nav-icon svg{fill:currentColor;color:inherit}.insight-image-switcher__nav-icon-mask{display:block;width:100%;height:100%;background:currentColor;-webkit-mask-image:var(--nav-icon-mask-url);mask-image:var(--nav-icon-mask-url);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.insight-image-switcher__nav-text{min-width:0;font-size:var(--right-font-size);font-weight:var(--right-font-weight, 500);line-height:var(--right-line-height);white-space:normal}.insight-image-switcher__indicator{position:absolute;z-index:1;top:0;right:0;width:2px;height:24px;background:var(--right-active-color);border-radius:1px;transform:translateY(0);transition:transform .4s cubic-bezier(.22,1,.36,1),height .4s cubic-bezier(.22,1,.36,1);will-change:transform,height}@media(min-width:768px)and (max-width:1279px){.insight-image-switcher__overlays{gap:16px}.insight-image-switcher__right-list{gap:var(--right-item-gap, 22px);padding-right:14px}.insight-image-switcher__bg .slide-image{display:none}.insight-image-switcher__bg .slide-image-pad{display:block}.insight-image-switcher__bg .slide-image-mobile{display:none}}@media(max-width:767px){.insight-image-switcher__overlays{align-items:center;gap:12px}.insight-image-switcher__right-list{gap:var(--right-item-gap, 18px);padding-right:12px}.insight-image-switcher__nav-item{gap:8px}.insight-image-switcher__bg .slide-image,.insight-image-switcher__bg .slide-image-pad{display:none}.insight-image-switcher__bg .slide-image-mobile{display:block}}@media(max-width:374px){.insight-image-switcher__overlays{gap:3.2vw}.insight-image-switcher__right-list{padding-right:3.2vw}.insight-image-switcher__nav-item{gap:calc(8 / 375 * 100vw)}.insight-image-switcher__nav-text{white-space:normal}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/insight-image-switcher-2607.css.map */
