.hero-reveal-slider{position:relative;overflow:hidden;width:100%;height:100vh;min-height:500px;max-height:100vh;cursor:none}.hero-reveal-slider .slick-list,.hero-reveal-slider .slick-track{height:100%}.hero-reveal-slider .slick-slide{position:relative}.hero-reveal-slider .slick-dots{position:absolute;bottom:20px;left:50px;transform:translate(-50%);display:flex;justify-content:center;list-style:none;padding:0;margin:0;z-index:10;cursor:pointer}.hero-reveal-slider .slick-dots li{margin:0 5px}.hero-reveal-slider .slick-dots button{font-size:0;width:10px;height:10px;background-color:#ffffff80;border:none;border-radius:50%;padding:0;cursor:pointer;transition:background-color .3s ease;box-shadow:0 0 5px #0000004d}.hero-reveal-slider .slick-dots li.slick-active button{background-color:#fff}.hero-slide-mute-button{position:absolute;top:24px;right:24px;width:48px;height:48px;background:#000000b3;border:1px solid rgba(255,255,255,.15);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;opacity:.8}.hero-slide-mute-button:hover{background:#000000d9;border-color:#ffffff4d;transform:scale(1.05);opacity:1}.hero-slide-mute-button:active{transform:scale(.95)}.hero-slide-mute-button .mute-icon{width:22px;height:22px;transition:opacity .3s ease;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-slide-mute-button .mute-icon.muted{opacity:1}.hero-slide-mute-button .mute-icon.unmuted,.hero-slide-mute-button.unmuted .mute-icon.muted{opacity:0}.hero-slide-mute-button.unmuted .mute-icon.unmuted{opacity:1}@media screen and (max-width: 768px){.hero-slide-mute-button{width:44px;height:44px;top:20px;right:20px}.hero-slide-mute-button .mute-icon{width:20px;height:20px}}@media screen and (max-width: 480px){.hero-slide-mute-button{width:40px;height:40px;top:55px;right:30px}.hero-slide-mute-button .mute-icon{width:18px;height:18px}}.hero-slide{position:relative;height:100%;overflow:hidden}.hero-slide__masked-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;--mask-x: 50%;--mask-y: 50%;--mask-size: 0px;--mask-blur: 30px;mask-image:radial-gradient(circle at var(--mask-x) var(--mask-y),transparent calc(var(--mask-size) - var(--mask-blur)),black calc(var(--mask-size) + var(--mask-blur)));-webkit-mask-image:radial-gradient(circle at var(--mask-x) var(--mask-y),transparent calc(var(--mask-size) - var(--mask-blur)),black calc(var(--mask-size) + var(--mask-blur)));mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:100% 100%;-webkit-mask-size:100% 100%;transition:--mask-size .2s ease-out;will-change:mask-image;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hero-slide__video-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.hero-slide__video,.hero-slide__image,.hero-slide__placeholder{width:100%;height:100%;object-fit:cover;display:block}.hero-slide__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:block!important;background:#00000073;pointer-events:none;z-index:1}.hero-slide__ripped-image{position:absolute;z-index:5;max-width:40%;cursor:none}.hero-slide__ripped-image.top-left{top:18.5%;left:-4.5%}.hero-slide__ripped-image.bottom-right{bottom:-5.5%;right:-2.5%}.hero-slide__ripped-paper{width:100%;height:auto;max-width:100%;display:block;transition:filter .3s ease-in-out,transform .3s ease-in-out;will-change:filter,transform}.hero-slide__ripped-inverted-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:6;pointer-events:none;clip-path:circle(0px at 50% 50%);-webkit-clip-path:circle(0px at 50% 50%);transition:clip-path 0s ease-out;will-change:clip-path}.hero-slide__ripped-image-inverted{position:absolute;max-width:40%;opacity:1;pointer-events:none}.hero-slide__ripped-image-inverted.top-left{top:18.5%;left:-4.5%}.touchevents .hero-slide__ripped-image-inverted.top-left{top:5%;left:-4.5%}.hero-slide__ripped-image-inverted.bottom-right{bottom:-5.5%;right:-2.5%}.touchevents .hero-slide__ripped-image-inverted.bottom-right{bottom:12.5%!important;right:-2.5%;top:auto!important}.hero-slide__ripped-paper-inverted{width:100%;height:auto;max-width:100%;display:block;filter:invert(100%);transform:scale(1.02)}.hero-slide__content{position:absolute;top:10vh;left:0;width:100%;height:100%;display:flex;align-items:center;pointer-events:none;z-index:1}.touchevents .hero-slide__content{position:absolute;top:0vh!important;left:0;width:100%;height:100%;display:flex;align-items:flex-start;pointer-events:none;z-index:1;padding:20vh 1.5rem!important}.hero-slide__content-wrapper{max-width:550px;color:#fff;padding:30px;border-radius:4px;pointer-events:auto}.hero-slide__heading{font-size:4rem;margin-bottom:1rem;line-height:1.2}.hero-slide__text{font-size:2rem;margin-bottom:1.5rem}.hero-slide__button{display:inline-flex;position:relative;z-index:3;margin-top:1.5rem;transition:opacity .2s ease-out}.hero-slide__button-inverted-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:7;pointer-events:none;clip-path:circle(0px at 50% 50%);-webkit-clip-path:circle(0px at 50% 50%);will-change:clip-path}.hero-slide__button-inverted{position:absolute;opacity:1;pointer-events:auto;filter:invert(100%) drop-shadow(0 4px 12px rgba(0,0,0,.25));transform:scale(1.02);transition:filter .4s ease-in-out,transform .3s ease;will-change:filter,transform;cursor:pointer}.hero-slide__button-inverted:hover{filter:invert(0%) drop-shadow(0 6px 16px rgba(0,0,0,.35));transform:scale(1.05)}.hero-slide__button-inverted{top:50%;left:50%;transform:translate(-50%,-50%) scale(1.02)}.hero-slide__text-reveal-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:8;pointer-events:none;clip-path:circle(0px at 50% 50%);-webkit-clip-path:circle(0px at 50% 50%);will-change:clip-path}.hero-slide__heading--reveal,.hero-slide__text--reveal{color:transparent;text-shadow:0px -20px 10px rgba(0,0,0,.45);opacity:1}.hero-slide__button--reveal{color:transparent;text-shadow:0px -20px 10px rgba(0,0,0,.45);opacity:1;display:inline-flex;margin-top:1.5rem;pointer-events:none;filter:blur(3px)}.touchevents .hero-slide__button--reveal{margin-top:-10px}.hero-slide__text-reveal-container .hero-slide__content{position:absolute;top:10vh;left:0;width:100%;height:100%;display:flex;align-items:center;pointer-events:none;z-index:1}.touchevents .hero-slide__text-reveal-container .hero-slide__content{position:absolute;top:0vh!important;left:0;width:100%;height:100%;display:block;pointer-events:none;z-index:1}.hero-slide__text-reveal-container .hero-slide__content-wrapper{max-width:550px;padding:30px;border-radius:4px;pointer-events:none}.touchevents .hero-slide__text-reveal-container .hero-slide__content-wrapper{padding:25px 0 0}.hero-slide__reveal-text{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:flex!important;align-items:center;justify-content:center;background-color:#fff;background:url(/cdn/shop/files/combo-texture.png?v=1750807412) no-repeat center;background-size:cover;color:#fff;visibility:visible!important;opacity:1!important}.hero-slide__reveal-content{max-width:800px;text-align:center;padding:50px;display:none}.hero-slide__reveal-heading{font-size:3rem;margin-bottom:1.5rem;line-height:1.2}.hero-slide__reveal-body{font-size:1.5rem;line-height:1.5;margin-bottom:1.5rem}.hero-slide__reveal-media{margin-top:1.5rem;max-width:100%}.hero-slide__reveal-image,.hero-slide__reveal-video{max-width:100%;height:auto;border-radius:4px;box-shadow:0 4px 10px #0000004d}@property --mask-size{syntax: "<length>"; initial-value: 0px; inherits: true;}.hero-slide__masked-container.revealing{transition:none}.hero-slide__hotspot{position:absolute;width:325px;height:325px;max-width:80%;transform:translate(-50%,-50%);z-index:1;visibility:visible!important;opacity:1!important;cursor:none;transition:transform .3s ease}.hero-slide__hotspot:hover{transform:translate(-50%,-50%) scale(1.05)}.hero-slide__hotspot-indicator{position:absolute;width:24px;height:24px;border-radius:50%;background-color:#ffffff4d;border:2px solid white;transform:translate(-50%,-50%);top:0;left:0;animation:pulse 2s infinite;pointer-events:none;transition:filter .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out}.hero-slide__hotspot:hover .hero-slide__hotspot-indicator{filter:invert(100%);background-color:#0000004d;border-color:#000}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 #ffffffb3}70%{transform:translate(-50%,-50%) scale(1.2);box-shadow:0 0 0 10px #fff0}to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 #fff0}}.hero-slide__hotspot-content{position:relative;padding:27.5% 18%;background-color:#fff;color:#000;border-radius:50%;transform:none!important;width:100%;height:100%;box-shadow:0 4px 15px #0000004d;max-height:calc(100vh - 100px);overflow-y:auto;transition:filter .4s ease-in-out,box-shadow .4s ease-in-out;will-change:filter}.hero-slide__hotspot:hover .hero-slide__hotspot-content{filter:invert(100%);box-shadow:0 6px 20px #ffffff4d}.hero-slide__hotspot-content:after{content:"";position:absolute;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(0,0,0,.8);bottom:-10px;left:50%;transform:translate(-50%);display:none}.hero-slide__hotspot-title{font-size:1.5rem;margin-top:0;margin-bottom:.5rem;font-weight:700;color:#000}.hero-slide__hotspot-text{font-size:1rem;line-height:1.4;margin-bottom:1rem}.hero-slide__hotspot-media{margin-top:1rem;max-width:100%}.hero-slide__hotspot-image,.hero-slide__hotspot-video{max-width:100%;height:auto;border-radius:4px;display:block;transition:filter .4s ease-in-out}.hero-slide__hotspot:hover .hero-slide__hotspot-image,.hero-slide__hotspot:hover .hero-slide__hotspot-video{filter:invert(100%)}.hero-slide__hotspot[style*="top: 75%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="top: 80%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="top: 85%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="top: 90%"] .hero-slide__hotspot-content{transform:translate(-50%,-180%)}.hero-slide__hotspot[style*="left: 10%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 15%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 20%"] .hero-slide__hotspot-content{transform:translate(-20%,-120%)}.hero-slide__hotspot[style*="left: 10%"][style*="top: 75%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 15%"][style*="top: 75%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 20%"][style*="top: 75%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 10%"][style*="top: 80%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 15%"][style*="top: 80%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 20%"][style*="top: 80%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 10%"][style*="top: 85%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 15%"][style*="top: 85%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 20%"][style*="top: 85%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 10%"][style*="top: 90%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 15%"][style*="top: 90%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 20%"][style*="top: 90%"] .hero-slide__hotspot-content{transform:translate(-20%,-180%)}.hero-slide__hotspot[style*="left: 80%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 85%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 90%"] .hero-slide__hotspot-content{transform:translate(-80%,-120%)}.hero-slide__hotspot[style*="left: 80%"][style*="top: 75%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 85%"][style*="top: 75%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 90%"][style*="top: 75%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 80%"][style*="top: 80%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 85%"][style*="top: 80%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 90%"][style*="top: 80%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 80%"][style*="top: 85%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 85%"][style*="top: 85%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 90%"][style*="top: 85%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 80%"][style*="top: 90%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 85%"][style*="top: 90%"] .hero-slide__hotspot-content,.hero-slide__hotspot[style*="left: 90%"][style*="top: 90%"] .hero-slide__hotspot-content{transform:translate(-80%,-180%)}.hero-slide__hotspot .hero-slide__hotspot-video,.hero-slide__hotspot .hero-slide__reveal-video{pointer-events:auto!important}.hero-reveal-clip.blurred{filter:drop-shadow(0 0 var(--blur-amount, 30px) white)}.placeholder{height:100vh;min-height:500px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px}.placeholder__content{max-width:600px}.placeholder__heading{font-size:1.5rem;margin-bottom:1rem}@media screen and (max-width: 749px){.hero-reveal-slider{height:85vh}.hero-slide__masked-container{--mask-blur: 20px}.hero-slide__ripped-image.top-left{top:5%;left:-4.5%}.hero-slide__ripped-image.bottom-right{top:72%;right:-3.5%}.hero-slide__ripped-image,.hero-slide__ripped-image-inverted{max-width:90%;width:75%}.hero-slide__content-wrapper{max-width:100%;width:95%;margin:0 auto;padding:0}.hero-slide__content{top:0}.hero-slide__heading{font-size:2rem}.hero-slide__text p{margin:0 0 15px;font-size:12pt;line-height:18pt}.hero-slide__reveal-content{padding:20px;width:90%}.hero-slide__reveal-heading{font-size:2.2rem}.hero-slide__reveal-body{font-size:1.2rem}.hero-slide__hotspot{width:220px;height:220px}.hero-slide__hotspot:first-of-type{left:0!important;top:56%!important;transform:scale(1.25);pointer-events:auto}.hero-slide__hotspot:nth-of-type(2){left:45%!important;top:33%!important;transform:scale(1.25);pointer-events:auto}.hero-slide__hotspot:nth-of-type(3){left:30%!important;top:25%!important;transform:scale(1.25);pointer-events:auto}.hero-slide__hotspot-content{width:80vw;transform:translate(-50%,-110%);max-height:60vh}.hero-slide__hotspot-title{font-size:1.3rem}.hero-slide__hotspot-indicator{width:20px;height:20px}.hero-slide__reveal-video,.hero-slide__hotspot-video{height:auto;max-height:40vh}.hero-slide__button-inverted{filter:invert(100%) drop-shadow(0 2px 8px rgba(0,0,0,.3))}}.hero-slide__hotspot--transparent .hero-slide__hotspot-indicator{display:none}.hero-slide__hotspot--transparent .hero-slide__hotspot-content{background-color:transparent;box-shadow:none;padding:0;border-radius:0;transform:none!important;width:auto;height:auto;overflow:visible}.hero-slide__hotspot--transparent:hover{transform:translate(-50%,-50%)}.hero-slide__hotspot--transparent:hover .hero-slide__hotspot-content{filter:none;box-shadow:none}.hero-slide__hotspot--transparent .hero-slide__hotspot-title,.hero-slide__hotspot--transparent .hero-slide__hotspot-text{display:none}.hero-slide__hotspot--transparent .hero-slide__hotspot-media{margin-top:0}.hero-slide__hotspot--transparent .hero-slide__hotspot-image{max-width:70%;height:auto;display:block;filter:none;transition:none;margin:23% auto 0}.hero-slide__hotspot--transparent:hover .hero-slide__hotspot-image{filter:none}.hero-slide__hotspot--transparent .hero-slide__hotspot-video{display:none}.hero-slide__scroll-indicator{width:150px!important;position:absolute!important;left:calc(50vw - 125px)!important;top:auto!important;bottom:5vh!important;z-index:1000!important;opacity:1!important;height:auto;text-align:center;text-transform:uppercase;font-size:10pt;text-shadow:1.5px 1.5px 2.5px black}.touchevents .hero-slide__scroll-indicator{left:calc(50vw - 75px)!important;top:auto!important;bottom:.5vh!important}.hero-slide__scroll-indicator p{margin:0}.hero-slide__scroll-indicator svg{width:25px;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/hero-reveal-slider.css.map */
