.rd-hero{--rd-hero-content-width: 560px;--rd-hero-radius: 0px;--rd-hero-radius-mobile: 0px;--rd-hero-arrow-size: 44px;--rd-hero-dot-size: 7px;--rd-hero-ratio-desktop: 2.4;--rd-hero-ratio-mobile: var(--rd-hero-ratio-desktop);width:100%;margin:0 auto;background:#090b0d}.rd-hero--contained{max-width:1320px}.rd-hero__viewport{position:relative;width:100%;aspect-ratio:var(--rd-hero-ratio-desktop);overflow:hidden;background:#090b0d;border-radius:var(--rd-hero-radius);isolation:isolate;touch-action:pan-y}.rd-hero__track{position:relative;width:100%;height:100%}.rd-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;opacity:0;visibility:hidden;transform:scale(1.018);transition:opacity .65s ease,visibility .65s ease,transform 1.05s cubic-bezier(.2,.8,.2,1);pointer-events:none}.rd-hero__slide.is-active{z-index:2;opacity:1;visibility:visible;transform:scale(1);pointer-events:auto}.rd-hero__media,.rd-hero__picture,.rd-hero__image,.rd-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.rd-hero__picture{display:block}.rd-hero__image,.rd-hero__placeholder{display:block;object-fit:cover;object-position:var(--rd-desktop-image-position, center center)}.rd-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,var(--rd-overlay-start) 0%,var(--rd-overlay-start) 30%,var(--rd-overlay-end) 68%,var(--rd-overlay-end) 100%);pointer-events:none}.rd-hero__inner{position:relative;z-index:3;display:flex;width:100%;height:100%;align-items:var(--rd-content-y, center);justify-content:var(--rd-content-align, flex-start)}.rd-hero__content{width:min(100%,var(--rd-hero-content-width));padding-block:28px}.rd-hero__eyebrow{display:inline-flex;min-height:29px;align-items:center;gap:8px;margin:0 0 24px;padding:6px 13px;color:var(--rd-badge-text, #ef3340);background:var(--rd-badge-bg, rgba(225, 29, 42, .12));border:1px solid var(--rd-badge-border, rgba(225, 29, 42, .38));border-radius:999px;font-family:var(--font-body-family);font-size:11px;font-weight:700;line-height:1;letter-spacing:.01em}.rd-hero__eyebrow-icon{display:inline-flex;flex:0 0 14px;align-items:center;justify-content:center;width:14px;height:14px}.rd-hero__eyebrow-icon svg{display:block;width:14px;height:14px}.rd-hero__heading{margin:0;color:var(--rd-heading-color, #fff);font-family:var(--font-heading-family);font-size:var(--rd-heading-size, 44px);font-weight:800;line-height:1.11;letter-spacing:-.028em}.rd-hero__heading-line{display:block}.rd-hero__heading-accent{color:var(--rd-accent-color, #e62735)}.rd-hero__description{max-width:470px;margin:20px 0 0;color:var(--rd-description-color, rgba(255, 255, 255, .78));font-family:var(--font-body-family);font-size:var(--rd-description-size, 16px);font-weight:400;line-height:1.62}.rd-hero__description>:first-child{margin-top:0}.rd-hero__description>:last-child{margin-bottom:0}.rd-hero__actions{display:flex;flex-wrap:wrap;gap:13px;margin:34px 0 0}.rd-hero__button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:12px 22px;color:var(--rd-btn-text, #fff);background:var(--rd-btn-bg, #e11d2a);border:1px solid var(--rd-btn-border, #e11d2a);border-radius:9px;font-family:var(--font-body-family);font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:transform .22s ease,opacity .22s ease}.rd-hero__button:hover{opacity:.92;transform:translateY(-2px)}.rd-hero__button svg{display:block;flex:0 0 17px;width:17px;height:17px}.rd-hero__button--secondary{background:var(--rd-btn-bg, transparent)}.rd-hero__arrow{position:absolute;top:50%;z-index:6;display:inline-flex;align-items:center;justify-content:center;width:var(--rd-hero-arrow-size);height:var(--rd-hero-arrow-size);padding:0;color:#fff;background:#08090b8f;border:1px solid rgba(255,255,255,.22);border-radius:50%;transform:translateY(-50%);cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background-color .2s ease,transform .2s ease}.rd-hero__arrow:hover{background:#08090bcc;transform:translateY(-50%) scale(1.05)}.rd-hero__arrow svg{display:block;width:20px;height:20px}.rd-hero__arrow--prev{left:18px}.rd-hero__arrow--next{right:18px}.rd-hero__dots{position:absolute;right:24px;bottom:20px;z-index:6;display:flex;align-items:center;gap:8px}.rd-hero__dot{width:var(--rd-hero-dot-size);height:var(--rd-hero-dot-size);padding:0;background:#ffffff6b;border:0;border-radius:999px;cursor:pointer;transition:width .25s ease,background-color .25s ease}.rd-hero__dot.is-active{width:calc(var(--rd-hero-dot-size) * 2.4);background:#fff}@media screen and (max-width:1024px){.rd-hero__heading{font-size:min(var(--rd-heading-size, 44px),39px)}}@media screen and (max-width:749px){.rd-hero{--rd-section-pr: 18px;--rd-section-pl: 18px}.rd-hero__viewport{aspect-ratio:var(--rd-hero-ratio-mobile);border-radius:var(--rd-hero-radius-mobile)}.rd-hero__image{object-position:var(--rd-mobile-image-position, center center)}.rd-hero__inner{align-items:var(--rd-mobile-content-y, center);justify-content:var(--rd-mobile-content-align, flex-start)}.rd-hero__content{width:min(520px,100%);padding-block:24px;text-align:var(--rd-mobile-text-align, left)}.rd-hero__slide--mobile-center .rd-hero__content{margin-inline:auto}.rd-hero__slide--mobile-right .rd-hero__content{margin-left:auto}.rd-hero__slide--text-center .rd-hero__actions{justify-content:center}.rd-hero__slide--text-right .rd-hero__actions{justify-content:flex-end}.rd-hero__eyebrow{margin-bottom:17px;font-size:10px}.rd-hero__heading{font-size:var(--rd-heading-size-mobile, 34px);line-height:1.09;overflow-wrap:anywhere}.rd-hero__description{max-width:92%;margin-top:15px;font-size:min(var(--rd-description-size, 16px),14px);line-height:1.55;overflow-wrap:anywhere}.rd-hero__actions{gap:10px;margin-top:24px}.rd-hero__button{min-height:44px;padding:11px 17px;font-size:12px}.rd-hero__arrow{display:none}.rd-hero__dots{right:16px;bottom:14px}}@media(prefers-reduced-motion:reduce){.rd-hero__slide,.rd-hero__button,.rd-hero__dot,.rd-hero__arrow{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/rd-home-hero.css.map */
