.signup-marketing{position:relative;flex:1 1 50%;min-width:0;min-height:100vh;min-height:100dvh;overflow:hidden;background:#091025}.signup-marketing__media{position:absolute;inset:0}.signup-marketing__image{object-fit:cover;object-position:center}.signup-marketing__overlay{position:absolute;inset:0;background:rgba(0,0,0,.3)}.signup-marketing__content{position:absolute;left:clamp(20px,4vw,48px);right:clamp(20px,4vw,48px);bottom:clamp(48px,8vh,80px);z-index:1;max-width:420px;color:#fff}.signup-marketing__title{font-size:clamp(18px,2vw,22px);font-weight:700;line-height:1.35;margin:0 0 8px;color:#fff}.signup-marketing__description,.signup-marketing__title{font-family:var(--font-figtree),"Figtree",system-ui,-apple-system,sans-serif}.signup-marketing__description{font-size:clamp(14px,1.5vw,16px);font-weight:400;line-height:1.4;margin:0;color:hsla(0,0%,100%,.92)}.signup-marketing__dots{position:absolute;left:50%;bottom:clamp(24px,4vh,40px);z-index:1;display:flex;align-items:center;justify-content:center;gap:4px;transform:translateX(-50%)}.signup-marketing__dot{width:7px;height:7px;padding:0;border:none;border-radius:50%;background:hsla(0,0%,100%,.45);cursor:pointer;transition:background .2s ease,transform .2s ease}.signup-marketing__dot[aria-selected=true]{background:#373643;transform:scale(1.05)}.signup-marketing__dot:focus-visible{outline:2px solid #019d79;outline-offset:2px}@media(max-width:900px){.signup-marketing{display:none}}