.vizou-hero{--hero-v-align: center;--hero-h-align: flex-end;--hero-text-align: right;--hero-actions-justify: flex-start;--hero-content-width: min(620px, 50vw);position:relative;min-height:clamp(560px,57vw,810px);overflow:hidden;background:#050505;color:#fff;isolation:isolate}.vizou-hero__media,.vizou-hero__media picture,.vizou-hero__image,.vizou-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.vizou-hero__image{display:block;object-fit:cover;object-position:center}.vizou-hero__overlay{z-index:1;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.88) 28%,rgba(0,0,0,.18) 66%,transparent 100%);pointer-events:none}.vizou-hero__inner{position:relative;z-index:2;display:flex;align-items:var(--hero-v-align);justify-content:var(--hero-h-align);min-height:inherit;padding-top:clamp(56px,8vw,110px);padding-bottom:clamp(56px,8vw,110px)}.vizou-hero__content{width:var(--hero-content-width);max-width:100%;margin:0;text-align:var(--hero-text-align)}.vizou-hero__eyebrow{margin:0 0 14px;font-size:clamp(14px,1.2vw,18px);font-weight:600;letter-spacing:.02em}.vizou-hero__heading{max-width:12ch;margin:0;color:inherit;font-family:Cairo,sans-serif;font-size:clamp(42px,5.2vw,82px);font-weight:800;line-height:1.16;letter-spacing:-.035em}.vizou-hero__text{max-width:540px;margin-top:22px;font-size:clamp(17px,1.55vw,24px);line-height:1.8}.vizou-hero__content[style*="text-align: center"] .vizou-hero__text,.vizou-hero--desktop-h-center .vizou-hero__text,.vizou-hero--mobile-h-center .vizou-hero__text{margin-inline:auto}.vizou-hero__text p{margin:0}.vizou-hero__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:var(--hero-actions-justify);margin-top:30px}.vizou-hero__button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:12px 24px;border:1px solid #c99b52;border-radius:6px;font-weight:700;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.vizou-hero__button:hover{transform:translateY(-1px)}.vizou-hero__button--primary{background:#c99b52;color:#111}.vizou-hero__button--primary:hover{background:#ddb66f;border-color:#ddb66f;color:#111}.vizou-hero__button--secondary{background:#00000038;color:#fff}.vizou-hero__button--secondary:hover{background:#fff;border-color:#fff;color:#111}.vizou-hero--desktop-h-left{--hero-h-align: flex-start;--hero-text-align: left;--hero-actions-justify: flex-start}.vizou-hero--desktop-h-center{--hero-h-align: center;--hero-text-align: center;--hero-actions-justify: center}.vizou-hero--desktop-h-right{--hero-h-align: flex-end;--hero-text-align: right;--hero-actions-justify: flex-start}.vizou-hero--desktop-v-top{--hero-v-align: flex-start}.vizou-hero--desktop-v-center{--hero-v-align: center}.vizou-hero--desktop-v-bottom{--hero-v-align: flex-end}@media(max-width:749px){.vizou-hero{min-height:760px}.vizou-hero__image{object-position:center top}.vizou-hero__overlay{background:linear-gradient(180deg,#000000e0,#00000094,#0000000a 72%,#00000040)}.vizou-hero__inner{padding-top:54px;padding-bottom:32px}.vizou-hero__content{width:min(100%,360px)}.vizou-hero__heading{max-width:10ch;font-size:clamp(38px,11vw,58px);line-height:1.18}.vizou-hero__text{max-width:330px;margin-top:16px;font-size:17px;line-height:1.75}.vizou-hero__actions{flex-direction:column;align-items:stretch;width:min(100%,360px);margin-top:24px}.vizou-hero__button{width:100%}.vizou-hero--mobile-h-left{--hero-h-align: flex-start;--hero-text-align: left;--hero-actions-justify: flex-start}.vizou-hero--mobile-h-center{--hero-h-align: center;--hero-text-align: center;--hero-actions-justify: center}.vizou-hero--mobile-h-right{--hero-h-align: flex-end;--hero-text-align: right;--hero-actions-justify: flex-start}.vizou-hero--mobile-v-top{--hero-v-align: flex-start}.vizou-hero--mobile-v-center{--hero-v-align: center}.vizou-hero--mobile-v-bottom{--hero-v-align: flex-end}}.vizou-hero-slider{position:relative;overflow:hidden;background:#050505}.vizou-hero-slider__track{position:relative;min-height:clamp(560px,57vw,810px)}.vizou-hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s ease,visibility .55s ease}.vizou-hero-slide.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto;z-index:2}.vizou-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#111;fill:#333}.vizou-hero-slider__arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:46px;height:46px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:#00000059;color:#fff;font-size:34px;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.vizou-hero-slider__arrow--prev{left:22px}.vizou-hero-slider__arrow--next{right:22px}.vizou-hero-slider__dots{position:absolute;z-index:5;left:50%;bottom:22px;transform:translate(-50%);display:flex;gap:9px}.vizou-hero-slider__dot{width:9px;height:9px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent;cursor:pointer}.vizou-hero-slider__dot.is-active{width:25px;border-radius:999px;background:#fff}@media(max-width:749px){.vizou-hero-slider__track{min-height:760px}.vizou-hero-slider__arrow{width:38px;height:38px;font-size:28px}.vizou-hero-slider__arrow--prev{left:10px}.vizou-hero-slider__arrow--next{right:10px}.vizou-hero-slider__dots{bottom:16px}}@media(prefers-reduced-motion:reduce){.vizou-hero-slide{transition:none}}.vizou-hero-slider,.vizou-hero-slider__track,.vizou-hero-slide,.vizou-hero{height:var(--vizou-hero-desktop-height, 720px);min-height:var(--vizou-hero-desktop-height, 720px)}.vizou-hero-slide.is-active{position:absolute}.vizou-hero__inner{position:relative;display:block;height:100%;min-height:0;padding-top:0;padding-bottom:0}.vizou-hero__text-layer,.vizou-hero__buttons-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;padding:clamp(36px,5vw,72px);pointer-events:none}.vizou-hero__content,.vizou-hero__actions{pointer-events:auto}.vizou-hero__actions{width:min(100%,620px);margin-top:0}.vizou-hero--desktop-text-h-left .vizou-hero__text-layer{justify-content:flex-start}.vizou-hero--desktop-text-h-center .vizou-hero__text-layer{justify-content:center}.vizou-hero--desktop-text-h-right .vizou-hero__text-layer{justify-content:flex-end}.vizou-hero--desktop-text-v-top .vizou-hero__text-layer{align-items:flex-start}.vizou-hero--desktop-text-v-center .vizou-hero__text-layer{align-items:center}.vizou-hero--desktop-text-v-bottom .vizou-hero__text-layer{align-items:flex-end}.vizou-hero--desktop-buttons-h-left .vizou-hero__buttons-layer{justify-content:flex-start}.vizou-hero--desktop-buttons-h-center .vizou-hero__buttons-layer{justify-content:center}.vizou-hero--desktop-buttons-h-right .vizou-hero__buttons-layer{justify-content:flex-end}.vizou-hero--desktop-buttons-v-top .vizou-hero__buttons-layer{align-items:flex-start}.vizou-hero--desktop-buttons-v-center .vizou-hero__buttons-layer{align-items:center}.vizou-hero--desktop-buttons-v-bottom .vizou-hero__buttons-layer{align-items:flex-end}.vizou-hero--desktop-text-h-left .vizou-hero__content{text-align:left}.vizou-hero--desktop-text-h-center .vizou-hero__content{text-align:center}.vizou-hero--desktop-text-h-right .vizou-hero__content{text-align:right}.vizou-hero--desktop-buttons-h-left .vizou-hero__actions{justify-content:flex-start}.vizou-hero--desktop-buttons-h-center .vizou-hero__actions{justify-content:center}.vizou-hero--desktop-buttons-h-right .vizou-hero__actions{justify-content:flex-end}@media(max-width:749px){.vizou-hero-slider,.vizou-hero-slider__track,.vizou-hero-slide,.vizou-hero{height:var(--vizou-hero-mobile-height, 760px);min-height:var(--vizou-hero-mobile-height, 760px)}.vizou-hero__text-layer,.vizou-hero__buttons-layer{padding:34px 20px 42px}.vizou-hero__content,.vizou-hero__actions{width:min(100%,360px)}.vizou-hero--mobile-text-h-left .vizou-hero__text-layer{justify-content:flex-start}.vizou-hero--mobile-text-h-center .vizou-hero__text-layer{justify-content:center}.vizou-hero--mobile-text-h-right .vizou-hero__text-layer{justify-content:flex-end}.vizou-hero--mobile-text-v-top .vizou-hero__text-layer{align-items:flex-start}.vizou-hero--mobile-text-v-center .vizou-hero__text-layer{align-items:center}.vizou-hero--mobile-text-v-bottom .vizou-hero__text-layer{align-items:flex-end}.vizou-hero--mobile-buttons-h-left .vizou-hero__buttons-layer{justify-content:flex-start}.vizou-hero--mobile-buttons-h-center .vizou-hero__buttons-layer{justify-content:center}.vizou-hero--mobile-buttons-h-right .vizou-hero__buttons-layer{justify-content:flex-end}.vizou-hero--mobile-buttons-v-top .vizou-hero__buttons-layer{align-items:flex-start}.vizou-hero--mobile-buttons-v-center .vizou-hero__buttons-layer{align-items:center}.vizou-hero--mobile-buttons-v-bottom .vizou-hero__buttons-layer{align-items:flex-end}.vizou-hero--mobile-text-h-left .vizou-hero__content{text-align:left}.vizou-hero--mobile-text-h-center .vizou-hero__content{text-align:center}.vizou-hero--mobile-text-h-right .vizou-hero__content{text-align:right}.vizou-hero--mobile-buttons-h-left .vizou-hero__actions{justify-content:flex-start}.vizou-hero--mobile-buttons-h-center .vizou-hero__actions{justify-content:center}.vizou-hero--mobile-buttons-h-right .vizou-hero__actions{justify-content:flex-end}}
/*# sourceMappingURL=/cdn/shop/t/57/assets/vizou-hero.css.map */
