.qn-hero{position:relative;overflow:hidden;min-height:0;padding-top:0!important}.qn-hero__slider{position:relative;width:100%;aspect-ratio:1432 / 552;min-height:0}.qn-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease}.qn-hero__slide--active{opacity:1;visibility:visible;z-index:2}.qn-hero__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.qn-hero__image-wrapper picture{display:block;width:100%;height:100%}.qn-hero__image{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;transform:none;transition:none}.qn-hero__slide--active .qn-hero__image{transform:none}.qn-hero__image--placeholder{width:100%;height:100%;background-color:#f1f1f1}.qn-hero__image--placeholder svg{width:100%;height:100%}.qn-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000001f,#00000038);pointer-events:none}.qn-hero__content-wrapper{position:relative;z-index:2;height:100%;display:flex;align-items:center}.qn-hero__content{max-width:var(--qn-hero-content-max-width, 700px);padding:2rem 0;transform:translate(var(--qn-hero-content-offset-x, 0px),var(--qn-hero-content-offset-y, 0px))}.qn-hero__content--center{margin-left:auto;margin-right:auto;text-align:center}.qn-hero__content--left{margin-right:auto;text-align:left}.qn-hero__content--right{margin-left:auto;text-align:right}.qn-hero__subtitle{display:inline-block;font-size:var(--qn-hero-subtitle-size, 12px);font-weight:600;color:var(--qn-hero-subtitle-color, var(--qn-primary));text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;opacity:0;transform:translateY(-20px);text-shadow:0 2px 14px rgba(0,0,0,var(--qn-hero-text-shadow-opacity, .2))}.qn-hero__slide--active .qn-hero__subtitle{animation:qn-hero-fadeInDown .6s ease forwards;animation-delay:.2s}.qn-hero__title{font-family:var(--qn-font-secondary);font-size:var(--qn-hero-title-size, var(--qn-text-4xl));font-weight:700;color:var(--qn-hero-title-color, var(--qn-white));line-height:1.1;margin-bottom:1.5rem;white-space:pre-line;opacity:0;transform:translateY(30px);text-shadow:0 3px 20px rgba(0,0,0,var(--qn-hero-text-shadow-opacity, .2))}.qn-hero__slide--active .qn-hero__title{animation:qn-hero-fadeInUp .7s ease forwards;animation-delay:.4s}.qn-hero__description{font-size:var(--qn-hero-description-size, var(--qn-text-lg));color:var(--qn-hero-description-color, rgba(255, 255, 255, .92));line-height:1.7;margin-bottom:2rem;max-width:500px;opacity:0;transform:translateY(30px);text-shadow:0 2px 14px rgba(0,0,0,var(--qn-hero-text-shadow-opacity, .2))}.qn-hero__content--center .qn-hero__description{margin-left:auto;margin-right:auto}.qn-hero__content--right .qn-hero__description{margin-left:auto}.qn-hero__slide--active .qn-hero__description{animation:qn-hero-fadeInUp .7s ease forwards;animation-delay:.6s}.qn-hero__buttons{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;transform:translateY(30px)}.qn-hero__content--center .qn-hero__buttons{justify-content:center}.qn-hero__content--right .qn-hero__buttons{justify-content:flex-end}.qn-hero__slide--active .qn-hero__buttons{animation:qn-hero-fadeInUp .7s ease forwards;animation-delay:.8s}@keyframes qn-hero-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes qn-hero-fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.qn-hero__navigation{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;justify-content:center}.qn-hero__dots{display:flex;gap:.75rem}.qn-hero__dot{width:12px;height:12px;padding:0;background-color:#fff6;border:none;border-radius:999px;cursor:pointer;transition:all .25s ease}.qn-hero__dot:hover{background-color:#ffffffb3}.qn-hero__dot--active{background-color:var(--qn-primary);width:32px;border-radius:6px}.qn-hero__scroll{position:absolute;bottom:2rem;left:2rem;z-index:10;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--qn-white);opacity:.7}.qn-hero__scroll-text{font-size:var(--qn-text-xs);text-transform:uppercase;letter-spacing:.1em;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}.qn-hero__scroll-mouse{width:24px;height:38px;border:2px solid currentColor;border-radius:12px;position:relative}.qn-hero__scroll-wheel{width:4px;height:8px;background-color:currentColor;border-radius:2px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:qn-hero-scroll 1.5s ease infinite}@keyframes qn-hero-scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(12px)}}@media(min-width:768px){.qn-hero__title{font-size:clamp(30px,var(--qn-hero-title-size, 56px),90px)}}@media(max-width:767px){.qn-hero__slider{aspect-ratio:4 / 5}.qn-hero__content-wrapper{align-items:flex-end}.qn-hero__content{max-width:100%;padding:1.5rem 0 4.75rem;transform:translateY(var(--qn-hero-content-offset-y, 0px))}.qn-hero__subtitle{font-size:clamp(10px,var(--qn-hero-subtitle-size, 12px),20px)}.qn-hero__title{font-size:clamp(24px,var(--qn-hero-title-size, 56px),42px)}.qn-hero__description{font-size:clamp(12px,var(--qn-hero-description-size, 18px),18px)}.qn-hero__scroll{display:none}.qn-hero__navigation{bottom:1rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/QN-NEW-hero-slider.css.map */
