@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}.Hero-module__ZARIfG__hero{color:#fff;background:#00261a;justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoBg{object-fit:cover;z-index:1;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.Hero-module__ZARIfG__loadingOverlay{z-index:20;background:#0b3f27;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s ease-out;display:flex;position:absolute;top:0;left:0}.Hero-module__ZARIfG__spinner{border:5px solid #ffffff1a;border-top:5px solid var(--primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite Hero-module__ZARIfG__spin}@keyframes Hero-module__ZARIfG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Hero-module__ZARIfG__overlay{z-index:2;background:linear-gradient(#0000 35%,#0009 65%,#000000f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:10;text-align:left;width:auto;max-width:min(850px,85vw);padding:0;position:absolute;bottom:12vh;left:8vw}.Hero-module__ZARIfG__inner{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.Hero-module__ZARIfG__seasonTag{text-transform:uppercase;letter-spacing:.5em;opacity:.7;margin-bottom:2vh;font-size:clamp(10px,.8vw,14px);font-weight:500}.Hero-module__ZARIfG__title{font-family:var(--font-main);letter-spacing:-.03em;text-shadow:none;color:#fff;margin-bottom:2vh;font-size:clamp(48px,5.5vw,96px);font-weight:900;line-height:1.1}.Hero-module__ZARIfG__calligraphy{font-family:var(--font-main);vertical-align:middle;z-index:5;filter:none;font-weight:900;display:inline-block;position:relative;transform:none;color:#fff!important;-webkit-text-fill-color:#fff!important;background:0 0!important}.Hero-module__ZARIfG__subTitle{color:#fff;text-shadow:none;letter-spacing:.3vw;text-transform:uppercase;margin-top:1vh;font-size:.35em;font-weight:700;display:inline-block}.Hero-module__ZARIfG__description{font-family:var(--font-main);color:#ffffffe6;max-width:600px;text-shadow:none;margin:0 0 2.5vh;font-size:clamp(16px,1.1vw,20px);line-height:1.6}.Hero-module__ZARIfG__actions{justify-content:flex-start;align-items:center;gap:15px;width:100%;max-width:580px;margin-top:3vh;margin-bottom:0;display:flex}.Hero-module__ZARIfG__actions button{flex:1}.Hero-module__ZARIfG__trustIndicator{align-items:flex-start;gap:1vh;margin-top:1vh;margin-bottom:1vh;padding:0;display:flex}.Hero-module__ZARIfG__trustText{color:#fffc;letter-spacing:.1vw;font-size:clamp(12px,.9vw,16px)}.Hero-module__ZARIfG__trustText strong{color:#fff;font-weight:700}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn,.Hero-module__ZARIfG__cabHighlighter,.Hero-module__ZARIfG__fleetBtn{text-transform:none;white-space:nowrap;cursor:pointer;box-sizing:border-box;border-radius:12px;justify-content:center;align-items:center;height:48px;padding:0 20px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.Hero-module__ZARIfG__cabHighlighter{font-family:var(--font-main);color:#fff;z-index:100;background:0 0;border:none;position:relative;overflow:hidden;box-shadow:0 10px 30px #0b3f2766}.Hero-module__ZARIfG__cabHighlighter:before{content:"";background:conic-gradient(from var(--angle),transparent 0deg,transparent 130deg,#fff 150deg,#fff 210deg,transparent 230deg);z-index:-2;width:300%;height:300%;animation:3s linear infinite Hero-module__ZARIfG__angleRotate;position:absolute;top:-100%;left:-100%}@keyframes Hero-module__ZARIfG__angleRotate{0%{--angle:0deg}to{--angle:360deg}}.Hero-module__ZARIfG__cabHighlighter:after{content:"";background:var(--primary);z-index:-1;border-radius:10px;position:absolute;inset:3px}.Hero-module__ZARIfG__cabHighlighter:hover{transform:translateY(-2px);box-shadow:0 12px 35px #0b3f2799}.Hero-module__ZARIfG__cabHighlighter:hover:after{background:#072c1b}.Hero-module__ZARIfG__primaryBtn{-webkit-backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #fff3}.Hero-module__ZARIfG__primaryBtn:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 10px 25px #0000004d}.Hero-module__ZARIfG__secondaryBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff0d;border:1px solid #ffffff26}.Hero-module__ZARIfG__secondaryBtn:hover{background:#ffffff26;transform:translateY(-2px)}.Hero-module__ZARIfG__fleetBtn{-webkit-backdrop-filter:blur(10px);color:#fff;background:#ffffff0d;border:1px solid #ffffff26;gap:8px;margin:0}.Hero-module__ZARIfG__fleetBtn:hover{background:#ffffff26;transform:translateY(-2px)}.Hero-module__ZARIfG__scrollIndicator{z-index:10;position:absolute;bottom:5vh;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__mouse{border:2px solid #ffffff80;border-radius:2vw;justify-content:center;width:2.2vw;min-width:24px;height:3.8vw;min-height:40px;padding-top:.8vw;display:flex}.Hero-module__ZARIfG__wheel{background:#fff;border-radius:1vw;width:.3vw;min-width:3px;height:.8vw;min-height:8px}@media (max-width:768px){.Hero-module__ZARIfG__masonryContainer{gap:10px;width:150vw;left:-25vw}}@media (max-width:640px){.Hero-module__ZARIfG__hero{padding-top:60px}.Hero-module__ZARIfG__title{margin-bottom:20px;font-size:clamp(40px,12vw,56px)}.Hero-module__ZARIfG__calligraphy{font-size:1.3em;transform:translateY(-8px)}.Hero-module__ZARIfG__subTitle{letter-spacing:2px;margin-top:10px;font-size:14px}.Hero-module__ZARIfG__description{opacity:.9;max-width:100%;padding:0;font-size:16px;line-height:1.5}.Hero-module__ZARIfG__actions{flex-direction:column;gap:10px;width:100%;margin-bottom:20px;padding:0;display:flex}.Hero-module__ZARIfG__actions button{flex:none;width:100%}.Hero-module__ZARIfG__trustIndicator{gap:12px;margin-bottom:30px;padding:10px 0}.Hero-module__ZARIfG__trustText{letter-spacing:1px;font-size:12px}.Hero-module__ZARIfG__cabHighlighter{width:100%;margin-right:0;padding:0;font-size:14px}.Hero-module__ZARIfG__cabHighlighter:after{inset:2px}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn,.Hero-module__ZARIfG__fleetBtn{width:100%;padding:0;font-size:14px}.Hero-module__ZARIfG__scrollIndicator{bottom:30px}.Hero-module__ZARIfG__mouse{width:30px;height:50px;padding-top:10px}.Hero-module__ZARIfG__wheel{width:4px;height:10px}}
