/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*:where(.getting-started-style,.getting-started-style *),
:where(.getting-started-style,.getting-started-style *)::before,
:where(.getting-started-style,.getting-started-style *)::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

:where(.getting-started-style,.getting-started-style *)::before,
:where(.getting-started-style,.getting-started-style *)::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

.getting-started-style {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

.getting-started-style {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr:where(.getting-started-style,.getting-started-style *) {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]):where(.getting-started-style,.getting-started-style *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1:where(.getting-started-style,.getting-started-style *),
h2:where(.getting-started-style,.getting-started-style *),
h3:where(.getting-started-style,.getting-started-style *),
h4:where(.getting-started-style,.getting-started-style *),
h5:where(.getting-started-style,.getting-started-style *),
h6:where(.getting-started-style,.getting-started-style *) {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a:where(.getting-started-style,.getting-started-style *) {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b:where(.getting-started-style,.getting-started-style *),
strong:where(.getting-started-style,.getting-started-style *) {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code:where(.getting-started-style,.getting-started-style *),
kbd:where(.getting-started-style,.getting-started-style *),
samp:where(.getting-started-style,.getting-started-style *),
pre:where(.getting-started-style,.getting-started-style *) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small:where(.getting-started-style,.getting-started-style *) {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub:where(.getting-started-style,.getting-started-style *),
sup:where(.getting-started-style,.getting-started-style *) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.getting-started-style,.getting-started-style *) {
  bottom: -0.25em;
}

sup:where(.getting-started-style,.getting-started-style *) {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table:where(.getting-started-style,.getting-started-style *) {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button:where(.getting-started-style,.getting-started-style *),
input:where(.getting-started-style,.getting-started-style *),
optgroup:where(.getting-started-style,.getting-started-style *),
select:where(.getting-started-style,.getting-started-style *),
textarea:where(.getting-started-style,.getting-started-style *) {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button:where(.getting-started-style,.getting-started-style *),
select:where(.getting-started-style,.getting-started-style *) {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button:where(.getting-started-style,.getting-started-style *),
input:where([type='button']):where(.getting-started-style,.getting-started-style *),
input:where([type='reset']):where(.getting-started-style,.getting-started-style *),
input:where([type='submit']):where(.getting-started-style,.getting-started-style *) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring:where(.getting-started-style,.getting-started-style *) {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid:where(.getting-started-style,.getting-started-style *) {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress:where(.getting-started-style,.getting-started-style *) {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

:where(.getting-started-style,.getting-started-style *) ::-webkit-inner-spin-button,
:where(.getting-started-style,.getting-started-style *) ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search']:where(.getting-started-style,.getting-started-style *) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

:where(.getting-started-style,.getting-started-style *) ::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

:where(.getting-started-style,.getting-started-style *) ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary:where(.getting-started-style,.getting-started-style *) {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote:where(.getting-started-style,.getting-started-style *),
dl:where(.getting-started-style,.getting-started-style *),
dd:where(.getting-started-style,.getting-started-style *),
h1:where(.getting-started-style,.getting-started-style *),
h2:where(.getting-started-style,.getting-started-style *),
h3:where(.getting-started-style,.getting-started-style *),
h4:where(.getting-started-style,.getting-started-style *),
h5:where(.getting-started-style,.getting-started-style *),
h6:where(.getting-started-style,.getting-started-style *),
hr:where(.getting-started-style,.getting-started-style *),
figure:where(.getting-started-style,.getting-started-style *),
p:where(.getting-started-style,.getting-started-style *),
pre:where(.getting-started-style,.getting-started-style *) {
  margin: 0;
}

fieldset:where(.getting-started-style,.getting-started-style *) {
  margin: 0;
  padding: 0;
}

legend:where(.getting-started-style,.getting-started-style *) {
  padding: 0;
}

ol:where(.getting-started-style,.getting-started-style *),
ul:where(.getting-started-style,.getting-started-style *),
menu:where(.getting-started-style,.getting-started-style *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog:where(.getting-started-style,.getting-started-style *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.getting-started-style,.getting-started-style *) {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

:where(.getting-started-style,.getting-started-style *) input::placeholder,
:where(.getting-started-style,.getting-started-style *) textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.getting-started-style,.getting-started-style *),
[role="button"]:where(.getting-started-style,.getting-started-style *) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled:where(.getting-started-style,.getting-started-style *) {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img:where(.getting-started-style,.getting-started-style *),
svg:where(.getting-started-style,.getting-started-style *),
video:where(.getting-started-style,.getting-started-style *),
canvas:where(.getting-started-style,.getting-started-style *),
audio:where(.getting-started-style,.getting-started-style *),
iframe:where(.getting-started-style,.getting-started-style *),
embed:where(.getting-started-style,.getting-started-style *),
object:where(.getting-started-style,.getting-started-style *) {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img:where(.getting-started-style,.getting-started-style *),
video:where(.getting-started-style,.getting-started-style *) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(.getting-started-style,.getting-started-style *) {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}.container {
  width: 100%;
}@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}.getting-started-style :is(.sr-only) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.getting-started-style :is(.pointer-events-none) {
  pointer-events: none;
}.getting-started-style :is(.pointer-events-auto) {
  pointer-events: auto;
}.getting-started-style :is(.visible) {
  visibility: visible;
}.getting-started-style :is(.static) {
  position: static;
}.getting-started-style :is(.fixed) {
  position: fixed;
}.getting-started-style :is(.absolute) {
  position: absolute;
}.getting-started-style :is(.relative) {
  position: relative;
}.getting-started-style :is(.-inset-1) {
  inset: -0.25rem;
}.getting-started-style :is(.inset-0) {
  inset: 0px;
}.getting-started-style :is(.inset-x-0) {
  right: 0px;
  left: 0px;
}.getting-started-style :is(.inset-y-0) {
  top: 0px;
  bottom: 0px;
}.getting-started-style :is(.-bottom-px) {
  bottom: -1px;
}.getting-started-style :is(.bottom-0) {
  bottom: 0px;
}.getting-started-style :is(.bottom-1) {
  bottom: 0.25rem;
}.getting-started-style :is(.bottom-1\.5) {
  bottom: 0.375rem;
}.getting-started-style :is(.left-0) {
  right: 0px;
}.getting-started-style :is(.left-1\/2) {
  right: 50%;
}.getting-started-style :is(.left-4) {
  right: 1rem;
}.getting-started-style :is(.left-\[calc\(50\%\+10px\)\]) {
  right: calc(50% + 10px);
}.getting-started-style :is(.left-\[calc\(50\%\+12px\)\]) {
  right: calc(50% + 12px);
}.getting-started-style :is(.left-\[calc\(50\%\+14px\)\]) {
  right: calc(50% + 14px);
}.getting-started-style :is(.right-0) {
  left: 0px;
}.getting-started-style :is(.right-1\/2) {
  left: 50%;
}.getting-started-style :is(.right-3) {
  left: 0.75rem;
}.getting-started-style :is(.right-4) {
  left: 1rem;
}.getting-started-style :is(.right-\[calc\(-50\%\+10px\)\]) {
  left: calc(-50% + 10px);
}.getting-started-style :is(.right-\[calc\(-50\%\+12px\)\]) {
  left: calc(-50% + 12px);
}.getting-started-style :is(.right-\[calc\(-50\%\+14px\)\]) {
  left: calc(-50% + 14px);
}.getting-started-style :is(.top-0) {
  top: 0px;
}.getting-started-style :is(.top-2) {
  top: 0.5rem;
}.getting-started-style :is(.top-2\.5) {
  top: 0.625rem;
}.getting-started-style :is(.top-2\/4) {
  top: 50%;
}.getting-started-style :is(.top-3) {
  top: 0.75rem;
}.getting-started-style :is(.top-3\.5) {
  top: 0.875rem;
}.getting-started-style :is(.top-4) {
  top: 1rem;
}.getting-started-style :is(.top-full) {
  top: 100%;
}.getting-started-style :is(.-z-10) {
  z-index: -10;
}.getting-started-style :is(.z-10) {
  z-index: 10;
}.getting-started-style :is(.z-20) {
  z-index: 20;
}.getting-started-style :is(.z-999999) {
  z-index: 999999;
}.getting-started-style :is(.z-\[1\]) {
  z-index: 1;
}.getting-started-style :is(.z-\[99999999\]) {
  z-index: 99999999;
}.getting-started-style :is(.z-\[99999\]) {
  z-index: 99999;
}.getting-started-style :is(.z-auto) {
  z-index: auto;
}.getting-started-style :is(.order-1) {
  order: 1;
}.getting-started-style :is(.order-10) {
  order: 10;
}.getting-started-style :is(.order-11) {
  order: 11;
}.getting-started-style :is(.order-12) {
  order: 12;
}.getting-started-style :is(.order-2) {
  order: 2;
}.getting-started-style :is(.order-3) {
  order: 3;
}.getting-started-style :is(.order-4) {
  order: 4;
}.getting-started-style :is(.order-5) {
  order: 5;
}.getting-started-style :is(.order-6) {
  order: 6;
}.getting-started-style :is(.order-7) {
  order: 7;
}.getting-started-style :is(.order-8) {
  order: 8;
}.getting-started-style :is(.order-9) {
  order: 9;
}.getting-started-style :is(.order-first) {
  order: -9999;
}.getting-started-style :is(.order-last) {
  order: 9999;
}.getting-started-style :is(.order-none) {
  order: 0;
}.getting-started-style :is(.col-span-1) {
  grid-column: span 1 / span 1;
}.getting-started-style :is(.col-span-10) {
  grid-column: span 10 / span 10;
}.getting-started-style :is(.col-span-11) {
  grid-column: span 11 / span 11;
}.getting-started-style :is(.col-span-12) {
  grid-column: span 12 / span 12;
}.getting-started-style :is(.col-span-2) {
  grid-column: span 2 / span 2;
}.getting-started-style :is(.col-span-3) {
  grid-column: span 3 / span 3;
}.getting-started-style :is(.col-span-4) {
  grid-column: span 4 / span 4;
}.getting-started-style :is(.col-span-5) {
  grid-column: span 5 / span 5;
}.getting-started-style :is(.col-span-6) {
  grid-column: span 6 / span 6;
}.getting-started-style :is(.col-span-7) {
  grid-column: span 7 / span 7;
}.getting-started-style :is(.col-span-8) {
  grid-column: span 8 / span 8;
}.getting-started-style :is(.col-span-9) {
  grid-column: span 9 / span 9;
}.getting-started-style :is(.col-start-1) {
  grid-column-start: 1;
}.getting-started-style :is(.col-start-10) {
  grid-column-start: 10;
}.getting-started-style :is(.col-start-11) {
  grid-column-start: 11;
}.getting-started-style :is(.col-start-12) {
  grid-column-start: 12;
}.getting-started-style :is(.col-start-2) {
  grid-column-start: 2;
}.getting-started-style :is(.col-start-3) {
  grid-column-start: 3;
}.getting-started-style :is(.col-start-4) {
  grid-column-start: 4;
}.getting-started-style :is(.col-start-5) {
  grid-column-start: 5;
}.getting-started-style :is(.col-start-6) {
  grid-column-start: 6;
}.getting-started-style :is(.col-start-7) {
  grid-column-start: 7;
}.getting-started-style :is(.col-start-8) {
  grid-column-start: 8;
}.getting-started-style :is(.col-start-9) {
  grid-column-start: 9;
}.getting-started-style :is(.m-0) {
  margin: 0px;
}.getting-started-style :is(.mx-0) {
  margin-right: 0px;
  margin-left: 0px;
}.getting-started-style :is(.mx-1) {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}.getting-started-style :is(.mx-2) {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}.getting-started-style :is(.mx-auto) {
  margin-right: auto;
  margin-left: auto;
}.getting-started-style :is(.my-0) {
  margin-top: 0px;
  margin-bottom: 0px;
}.getting-started-style :is(.my-12) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}.getting-started-style :is(.my-2) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.getting-started-style :is(.my-5) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.getting-started-style :is(.mb-0) {
  margin-bottom: 0px;
}.getting-started-style :is(.mb-1) {
  margin-bottom: 0.25rem;
}.getting-started-style :is(.mb-4) {
  margin-bottom: 1rem;
}.getting-started-style :is(.mb-6) {
  margin-bottom: 1.5rem;
}.getting-started-style :is(.ml-0) {
  margin-right: 0px;
}.getting-started-style :is(.ml-1) {
  margin-right: 0.25rem;
}.getting-started-style :is(.ml-10) {
  margin-right: 2.5rem;
}.getting-started-style :is(.ml-2) {
  margin-right: 0.5rem;
}.getting-started-style :is(.ml-4) {
  margin-right: 1rem;
}.getting-started-style :is(.ml-auto) {
  margin-right: auto;
}.getting-started-style :is(.mr-0) {
  margin-left: 0px;
}.getting-started-style :is(.mr-0\.5) {
  margin-left: 0.125rem;
}.getting-started-style :is(.mr-1) {
  margin-left: 0.25rem;
}.getting-started-style :is(.mr-10) {
  margin-left: 2.5rem;
}.getting-started-style :is(.mr-2) {
  margin-left: 0.5rem;
}.getting-started-style :is(.mr-3) {
  margin-left: 0.75rem;
}.getting-started-style :is(.mr-6) {
  margin-left: 1.5rem;
}.getting-started-style :is(.mr-7) {
  margin-left: 1.75rem;
}.getting-started-style :is(.mr-auto) {
  margin-left: auto;
}.getting-started-style :is(.mt-0) {
  margin-top: 0px;
}.getting-started-style :is(.mt-1) {
  margin-top: 0.25rem;
}.getting-started-style :is(.mt-1\.5) {
  margin-top: 0.375rem;
}.getting-started-style :is(.mt-14) {
  margin-top: 3.5rem;
}.getting-started-style :is(.mt-2) {
  margin-top: 0.5rem;
}.getting-started-style :is(.mt-2\.5) {
  margin-top: 0.625rem;
}.getting-started-style :is(.mt-4) {
  margin-top: 1rem;
}.getting-started-style :is(.mt-\[2px\]) {
  margin-top: 2px;
}.getting-started-style :is(.mt-auto) {
  margin-top: auto;
}.getting-started-style :is(.box-border) {
  box-sizing: border-box;
}.getting-started-style :is(.block) {
  display: block;
}.getting-started-style :is(.inline-block) {
  display: inline-block;
}.getting-started-style :is(.inline) {
  display: inline;
}.getting-started-style :is(.flex) {
  display: flex;
}.getting-started-style :is(.inline-flex) {
  display: inline-flex;
}.getting-started-style :is(.table) {
  display: table;
}.getting-started-style :is(.flow-root) {
  display: flow-root;
}.getting-started-style :is(.grid) {
  display: grid;
}.getting-started-style :is(.contents) {
  display: contents;
}.getting-started-style :is(.hidden) {
  display: none;
}.getting-started-style :is(.aspect-video) {
  aspect-ratio: 16 / 9;
}.getting-started-style :is(.size-1) {
  width: 0.25rem;
  height: 0.25rem;
}.getting-started-style :is(.size-1\.5) {
  width: 0.375rem;
  height: 0.375rem;
}.getting-started-style :is(.size-10) {
  width: 2.5rem;
  height: 2.5rem;
}.getting-started-style :is(.size-12) {
  width: 3rem;
  height: 3rem;
}.getting-started-style :is(.size-2) {
  width: 0.5rem;
  height: 0.5rem;
}.getting-started-style :is(.size-2\.5) {
  width: 0.625rem;
  height: 0.625rem;
}.getting-started-style :is(.size-3) {
  width: 0.75rem;
  height: 0.75rem;
}.getting-started-style :is(.size-3\.5) {
  width: 0.875rem;
  height: 0.875rem;
}.getting-started-style :is(.size-4) {
  width: 1rem;
  height: 1rem;
}.getting-started-style :is(.size-5) {
  width: 1.25rem;
  height: 1.25rem;
}.getting-started-style :is(.size-6) {
  width: 1.5rem;
  height: 1.5rem;
}.getting-started-style :is(.size-7) {
  width: 1.75rem;
  height: 1.75rem;
}.getting-started-style :is(.size-8) {
  width: 2rem;
  height: 2rem;
}.getting-started-style :is(.h-0) {
  height: 0px;
}.getting-started-style :is(.h-1) {
  height: 0.25rem;
}.getting-started-style :is(.h-1\.5) {
  height: 0.375rem;
}.getting-started-style :is(.h-10) {
  height: 2.5rem;
}.getting-started-style :is(.h-12) {
  height: 3rem;
}.getting-started-style :is(.h-16) {
  height: 4rem;
}.getting-started-style :is(.h-2) {
  height: 0.5rem;
}.getting-started-style :is(.h-2\.5) {
  height: 0.625rem;
}.getting-started-style :is(.h-3) {
  height: 0.75rem;
}.getting-started-style :is(.h-4) {
  height: 1rem;
}.getting-started-style :is(.h-5) {
  height: 1.25rem;
}.getting-started-style :is(.h-6) {
  height: 1.5rem;
}.getting-started-style :is(.h-7) {
  height: 1.75rem;
}.getting-started-style :is(.h-8) {
  height: 2rem;
}.getting-started-style :is(.h-auto) {
  height: auto;
}.getting-started-style :is(.h-fit) {
  height: -moz-fit-content;
  height: fit-content;
}.getting-started-style :is(.h-full) {
  height: 100%;
}.getting-started-style :is(.h-px) {
  height: 1px;
}.getting-started-style :is(.h-screen) {
  height: 100vh;
}.getting-started-style :is(.max-h-\[10\.75rem\]) {
  max-height: 10.75rem;
}.getting-started-style :is(.max-h-\[13\.5rem\]) {
  max-height: 13.5rem;
}.getting-started-style :is(.min-h-16) {
  min-height: 4rem;
}.getting-started-style :is(.min-h-5) {
  min-height: 1.25rem;
}.getting-started-style :is(.min-h-6) {
  min-height: 1.5rem;
}.getting-started-style :is(.min-h-\[2\.5rem\]) {
  min-height: 2.5rem;
}.getting-started-style :is(.min-h-\[2rem\]) {
  min-height: 2rem;
}.getting-started-style :is(.min-h-\[3rem\]) {
  min-height: 3rem;
}.getting-started-style :is(.min-h-fit) {
  min-height: -moz-fit-content;
  min-height: fit-content;
}.getting-started-style :is(.min-h-full) {
  min-height: 100%;
}.getting-started-style :is(.w-0) {
  width: 0px;
}.getting-started-style :is(.w-1) {
  width: 0.25rem;
}.getting-started-style :is(.w-1\/10) {
  width: 10%;
}.getting-started-style :is(.w-1\/11) {
  width: 9.0909091%;
}.getting-started-style :is(.w-1\/12) {
  width: 8.3333333%;
}.getting-started-style :is(.w-1\/2) {
  width: 50%;
}.getting-started-style :is(.w-1\/3) {
  width: 33.333333%;
}.getting-started-style :is(.w-1\/4) {
  width: 25%;
}.getting-started-style :is(.w-1\/5) {
  width: 20%;
}.getting-started-style :is(.w-1\/6) {
  width: 16.666667%;
}.getting-started-style :is(.w-1\/7) {
  width: 14.2857143%;
}.getting-started-style :is(.w-1\/8) {
  width: 12.5%;
}.getting-started-style :is(.w-1\/9) {
  width: 11.1111111%;
}.getting-started-style :is(.w-10) {
  width: 2.5rem;
}.getting-started-style :is(.w-11) {
  width: 2.75rem;
}.getting-started-style :is(.w-120) {
  width: 30rem;
}.getting-started-style :is(.w-16) {
  width: 4rem;
}.getting-started-style :is(.w-2) {
  width: 0.5rem;
}.getting-started-style :is(.w-2\.5) {
  width: 0.625rem;
}.getting-started-style :is(.w-3) {
  width: 0.75rem;
}.getting-started-style :is(.w-4) {
  width: 1rem;
}.getting-started-style :is(.w-40) {
  width: 10rem;
}.getting-started-style :is(.w-5) {
  width: 1.25rem;
}.getting-started-style :is(.w-72) {
  width: 18rem;
}.getting-started-style :is(.w-8) {
  width: 2rem;
}.getting-started-style :is(.w-80) {
  width: 20rem;
}.getting-started-style :is(.w-96) {
  width: 24rem;
}.getting-started-style :is(.w-\[18\.5rem\]) {
  width: 18.5rem;
}.getting-started-style :is(.w-\[22\.5rem\]) {
  width: 22.5rem;
}.getting-started-style :is(.w-\[4\.375rem\]) {
  width: 4.375rem;
}.getting-started-style :is(.w-\[calc\(100\%\+0\.75rem\)\]) {
  width: calc(100% + 0.75rem);
}.getting-started-style :is(.w-\[calc\(100\%\+1rem\)\]) {
  width: calc(100% + 1rem);
}.getting-started-style :is(.w-\[calc\(100\%_-_5\.5rem\)\]) {
  width: calc(100% - 5.5rem);
}.getting-started-style :is(.w-auto) {
  width: auto;
}.getting-started-style :is(.w-fit) {
  width: -moz-fit-content;
  width: fit-content;
}.getting-started-style :is(.w-full) {
  width: 100%;
}.getting-started-style :is(.min-w-10) {
  min-width: 2.5rem;
}.getting-started-style :is(.min-w-12) {
  min-width: 3rem;
}.getting-started-style :is(.min-w-6) {
  min-width: 1.5rem;
}.getting-started-style :is(.min-w-8) {
  min-width: 2rem;
}.getting-started-style :is(.min-w-80) {
  min-width: 20rem;
}.getting-started-style :is(.min-w-\[180px\]) {
  min-width: 180px;
}.getting-started-style :is(.min-w-\[8rem\]) {
  min-width: 8rem;
}.getting-started-style :is(.min-w-full) {
  min-width: 100%;
}.getting-started-style :is(.max-w-2xl) {
  max-width: 42rem;
}.getting-started-style :is(.max-w-32) {
  max-width: 8rem;
}.getting-started-style :is(.max-w-4xl) {
  max-width: 56rem;
}.getting-started-style :is(.max-w-80) {
  max-width: 20rem;
}.getting-started-style :is(.max-w-\[35rem\]) {
  max-width: 35rem;
}.getting-started-style :is(.max-w-full) {
  max-width: 100%;
}.getting-started-style :is(.max-w-xs) {
  max-width: 20rem;
}.getting-started-style :is(.flex-1) {
  flex: 1 1 0%;
}.getting-started-style :is(.flex-shrink-0) {
  flex-shrink: 0;
}.getting-started-style :is(.shrink) {
  flex-shrink: 1;
}.getting-started-style :is(.shrink-0) {
  flex-shrink: 0;
}.getting-started-style :is(.flex-grow) {
  flex-grow: 1;
}.getting-started-style :is(.grow) {
  flex-grow: 1;
}.getting-started-style :is(.grow-0) {
  flex-grow: 0;
}.getting-started-style :is(.table-fixed) {
  table-layout: fixed;
}.getting-started-style :is(.border-collapse) {
  border-collapse: collapse;
}.getting-started-style :is(.border-separate) {
  border-collapse: separate;
}.getting-started-style :is(.border-spacing-0) {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}.getting-started-style :is(.origin-left) {
  transform-origin: right;
}.getting-started-style :is(.-translate-x-2\/4) {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.-translate-y-2\/4) {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.translate-x-\[-0\.375rem\]) {
  --tw-translate-x: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.translate-x-\[-0\.5rem\]) {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.translate-y-0) {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.translate-y-4) {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.-rotate-12) {
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.rotate-0) {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.rotate-12) {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.transform) {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes pulse {

  50% {
    opacity: .5;
  }
}.getting-started-style :is(.animate-pulse) {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}@keyframes spin {

  to {
    transform: rotate(-360deg);
  }
}.getting-started-style :is(.animate-spin) {
  animation: spin 1s linear infinite;
}.getting-started-style :is(.cursor-auto) {
  cursor: auto;
}.getting-started-style :is(.cursor-default) {
  cursor: default;
}.getting-started-style :is(.cursor-not-allowed) {
  cursor: not-allowed;
}.getting-started-style :is(.cursor-pointer) {
  cursor: pointer;
}.getting-started-style :is(.resize) {
  resize: both;
}.getting-started-style :is(.list-none) {
  list-style-type: none;
}.getting-started-style :is(.appearance-none) {
  appearance: none;
}.getting-started-style :is(.auto-cols-auto) {
  grid-auto-columns: auto;
}.getting-started-style :is(.grid-flow-row) {
  grid-auto-flow: row;
}.getting-started-style :is(.grid-flow-col) {
  grid-auto-flow: column;
}.getting-started-style :is(.grid-flow-row-dense) {
  grid-auto-flow: row dense;
}.getting-started-style :is(.grid-flow-col-dense) {
  grid-auto-flow: column dense;
}.getting-started-style :is(.auto-rows-auto) {
  grid-auto-rows: auto;
}.getting-started-style :is(.grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-10) {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-11) {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-12) {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-2) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-3) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-4) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-5) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-6) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-7) {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-8) {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-9) {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}.getting-started-style :is(.grid-cols-subgrid) {
  grid-template-columns: subgrid;
}.getting-started-style :is(.grid-rows-\[auto_1fr\]) {
  grid-template-rows: auto 1fr;
}.getting-started-style :is(.grid-rows-subgrid) {
  grid-template-rows: subgrid;
}.getting-started-style :is(.flex-row) {
  flex-direction: row;
}.getting-started-style :is(.flex-row-reverse) {
  flex-direction: row-reverse;
}.getting-started-style :is(.flex-col) {
  flex-direction: column;
}.getting-started-style :is(.flex-col-reverse) {
  flex-direction: column-reverse;
}.getting-started-style :is(.flex-wrap) {
  flex-wrap: wrap;
}.getting-started-style :is(.flex-wrap-reverse) {
  flex-wrap: wrap-reverse;
}.getting-started-style :is(.flex-nowrap) {
  flex-wrap: nowrap;
}.getting-started-style :is(.place-content-center) {
  place-content: center;
}.getting-started-style :is(.content-center) {
  align-content: center;
}.getting-started-style :is(.content-start) {
  align-content: flex-start;
}.getting-started-style :is(.items-start) {
  align-items: flex-start;
}.getting-started-style :is(.items-end) {
  align-items: flex-end;
}.getting-started-style :is(.items-center) {
  align-items: center;
}.getting-started-style :is(.items-baseline) {
  align-items: baseline;
}.getting-started-style :is(.items-stretch) {
  align-items: stretch;
}.getting-started-style :is(.justify-normal) {
  justify-content: normal;
}.getting-started-style :is(.justify-start) {
  justify-content: flex-start;
}.getting-started-style :is(.justify-end) {
  justify-content: flex-end;
}.getting-started-style :is(.justify-center) {
  justify-content: center;
}.getting-started-style :is(.justify-between) {
  justify-content: space-between;
}.getting-started-style :is(.justify-around) {
  justify-content: space-around;
}.getting-started-style :is(.justify-evenly) {
  justify-content: space-evenly;
}.getting-started-style :is(.justify-stretch) {
  justify-content: stretch;
}.getting-started-style :is(.gap-0) {
  gap: 0px;
}.getting-started-style :is(.gap-0\.5) {
  gap: 0.125rem;
}.getting-started-style :is(.gap-1) {
  gap: 0.25rem;
}.getting-started-style :is(.gap-1\.5) {
  gap: 0.375rem;
}.getting-started-style :is(.gap-2) {
  gap: 0.5rem;
}.getting-started-style :is(.gap-2\.5) {
  gap: 0.625rem;
}.getting-started-style :is(.gap-3) {
  gap: 0.75rem;
}.getting-started-style :is(.gap-4) {
  gap: 1rem;
}.getting-started-style :is(.gap-5) {
  gap: 1.25rem;
}.getting-started-style :is(.gap-6) {
  gap: 1.5rem;
}.getting-started-style :is(.gap-8) {
  gap: 2rem;
}.getting-started-style :is(.gap-x-2) {
  column-gap: 0.5rem;
}.getting-started-style :is(.gap-x-4) {
  column-gap: 1rem;
}.getting-started-style :is(.gap-x-5) {
  column-gap: 1.25rem;
}.getting-started-style :is(.gap-x-6) {
  column-gap: 1.5rem;
}.getting-started-style :is(.gap-x-8) {
  column-gap: 2rem;
}.getting-started-style :is(.gap-y-2) {
  row-gap: 0.5rem;
}.getting-started-style :is(.gap-y-4) {
  row-gap: 1rem;
}.getting-started-style :is(.gap-y-5) {
  row-gap: 1.25rem;
}.getting-started-style :is(.gap-y-6) {
  row-gap: 1.5rem;
}.getting-started-style :is(.gap-y-8) {
  row-gap: 2rem;
}.getting-started-style :is(.space-x-1 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.25rem * var(--tw-space-x-reverse));
  margin-right: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.getting-started-style :is(.space-x-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.75rem * var(--tw-space-x-reverse));
  margin-right: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.getting-started-style :is(.space-y-0 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}.getting-started-style :is(.space-y-0\.5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}.getting-started-style :is(.space-y-1 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.getting-started-style :is(.space-y-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.getting-started-style :is(.space-y-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.getting-started-style :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.getting-started-style :is(.space-y-6 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.getting-started-style :is(.divide-x-0 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-x-reverse: 0;
  border-left-width: calc(0px * var(--tw-divide-x-reverse));
  border-right-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}.getting-started-style :is(.divide-y > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.getting-started-style :is(.divide-y-0 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}.getting-started-style :is(.divide-y-0\.5 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0.5px * var(--tw-divide-y-reverse));
}.getting-started-style :is(.divide-solid > :not([hidden]) ~ :not([hidden])) {
  border-style: solid;
}.getting-started-style :is(.divide-border-subtle > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}.getting-started-style :is(.self-start) {
  align-self: flex-start;
}.getting-started-style :is(.self-end) {
  align-self: flex-end;
}.getting-started-style :is(.self-center) {
  align-self: center;
}.getting-started-style :is(.self-stretch) {
  align-self: stretch;
}.getting-started-style :is(.self-baseline) {
  align-self: baseline;
}.getting-started-style :is(.justify-self-auto) {
  justify-self: auto;
}.getting-started-style :is(.justify-self-start) {
  justify-self: start;
}.getting-started-style :is(.justify-self-end) {
  justify-self: end;
}.getting-started-style :is(.justify-self-center) {
  justify-self: center;
}.getting-started-style :is(.justify-self-stretch) {
  justify-self: stretch;
}.getting-started-style :is(.overflow-auto) {
  overflow: auto;
}.getting-started-style :is(.overflow-hidden) {
  overflow: hidden;
}.getting-started-style :is(.overflow-visible) {
  overflow: visible;
}.getting-started-style :is(.overflow-x-auto) {
  overflow-x: auto;
}.getting-started-style :is(.overflow-y-auto) {
  overflow-y: auto;
}.getting-started-style :is(.overflow-x-hidden) {
  overflow-x: hidden;
}.getting-started-style :is(.truncate) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.getting-started-style :is(.text-ellipsis) {
  text-overflow: ellipsis;
}.getting-started-style :is(.text-wrap) {
  text-wrap: wrap;
}.getting-started-style :is(.text-nowrap) {
  text-wrap: nowrap;
}.getting-started-style :is(.\!rounded) {
  border-radius: 0.25rem !important;
}.getting-started-style :is(.rounded) {
  border-radius: 0.25rem;
}.getting-started-style :is(.rounded-full) {
  border-radius: 9999px;
}.getting-started-style :is(.rounded-lg) {
  border-radius: 0.5rem;
}.getting-started-style :is(.rounded-md) {
  border-radius: 0.375rem;
}.getting-started-style :is(.rounded-none) {
  border-radius: 0px;
}.getting-started-style :is(.rounded-sm) {
  border-radius: 0.125rem;
}.getting-started-style :is(.rounded-xl) {
  border-radius: 0.75rem;
}.getting-started-style :is(.rounded-b-none) {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}.getting-started-style :is(.rounded-bl) {
  border-bottom-right-radius: 0.25rem;
}.getting-started-style :is(.rounded-bl-md) {
  border-bottom-right-radius: 0.375rem;
}.getting-started-style :is(.rounded-br) {
  border-bottom-left-radius: 0.25rem;
}.getting-started-style :is(.rounded-br-md) {
  border-bottom-left-radius: 0.375rem;
}.getting-started-style :is(.rounded-tl) {
  border-top-right-radius: 0.25rem;
}.getting-started-style :is(.rounded-tl-md) {
  border-top-right-radius: 0.375rem;
}.getting-started-style :is(.rounded-tl-none) {
  border-top-right-radius: 0px;
}.getting-started-style :is(.rounded-tr) {
  border-top-left-radius: 0.25rem;
}.getting-started-style :is(.rounded-tr-md) {
  border-top-left-radius: 0.375rem;
}.getting-started-style :is(.rounded-tr-none) {
  border-top-left-radius: 0px;
}.getting-started-style :is(.border) {
  border-width: 1px;
}.getting-started-style :is(.border-0) {
  border-width: 0px;
}.getting-started-style :is(.border-0\.5) {
  border-width: 0.5px;
}.getting-started-style :is(.border-\[0\.5px\]) {
  border-width: 0.5px;
}.getting-started-style :is(.border-x-0) {
  border-right-width: 0px;
  border-left-width: 0px;
}.getting-started-style :is(.border-y) {
  border-top-width: 1px;
  border-bottom-width: 1px;
}.getting-started-style :is(.border-y-0) {
  border-top-width: 0px;
  border-bottom-width: 0px;
}.getting-started-style :is(.border-b) {
  border-bottom-width: 1px;
}.getting-started-style :is(.border-b-0) {
  border-bottom-width: 0px;
}.getting-started-style :is(.border-b-0\.5) {
  border-bottom-width: 0.5px;
}.getting-started-style :is(.border-l) {
  border-right-width: 1px;
}.getting-started-style :is(.border-l-0) {
  border-right-width: 0px;
}.getting-started-style :is(.border-r) {
  border-left-width: 1px;
}.getting-started-style :is(.border-r-0) {
  border-left-width: 0px;
}.getting-started-style :is(.border-t) {
  border-top-width: 1px;
}.getting-started-style :is(.border-t-0) {
  border-top-width: 0px;
}.getting-started-style :is(.border-t-0\.5) {
  border-top-width: 0.5px;
}.getting-started-style :is(.border-solid) {
  border-style: solid;
}.getting-started-style :is(.border-dashed) {
  border-style: dashed;
}.getting-started-style :is(.border-dotted) {
  border-style: dotted;
}.getting-started-style :is(.border-double) {
  border-style: double;
}.getting-started-style :is(.border-hidden) {
  border-style: hidden;
}.getting-started-style :is(.border-none) {
  border-style: none;
}.getting-started-style :is(.border-accent-gs-secondary) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.getting-started-style :is(.border-alert-border-danger) {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}.getting-started-style :is(.border-alert-border-green) {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}.getting-started-style :is(.border-alert-border-info) {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}.getting-started-style :is(.border-alert-border-neutral) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.border-alert-border-warning) {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}.getting-started-style :is(.border-background-inverse) {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}.getting-started-style :is(.border-badge-border-disabled) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.border-badge-border-gray) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.border-badge-border-green) {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}.getting-started-style :is(.border-badge-border-red) {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}.getting-started-style :is(.border-badge-border-sky) {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}.getting-started-style :is(.border-badge-border-yellow) {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}.getting-started-style :is(.border-border-disabled) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.border-border-strong) {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}.getting-started-style :is(.border-border-subtle) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.border-border-tertiary) {
  --tw-border-opacity: 1;
  border-color: rgb(216 223 233 / var(--tw-border-opacity));
}.getting-started-style :is(.border-brand-primary-600) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.getting-started-style :is(.border-button-primary) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.getting-started-style :is(.border-field-border) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.border-field-dropzone-color) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.getting-started-style :is(.border-focus-error-border) {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}.getting-started-style :is(.border-tab-border) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.border-text-inverse) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.getting-started-style :is(.border-toggle-off-border) {
  --tw-border-opacity: 1;
  border-color: rgb(189 193 199 / var(--tw-border-opacity));
}.getting-started-style :is(.border-transparent) {
  border-color: transparent;
}.getting-started-style :is(.border-white\/40) {
  border-color: rgb(255 255 255 / 0.4);
}.getting-started-style :is(.bg-\[currentColor\]) {
  background-color: currentColor;
}.getting-started-style :is(.bg-accent-gs-secondary) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-alert-background-danger) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-alert-background-green) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-alert-background-info) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-alert-background-neutral) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-alert-background-warning) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-background-brand) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-background-inverse) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-background-inverse\/90) {
  background-color: rgb(17 24 39 / 0.9);
}.getting-started-style :is(.bg-background-primary) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-background-quaternary) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 253 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-background-secondary) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-background-tertiary) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-background-disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-background-gray) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-background-green) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-background-red) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-background-sky) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-background-yellow) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-hover-disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-hover-gray) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-hover-green) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-hover-red) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-hover-sky) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-badge-hover-yellow) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-border-interactive) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-brand-background-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-brand-primary-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-button-danger) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-button-disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-button-primary) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-button-secondary) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-button-tertiary) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-button-tertiary-hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-current) {
  background-color: currentColor;
}.getting-started-style :is(.bg-field-background-disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-field-background-error) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-field-dropzone-background-hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-field-primary-background) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-field-secondary-background) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-gray-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-gray-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-icon-interactive) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-misc-progress-background) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-tab-background) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-text-tertiary) {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-toggle-dial-background) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-toggle-off) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-toggle-off-disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-tooltip-background-dark) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-tooltip-background-light) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-transparent) {
  background-color: transparent;
}.getting-started-style :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-white\/60) {
  background-color: rgb(255 255 255 / 0.6);
}.getting-started-style :is(.bg-zip-app-heading) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}.getting-started-style :is(.bg-opacity-75) {
  --tw-bg-opacity: 0.75;
}.getting-started-style :is(.fill-current) {
  fill: currentColor;
}.getting-started-style :is(.stroke-icon-primary) {
  stroke: #5A03EF;
}.getting-started-style :is(.stroke-support-success) {
  stroke: #16A34A;
}.getting-started-style :is(.stroke-2) {
  stroke-width: 2;
}.getting-started-style :is(.object-contain) {
  object-fit: contain;
}.getting-started-style :is(.object-cover) {
  object-fit: cover;
}.getting-started-style :is(.object-center) {
  object-position: center;
}.getting-started-style :is(.p-0) {
  padding: 0px;
}.getting-started-style :is(.p-0\.5) {
  padding: 0.125rem;
}.getting-started-style :is(.p-1) {
  padding: 0.25rem;
}.getting-started-style :is(.p-1\.5) {
  padding: 0.375rem;
}.getting-started-style :is(.p-10) {
  padding: 2.5rem;
}.getting-started-style :is(.p-2) {
  padding: 0.5rem;
}.getting-started-style :is(.p-2\.5) {
  padding: 0.625rem;
}.getting-started-style :is(.p-3) {
  padding: 0.75rem;
}.getting-started-style :is(.p-3\.5) {
  padding: 0.875rem;
}.getting-started-style :is(.p-4) {
  padding: 1rem;
}.getting-started-style :is(.p-5) {
  padding: 1.25rem;
}.getting-started-style :is(.p-6) {
  padding: 1.5rem;
}.getting-started-style :is(.px-0) {
  padding-right: 0px;
  padding-left: 0px;
}.getting-started-style :is(.px-0\.5) {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}.getting-started-style :is(.px-1) {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}.getting-started-style :is(.px-1\.5) {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}.getting-started-style :is(.px-2) {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}.getting-started-style :is(.px-2\.5) {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}.getting-started-style :is(.px-3) {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}.getting-started-style :is(.px-3\.5) {
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}.getting-started-style :is(.px-4) {
  padding-right: 1rem;
  padding-left: 1rem;
}.getting-started-style :is(.px-5) {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}.getting-started-style :is(.px-5\.5) {
  padding-right: 1.375rem;
  padding-left: 1.375rem;
}.getting-started-style :is(.px-6) {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}.getting-started-style :is(.px-8) {
  padding-right: 2rem;
  padding-left: 2rem;
}.getting-started-style :is(.py-0) {
  padding-top: 0px;
  padding-bottom: 0px;
}.getting-started-style :is(.py-0\.5) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.getting-started-style :is(.py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.getting-started-style :is(.py-1\.5) {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.getting-started-style :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.getting-started-style :is(.py-2\.5) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.getting-started-style :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.getting-started-style :is(.py-3\.5) {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}.getting-started-style :is(.py-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.getting-started-style :is(.pb-1) {
  padding-bottom: 0.25rem;
}.getting-started-style :is(.pb-3) {
  padding-bottom: 0.75rem;
}.getting-started-style :is(.pb-4) {
  padding-bottom: 1rem;
}.getting-started-style :is(.pb-5) {
  padding-bottom: 1.25rem;
}.getting-started-style :is(.pb-6) {
  padding-bottom: 1.5rem;
}.getting-started-style :is(.pl-0) {
  padding-right: 0px;
}.getting-started-style :is(.pl-1) {
  padding-right: 0.25rem;
}.getting-started-style :is(.pl-10) {
  padding-right: 2.5rem;
}.getting-started-style :is(.pl-2) {
  padding-right: 0.5rem;
}.getting-started-style :is(.pl-2\.5) {
  padding-right: 0.625rem;
}.getting-started-style :is(.pl-3) {
  padding-right: 0.75rem;
}.getting-started-style :is(.pl-3\.5) {
  padding-right: 0.875rem;
}.getting-started-style :is(.pl-4) {
  padding-right: 1rem;
}.getting-started-style :is(.pl-8) {
  padding-right: 2rem;
}.getting-started-style :is(.pl-9) {
  padding-right: 2.25rem;
}.getting-started-style :is(.pr-10) {
  padding-left: 2.5rem;
}.getting-started-style :is(.pr-12) {
  padding-left: 3rem;
}.getting-started-style :is(.pr-2) {
  padding-left: 0.5rem;
}.getting-started-style :is(.pr-2\.5) {
  padding-left: 0.625rem;
}.getting-started-style :is(.pr-3) {
  padding-left: 0.75rem;
}.getting-started-style :is(.pr-8) {
  padding-left: 2rem;
}.getting-started-style :is(.pr-9) {
  padding-left: 2.25rem;
}.getting-started-style :is(.pt-0) {
  padding-top: 0px;
}.getting-started-style :is(.pt-2) {
  padding-top: 0.5rem;
}.getting-started-style :is(.pt-3) {
  padding-top: 0.75rem;
}.getting-started-style :is(.pt-5) {
  padding-top: 1.25rem;
}.getting-started-style :is(.pt-8) {
  padding-top: 2rem;
}.getting-started-style :is(.text-left) {
  text-align: right;
}.getting-started-style :is(.text-center) {
  text-align: center;
}.getting-started-style :is(.font-mono) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}.getting-started-style :is(.font-sans) {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.getting-started-style :is(.text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}.getting-started-style :is(.text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.getting-started-style :is(.text-4xl) {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.getting-started-style :is(.text-\[2rem\]) {
  font-size: 2rem;
}.getting-started-style :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}.getting-started-style :is(.text-lg) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.getting-started-style :is(.text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.getting-started-style :is(.text-tiny) {
  font-size: 0.625rem;
}.getting-started-style :is(.text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.getting-started-style :is(.text-xs) {
  font-size: 0.75rem;
  line-height: 1rem;
}.getting-started-style :is(.font-bold) {
  font-weight: 700;
}.getting-started-style :is(.font-medium) {
  font-weight: 500;
}.getting-started-style :is(.font-normal) {
  font-weight: 400;
}.getting-started-style :is(.font-semibold) {
  font-weight: 600;
}.getting-started-style :is(.capitalize) {
  text-transform: capitalize;
}.getting-started-style :is(.italic) {
  font-style: italic;
}.getting-started-style :is(.leading-11) {
  line-height: 2.75rem;
}.getting-started-style :is(.leading-4) {
  line-height: 1rem;
}.getting-started-style :is(.leading-5) {
  line-height: 1.25rem;
}.getting-started-style :is(.leading-6) {
  line-height: 1.5rem;
}.getting-started-style :is(.leading-7) {
  line-height: 1.75rem;
}.getting-started-style :is(.leading-7\.5) {
  line-height: 1.875rem;
}.getting-started-style :is(.leading-8) {
  line-height: 2rem;
}.getting-started-style :is(.leading-9) {
  line-height: 2.25rem;
}.getting-started-style :is(.leading-9\.5) {
  line-height: 2.375rem;
}.getting-started-style :is(.leading-\[2\.6rem\]) {
  line-height: 2.6rem;
}.getting-started-style :is(.leading-none) {
  line-height: 1;
}.getting-started-style :is(.leading-relaxed) {
  line-height: 1.625;
}.getting-started-style :is(.tracking-2) {
  letter-spacing: 0.125em;
}.getting-started-style :is(.text-accent-gs-secondary) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.getting-started-style :is(.text-alert-success-dark) {
  --tw-text-opacity: 1;
  color: rgb(18 174 15 / var(--tw-text-opacity));
}.getting-started-style :is(.text-background-primary) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.getting-started-style :is(.text-badge-color-disabled) {
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity));
}.getting-started-style :is(.text-badge-color-gray) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.getting-started-style :is(.text-badge-color-green) {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}.getting-started-style :is(.text-badge-color-red) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}.getting-started-style :is(.text-badge-color-sky) {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}.getting-started-style :is(.text-badge-color-yellow) {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}.getting-started-style :is(.text-border-strong) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.getting-started-style :is(.text-brand-800) {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}.getting-started-style :is(.text-brand-primary-600) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.getting-started-style :is(.text-button-danger) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.getting-started-style :is(.text-button-primary) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.getting-started-style :is(.text-button-secondary) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.getting-started-style :is(.text-button-tertiary-color) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.getting-started-style :is(.text-disabled-text) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}.getting-started-style :is(.text-field-color-disabled) {
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity));
}.getting-started-style :is(.text-field-dropzone-color) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.getting-started-style :is(.text-field-helper) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.getting-started-style :is(.text-field-input) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.getting-started-style :is(.text-field-label) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.getting-started-style :is(.text-field-placeholder) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.getting-started-style :is(.text-gray-200) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.getting-started-style :is(.text-heading-text) {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}.getting-started-style :is(.text-icon-disabled) {
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity));
}.getting-started-style :is(.text-icon-inverse) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.getting-started-style :is(.text-icon-on-color-disabled) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.getting-started-style :is(.text-icon-primary) {
  --tw-text-opacity: 1;
  color: rgb(90 3 239 / var(--tw-text-opacity));
}.getting-started-style :is(.text-icon-secondary) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.getting-started-style :is(.text-link-primary) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.getting-started-style :is(.text-nav-inactive) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.getting-started-style :is(.text-secondary-text) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.getting-started-style :is(.text-support-error) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.getting-started-style :is(.text-support-error-inverse) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}.getting-started-style :is(.text-support-info) {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}.getting-started-style :is(.text-support-info-inverse) {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}.getting-started-style :is(.text-support-success) {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}.getting-started-style :is(.text-support-success-inverse) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}.getting-started-style :is(.text-support-warning) {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}.getting-started-style :is(.text-support-warning-inverse) {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}.getting-started-style :is(.text-text-disabled) {
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity));
}.getting-started-style :is(.text-text-inverse) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.getting-started-style :is(.text-text-on-color) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.getting-started-style :is(.text-text-primary) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.getting-started-style :is(.text-text-secondary) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.getting-started-style :is(.text-text-tertiary) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.getting-started-style :is(.text-tooltip-background-dark) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.getting-started-style :is(.text-tooltip-background-light) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.getting-started-style :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.getting-started-style :is(.text-zip-app-inactive-icon) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}.getting-started-style :is(.text-zip-body-text) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}.getting-started-style :is(.underline) {
  text-decoration-line: underline;
}.getting-started-style :is(.line-through) {
  text-decoration-line: line-through;
}.getting-started-style :is(.no-underline) {
  text-decoration-line: none;
}.getting-started-style :is(.underline-offset-2) {
  text-underline-offset: 2px;
}.getting-started-style :is(.placeholder-text-tertiary)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}.getting-started-style :is(.opacity-0) {
  opacity: 0;
}.getting-started-style :is(.opacity-10) {
  opacity: 0.1;
}.getting-started-style :is(.opacity-100) {
  opacity: 1;
}.getting-started-style :is(.opacity-20) {
  opacity: 0.2;
}.getting-started-style :is(.opacity-25) {
  opacity: 0.25;
}.getting-started-style :is(.opacity-40) {
  opacity: 0.4;
}.getting-started-style :is(.opacity-50) {
  opacity: 0.5;
}.getting-started-style :is(.opacity-75) {
  opacity: 0.75;
}.getting-started-style :is(.shadow-2xl) {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.shadow-lg) {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.shadow-md) {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.shadow-none) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.shadow-sm) {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.shadow-soft-shadow-2xl) {
  --tw-shadow: 0px 24px 64px -12px rgba(149, 160, 178, 0.32);
  --tw-shadow-colored: 0px 24px 64px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.shadow-soft-shadow-lg) {
  --tw-shadow: 0px 12px 32px -12px rgba(149, 160, 178, 0.24);
  --tw-shadow-colored: 0px 12px 32px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.shadow-xl) {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.shadow-xs) {
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.outline-none) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.getting-started-style :is(.outline) {
  outline-style: solid;
}.getting-started-style :is(.outline-1) {
  outline-width: 1px;
}.getting-started-style :is(.outline-badge-border-green) {
  outline-color: #BBF7D0;
}.getting-started-style :is(.outline-badge-border-sky) {
  outline-color: #BAE6FD;
}.getting-started-style :is(.outline-border-disabled) {
  outline-color: #E5E7EB;
}.getting-started-style :is(.outline-border-interactive) {
  outline-color: #2563EB;
}.getting-started-style :is(.outline-border-subtle) {
  outline-color: #E5E7EB;
}.getting-started-style :is(.outline-button-danger) {
  outline-color: #DC2626;
}.getting-started-style :is(.outline-button-danger-hover) {
  outline-color: #B91C1C;
}.getting-started-style :is(.outline-button-disabled) {
  outline-color: #E5E7EB;
}.getting-started-style :is(.outline-button-primary) {
  outline-color: #2563EB;
}.getting-started-style :is(.outline-button-secondary) {
  outline-color: #1F2937;
}.getting-started-style :is(.outline-field-border) {
  outline-color: #E5E7EB;
}.getting-started-style :is(.outline-field-border-disabled) {
  outline-color: #F3F4F6;
}.getting-started-style :is(.outline-focus-error-border) {
  outline-color: #FECACA;
}.getting-started-style :is(.outline-transparent) {
  outline-color: transparent;
}.getting-started-style :is(.ring) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.getting-started-style :is(.ring-0) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.getting-started-style :is(.ring-1) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.getting-started-style :is(.ring-alert-border-danger) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}.getting-started-style :is(.ring-alert-border-green) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity));
}.getting-started-style :is(.ring-alert-border-info) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity));
}.getting-started-style :is(.ring-alert-border-neutral) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}.getting-started-style :is(.ring-alert-border-warning) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
}.getting-started-style :is(.ring-background-inverse) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
}.getting-started-style :is(.ring-border-subtle) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}.getting-started-style :is(.ring-border-transparent-subtle) {
  --tw-ring-color: #37415114;
}.getting-started-style :is(.ring-brand-primary-600) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}.getting-started-style :is(.ring-focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}.getting-started-style :is(.ring-tab-border) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}.getting-started-style :is(.ring-offset-0) {
  --tw-ring-offset-width: 0px;
}.getting-started-style :is(.filter) {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.getting-started-style :is(.backdrop-blur) {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.getting-started-style :is(.backdrop-blur-sm) {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.getting-started-style :is(.transition) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.getting-started-style :is(.transition-\[box-shadow\2c color\2c background-color\]) {
  transition-property: box-shadow,color,background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.getting-started-style :is(.transition-\[color\2c box-shadow\2c outline\]) {
  transition-property: color,box-shadow,outline;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.getting-started-style :is(.transition-\[color\2c outline\2c box-shadow\]) {
  transition-property: color,outline,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.getting-started-style :is(.transition-\[outline\2c background-color\2c color\2c box-shadow\]) {
  transition-property: outline,background-color,color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.getting-started-style :is(.transition-all) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.getting-started-style :is(.transition-colors) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.getting-started-style :is(.transition-opacity) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.getting-started-style :is(.transition-transform) {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.getting-started-style :is(.duration-150) {
  transition-duration: 150ms;
}.getting-started-style :is(.duration-200) {
  transition-duration: 200ms;
}.getting-started-style :is(.duration-300) {
  transition-duration: 300ms;
}.getting-started-style :is(.duration-500) {
  transition-duration: 500ms;
}.getting-started-style :is(.ease-in) {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.getting-started-style :is(.ease-in-out) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.getting-started-style :is(.ease-linear) {
  transition-timing-function: linear;
}.getting-started-style :is(.ease-out) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.getting-started-style :is(.\[grid-area\:1\/1\/2\/3\]) {
  grid-area: 1/1/2/3;
}.getting-started-style :is(.\[word-break\:break-word\]) {
  word-break: break-word;
}#getting-started-page{font-size:16px}#getting-started-page *{box-sizing:border-box}.getting-started-style :is(.file\:border-0)::file-selector-button {
  border-width: 0px;
}.getting-started-style :is(.file\:bg-transparent)::file-selector-button {
  background-color: transparent;
}.getting-started-style :is(.file\:text-text-tertiary)::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.getting-started-style :is(.placeholder\:text-field-placeholder)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.getting-started-style :is(.placeholder\:text-text-disabled)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity));
}.getting-started-style :is(.before\:absolute)::before {
  content: var(--tw-content);
  position: absolute;
}.getting-started-style :is(.before\:left-\[25\%\])::before {
  content: var(--tw-content);
  right: 25%;
}.getting-started-style :is(.before\:top-2\/4)::before {
  content: var(--tw-content);
  top: 50%;
}.getting-started-style :is(.before\:top-\[25\%\])::before {
  content: var(--tw-content);
  top: 25%;
}.getting-started-style :is(.before\:hidden)::before {
  content: var(--tw-content);
  display: none;
}.getting-started-style :is(.before\:size-2)::before {
  content: var(--tw-content);
  width: 0.5rem;
  height: 0.5rem;
}.getting-started-style :is(.before\:h-10)::before {
  content: var(--tw-content);
  height: 2.5rem;
}.getting-started-style :is(.before\:w-10)::before {
  content: var(--tw-content);
  width: 2.5rem;
}.getting-started-style :is(.before\:-translate-x-2\/4)::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.before\:-translate-y-2\/4)::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.before\:rounded-full)::before {
  content: var(--tw-content);
  border-radius: 9999px;
}.getting-started-style :is(.before\:bg-white)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.before\:opacity-0)::before {
  content: var(--tw-content);
  opacity: 0;
}.getting-started-style :is(.before\:transition-opacity)::before {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.getting-started-style :is(.before\:content-\[\'\'\])::before {
  --tw-content: '';
  content: var(--tw-content);
}.getting-started-style :is(.after\:ml-0)::after {
  content: var(--tw-content);
  margin-right: 0px;
}.getting-started-style :is(.after\:ml-0\.5)::after {
  content: var(--tw-content);
  margin-right: 0.125rem;
}.getting-started-style :is(.after\:text-field-required)::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.getting-started-style :is(.after\:content-\[\'\*\'\])::after {
  --tw-content: '*';
  content: var(--tw-content);
}.getting-started-style :is(.first\:rounded-bl:first-child) {
  border-bottom-right-radius: 0.25rem;
}.getting-started-style :is(.first\:rounded-tl:first-child) {
  border-top-right-radius: 0.25rem;
}.getting-started-style :is(.first\:border-0:first-child) {
  border-width: 0px;
}.getting-started-style :is(.first\:border-r:first-child) {
  border-left-width: 1px;
}.getting-started-style :is(.first\:border-border-subtle:first-child) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.last\:rounded-br:last-child) {
  border-bottom-left-radius: 0.25rem;
}.getting-started-style :is(.last\:rounded-tr:last-child) {
  border-top-left-radius: 0.25rem;
}.getting-started-style :is(.last\:border-0:last-child) {
  border-width: 0px;
}.getting-started-style :is(.checked\:border-border-interactive:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.getting-started-style :is(.checked\:border-toggle-on-border:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}.getting-started-style :is(.checked\:bg-toggle-on:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.checked\:\[background-image\:none\]:checked) {
  background-image: none;
}.getting-started-style :is(.checked\:before\:hidden:checked)::before {
  content: var(--tw-content);
  display: none;
}.getting-started-style :is(.checked\:before\:content-\[\'\'\]:checked)::before {
  --tw-content: '';
  content: var(--tw-content);
}.getting-started-style :is(.focus-within\:z-10:focus-within) {
  z-index: 10;
}.getting-started-style :is(.focus-within\:border-focus-border:focus-within) {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}.getting-started-style :is(.focus-within\:text-field-input:focus-within) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.getting-started-style :is(.focus-within\:outline-none:focus-within) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.getting-started-style :is(.focus-within\:outline-focus-border:focus-within) {
  outline-color: #BFDBFE;
}.getting-started-style :is(.focus-within\:ring-2:focus-within) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.getting-started-style :is(.focus-within\:ring-focus:focus-within) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}.getting-started-style :is(.focus-within\:ring-offset-2:focus-within) {
  --tw-ring-offset-width: 2px;
}.getting-started-style :is(.hover\:border-border-disabled:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.hover\:border-border-interactive:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.getting-started-style :is(.hover\:border-border-strong:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}.getting-started-style :is(.hover\:border-button-primary:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.getting-started-style :is(.hover\:border-field-border:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.hover\:border-field-dropzone-color:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.getting-started-style :is(.hover\:border-text-inverse:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.getting-started-style :is(.hover\:bg-background-brand:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-background-secondary:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-badge-hover-disabled:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-badge-hover-gray:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-badge-hover-green:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-badge-hover-red:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-badge-hover-sky:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-badge-hover-yellow:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-button-danger-hover:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-button-primary-hover:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-button-secondary-hover:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-button-tertiary-hover:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-field-background-error:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-field-dropzone-background-hover:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:bg-transparent:hover) {
  background-color: transparent;
}.getting-started-style :is(.hover\:bg-white:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.hover\:text-accent-gs-secondary:hover) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.getting-started-style :is(.hover\:text-black:hover) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.getting-started-style :is(.hover\:text-button-danger-secondary:hover) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.getting-started-style :is(.hover\:text-button-primary-hover:hover) {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}.getting-started-style :is(.hover\:text-link-primary-hover:hover) {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}.getting-started-style :is(.hover\:text-nav-active:hover) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.getting-started-style :is(.hover\:text-text-disabled:hover) {
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity));
}.getting-started-style :is(.hover\:text-text-inverse:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.getting-started-style :is(.hover\:text-text-primary:hover) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.getting-started-style :is(.hover\:underline:hover) {
  text-decoration-line: underline;
}.getting-started-style :is(.hover\:no-underline:hover) {
  text-decoration-line: none;
}.getting-started-style :is(.hover\:shadow-sm:hover) {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.hover\:outline-badge-border-green:hover) {
  outline-color: #BBF7D0;
}.getting-started-style :is(.hover\:outline-badge-border-sky:hover) {
  outline-color: #BAE6FD;
}.getting-started-style :is(.hover\:outline-border-disabled:hover) {
  outline-color: #E5E7EB;
}.getting-started-style :is(.hover\:outline-border-interactive:hover) {
  outline-color: #2563EB;
}.getting-started-style :is(.hover\:outline-border-strong:hover) {
  outline-color: #6B7280;
}.getting-started-style :is(.hover\:outline-border-subtle:hover) {
  outline-color: #E5E7EB;
}.getting-started-style :is(.hover\:outline-button-danger:hover) {
  outline-color: #DC2626;
}.getting-started-style :is(.hover\:outline-button-danger-hover:hover) {
  outline-color: #B91C1C;
}.getting-started-style :is(.hover\:outline-button-primary-hover:hover) {
  outline-color: #1D4ED8;
}.getting-started-style :is(.hover\:outline-button-secondary-hover:hover) {
  outline-color: #374151;
}.getting-started-style :is(.hover\:outline-field-border-disabled:hover) {
  outline-color: #F3F4F6;
}.getting-started-style :is(.hover\:before\:opacity-10:hover)::before {
  content: var(--tw-content);
  opacity: 0.1;
}.getting-started-style :is(.checked\:hover\:border-toggle-on-hover:hover:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}.getting-started-style :is(.checked\:hover\:bg-toggle-on-hover:hover:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.focus-within\:hover\:border-focus-border:hover:focus-within) {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}.getting-started-style :is(.focus-within\:hover\:outline-focus-border:hover:focus-within) {
  outline-color: #BFDBFE;
}.getting-started-style :is(.hover\:focus-within\:outline-focus-border:focus-within:hover) {
  outline-color: #BFDBFE;
}.getting-started-style :is(.focus\:rounded-sm:focus) {
  border-radius: 0.125rem;
}.getting-started-style :is(.focus\:border-border-interactive:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.getting-started-style :is(.focus\:border-focus-border:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}.getting-started-style :is(.focus\:border-focus-error-border:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}.getting-started-style :is(.focus\:border-toggle-off-border:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(189 193 199 / var(--tw-border-opacity));
}.getting-started-style :is(.focus\:bg-background-secondary:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.focus\:bg-badge-hover-green:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}.getting-started-style :is(.focus\:bg-badge-hover-sky:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}.getting-started-style :is(.focus\:bg-button-tertiary-hover:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.getting-started-style :is(.focus\:shadow-none:focus) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.focus\:outline-none:focus) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.getting-started-style :is(.focus\:outline:focus) {
  outline-style: solid;
}.getting-started-style :is(.focus\:outline-1:focus) {
  outline-width: 1px;
}.getting-started-style :is(.focus\:outline-border-subtle:focus) {
  outline-color: #E5E7EB;
}.getting-started-style :is(.focus\:outline-focus-border:focus) {
  outline-color: #BFDBFE;
}.getting-started-style :is(.focus\:outline-focus-error-border:focus) {
  outline-color: #FECACA;
}.getting-started-style :is(.focus\:ring:focus) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.getting-started-style :is(.focus\:ring-0:focus) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.getting-started-style :is(.focus\:ring-1:focus) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.getting-started-style :is(.focus\:ring-2:focus) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.getting-started-style :is(.focus\:ring-badge-color-green:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity));
}.getting-started-style :is(.focus\:ring-badge-color-sky:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity));
}.getting-started-style :is(.focus\:ring-border-interactive:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}.getting-started-style :is(.focus\:ring-field-color-error:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}.getting-started-style :is(.focus\:ring-focus:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}.getting-started-style :is(.focus\:ring-focus-error:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}.getting-started-style :is(.focus\:ring-toggle-on:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}.getting-started-style :is(.focus\:ring-transparent:focus) {
  --tw-ring-color: transparent;
}.getting-started-style :is(.focus\:ring-offset-0:focus) {
  --tw-ring-offset-width: 0px;
}.getting-started-style :is(.focus\:ring-offset-2:focus) {
  --tw-ring-offset-width: 2px;
}.getting-started-style :is(.focus\:ring-offset-8:focus) {
  --tw-ring-offset-width: 8px;
}.getting-started-style :is(.focus\:\[box-shadow\:none\]:focus) {
  box-shadow: none;
}.getting-started-style :is(.checked\:focus\:border-toggle-on-border:focus:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}.getting-started-style :is(.focus-visible\:outline-none:focus-visible) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.getting-started-style :is(.active\:text-button-primary:active) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.getting-started-style :is(.active\:outline-none:active) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.getting-started-style :is(.disabled\:cursor-default:disabled) {
  cursor: default;
}.getting-started-style :is(.disabled\:cursor-not-allowed:disabled) {
  cursor: not-allowed;
}.getting-started-style :is(.disabled\:border-border-disabled:disabled) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.disabled\:border-field-border-disabled:disabled) {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}.getting-started-style :is(.disabled\:border-transparent:disabled) {
  border-color: transparent;
}.getting-started-style :is(.disabled\:bg-button-disabled:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.getting-started-style :is(.disabled\:bg-button-tertiary:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.disabled\:bg-white:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.disabled\:text-text-disabled:disabled) {
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity));
}.getting-started-style :is(.disabled\:shadow-none:disabled) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.disabled\:shadow-toggle-disabled:disabled) {
  --tw-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  --tw-shadow-colored: inset 1px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.getting-started-style :is(.disabled\:outline-border-disabled:disabled) {
  outline-color: #E5E7EB;
}.getting-started-style :is(.disabled\:outline-button-disabled:disabled) {
  outline-color: #E5E7EB;
}.getting-started-style :is(.disabled\:outline-field-border-disabled:disabled) {
  outline-color: #F3F4F6;
}.getting-started-style :is(.checked\:disabled\:border-border-disabled:disabled:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.getting-started-style :is(.checked\:disabled\:bg-toggle-on-disabled:disabled:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.checked\:disabled\:bg-white:disabled:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.group\/switch:focus-within .group-focus-within\/switch\:size-3) {
  width: 0.75rem;
  height: 0.75rem;
}.getting-started-style :is(.group\/switch:focus-within .group-focus-within\/switch\:size-3\.25) {
  width: 0.8125rem;
  height: 0.8125rem;
}.getting-started-style :is(.group\/switch:focus-within .group-focus-within\/switch\:size-4) {
  width: 1rem;
  height: 1rem;
}.getting-started-style :is(.group\/switch:focus-within .group-focus-within\/switch\:size-5) {
  width: 1.25rem;
  height: 1.25rem;
}.getting-started-style :is(.group:focus-within .group-focus-within\:text-icon-primary) {
  --tw-text-opacity: 1;
  color: rgb(90 3 239 / var(--tw-text-opacity));
}.getting-started-style :is(.group\/switch:hover .group-hover\/switch\:right-0\.5) {
  left: 0.125rem;
}.getting-started-style :is(.group\/switch:hover .group-hover\/switch\:size-3) {
  width: 0.75rem;
  height: 0.75rem;
}.getting-started-style :is(.group\/switch:hover .group-hover\/switch\:size-3\.25) {
  width: 0.8125rem;
  height: 0.8125rem;
}.getting-started-style :is(.group\/switch:hover .group-hover\/switch\:size-4) {
  width: 1rem;
  height: 1rem;
}.getting-started-style :is(.group\/switch:hover .group-hover\/switch\:size-5) {
  width: 1.25rem;
  height: 1.25rem;
}.getting-started-style :is(.group\/switch:hover .group-hover\/switch\:border-toggle-on-border) {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}.getting-started-style :is(.group\/switch:hover .group-hover\/switch\:bg-toggle-off-hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(189 193 199 / var(--tw-bg-opacity));
}.getting-started-style :is(.group:hover .group-hover\:stroke-background-brand) {
  stroke: #2563EB;
}.getting-started-style :is(.group:hover .group-hover\:text-field-input) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.getting-started-style :is(.group:hover .group-hover\:text-icon-primary) {
  --tw-text-opacity: 1;
  color: rgb(90 3 239 / var(--tw-text-opacity));
}.getting-started-style :is(.group\/switch:hover .checked\:group-hover\/switch\:border-toggle-on-border:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}.getting-started-style :is(.group\/switch:hover .checked\:group-hover\/switch\:bg-toggle-on-hover:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.group:disabled .group-disabled\:text-field-color-disabled) {
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity));
}.getting-started-style :is(.group:disabled .group-disabled\:text-icon-disabled) {
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity));
}.getting-started-style :is(.peer:checked ~ .peer-checked\:translate-x-3) {
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.peer:checked ~ .peer-checked\:translate-x-3\.75) {
  --tw-translate-x: 0.9375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.peer:checked ~ .peer-checked\:translate-x-5) {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.getting-started-style :is(.peer:checked ~ .peer-checked\:opacity-100) {
  opacity: 1;
}.getting-started-style :is(.peer:disabled ~ .peer-disabled\:cursor-not-allowed) {
  cursor: not-allowed;
}.getting-started-style :is(.peer:disabled ~ .peer-disabled\:text-border-disabled) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.getting-started-style :is(.not-rtl\:left-1:not([dir="rtl"], [dir="rtl"] *)) {
  right: 0.25rem;
}.getting-started-style :is(.not-rtl\:left-2\/4:not([dir="rtl"], [dir="rtl"] *)) {
  right: 50%;
}.getting-started-style :is(.not-rtl\:before\:left-2\/4:not([dir="rtl"], [dir="rtl"] *))::before {
  content: var(--tw-content);
  right: 50%;
}.getting-started-style :is(.group\/switch:focus-within .not-rtl\:group-focus-within\/switch\:left-0:not([dir="rtl"], [dir="rtl"] *)) {
  right: 0px;
}.getting-started-style :is(.group\/switch:focus-within .not-rtl\:group-focus-within\/switch\:left-0\.5:not([dir="rtl"], [dir="rtl"] *)) {
  right: 0.125rem;
}.getting-started-style :is(.group\/switch:hover .not-rtl\:group-hover\/switch\:left-0:not([dir="rtl"], [dir="rtl"] *)) {
  right: 0px;
}.getting-started-style :is(.group\/switch:hover .not-rtl\:group-hover\/switch\:left-0\.5:not([dir="rtl"], [dir="rtl"] *)) {
  right: 0.125rem;
}@media (min-width: 640px) {

  .getting-started-style :is(.sm\:my-8) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .getting-started-style :is(.sm\:w-full) {
    width: 100%;
  }

  .getting-started-style :is(.sm\:max-w-\[24rem\]) {
    max-width: 24rem;
  }

  .getting-started-style :is(.sm\:max-w-\[29rem\]) {
    max-width: 29rem;
  }

  .getting-started-style :is(.sm\:max-w-\[30rem\]) {
    max-width: 30rem;
  }

  .getting-started-style :is(.sm\:max-w-\[32\.5rem\]) {
    max-width: 32.5rem;
  }

  .getting-started-style :is(.sm\:max-w-\[35rem\]) {
    max-width: 35rem;
  }

  .getting-started-style :is(.sm\:max-w-\[40rem\]) {
    max-width: 40rem;
  }

  .getting-started-style :is(.sm\:translate-y-0) {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .getting-started-style :is(.sm\:scale-100) {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .getting-started-style :is(.sm\:scale-95) {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .getting-started-style :is(.sm\:items-center) {
    align-items: center;
  }

  .getting-started-style :is(.sm\:p-0) {
    padding: 0px;
  }
}@media (min-width: 768px) {

  .getting-started-style :is(.md\:order-1) {
    order: 1;
  }

  .getting-started-style :is(.md\:order-10) {
    order: 10;
  }

  .getting-started-style :is(.md\:order-11) {
    order: 11;
  }

  .getting-started-style :is(.md\:order-12) {
    order: 12;
  }

  .getting-started-style :is(.md\:order-2) {
    order: 2;
  }

  .getting-started-style :is(.md\:order-3) {
    order: 3;
  }

  .getting-started-style :is(.md\:order-4) {
    order: 4;
  }

  .getting-started-style :is(.md\:order-5) {
    order: 5;
  }

  .getting-started-style :is(.md\:order-6) {
    order: 6;
  }

  .getting-started-style :is(.md\:order-7) {
    order: 7;
  }

  .getting-started-style :is(.md\:order-8) {
    order: 8;
  }

  .getting-started-style :is(.md\:order-9) {
    order: 9;
  }

  .getting-started-style :is(.md\:order-first) {
    order: -9999;
  }

  .getting-started-style :is(.md\:order-last) {
    order: 9999;
  }

  .getting-started-style :is(.md\:order-none) {
    order: 0;
  }

  .getting-started-style :is(.md\:col-span-1) {
    grid-column: span 1 / span 1;
  }

  .getting-started-style :is(.md\:col-span-10) {
    grid-column: span 10 / span 10;
  }

  .getting-started-style :is(.md\:col-span-11) {
    grid-column: span 11 / span 11;
  }

  .getting-started-style :is(.md\:col-span-12) {
    grid-column: span 12 / span 12;
  }

  .getting-started-style :is(.md\:col-span-2) {
    grid-column: span 2 / span 2;
  }

  .getting-started-style :is(.md\:col-span-3) {
    grid-column: span 3 / span 3;
  }

  .getting-started-style :is(.md\:col-span-4) {
    grid-column: span 4 / span 4;
  }

  .getting-started-style :is(.md\:col-span-5) {
    grid-column: span 5 / span 5;
  }

  .getting-started-style :is(.md\:col-span-6) {
    grid-column: span 6 / span 6;
  }

  .getting-started-style :is(.md\:col-span-7) {
    grid-column: span 7 / span 7;
  }

  .getting-started-style :is(.md\:col-span-8) {
    grid-column: span 8 / span 8;
  }

  .getting-started-style :is(.md\:col-span-9) {
    grid-column: span 9 / span 9;
  }

  .getting-started-style :is(.md\:col-start-1) {
    grid-column-start: 1;
  }

  .getting-started-style :is(.md\:col-start-10) {
    grid-column-start: 10;
  }

  .getting-started-style :is(.md\:col-start-11) {
    grid-column-start: 11;
  }

  .getting-started-style :is(.md\:col-start-12) {
    grid-column-start: 12;
  }

  .getting-started-style :is(.md\:col-start-2) {
    grid-column-start: 2;
  }

  .getting-started-style :is(.md\:col-start-3) {
    grid-column-start: 3;
  }

  .getting-started-style :is(.md\:col-start-4) {
    grid-column-start: 4;
  }

  .getting-started-style :is(.md\:col-start-5) {
    grid-column-start: 5;
  }

  .getting-started-style :is(.md\:col-start-6) {
    grid-column-start: 6;
  }

  .getting-started-style :is(.md\:col-start-7) {
    grid-column-start: 7;
  }

  .getting-started-style :is(.md\:col-start-8) {
    grid-column-start: 8;
  }

  .getting-started-style :is(.md\:col-start-9) {
    grid-column-start: 9;
  }

  .getting-started-style :is(.md\:ml-auto) {
    margin-right: auto;
  }

  .getting-started-style :is(.md\:mr-0) {
    margin-left: 0px;
  }

  .getting-started-style :is(.md\:w-1\/10) {
    width: 10%;
  }

  .getting-started-style :is(.md\:w-1\/11) {
    width: 9.0909091%;
  }

  .getting-started-style :is(.md\:w-1\/12) {
    width: 8.3333333%;
  }

  .getting-started-style :is(.md\:w-1\/2) {
    width: 50%;
  }

  .getting-started-style :is(.md\:w-1\/3) {
    width: 33.333333%;
  }

  .getting-started-style :is(.md\:w-1\/4) {
    width: 25%;
  }

  .getting-started-style :is(.md\:w-1\/5) {
    width: 20%;
  }

  .getting-started-style :is(.md\:w-1\/6) {
    width: 16.666667%;
  }

  .getting-started-style :is(.md\:w-1\/7) {
    width: 14.2857143%;
  }

  .getting-started-style :is(.md\:w-1\/8) {
    width: 12.5%;
  }

  .getting-started-style :is(.md\:w-1\/9) {
    width: 11.1111111%;
  }

  .getting-started-style :is(.md\:w-4\/5) {
    width: 80%;
  }

  .getting-started-style :is(.md\:w-full) {
    width: 100%;
  }

  .getting-started-style :is(.md\:shrink) {
    flex-shrink: 1;
  }

  .getting-started-style :is(.md\:shrink-0) {
    flex-shrink: 0;
  }

  .getting-started-style :is(.md\:grow) {
    flex-grow: 1;
  }

  .getting-started-style :is(.md\:grow-0) {
    flex-grow: 0;
  }

  .getting-started-style :is(.md\:grid-flow-row) {
    grid-auto-flow: row;
  }

  .getting-started-style :is(.md\:grid-flow-col) {
    grid-auto-flow: column;
  }

  .getting-started-style :is(.md\:grid-flow-row-dense) {
    grid-auto-flow: row dense;
  }

  .getting-started-style :is(.md\:grid-flow-col-dense) {
    grid-auto-flow: column dense;
  }

  .getting-started-style :is(.md\:grid-cols-1) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:grid-cols-10) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:grid-cols-11) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:grid-cols-12) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:grid-cols-4) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:grid-cols-5) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:grid-cols-6) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:grid-cols-7) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:grid-cols-8) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:grid-cols-9) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .getting-started-style :is(.md\:flex-row) {
    flex-direction: row;
  }

  .getting-started-style :is(.md\:flex-row-reverse) {
    flex-direction: row-reverse;
  }

  .getting-started-style :is(.md\:flex-col) {
    flex-direction: column;
  }

  .getting-started-style :is(.md\:flex-col-reverse) {
    flex-direction: column-reverse;
  }

  .getting-started-style :is(.md\:flex-wrap) {
    flex-wrap: wrap;
  }

  .getting-started-style :is(.md\:flex-wrap-reverse) {
    flex-wrap: wrap-reverse;
  }

  .getting-started-style :is(.md\:flex-nowrap) {
    flex-wrap: nowrap;
  }

  .getting-started-style :is(.md\:items-start) {
    align-items: flex-start;
  }

  .getting-started-style :is(.md\:items-end) {
    align-items: flex-end;
  }

  .getting-started-style :is(.md\:items-center) {
    align-items: center;
  }

  .getting-started-style :is(.md\:items-baseline) {
    align-items: baseline;
  }

  .getting-started-style :is(.md\:items-stretch) {
    align-items: stretch;
  }

  .getting-started-style :is(.md\:justify-normal) {
    justify-content: normal;
  }

  .getting-started-style :is(.md\:justify-start) {
    justify-content: flex-start;
  }

  .getting-started-style :is(.md\:justify-end) {
    justify-content: flex-end;
  }

  .getting-started-style :is(.md\:justify-center) {
    justify-content: center;
  }

  .getting-started-style :is(.md\:justify-between) {
    justify-content: space-between;
  }

  .getting-started-style :is(.md\:justify-around) {
    justify-content: space-around;
  }

  .getting-started-style :is(.md\:justify-evenly) {
    justify-content: space-evenly;
  }

  .getting-started-style :is(.md\:justify-stretch) {
    justify-content: stretch;
  }

  .getting-started-style :is(.md\:gap-2) {
    gap: 0.5rem;
  }

  .getting-started-style :is(.md\:gap-4) {
    gap: 1rem;
  }

  .getting-started-style :is(.md\:gap-5) {
    gap: 1.25rem;
  }

  .getting-started-style :is(.md\:gap-6) {
    gap: 1.5rem;
  }

  .getting-started-style :is(.md\:gap-8) {
    gap: 2rem;
  }

  .getting-started-style :is(.md\:gap-x-2) {
    column-gap: 0.5rem;
  }

  .getting-started-style :is(.md\:gap-x-4) {
    column-gap: 1rem;
  }

  .getting-started-style :is(.md\:gap-x-5) {
    column-gap: 1.25rem;
  }

  .getting-started-style :is(.md\:gap-x-6) {
    column-gap: 1.5rem;
  }

  .getting-started-style :is(.md\:gap-x-8) {
    column-gap: 2rem;
  }

  .getting-started-style :is(.md\:gap-y-2) {
    row-gap: 0.5rem;
  }

  .getting-started-style :is(.md\:gap-y-4) {
    row-gap: 1rem;
  }

  .getting-started-style :is(.md\:gap-y-5) {
    row-gap: 1.25rem;
  }

  .getting-started-style :is(.md\:gap-y-6) {
    row-gap: 1.5rem;
  }

  .getting-started-style :is(.md\:gap-y-8) {
    row-gap: 2rem;
  }

  .getting-started-style :is(.md\:space-x-1 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.25rem * var(--tw-space-x-reverse));
    margin-right: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .getting-started-style :is(.md\:self-start) {
    align-self: flex-start;
  }

  .getting-started-style :is(.md\:self-end) {
    align-self: flex-end;
  }

  .getting-started-style :is(.md\:self-center) {
    align-self: center;
  }

  .getting-started-style :is(.md\:self-stretch) {
    align-self: stretch;
  }

  .getting-started-style :is(.md\:self-baseline) {
    align-self: baseline;
  }

  .getting-started-style :is(.md\:justify-self-auto) {
    justify-self: auto;
  }

  .getting-started-style :is(.md\:justify-self-start) {
    justify-self: start;
  }

  .getting-started-style :is(.md\:justify-self-end) {
    justify-self: end;
  }

  .getting-started-style :is(.md\:justify-self-center) {
    justify-self: center;
  }

  .getting-started-style :is(.md\:justify-self-stretch) {
    justify-self: stretch;
  }
}@media (min-width: 1024px) {

  .getting-started-style :is(.lg\:order-1) {
    order: 1;
  }

  .getting-started-style :is(.lg\:order-10) {
    order: 10;
  }

  .getting-started-style :is(.lg\:order-11) {
    order: 11;
  }

  .getting-started-style :is(.lg\:order-12) {
    order: 12;
  }

  .getting-started-style :is(.lg\:order-2) {
    order: 2;
  }

  .getting-started-style :is(.lg\:order-3) {
    order: 3;
  }

  .getting-started-style :is(.lg\:order-4) {
    order: 4;
  }

  .getting-started-style :is(.lg\:order-5) {
    order: 5;
  }

  .getting-started-style :is(.lg\:order-6) {
    order: 6;
  }

  .getting-started-style :is(.lg\:order-7) {
    order: 7;
  }

  .getting-started-style :is(.lg\:order-8) {
    order: 8;
  }

  .getting-started-style :is(.lg\:order-9) {
    order: 9;
  }

  .getting-started-style :is(.lg\:order-first) {
    order: -9999;
  }

  .getting-started-style :is(.lg\:order-last) {
    order: 9999;
  }

  .getting-started-style :is(.lg\:order-none) {
    order: 0;
  }

  .getting-started-style :is(.lg\:col-span-1) {
    grid-column: span 1 / span 1;
  }

  .getting-started-style :is(.lg\:col-span-10) {
    grid-column: span 10 / span 10;
  }

  .getting-started-style :is(.lg\:col-span-11) {
    grid-column: span 11 / span 11;
  }

  .getting-started-style :is(.lg\:col-span-12) {
    grid-column: span 12 / span 12;
  }

  .getting-started-style :is(.lg\:col-span-2) {
    grid-column: span 2 / span 2;
  }

  .getting-started-style :is(.lg\:col-span-3) {
    grid-column: span 3 / span 3;
  }

  .getting-started-style :is(.lg\:col-span-4) {
    grid-column: span 4 / span 4;
  }

  .getting-started-style :is(.lg\:col-span-5) {
    grid-column: span 5 / span 5;
  }

  .getting-started-style :is(.lg\:col-span-6) {
    grid-column: span 6 / span 6;
  }

  .getting-started-style :is(.lg\:col-span-7) {
    grid-column: span 7 / span 7;
  }

  .getting-started-style :is(.lg\:col-span-8) {
    grid-column: span 8 / span 8;
  }

  .getting-started-style :is(.lg\:col-span-9) {
    grid-column: span 9 / span 9;
  }

  .getting-started-style :is(.lg\:col-start-1) {
    grid-column-start: 1;
  }

  .getting-started-style :is(.lg\:col-start-10) {
    grid-column-start: 10;
  }

  .getting-started-style :is(.lg\:col-start-11) {
    grid-column-start: 11;
  }

  .getting-started-style :is(.lg\:col-start-12) {
    grid-column-start: 12;
  }

  .getting-started-style :is(.lg\:col-start-2) {
    grid-column-start: 2;
  }

  .getting-started-style :is(.lg\:col-start-3) {
    grid-column-start: 3;
  }

  .getting-started-style :is(.lg\:col-start-4) {
    grid-column-start: 4;
  }

  .getting-started-style :is(.lg\:col-start-5) {
    grid-column-start: 5;
  }

  .getting-started-style :is(.lg\:col-start-6) {
    grid-column-start: 6;
  }

  .getting-started-style :is(.lg\:col-start-7) {
    grid-column-start: 7;
  }

  .getting-started-style :is(.lg\:col-start-8) {
    grid-column-start: 8;
  }

  .getting-started-style :is(.lg\:col-start-9) {
    grid-column-start: 9;
  }

  .getting-started-style :is(.lg\:w-1\/10) {
    width: 10%;
  }

  .getting-started-style :is(.lg\:w-1\/11) {
    width: 9.0909091%;
  }

  .getting-started-style :is(.lg\:w-1\/12) {
    width: 8.3333333%;
  }

  .getting-started-style :is(.lg\:w-1\/2) {
    width: 50%;
  }

  .getting-started-style :is(.lg\:w-1\/3) {
    width: 33.333333%;
  }

  .getting-started-style :is(.lg\:w-1\/4) {
    width: 25%;
  }

  .getting-started-style :is(.lg\:w-1\/5) {
    width: 20%;
  }

  .getting-started-style :is(.lg\:w-1\/6) {
    width: 16.666667%;
  }

  .getting-started-style :is(.lg\:w-1\/7) {
    width: 14.2857143%;
  }

  .getting-started-style :is(.lg\:w-1\/8) {
    width: 12.5%;
  }

  .getting-started-style :is(.lg\:w-1\/9) {
    width: 11.1111111%;
  }

  .getting-started-style :is(.lg\:w-3\/5) {
    width: 60%;
  }

  .getting-started-style :is(.lg\:w-\[47\.5rem\]) {
    width: 47.5rem;
  }

  .getting-started-style :is(.lg\:w-full) {
    width: 100%;
  }

  .getting-started-style :is(.lg\:shrink) {
    flex-shrink: 1;
  }

  .getting-started-style :is(.lg\:shrink-0) {
    flex-shrink: 0;
  }

  .getting-started-style :is(.lg\:grow) {
    flex-grow: 1;
  }

  .getting-started-style :is(.lg\:grow-0) {
    flex-grow: 0;
  }

  .getting-started-style :is(.lg\:grid-flow-row) {
    grid-auto-flow: row;
  }

  .getting-started-style :is(.lg\:grid-flow-col) {
    grid-auto-flow: column;
  }

  .getting-started-style :is(.lg\:grid-flow-row-dense) {
    grid-auto-flow: row dense;
  }

  .getting-started-style :is(.lg\:grid-flow-col-dense) {
    grid-auto-flow: column dense;
  }

  .getting-started-style :is(.lg\:grid-cols-1) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:grid-cols-10) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:grid-cols-11) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:grid-cols-12) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:grid-cols-4) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:grid-cols-5) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:grid-cols-6) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:grid-cols-7) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:grid-cols-8) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:grid-cols-9) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .getting-started-style :is(.lg\:flex-row) {
    flex-direction: row;
  }

  .getting-started-style :is(.lg\:flex-row-reverse) {
    flex-direction: row-reverse;
  }

  .getting-started-style :is(.lg\:flex-col) {
    flex-direction: column;
  }

  .getting-started-style :is(.lg\:flex-col-reverse) {
    flex-direction: column-reverse;
  }

  .getting-started-style :is(.lg\:flex-wrap) {
    flex-wrap: wrap;
  }

  .getting-started-style :is(.lg\:flex-wrap-reverse) {
    flex-wrap: wrap-reverse;
  }

  .getting-started-style :is(.lg\:flex-nowrap) {
    flex-wrap: nowrap;
  }

  .getting-started-style :is(.lg\:items-start) {
    align-items: flex-start;
  }

  .getting-started-style :is(.lg\:items-end) {
    align-items: flex-end;
  }

  .getting-started-style :is(.lg\:items-center) {
    align-items: center;
  }

  .getting-started-style :is(.lg\:items-baseline) {
    align-items: baseline;
  }

  .getting-started-style :is(.lg\:items-stretch) {
    align-items: stretch;
  }

  .getting-started-style :is(.lg\:justify-normal) {
    justify-content: normal;
  }

  .getting-started-style :is(.lg\:justify-start) {
    justify-content: flex-start;
  }

  .getting-started-style :is(.lg\:justify-end) {
    justify-content: flex-end;
  }

  .getting-started-style :is(.lg\:justify-center) {
    justify-content: center;
  }

  .getting-started-style :is(.lg\:justify-between) {
    justify-content: space-between;
  }

  .getting-started-style :is(.lg\:justify-around) {
    justify-content: space-around;
  }

  .getting-started-style :is(.lg\:justify-evenly) {
    justify-content: space-evenly;
  }

  .getting-started-style :is(.lg\:justify-stretch) {
    justify-content: stretch;
  }

  .getting-started-style :is(.lg\:gap-2) {
    gap: 0.5rem;
  }

  .getting-started-style :is(.lg\:gap-4) {
    gap: 1rem;
  }

  .getting-started-style :is(.lg\:gap-5) {
    gap: 1.25rem;
  }

  .getting-started-style :is(.lg\:gap-6) {
    gap: 1.5rem;
  }

  .getting-started-style :is(.lg\:gap-8) {
    gap: 2rem;
  }

  .getting-started-style :is(.lg\:gap-x-2) {
    column-gap: 0.5rem;
  }

  .getting-started-style :is(.lg\:gap-x-4) {
    column-gap: 1rem;
  }

  .getting-started-style :is(.lg\:gap-x-5) {
    column-gap: 1.25rem;
  }

  .getting-started-style :is(.lg\:gap-x-6) {
    column-gap: 1.5rem;
  }

  .getting-started-style :is(.lg\:gap-x-8) {
    column-gap: 2rem;
  }

  .getting-started-style :is(.lg\:gap-y-2) {
    row-gap: 0.5rem;
  }

  .getting-started-style :is(.lg\:gap-y-4) {
    row-gap: 1rem;
  }

  .getting-started-style :is(.lg\:gap-y-5) {
    row-gap: 1.25rem;
  }

  .getting-started-style :is(.lg\:gap-y-6) {
    row-gap: 1.5rem;
  }

  .getting-started-style :is(.lg\:gap-y-8) {
    row-gap: 2rem;
  }

  .getting-started-style :is(.lg\:self-start) {
    align-self: flex-start;
  }

  .getting-started-style :is(.lg\:self-end) {
    align-self: flex-end;
  }

  .getting-started-style :is(.lg\:self-center) {
    align-self: center;
  }

  .getting-started-style :is(.lg\:self-stretch) {
    align-self: stretch;
  }

  .getting-started-style :is(.lg\:self-baseline) {
    align-self: baseline;
  }

  .getting-started-style :is(.lg\:justify-self-auto) {
    justify-self: auto;
  }

  .getting-started-style :is(.lg\:justify-self-start) {
    justify-self: start;
  }

  .getting-started-style :is(.lg\:justify-self-end) {
    justify-self: end;
  }

  .getting-started-style :is(.lg\:justify-self-center) {
    justify-self: center;
  }

  .getting-started-style :is(.lg\:justify-self-stretch) {
    justify-self: stretch;
  }
}@media (min-width: 1280px) {

  .getting-started-style :is(.xl\:w-2\/5) {
    width: 40%;
  }
}.getting-started-style :is(.rtl\:right-1:where([dir="rtl"], [dir="rtl"] *)) {
  left: 0.25rem;
}.getting-started-style :is(.rtl\:right-2\/4:where([dir="rtl"], [dir="rtl"] *)) {
  left: 50%;
}.getting-started-style :is(.rtl\:before\:right-2\/4:where([dir="rtl"], [dir="rtl"] *))::before {
  content: var(--tw-content);
  left: 50%;
}.getting-started-style :is(.group\/switch:focus-within .rtl\:group-focus-within\/switch\:right-0:where([dir="rtl"], [dir="rtl"] *)) {
  left: 0px;
}.getting-started-style :is(.group\/switch:focus-within .rtl\:group-focus-within\/switch\:right-0\.5:where([dir="rtl"], [dir="rtl"] *)) {
  left: 0.125rem;
}.getting-started-style :is(.group\/switch:hover .rtl\:group-hover\/switch\:right-0:where([dir="rtl"], [dir="rtl"] *)) {
  left: 0px;
}.getting-started-style :is(.group\/switch:hover .rtl\:group-hover\/switch\:right-0\.5:where([dir="rtl"], [dir="rtl"] *)) {
  left: 0.125rem;
}@media (prefers-color-scheme: dark) {

  .getting-started-style :is(.dark\:bg-gray-700) {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .getting-started-style :is(.dark\:text-gray-600) {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
}.getting-started-style :is(.\[\&\:has\(button\[aria-expanded\=true\]\)\]\:bg-background-secondary:has(button[aria-expanded=true])) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.getting-started-style :is(.\[\&\:hover\:has\(\:disabled\)\]\:outline-field-border-disabled:hover:has(:disabled)) {
  outline-color: #F3F4F6;
}.getting-started-style :is(.\[\&\:hover\:not\(\:focus\)\:not\(\:disabled\)\]\:outline-border-strong:hover:not(:focus):not(:disabled)) {
  outline-color: #6B7280;
}.getting-started-style :is(.\[\&\:hover_\.gs-status-icon\]\:text-accent-gs-secondary:hover .gs-status-icon) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.getting-started-style :is(.\[\&\:is\(\[data-hover\=true\]\)\]\:rounded-none:is([data-hover=true])) {
  border-radius: 0px;
}.getting-started-style :is(.\[\&\:is\(\[data-hover\=true\]\)\]\:bg-brand-background-50:is([data-hover=true])) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}.getting-started-style :is(.\[\&\>\*\:not\(svg\)\]\:m-1>*:not(svg)) {
  margin: 0.25rem;
}.getting-started-style :is(.\[\&\>\*\:not\(svg\)\]\:mx-1>*:not(svg)) {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}.getting-started-style :is(.\[\&\>\*\:not\(svg\)\]\:my-0\.5>*:not(svg)) {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}.getting-started-style :is(.\[\&\>\*\]\:box-border>*) {
  box-sizing: border-box;
}.getting-started-style :is(.\[\&\>\*\]\:text-2xl>*) {
  font-size: 1.5rem;
  line-height: 2rem;
}.getting-started-style :is(.\[\&\>\*\]\:text-base>*) {
  font-size: 1rem;
  line-height: 1.5rem;
}.getting-started-style :is(.\[\&\>\*\]\:text-lg>*) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.getting-started-style :is(.\[\&\>\*\]\:text-sm>*) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.getting-started-style :is(.\[\&\>\*\]\:text-xl>*) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.getting-started-style :is(.\[\&\>\*\]\:text-xs>*) {
  font-size: 0.75rem;
  line-height: 1rem;
}.getting-started-style :is(.\[\&\>\*\]\:text-field-color-disabled>*) {
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity));
}.getting-started-style :is(.\[\&\>\*\]\:text-field-helper>*) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.getting-started-style :is(.\[\&\>\*\]\:text-field-label>*) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.getting-started-style :is(.\[\&\>\*\]\:text-support-error>*) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.getting-started-style :is(.\[\&\>\.status-icon\]\:size-5>.status-icon) {
  width: 1.25rem;
  height: 1.25rem;
}.getting-started-style :is(.\[\&\>\:last-child\]\:m-0>:last-child) {
  margin: 0px;
}.getting-started-style :is(.\[\&\>li\]\:pointer-events-auto>li) {
  pointer-events: auto;
}.getting-started-style :is(.\[\&\>p\]\:m-0>p) {
  margin: 0px;
}.getting-started-style :is(.\[\&\>p\]\:w-full>p) {
  width: 100%;
}.getting-started-style :is(.\[\&\>span\:first-child\]\:shrink-0>span:first-child) {
  flex-shrink: 0;
}.getting-started-style :is(.\[\&\>span\]\:flex>span) {
  display: flex;
}.getting-started-style :is(.\[\&\>span\]\:items-center>span) {
  align-items: center;
}.getting-started-style :is(.\[\&\>svg\]\:m-1>svg) {
  margin: 0.25rem;
}.getting-started-style :is(.\[\&\>svg\]\:m-1\.5>svg) {
  margin: 0.375rem;
}.getting-started-style :is(.\[\&\>svg\]\:block>svg) {
  display: block;
}.getting-started-style :is(.\[\&\>svg\]\:size-12>svg) {
  width: 3rem;
  height: 3rem;
}.getting-started-style :is(.\[\&\>svg\]\:size-3>svg) {
  width: 0.75rem;
  height: 0.75rem;
}.getting-started-style :is(.\[\&\>svg\]\:size-3\.5>svg) {
  width: 0.875rem;
  height: 0.875rem;
}.getting-started-style :is(.\[\&\>svg\]\:size-4>svg) {
  width: 1rem;
  height: 1rem;
}.getting-started-style :is(.\[\&\>svg\]\:size-5>svg) {
  width: 1.25rem;
  height: 1.25rem;
}.getting-started-style :is(.\[\&\>svg\]\:size-6>svg) {
  width: 1.5rem;
  height: 1.5rem;
}.getting-started-style :is(.\[\&\>svg\]\:size-8>svg) {
  width: 2rem;
  height: 2rem;
}.getting-started-style :is(.\[\&\>svg\]\:h-3>svg) {
  height: 0.75rem;
}.getting-started-style :is(.\[\&\>svg\]\:h-4>svg) {
  height: 1rem;
}.getting-started-style :is(.\[\&\>svg\]\:h-5>svg) {
  height: 1.25rem;
}.getting-started-style :is(.\[\&\>svg\]\:w-3>svg) {
  width: 0.75rem;
}.getting-started-style :is(.\[\&\>svg\]\:w-4>svg) {
  width: 1rem;
}.getting-started-style :is(.\[\&\>svg\]\:w-5>svg) {
  width: 1.25rem;
}.getting-started-style :is(.\[\&\>svg\]\:shrink-0>svg) {
  flex-shrink: 0;
}.getting-started-style :is(.\[\&\>svg\]\:text-icon-interactive>svg) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.getting-started-style :is(.\[\&_\*\]\:box-border *) {
  box-sizing: border-box;
}.getting-started-style :is(.\[\&_\*\]\:text-sm *) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.getting-started-style :is(.\[\&_\*\]\:leading-5 *) {
  line-height: 1.25rem;
}.getting-started-style :is(.\[\&_\.editor-content\>p\]\:min-h-5 .editor-content>p) {
  min-height: 1.25rem;
}.getting-started-style :is(.\[\&_\.editor-content\>p\]\:min-h-6 .editor-content>p) {
  min-height: 1.5rem;
}.getting-started-style :is(.\[\&_\.editor-content\>p\]\:min-h-7 .editor-content>p) {
  min-height: 1.75rem;
}.getting-started-style :is(.\[\&_\.editor-content\>p\]\:content-center .editor-content>p) {
  align-content: center;
}.getting-started-style :is(.\[\&_\.editor-content\>p\]\:text-base .editor-content>p) {
  font-size: 1rem;
  line-height: 1.5rem;
}.getting-started-style :is(.\[\&_\.editor-content\>p\]\:text-sm .editor-content>p) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.getting-started-style :is(.\[\&_\.editor-content\>p\]\:text-xs .editor-content>p) {
  font-size: 0.75rem;
  line-height: 1rem;
}.getting-started-style :is(.\[\&_\.editor-content\>p\]\:font-normal .editor-content>p) {
  font-weight: 400;
}.getting-started-style :is(.\[\&_\.pointer-events-none\]\:text-base .pointer-events-none) {
  font-size: 1rem;
  line-height: 1.5rem;
}.getting-started-style :is(.\[\&_\.pointer-events-none\]\:text-sm .pointer-events-none) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.getting-started-style :is(.\[\&_\.pointer-events-none\]\:text-xs .pointer-events-none) {
  font-size: 0.75rem;
  line-height: 1rem;
}.getting-started-style :is(.\[\&_\.pointer-events-none\]\:font-normal .pointer-events-none) {
  font-weight: 400;
}.getting-started-style :is(.\[\&_p\]\:m-0 p) {
  margin: 0px;
}.getting-started-style :is(.\[\&_p\]\:text-badge-color-disabled p) {
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity));
}.getting-started-style :is(.\[\&_svg\]\:size-3 svg) {
  width: 0.75rem;
  height: 0.75rem;
}.getting-started-style :is(.\[\&_svg\]\:size-4 svg) {
  width: 1rem;
  height: 1rem;
}.getting-started-style :is(.\[\&_svg\]\:size-5 svg) {
  width: 1.25rem;
  height: 1.25rem;
}.getting-started-style :is(.\[\&_svg\]\:size-6 svg) {
  width: 1.5rem;
  height: 1.5rem;
}
