@property --color-text{syntax: "<color>"; inherits: false; initial-value: white;}@property --color-background{syntax: "<color>"; inherits: false; initial-value: #121826;}@property --color-brand{syntax: "<color>"; inherits: false; initial-value: #6366f1;}@property --color-brand-hover{syntax: "<color>"; inherits: false; initial-value: #828ef1;}@property --color-brand-business-hover{syntax: "<color>"; inherits: false; initial-value: #82d7f1;}@property --color-brand-hover-light{syntax: "<color>"; inherits: false; initial-value: rgba(99,102,241,.1);}@property --color-brand-secondary{syntax: "<color>"; inherits: false; initial-value: #4ade80;}@property --color-brand-business{syntax: "<color>"; inherits: false; initial-value: #0E99FF;}@property --text-1{syntax: "<color>"; inherits: false; initial-value: #d2d5da;}@property --text-2{syntax: "<color>"; inherits: false; initial-value: #d1d5db;}@property --text-3{syntax: "<color>"; inherits: false; initial-value: #9ca3af;}@property --text-4{syntax: "<color>"; inherits: false; initial-value: #888b92;}@property --box-fill{syntax: "<color>"; inherits: false; initial-value: #161c2c;}@property --box-border{syntax: "<color>"; inherits: false; initial-value: #1e2431;}@property --input-border{syntax: "<color>"; inherits: false; initial-value: #353A46;}@property --border-radius{syntax: "<length>"; inherits: false; initial-value: 16px;}:root{--color-text: #fff;--color-background: #121826;--color-brand: #6366f1;--color-brand-hover: #828ef1;--color-brand-hover-light: rgba(99, 102, 241, .1);--color-brand-secondary: #4ade80;--color-brand-business: #0E99FF;--text-1: #d2d5da;--text-2: #d1d5db;--text-3: #9ca3af;--text-4: #888b92;--box-fill: #161c2c;--box-border: #1e2431;--input-border: #353A46;--border-radius: 16px;--fluid-12-16: clamp(12px, 10px + .625vw, 16px);--fluid-12-20: clamp(12px, 8px + 1.25vw, 20px);--fluid-14-16: clamp(14px, 13px + .3125vw, 16px);--fluid-16-18: clamp(16px, 15px + .3125vw, 18px);--fluid-16-20: clamp(16px, 14px + .625vw, 20px);--fluid-16-24: clamp(16px, 12px + 1.25vw, 24px);--fluid-20-24: clamp(20px, 18px + .625vw, 24px);--fluid-20-32: clamp(20px, 14px + 1.875vw, 32px);--fluid-24-40: clamp(24px, 16px + 2.5vw, 40px);--fluid-24-32: clamp(24px, 20px + 1.25vw, 32px);--fluid-24-36: clamp(24px, 18px + 1.875vw, 36px);--fluid-32-40: clamp(32px, 28px + 1.25vw, 40px);--fluid-32-60: clamp(32px, 18px + 4.375vw, 60px);--fluid-40-80: clamp(40px, 20px + 6.25vw, 80px);--fluid-60-120: clamp(60px, 30px + 9.375vw, 120px);--fluid-60-100: clamp(60px, 40px + 6.25vw, 100px);--fluid-64-128: clamp(64px, 32px + 10vw, 128px);--fluid-100-200: clamp(100px, 50px + 15.625vw, 200px);--container-width: 1280px;--container-width-medium: 1170px;--container-width-middle: 1020px;--container-width-narrow: 960px;--container-gutter: var(--fluid-24-40);--typo-h1: var(--fluid-32-60);--typo-h2: var(--fluid-24-36);--typo-h3: var(--fluid-16-20);--typo-h4: var(--fluid-16-18);--typo-lead: var(--fluid-20-32);--typo-tagline: var(--fluid-16-18);--typo-tagline-h3: var(--fluid-14-16);--typo-line-height: 1.5;--typo-line-height-title: 1.2;--typo-line-height-alt: calc(24 / 14);--section-gap: var(--fluid-100-200);--grid-gap: var(--fluid-16-24);--card-fill-color: var(--box-fill);--card-border-color: rgb(255 255 255 / .1);--card-border-radius: var(--border-radius);--card-padding: var(--fluid-24-32);--transition: .2s background, .2s color, .2s text-shadow, .2s opacity;color:var(--color-text);font-family:Inter,sans-serif;font-size:14px;line-height:1.5;scroll-timeline:--root block}body{min-height:100vh;margin:0;background:var(--color-background);overflow-x:hidden}a.button,button{align-items:center;background-color:var(--color-brand);border:none;border-radius:6px;color:var(--color-text);cursor:pointer;display:inline-flex;display:inline flex;font-weight:600;gap:10px;justify-content:center;padding:11px 14px;transition:var(--transition);&:focus,&:hover{background-color:var(--color-brand-hover)}&.secondary{background-color:var(--color-brand-secondary)}&.business{background-color:var(--color-brand-business);&:focus,&:hover{background-color:var(--color-brand-business-hover)}}&.link{background:none;border:none;color:#d1d5db;&:focus,&:hover{background-color:#2b3441}}&.close,&.open{border:none;background:none;&:focus,&:hover{background:none}}&.medium{min-width:140px}&.wide{width:100%}}a[href]{color:var(--color-brand)}a.button{color:#fff;text-decoration:none}[popover]{background-color:#1e2431;border:thin solid #353A46;border-radius:6px}@supports not selector(:popover-open){[popover]{animation:none;display:block;position:fixed;z-index:100;&:not(.popover-open){display:none}}}*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}input,button,textarea,select{font:inherit}ul,ol{list-style:none;margin:0;padding:0}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-block-end:0;margin-block-start:0}h1,h2,h3,h4{line-height:var(--typo-line-height-title);font-weight:600;text-wrap:balance}img{display:block;max-width:100%;height:auto}a[href]{text-decoration:none}
