@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  --ff-sans: "Roboto", sans-serif;
  --ff-mono: "Source Code Pro", monospace;
  --ff-base: var(--ff-sans);
  --ff-code: var(--ff-mono);
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-clear: transparent;
  --color-error: #dc2626;
  --color-image: #e0e0e0;
  --color-primary: #0283fb;
  --color-success: #16a34a;
  --color-warning: #ca8a04;
}

:root {
  --fs-100: 0.5rem;
  --fs-200: 0.625rem;
  --fs-300: 0.75rem;
  --fs-400: 0.875rem;
  --fs-500: 1rem;
  --fs-600: 1.125rem;
  --fs-700: 1.25rem;
  --fs-800: 1.5rem;
  --fs-900: 1.875rem;
  --fs-1000: 2.25rem;
  --fs-1100: 3rem;
  --fs-1200: 3.75rem;
  --fs-1300: 4.5rem;
  --text-2xs: var(--fs-100);
  --text-xxs: var(--fs-200);
  --text-xs: var(--fs-300);
  --text-sm: var(--fs-400);
  --text-md: var(--fs-500);
  --text-lg: var(--fs-600);
  --text-xl: var(--fs-700);
  --text-2xl: var(--fs-800);
  --text-3xl: var(--fs-900);
  --text-4xl: var(--fs-1000);
  --text-5xl: var(--fs-1100);
  --text-6xl: var(--fs-1200);
  --text-7xl: var(--fs-1300);
  --text-base: var(--fs-500);
  --text-desc: var(--fs-400);
  --text-h1: var(--fs-900);
  --text-h2: var(--fs-800);
  --text-h3: var(--fs-700);
  --text-h4: var(--fs-600);
  --text-h5: var(--fs-500);
  --text-h6: var(--fs-400);
  --text-body-xs: var(--fs-300);
  --text-body-sm: var(--fs-400);
  --text-body-md: var(--fs-500);
  --text-body-lg: var(--fs-600);
  --text-body-xl: var(--fs-700);
  --text-button-xs: var(--fs-300);
  --text-button-sm: var(--fs-400);
  --text-button-md: var(--fs-500);
  --text-button-lg: var(--fs-600);
  --text-button-xl: var(--fs-700);
  --text-number-xs: var(--fs-300);
  --text-number-sm: var(--fs-400);
  --text-number-md: var(--fs-500);
  --text-number-lg: var(--fs-900);
  --text-number-xl: var(--fs-1000);
}

:root {
  --radius-100: 4px;
  --radius-200: 8px;
  --radius-300: 12px;
  --radius-400: 16px;
  --radius-500: 24px;
  --radius-600: 32px;
  --radius-700: 40px;
  --radius-800: 48px;
  --radius-full: 9999px;
  --radius-xs: var(--radius-100);
  --radius-sm: var(--radius-200);
  --radius-md: var(--radius-300);
  --radius-lg: var(--radius-400);
  --radius-xl: var(--radius-500);
  --radius-2xl: var(--radius-600);
  --radius-3xl: var(--radius-700);
  --radius-4xl: var(--radius-800);
  --radius-btn-sx: var(--radius-100);
  --radius-btn-sm: var(--radius-200);
  --radius-btn-md: var(--radius-300);
  --radius-btn-lg: var(--radius-400);
  --radius-btn-xl: var(--radius-500);
  --radius-base: var(--radius-300);
  --radius-card: var(--radius-300);
  --radius-item: var(--radius-500);
  --radius-icon: var(--radius-300);
  --radius-chip: var(--radius-full);
  --radius-pill: var(--radius-full);
  --radius-button: var(--radius-300);
  --radius-action: var(--radius-600);
  --radius-input: var(--radius-300);
  --radius-modal: var(--radius-400);
}

:root {
  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;
  --fw-base: var(--fw-500);
  --fw-desc: var(--fw-400);
  --fw-h1: var(--fw-700);
  --fw-h2: var(--fw-700);
  --fw-h3: var(--fw-600);
  --fw-h4: var(--fw-600);
  --fw-h5: var(--fw-600);
  --fw-h6: var(--fw-600);
  --fw-body-xs: var(--fw-400);
  --fw-body-sm: var(--fw-500);
  --fw-body-md: var(--fw-600);
  --fw-body-lg: var(--fw-700);
  --fw-body-xl: var(--fw-900);
  --fw-button-xs: var(--fw-400);
  --fw-button-sm: var(--fw-500);
  --fw-button-md: var(--fw-600);
  --fw-button-lg: var(--fw-700);
  --fw-button-xl: var(--fw-900);
  --fw-number-xs: var(--fw-400);
  --fw-number-sm: var(--fw-500);
  --fw-number-md: var(--fw-600);
  --fw-number-lg: var(--fw-700);
  --fw-number-xl: var(--fw-900);
}

