.brand-hero{position:relative;height:100vh;width:100vw;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:767px){.brand-hero{height:70vh}}.brand-hero__swiper{width:100%;height:100%;position:absolute;top:0;left:0}.brand-hero__slider{position:absolute;left:0;right:0;z-index:10;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.brand-hero__bg{position:relative;width:100%;height:100vh;overflow:hidden;z-index:0;background-color:#1a1a1a}@media(max-width:767px){.brand-hero__bg{height:70vh}}.brand-hero__bg img{width:100%;height:100%;object-fit:cover;opacity:1;object-position:center}@media(max-width:767px){.brand-hero__bg img{object-fit:cover;object-position:center center}}.brand-hero__content{position:relative;z-index:10;text-align:center;color:#fff;max-width:896px;margin:0 auto;padding:80px 24px}.brand-hero__label{color:#e75a97;font-size:18px;margin-bottom:16px;letter-spacing:.2em}.brand-hero__title{font-size:24px;font-weight:700;line-height:1.4;margin-bottom:32px;text-wrap:balance}@media(min-width:768px){.brand-hero__title{font-size:36px}}@media(min-width:1024px){.brand-hero__title{font-size:48px}}.brand-hero__desc{color:#ccc;font-size:14px;line-height:1.8;max-width:672px;margin:0 auto}@media(min-width:768px){.brand-hero__desc{font-size:18px}}.brand-hero__dots{position:absolute;z-index:20;display:flex;flex-direction:row;gap:8px;bottom:160px;width:200px;align-items:start;justify-content:center}.brand-hero__dot{width:10px;height:10px;border-radius:50%;background-color:hsla(0,0%,100%,.3)}.brand-hero__dot--active{background-color:var(--jb-primary);width:28px;height:10px;border-radius:26px}.brand-hero__scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:20;display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff;opacity:.7}.brand-hero__scroll-icon{animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}