.quadra-hero-section{margin:0;padding:0}.quadra-hero{--intro-dur: 3s;--content-fade-dur: 1s;--content-intro-overlap: 1.5s;--intro-ease: cubic-bezier(.23, .61, .18, .99);position:relative;height:100vh;height:100dvh;height:calc(var(--quadra-hero-vh, 1vh) * 100);overflow:hidden;isolation:isolate}.quadra-hero__layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.quadra-hero__layer--3{z-index:0}.quadra-hero__layer--2{z-index:1}.quadra-hero__layer--1{z-index:2}.quadra-hero__parallax{position:absolute;top:0;right:0;bottom:0;left:0;--tx: 0;--ty: 0;--sy: 0px;transform:translate3d(calc(var(--tx) * 1px),calc(var(--ty) * 1px + var(--sy)),0);transform-origin:center center;will-change:transform}@media(pointer:coarse){.quadra-hero__parallax{transform:translate3d(calc(var(--tx) * 1px),calc(var(--ty) * 1px + var(--sy)),0) scale(1.14)}}.quadra-hero__scale{width:100%;height:100%;transform-origin:50% 50%}.quadra-hero__scale--3{--intro-from: 1.15;--intro-to: 1.05;transform:scale(var(--intro-from))}.quadra-hero__scale--2{--intro-from: 1.25;--intro-to: 1.05;transform:scale(var(--intro-from))}.quadra-hero__scale--1{--intro-from: 1.35;--intro-to: 1.05;transform:scale(var(--intro-from))}.quadra-hero.is-ready .quadra-hero__scale{animation:quadra-hero-intro-scale var(--intro-dur) var(--intro-ease) forwards}@keyframes quadra-hero-intro-scale{0%{transform:scale(var(--intro-from))}to{transform:scale(var(--intro-to))}}.quadra-hero__scale picture,.quadra-hero__scale img{width:100%;height:100%;display:block}.quadra-hero__scale img{object-fit:cover;object-position:center}.quadra-hero__content{position:relative;z-index:3;display:flex;flex-direction:column;box-sizing:border-box;height:100%;padding-top:var(--header-height);padding-bottom:clamp(1.5rem,4vw,3rem);pointer-events:none}.quadra-hero__content-main{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-end;min-height:0}@media(min-width:1100px){.quadra-hero__content-main{justify-content:center}}.quadra-hero__content-container{display:flex;flex-direction:column;pointer-events:none}.quadra-hero__content-container--left{align-items:flex-start}.quadra-hero__content-container--center{align-items:center}.quadra-hero__content-container--right{align-items:flex-end}.quadra-hero__content-inner{max-width:670px;flex-shrink:0;display:flex;flex-direction:column;gap:2.2rem;opacity:0;transform:translateY(20px);-webkit-user-select:none;user-select:none}.quadra-hero__content-inner--left{align-items:flex-start;text-align:left}.quadra-hero__content-inner--center{align-items:center;text-align:center}.quadra-hero__content-inner--right{align-items:flex-end;text-align:right}.quadra-hero__headline{font-family:var(--font-heading-family);font-style:normal;font-weight:500;font-size:clamp(4.2rem,7vw,7rem);line-height:1;letter-spacing:0;text-transform:none;color:rgb(var(--color-foreground-title));opacity:.9;margin:0}.quadra-hero__body{display:flex;flex-direction:column;gap:1.9rem;width:100%}.quadra-hero__subheading{font-family:var(--font-subtitle-family);font-style:normal;font-weight:400;font-size:1.8rem;line-height:1.6;letter-spacing:6.72px;text-transform:uppercase;color:rgb(var(--color-foreground-tertiary));margin:0}@media(min-width:1100px){.quadra-hero__subheading{font-size:2.4rem}}.quadra-hero__description{font-family:var(--font-body-family);font-style:normal;font-weight:400;font-size:1.8rem;line-height:1.6;color:rgb(var(--color-foreground-title));width:100%}.quadra-hero__description.rte p{margin:0}.quadra-hero__description.rte strong,.quadra-hero__description.rte b{font-family:var(--font-body-family);font-weight:700}.quadra-hero__cta{pointer-events:auto}.quadra-hero__social{--social-stagger: .1s;flex-shrink:0;display:flex;justify-content:center;width:100%;margin-top:4.8rem;pointer-events:auto}@media(min-width:990px){.quadra-hero__social{margin-top:clamp(1.6rem,3vw,2.4rem)}}.quadra-hero__social-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.2rem;margin:0;padding:0;list-style:none}.quadra-hero__social-item{display:flex;opacity:0;transform:translateY(12px)}.quadra-hero__social-link{display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border-radius:50%;background-color:rgb(var(--color-quadra-green));color:rgb(var(--color-quadra-dark));text-decoration:none;transition:transform var(--duration-default) var(--intro-ease),opacity var(--duration-default)}.quadra-hero__social-link .icon{width:2.2rem;height:2.2rem;color:currentColor}.quadra-hero__social-link:hover{opacity:.9;transform:scale(1.05)}.quadra-hero__social-link:focus-visible{outline:2px solid rgb(var(--color-quadra-green));outline-offset:3px}.quadra-hero.is-ready .quadra-hero__content-inner{animation:quadra-hero-content-in var(--content-fade-dur) var(--intro-ease) forwards;animation-delay:calc(var(--intro-dur) - var(--content-fade-dur) - var(--content-intro-overlap))}.quadra-hero.is-ready .quadra-hero__social-item{animation:quadra-hero-content-in .15s var(--intro-ease) forwards;animation-delay:calc(var(--intro-dur) - var(--content-fade-dur) - var(--content-intro-overlap) + .12s + (var(--social-stagger-index, 0) * var(--social-stagger)))}.quadra-hero__social-item:nth-child(1){--social-stagger-index: 0}.quadra-hero__social-item:nth-child(2){--social-stagger-index: 1}.quadra-hero__social-item:nth-child(3){--social-stagger-index: 2}.quadra-hero__social-item:nth-child(4){--social-stagger-index: 3}.quadra-hero__social-item:nth-child(5){--social-stagger-index: 4}@keyframes quadra-hero-content-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.quadra-hero.is-ready .quadra-hero__scale,.quadra-hero.is-ready .quadra-hero__content-inner,.quadra-hero.is-ready .quadra-hero__social-item{animation:none;opacity:1;transform:none}.quadra-hero__scale{transform:scale(1)}.quadra-hero__parallax{transform:none!important;will-change:auto}.quadra-hero__social-link:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-quadra-hero.css.map */