:root {
  --lh-100: 1;
  --lh-200: 1.2;
  --lh-300: 1.35;
  --lh-400: 1.5;
  --lh-500: 1.65;
  --lh-600: 1.8;
  --lh-700: 2;
  --lh-base: var(--lh-400);
  --lh-desc: var(--lh-200);
  --lh-h1: var(--lh-200);
  --lh-h2: var(--lh-200);
  --lh-h3: var(--lh-300);
  --lh-h4: var(--lh-300);
  --lh-h5: var(--lh-400);
  --lh-h6: var(--lh-400);
  --lh-body-xs: var(--lh-100);
  --lh-body-sm: var(--lh-200);
  --lh-body-md: var(--lh-300);
  --lh-body-lg: var(--lh-400);
  --lh-body-xl: var(--lh-500);
  --lh-button-xs: var(--lh-100);
  --lh-button-sm: var(--lh-200);
  --lh-button-md: var(--lh-300);
  --lh-button-lg: var(--lh-400);
  --lh-button-xl: var(--lh-500);
  --lh-number-xs: var(--lh-200);
  --lh-number-sm: var(--lh-300);
  --lh-number-md: var(--lh-400);
  --lh-number-lg: var(--lh-500);
  --lh-number-xl: var(--lh-600);
}

:root {
  --space-100: 0.25rem;
  --space-200: 0.5rem;
  --space-300: 0.75rem;
  --space-400: 1rem;
  --space-500: 1.25rem;
  --space-600: 1.5rem;
  --space-700: 2rem;
  --space-800: 3rem;
  --space-900: 4rem;
  --space-1000: 5rem;
  --space-1100: 6rem;
  --space-1200: 8rem;
  --space-xxs: var(--space-100);
  --space-xs: var(--space-200);
  --space-sm: var(--space-300);
  --space-md: var(--space-400);
  --space-lg: var(--space-500);
  --space-xl: var(--space-600);
  --space-2xl: var(--space-700);
  --space-3xl: var(--space-800);
  --space-4xl: var(--space-900);
  --space-5xl: var(--space-1000);
  --space-6xl: var(--space-1100);
  --space-7xl: var(--space-1200);
}

:root {
  --breakpoint-xs: 320px;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
  --breakpoint-3xl: 1920px;
}

footer .p-footer {
  position: fixed;
  bottom: 0;
  margin: 0;
  border: 0;
}
footer .p-footer {
  min-width: 100%;
  max-width: 100%;
}
footer .p-footer {
  background: hsla(var(--xf-contentBg));
  border-top: 1px solid currentColor;
  border-color: hsla(var(--xf-borderColor));
}
footer .p-footer-inner {
  color: hsla(var(--xf-textColor));
}
@media (min-width: 640px) {
  footer .p-footer-inner {
    min-width: var(--breakpoint-sm);
    max-width: var(--breakpoint-sm);
  }
}
footer .p-footer .pe30sn {
  display: flex;
}
footer .p-footer .pe30sn .button {
  flex: 1;
  flex-direction: column;
  border-width: initial;
  border-style: initial;
  border-color: initial;
  border-radius: var(--radius-button);
  margin: 0;
  border: 0;
  gap: var(--space-xxs);
  justify-content: center;
  text-decoration: none;
  color: hsla(var(--xf-textColorDimmed));
  font-size: var(--text-body-xs);
  font-weight: var(--fw-body-sm);
  line-height: var(--lh-body-lg);
  position: relative;
  text-align: center;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  background: hsla(var(--xf-contentBg));
}
footer .p-footer .pe30sn .button:hover {
  background: none;
}
footer .p-footer .pe30sn .button:focus {
  background: none;
}
footer .p-footer .pe30sn .button:active {
  background: none;
}
footer .p-footer .pe30sn .button-icon {
  display: flex;
}
footer .p-footer .pe30sn .button-item {
  display: flex;
}
footer [data-route*=link3] .button-icon {
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--color-primary);
  bottom: 50%;
  margin: 0;
  border: 0;
  z-index: 10;
  padding: var(--space-xxs);
  background: linear-gradient(0deg, hsla(var(--xf-contentHighlightBg)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 1%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 2%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)), hsla(var(--xf-contentHighlightBg--h), var(--xf-contentHighlightBg--s), calc(var(--xf-contentHighlightBg--l) + var(--xf-color-adjust, 1) * 3%), var(--xf-contentHighlightBg--a)));
  border-radius: var(--radius-full);
}
footer [data-route*=link3] .button-item {
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--color-black);
  font-weight: var(--fw-body-md);
  line-height: var(--lh-body-sm);
  bottom: 0;
  margin: 0;
  border: 0;
  z-index: 20;
  padding: 0.125rem 0.375rem;
  background-color: #ff9e1f;
  border-radius: var(--radius-pill);
}/*# sourceMappingURL=footer.3ldjq917.css.map */