.hero-section{position:relative;overflow:hidden;isolation:isolate}.hero-section--fullscreen{height:100vh;min-height:600px}.hero-section--large{height:80vh;min-height:560px}.hero-section--medium{height:60vh;min-height:480px}.hero-section--small{height:40vh;min-height:400px}.hero-section__slider{position:relative;width:100%;height:100%;overflow:hidden}.hero-section__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94),transform 1.2s cubic-bezier(.25,.46,.45,.94);transform:scale(1.05)}.hero-section__slide.active{opacity:1;visibility:visible;transform:scale(1);position:relative}.hero-section__slide .hero-section__image--desktop,.hero-section__slide .hero-section__image--mobile{transition:transform 8s cubic-bezier(.25,.46,.45,.94);transform-origin:center center}.hero-section__slide.active .hero-section__image--desktop,.hero-section__slide.active .hero-section__image--mobile{transform:scale(1.08)}.hero-section__content-wrapper{position:relative;width:100%;height:100%;display:grid;align-items:center}.hero-section__content-wrapper--split-left,.hero-section__content-wrapper--split-right{grid-template-columns:1fr 1fr}.hero-section__content-wrapper--split-60-40{grid-template-columns:3fr 2fr}.hero-section__content-wrapper--split-40-60{grid-template-columns:2fr 3fr}.hero-section__content-wrapper--overlay,.hero-section__content-wrapper--image-only,.hero-section__content-wrapper--image-with-button{grid-template-columns:1fr}.hero-section__image-container{position:relative;width:100%;height:100%;overflow:hidden;grid-column:1;grid-row:1}.hero-section__content-wrapper--split-right .hero-section__image-container{grid-column:2;grid-row:1}.hero-section__content-wrapper--split-60-40 .hero-section__image-container,.hero-section__content-wrapper--split-40-60 .hero-section__image-container{grid-column:1;grid-row:1}.hero-section__content-wrapper--overlay .hero-section__image-container,.hero-section__content-wrapper--image-with-button .hero-section__image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-section__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.hero-section__image--mobile{display:none}@media screen and (max-width: 768px){.hero-section__image--desktop{display:none}.hero-section__image--mobile{display:block}}.hero-section--parallax .hero-section__image--desktop,.hero-section--parallax .hero-section__image--mobile{transform:scale(1.1)!important;transition:transform .1s ease-out!important}.hero-section__image-link{display:block;width:100%;height:100%}.hero-section__placeholder{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-section__placeholder-svg{width:100%;height:100%;object-fit:cover;opacity:.1}.hero-section__placeholder-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#0006;z-index:2}.hero-section__placeholder-icon{margin-bottom:1rem;opacity:.6}.hero-section__placeholder-text{font-size:1rem;font-weight:500;margin:0;opacity:.8}.hero-section__placeholder-subtext{font-size:.875rem;font-weight:400;margin:.5rem 0 0;opacity:.6}.hero-section__video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:1}.hero-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;transition:opacity .3s ease}.hero-section__content{position:relative;z-index:10;padding:3rem;display:flex;flex-direction:column;justify-content:center;max-width:100%;grid-column:1;grid-row:1}.hero-section__content-wrapper--split-right .hero-section__content{grid-column:1;grid-row:1}.hero-section__content-wrapper--split-left .hero-section__content,.hero-section__content-wrapper--split-60-40 .hero-section__content,.hero-section__content-wrapper--split-40-60 .hero-section__content{grid-column:2;grid-row:1}.hero-section__content-wrapper--image-with-button .hero-section__content{justify-content:flex-end;align-items:center;text-align:center;padding-bottom:4rem}.hero-section__content--center{text-align:center;align-items:center}.hero-section__content--left{text-align:left;align-items:flex-start}.hero-section__content--right{text-align:right;align-items:flex-end}.hero-section__eyebrow{font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;opacity:.8;animation:fadeInUp 1s ease-out .2s both}.hero-section__heading{font-size:clamp(2.5rem,5vw,5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out .4s both}.hero-section__heading--display{font-family:var(--font-heading, inherit);font-weight:300;letter-spacing:-.02em}.hero-section__subheading{font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.6;margin-bottom:2.5rem;max-width:600px;opacity:.9;animation:fadeInUp 1s ease-out .6s both}.hero-section__buttons{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out .8s both}.hero-section__button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-width:160px;border:2px solid}.hero-section__content-wrapper--image-with-button .hero-section__button{padding:1.5rem 4rem;font-size:1.75rem;font-weight:800;min-width:260px;border-radius:6px;box-shadow:0 4px 20px #00000026;letter-spacing:.025em;line-height:1.2}.hero-section__button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.hero-section__content-wrapper--image-with-button .hero-section__button:hover{box-shadow:0 8px 30px #00000040}.hero-section__button-container{position:absolute;z-index:10;padding:2rem;top:var(--button-vertical-position, 85%);transform:translateY(-50%)}.hero-section__button-container--left{left:0}.hero-section__button-container--center{left:50%;transform:translate(-50%,-50%)}.hero-section__button-container--right{right:0}.hero-section__nav{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:.5rem}.hero-section__content-wrapper--image-with-button+.hero-section__nav{bottom:8rem}.hero-section__nav-dot{width:12px;height:12px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .3s ease}.hero-section__nav-dot.active,.hero-section__nav-dot:hover{background:#ffffffe6;transform:scale(1.2)}.hero-section__arrows{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:100%;pointer-events:none}.hero-section__arrow{width:50px;height:50px;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:absolute;pointer-events:all;color:#fffc}.hero-section__arrow:hover{background:#fff3;border-color:#fff9;transform:scale(1.1);color:#fff}.hero-section__arrow--prev{left:2rem}.hero-section__arrow--next{right:2rem}.hero-section__content-wrapper--overlay .hero-section__arrow,.hero-section__content-wrapper--image-with-button .hero-section__arrow{background:#ffffff26;border-color:#fff6;color:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.hero-section__content-wrapper--overlay .hero-section__arrow:hover,.hero-section__content-wrapper--image-with-button .hero-section__arrow:hover{background:#ffffff40;border-color:#ffffffb3;color:#fff}.hero-section__content-wrapper--overlay .hero-section__nav-dot,.hero-section__content-wrapper--image-with-button .hero-section__nav-dot{background:#ffffff80;border:2px solid rgba(255,255,255,.3)}.hero-section__content-wrapper--overlay .hero-section__nav-dot.active,.hero-section__content-wrapper--overlay .hero-section__nav-dot:hover,.hero-section__content-wrapper--image-with-button .hero-section__nav-dot.active,.hero-section__content-wrapper--image-with-button .hero-section__nav-dot:hover{background:#fffffff2;border-color:#fffc}.hero-section__content-wrapper--split-left .hero-section__arrow--prev,.hero-section__content-wrapper--split-right .hero-section__arrow--prev{left:1rem}.hero-section__content-wrapper--split-left .hero-section__arrow--next,.hero-section__content-wrapper--split-right .hero-section__arrow--next{right:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section__slide.active .hero-section__content>*{animation:fadeInUp .8s cubic-bezier(.25,.46,.45,.94) .3s both}.hero-section__slide.active .hero-section__eyebrow{animation-delay:.4s}.hero-section__slide.active .hero-section__heading{animation-delay:.5s}.hero-section__slide.active .hero-section__subheading{animation-delay:.6s}.hero-section__slide.active .hero-section__buttons,.hero-section__slide.active .hero-section__button-container{animation-delay:.7s}@media screen and (max-width: 768px){.hero-section__content-wrapper--split-left,.hero-section__content-wrapper--split-right,.hero-section__content-wrapper--split-60-40,.hero-section__content-wrapper--split-40-60{grid-template-columns:1fr!important;grid-template-rows:1fr auto}.hero-section__content-wrapper--split-left .hero-section__image-container,.hero-section__content-wrapper--split-right .hero-section__image-container,.hero-section__content-wrapper--split-60-40 .hero-section__image-container,.hero-section__content-wrapper--split-40-60 .hero-section__image-container{grid-column:1!important;grid-row:1!important}.hero-section__content-wrapper--split-left .hero-section__content,.hero-section__content-wrapper--split-right .hero-section__content,.hero-section__content-wrapper--split-60-40 .hero-section__content,.hero-section__content-wrapper--split-40-60 .hero-section__content{grid-column:1!important;grid-row:2!important}.hero-section__content{padding:2rem 1.5rem}.hero-section__buttons{justify-content:center}.hero-section__button{padding:.875rem 2rem;min-width:140px}.hero-section__content-wrapper--image-with-button .hero-section__button{padding:1.25rem 3rem;font-size:1.375rem;font-weight:800;min-width:220px;letter-spacing:.025em;line-height:1.2}.hero-section--fullscreen{height:100vh;min-height:500px}.hero-section--large{height:70vh;min-height:450px}.hero-section--medium{height:60vh;min-height:400px}.hero-section--small{height:50vh;min-height:350px}.hero-section__arrows{display:none}.hero-section__content-wrapper--image-with-button+.hero-section__nav{bottom:6rem}.hero-section__button-container{padding:1.5rem}}@media screen and (max-width: 480px){.hero-section__content-wrapper--image-with-button .hero-section__button{padding:1rem 2.5rem;font-size:1.25rem;font-weight:800;min-width:200px;letter-spacing:.025em;line-height:1.2}.hero-section__button-container{padding:1rem}.hero-section__slide.active .hero-section__image--desktop,.hero-section__slide.active .hero-section__image--mobile{transform:scale(1.04);transition:transform 6s cubic-bezier(.25,.46,.45,.94)}.hero-section__slide.active .hero-section__content>*{animation-duration:.6s}}@media (prefers-reduced-motion: reduce){.hero-section__slide,.hero-section__image--desktop,.hero-section__image--mobile,.hero-section__button,.hero-section__nav-dot,.hero-section__arrow{transition:none!important}.hero-section__slide.active .hero-section__content>*,.hero-section__eyebrow,.hero-section__heading,.hero-section__subheading,.hero-section__buttons,.hero-section__button-container{animation:none!important}.hero-section--parallax .hero-section__image{transform:scale(1)!important}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/section-advanced-hero.css.map */
