.buybleButton{--button-background: transparent;--button-background-hover: transparent;--button-background-active: transparent;--button-border: transparent;--button-border-disabled: transparent;--button-content: var(--color-text-strong);--button-content-disabled: var(--color-text-disabled);--button-gap: 6px;--button-icon-size: 16px;--button-padding-x: 14px;--button-padding-y: 6px;--button-touch-y: 0px;display:inline-flex;width:fit-content;min-width:0;min-inline-size:44px;margin:0;padding:var(--button-touch-y) 0;border:0;color:var(--button-content);background:transparent;font-family:var(--font-family-dm-sans);font-feature-settings:var(--font-feature-dm-sans);font-size:var(--typography-app-label-medium-font-size);font-weight:500;line-height:var(--typography-app-label-medium-line-height);letter-spacing:0;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-tap-highlight-color:transparent}.buybleButton--fullWidth,.buybleButton--fullWidth .buybleButton__surface{width:100%}.buybleButton__surface{display:inline-flex;width:auto;box-sizing:border-box;min-width:0;align-items:center;justify-content:center;gap:var(--button-gap);padding:var(--button-padding-y) var(--button-padding-x);border:1.5px solid var(--button-border);border-radius:999px;color:currentcolor;background:var(--button-background);transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.buybleButton__label{min-width:0;overflow-wrap:anywhere}.buybleButton__icon{display:inline-flex;flex:0 0 auto;width:var(--button-icon-size);height:var(--button-icon-size);align-items:center;justify-content:center;color:currentcolor}.buybleButton__icon>svg{width:100%;height:100%}.buybleButton:hover:not(:disabled) .buybleButton__surface{background:var(--button-background-hover)}.buybleButton:active:not(:disabled) .buybleButton__surface{background:var(--button-background-active);transform:translateY(1px)}.buybleButton:focus-visible{outline:2px solid var(--color-outline-primary);outline-offset:2px}.buybleButton:disabled{color:var(--button-content-disabled);cursor:not-allowed}.buybleButton:disabled .buybleButton__surface{border-color:var(--button-border-disabled);background:var(--color-action-disabled);transform:none}.buybleButton[data-size=small]{--button-gap: 6px;--button-icon-size: 16px;--button-padding-x: 12px;--button-padding-y: 3px;--button-touch-y: 9px;font-size:var(--typography-app-label-medium-font-size);line-height:var(--typography-app-label-medium-line-height)}.buybleButton[data-size=medium]{--button-gap: 6px;--button-icon-size: 16px;--button-padding-x: 14px;--button-padding-y: 6px;--button-touch-y: 6px;font-size:var(--typography-app-label-medium-font-size);line-height:var(--typography-app-label-medium-line-height)}.buybleButton[data-size=large]{--button-gap: 8px;--button-icon-size: 20px;--button-padding-x: 18px;--button-padding-y: 10px;--button-touch-y: 0px;font-size:var(--typography-app-label-large-font-size);line-height:var(--typography-app-label-large-line-height)}.buybleButton[data-touch-area=disabled]{--button-touch-y: 0px}.buybleButton[data-variant=filled]{--button-background: var(--color-action-primary-default);--button-background-hover: var(--color-action-primary-hover);--button-background-active: var(--color-action-primary-active);--button-content: var(--color-text-inverse-strong);--button-content-disabled: var(--color-text-disabled)}.buybleButton[data-variant=tonal]{--button-background: var(--color-action-tonal-primary-default);--button-background-hover: var(--color-action-tonal-primary-hover);--button-background-active: var(--color-action-tonal-primary-active);--button-content: var(--color-text-strong)}.buybleButton[data-variant=outlined]{--button-background: transparent;--button-background-hover: var(--color-action-outline-text-primary-hover);--button-background-active: var(--color-action-outline-text-primary-active);--button-border: var(--color-outline-strong);--button-border-disabled: var(--color-outline-disabled);--button-content: var(--color-text-strong)}.buybleButton[data-variant=text]{--button-background: transparent;--button-background-hover: var(--color-action-outline-text-primary-hover);--button-background-active: var(--color-action-outline-text-primary-active);--button-content: var(--color-action-primary-default);--button-padding-x: 8px}.buybleButton[data-variant=danger]{--button-background: var(--color-action-danger-default);--button-background-hover: var(--color-action-danger-hover);--button-background-active: var(--color-action-danger-active);--button-content: var(--color-text-inverse-strong)}.buybleButton[data-variant=dangerText]{--button-background: transparent;--button-background-hover: var(--color-action-outline-text-danger-hover);--button-background-active: var(--color-action-outline-text-danger-active);--button-content: var(--color-action-danger-default);--button-padding-x: 8px}.buybleButton[data-variant=dark]{--button-background: var(--color-action-dark-default);--button-background-hover: var(--color-action-dark-hover);--button-background-active: var(--color-action-dark-active);--button-content: var(--color-background-default)}.buybleButton[data-variant=inverseText]{--button-background: transparent;--button-background-hover: rgb(255 255 255 / 8%);--button-background-active: rgb(255 255 255 / 14%);--button-content: var(--color-text-inverse-strong);--button-padding-x: 8px}.buybleButton[data-variant=outlined]:disabled .buybleButton__surface,.buybleButton[data-variant=text]:disabled .buybleButton__surface,.buybleButton[data-variant=dangerText]:disabled .buybleButton__surface,.buybleButton[data-variant=inverseText]:disabled .buybleButton__surface{background:transparent}.buybleIconButton{--icon-button-background: transparent;--icon-button-background-hover: transparent;--icon-button-background-active: transparent;--icon-button-border: transparent;--icon-button-border-disabled: transparent;--icon-button-content: var(--color-icon-strong);--icon-button-content-disabled: var(--color-icon-disabled);--icon-button-icon-size: 16px;--icon-button-padding: 8px;--icon-button-touch-padding: 6px;display:inline-flex;width:fit-content;min-width:0;margin:0;padding:var(--icon-button-touch-padding);border:0;color:var(--icon-button-content);background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.buybleIconButton__surface{display:inline-flex;box-sizing:border-box;min-width:0;align-items:center;justify-content:center;padding:var(--icon-button-padding);border:1.5px solid var(--icon-button-border);border-radius:999px;color:currentcolor;background:var(--icon-button-background);transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.buybleIconButton__icon{display:inline-flex;flex:0 0 auto;width:var(--icon-button-icon-size);height:var(--icon-button-icon-size);align-items:center;justify-content:center;color:currentcolor}.buybleIconButton__icon>svg{width:100%;height:100%;stroke:currentcolor}.buybleIconButton:hover:not(:disabled) .buybleIconButton__surface{background:var(--icon-button-background-hover)}.buybleIconButton:active:not(:disabled) .buybleIconButton__surface{background:var(--icon-button-background-active);transform:translateY(1px)}.buybleIconButton:focus-visible{outline:2px solid var(--color-outline-primary);outline-offset:2px}.buybleIconButton:disabled{color:var(--icon-button-content-disabled);cursor:not-allowed}.buybleIconButton:disabled .buybleIconButton__surface{border-color:var(--icon-button-border-disabled);background:var(--color-action-disabled);transform:none}.buybleIconButton[data-size=small]{--icon-button-icon-size: 16px;--icon-button-padding: 5px;--icon-button-touch-padding: 9px}.buybleIconButton[data-size=medium]{--icon-button-icon-size: 16px;--icon-button-padding: 8px;--icon-button-touch-padding: 6px}.buybleIconButton[data-size=large]{--icon-button-icon-size: 24px;--icon-button-padding: 6px;--icon-button-touch-padding: 3px}.buybleIconButton[data-size=extraLarge]{--icon-button-icon-size: 24px;--icon-button-padding: 10px;--icon-button-touch-padding: 0px}.buybleIconButton[data-touch-area=disabled]{--icon-button-touch-padding: 0px}.buybleIconButton[data-variant=filled]{--icon-button-background: var(--color-action-primary-default);--icon-button-background-hover: var(--color-action-primary-hover);--icon-button-background-active: var(--color-action-primary-active);--icon-button-content: var(--color-icon-inverse-strong);--icon-button-content-disabled: var(--color-icon-disabled)}.buybleIconButton[data-variant=tonal]{--icon-button-background: var(--color-action-tonal-primary-default);--icon-button-background-hover: var(--color-action-tonal-primary-hover);--icon-button-background-active: var(--color-action-tonal-primary-active);--icon-button-content: var(--color-icon-strong)}.buybleIconButton[data-variant=outlined]{--icon-button-background: transparent;--icon-button-background-hover: var(--color-action-outline-text-primary-hover);--icon-button-background-active: var(--color-action-outline-text-primary-active);--icon-button-border: var(--color-outline-strong);--icon-button-border-disabled: var(--color-outline-disabled);--icon-button-content: var(--color-icon-strong)}.buybleIconButton[data-variant=standard]{--icon-button-background: transparent;--icon-button-background-hover: var(--color-action-outline-text-primary-hover);--icon-button-background-active: var(--color-action-outline-text-primary-active);--icon-button-content: var(--color-icon-strong)}.buybleIconButton[data-variant=standardInverse]{--icon-button-background: transparent;--icon-button-background-hover: rgb(255 255 255 / 8%);--icon-button-background-active: rgb(255 255 255 / 14%);--icon-button-content: var(--color-icon-inverse-strong)}.buybleIconButton[data-variant=danger]{--icon-button-background: var(--color-action-danger-default);--icon-button-background-hover: var(--color-action-danger-hover);--icon-button-background-active: var(--color-action-danger-active);--icon-button-content: var(--color-icon-inverse-strong)}.buybleIconButton[data-variant=dark]{--icon-button-background: var(--color-action-dark-default);--icon-button-background-hover: var(--color-action-dark-hover);--icon-button-background-active: var(--color-action-dark-active);--icon-button-content: var(--color-background-default)}.buybleIconButton[data-variant=tonalDark]{--icon-button-background: var(--color-action-tonal-dark-default);--icon-button-background-hover: var(--color-action-tonal-dark-hover);--icon-button-background-active: var(--color-action-tonal-dark-active);--icon-button-content: var(--color-background-default)}.buybleIconButton[data-variant=dangerStandard]{--icon-button-background: transparent;--icon-button-background-hover: var(--color-action-outline-text-danger-hover);--icon-button-background-active: var(--color-action-outline-text-danger-active);--icon-button-content: var(--color-icon-danger-default)}.buybleIconButton[data-variant=outlined]:disabled .buybleIconButton__surface,.buybleIconButton[data-variant=standard]:disabled .buybleIconButton__surface,.buybleIconButton[data-variant=standardInverse]:disabled .buybleIconButton__surface,.buybleIconButton[data-variant=dangerStandard]:disabled .buybleIconButton__surface{background:transparent}.designSystemDemo{display:grid;gap:28px;padding-bottom:40px}.designSystemDemo__header{display:grid;gap:6px}.designSystemDemo__eyebrow{color:var(--color-text-primary);text-transform:uppercase}.designSystemDemo__section{display:grid;gap:14px}.designSystemDemo__sectionHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.designSystemDemo__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:12px}.designSystemDemo__variant{display:grid;gap:12px;min-width:0;padding:14px;border:1px solid var(--color-outline-weak);border-radius:8px;background:var(--color-background-default)}.designSystemDemo__variant[data-inverse-demo=true]{background:#1e1f21}.designSystemDemo__variantLabel{color:var(--color-text-medium)}.designSystemDemo__variant[data-inverse-demo=true] .designSystemDemo__variantLabel{color:#eaebed}.designSystemDemo__buttonStack,.designSystemDemo__stateGrid{display:flex;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}.designSystemDemo__stateGrid{display:grid;grid-template-columns:minmax(0,1fr);padding:14px;border:1px solid var(--color-outline-weak);border-radius:8px;background:var(--color-background-default)}.designSystemDemo__stateGrid--icons{display:flex;flex-wrap:wrap}.designSystemDemo__iconGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:10px}.designSystemDemo__iconTile{display:grid;min-width:0;min-height:86px;align-content:center;justify-items:center;gap:10px;padding:12px 8px;border:1px solid var(--color-outline-weak);border-radius:8px;color:var(--color-text-primary);background:var(--color-background-default)}.designSystemDemo__iconName{max-width:100%;color:var(--color-text-medium);overflow-wrap:anywhere;text-align:center}@media(min-width:640px){.designSystemDemo__stateGrid{grid-template-columns:minmax(220px,1fr) repeat(3,max-content)}.designSystemDemo__stateGrid--icons{display:flex}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-leading:initial;--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-700:oklch(50.5% .213 27.518);--color-amber-800:oklch(47.3% .137 46.201);--color-emerald-800:oklch(43.2% .095 166.913);--color-sky-700:oklch(50% .134 242.749);--color-stone-200:oklch(92.3% .003 48.717);--color-stone-600:oklch(44.4% .011 73.639);--color-stone-700:oklch(37.4% .01 67.558);--color-stone-950:oklch(14.7% .004 49.25);--spacing:.25rem;--container-xl:36rem;--container-2xl:42rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-background-screen:#f1f6ff;--color-background-default:#fff;--color-text-strong:#1e1f21;--color-text-medium:#5a5e64;--color-text-disabled:#abb0b9;--color-text-primary:#2769cc;--color-text-inverse-strong:#f8f8f9;--color-icon-strong:#1e1f21;--color-icon-disabled:#abb0b9;--color-icon-danger-default:#e75a42;--color-icon-inverse-strong:#f8f8f9;--color-outline-strong:#5a5e64;--color-outline-weak:#eaebed;--color-outline-disabled:#d5d7dc;--color-outline-primary:#3183ff;--color-action-primary-default:#3183ff;--color-action-primary-hover:#2769cc;--color-action-primary-active:#143466;--color-action-danger-default:#e75a42;--color-action-danger-hover:#b94835;--color-action-danger-active:#5c241a;--color-action-dark-default:#3c3e43;--color-action-dark-hover:#5a5e64;--color-action-dark-active:#1e1f21;--color-action-disabled:#eaebed;--color-action-tonal-primary-default:#d6e6ff;--color-action-tonal-primary-hover:#adcdff;--color-action-tonal-primary-active:#83b5ff;--color-action-tonal-dark-default:#3c3e43;--color-action-tonal-dark-hover:#3c3e43;--color-action-tonal-dark-active:#3c3e43;--color-action-outline-text-primary-hover:#f1f6ff;--color-action-outline-text-primary-active:#eaf3ff;--color-action-outline-text-danger-hover:#fef7f6;--color-action-outline-text-danger-active:#fdeeec}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.fixed{position:fixed}.sticky{position:sticky}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mt-4{margin-top:calc(var(--spacing) * 4)}.mb-1{margin-bottom:var(--spacing)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-7{margin-bottom:calc(var(--spacing) * 7)}.flex{display:flex}.inline-flex{display:inline-flex}.min-h-11{min-height:calc(var(--spacing) * 11)}.min-h-dvh{min-height:100dvh}.min-h-svh{min-height:100svh}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-\[12ch\]{max-width:12ch}.max-w-\[14ch\]{max-width:14ch}.max-w-\[1120px\]{max-width:1120px}.max-w-xl{max-width:var(--container-xl)}.min-w-0{min-width:0}.min-w-11{min-width:calc(var(--spacing) * 11)}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-3{gap:calc(var(--spacing) * 3)}.rounded-full{border-radius:3.40282e38px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-stone-200{border-color:var(--color-stone-200)}.bg-action-primary-default{background-color:var(--color-action-primary-default)}.bg-background-screen{background-color:var(--color-background-screen)}.px-3{padding-inline:calc(var(--spacing) * 3)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-6{padding-block:calc(var(--spacing) * 6)}.pt-5{padding-top:calc(var(--spacing) * 5)}.pb-5{padding-bottom:calc(var(--spacing) * 5)}.leading-8{--tw-leading:calc(var(--spacing) * 8);line-height:calc(var(--spacing) * 8)}.leading-\[0\.92\]{--tw-leading:.92;line-height:.92}.whitespace-nowrap{white-space:nowrap}.text-amber-800{color:var(--color-amber-800)}.text-emerald-800{color:var(--color-emerald-800)}.text-red-700{color:var(--color-red-700)}.text-sky-700{color:var(--color-sky-700)}.text-stone-600{color:var(--color-stone-600)}.text-stone-700{color:var(--color-stone-700)}.text-stone-950{color:var(--color-stone-950)}.text-text-strong{color:var(--color-text-strong)}.uppercase{text-transform:uppercase}.outline{outline-style:var(--tw-outline-style);outline-width:1px}@media(hover:hover){.hover\:bg-action-primary-hover:hover{background-color:var(--color-action-primary-hover)}}@media(min-width:48rem){.md\:px-4{padding-inline:calc(var(--spacing) * 4)}.md\:py-6{padding-block:calc(var(--spacing) * 6)}.md\:py-11{padding-block:calc(var(--spacing) * 11)}.md\:pb-8{padding-bottom:calc(var(--spacing) * 8)}}}:root,[data-theme=light]{color-scheme:light;--color-background-screen:#f1f6ff;--color-background-default:#fff;--color-background-inverse:#1e1f21;--color-container-primary-weak:#eaf3ff;--color-container-primary-medium:#83b5ff;--color-container-primary-strong:#5a9cff;--color-container-primary-strongest:#3183ff;--color-container-secondary-weak:#f5eefc;--color-container-secondary-medium:#c59bee;--color-container-secondary-strong:#b179e8;--color-container-secondary-strongest:#9e58e2;--color-container-tertiary-weak:#ebf8fb;--color-container-tertiary-medium:#85d4e9;--color-container-tertiary-strong:#5cc6e2;--color-container-tertiary-strongest:#33b8db;--color-container-danger-weak:#fdeeec;--color-container-danger-medium:#f19c8e;--color-container-danger-strong:#ec7b68;--color-container-danger-strongest:#e75a42;--color-container-alert-weak:#fef6e9;--color-container-alert-medium:#f9cc7a;--color-container-alert-strong:#f7bb4d;--color-container-alert-strongest:#f5aa21;--color-container-success-weak:#ebf8f1;--color-container-success-medium:#88d3ac;--color-container-success-strong:#61c590;--color-container-success-strongest:#39b674;--color-container-neutral-weakest:#fff;--color-container-neutral-weak:#f4f5f6;--color-container-neutral-medium:#d5d7dc;--color-container-neutral-strong:#c0c4ca;--color-container-neutral-strongest:#5a5e64;--color-container-inverse-weakest:#1e1f21;--color-container-inverse-weak:#3c3e43;--color-container-inverse-medium:#969ca7;--color-container-inverse-strong:#c0c4ca;--color-container-inverse-strongest:#eaebed;--color-text-strong:#1e1f21;--color-text-medium:#5a5e64;--color-text-weak:#969ca7;--color-text-disabled:#abb0b9;--color-text-primary:#2769cc;--color-text-secondary:#7e46b5;--color-text-tertiary:#2993af;--color-text-danger:#b94835;--color-text-alert:#c4881a;--color-text-success:#2e925d;--color-text-inverse-strong:#f8f8f9;--color-text-inverse-medium:#eaebed;--color-text-inverse-weak:#d5d7dc;--color-icon-strong:#1e1f21;--color-icon-medium:#5a5e64;--color-icon-weak:#969ca7;--color-icon-disabled:#abb0b9;--color-icon-primary-default:#3183ff;--color-icon-primary-contrast:#1d4f99;--color-icon-secondary-default:#9e58e2;--color-icon-secondary-contrast:#5f3588;--color-icon-tertiary-default:#33b8db;--color-icon-tertiary-contrast:#1f6e83;--color-icon-danger-default:#e75a42;--color-icon-danger-contrast:#8b3628;--color-icon-alert-default:#f5aa21;--color-icon-alert-contrast:#936614;--color-icon-success-default:#39b674;--color-icon-success-contrast:#226d46;--color-icon-success-light:#61c590;--color-icon-inverse-strong:#f8f8f9;--color-icon-inverse-medium:#eaebed;--color-icon-inverse-weak:#d5d7dc;--color-outline-strong:#5a5e64;--color-outline-medium:#c0c4ca;--color-outline-weak:#eaebed;--color-outline-weakest:#fff;--color-outline-disabled:#d5d7dc;--color-outline-primary:#3183ff;--color-outline-secondary:#9e58e2;--color-outline-tertiary:#33b8db;--color-outline-danger:#e75a42;--color-outline-alert:#f5aa21;--color-outline-success:#39b674;--color-outline-inverse-strong:#f4f5f6;--color-outline-inverse-medium:#abb0b9;--color-outline-inverse-weak:#787d86;--color-action-primary-default:#3183ff;--color-action-primary-hover:#2769cc;--color-action-primary-active:#143466;--color-action-primary-focus:#143466;--color-action-secondary-default:#9e58e2;--color-action-secondary-hover:#7e46b5;--color-action-secondary-active:#3f235a;--color-action-secondary-focus:#3f235a;--color-action-tertiary-default:#33b8db;--color-action-tertiary-hover:#2993af;--color-action-tertiary-active:#144a58;--color-action-tertiary-focus:#144a58;--color-action-danger-default:#e75a42;--color-action-danger-hover:#b94835;--color-action-danger-active:#5c241a;--color-action-danger-focus:#5c241a;--color-action-alert-default:#f5aa21;--color-action-alert-hover:#c4881a;--color-action-alert-active:#62440d;--color-action-alert-focus:#62440d;--color-action-success-default:#39b674;--color-action-success-hover:#2e925d;--color-action-success-active:#17492e;--color-action-success-focus:#17492e;--color-action-dark-default:#3c3e43;--color-action-dark-hover:#5a5e64;--color-action-dark-active:#1e1f21;--color-action-dark-focus:#1e1f21;--color-action-disabled:#eaebed;--color-action-tonal-primary-default:#d6e6ff;--color-action-tonal-primary-hover:#adcdff;--color-action-tonal-primary-active:#83b5ff;--color-action-tonal-primary-focus:#83b5ff;--color-action-tonal-secondary-default:#ecdef9;--color-action-tonal-secondary-hover:#d8bcf3;--color-action-tonal-secondary-active:#c59bee;--color-action-tonal-secondary-focus:#c59bee;--color-action-tonal-tertiary-default:#d6f1f8;--color-action-tonal-tertiary-hover:#ade3f1;--color-action-tonal-tertiary-active:#85d4e9;--color-action-tonal-tertiary-focus:#85d4e9;--color-action-tonal-danger-default:#faded9;--color-action-tonal-danger-hover:#f5bdb3;--color-action-tonal-danger-active:#f19c8e;--color-action-tonal-danger-focus:#f19c8e;--color-action-tonal-alert-default:#fdeed3;--color-action-tonal-alert-hover:#fbdda6;--color-action-tonal-alert-active:#f9cc7a;--color-action-tonal-alert-focus:#f9cc7a;--color-action-tonal-success-default:#d7f0e3;--color-action-tonal-success-hover:#b0e2c7;--color-action-tonal-success-active:#88d3ac;--color-action-tonal-success-focus:#88d3ac;--color-action-tonal-neutral-default:#f4f5f6;--color-action-tonal-neutral-hover:#eaebed;--color-action-tonal-neutral-active:#d5d7dc;--color-action-tonal-neutral-focus:#d5d7dc;--color-action-tonal-dark-default:#3c3e43;--color-action-tonal-dark-hover:#3c3e43;--color-action-tonal-dark-active:#3c3e43;--color-action-tonal-dark-focus:#3c3e43;--color-action-tonal-disabled:#eaebed;--color-action-outline-text-primary-hover:#f1f6ff;--color-action-outline-text-primary-active:#eaf3ff;--color-action-outline-text-primary-focus:#eaf3ff;--color-action-outline-text-secondary-hover:#faf7fe;--color-action-outline-text-secondary-active:#f5eefc;--color-action-outline-text-secondary-focus:#f5eefc;--color-action-outline-text-tertiary-hover:#f5fbfd;--color-action-outline-text-tertiary-active:#ebf8fb;--color-action-outline-text-tertiary-focus:#ebf8fb;--color-action-outline-text-danger-hover:#fef7f6;--color-action-outline-text-danger-active:#fdeeec;--color-action-outline-text-danger-focus:#fdeeec;--color-action-outline-text-alert-hover:#fefbf4;--color-action-outline-text-alert-active:#fef6e9;--color-action-outline-text-alert-focus:#fef6e9;--color-action-outline-text-success-hover:#f5fbf8;--color-action-outline-text-success-active:#ebf8f1;--color-action-outline-text-success-focus:#ebf8f1;--color-action-outline-text-neutral-hover:#f8f8f9;--color-action-outline-text-neutral-active:#f4f5f6;--color-action-outline-text-neutral-focus:#f4f5f6}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--color-background-screen:#02070d;--color-background-default:#1e1f21;--color-background-inverse:#f8f8f9;--color-container-primary-weak:#050d1a;--color-container-primary-medium:#1d4f99;--color-container-primary-strong:#2769cc;--color-container-primary-strongest:#3183ff;--color-container-secondary-weak:#100917;--color-container-secondary-medium:#5f3588;--color-container-secondary-strong:#7e46b5;--color-container-secondary-strongest:#9e58e2;--color-container-tertiary-weak:#051216;--color-container-tertiary-medium:#1f6e83;--color-container-tertiary-strong:#2993af;--color-container-tertiary-strongest:#33b8db;--color-container-danger-weak:#170907;--color-container-danger-medium:#8b3628;--color-container-danger-strong:#b94835;--color-container-danger-strongest:#e75a42;--color-container-alert-weak:#191103;--color-container-alert-medium:#936614;--color-container-alert-strong:#c4881a;--color-container-alert-strongest:#f5aa21;--color-container-success-weak:#06120c;--color-container-success-medium:#226d46;--color-container-success-strong:#2e925d;--color-container-success-strongest:#39b674;--color-container-neutral-weakest:#1e1f21;--color-container-neutral-weak:#3c3e43;--color-container-neutral-medium:#787d86;--color-container-neutral-strong:#969ca7;--color-container-neutral-strongest:#eaebed;--color-container-inverse-weakest:#f8f8f9;--color-container-inverse-weak:#f4f5f6;--color-container-inverse-medium:#c0c4ca;--color-container-inverse-strong:#969ca7;--color-container-inverse-strongest:#5a5e64;--color-text-strong:#f8f8f9;--color-text-medium:#eaebed;--color-text-weak:#c0c4ca;--color-text-disabled:#abb0b9;--color-text-primary:#5a9cff;--color-text-secondary:#b179e8;--color-text-tertiary:#5cc6e2;--color-text-danger:#ec7b68;--color-text-alert:#f7bb4d;--color-text-success:#61c590;--color-text-inverse-strong:#f8f8f9;--color-text-inverse-medium:#eaebed;--color-text-inverse-weak:#d5d7dc;--color-icon-strong:#f8f8f9;--color-icon-medium:#eaebed;--color-icon-weak:#c0c4ca;--color-icon-disabled:#abb0b9;--color-icon-primary-default:#3183ff;--color-icon-primary-contrast:#adcdff;--color-icon-secondary-default:#9e58e2;--color-icon-secondary-contrast:#d8bcf3;--color-icon-tertiary-default:#33b8db;--color-icon-tertiary-contrast:#ade3f1;--color-icon-danger-default:#e75a42;--color-icon-danger-contrast:#f5bdb3;--color-icon-alert-default:#f5aa21;--color-icon-alert-contrast:#fbdda6;--color-icon-success-default:#39b674;--color-icon-success-contrast:#b0e2c7;--color-icon-success-light:#2e925d;--color-icon-inverse-strong:#f8f8f9;--color-icon-inverse-medium:#eaebed;--color-icon-inverse-weak:#d5d7dc;--color-outline-strong:#eaebed;--color-outline-medium:#969ca7;--color-outline-weak:#5a5e64;--color-outline-weakest:#1e1f21;--color-outline-disabled:#787d86;--color-outline-primary:#3183ff;--color-outline-secondary:#9e58e2;--color-outline-tertiary:#33b8db;--color-outline-danger:#e75a42;--color-outline-alert:#f5aa21;--color-outline-success:#39b674;--color-outline-inverse-strong:#3c3e43;--color-outline-inverse-medium:#abb0b9;--color-outline-inverse-weak:#d5d7dc;--color-action-primary-default:#3183ff;--color-action-primary-hover:#5a9cff;--color-action-primary-active:#adcdff;--color-action-primary-focus:#adcdff;--color-action-secondary-default:#9e58e2;--color-action-secondary-hover:#b179e8;--color-action-secondary-active:#d8bcf3;--color-action-secondary-focus:#d8bcf3;--color-action-tertiary-default:#33b8db;--color-action-tertiary-hover:#5cc6e2;--color-action-tertiary-active:#ade3f1;--color-action-tertiary-focus:#ade3f1;--color-action-danger-default:#e75a42;--color-action-danger-hover:#ec7b68;--color-action-danger-active:#f5bdb3;--color-action-danger-focus:#f5bdb3;--color-action-alert-default:#f5aa21;--color-action-alert-hover:#f7bb4d;--color-action-alert-active:#fbdda6;--color-action-alert-focus:#fbdda6;--color-action-success-default:#39b674;--color-action-success-hover:#61c590;--color-action-success-active:#b0e2c7;--color-action-success-focus:#b0e2c7;--color-action-dark-default:#f4f5f6;--color-action-dark-hover:#eaebed;--color-action-dark-active:#f8f8f9;--color-action-dark-focus:#f8f8f9;--color-action-disabled:#5a5e64;--color-action-tonal-primary-default:#143466;--color-action-tonal-primary-hover:#1d4f99;--color-action-tonal-primary-active:#2769cc;--color-action-tonal-primary-focus:#2769cc;--color-action-tonal-secondary-default:#3f235a;--color-action-tonal-secondary-hover:#5f3588;--color-action-tonal-secondary-active:#7e46b5;--color-action-tonal-secondary-focus:#7e46b5;--color-action-tonal-tertiary-default:#144a58;--color-action-tonal-tertiary-hover:#1f6e83;--color-action-tonal-tertiary-active:#2993af;--color-action-tonal-tertiary-focus:#2993af;--color-action-tonal-danger-default:#5c241a;--color-action-tonal-danger-hover:#8b3628;--color-action-tonal-danger-active:#b94835;--color-action-tonal-danger-focus:#b94835;--color-action-tonal-alert-default:#62440d;--color-action-tonal-alert-hover:#936614;--color-action-tonal-alert-active:#c4881a;--color-action-tonal-alert-focus:#c4881a;--color-action-tonal-success-default:#17492e;--color-action-tonal-success-hover:#226d46;--color-action-tonal-success-active:#2e925d;--color-action-tonal-success-focus:#2e925d;--color-action-tonal-neutral-default:#3c3e43;--color-action-tonal-neutral-hover:#5a5e64;--color-action-tonal-neutral-active:#787d86;--color-action-tonal-neutral-focus:#787d86;--color-action-tonal-dark-default:#f4f5f6;--color-action-tonal-dark-hover:#f4f5f6;--color-action-tonal-dark-active:#f4f5f6;--color-action-tonal-dark-focus:#f4f5f6;--color-action-tonal-disabled:#5a5e64;--color-action-outline-text-primary-hover:#0a1a33;--color-action-outline-text-primary-active:#050d1a;--color-action-outline-text-primary-focus:#050d1a;--color-action-outline-text-secondary-hover:#20122d;--color-action-outline-text-secondary-active:#100917;--color-action-outline-text-secondary-focus:#100917;--color-action-outline-text-tertiary-hover:#0a252c;--color-action-outline-text-tertiary-active:#051216;--color-action-outline-text-tertiary-focus:#051216;--color-action-outline-text-danger-hover:#2e120d;--color-action-outline-text-danger-active:#170907;--color-action-outline-text-danger-focus:#170907;--color-action-outline-text-alert-hover:#312207;--color-action-outline-text-alert-active:#191103;--color-action-outline-text-alert-focus:#191103;--color-action-outline-text-success-hover:#0b2417;--color-action-outline-text-success-active:#06120c;--color-action-outline-text-success-focus:#06120c;--color-action-outline-text-neutral-hover:#080808;--color-action-outline-text-neutral-active:#0f1011;--color-action-outline-text-neutral-focus:#0f1011}}:where(.dark,[data-theme=dark]){color-scheme:dark;--color-background-screen:#02070d;--color-background-default:#1e1f21;--color-background-inverse:#f8f8f9;--color-container-primary-weak:#050d1a;--color-container-primary-medium:#1d4f99;--color-container-primary-strong:#2769cc;--color-container-primary-strongest:#3183ff;--color-container-secondary-weak:#100917;--color-container-secondary-medium:#5f3588;--color-container-secondary-strong:#7e46b5;--color-container-secondary-strongest:#9e58e2;--color-container-tertiary-weak:#051216;--color-container-tertiary-medium:#1f6e83;--color-container-tertiary-strong:#2993af;--color-container-tertiary-strongest:#33b8db;--color-container-danger-weak:#170907;--color-container-danger-medium:#8b3628;--color-container-danger-strong:#b94835;--color-container-danger-strongest:#e75a42;--color-container-alert-weak:#191103;--color-container-alert-medium:#936614;--color-container-alert-strong:#c4881a;--color-container-alert-strongest:#f5aa21;--color-container-success-weak:#06120c;--color-container-success-medium:#226d46;--color-container-success-strong:#2e925d;--color-container-success-strongest:#39b674;--color-container-neutral-weakest:#1e1f21;--color-container-neutral-weak:#3c3e43;--color-container-neutral-medium:#787d86;--color-container-neutral-strong:#969ca7;--color-container-neutral-strongest:#eaebed;--color-container-inverse-weakest:#f8f8f9;--color-container-inverse-weak:#f4f5f6;--color-container-inverse-medium:#c0c4ca;--color-container-inverse-strong:#969ca7;--color-container-inverse-strongest:#5a5e64;--color-text-strong:#f8f8f9;--color-text-medium:#eaebed;--color-text-weak:#c0c4ca;--color-text-disabled:#abb0b9;--color-text-primary:#5a9cff;--color-text-secondary:#b179e8;--color-text-tertiary:#5cc6e2;--color-text-danger:#ec7b68;--color-text-alert:#f7bb4d;--color-text-success:#61c590;--color-text-inverse-strong:#f8f8f9;--color-text-inverse-medium:#eaebed;--color-text-inverse-weak:#d5d7dc;--color-icon-strong:#f8f8f9;--color-icon-medium:#eaebed;--color-icon-weak:#c0c4ca;--color-icon-disabled:#abb0b9;--color-icon-primary-default:#3183ff;--color-icon-primary-contrast:#adcdff;--color-icon-secondary-default:#9e58e2;--color-icon-secondary-contrast:#d8bcf3;--color-icon-tertiary-default:#33b8db;--color-icon-tertiary-contrast:#ade3f1;--color-icon-danger-default:#e75a42;--color-icon-danger-contrast:#f5bdb3;--color-icon-alert-default:#f5aa21;--color-icon-alert-contrast:#fbdda6;--color-icon-success-default:#39b674;--color-icon-success-contrast:#b0e2c7;--color-icon-success-light:#2e925d;--color-icon-inverse-strong:#f8f8f9;--color-icon-inverse-medium:#eaebed;--color-icon-inverse-weak:#d5d7dc;--color-outline-strong:#eaebed;--color-outline-medium:#969ca7;--color-outline-weak:#5a5e64;--color-outline-weakest:#1e1f21;--color-outline-disabled:#787d86;--color-outline-primary:#3183ff;--color-outline-secondary:#9e58e2;--color-outline-tertiary:#33b8db;--color-outline-danger:#e75a42;--color-outline-alert:#f5aa21;--color-outline-success:#39b674;--color-outline-inverse-strong:#3c3e43;--color-outline-inverse-medium:#abb0b9;--color-outline-inverse-weak:#d5d7dc;--color-action-primary-default:#3183ff;--color-action-primary-hover:#5a9cff;--color-action-primary-active:#adcdff;--color-action-primary-focus:#adcdff;--color-action-secondary-default:#9e58e2;--color-action-secondary-hover:#b179e8;--color-action-secondary-active:#d8bcf3;--color-action-secondary-focus:#d8bcf3;--color-action-tertiary-default:#33b8db;--color-action-tertiary-hover:#5cc6e2;--color-action-tertiary-active:#ade3f1;--color-action-tertiary-focus:#ade3f1;--color-action-danger-default:#e75a42;--color-action-danger-hover:#ec7b68;--color-action-danger-active:#f5bdb3;--color-action-danger-focus:#f5bdb3;--color-action-alert-default:#f5aa21;--color-action-alert-hover:#f7bb4d;--color-action-alert-active:#fbdda6;--color-action-alert-focus:#fbdda6;--color-action-success-default:#39b674;--color-action-success-hover:#61c590;--color-action-success-active:#b0e2c7;--color-action-success-focus:#b0e2c7;--color-action-dark-default:#f4f5f6;--color-action-dark-hover:#eaebed;--color-action-dark-active:#f8f8f9;--color-action-dark-focus:#f8f8f9;--color-action-disabled:#5a5e64;--color-action-tonal-primary-default:#143466;--color-action-tonal-primary-hover:#1d4f99;--color-action-tonal-primary-active:#2769cc;--color-action-tonal-primary-focus:#2769cc;--color-action-tonal-secondary-default:#3f235a;--color-action-tonal-secondary-hover:#5f3588;--color-action-tonal-secondary-active:#7e46b5;--color-action-tonal-secondary-focus:#7e46b5;--color-action-tonal-tertiary-default:#144a58;--color-action-tonal-tertiary-hover:#1f6e83;--color-action-tonal-tertiary-active:#2993af;--color-action-tonal-tertiary-focus:#2993af;--color-action-tonal-danger-default:#5c241a;--color-action-tonal-danger-hover:#8b3628;--color-action-tonal-danger-active:#b94835;--color-action-tonal-danger-focus:#b94835;--color-action-tonal-alert-default:#62440d;--color-action-tonal-alert-hover:#936614;--color-action-tonal-alert-active:#c4881a;--color-action-tonal-alert-focus:#c4881a;--color-action-tonal-success-default:#17492e;--color-action-tonal-success-hover:#226d46;--color-action-tonal-success-active:#2e925d;--color-action-tonal-success-focus:#2e925d;--color-action-tonal-neutral-default:#3c3e43;--color-action-tonal-neutral-hover:#5a5e64;--color-action-tonal-neutral-active:#787d86;--color-action-tonal-neutral-focus:#787d86;--color-action-tonal-dark-default:#f4f5f6;--color-action-tonal-dark-hover:#f4f5f6;--color-action-tonal-dark-active:#f4f5f6;--color-action-tonal-dark-focus:#f4f5f6;--color-action-tonal-disabled:#5a5e64;--color-action-outline-text-primary-hover:#0a1a33;--color-action-outline-text-primary-active:#050d1a;--color-action-outline-text-primary-focus:#050d1a;--color-action-outline-text-secondary-hover:#20122d;--color-action-outline-text-secondary-active:#100917;--color-action-outline-text-secondary-focus:#100917;--color-action-outline-text-tertiary-hover:#0a252c;--color-action-outline-text-tertiary-active:#051216;--color-action-outline-text-tertiary-focus:#051216;--color-action-outline-text-danger-hover:#2e120d;--color-action-outline-text-danger-active:#170907;--color-action-outline-text-danger-focus:#170907;--color-action-outline-text-alert-hover:#312207;--color-action-outline-text-alert-active:#191103;--color-action-outline-text-alert-focus:#191103;--color-action-outline-text-success-hover:#0b2417;--color-action-outline-text-success-active:#06120c;--color-action-outline-text-success-focus:#06120c;--color-action-outline-text-neutral-hover:#080808;--color-action-outline-text-neutral-active:#0f1011;--color-action-outline-text-neutral-focus:#0f1011}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-CWCJO-u8.woff2)format("woff2");font-style:normal;font-weight:350;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-CWCJO-u8.woff2)format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Medium-DOwOpg28.woff2)format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Medium-DOwOpg28.woff2)format("woff2");font-style:normal;font-weight:550;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-SemiBold-B2lsyK_e.woff2)format("woff2");font-style:normal;font-weight:600;font-display:swap}:root{--font-family-dm-sans:"DM Sans", ui-sans-serif, system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", sans-serif;--font-feature-dm-sans:"ss03" 1, "ss05" 1, "ss07" 1;--typography-app-display-large-font-size:36px;--typography-app-display-large-line-height:48px;--typography-app-display-large-letter-spacing:-.8px;--typography-app-display-medium-font-size:32px;--typography-app-display-medium-line-height:42px;--typography-app-display-medium-letter-spacing:-.75px;--typography-app-display-small-font-size:28px;--typography-app-display-small-line-height:38px;--typography-app-display-small-letter-spacing:-.7px;--typography-app-title-x-large-font-size:22px;--typography-app-title-x-large-line-height:30px;--typography-app-title-x-large-letter-spacing:-.6px;--typography-app-title-large-font-size:20px;--typography-app-title-large-line-height:28px;--typography-app-title-large-letter-spacing:-.55px;--typography-app-title-medium-font-size:18px;--typography-app-title-medium-line-height:26px;--typography-app-title-medium-letter-spacing:-.5px;--typography-app-title-small-font-size:16px;--typography-app-title-small-line-height:24px;--typography-app-title-small-letter-spacing:-.45px;--typography-app-title-x-small-font-size:14px;--typography-app-title-x-small-line-height:20px;--typography-app-title-x-small-letter-spacing:-.4px;--typography-app-body-large-font-size:16px;--typography-app-body-large-line-height:24px;--typography-app-body-large-letter-spacing:-.3px;--typography-app-body-medium-font-size:14px;--typography-app-body-medium-line-height:20px;--typography-app-body-medium-letter-spacing:-.2px;--typography-app-body-small-font-size:12px;--typography-app-body-small-line-height:18px;--typography-app-body-small-letter-spacing:-.1px;--typography-app-body-x-small-font-size:11px;--typography-app-body-x-small-line-height:16px;--typography-app-body-x-small-letter-spacing:0px;--typography-app-label-large-font-size:16px;--typography-app-label-large-line-height:24px;--typography-app-label-large-letter-spacing:-.35px;--typography-app-label-medium-font-size:14px;--typography-app-label-medium-line-height:20px;--typography-app-label-medium-letter-spacing:-.25px;--typography-app-label-small-font-size:12px;--typography-app-label-small-line-height:18px;--typography-app-label-small-letter-spacing:-.15px;--typography-app-label-x-small-font-size:11px;--typography-app-label-x-small-line-height:16px;--typography-app-label-x-small-letter-spacing:-.05px;--typography-app-link-medium-font-size:14px;--typography-app-link-medium-line-height:20px;--typography-app-link-medium-letter-spacing:-.2px;--typography-app-link-small-font-size:12px;--typography-app-link-small-line-height:18px;--typography-app-link-small-letter-spacing:-.1px;--typography-landing-title-landing-large-font-size:74px;--typography-landing-title-landing-large-line-height:normal;--typography-landing-title-landing-medium-font-size:58px;--typography-landing-title-landing-medium-line-height:normal;--typography-landing-title-landing-small-font-size:41px;--typography-landing-title-landing-small-line-height:normal;--typography-landing-title-section-large-font-size:52px;--typography-landing-title-section-large-line-height:normal;--typography-landing-title-section-medium-font-size:46px;--typography-landing-title-section-medium-line-height:normal;--typography-landing-title-section-small-font-size:36px;--typography-landing-title-section-small-line-height:normal;--typography-landing-title-subsection-large-font-size:41px;--typography-landing-title-subsection-large-line-height:normal;--typography-landing-title-subsection-medium-font-size:36px;--typography-landing-title-subsection-medium-line-height:normal;--typography-landing-title-subsection-small-font-size:32px;--typography-landing-title-subsection-small-line-height:normal;--typography-landing-title-group-large-font-size:26px;--typography-landing-title-group-large-line-height:normal;--typography-landing-title-group-medium-font-size:23px;--typography-landing-title-group-medium-line-height:normal;--typography-landing-title-group-small-font-size:20px;--typography-landing-title-group-small-line-height:normal;--typography-landing-title-body-large-font-size:18px;--typography-landing-title-body-large-line-height:normal;--typography-landing-title-body-medium-font-size:16px;--typography-landing-title-body-medium-line-height:normal;--typography-landing-title-body-small-font-size:14px;--typography-landing-title-body-small-line-height:normal;--typography-landing-body-large-font-size:18px;--typography-landing-body-large-line-height:normal;--typography-landing-body-medium-font-size:16px;--typography-landing-body-medium-line-height:normal;--typography-landing-body-small-font-size:14px;--typography-landing-body-small-line-height:normal}:where(.appDisplayLarge),:where(.appDisplayMedium),:where(.appDisplaySmall),:where(.appTitleXLarge),:where(.appTitleLarge),:where(.appTitleMedium),:where(.appTitleSmall),:where(.appTitleXSmall),:where(.appBodyLarge),:where(.appBodyMedium),:where(.appBodySmall),:where(.appBodyXSmall),:where(.appLabelLarge),:where(.appLabelMedium),:where(.appLabelSmall),:where(.appLabelXSmall),:where(.appLinkMedium),:where(.appLinkSmall),:where(.landingTitleLandingLarge),:where(.landingTitleLandingMedium),:where(.landingTitleLandingSmall),:where(.landingTitleSectionLarge),:where(.landingTitleSectionMedium),:where(.landingTitleSectionSmall),:where(.landingTitleSubsectionLarge),:where(.landingTitleSubsectionMedium),:where(.landingTitleSubsectionSmall),:where(.landingTitleGroupLarge),:where(.landingTitleGroupMedium),:where(.landingTitleGroupSmall),:where(.landingTitleBodyLarge),:where(.landingTitleBodyMedium),:where(.landingTitleBodySmall),:where(.landingBodyLarge),:where(.landingBodyMedium),:where(.landingBodySmall){font-family:var(--font-family-dm-sans);font-feature-settings:var(--font-feature-dm-sans);margin:0}:where(.appDisplayLarge){font-size:var(--typography-app-display-large-font-size);font-weight:600;line-height:var(--typography-app-display-large-line-height);letter-spacing:var(--typography-app-display-large-letter-spacing)}:where(.appDisplayMedium){font-size:var(--typography-app-display-medium-font-size);font-weight:600;line-height:var(--typography-app-display-medium-line-height);letter-spacing:var(--typography-app-display-medium-letter-spacing)}:where(.appDisplaySmall){font-size:var(--typography-app-display-small-font-size);font-weight:600;line-height:var(--typography-app-display-small-line-height);letter-spacing:var(--typography-app-display-small-letter-spacing)}:where(.appTitleXLarge){font-size:var(--typography-app-title-x-large-font-size);font-weight:600;line-height:var(--typography-app-title-x-large-line-height);letter-spacing:var(--typography-app-title-x-large-letter-spacing)}:where(.appTitleLarge){font-size:var(--typography-app-title-large-font-size);font-weight:600;line-height:var(--typography-app-title-large-line-height);letter-spacing:var(--typography-app-title-large-letter-spacing)}:where(.appTitleMedium){font-size:var(--typography-app-title-medium-font-size);font-weight:600;line-height:var(--typography-app-title-medium-line-height);letter-spacing:var(--typography-app-title-medium-letter-spacing)}:where(.appTitleSmall){font-size:var(--typography-app-title-small-font-size);font-weight:600;line-height:var(--typography-app-title-small-line-height);letter-spacing:var(--typography-app-title-small-letter-spacing)}:where(.appTitleXSmall){font-size:var(--typography-app-title-x-small-font-size);font-weight:600;line-height:var(--typography-app-title-x-small-line-height);letter-spacing:var(--typography-app-title-x-small-letter-spacing)}:where(.appBodyLarge){font-size:var(--typography-app-body-large-font-size);font-weight:400;line-height:var(--typography-app-body-large-line-height);letter-spacing:var(--typography-app-body-large-letter-spacing)}:where(.appBodyMedium){font-size:var(--typography-app-body-medium-font-size);font-weight:400;line-height:var(--typography-app-body-medium-line-height);letter-spacing:var(--typography-app-body-medium-letter-spacing)}:where(.appBodySmall){font-size:var(--typography-app-body-small-font-size);font-weight:400;line-height:var(--typography-app-body-small-line-height);letter-spacing:var(--typography-app-body-small-letter-spacing)}:where(.appBodyXSmall){font-size:var(--typography-app-body-x-small-font-size);font-weight:400;line-height:var(--typography-app-body-x-small-line-height);letter-spacing:var(--typography-app-body-x-small-letter-spacing)}:where(.appLabelLarge){font-size:var(--typography-app-label-large-font-size);font-weight:500;line-height:var(--typography-app-label-large-line-height);letter-spacing:var(--typography-app-label-large-letter-spacing)}:where(.appLabelMedium){font-size:var(--typography-app-label-medium-font-size);font-weight:500;line-height:var(--typography-app-label-medium-line-height);letter-spacing:var(--typography-app-label-medium-letter-spacing)}:where(.appLabelSmall){font-size:var(--typography-app-label-small-font-size);font-weight:500;line-height:var(--typography-app-label-small-line-height);letter-spacing:var(--typography-app-label-small-letter-spacing)}:where(.appLabelXSmall){font-size:var(--typography-app-label-x-small-font-size);font-weight:500;line-height:var(--typography-app-label-x-small-line-height);letter-spacing:var(--typography-app-label-x-small-letter-spacing)}:where(.appLinkMedium){font-size:var(--typography-app-link-medium-font-size);font-weight:500;line-height:var(--typography-app-link-medium-line-height);letter-spacing:var(--typography-app-link-medium-letter-spacing)}:where(.appLinkSmall){font-size:var(--typography-app-link-small-font-size);font-weight:500;line-height:var(--typography-app-link-small-line-height);letter-spacing:var(--typography-app-link-small-letter-spacing)}:where(.landingTitleLandingLarge){font-size:var(--typography-landing-title-landing-large-font-size);font-weight:600;line-height:var(--typography-landing-title-landing-large-line-height);letter-spacing:0}:where(.landingTitleLandingMedium){font-size:var(--typography-landing-title-landing-medium-font-size);font-weight:600;line-height:var(--typography-landing-title-landing-medium-line-height);letter-spacing:0}:where(.landingTitleLandingSmall){font-size:var(--typography-landing-title-landing-small-font-size);font-weight:600;line-height:var(--typography-landing-title-landing-small-line-height);letter-spacing:0}:where(.landingTitleSectionLarge){font-size:var(--typography-landing-title-section-large-font-size);font-weight:600;line-height:var(--typography-landing-title-section-large-line-height);letter-spacing:0}:where(.landingTitleSectionMedium){font-size:var(--typography-landing-title-section-medium-font-size);font-weight:600;line-height:var(--typography-landing-title-section-medium-line-height);letter-spacing:0}:where(.landingTitleSectionSmall){font-size:var(--typography-landing-title-section-small-font-size);font-weight:600;line-height:var(--typography-landing-title-section-small-line-height);letter-spacing:0}:where(.landingTitleSubsectionLarge){font-size:var(--typography-landing-title-subsection-large-font-size);font-weight:500;line-height:var(--typography-landing-title-subsection-large-line-height);letter-spacing:0}:where(.landingTitleSubsectionMedium){font-size:var(--typography-landing-title-subsection-medium-font-size);font-weight:500;line-height:var(--typography-landing-title-subsection-medium-line-height);letter-spacing:0}:where(.landingTitleSubsectionSmall){font-size:var(--typography-landing-title-subsection-small-font-size);font-weight:500;line-height:var(--typography-landing-title-subsection-small-line-height);letter-spacing:0}:where(.landingTitleGroupLarge){font-size:var(--typography-landing-title-group-large-font-size);font-weight:500;line-height:var(--typography-landing-title-group-large-line-height);letter-spacing:0}:where(.landingTitleGroupMedium){font-size:var(--typography-landing-title-group-medium-font-size);font-weight:500;line-height:var(--typography-landing-title-group-medium-line-height);letter-spacing:0}:where(.landingTitleGroupSmall){font-size:var(--typography-landing-title-group-small-font-size);font-weight:500;line-height:var(--typography-landing-title-group-small-line-height);letter-spacing:0}:where(.landingTitleBodyLarge){font-size:var(--typography-landing-title-body-large-font-size);font-weight:550;line-height:var(--typography-landing-title-body-large-line-height);letter-spacing:0}:where(.landingTitleBodyMedium){font-size:var(--typography-landing-title-body-medium-font-size);font-weight:550;line-height:var(--typography-landing-title-body-medium-line-height);letter-spacing:0}:where(.landingTitleBodySmall){font-size:var(--typography-landing-title-body-small-font-size);font-weight:500;line-height:var(--typography-landing-title-body-small-line-height);letter-spacing:0}:where(.landingBodyLarge){font-size:var(--typography-landing-body-large-font-size);font-weight:400;line-height:var(--typography-landing-body-large-line-height);letter-spacing:0}:where(.landingBodyMedium){font-size:var(--typography-landing-body-medium-font-size);font-weight:400;line-height:var(--typography-landing-body-medium-line-height);letter-spacing:0}:where(.landingBodySmall){font-size:var(--typography-landing-body-small-font-size);font-weight:350;line-height:var(--typography-landing-body-small-line-height);letter-spacing:0}:root{color:var(--color-text-strong);background:var(--color-background-screen);font-family:var(--font-family-dm-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{background:var(--color-background-screen);min-height:100dvh;margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
