/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
	-o-tab-size: 4;
	   tab-size: 4; /* 3 */
}

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

small {
	font-size: 80%;
}

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

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
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 Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

button,
select {
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

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

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

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

::-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.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}
/* inter-latin-wght-normal */
  @font-face {
    font-family: "Inter Variable";
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url("/_astro/inter-latin-wght-normal.BgVq2Tq4.woff2") format("woff2-variations");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
      U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* inter-cyrillic-wght-normal */
  @font-face {
    font-family: "Inter Variable";
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url("/_astro/inter-cyrillic-wght-normal.BmJJXa8e.woff2") format("woff2-variations");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }

  :root {
    /* Typography */
    --font-sans: "Inter Variable", sans-serif;

    /* Colors */
    --color-base-black: #000;
    --color-base-white: #fff;

    /* Primary */
    --color-primary-25: #f5f8ff;
    --color-primary-50: #eff4ff;
    --color-primary-100: #d1e0ff;
    --color-primary-200: #b2ddff;
    --color-primary-300: #84adff;
    --color-primary-500: #2970ff;
    --color-primary-600: #155eef;
    --color-primary-700: #004eeb;
    --color-primary-800: #0040c1;

    /* Gray */
    --color-gray-25: #fcfcfd;
    --color-gray-50: #f9fafb;
    --color-gray-100: #f2f4f7;
    --color-gray-200: #eaecf0;
    --color-gray-300: #d0d5dd;
    --color-gray-500: #667085;
    --color-gray-600: #475467;
    --color-gray-700: #344054;
    --color-gray-800: #1d2939;
    --color-gray-900: #101828;

    /* Error */
    --color-error-50: #fef3f2;
    --color-error-100: #fee4e2;
    --color-error-300: #fda29b;
    --color-error-500: #f04438;
    --color-error-600: #d92d20;

    /* Warning */
    --color-warning-50: #fffaeb;
    --color-warning-100: #fef0c7;
    --color-warning-300: #fec84b;
    --color-warning-500: #f79009;
    --color-warning-600: #dc6803;

    /* Success */
    --color-success-50: #ecfdf3;
    --color-success-100: #dcfae6;
    --color-success-300: #75e0a7;
    --color-success-500: #17b26a;
    --color-success-600: #079455;

    /* Yellow */
    --color-yellow-400: #fac515;

    /* Rose */
    --color-rose-600: #e31b54;

    /* Violet */
    --color-violet-50: #f5f3ff;
    --color-violet-100: #ece9fe;
    --color-violet-600: #7839ee;

    /* Utility colors */

    /* Success */
    --color-utility-success-100: #dcfae6;
    --color-utility-success-600: #079455;
    --color-utility-success-700: #067647;

    /* Error */
    --color-utility-error-100: #fee4e2;
    --color-utility-error-600: #d92d20;
    --color-utility-error-700: #b42318;

    /* Typography */
    /* Display lg */
    --font-display-lg-semibold: 600 48px/60px var(--font-sans);

    /* Display md */
    --font-display-md-semibold: 600 36px/44px var(--font-sans);
    --font-display-md-medium: 500 36px/44px var(--font-sans);

    /* Display sm */
    --font-display-sm-regular: 400 30px/38px var(--font-sans);
    --font-display-sm-semibold: 600 30px/38px var(--font-sans);
    --font-display-sm-bold: 700 30px/38px var(--font-sans);

    /* Display xs */
    --font-display-xs-regular: 400 24px/32px var(--font-sans);
    --font-display-xs-medium: 500 24px/32px var(--font-sans);
    --font-display-xs-semibold: 600 24px/32px var(--font-sans);

    /* Text xl */
    --font-text-xl-regular: 400 20px/30px var(--font-sans);
    --font-text-xl-medium: 500 20px/30px var(--font-sans);
    --font-text-xl-semibold: 600 20px/30px var(--font-sans);
    --font-text-xl-bold: 700 20px/30px var(--font-sans);

    /* Text lg */
    --font-text-lg-regular: 400 18px/28px var(--font-sans);
    --font-text-lg-medium: 500 18px/28px var(--font-sans);
    --font-text-lg-semibold: 600 18px/28px var(--font-sans);
    --font-text-lg-bold: 700 18px/28px var(--font-sans);

    /* Text md */
    --font-text-md-regular: 400 16px/24px var(--font-sans);
    --font-text-md-medium: 500 16px/24px var(--font-sans);
    --font-text-md-semibold: 600 16px/24px var(--font-sans);

    /* Text sm */
    --font-text-sm-regular: 400 14px/20px var(--font-sans);
    --font-text-sm-medium: 500 14px/20px var(--font-sans);
    --font-text-sm-semibold: 600 14px/20px var(--font-sans);

    /* Text xs */
    --font-text-xs-regular: 400 12px/18px var(--font-sans);
    --font-text-xs-medium: 500 12px/18px var(--font-sans);
    --font-text-xs-semibold: 600 12px/18px var(--font-sans);

    /* Spacing */
    --spacing-11xl: 160px;
    --spacing-10xl: 128px;
    --spacing-9xl: 96px;
    --spacing-8xl: 80px;
    --spacing-7xl: 64px;
    --spacing-6xl: 48px;
    --spacing-5xl: 40px;
    --spacing-4xl: 32px;
    --spacing-3xl: 24px;
    --spacing-2xl: 20px;
    --spacing-xl: 16px;
    --spacing-lg: 12px;
    --spacing-md: 8px;
    --spacing-sm: 6px;
    --spacing-xs: 4px;

    /* Width */
    --width-xl: 768px;

    /* Radius */
    --radius-2xl: 16px;
    --radius-lg: 10px;
    --radius-md: 8px;

    /* Common */
    --nav-height: 72px;
  }

  /*
    1. Use a more-intuitive box-sizing model.
    */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  /*
      2. Remove default margin
    */
  * {
    margin: 0;
  }

  /*
      3. Allow percentage-based heights in the application
    */
  html,
  body {
    height: 100%;
  }

  /*
      Typographic tweaks!
      4. Add accessible line-height
      5. Improve text rendering
    */
  body {
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
  }

  /*
      6. Improve media defaults
    */
  img,
  picture,
  video,
  canvas,
  svg {
    display: block;
    max-width: 100%;
  }

  /*
      7. Remove built-in form typography styles
    */
  input,
  button,
  textarea,
  select {
    font: inherit;
  }

  /*
      8. Avoid text overflows
    */
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    overflow-wrap: break-word;
  }

  /*
      9. Create a root stacking context
    */
  #root {
    height: 100%;
    isolation: isolate;
  }._root_150fo_1 {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  ._root_150fo_1 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
._header_1nlw6_1 {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1;
}

._content_1nlw6_9 {
  display: flex;
  height: var(--nav-height);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

._breadcrumbs_1nlw6_17 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm, 6px);
}

._breadcrumb_1nlw6_17 {
  display: flex;
  padding: var(--spacing-xs, 4px);
  align-items: flex-start;
  border-radius: var(--spacing-sm, 6px);
  flex-shrink: 0;
}

._breadcrumb_1nlw6_17 a {
  border-radius: var(--spacing-sm, 6px);
  padding-inline: var(--spacing-md, 8px);
  padding-block: var(--spacing-sm, 6px);
}

._breadcrumb_1nlw6_17 a:hover {
  background-color: var(--color-gray-50, #667085);
}

._breadcrumb-text_1nlw6_44 {
  color: var(--color-breadcrumb-fg, #475467);
  font: var(--font-text-sm-medium);
}

._icon-home_1nlw6_49 {
  color: var(--color-breadcrumb-icon-fg, #667085);
  width: 20px;
  height: 20px;
}

._icon-chevron_1nlw6_55 {
  color: var(--color-fg-senary-300, #d0d5dd);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

._hidden-mobile_1nlw6_62 {
  display: none;
}

@media (min-width: 834px) {
  ._hidden-mobile_1nlw6_62 {
    display: flex;
  }
}
