@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;touch-action:none;-webkit-overflow-scrolling:none}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000;color:#f5f3ef}.rg-backdrop{position:fixed;inset:0;z-index:0;overflow:hidden;background:#0a1120;pointer-events:none}.rg-layer{position:absolute;top:-25%;left:-25%;width:150%;height:150%;will-change:transform;filter:blur(180px);-webkit-filter:blur(180px)}.rg-blob{position:absolute;border-radius:50%}.rg-blob--green{background:#47542f;width:55%;height:48%;left:56%;top:-10%;z-index:5}.rg-blob--blue{background:#04275a;width:53.3%;height:54.7%;left:46%;top:23.3%;z-index:2}.rg-blob--purple{background:#b567c4;width:45.3%;height:61.3%;left:-10.7%;top:12.5%;z-index:3}.rg-blob--orange{background:#ee6f10;width:93.3%;height:44.7%;left:24.3%;top:62.3%;z-index:4}@media(max-width:575px){.rg-layer{filter:blur(110px);-webkit-filter:blur(110px)}.rg-blob--green{width:56.7%;height:28.7%;left:46.7%;top:0%}.rg-blob--blue{width:66.7%;height:41.3%;left:36.7%;top:22%}.rg-blob--purple{width:60%;height:40%;left:-13.3%;top:26.7%}.rg-blob--orange{width:90%;height:42%;left:20%;top:64.7%}}@media(prefers-reduced-motion:reduce){.rg-layer{transform:none!important}}.rg-backdrop--splash .rg-layer{filter:blur(200px);-webkit-filter:blur(200px)}.rg-backdrop--splash .rg-blob--green{width:50%;height:50%;left:12%;top:50%;transform:rotate(126deg);z-index:4}.rg-backdrop--splash .rg-blob--purple{width:100%;height:70%;left:-40%;top:18%;transform:rotate(325deg);z-index:3}.rg-backdrop--splash .rg-blob--blue{width:70%;height:70%;left:40%;top:56%;transform:none;z-index:2}.rg-backdrop--splash .rg-blob--orange{width:70%;height:70%;left:40%;top:-10%;transform:rotate(27.47deg);z-index:1}@media(max-width:575px){.rg-backdrop--splash .rg-layer{filter:blur(80px);-webkit-filter:blur(80px)}.rg-backdrop--splash .rg-blob--orange{width:90%;height:50%;left:26%;top:12%}.rg-backdrop--splash .rg-blob--blue{width:90%;height:50%;left:46%;top:50%}.rg-backdrop--splash .rg-blob--purple{width:100%;height:100%;left:-83%;top:-13%}.rg-backdrop--splash .rg-blob--green{width:60%;height:30%;left:10%;top:42%}}.rl-header{position:sticky;top:0;z-index:20;flex:0 0 auto;height:var(--raly-bar-height);display:flex;align-items:center;background:var(--raly-bar-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:inset 0 0 2px #fff}.rl-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.rl-header__actions{display:flex;align-items:center;gap:14px}.rl-header__logo{display:inline-flex;align-items:center;line-height:0;text-decoration:none}.rl-header__logo img{display:block;width:98px;height:auto}.rl-header__nav{display:flex;align-items:center;gap:40px}.rl-header__link{font-family:var(--raly-font-body);font-size:16px;font-weight:500;line-height:normal;color:var(--raly-text-muted);text-decoration:none;white-space:nowrap;transition:color .18s ease}.rl-header__link:hover,.rl-header__link:focus-visible{color:var(--raly-text)}.rl-header__link--active{font-weight:600;color:var(--raly-text)}.rl-header__cta{font-family:var(--raly-font-body);font-size:15px;font-weight:500;line-height:normal;color:var(--raly-cream);background:var(--raly-purple);border:none;border-radius:25px;padding:9px 25px;cursor:pointer;white-space:nowrap;transition:background .18s ease,transform .18s ease}.rl-header__cta:hover{background:var(--raly-purple-hover)}.rl-header__cta:active{transform:translateY(1px)}.rl-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;border:1px solid var(--raly-bar-border);border-radius:10px;background:#ffffff0f;cursor:pointer;transition:background .18s ease}.rl-burger:hover{background:#ffffff1f}.rl-burger span{display:block;width:18px;height:2px;margin:0 auto;border-radius:2px;background:var(--raly-cream)}.rl-drawer{position:fixed;inset:0;z-index:50;visibility:hidden;pointer-events:none}.rl-drawer[data-open=true]{visibility:visible;pointer-events:auto}.rl-drawer__scrim{position:absolute;inset:0;padding:0;border:none;background:#040d2466;opacity:0;cursor:pointer;transition:opacity .28s ease}.rl-drawer[data-open=true] .rl-drawer__scrim{opacity:1}.rl-drawer__panel{position:absolute;inset:0;display:flex;flex-direction:column;padding:18px var(--raly-gutter) 28px;background:#090d1ceb;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);transform:translateY(-14px);opacity:0;transition:transform .34s cubic-bezier(.22,1,.36,1),opacity .24s ease}.rl-drawer[data-open=true] .rl-drawer__panel{transform:translateY(0);opacity:1}.rl-drawer__top{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:var(--raly-bar-height)}.rl-drawer__top img{display:block;width:88px;height:auto}.rl-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#ffffff0f;color:var(--raly-cream);cursor:pointer;transition:background .18s ease,transform .18s ease}.rl-drawer__close:hover{background:#ffffff29;transform:rotate(90deg)}.rl-drawer__close svg{width:18px;height:18px}.rl-drawer__nav{display:flex;flex-direction:column;margin-top:40px}.rl-drawer__link{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08);font-family:var(--raly-font-body);font-size:clamp(20px,5.4vw,26px);font-weight:500;line-height:1.1;color:var(--raly-text-muted);text-decoration:none;opacity:0;transform:translateY(10px);transition:opacity .32s ease,transform .32s ease,color .18s ease;transition-delay:calc(60ms + var(--i, 0) * 55ms)}.rl-drawer[data-open=true] .rl-drawer__link{opacity:1;transform:translateY(0)}.rl-drawer__link:first-child{border-top:1px solid rgba(255,255,255,.08)}.rl-drawer__index{flex:0 0 auto;font-family:var(--raly-font);font-size:12px;font-weight:500;letter-spacing:.12em;color:var(--raly-purple);opacity:.85}.rl-drawer__label{flex:1 1 auto}.rl-drawer__chevron{flex:0 0 auto;display:inline-flex;color:var(--raly-text-muted);opacity:0;transform:translate(-6px);transition:opacity .18s ease,transform .18s ease}.rl-drawer__chevron svg{width:20px;height:20px}.rl-drawer__link:hover,.rl-drawer__link:focus-visible{color:var(--raly-text)}.rl-drawer__link:hover .rl-drawer__chevron,.rl-drawer__link:focus-visible .rl-drawer__chevron{opacity:1;transform:translate(0)}.rl-drawer__link--active{font-weight:600;color:var(--raly-text)}.rl-drawer__link--active .rl-drawer__chevron{opacity:1;transform:translate(0);color:var(--raly-purple)}.rl-drawer__cta{display:flex;align-items:center;justify-content:center;margin-top:auto;width:100%;min-height:52px;padding:14px 24px;border:none;border-radius:999px;background:var(--raly-purple);font-family:var(--raly-font-body);font-size:16px;font-weight:500;line-height:normal;color:var(--raly-cream);text-decoration:none;cursor:pointer;opacity:0;transform:translateY(10px);transition:opacity .32s ease,transform .32s ease,background .18s ease;transition-delay:.28s}.rl-drawer[data-open=true] .rl-drawer__cta{opacity:1;transform:translateY(0)}.rl-drawer__cta:hover{background:var(--raly-purple-hover)}body.rl-menu-open .rl-page{overflow:hidden}@media(max-width:1024px){.rl-header__nav{display:none}.rl-burger{display:flex}.rl-header__logo img{width:88px}.rl-header__cta{font-size:14px;padding:9px 22px}}@media(max-width:560px){.rl-header__actions{gap:10px}.rl-header__logo img{width:80px}.rl-header__cta{font-size:13px;padding:9px 18px}.rl-burger{width:38px;height:38px}}@media(prefers-reduced-motion:reduce){.rl-drawer__scrim,.rl-drawer__panel{transition:none}}.rl-footer{position:relative;z-index:2;flex:0 0 auto;height:var(--raly-bar-height);display:flex;align-items:center;background:transparent}.rl-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.rl-footer__copy{font-family:var(--raly-font-body);font-size:14px;font-weight:400;line-height:normal;color:var(--raly-text)}.rl-footer__links{display:flex;align-items:center;gap:20px}.rl-footer__link{font-family:var(--raly-font-body);font-size:14px;font-weight:400;line-height:normal;color:var(--raly-text);text-decoration:none;white-space:nowrap;transition:color .18s ease}.rl-footer__link:hover,.rl-footer__link:focus-visible{color:var(--raly-text);text-decoration:underline}@media(max-width:600px){.rl-footer{height:auto;padding-top:18px;padding-bottom:18px;text-align:center}.rl-footer__inner{flex-direction:column;gap:10px}.rl-footer__links{gap:18px}}:root{color-scheme:dark;--raly-cream: #f5f3ef;--raly-purple: #b567c4;--raly-purple-hover: #c47ad1;--raly-green: #4caf50;--raly-text: var(--raly-cream);--raly-text-muted: #c4c2bf;--raly-text-soft: rgba(245, 243, 239, .92);--raly-bar-bg: rgba(255, 255, 255, .06);--raly-bar-border: rgba(255, 255, 255, .16);--raly-card-bg: rgba(255, 255, 255, .1);--raly-card-border: rgba(255, 255, 255, .18);--raly-field-bg: rgba(245, 243, 239, .3);--raly-field-placeholder: rgba(255, 255, 255, .62);--raly-gutter: 80px;--raly-bar-height: 80px;--raly-font: "Sora", sans-serif;--raly-font-body: "Zalando Sans", sans-serif}@media(max-width:1024px){:root{--raly-gutter: 40px}}@media(max-width:560px){:root{--raly-gutter: 24px;--raly-bar-height: 64px}}.rl-container{width:100%;padding:0 var(--raly-gutter)}.rl-page{position:relative;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;height:100dvh;overflow-y:auto;touch-action:pan-y;font-family:var(--raly-font);color:var(--raly-text);scrollbar-width:none;-ms-overflow-style:none}.rl-page::-webkit-scrollbar{width:0;height:0}.rl-main{position:relative;z-index:2;flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:70px var(--raly-gutter) 30px;text-align:center}@media(max-width:768px){.rl-main{padding:40px var(--raly-gutter) 52px}}@media(max-width:560px){.rl-main{padding:32px var(--raly-gutter) 44px}}.rl-backdrop-image{position:fixed;inset:0;z-index:0;background-color:#0a1120;background-image:url(/background-body.svg);background-repeat:no-repeat;background-position:center center;background-size:cover;pointer-events:none}.rl-card{display:flex;flex-direction:column;align-items:flex-start;gap:28px;max-width:100%;margin-top:32px;padding:40px;border-radius:9px;background:#ffffff1a;box-shadow:0 4px 4px #00000040,inset 0 0 2px #ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:left}.rl-card--waitlist{width:480px}.rl-card--careers,.rl-card--contact{width:520px}.rl-card__head{display:flex;flex-direction:column;gap:8px;width:100%}.rl-card__title{font-family:var(--raly-font-body);font-size:24px;font-weight:600;line-height:1.2;color:var(--raly-text)}.rl-card__sub{font-family:var(--raly-font-body);font-size:14px;font-weight:300;line-height:normal;color:var(--raly-text)}.rl-card__form{width:100%}.rl-field+.rl-field{margin-top:18px}.rl-field__label{display:block;margin-bottom:8px;font-family:var(--raly-font);font-size:15px;font-weight:500;line-height:normal;color:var(--raly-text)}.rl-field__input{display:block;width:100%;height:41px;padding:0 14px;border:none;border-radius:999px;background:var(--raly-field-bg);font-family:var(--raly-font-body);font-size:15px;font-weight:400;color:var(--raly-text);caret-color:#14182c;outline:none;transition:background .18s ease,box-shadow .18s ease}.rl-field__input::placeholder{color:var(--raly-field-placeholder)}.rl-field__input:hover{background:#ffffff7a;transition:.3s all}.rl-field__input:focus-visible{background:#ffffff7a;box-shadow:0 0 0 2px #ffffff73;transition:.3s all}.rl-card__submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:45px;margin-top:29px;border:none;border-radius:25px;background:var(--raly-purple);font-family:var(--raly-font-body);font-size:16px;font-weight:500;line-height:normal;color:var(--raly-cream);cursor:pointer;transition:background .18s ease,transform .18s ease}.rl-card__submit:hover{background:var(--raly-purple-hover)}.rl-card__submit:active{transform:translateY(1px)}.rl-card--success{align-items:center;text-align:center}.rl-card__badge{display:block;width:72px;height:72px}.rl-card__done-title{font-family:var(--raly-font);font-size:28px;font-weight:600;line-height:1.2;color:var(--raly-text)}.rl-card__done-sub{font-family:var(--raly-font-body);font-size:15px;font-weight:300;line-height:normal;color:var(--raly-text)}.rl-field__textarea{display:block;width:100%;min-height:160px;padding:14px;border:none;border-radius:12px;background:var(--raly-field-bg);font-family:var(--raly-font-body);font-size:15px;font-weight:400;line-height:1.5;color:var(--raly-text);caret-color:#14182c;outline:none;resize:vertical;transition:background .18s ease,box-shadow .18s ease}.rl-field__textarea::placeholder{color:var(--raly-field-placeholder)}.rl-field__textarea:hover{background:#ffffff7a;transition:.3s all}.rl-field__textarea:focus-visible{background:#ffffff7a;box-shadow:0 0 0 2px #ffffff73;transition:.3s all}.rl-field__select{display:block;width:100%;height:41px;padding:0 44px 0 13px;border:none;border-radius:999px;background-color:var(--raly-field-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5F3EF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:18px 18px;font-family:var(--raly-font-body);font-size:14px;font-weight:300;color:var(--raly-text);outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color .18s ease,box-shadow .18s ease}.rl-field__select:hover{background-color:#ffffff7a;transition:.3s all}.rl-field__select:focus-visible{background-color:#ffffff7a;box-shadow:0 0 0 2px #ffffff73;transition:.3s all}.rl-field__select option{color:#14182c;background:#f5f3ef}.rl-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;min-height:120px;padding:20px;border:1px dashed rgba(20,24,44,.25);border-radius:10px;background:#fff;cursor:pointer;text-align:center;transition:border-color .18s ease,background .18s ease}.rl-drop:hover,.rl-drop--over{border-color:var(--raly-purple);background:#fbf7fc}.rl-drop:focus-within{border-color:var(--raly-purple);box-shadow:0 0 0 2px #b567c459}.rl-drop__icon{width:20px;height:20px;color:#71717a}.rl-drop__action{font-family:var(--raly-font-body);font-size:15px;font-weight:600;line-height:normal;color:var(--raly-purple)}.rl-drop__hint{font-family:var(--raly-font-body);font-size:13px;font-weight:400;line-height:normal;color:#14182c99}.rl-drop__file{font-family:var(--raly-font-body);font-size:13px;font-weight:500;color:#14182c;word-break:break-all}.rl-drop input[type=file]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.rl-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.rl-field__error{display:block;margin-top:6px;font-family:var(--raly-font-body);font-size:13px;font-weight:400;line-height:1.3;color:#ffb4b4}.rl-field__input--invalid,.rl-field__textarea--invalid,.rl-field__select--invalid{box-shadow:0 0 0 1.5px #ff7878e6}.rl-card__error{margin-top:4px;font-family:var(--raly-font-body);font-size:14px;font-weight:400;line-height:1.4;color:#ffb4b4}.rl-card__submit:disabled{opacity:.7;cursor:default}.rl-spinner{width:18px;height:18px;flex:0 0 auto;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:rl-spin .7s linear infinite}@keyframes rl-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.rl-spinner{animation-duration:1.4s}}@media(max-width:560px){.rl-card{padding:28px 20px;gap:24px}.rl-card__done-title{font-size:24px}.rl-card__badge{width:62px;height:62px}}.rl-hero__title{font-size:32px;font-weight:600;line-height:1.2;color:var(--raly-text)}.rl-hero__sub{max-width:580px;margin-top:20px;font-family:var(--raly-font-body);font-size:20px;font-weight:300;line-height:150%;color:var(--raly-text-soft)}.rl-hero__cta{margin-top:32px;padding:16px 61px;border:none;border-radius:25px;background:var(--raly-purple);font-family:var(--raly-font-body);font-size:16px;font-weight:500;line-height:normal;color:var(--raly-cream);cursor:pointer;transition:background .18s ease,transform .18s ease}.rl-hero__cta:hover{background:var(--raly-purple-hover)}.rl-hero__cta:active{transform:translateY(1px)}@media(max-width:1024px){.rl-hero__sub{font-size:19px}}@media(max-width:768px){.rl-hero__title{font-size:28px}.rl-hero__sub{max-width:480px;font-size:18px}}@media(max-width:560px){.rl-hero__title{font-size:26px}.rl-hero__sub{margin-top:16px;font-size:16px}.rl-hero__cta{margin-top:28px;padding:14px 44px;font-size:15px}}.rl-about__eyebrow{font-family:var(--raly-font-body);font-size:14px;font-weight:600;line-height:normal;letter-spacing:.18em;text-transform:uppercase;color:var(--raly-text)}.rl-about__title{margin-top:24px;font-family:var(--raly-font);font-size:48px;font-weight:600;line-height:1.2;color:var(--raly-text)}@media(max-width:1024px){.rl-about__title{font-size:44px}}@media(max-width:768px){.rl-about__title{font-size:36px}}@media(max-width:560px){.rl-about__eyebrow{font-size:12px}.rl-about__title{margin-top:18px;font-size:28px}}.rl-page__title{font-family:var(--raly-font);font-size:32px;font-weight:600;line-height:1.2;color:var(--raly-text)}.rl-page__sub{max-width:620px;margin-top:16px;font-family:var(--raly-font-body);font-size:18px;font-weight:300;line-height:150%;color:var(--raly-text-soft)}@media(max-width:1024px){.rl-page__title{font-size:34px}.rl-page__sub{font-size:19px}}@media(max-width:768px){.rl-page__title{font-size:28px}.rl-page__sub{max-width:480px;font-size:18px}}@media(max-width:560px){.rl-page__title{font-size:24px}.rl-page__sub{margin-top:12px;font-size:16px}}.rl-card--careers .rl-card__title{font-family:var(--raly-font);font-size:22px;font-weight:400}.rl-soon__logo{display:block;width:100%;max-width:527px;height:auto;margin-bottom:18px}.rl-soon__subtitle{margin-bottom:16px;font-family:var(--raly-font);font-size:36px;font-weight:600;letter-spacing:1.5px;color:var(--raly-text)}.rl-soon__page{font-family:var(--raly-font-body);font-size:22px;font-weight:400;letter-spacing:.5px;color:var(--raly-text)}@media(max-width:1024px){.rl-soon__logo{max-width:420px}.rl-soon__subtitle{font-size:30px}.rl-soon__page{font-size:19px}}@media(max-width:768px){.rl-soon__logo{max-width:270px}.rl-soon__subtitle{font-size:20px}.rl-soon__page{font-size:14px}}
