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