.hero-slider-section{--hero-header-offset:clamp(84px, 10vw, 104px);--hero-min-height:max(680px, 100svh);width:100%;min-height:var(--hero-min-height);color:#fff;background-color:#000;position:relative;padding:0!important}@media (max-width:767px){.hero-slider-section{--hero-header-offset:88px;--hero-min-height:max(640px, 100svh)}}@supports (height:100dvh){.hero-slider-section{--hero-min-height:max(680px, 100dvh)}}@media (min-width:1024px){.hero-slider-section{--hero-min-height:max(760px, 100dvh)}}.hero-bg{width:100%;height:100%;transition:opacity 1.2s ease-in-out;position:absolute;top:0;left:0}.hero-bg.active{opacity:1;z-index:0}.hero-bg.inactive{opacity:0;z-index:-10;pointer-events:none}.hero-bg-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;transition:transform 4s ease-out;position:absolute;top:0;left:0}.hero-bg.active .hero-bg-img{transform:scale(1)}.hero-bg.inactive .hero-bg-img{transform:scale(1.1)}.hero-gradient-overlay{z-index:0;background:linear-gradient(90deg,#000000e6,#0006,#0000);position:absolute;inset:0}.hero-gradient-mobile{z-index:0;background:linear-gradient(#0000007a,#0000003d,#000000b8);position:absolute;inset:0}.hero-header-space{width:100%;height:var(--hero-header-offset);z-index:20;pointer-events:none;background:linear-gradient(#00000080,#0000);position:absolute;top:0;left:0}.hero-progress{z-index:30;flex-direction:column;align-items:center;gap:24px;display:none;position:absolute;top:50%;left:48px;transform:translateY(-50%)}.hero-progress-line{background:#fff3;width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.hero-progress-item{z-index:10;cursor:pointer;color:inherit;font:inherit;background:0 0;border:0;padding:4px 0;line-height:1;position:relative}.hero-progress-active{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;transition:all .5s;display:flex;transform:scale(1.1);box-shadow:0 0 15px #ffffff4d}.hero-progress-inactive{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hero-progress-dot{background:#ffffff80;border-radius:50%;width:6px;height:6px;transition:all .3s}.hero-progress-item:hover .hero-progress-dot{background:#fff;transform:scale(1.5)}.hero-progress-item:focus-visible .hero-progress-active,.hero-progress-item:focus-visible .hero-progress-inactive{outline-offset:2px;outline:2px solid #e6fe2c}@media (min-width:1024px){.hero-progress{display:flex}.hero-gradient-mobile{display:none}}.hero-main-container{z-index:10;width:100%;min-height:var(--hero-min-height);max-width:1500px;padding:calc(var(--hero-header-offset) + 24px) clamp(18px, 4vw, 28px) calc(112px + env(safe-area-inset-bottom,0px));flex-direction:column;justify-content:flex-end;align-items:center;gap:clamp(20px,4vh,40px);margin:0 auto;display:flex;position:relative}@media (min-width:768px){.hero-main-container{padding:calc(var(--hero-header-offset) + 28px) clamp(28px, 6vw, 48px) calc(124px + env(safe-area-inset-bottom,0px))}}@media (min-width:1024px){.hero-main-container{padding:calc(var(--hero-header-offset) + 32px) clamp(72px, 9vw, 128px) calc(72px + env(safe-area-inset-bottom,0px));flex-direction:row;justify-content:space-between;align-items:flex-end;gap:clamp(32px,4vw,72px)}}.hero-left-col{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:42rem;margin-top:0;display:flex}@media (min-width:1024px){.hero-left-col{text-align:left;align-items:flex-start;width:min(48%,42rem);margin-top:0}}.hero-text-overflow{margin-bottom:16px;overflow:hidden}.hero-subtitle{color:#fffc;text-transform:uppercase;letter-spacing:.28em;margin:0;font-size:11px;font-weight:600}@media (min-width:768px){.hero-subtitle{font-size:14px}}.hero-title-overflow{margin-bottom:24px;padding:8px 0;overflow:hidden}.hero-title{font-size:clamp(3rem,13vw,4.75rem);line-height:.95;font-family:var(--font-main);text-transform:uppercase;letter-spacing:-.03em;text-shadow:0 4px 24px #00000080;margin:0;font-weight:800}@media (min-width:768px){.hero-title{font-size:clamp(4rem,10vw,5.25rem)}}@media (min-width:1024px){.hero-title{font-size:clamp(4.8rem,6.8vw,6.5rem)}}.hero-desc{color:#ffffffe6;text-wrap:balance;text-shadow:0 2px 10px #00000080;max-width:min(100%,38rem);margin-bottom:24px;font-size:clamp(.95rem,2.8vw,1.05rem);line-height:1.55}@media (min-width:768px){.hero-desc{font-size:16px}}.hero-trust-note{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e6fe2c;letter-spacing:.04em;text-transform:uppercase;text-align:center;background:#0a1a2299;border:1px solid #e6fe2c80;border-radius:999px;justify-content:center;align-items:center;margin:0 0 24px;padding:8px 16px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #0000004d}.hero-cta{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;letter-spacing:.05em;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50px;justify-content:center;align-items:center;gap:12px;padding:14px 32px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 20px #0003}.hero-cta:hover{background:#fff3;border-color:#fff}.hero-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;max-width:38rem;display:flex}@media (min-width:1024px){.hero-cta-group{justify-content:flex-start}}.hero-cta-secondary{color:#fff;letter-spacing:.05em;background:#00000038;border:1px solid #ffffff59;border-radius:999px;justify-content:center;align-items:center;padding:14px 24px;font-size:14px;font-weight:600;transition:background-color .3s,border-color .3s;display:inline-flex}.hero-cta-secondary:hover{background:#ffffff29;border-color:#fff9}@media (max-width:767px){.hero-cta-group{gap:12px}.hero-cta,.hero-cta-secondary{letter-spacing:.03em;white-space:nowrap;border-radius:20px;flex:calc(50% - 6px);min-width:0;padding:18px 12px;font-size:14px}.hero-cta{color:#0a1a22;background:#e6fe2c;border:none;box-shadow:0 8px 32px #e6fe2c4d,inset 0 -4px #0000001a}.hero-cta:hover{background:#d4f014}.hero-cta-secondary{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff26;box-shadow:0 8px 32px #0003}}@media (max-width:560px){.hero-cta,.hero-cta-secondary{white-space:normal;flex-basis:100%;width:100%}}.hero-cta:focus-visible,.hero-cta-secondary:focus-visible{outline-offset:2px;outline:2px solid #e6fe2c}.hero-cta-icon{fill:none;stroke:currentColor;stroke-width:2.5px;width:16px;height:16px}.hero-right-col{perspective:1200px;justify-content:center;align-items:flex-end;width:100%;height:auto;margin-top:20px;display:none;position:relative}@media (min-width:1024px){.hero-right-col{justify-content:flex-end;width:min(46%,34rem);margin-top:0;display:flex}}.hero-card-stage{justify-content:center;align-items:center;width:100%;max-width:clamp(320px,30vw,500px);height:clamp(380px,40vw,620px);margin-top:0;margin-bottom:0;display:flex;position:relative;overflow:visible;transform:translateY(16px)}@media (min-width:768px){.hero-card-stage{max-width:clamp(360px,32vw,500px);height:clamp(440px,46vw,620px);margin-top:0;margin-bottom:4px;transform:translateY(26px)}}@media (min-width:1024px){.hero-card-stage{margin-top:0;margin-bottom:18px;margin-left:-40px;transform:translateY(clamp(20px,4vw,40px))}}.Carousal_002{padding-bottom:50px!important}.hero-skiper-swiper{width:clamp(240px,24vw,340px)!important;height:clamp(340px,34vw,470px)!important}@media (min-width:768px){.hero-skiper-swiper{width:clamp(280px,24vw,360px)!important;height:clamp(390px,32vw,500px)!important}}.hero-skiper-swiper .swiper-wrapper{overflow:visible}.hero-skiper-swiper .swiper-slide{backface-visibility:hidden;position:relative;overflow:hidden;box-shadow:0 25px 60px -18px #000000d9,0 12px 30px -12px #0009;-webkit-mask-image:radial-gradient(#fff,#000);mask-image:radial-gradient(#fff,#000);border-radius:30px!important}.hero-skiper-swiper .swiper-slide-shadow,.hero-skiper-swiper .swiper-slide-shadow-left,.hero-skiper-swiper .swiper-slide-shadow-right{border-radius:inherit!important}.hero-skiper-slide{position:relative}.hero-skiper-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-skiper-slide-overlay{pointer-events:none;background:linear-gradient(#0000,#0000002e,#000000d6);position:absolute;inset:0}.hero-skiper-slide-title{color:#fff;letter-spacing:-.02em;text-transform:uppercase;text-wrap:balance;text-shadow:0 10px 24px #00000080;margin:0;font-size:24px;font-weight:700;line-height:.98;position:absolute;bottom:14px;left:14px;right:14px}@media (min-width:768px){.hero-skiper-slide-title{font-size:30px;bottom:18px;left:18px;right:18px}}.hero-subcard{transform-origin:0 100%;backface-visibility:hidden;width:200px;height:288px;transform-style:preserve-3d;border-radius:22px;position:absolute;top:50%;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3;-webkit-mask-image:radial-gradient(#fff,#000);mask-image:radial-gradient(#fff,#000)}.hero-deck-card{appearance:none;text-align:left;cursor:pointer;background:0 0;border:0;margin:0;padding:0}.hero-deck-card:focus-visible{outline-offset:3px;outline:2px solid #e6fe2c}@media (min-width:768px){.hero-subcard{border-radius:30px;width:248px;height:368px}}.subcard-bg{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:inherit;width:100%;height:100%;transition:transform .7s;position:absolute;inset:0;transform:translateZ(0)}.hero-subcard:hover .subcard-bg{transform:scale(1.1)}.subcard-top-grad{opacity:0;pointer-events:none;border-radius:inherit;background:linear-gradient(#0006,#0000);height:80px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.hero-subcard:hover .subcard-top-grad{opacity:1}.subcard-bookmark{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:#0003;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:16px;right:16px}.hero-subcard:hover .subcard-bookmark{opacity:1}.subcard-bookmark:hover{background:#00000080;border-color:#ffffff80}.bookmark-icon{stroke:#fff;fill:none;stroke-width:2px;width:16px;height:16px}.subcard-bot-grad{pointer-events:none;border-radius:inherit;background:linear-gradient(#0000,#0003,#000000e6);position:absolute;inset:0}.subcard-info{z-index:10;position:absolute;bottom:24px;left:24px;right:24px}.subcard-loc{opacity:.8;align-items:center;gap:6px;margin-bottom:8px;transition:opacity .3s;display:flex}.hero-subcard:hover .subcard-loc{opacity:1}.loc-icon{stroke:#fff;fill:none;stroke-width:2px;width:14px;height:14px}.loc-text{color:#fff;letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:10px;font-weight:500}@media (min-width:768px){.loc-text{font-size:12px}}.subcard-title{color:#fff;letter-spacing:.05em;margin:0;font-size:20px;font-weight:700;line-height:1.2;transition:color .3s}@media (min-width:768px){.subcard-title{font-size:24px}}.hero-subcard:hover .subcard-title{color:#e0f2fe}.subcard-rating{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:4px;width:fit-content;padding:4px 10px;display:flex}.star-icon{fill:currentColor;width:14px;height:14px}.star-filled{color:gold}.star-empty{color:#ffffff4d}.rating-text{color:#fff;margin-left:4px;font-size:12px;font-weight:600}.hero-nav{justify-content:center;align-items:center;gap:16px;width:100%;margin-top:24px;display:none}@media (min-width:1024px){.hero-nav{justify-content:flex-start;margin-top:28px;display:flex}}.nav-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0003;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}@media (min-width:768px){.nav-btn{width:56px;height:56px}}.nav-btn:hover{color:#000;background:#fff;border-color:#fff}.nav-btn:focus-visible{outline-offset:2px;outline:2px solid #e6fe2c}.nav-icon{fill:none;stroke:currentColor;stroke-width:2px;width:20px;height:20px}.hero-mobile-dots{bottom:calc(48px + env(safe-area-inset-bottom,0px));z-index:30;align-items:center;gap:12px;display:flex;position:absolute;left:50%;transform:translate(-50%)}@media (max-width:480px){.hero-trust-note{display:none}}@media (max-width:1023px) and (max-height:820px){.hero-slider-section{--hero-header-offset:80px}.hero-main-container{padding-top:calc(var(--hero-header-offset) + 16px);padding-bottom:calc(92px + env(safe-area-inset-bottom,0px));gap:18px}.hero-title-overflow{margin-bottom:14px;padding:4px 0}.hero-title{font-size:clamp(2.9rem,11vw,4.1rem)}.hero-desc,.hero-trust-note{margin-bottom:18px}.hero-mobile-dots{bottom:calc(24px + env(safe-area-inset-bottom,0px))}}@media (max-width:1023px) and (max-height:700px){.hero-main-container{padding-top:calc(var(--hero-header-offset) + 12px);padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}.hero-subtitle{letter-spacing:.2em;font-size:10px}.hero-title{font-size:clamp(2.5rem,10vw,3.6rem)}.hero-desc{font-size:.95rem;line-height:1.45}.hero-trust-note{padding:7px 12px;font-size:10px}.hero-cta,.hero-cta-secondary{padding:14px 12px}}@media (min-width:1024px){.hero-mobile-dots{display:none}}.m-dot{background:#fff;border-radius:50px;transition:all .5s;display:block}.hero-mobile-dot-btn{appearance:none;background:0 0;border:0;border-radius:999px;padding:4px;line-height:0}.hero-mobile-dot-btn:focus-visible{outline-offset:2px;outline:2px solid #e6fe2c}.m-dot.active{background:#e6fe2c;width:28px;height:6px;box-shadow:0 0 10px #e6fe2c80}.m-dot.inactive{opacity:.5;width:6px;height:6px}@keyframes hwSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes hwSlideUpFast{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hwFadeIn{0%{opacity:0}to{opacity:1}}@keyframes hwCardEnter{0%{opacity:0;transform:translate(50%)scale(.8)}to{}}.anim-slide-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards hwSlideUp}.anim-slide-up-fast{animation:.6s cubic-bezier(.16,1,.3,1) forwards hwSlideUpFast}.anim-fade-in{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) .2s forwards hwFadeIn}.anim-card-enter{animation:.6s cubic-bezier(.2,.8,.2,1) forwards hwCardEnter}@media (prefers-reduced-motion:reduce){.hero-bg,.hero-bg-img,.hero-progress-active,.hero-progress-dot,.hero-cta,.hero-cta-secondary,.subcard-bg,.subcard-top-grad,.subcard-bookmark,.subcard-loc,.subcard-title,.nav-btn,.m-dot,.anim-slide-up,.anim-slide-up-fast,.anim-fade-in,.anim-card-enter{transition:none!important;animation:none!important}}
