.hero-carousel-module__I4oQyG__hero{isolation:isolate;height:clamp(20rem,28vw,26.875rem);transition:background .8s var(--ease-out);border:1px solid #0f172a0f;border-radius:1.25rem;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,40%) minmax(0,60%);display:grid;position:relative;overflow:hidden;box-shadow:0 1.25rem 3rem -1.5rem #0f172a2e,0 .5rem 1rem -.75rem #0f172a14}.hero-carousel-module__I4oQyG__hero:after{z-index:1;background:var(--hero-blend-overlay);content:"";pointer-events:none;position:absolute;inset:0}.hero-carousel-module__I4oQyG__hero:before{z-index:2;content:"";pointer-events:none;background:#fff;height:1.25rem;display:none;position:absolute;bottom:0;left:0;right:0}.hero-carousel-module__I4oQyG__artwork{z-index:0;pointer-events:none;width:100%;min-width:0;height:100%;animation:hero-carousel-module__I4oQyG__artworkFade .5s var(--ease-out) both;grid-area:1/1/auto/-1;margin-left:0;display:block;overflow:hidden}.hero-carousel-module__I4oQyG__artworkImage{object-fit:cover;object-position:var(--hero-desktop-position,right bottom);width:100%;height:100%;-webkit-mask-image:var(--hero-image-mask);-webkit-mask-image:var(--hero-image-mask);mask-image:var(--hero-image-mask);display:block;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}[dir=rtl] .hero-carousel-module__I4oQyG__artworkImage{object-position:left bottom;transform:scaleX(-1)}[dir=rtl] .hero-carousel-module__I4oQyG__hero:after{background:var(--hero-blend-overlay-rtl,var(--hero-blend-overlay))}[dir=rtl] .hero-carousel-module__I4oQyG__inner{padding:2.5rem clamp(2rem,5vw,5rem) 3rem clamp(1.5rem,3vw,3rem)}.hero-carousel-module__I4oQyG__inner{z-index:2;grid-area:1/1;align-items:center;width:100%;min-width:0;padding:2.5rem clamp(1.5rem,3vw,3rem) 3rem clamp(2rem,5vw,5rem);display:flex}.hero-carousel-module__I4oQyG__content{width:100%;max-width:30rem;animation:hero-carousel-module__I4oQyG__heroRise .7s var(--ease-out) both}.hero-carousel-module__I4oQyG__title{max-width:30rem;color:var(--hero-title-color);font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(2.25rem,3vw,2.875rem);font-weight:800;line-height:1.05}.hero-carousel-module__I4oQyG__subtitle{max-width:30rem;color:var(--hero-copy-color);text-wrap:pretty;margin:1rem 0 0;font-size:clamp(1rem,1.25vw,1.125rem);font-weight:450;line-height:1.55}.hero-carousel-module__I4oQyG__actions{margin-top:clamp(1.35rem,3vh,2rem)}.hero-carousel-module__I4oQyG__cta{background:var(--hero-button-bg);min-height:3rem;box-shadow:0 .625rem 1.5rem -.625rem color-mix(in srgb, var(--hero-accent) 60%, transparent);color:var(--hero-button-color);letter-spacing:-.01em;border-radius:999px;justify-content:center;align-items:center;padding-inline:1.875rem;font-size:.875rem;font-weight:650;text-decoration:none;transition:filter .2s,transform .2s;display:inline-flex}.hero-carousel-module__I4oQyG__cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.hero-carousel-module__I4oQyG__editLink{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#000000b8;border-radius:999px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.75rem;font-weight:600;text-decoration:none;display:inline-flex;position:absolute;top:.875rem;right:.875rem}.hero-carousel-module__I4oQyG__nav{z-index:4;color:#0a0a0c;cursor:pointer;background:#ffffffdb;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 .25rem 1rem #00000014}.hero-carousel-module__I4oQyG__nav:hover{background:#fff;transform:translateY(-50%)scale(1.05)}.hero-carousel-module__I4oQyG__previous{left:clamp(.75rem,1.5vw,1.5rem)}.hero-carousel-module__I4oQyG__next{right:clamp(.75rem,1.5vw,1.5rem)}.hero-carousel-module__I4oQyG__dots{z-index:3;justify-content:center;gap:.625rem;display:flex;position:absolute;bottom:1.375rem;left:0;right:0}.hero-carousel-module__I4oQyG__dot{cursor:pointer;background:#0a0a0c38;border:0;border-radius:50%;width:.5625rem;height:.5625rem;padding:0;transition:background .25s,transform .25s}.hero-carousel-module__I4oQyG__activeDot{background:#0098c7;transform:scale(1.15)}.hero-carousel-module__I4oQyG__darkDot{background:#ffffff59}.hero-carousel-module__I4oQyG__darkDot.hero-carousel-module__I4oQyG__activeDot{background:#0098c7}@keyframes hero-carousel-module__I4oQyG__heroRise{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}@keyframes hero-carousel-module__I4oQyG__artworkFade{0%{opacity:0}to{opacity:1}}@media (max-width:64rem){.hero-carousel-module__I4oQyG__hero{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);height:clamp(20rem,42vw,26.875rem)}.hero-carousel-module__I4oQyG__artwork{grid-area:1/1}.hero-carousel-module__I4oQyG__hero:after{background:var(--hero-mobile-overlay)}.hero-carousel-module__I4oQyG__inner{grid-area:1/1;align-items:center;padding:2.5rem clamp(2rem,5vw,3rem) 3rem 5rem}.hero-carousel-module__I4oQyG__title{max-width:22rem;font-size:clamp(2rem,4.5vw,2.5rem)}.hero-carousel-module__I4oQyG__subtitle{max-width:22rem}}@media (max-width:48rem){.hero-carousel-module__I4oQyG__hero{height:clamp(30rem,82svh,38rem);box-shadow:none;border:none;border-radius:0;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);overflow:hidden}.hero-carousel-module__I4oQyG__hero:after{background:linear-gradient(#080608bf 0%,#0806086b 32%,#0806080d 55%,#08060800 100%)}.hero-carousel-module__I4oQyG__hero:before{display:none}.hero-carousel-module__I4oQyG__artwork{grid-area:1/1}.hero-carousel-module__I4oQyG__inner{grid-area:1/1;justify-content:flex-start;align-self:start;align-items:center;padding:2.25rem 1.25rem 1.5rem}.hero-carousel-module__I4oQyG__artworkImage{object-fit:cover;object-position:var(--hero-mobile-position,center 60%);width:100%;max-width:none;height:100%;max-height:none;margin-left:0;-webkit-mask-image:none;mask-image:none}.hero-carousel-module__I4oQyG__content{text-align:center;max-width:100%;margin-inline:0}.hero-carousel-module__I4oQyG__title{color:#fff;text-shadow:0 2px 12px #00000073;max-width:20ch;margin-inline:auto;font-size:clamp(1.75rem,8vw,2.375rem);line-height:1.06}.hero-carousel-module__I4oQyG__subtitle{margin-inline:auto;color:#ffffffe6;text-shadow:0 1px 6px #0006;max-width:34ch;margin-top:.6rem;font-size:.9375rem}.hero-carousel-module__I4oQyG__actions{justify-content:center;margin-top:1.125rem;display:flex}.hero-carousel-module__I4oQyG__cta{color:#0a0a0c;background:#fff;border-radius:999px;padding:.75rem 1.5rem;font-size:.9375rem}.hero-carousel-module__I4oQyG__dots{bottom:1.25rem;justify-content:center;width:100%;inset-inline:0}.hero-carousel-module__I4oQyG__nav{display:none}}@media (prefers-reduced-motion:reduce){.hero-carousel-module__I4oQyG__hero,.hero-carousel-module__I4oQyG__content,.hero-carousel-module__I4oQyG__artwork,.hero-carousel-module__I4oQyG__cta,.hero-carousel-module__I4oQyG__nav,.hero-carousel-module__I4oQyG__dot{transition:none;animation:none}}
