@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --foreground-accent: var(--color-primary-500);
  --foreground-common: var(--color-basic-500);
  --foreground-decent: var(--color-basic-300);
  --foreground-muted: var(--color-basic-200);
  --foreground-ghost: var(--color-basic-100);
  --foreground-inverse: var(--color-basic-50);
  --foreground-info: var(--color-info-500);
  --foreground-success: var(--color-success-500);
  --foreground-warning: var(--color-warning-500);
  --foreground-error: var(--color-error-500);
  --foreground-errorinverse: var(--color-error-400);
  --foreground-link: var(--color-primary-500);
  --foreground-hover: var(--color-tertiary-400);
  --background-accent: var(--color-primary-500);
  --background-common: var(--color-basic-50);
  --background-ghost: var(--color-basic-700);
  --background-inverse: var(--color-basic-900);
  --background-hover: var(--color-tertiary-400);
  --border-accent: var(--color-primary-500);
  --border-common: var(--color-basic-500);
  --border-decent: var(--color-basic-300);
  --border-inverse: var(--color-basic-50);
  --border-shade: var(--color-shade-500-10);
  --border-light: var(--color-light-500-80);
  --border-shadeinverse: var(--color-shade-500);
  --border-lightinverse: var(--color-light-500-20);
  --border-info: var(--color-info-500);
  --border-success: var(--color-success-500);
  --border-warning: var(--color-warning-500);
  --border-error: var(--color-error-500);
  --border-errorinverse: var(--color-error-400);
  --color-basic: #242424;
  --color-basic-10: rgba( 36, 36, 36, 0.08 );
  --color-basic-20: rgba( 36, 36, 36, 0.16 );
  --color-basic-30: rgba( 36, 36, 36, 0.24 );
  --color-basic-40: rgba( 36, 36, 36, 0.32 );
  --color-basic-50: rgba( 36, 36, 36, 0.48 );
  --color-basic-60: rgba( 36, 36, 36, 0.64 );
  --color-basic-70: rgba( 36, 36, 36, 0.72 );
  --color-basic-80: rgba( 36, 36, 36, 0.8 );
  --color-basic-90: rgba( 36, 36, 36, 0.88 );
  --color-basic-50: #f6f6f6;
  --color-basic-50-10: rgba( 246, 246, 246, 0.08 );
  --color-basic-50-20: rgba( 246, 246, 246, 0.16 );
  --color-basic-50-30: rgba( 246, 246, 246, 0.24 );
  --color-basic-50-40: rgba( 246, 246, 246, 0.32 );
  --color-basic-50-50: rgba( 246, 246, 246, 0.48 );
  --color-basic-50-60: rgba( 246, 246, 246, 0.64 );
  --color-basic-50-70: rgba( 246, 246, 246, 0.72 );
  --color-basic-50-80: rgba( 246, 246, 246, 0.8 );
  --color-basic-50-90: rgba( 246, 246, 246, 0.88 );
  --color-basic-100: #e5e5e5;
  --color-basic-100-10: rgba( 229, 229, 229, 0.08 );
  --color-basic-100-20: rgba( 229, 229, 229, 0.16 );
  --color-basic-100-30: rgba( 229, 229, 229, 0.24 );
  --color-basic-100-40: rgba( 229, 229, 229, 0.32 );
  --color-basic-100-50: rgba( 229, 229, 229, 0.48 );
  --color-basic-100-60: rgba( 229, 229, 229, 0.64 );
  --color-basic-100-70: rgba( 229, 229, 229, 0.72 );
  --color-basic-100-80: rgba( 229, 229, 229, 0.8 );
  --color-basic-100-90: rgba( 229, 229, 229, 0.88 );
  --color-basic-200: #b0b0b0;
  --color-basic-200-10: rgba( 176, 176, 176, 0.08 );
  --color-basic-200-20: rgba( 176, 176, 176, 0.16 );
  --color-basic-200-30: rgba( 176, 176, 176, 0.24 );
  --color-basic-200-40: rgba( 176, 176, 176, 0.32 );
  --color-basic-200-50: rgba( 176, 176, 176, 0.48 );
  --color-basic-200-60: rgba( 176, 176, 176, 0.64 );
  --color-basic-200-70: rgba( 176, 176, 176, 0.72 );
  --color-basic-200-80: rgba( 176, 176, 176, 0.8 );
  --color-basic-200-90: rgba( 176, 176, 176, 0.88 );
  --color-basic-300: #6a6a6a;
  --color-basic-300-10: rgba( 106, 106, 106, 0.08 );
  --color-basic-300-20: rgba( 106, 106, 106, 0.16 );
  --color-basic-300-30: rgba( 106, 106, 106, 0.24 );
  --color-basic-300-40: rgba( 106, 106, 106, 0.32 );
  --color-basic-300-50: rgba( 106, 106, 106, 0.48 );
  --color-basic-300-60: rgba( 106, 106, 106, 0.64 );
  --color-basic-300-70: rgba( 106, 106, 106, 0.72 );
  --color-basic-300-80: rgba( 106, 106, 106, 0.8 );
  --color-basic-300-90: rgba( 106, 106, 106, 0.88 );
  --color-basic-400: #474747;
  --color-basic-400-10: rgba( 71, 71, 71, 0.08 );
  --color-basic-400-20: rgba( 71, 71, 71, 0.16 );
  --color-basic-400-30: rgba( 71, 71, 71, 0.24 );
  --color-basic-400-40: rgba( 71, 71, 71, 0.32 );
  --color-basic-400-50: rgba( 71, 71, 71, 0.48 );
  --color-basic-400-60: rgba( 71, 71, 71, 0.64 );
  --color-basic-400-70: rgba( 71, 71, 71, 0.72 );
  --color-basic-400-80: rgba( 71, 71, 71, 0.8 );
  --color-basic-400-90: rgba( 71, 71, 71, 0.88 );
  --color-basic-500: #242424;
  --color-basic-500-10: rgba( 36, 36, 36, 0.08 );
  --color-basic-500-20: rgba( 36, 36, 36, 0.16 );
  --color-basic-500-30: rgba( 36, 36, 36, 0.24 );
  --color-basic-500-40: rgba( 36, 36, 36, 0.32 );
  --color-basic-500-50: rgba( 36, 36, 36, 0.48 );
  --color-basic-500-60: rgba( 36, 36, 36, 0.64 );
  --color-basic-500-70: rgba( 36, 36, 36, 0.72 );
  --color-basic-500-80: rgba( 36, 36, 36, 0.8 );
  --color-basic-500-90: rgba( 36, 36, 36, 0.88 );
  --color-basic-600: #1e1e1e;
  --color-basic-600-10: rgba( 30, 30, 30, 0.08 );
  --color-basic-600-20: rgba( 30, 30, 30, 0.16 );
  --color-basic-600-30: rgba( 30, 30, 30, 0.24 );
  --color-basic-600-40: rgba( 30, 30, 30, 0.32 );
  --color-basic-600-50: rgba( 30, 30, 30, 0.48 );
  --color-basic-600-60: rgba( 30, 30, 30, 0.64 );
  --color-basic-600-70: rgba( 30, 30, 30, 0.72 );
  --color-basic-600-80: rgba( 30, 30, 30, 0.8 );
  --color-basic-600-90: rgba( 30, 30, 30, 0.88 );
  --color-basic-700: #181818;
  --color-basic-700-10: rgba( 24, 24, 24, 0.08 );
  --color-basic-700-20: rgba( 24, 24, 24, 0.16 );
  --color-basic-700-30: rgba( 24, 24, 24, 0.24 );
  --color-basic-700-40: rgba( 24, 24, 24, 0.32 );
  --color-basic-700-50: rgba( 24, 24, 24, 0.48 );
  --color-basic-700-60: rgba( 24, 24, 24, 0.64 );
  --color-basic-700-70: rgba( 24, 24, 24, 0.72 );
  --color-basic-700-80: rgba( 24, 24, 24, 0.8 );
  --color-basic-700-90: rgba( 24, 24, 24, 0.88 );
  --color-basic-800: #0d0d0d;
  --color-basic-800-10: rgba( 13, 13, 13, 0.08 );
  --color-basic-800-20: rgba( 13, 13, 13, 0.16 );
  --color-basic-800-30: rgba( 13, 13, 13, 0.24 );
  --color-basic-800-40: rgba( 13, 13, 13, 0.32 );
  --color-basic-800-50: rgba( 13, 13, 13, 0.48 );
  --color-basic-800-60: rgba( 13, 13, 13, 0.64 );
  --color-basic-800-70: rgba( 13, 13, 13, 0.72 );
  --color-basic-800-80: rgba( 13, 13, 13, 0.8 );
  --color-basic-800-90: rgba( 13, 13, 13, 0.88 );
  --color-basic-900: #040404;
  --color-basic-900-10: rgba( 4, 4, 4, 0.08 );
  --color-basic-900-20: rgba( 4, 4, 4, 0.16 );
  --color-basic-900-30: rgba( 4, 4, 4, 0.24 );
  --color-basic-900-40: rgba( 4, 4, 4, 0.32 );
  --color-basic-900-50: rgba( 4, 4, 4, 0.48 );
  --color-basic-900-60: rgba( 4, 4, 4, 0.64 );
  --color-basic-900-70: rgba( 4, 4, 4, 0.72 );
  --color-basic-900-80: rgba( 4, 4, 4, 0.8 );
  --color-basic-900-90: rgba( 4, 4, 4, 0.88 );
  --color-shade: #000000;
  --color-shade-10: rgba( 0, 0, 0, 0.08 );
  --color-shade-20: rgba( 0, 0, 0, 0.16 );
  --color-shade-30: rgba( 0, 0, 0, 0.24 );
  --color-shade-40: rgba( 0, 0, 0, 0.32 );
  --color-shade-50: rgba( 0, 0, 0, 0.48 );
  --color-shade-60: rgba( 0, 0, 0, 0.64 );
  --color-shade-70: rgba( 0, 0, 0, 0.72 );
  --color-shade-80: rgba( 0, 0, 0, 0.8 );
  --color-shade-90: rgba( 0, 0, 0, 0.88 );
  --color-shade-50: whitesmoke;
  --color-shade-50-10: rgba( 245, 245, 245, 0.08 );
  --color-shade-50-20: rgba( 245, 245, 245, 0.16 );
  --color-shade-50-30: rgba( 245, 245, 245, 0.24 );
  --color-shade-50-40: rgba( 245, 245, 245, 0.32 );
  --color-shade-50-50: rgba( 245, 245, 245, 0.48 );
  --color-shade-50-60: rgba( 245, 245, 245, 0.64 );
  --color-shade-50-70: rgba( 245, 245, 245, 0.72 );
  --color-shade-50-80: rgba( 245, 245, 245, 0.8 );
  --color-shade-50-90: rgba( 245, 245, 245, 0.88 );
  --color-shade-100: #e0e0e0;
  --color-shade-100-10: rgba( 224, 224, 224, 0.08 );
  --color-shade-100-20: rgba( 224, 224, 224, 0.16 );
  --color-shade-100-30: rgba( 224, 224, 224, 0.24 );
  --color-shade-100-40: rgba( 224, 224, 224, 0.32 );
  --color-shade-100-50: rgba( 224, 224, 224, 0.48 );
  --color-shade-100-60: rgba( 224, 224, 224, 0.64 );
  --color-shade-100-70: rgba( 224, 224, 224, 0.72 );
  --color-shade-100-80: rgba( 224, 224, 224, 0.8 );
  --color-shade-100-90: rgba( 224, 224, 224, 0.88 );
  --color-shade-200: #a3a3a3;
  --color-shade-200-10: rgba( 163, 163, 163, 0.08 );
  --color-shade-200-20: rgba( 163, 163, 163, 0.16 );
  --color-shade-200-30: rgba( 163, 163, 163, 0.24 );
  --color-shade-200-40: rgba( 163, 163, 163, 0.32 );
  --color-shade-200-50: rgba( 163, 163, 163, 0.48 );
  --color-shade-200-60: rgba( 163, 163, 163, 0.64 );
  --color-shade-200-70: rgba( 163, 163, 163, 0.72 );
  --color-shade-200-80: rgba( 163, 163, 163, 0.8 );
  --color-shade-200-90: rgba( 163, 163, 163, 0.88 );
  --color-shade-300: #525252;
  --color-shade-300-10: rgba( 82, 82, 82, 0.08 );
  --color-shade-300-20: rgba( 82, 82, 82, 0.16 );
  --color-shade-300-30: rgba( 82, 82, 82, 0.24 );
  --color-shade-300-40: rgba( 82, 82, 82, 0.32 );
  --color-shade-300-50: rgba( 82, 82, 82, 0.48 );
  --color-shade-300-60: rgba( 82, 82, 82, 0.64 );
  --color-shade-300-70: rgba( 82, 82, 82, 0.72 );
  --color-shade-300-80: rgba( 82, 82, 82, 0.8 );
  --color-shade-300-90: rgba( 82, 82, 82, 0.88 );
  --color-shade-400: #292929;
  --color-shade-400-10: rgba( 41, 41, 41, 0.08 );
  --color-shade-400-20: rgba( 41, 41, 41, 0.16 );
  --color-shade-400-30: rgba( 41, 41, 41, 0.24 );
  --color-shade-400-40: rgba( 41, 41, 41, 0.32 );
  --color-shade-400-50: rgba( 41, 41, 41, 0.48 );
  --color-shade-400-60: rgba( 41, 41, 41, 0.64 );
  --color-shade-400-70: rgba( 41, 41, 41, 0.72 );
  --color-shade-400-80: rgba( 41, 41, 41, 0.8 );
  --color-shade-400-90: rgba( 41, 41, 41, 0.88 );
  --color-shade-500: black;
  --color-shade-500-10: rgba( 0, 0, 0, 0.08 );
  --color-shade-500-20: rgba( 0, 0, 0, 0.16 );
  --color-shade-500-30: rgba( 0, 0, 0, 0.24 );
  --color-shade-500-40: rgba( 0, 0, 0, 0.32 );
  --color-shade-500-50: rgba( 0, 0, 0, 0.48 );
  --color-shade-500-60: rgba( 0, 0, 0, 0.64 );
  --color-shade-500-70: rgba( 0, 0, 0, 0.72 );
  --color-shade-500-80: rgba( 0, 0, 0, 0.8 );
  --color-shade-500-90: rgba( 0, 0, 0, 0.88 );
  --color-shade-600: black;
  --color-shade-600-10: rgba( 0, 0, 0, 0.08 );
  --color-shade-600-20: rgba( 0, 0, 0, 0.16 );
  --color-shade-600-30: rgba( 0, 0, 0, 0.24 );
  --color-shade-600-40: rgba( 0, 0, 0, 0.32 );
  --color-shade-600-50: rgba( 0, 0, 0, 0.48 );
  --color-shade-600-60: rgba( 0, 0, 0, 0.64 );
  --color-shade-600-70: rgba( 0, 0, 0, 0.72 );
  --color-shade-600-80: rgba( 0, 0, 0, 0.8 );
  --color-shade-600-90: rgba( 0, 0, 0, 0.88 );
  --color-shade-700: black;
  --color-shade-700-10: rgba( 0, 0, 0, 0.08 );
  --color-shade-700-20: rgba( 0, 0, 0, 0.16 );
  --color-shade-700-30: rgba( 0, 0, 0, 0.24 );
  --color-shade-700-40: rgba( 0, 0, 0, 0.32 );
  --color-shade-700-50: rgba( 0, 0, 0, 0.48 );
  --color-shade-700-60: rgba( 0, 0, 0, 0.64 );
  --color-shade-700-70: rgba( 0, 0, 0, 0.72 );
  --color-shade-700-80: rgba( 0, 0, 0, 0.8 );
  --color-shade-700-90: rgba( 0, 0, 0, 0.88 );
  --color-shade-800: black;
  --color-shade-800-10: rgba( 0, 0, 0, 0.08 );
  --color-shade-800-20: rgba( 0, 0, 0, 0.16 );
  --color-shade-800-30: rgba( 0, 0, 0, 0.24 );
  --color-shade-800-40: rgba( 0, 0, 0, 0.32 );
  --color-shade-800-50: rgba( 0, 0, 0, 0.48 );
  --color-shade-800-60: rgba( 0, 0, 0, 0.64 );
  --color-shade-800-70: rgba( 0, 0, 0, 0.72 );
  --color-shade-800-80: rgba( 0, 0, 0, 0.8 );
  --color-shade-800-90: rgba( 0, 0, 0, 0.88 );
  --color-shade-900: black;
  --color-shade-900-10: rgba( 0, 0, 0, 0.08 );
  --color-shade-900-20: rgba( 0, 0, 0, 0.16 );
  --color-shade-900-30: rgba( 0, 0, 0, 0.24 );
  --color-shade-900-40: rgba( 0, 0, 0, 0.32 );
  --color-shade-900-50: rgba( 0, 0, 0, 0.48 );
  --color-shade-900-60: rgba( 0, 0, 0, 0.64 );
  --color-shade-900-70: rgba( 0, 0, 0, 0.72 );
  --color-shade-900-80: rgba( 0, 0, 0, 0.8 );
  --color-shade-900-90: rgba( 0, 0, 0, 0.88 );
  --color-light: #ffffff;
  --color-light-10: rgba( 255, 255, 255, 0.08 );
  --color-light-20: rgba( 255, 255, 255, 0.16 );
  --color-light-30: rgba( 255, 255, 255, 0.24 );
  --color-light-40: rgba( 255, 255, 255, 0.32 );
  --color-light-50: rgba( 255, 255, 255, 0.48 );
  --color-light-60: rgba( 255, 255, 255, 0.64 );
  --color-light-70: rgba( 255, 255, 255, 0.72 );
  --color-light-80: rgba( 255, 255, 255, 0.8 );
  --color-light-90: rgba( 255, 255, 255, 0.88 );
  --color-light-50: white;
  --color-light-50-10: rgba( 255, 255, 255, 0.08 );
  --color-light-50-20: rgba( 255, 255, 255, 0.16 );
  --color-light-50-30: rgba( 255, 255, 255, 0.24 );
  --color-light-50-40: rgba( 255, 255, 255, 0.32 );
  --color-light-50-50: rgba( 255, 255, 255, 0.48 );
  --color-light-50-60: rgba( 255, 255, 255, 0.64 );
  --color-light-50-70: rgba( 255, 255, 255, 0.72 );
  --color-light-50-80: rgba( 255, 255, 255, 0.8 );
  --color-light-50-90: rgba( 255, 255, 255, 0.88 );
  --color-light-100: white;
  --color-light-100-10: rgba( 255, 255, 255, 0.08 );
  --color-light-100-20: rgba( 255, 255, 255, 0.16 );
  --color-light-100-30: rgba( 255, 255, 255, 0.24 );
  --color-light-100-40: rgba( 255, 255, 255, 0.32 );
  --color-light-100-50: rgba( 255, 255, 255, 0.48 );
  --color-light-100-60: rgba( 255, 255, 255, 0.64 );
  --color-light-100-70: rgba( 255, 255, 255, 0.72 );
  --color-light-100-80: rgba( 255, 255, 255, 0.8 );
  --color-light-100-90: rgba( 255, 255, 255, 0.88 );
  --color-light-200: white;
  --color-light-200-10: rgba( 255, 255, 255, 0.08 );
  --color-light-200-20: rgba( 255, 255, 255, 0.16 );
  --color-light-200-30: rgba( 255, 255, 255, 0.24 );
  --color-light-200-40: rgba( 255, 255, 255, 0.32 );
  --color-light-200-50: rgba( 255, 255, 255, 0.48 );
  --color-light-200-60: rgba( 255, 255, 255, 0.64 );
  --color-light-200-70: rgba( 255, 255, 255, 0.72 );
  --color-light-200-80: rgba( 255, 255, 255, 0.8 );
  --color-light-200-90: rgba( 255, 255, 255, 0.88 );
  --color-light-300: white;
  --color-light-300-10: rgba( 255, 255, 255, 0.08 );
  --color-light-300-20: rgba( 255, 255, 255, 0.16 );
  --color-light-300-30: rgba( 255, 255, 255, 0.24 );
  --color-light-300-40: rgba( 255, 255, 255, 0.32 );
  --color-light-300-50: rgba( 255, 255, 255, 0.48 );
  --color-light-300-60: rgba( 255, 255, 255, 0.64 );
  --color-light-300-70: rgba( 255, 255, 255, 0.72 );
  --color-light-300-80: rgba( 255, 255, 255, 0.8 );
  --color-light-300-90: rgba( 255, 255, 255, 0.88 );
  --color-light-400: white;
  --color-light-400-10: rgba( 255, 255, 255, 0.08 );
  --color-light-400-20: rgba( 255, 255, 255, 0.16 );
  --color-light-400-30: rgba( 255, 255, 255, 0.24 );
  --color-light-400-40: rgba( 255, 255, 255, 0.32 );
  --color-light-400-50: rgba( 255, 255, 255, 0.48 );
  --color-light-400-60: rgba( 255, 255, 255, 0.64 );
  --color-light-400-70: rgba( 255, 255, 255, 0.72 );
  --color-light-400-80: rgba( 255, 255, 255, 0.8 );
  --color-light-400-90: rgba( 255, 255, 255, 0.88 );
  --color-light-500: white;
  --color-light-500-10: rgba( 255, 255, 255, 0.08 );
  --color-light-500-20: rgba( 255, 255, 255, 0.16 );
  --color-light-500-30: rgba( 255, 255, 255, 0.24 );
  --color-light-500-40: rgba( 255, 255, 255, 0.32 );
  --color-light-500-50: rgba( 255, 255, 255, 0.48 );
  --color-light-500-60: rgba( 255, 255, 255, 0.64 );
  --color-light-500-70: rgba( 255, 255, 255, 0.72 );
  --color-light-500-80: rgba( 255, 255, 255, 0.8 );
  --color-light-500-90: rgba( 255, 255, 255, 0.88 );
  --color-light-600: #d6d6d6;
  --color-light-600-10: rgba( 214, 214, 214, 0.08 );
  --color-light-600-20: rgba( 214, 214, 214, 0.16 );
  --color-light-600-30: rgba( 214, 214, 214, 0.24 );
  --color-light-600-40: rgba( 214, 214, 214, 0.32 );
  --color-light-600-50: rgba( 214, 214, 214, 0.48 );
  --color-light-600-60: rgba( 214, 214, 214, 0.64 );
  --color-light-600-70: rgba( 214, 214, 214, 0.72 );
  --color-light-600-80: rgba( 214, 214, 214, 0.8 );
  --color-light-600-90: rgba( 214, 214, 214, 0.88 );
  --color-light-700: #adadad;
  --color-light-700-10: rgba( 173, 173, 173, 0.08 );
  --color-light-700-20: rgba( 173, 173, 173, 0.16 );
  --color-light-700-30: rgba( 173, 173, 173, 0.24 );
  --color-light-700-40: rgba( 173, 173, 173, 0.32 );
  --color-light-700-50: rgba( 173, 173, 173, 0.48 );
  --color-light-700-60: rgba( 173, 173, 173, 0.64 );
  --color-light-700-70: rgba( 173, 173, 173, 0.72 );
  --color-light-700-80: rgba( 173, 173, 173, 0.8 );
  --color-light-700-90: rgba( 173, 173, 173, 0.88 );
  --color-light-800: #5c5c5c;
  --color-light-800-10: rgba( 92, 92, 92, 0.08 );
  --color-light-800-20: rgba( 92, 92, 92, 0.16 );
  --color-light-800-30: rgba( 92, 92, 92, 0.24 );
  --color-light-800-40: rgba( 92, 92, 92, 0.32 );
  --color-light-800-50: rgba( 92, 92, 92, 0.48 );
  --color-light-800-60: rgba( 92, 92, 92, 0.64 );
  --color-light-800-70: rgba( 92, 92, 92, 0.72 );
  --color-light-800-80: rgba( 92, 92, 92, 0.8 );
  --color-light-800-90: rgba( 92, 92, 92, 0.88 );
  --color-light-900: #1f1f1f;
  --color-light-900-10: rgba( 31, 31, 31, 0.08 );
  --color-light-900-20: rgba( 31, 31, 31, 0.16 );
  --color-light-900-30: rgba( 31, 31, 31, 0.24 );
  --color-light-900-40: rgba( 31, 31, 31, 0.32 );
  --color-light-900-50: rgba( 31, 31, 31, 0.48 );
  --color-light-900-60: rgba( 31, 31, 31, 0.64 );
  --color-light-900-70: rgba( 31, 31, 31, 0.72 );
  --color-light-900-80: rgba( 31, 31, 31, 0.8 );
  --color-light-900-90: rgba( 31, 31, 31, 0.88 );
  --color-primary: #0C6322;
  --color-primary-10: rgba( 12, 99, 34, 0.08 );
  --color-primary-20: rgba( 12, 99, 34, 0.16 );
  --color-primary-30: rgba( 12, 99, 34, 0.24 );
  --color-primary-40: rgba( 12, 99, 34, 0.32 );
  --color-primary-50: rgba( 12, 99, 34, 0.48 );
  --color-primary-60: rgba( 12, 99, 34, 0.64 );
  --color-primary-70: rgba( 12, 99, 34, 0.72 );
  --color-primary-80: rgba( 12, 99, 34, 0.8 );
  --color-primary-90: rgba( 12, 99, 34, 0.88 );
  --color-primary-50: #f5f9f6;
  --color-primary-50-10: rgba( 245, 249, 246, 0.08 );
  --color-primary-50-20: rgba( 245, 249, 246, 0.16 );
  --color-primary-50-30: rgba( 245, 249, 246, 0.24 );
  --color-primary-50-40: rgba( 245, 249, 246, 0.32 );
  --color-primary-50-50: rgba( 245, 249, 246, 0.48 );
  --color-primary-50-60: rgba( 245, 249, 246, 0.64 );
  --color-primary-50-70: rgba( 245, 249, 246, 0.72 );
  --color-primary-50-80: rgba( 245, 249, 246, 0.8 );
  --color-primary-50-90: rgba( 245, 249, 246, 0.88 );
  --color-primary-100: #e2ece4;
  --color-primary-100-10: rgba( 226, 236, 228, 0.08 );
  --color-primary-100-20: rgba( 226, 236, 228, 0.16 );
  --color-primary-100-30: rgba( 226, 236, 228, 0.24 );
  --color-primary-100-40: rgba( 226, 236, 228, 0.32 );
  --color-primary-100-50: rgba( 226, 236, 228, 0.48 );
  --color-primary-100-60: rgba( 226, 236, 228, 0.64 );
  --color-primary-100-70: rgba( 226, 236, 228, 0.72 );
  --color-primary-100-80: rgba( 226, 236, 228, 0.8 );
  --color-primary-100-90: rgba( 226, 236, 228, 0.88 );
  --color-primary-200: #a8c7af;
  --color-primary-200-10: rgba( 168, 199, 175, 0.08 );
  --color-primary-200-20: rgba( 168, 199, 175, 0.16 );
  --color-primary-200-30: rgba( 168, 199, 175, 0.24 );
  --color-primary-200-40: rgba( 168, 199, 175, 0.32 );
  --color-primary-200-50: rgba( 168, 199, 175, 0.48 );
  --color-primary-200-60: rgba( 168, 199, 175, 0.64 );
  --color-primary-200-70: rgba( 168, 199, 175, 0.72 );
  --color-primary-200-80: rgba( 168, 199, 175, 0.8 );
  --color-primary-200-90: rgba( 168, 199, 175, 0.88 );
  --color-primary-300: #5a9569;
  --color-primary-300-10: rgba( 90, 149, 105, 0.08 );
  --color-primary-300-20: rgba( 90, 149, 105, 0.16 );
  --color-primary-300-30: rgba( 90, 149, 105, 0.24 );
  --color-primary-300-40: rgba( 90, 149, 105, 0.32 );
  --color-primary-300-50: rgba( 90, 149, 105, 0.48 );
  --color-primary-300-60: rgba( 90, 149, 105, 0.64 );
  --color-primary-300-70: rgba( 90, 149, 105, 0.72 );
  --color-primary-300-80: rgba( 90, 149, 105, 0.8 );
  --color-primary-300-90: rgba( 90, 149, 105, 0.88 );
  --color-primary-400: #337c45;
  --color-primary-400-10: rgba( 51, 124, 69, 0.08 );
  --color-primary-400-20: rgba( 51, 124, 69, 0.16 );
  --color-primary-400-30: rgba( 51, 124, 69, 0.24 );
  --color-primary-400-40: rgba( 51, 124, 69, 0.32 );
  --color-primary-400-50: rgba( 51, 124, 69, 0.48 );
  --color-primary-400-60: rgba( 51, 124, 69, 0.64 );
  --color-primary-400-70: rgba( 51, 124, 69, 0.72 );
  --color-primary-400-80: rgba( 51, 124, 69, 0.8 );
  --color-primary-400-90: rgba( 51, 124, 69, 0.88 );
  --color-primary-500: #0c6322;
  --color-primary-500-10: rgba( 12, 99, 34, 0.08 );
  --color-primary-500-20: rgba( 12, 99, 34, 0.16 );
  --color-primary-500-30: rgba( 12, 99, 34, 0.24 );
  --color-primary-500-40: rgba( 12, 99, 34, 0.32 );
  --color-primary-500-50: rgba( 12, 99, 34, 0.48 );
  --color-primary-500-60: rgba( 12, 99, 34, 0.64 );
  --color-primary-500-70: rgba( 12, 99, 34, 0.72 );
  --color-primary-500-80: rgba( 12, 99, 34, 0.8 );
  --color-primary-500-90: rgba( 12, 99, 34, 0.88 );
  --color-primary-600: #0a531d;
  --color-primary-600-10: rgba( 10, 83, 29, 0.08 );
  --color-primary-600-20: rgba( 10, 83, 29, 0.16 );
  --color-primary-600-30: rgba( 10, 83, 29, 0.24 );
  --color-primary-600-40: rgba( 10, 83, 29, 0.32 );
  --color-primary-600-50: rgba( 10, 83, 29, 0.48 );
  --color-primary-600-60: rgba( 10, 83, 29, 0.64 );
  --color-primary-600-70: rgba( 10, 83, 29, 0.72 );
  --color-primary-600-80: rgba( 10, 83, 29, 0.8 );
  --color-primary-600-90: rgba( 10, 83, 29, 0.88 );
  --color-primary-700: #084317;
  --color-primary-700-10: rgba( 8, 67, 23, 0.08 );
  --color-primary-700-20: rgba( 8, 67, 23, 0.16 );
  --color-primary-700-30: rgba( 8, 67, 23, 0.24 );
  --color-primary-700-40: rgba( 8, 67, 23, 0.32 );
  --color-primary-700-50: rgba( 8, 67, 23, 0.48 );
  --color-primary-700-60: rgba( 8, 67, 23, 0.64 );
  --color-primary-700-70: rgba( 8, 67, 23, 0.72 );
  --color-primary-700-80: rgba( 8, 67, 23, 0.8 );
  --color-primary-700-90: rgba( 8, 67, 23, 0.88 );
  --color-primary-800: #04240c;
  --color-primary-800-10: rgba( 4, 36, 12, 0.08 );
  --color-primary-800-20: rgba( 4, 36, 12, 0.16 );
  --color-primary-800-30: rgba( 4, 36, 12, 0.24 );
  --color-primary-800-40: rgba( 4, 36, 12, 0.32 );
  --color-primary-800-50: rgba( 4, 36, 12, 0.48 );
  --color-primary-800-60: rgba( 4, 36, 12, 0.64 );
  --color-primary-800-70: rgba( 4, 36, 12, 0.72 );
  --color-primary-800-80: rgba( 4, 36, 12, 0.8 );
  --color-primary-800-90: rgba( 4, 36, 12, 0.88 );
  --color-primary-900: #010c04;
  --color-primary-900-10: rgba( 1, 12, 4, 0.08 );
  --color-primary-900-20: rgba( 1, 12, 4, 0.16 );
  --color-primary-900-30: rgba( 1, 12, 4, 0.24 );
  --color-primary-900-40: rgba( 1, 12, 4, 0.32 );
  --color-primary-900-50: rgba( 1, 12, 4, 0.48 );
  --color-primary-900-60: rgba( 1, 12, 4, 0.64 );
  --color-primary-900-70: rgba( 1, 12, 4, 0.72 );
  --color-primary-900-80: rgba( 1, 12, 4, 0.8 );
  --color-primary-900-90: rgba( 1, 12, 4, 0.88 );
  --color-secondary: #06175D;
  --color-secondary-10: rgba( 6, 23, 93, 0.08 );
  --color-secondary-20: rgba( 6, 23, 93, 0.16 );
  --color-secondary-30: rgba( 6, 23, 93, 0.24 );
  --color-secondary-40: rgba( 6, 23, 93, 0.32 );
  --color-secondary-50: rgba( 6, 23, 93, 0.48 );
  --color-secondary-60: rgba( 6, 23, 93, 0.64 );
  --color-secondary-70: rgba( 6, 23, 93, 0.72 );
  --color-secondary-80: rgba( 6, 23, 93, 0.8 );
  --color-secondary-90: rgba( 6, 23, 93, 0.88 );
  --color-secondary-50: #f5f6f9;
  --color-secondary-50-10: rgba( 245, 246, 249, 0.08 );
  --color-secondary-50-20: rgba( 245, 246, 249, 0.16 );
  --color-secondary-50-30: rgba( 245, 246, 249, 0.24 );
  --color-secondary-50-40: rgba( 245, 246, 249, 0.32 );
  --color-secondary-50-50: rgba( 245, 246, 249, 0.48 );
  --color-secondary-50-60: rgba( 245, 246, 249, 0.64 );
  --color-secondary-50-70: rgba( 245, 246, 249, 0.72 );
  --color-secondary-50-80: rgba( 245, 246, 249, 0.8 );
  --color-secondary-50-90: rgba( 245, 246, 249, 0.88 );
  --color-secondary-100: #e1e3ec;
  --color-secondary-100-10: rgba( 225, 227, 236, 0.08 );
  --color-secondary-100-20: rgba( 225, 227, 236, 0.16 );
  --color-secondary-100-30: rgba( 225, 227, 236, 0.24 );
  --color-secondary-100-40: rgba( 225, 227, 236, 0.32 );
  --color-secondary-100-50: rgba( 225, 227, 236, 0.48 );
  --color-secondary-100-60: rgba( 225, 227, 236, 0.64 );
  --color-secondary-100-70: rgba( 225, 227, 236, 0.72 );
  --color-secondary-100-80: rgba( 225, 227, 236, 0.8 );
  --color-secondary-100-90: rgba( 225, 227, 236, 0.88 );
  --color-secondary-200: #a5abc5;
  --color-secondary-200-10: rgba( 165, 171, 197, 0.08 );
  --color-secondary-200-20: rgba( 165, 171, 197, 0.16 );
  --color-secondary-200-30: rgba( 165, 171, 197, 0.24 );
  --color-secondary-200-40: rgba( 165, 171, 197, 0.32 );
  --color-secondary-200-50: rgba( 165, 171, 197, 0.48 );
  --color-secondary-200-60: rgba( 165, 171, 197, 0.64 );
  --color-secondary-200-70: rgba( 165, 171, 197, 0.72 );
  --color-secondary-200-80: rgba( 165, 171, 197, 0.8 );
  --color-secondary-200-90: rgba( 165, 171, 197, 0.88 );
  --color-secondary-300: #566191;
  --color-secondary-300-10: rgba( 86, 97, 145, 0.08 );
  --color-secondary-300-20: rgba( 86, 97, 145, 0.16 );
  --color-secondary-300-30: rgba( 86, 97, 145, 0.24 );
  --color-secondary-300-40: rgba( 86, 97, 145, 0.32 );
  --color-secondary-300-50: rgba( 86, 97, 145, 0.48 );
  --color-secondary-300-60: rgba( 86, 97, 145, 0.64 );
  --color-secondary-300-70: rgba( 86, 97, 145, 0.72 );
  --color-secondary-300-80: rgba( 86, 97, 145, 0.8 );
  --color-secondary-300-90: rgba( 86, 97, 145, 0.88 );
  --color-secondary-400: #2e3c77;
  --color-secondary-400-10: rgba( 46, 60, 119, 0.08 );
  --color-secondary-400-20: rgba( 46, 60, 119, 0.16 );
  --color-secondary-400-30: rgba( 46, 60, 119, 0.24 );
  --color-secondary-400-40: rgba( 46, 60, 119, 0.32 );
  --color-secondary-400-50: rgba( 46, 60, 119, 0.48 );
  --color-secondary-400-60: rgba( 46, 60, 119, 0.64 );
  --color-secondary-400-70: rgba( 46, 60, 119, 0.72 );
  --color-secondary-400-80: rgba( 46, 60, 119, 0.8 );
  --color-secondary-400-90: rgba( 46, 60, 119, 0.88 );
  --color-secondary-500: #06175d;
  --color-secondary-500-10: rgba( 6, 23, 93, 0.08 );
  --color-secondary-500-20: rgba( 6, 23, 93, 0.16 );
  --color-secondary-500-30: rgba( 6, 23, 93, 0.24 );
  --color-secondary-500-40: rgba( 6, 23, 93, 0.32 );
  --color-secondary-500-50: rgba( 6, 23, 93, 0.48 );
  --color-secondary-500-60: rgba( 6, 23, 93, 0.64 );
  --color-secondary-500-70: rgba( 6, 23, 93, 0.72 );
  --color-secondary-500-80: rgba( 6, 23, 93, 0.8 );
  --color-secondary-500-90: rgba( 6, 23, 93, 0.88 );
  --color-secondary-600: #05134e;
  --color-secondary-600-10: rgba( 5, 19, 78, 0.08 );
  --color-secondary-600-20: rgba( 5, 19, 78, 0.16 );
  --color-secondary-600-30: rgba( 5, 19, 78, 0.24 );
  --color-secondary-600-40: rgba( 5, 19, 78, 0.32 );
  --color-secondary-600-50: rgba( 5, 19, 78, 0.48 );
  --color-secondary-600-60: rgba( 5, 19, 78, 0.64 );
  --color-secondary-600-70: rgba( 5, 19, 78, 0.72 );
  --color-secondary-600-80: rgba( 5, 19, 78, 0.8 );
  --color-secondary-600-90: rgba( 5, 19, 78, 0.88 );
  --color-secondary-700: #04103f;
  --color-secondary-700-10: rgba( 4, 16, 63, 0.08 );
  --color-secondary-700-20: rgba( 4, 16, 63, 0.16 );
  --color-secondary-700-30: rgba( 4, 16, 63, 0.24 );
  --color-secondary-700-40: rgba( 4, 16, 63, 0.32 );
  --color-secondary-700-50: rgba( 4, 16, 63, 0.48 );
  --color-secondary-700-60: rgba( 4, 16, 63, 0.64 );
  --color-secondary-700-70: rgba( 4, 16, 63, 0.72 );
  --color-secondary-700-80: rgba( 4, 16, 63, 0.8 );
  --color-secondary-700-90: rgba( 4, 16, 63, 0.88 );
  --color-secondary-800: #020821;
  --color-secondary-800-10: rgba( 2, 8, 33, 0.08 );
  --color-secondary-800-20: rgba( 2, 8, 33, 0.16 );
  --color-secondary-800-30: rgba( 2, 8, 33, 0.24 );
  --color-secondary-800-40: rgba( 2, 8, 33, 0.32 );
  --color-secondary-800-50: rgba( 2, 8, 33, 0.48 );
  --color-secondary-800-60: rgba( 2, 8, 33, 0.64 );
  --color-secondary-800-70: rgba( 2, 8, 33, 0.72 );
  --color-secondary-800-80: rgba( 2, 8, 33, 0.8 );
  --color-secondary-800-90: rgba( 2, 8, 33, 0.88 );
  --color-secondary-900: #01030b;
  --color-secondary-900-10: rgba( 1, 3, 11, 0.08 );
  --color-secondary-900-20: rgba( 1, 3, 11, 0.16 );
  --color-secondary-900-30: rgba( 1, 3, 11, 0.24 );
  --color-secondary-900-40: rgba( 1, 3, 11, 0.32 );
  --color-secondary-900-50: rgba( 1, 3, 11, 0.48 );
  --color-secondary-900-60: rgba( 1, 3, 11, 0.64 );
  --color-secondary-900-70: rgba( 1, 3, 11, 0.72 );
  --color-secondary-900-80: rgba( 1, 3, 11, 0.8 );
  --color-secondary-900-90: rgba( 1, 3, 11, 0.88 );
  --color-tertiary: #A4350D;
  --color-tertiary-10: rgba( 164, 53, 13, 0.08 );
  --color-tertiary-20: rgba( 164, 53, 13, 0.16 );
  --color-tertiary-30: rgba( 164, 53, 13, 0.24 );
  --color-tertiary-40: rgba( 164, 53, 13, 0.32 );
  --color-tertiary-50: rgba( 164, 53, 13, 0.48 );
  --color-tertiary-60: rgba( 164, 53, 13, 0.64 );
  --color-tertiary-70: rgba( 164, 53, 13, 0.72 );
  --color-tertiary-80: rgba( 164, 53, 13, 0.8 );
  --color-tertiary-90: rgba( 164, 53, 13, 0.88 );
  --color-tertiary-50: #fbf7f5;
  --color-tertiary-50-10: rgba( 251, 247, 245, 0.08 );
  --color-tertiary-50-20: rgba( 251, 247, 245, 0.16 );
  --color-tertiary-50-30: rgba( 251, 247, 245, 0.24 );
  --color-tertiary-50-40: rgba( 251, 247, 245, 0.32 );
  --color-tertiary-50-50: rgba( 251, 247, 245, 0.48 );
  --color-tertiary-50-60: rgba( 251, 247, 245, 0.64 );
  --color-tertiary-50-70: rgba( 251, 247, 245, 0.72 );
  --color-tertiary-50-80: rgba( 251, 247, 245, 0.8 );
  --color-tertiary-50-90: rgba( 251, 247, 245, 0.88 );
  --color-tertiary-100: #f4e7e2;
  --color-tertiary-100-10: rgba( 244, 231, 226, 0.08 );
  --color-tertiary-100-20: rgba( 244, 231, 226, 0.16 );
  --color-tertiary-100-30: rgba( 244, 231, 226, 0.24 );
  --color-tertiary-100-40: rgba( 244, 231, 226, 0.32 );
  --color-tertiary-100-50: rgba( 244, 231, 226, 0.48 );
  --color-tertiary-100-60: rgba( 244, 231, 226, 0.64 );
  --color-tertiary-100-70: rgba( 244, 231, 226, 0.72 );
  --color-tertiary-100-80: rgba( 244, 231, 226, 0.8 );
  --color-tertiary-100-90: rgba( 244, 231, 226, 0.88 );
  --color-tertiary-200: #deb6a8;
  --color-tertiary-200-10: rgba( 222, 182, 168, 0.08 );
  --color-tertiary-200-20: rgba( 222, 182, 168, 0.16 );
  --color-tertiary-200-30: rgba( 222, 182, 168, 0.24 );
  --color-tertiary-200-40: rgba( 222, 182, 168, 0.32 );
  --color-tertiary-200-50: rgba( 222, 182, 168, 0.48 );
  --color-tertiary-200-60: rgba( 222, 182, 168, 0.64 );
  --color-tertiary-200-70: rgba( 222, 182, 168, 0.72 );
  --color-tertiary-200-80: rgba( 222, 182, 168, 0.8 );
  --color-tertiary-200-90: rgba( 222, 182, 168, 0.88 );
  --color-tertiary-300: #c1765a;
  --color-tertiary-300-10: rgba( 193, 118, 90, 0.08 );
  --color-tertiary-300-20: rgba( 193, 118, 90, 0.16 );
  --color-tertiary-300-30: rgba( 193, 118, 90, 0.24 );
  --color-tertiary-300-40: rgba( 193, 118, 90, 0.32 );
  --color-tertiary-300-50: rgba( 193, 118, 90, 0.48 );
  --color-tertiary-300-60: rgba( 193, 118, 90, 0.64 );
  --color-tertiary-300-70: rgba( 193, 118, 90, 0.72 );
  --color-tertiary-300-80: rgba( 193, 118, 90, 0.8 );
  --color-tertiary-300-90: rgba( 193, 118, 90, 0.88 );
  --color-tertiary-400: #b35534;
  --color-tertiary-400-10: rgba( 179, 85, 52, 0.08 );
  --color-tertiary-400-20: rgba( 179, 85, 52, 0.16 );
  --color-tertiary-400-30: rgba( 179, 85, 52, 0.24 );
  --color-tertiary-400-40: rgba( 179, 85, 52, 0.32 );
  --color-tertiary-400-50: rgba( 179, 85, 52, 0.48 );
  --color-tertiary-400-60: rgba( 179, 85, 52, 0.64 );
  --color-tertiary-400-70: rgba( 179, 85, 52, 0.72 );
  --color-tertiary-400-80: rgba( 179, 85, 52, 0.8 );
  --color-tertiary-400-90: rgba( 179, 85, 52, 0.88 );
  --color-tertiary-500: #a4350d;
  --color-tertiary-500-10: rgba( 164, 53, 13, 0.08 );
  --color-tertiary-500-20: rgba( 164, 53, 13, 0.16 );
  --color-tertiary-500-30: rgba( 164, 53, 13, 0.24 );
  --color-tertiary-500-40: rgba( 164, 53, 13, 0.32 );
  --color-tertiary-500-50: rgba( 164, 53, 13, 0.48 );
  --color-tertiary-500-60: rgba( 164, 53, 13, 0.64 );
  --color-tertiary-500-70: rgba( 164, 53, 13, 0.72 );
  --color-tertiary-500-80: rgba( 164, 53, 13, 0.8 );
  --color-tertiary-500-90: rgba( 164, 53, 13, 0.88 );
  --color-tertiary-600: #8a2d0b;
  --color-tertiary-600-10: rgba( 138, 45, 11, 0.08 );
  --color-tertiary-600-20: rgba( 138, 45, 11, 0.16 );
  --color-tertiary-600-30: rgba( 138, 45, 11, 0.24 );
  --color-tertiary-600-40: rgba( 138, 45, 11, 0.32 );
  --color-tertiary-600-50: rgba( 138, 45, 11, 0.48 );
  --color-tertiary-600-60: rgba( 138, 45, 11, 0.64 );
  --color-tertiary-600-70: rgba( 138, 45, 11, 0.72 );
  --color-tertiary-600-80: rgba( 138, 45, 11, 0.8 );
  --color-tertiary-600-90: rgba( 138, 45, 11, 0.88 );
  --color-tertiary-700: #702409;
  --color-tertiary-700-10: rgba( 112, 36, 9, 0.08 );
  --color-tertiary-700-20: rgba( 112, 36, 9, 0.16 );
  --color-tertiary-700-30: rgba( 112, 36, 9, 0.24 );
  --color-tertiary-700-40: rgba( 112, 36, 9, 0.32 );
  --color-tertiary-700-50: rgba( 112, 36, 9, 0.48 );
  --color-tertiary-700-60: rgba( 112, 36, 9, 0.64 );
  --color-tertiary-700-70: rgba( 112, 36, 9, 0.72 );
  --color-tertiary-700-80: rgba( 112, 36, 9, 0.8 );
  --color-tertiary-700-90: rgba( 112, 36, 9, 0.88 );
  --color-tertiary-800: #3b1305;
  --color-tertiary-800-10: rgba( 59, 19, 5, 0.08 );
  --color-tertiary-800-20: rgba( 59, 19, 5, 0.16 );
  --color-tertiary-800-30: rgba( 59, 19, 5, 0.24 );
  --color-tertiary-800-40: rgba( 59, 19, 5, 0.32 );
  --color-tertiary-800-50: rgba( 59, 19, 5, 0.48 );
  --color-tertiary-800-60: rgba( 59, 19, 5, 0.64 );
  --color-tertiary-800-70: rgba( 59, 19, 5, 0.72 );
  --color-tertiary-800-80: rgba( 59, 19, 5, 0.8 );
  --color-tertiary-800-90: rgba( 59, 19, 5, 0.88 );
  --color-tertiary-900: #140602;
  --color-tertiary-900-10: rgba( 20, 6, 2, 0.08 );
  --color-tertiary-900-20: rgba( 20, 6, 2, 0.16 );
  --color-tertiary-900-30: rgba( 20, 6, 2, 0.24 );
  --color-tertiary-900-40: rgba( 20, 6, 2, 0.32 );
  --color-tertiary-900-50: rgba( 20, 6, 2, 0.48 );
  --color-tertiary-900-60: rgba( 20, 6, 2, 0.64 );
  --color-tertiary-900-70: rgba( 20, 6, 2, 0.72 );
  --color-tertiary-900-80: rgba( 20, 6, 2, 0.8 );
  --color-tertiary-900-90: rgba( 20, 6, 2, 0.88 );
  --color-info: #6610f2;
  --color-info-10: rgba( 102, 16, 242, 0.08 );
  --color-info-20: rgba( 102, 16, 242, 0.16 );
  --color-info-30: rgba( 102, 16, 242, 0.24 );
  --color-info-40: rgba( 102, 16, 242, 0.32 );
  --color-info-50: rgba( 102, 16, 242, 0.48 );
  --color-info-60: rgba( 102, 16, 242, 0.64 );
  --color-info-70: rgba( 102, 16, 242, 0.72 );
  --color-info-80: rgba( 102, 16, 242, 0.8 );
  --color-info-90: rgba( 102, 16, 242, 0.88 );
  --color-info-50: #f9f5fe;
  --color-info-50-10: rgba( 249, 245, 254, 0.08 );
  --color-info-50-20: rgba( 249, 245, 254, 0.16 );
  --color-info-50-30: rgba( 249, 245, 254, 0.24 );
  --color-info-50-40: rgba( 249, 245, 254, 0.32 );
  --color-info-50-50: rgba( 249, 245, 254, 0.48 );
  --color-info-50-60: rgba( 249, 245, 254, 0.64 );
  --color-info-50-70: rgba( 249, 245, 254, 0.72 );
  --color-info-50-80: rgba( 249, 245, 254, 0.8 );
  --color-info-50-90: rgba( 249, 245, 254, 0.88 );
  --color-info-100: #ede2fd;
  --color-info-100-10: rgba( 237, 226, 253, 0.08 );
  --color-info-100-20: rgba( 237, 226, 253, 0.16 );
  --color-info-100-30: rgba( 237, 226, 253, 0.24 );
  --color-info-100-40: rgba( 237, 226, 253, 0.32 );
  --color-info-100-50: rgba( 237, 226, 253, 0.48 );
  --color-info-100-60: rgba( 237, 226, 253, 0.64 );
  --color-info-100-70: rgba( 237, 226, 253, 0.72 );
  --color-info-100-80: rgba( 237, 226, 253, 0.8 );
  --color-info-100-90: rgba( 237, 226, 253, 0.88 );
  --color-info-200: #c8a9fa;
  --color-info-200-10: rgba( 200, 169, 250, 0.08 );
  --color-info-200-20: rgba( 200, 169, 250, 0.16 );
  --color-info-200-30: rgba( 200, 169, 250, 0.24 );
  --color-info-200-40: rgba( 200, 169, 250, 0.32 );
  --color-info-200-50: rgba( 200, 169, 250, 0.48 );
  --color-info-200-60: rgba( 200, 169, 250, 0.64 );
  --color-info-200-70: rgba( 200, 169, 250, 0.72 );
  --color-info-200-80: rgba( 200, 169, 250, 0.8 );
  --color-info-200-90: rgba( 200, 169, 250, 0.88 );
  --color-info-300: #975cf6;
  --color-info-300-10: rgba( 151, 92, 246, 0.08 );
  --color-info-300-20: rgba( 151, 92, 246, 0.16 );
  --color-info-300-30: rgba( 151, 92, 246, 0.24 );
  --color-info-300-40: rgba( 151, 92, 246, 0.32 );
  --color-info-300-50: rgba( 151, 92, 246, 0.48 );
  --color-info-300-60: rgba( 151, 92, 246, 0.64 );
  --color-info-300-70: rgba( 151, 92, 246, 0.72 );
  --color-info-300-80: rgba( 151, 92, 246, 0.8 );
  --color-info-300-90: rgba( 151, 92, 246, 0.88 );
  --color-info-400: #7e36f4;
  --color-info-400-10: rgba( 126, 54, 244, 0.08 );
  --color-info-400-20: rgba( 126, 54, 244, 0.16 );
  --color-info-400-30: rgba( 126, 54, 244, 0.24 );
  --color-info-400-40: rgba( 126, 54, 244, 0.32 );
  --color-info-400-50: rgba( 126, 54, 244, 0.48 );
  --color-info-400-60: rgba( 126, 54, 244, 0.64 );
  --color-info-400-70: rgba( 126, 54, 244, 0.72 );
  --color-info-400-80: rgba( 126, 54, 244, 0.8 );
  --color-info-400-90: rgba( 126, 54, 244, 0.88 );
  --color-info-500: #6610f2;
  --color-info-500-10: rgba( 102, 16, 242, 0.08 );
  --color-info-500-20: rgba( 102, 16, 242, 0.16 );
  --color-info-500-30: rgba( 102, 16, 242, 0.24 );
  --color-info-500-40: rgba( 102, 16, 242, 0.32 );
  --color-info-500-50: rgba( 102, 16, 242, 0.48 );
  --color-info-500-60: rgba( 102, 16, 242, 0.64 );
  --color-info-500-70: rgba( 102, 16, 242, 0.72 );
  --color-info-500-80: rgba( 102, 16, 242, 0.8 );
  --color-info-500-90: rgba( 102, 16, 242, 0.88 );
  --color-info-600: #560dcb;
  --color-info-600-10: rgba( 86, 13, 203, 0.08 );
  --color-info-600-20: rgba( 86, 13, 203, 0.16 );
  --color-info-600-30: rgba( 86, 13, 203, 0.24 );
  --color-info-600-40: rgba( 86, 13, 203, 0.32 );
  --color-info-600-50: rgba( 86, 13, 203, 0.48 );
  --color-info-600-60: rgba( 86, 13, 203, 0.64 );
  --color-info-600-70: rgba( 86, 13, 203, 0.72 );
  --color-info-600-80: rgba( 86, 13, 203, 0.8 );
  --color-info-600-90: rgba( 86, 13, 203, 0.88 );
  --color-info-700: #450ba5;
  --color-info-700-10: rgba( 69, 11, 165, 0.08 );
  --color-info-700-20: rgba( 69, 11, 165, 0.16 );
  --color-info-700-30: rgba( 69, 11, 165, 0.24 );
  --color-info-700-40: rgba( 69, 11, 165, 0.32 );
  --color-info-700-50: rgba( 69, 11, 165, 0.48 );
  --color-info-700-60: rgba( 69, 11, 165, 0.64 );
  --color-info-700-70: rgba( 69, 11, 165, 0.72 );
  --color-info-700-80: rgba( 69, 11, 165, 0.8 );
  --color-info-700-90: rgba( 69, 11, 165, 0.88 );
  --color-info-800: #250657;
  --color-info-800-10: rgba( 37, 6, 87, 0.08 );
  --color-info-800-20: rgba( 37, 6, 87, 0.16 );
  --color-info-800-30: rgba( 37, 6, 87, 0.24 );
  --color-info-800-40: rgba( 37, 6, 87, 0.32 );
  --color-info-800-50: rgba( 37, 6, 87, 0.48 );
  --color-info-800-60: rgba( 37, 6, 87, 0.64 );
  --color-info-800-70: rgba( 37, 6, 87, 0.72 );
  --color-info-800-80: rgba( 37, 6, 87, 0.8 );
  --color-info-800-90: rgba( 37, 6, 87, 0.88 );
  --color-info-900: #0c021d;
  --color-info-900-10: rgba( 12, 2, 29, 0.08 );
  --color-info-900-20: rgba( 12, 2, 29, 0.16 );
  --color-info-900-30: rgba( 12, 2, 29, 0.24 );
  --color-info-900-40: rgba( 12, 2, 29, 0.32 );
  --color-info-900-50: rgba( 12, 2, 29, 0.48 );
  --color-info-900-60: rgba( 12, 2, 29, 0.64 );
  --color-info-900-70: rgba( 12, 2, 29, 0.72 );
  --color-info-900-80: rgba( 12, 2, 29, 0.8 );
  --color-info-900-90: rgba( 12, 2, 29, 0.88 );
  --color-success: #198754;
  --color-success-10: rgba( 25, 135, 84, 0.08 );
  --color-success-20: rgba( 25, 135, 84, 0.16 );
  --color-success-30: rgba( 25, 135, 84, 0.24 );
  --color-success-40: rgba( 25, 135, 84, 0.32 );
  --color-success-50: rgba( 25, 135, 84, 0.48 );
  --color-success-60: rgba( 25, 135, 84, 0.64 );
  --color-success-70: rgba( 25, 135, 84, 0.72 );
  --color-success-80: rgba( 25, 135, 84, 0.8 );
  --color-success-90: rgba( 25, 135, 84, 0.88 );
  --color-success-50: #f6faf8;
  --color-success-50-10: rgba( 246, 250, 248, 0.08 );
  --color-success-50-20: rgba( 246, 250, 248, 0.16 );
  --color-success-50-30: rgba( 246, 250, 248, 0.24 );
  --color-success-50-40: rgba( 246, 250, 248, 0.32 );
  --color-success-50-50: rgba( 246, 250, 248, 0.48 );
  --color-success-50-60: rgba( 246, 250, 248, 0.64 );
  --color-success-50-70: rgba( 246, 250, 248, 0.72 );
  --color-success-50-80: rgba( 246, 250, 248, 0.8 );
  --color-success-50-90: rgba( 246, 250, 248, 0.88 );
  --color-success-100: #e3f1ea;
  --color-success-100-10: rgba( 227, 241, 234, 0.08 );
  --color-success-100-20: rgba( 227, 241, 234, 0.16 );
  --color-success-100-30: rgba( 227, 241, 234, 0.24 );
  --color-success-100-40: rgba( 227, 241, 234, 0.32 );
  --color-success-100-50: rgba( 227, 241, 234, 0.48 );
  --color-success-100-60: rgba( 227, 241, 234, 0.64 );
  --color-success-100-70: rgba( 227, 241, 234, 0.72 );
  --color-success-100-80: rgba( 227, 241, 234, 0.8 );
  --color-success-100-90: rgba( 227, 241, 234, 0.88 );
  --color-success-200: #acd4c1;
  --color-success-200-10: rgba( 172, 212, 193, 0.08 );
  --color-success-200-20: rgba( 172, 212, 193, 0.16 );
  --color-success-200-30: rgba( 172, 212, 193, 0.24 );
  --color-success-200-40: rgba( 172, 212, 193, 0.32 );
  --color-success-200-50: rgba( 172, 212, 193, 0.48 );
  --color-success-200-60: rgba( 172, 212, 193, 0.64 );
  --color-success-200-70: rgba( 172, 212, 193, 0.72 );
  --color-success-200-80: rgba( 172, 212, 193, 0.8 );
  --color-success-200-90: rgba( 172, 212, 193, 0.88 );
  --color-success-300: #63ad8b;
  --color-success-300-10: rgba( 99, 173, 139, 0.08 );
  --color-success-300-20: rgba( 99, 173, 139, 0.16 );
  --color-success-300-30: rgba( 99, 173, 139, 0.24 );
  --color-success-300-40: rgba( 99, 173, 139, 0.32 );
  --color-success-300-50: rgba( 99, 173, 139, 0.48 );
  --color-success-300-60: rgba( 99, 173, 139, 0.64 );
  --color-success-300-70: rgba( 99, 173, 139, 0.72 );
  --color-success-300-80: rgba( 99, 173, 139, 0.8 );
  --color-success-300-90: rgba( 99, 173, 139, 0.88 );
  --color-success-400: #3e9a6f;
  --color-success-400-10: rgba( 62, 154, 111, 0.08 );
  --color-success-400-20: rgba( 62, 154, 111, 0.16 );
  --color-success-400-30: rgba( 62, 154, 111, 0.24 );
  --color-success-400-40: rgba( 62, 154, 111, 0.32 );
  --color-success-400-50: rgba( 62, 154, 111, 0.48 );
  --color-success-400-60: rgba( 62, 154, 111, 0.64 );
  --color-success-400-70: rgba( 62, 154, 111, 0.72 );
  --color-success-400-80: rgba( 62, 154, 111, 0.8 );
  --color-success-400-90: rgba( 62, 154, 111, 0.88 );
  --color-success-500: #198754;
  --color-success-500-10: rgba( 25, 135, 84, 0.08 );
  --color-success-500-20: rgba( 25, 135, 84, 0.16 );
  --color-success-500-30: rgba( 25, 135, 84, 0.24 );
  --color-success-500-40: rgba( 25, 135, 84, 0.32 );
  --color-success-500-50: rgba( 25, 135, 84, 0.48 );
  --color-success-500-60: rgba( 25, 135, 84, 0.64 );
  --color-success-500-70: rgba( 25, 135, 84, 0.72 );
  --color-success-500-80: rgba( 25, 135, 84, 0.8 );
  --color-success-500-90: rgba( 25, 135, 84, 0.88 );
  --color-success-600: #157147;
  --color-success-600-10: rgba( 21, 113, 71, 0.08 );
  --color-success-600-20: rgba( 21, 113, 71, 0.16 );
  --color-success-600-30: rgba( 21, 113, 71, 0.24 );
  --color-success-600-40: rgba( 21, 113, 71, 0.32 );
  --color-success-600-50: rgba( 21, 113, 71, 0.48 );
  --color-success-600-60: rgba( 21, 113, 71, 0.64 );
  --color-success-600-70: rgba( 21, 113, 71, 0.72 );
  --color-success-600-80: rgba( 21, 113, 71, 0.8 );
  --color-success-600-90: rgba( 21, 113, 71, 0.88 );
  --color-success-700: #115c39;
  --color-success-700-10: rgba( 17, 92, 57, 0.08 );
  --color-success-700-20: rgba( 17, 92, 57, 0.16 );
  --color-success-700-30: rgba( 17, 92, 57, 0.24 );
  --color-success-700-40: rgba( 17, 92, 57, 0.32 );
  --color-success-700-50: rgba( 17, 92, 57, 0.48 );
  --color-success-700-60: rgba( 17, 92, 57, 0.64 );
  --color-success-700-70: rgba( 17, 92, 57, 0.72 );
  --color-success-700-80: rgba( 17, 92, 57, 0.8 );
  --color-success-700-90: rgba( 17, 92, 57, 0.88 );
  --color-success-800: #09311e;
  --color-success-800-10: rgba( 9, 49, 30, 0.08 );
  --color-success-800-20: rgba( 9, 49, 30, 0.16 );
  --color-success-800-30: rgba( 9, 49, 30, 0.24 );
  --color-success-800-40: rgba( 9, 49, 30, 0.32 );
  --color-success-800-50: rgba( 9, 49, 30, 0.48 );
  --color-success-800-60: rgba( 9, 49, 30, 0.64 );
  --color-success-800-70: rgba( 9, 49, 30, 0.72 );
  --color-success-800-80: rgba( 9, 49, 30, 0.8 );
  --color-success-800-90: rgba( 9, 49, 30, 0.88 );
  --color-success-900: #03100a;
  --color-success-900-10: rgba( 3, 16, 10, 0.08 );
  --color-success-900-20: rgba( 3, 16, 10, 0.16 );
  --color-success-900-30: rgba( 3, 16, 10, 0.24 );
  --color-success-900-40: rgba( 3, 16, 10, 0.32 );
  --color-success-900-50: rgba( 3, 16, 10, 0.48 );
  --color-success-900-60: rgba( 3, 16, 10, 0.64 );
  --color-success-900-70: rgba( 3, 16, 10, 0.72 );
  --color-success-900-80: rgba( 3, 16, 10, 0.8 );
  --color-success-900-90: rgba( 3, 16, 10, 0.88 );
  --color-warning: #fd7e14;
  --color-warning-10: rgba( 253, 126, 20, 0.08 );
  --color-warning-20: rgba( 253, 126, 20, 0.16 );
  --color-warning-30: rgba( 253, 126, 20, 0.24 );
  --color-warning-40: rgba( 253, 126, 20, 0.32 );
  --color-warning-50: rgba( 253, 126, 20, 0.48 );
  --color-warning-60: rgba( 253, 126, 20, 0.64 );
  --color-warning-70: rgba( 253, 126, 20, 0.72 );
  --color-warning-80: rgba( 253, 126, 20, 0.8 );
  --color-warning-90: rgba( 253, 126, 20, 0.88 );
  --color-warning-50: #fffaf6;
  --color-warning-50-10: rgba( 255, 250, 246, 0.08 );
  --color-warning-50-20: rgba( 255, 250, 246, 0.16 );
  --color-warning-50-30: rgba( 255, 250, 246, 0.24 );
  --color-warning-50-40: rgba( 255, 250, 246, 0.32 );
  --color-warning-50-50: rgba( 255, 250, 246, 0.48 );
  --color-warning-50-60: rgba( 255, 250, 246, 0.64 );
  --color-warning-50-70: rgba( 255, 250, 246, 0.72 );
  --color-warning-50-80: rgba( 255, 250, 246, 0.8 );
  --color-warning-50-90: rgba( 255, 250, 246, 0.88 );
  --color-warning-100: #fff0e3;
  --color-warning-100-10: rgba( 255, 240, 227, 0.08 );
  --color-warning-100-20: rgba( 255, 240, 227, 0.16 );
  --color-warning-100-30: rgba( 255, 240, 227, 0.24 );
  --color-warning-100-40: rgba( 255, 240, 227, 0.32 );
  --color-warning-100-50: rgba( 255, 240, 227, 0.48 );
  --color-warning-100-60: rgba( 255, 240, 227, 0.64 );
  --color-warning-100-70: rgba( 255, 240, 227, 0.72 );
  --color-warning-100-80: rgba( 255, 240, 227, 0.8 );
  --color-warning-100-90: rgba( 255, 240, 227, 0.88 );
  --color-warning-200: #fed1aa;
  --color-warning-200-10: rgba( 254, 209, 170, 0.08 );
  --color-warning-200-20: rgba( 254, 209, 170, 0.16 );
  --color-warning-200-30: rgba( 254, 209, 170, 0.24 );
  --color-warning-200-40: rgba( 254, 209, 170, 0.32 );
  --color-warning-200-50: rgba( 254, 209, 170, 0.48 );
  --color-warning-200-60: rgba( 254, 209, 170, 0.64 );
  --color-warning-200-70: rgba( 254, 209, 170, 0.72 );
  --color-warning-200-80: rgba( 254, 209, 170, 0.8 );
  --color-warning-200-90: rgba( 254, 209, 170, 0.88 );
  --color-warning-300: #fea75f;
  --color-warning-300-10: rgba( 254, 167, 95, 0.08 );
  --color-warning-300-20: rgba( 254, 167, 95, 0.16 );
  --color-warning-300-30: rgba( 254, 167, 95, 0.24 );
  --color-warning-300-40: rgba( 254, 167, 95, 0.32 );
  --color-warning-300-50: rgba( 254, 167, 95, 0.48 );
  --color-warning-300-60: rgba( 254, 167, 95, 0.64 );
  --color-warning-300-70: rgba( 254, 167, 95, 0.72 );
  --color-warning-300-80: rgba( 254, 167, 95, 0.8 );
  --color-warning-300-90: rgba( 254, 167, 95, 0.88 );
  --color-warning-400: #fd933a;
  --color-warning-400-10: rgba( 253, 147, 58, 0.08 );
  --color-warning-400-20: rgba( 253, 147, 58, 0.16 );
  --color-warning-400-30: rgba( 253, 147, 58, 0.24 );
  --color-warning-400-40: rgba( 253, 147, 58, 0.32 );
  --color-warning-400-50: rgba( 253, 147, 58, 0.48 );
  --color-warning-400-60: rgba( 253, 147, 58, 0.64 );
  --color-warning-400-70: rgba( 253, 147, 58, 0.72 );
  --color-warning-400-80: rgba( 253, 147, 58, 0.8 );
  --color-warning-400-90: rgba( 253, 147, 58, 0.88 );
  --color-warning-500: #fd7e14;
  --color-warning-500-10: rgba( 253, 126, 20, 0.08 );
  --color-warning-500-20: rgba( 253, 126, 20, 0.16 );
  --color-warning-500-30: rgba( 253, 126, 20, 0.24 );
  --color-warning-500-40: rgba( 253, 126, 20, 0.32 );
  --color-warning-500-50: rgba( 253, 126, 20, 0.48 );
  --color-warning-500-60: rgba( 253, 126, 20, 0.64 );
  --color-warning-500-70: rgba( 253, 126, 20, 0.72 );
  --color-warning-500-80: rgba( 253, 126, 20, 0.8 );
  --color-warning-500-90: rgba( 253, 126, 20, 0.88 );
  --color-warning-600: #d56a11;
  --color-warning-600-10: rgba( 213, 106, 17, 0.08 );
  --color-warning-600-20: rgba( 213, 106, 17, 0.16 );
  --color-warning-600-30: rgba( 213, 106, 17, 0.24 );
  --color-warning-600-40: rgba( 213, 106, 17, 0.32 );
  --color-warning-600-50: rgba( 213, 106, 17, 0.48 );
  --color-warning-600-60: rgba( 213, 106, 17, 0.64 );
  --color-warning-600-70: rgba( 213, 106, 17, 0.72 );
  --color-warning-600-80: rgba( 213, 106, 17, 0.8 );
  --color-warning-600-90: rgba( 213, 106, 17, 0.88 );
  --color-warning-700: #ac560e;
  --color-warning-700-10: rgba( 172, 86, 14, 0.08 );
  --color-warning-700-20: rgba( 172, 86, 14, 0.16 );
  --color-warning-700-30: rgba( 172, 86, 14, 0.24 );
  --color-warning-700-40: rgba( 172, 86, 14, 0.32 );
  --color-warning-700-50: rgba( 172, 86, 14, 0.48 );
  --color-warning-700-60: rgba( 172, 86, 14, 0.64 );
  --color-warning-700-70: rgba( 172, 86, 14, 0.72 );
  --color-warning-700-80: rgba( 172, 86, 14, 0.8 );
  --color-warning-700-90: rgba( 172, 86, 14, 0.88 );
  --color-warning-800: #5b2d07;
  --color-warning-800-10: rgba( 91, 45, 7, 0.08 );
  --color-warning-800-20: rgba( 91, 45, 7, 0.16 );
  --color-warning-800-30: rgba( 91, 45, 7, 0.24 );
  --color-warning-800-40: rgba( 91, 45, 7, 0.32 );
  --color-warning-800-50: rgba( 91, 45, 7, 0.48 );
  --color-warning-800-60: rgba( 91, 45, 7, 0.64 );
  --color-warning-800-70: rgba( 91, 45, 7, 0.72 );
  --color-warning-800-80: rgba( 91, 45, 7, 0.8 );
  --color-warning-800-90: rgba( 91, 45, 7, 0.88 );
  --color-warning-900: #1e0f02;
  --color-warning-900-10: rgba( 30, 15, 2, 0.08 );
  --color-warning-900-20: rgba( 30, 15, 2, 0.16 );
  --color-warning-900-30: rgba( 30, 15, 2, 0.24 );
  --color-warning-900-40: rgba( 30, 15, 2, 0.32 );
  --color-warning-900-50: rgba( 30, 15, 2, 0.48 );
  --color-warning-900-60: rgba( 30, 15, 2, 0.64 );
  --color-warning-900-70: rgba( 30, 15, 2, 0.72 );
  --color-warning-900-80: rgba( 30, 15, 2, 0.8 );
  --color-warning-900-90: rgba( 30, 15, 2, 0.88 );
  --color-error: #dc3545;
  --color-error-10: rgba( 220, 53, 69, 0.08 );
  --color-error-20: rgba( 220, 53, 69, 0.16 );
  --color-error-30: rgba( 220, 53, 69, 0.24 );
  --color-error-40: rgba( 220, 53, 69, 0.32 );
  --color-error-50: rgba( 220, 53, 69, 0.48 );
  --color-error-60: rgba( 220, 53, 69, 0.64 );
  --color-error-70: rgba( 220, 53, 69, 0.72 );
  --color-error-80: rgba( 220, 53, 69, 0.8 );
  --color-error-90: rgba( 220, 53, 69, 0.88 );
  --color-error-50: #fef7f8;
  --color-error-50-10: rgba( 254, 247, 248, 0.08 );
  --color-error-50-20: rgba( 254, 247, 248, 0.16 );
  --color-error-50-30: rgba( 254, 247, 248, 0.24 );
  --color-error-50-40: rgba( 254, 247, 248, 0.32 );
  --color-error-50-50: rgba( 254, 247, 248, 0.48 );
  --color-error-50-60: rgba( 254, 247, 248, 0.64 );
  --color-error-50-70: rgba( 254, 247, 248, 0.72 );
  --color-error-50-80: rgba( 254, 247, 248, 0.8 );
  --color-error-50-90: rgba( 254, 247, 248, 0.88 );
  --color-error-100: #fbe7e9;
  --color-error-100-10: rgba( 251, 231, 233, 0.08 );
  --color-error-100-20: rgba( 251, 231, 233, 0.16 );
  --color-error-100-30: rgba( 251, 231, 233, 0.24 );
  --color-error-100-40: rgba( 251, 231, 233, 0.32 );
  --color-error-100-50: rgba( 251, 231, 233, 0.48 );
  --color-error-100-60: rgba( 251, 231, 233, 0.64 );
  --color-error-100-70: rgba( 251, 231, 233, 0.72 );
  --color-error-100-80: rgba( 251, 231, 233, 0.8 );
  --color-error-100-90: rgba( 251, 231, 233, 0.88 );
  --color-error-200: #f2b6bc;
  --color-error-200-10: rgba( 242, 182, 188, 0.08 );
  --color-error-200-20: rgba( 242, 182, 188, 0.16 );
  --color-error-200-30: rgba( 242, 182, 188, 0.24 );
  --color-error-200-40: rgba( 242, 182, 188, 0.32 );
  --color-error-200-50: rgba( 242, 182, 188, 0.48 );
  --color-error-200-60: rgba( 242, 182, 188, 0.64 );
  --color-error-200-70: rgba( 242, 182, 188, 0.72 );
  --color-error-200-80: rgba( 242, 182, 188, 0.8 );
  --color-error-200-90: rgba( 242, 182, 188, 0.88 );
  --color-error-300: #e77681;
  --color-error-300-10: rgba( 231, 118, 129, 0.08 );
  --color-error-300-20: rgba( 231, 118, 129, 0.16 );
  --color-error-300-30: rgba( 231, 118, 129, 0.24 );
  --color-error-300-40: rgba( 231, 118, 129, 0.32 );
  --color-error-300-50: rgba( 231, 118, 129, 0.48 );
  --color-error-300-60: rgba( 231, 118, 129, 0.64 );
  --color-error-300-70: rgba( 231, 118, 129, 0.72 );
  --color-error-300-80: rgba( 231, 118, 129, 0.8 );
  --color-error-300-90: rgba( 231, 118, 129, 0.88 );
  --color-error-400: #e25563;
  --color-error-400-10: rgba( 226, 85, 99, 0.08 );
  --color-error-400-20: rgba( 226, 85, 99, 0.16 );
  --color-error-400-30: rgba( 226, 85, 99, 0.24 );
  --color-error-400-40: rgba( 226, 85, 99, 0.32 );
  --color-error-400-50: rgba( 226, 85, 99, 0.48 );
  --color-error-400-60: rgba( 226, 85, 99, 0.64 );
  --color-error-400-70: rgba( 226, 85, 99, 0.72 );
  --color-error-400-80: rgba( 226, 85, 99, 0.8 );
  --color-error-400-90: rgba( 226, 85, 99, 0.88 );
  --color-error-500: #dc3545;
  --color-error-500-10: rgba( 220, 53, 69, 0.08 );
  --color-error-500-20: rgba( 220, 53, 69, 0.16 );
  --color-error-500-30: rgba( 220, 53, 69, 0.24 );
  --color-error-500-40: rgba( 220, 53, 69, 0.32 );
  --color-error-500-50: rgba( 220, 53, 69, 0.48 );
  --color-error-500-60: rgba( 220, 53, 69, 0.64 );
  --color-error-500-70: rgba( 220, 53, 69, 0.72 );
  --color-error-500-80: rgba( 220, 53, 69, 0.8 );
  --color-error-500-90: rgba( 220, 53, 69, 0.88 );
  --color-error-600: #b92d3a;
  --color-error-600-10: rgba( 185, 45, 58, 0.08 );
  --color-error-600-20: rgba( 185, 45, 58, 0.16 );
  --color-error-600-30: rgba( 185, 45, 58, 0.24 );
  --color-error-600-40: rgba( 185, 45, 58, 0.32 );
  --color-error-600-50: rgba( 185, 45, 58, 0.48 );
  --color-error-600-60: rgba( 185, 45, 58, 0.64 );
  --color-error-600-70: rgba( 185, 45, 58, 0.72 );
  --color-error-600-80: rgba( 185, 45, 58, 0.8 );
  --color-error-600-90: rgba( 185, 45, 58, 0.88 );
  --color-error-700: #96242f;
  --color-error-700-10: rgba( 150, 36, 47, 0.08 );
  --color-error-700-20: rgba( 150, 36, 47, 0.16 );
  --color-error-700-30: rgba( 150, 36, 47, 0.24 );
  --color-error-700-40: rgba( 150, 36, 47, 0.32 );
  --color-error-700-50: rgba( 150, 36, 47, 0.48 );
  --color-error-700-60: rgba( 150, 36, 47, 0.64 );
  --color-error-700-70: rgba( 150, 36, 47, 0.72 );
  --color-error-700-80: rgba( 150, 36, 47, 0.8 );
  --color-error-700-90: rgba( 150, 36, 47, 0.88 );
  --color-error-800: #4f1319;
  --color-error-800-10: rgba( 79, 19, 25, 0.08 );
  --color-error-800-20: rgba( 79, 19, 25, 0.16 );
  --color-error-800-30: rgba( 79, 19, 25, 0.24 );
  --color-error-800-40: rgba( 79, 19, 25, 0.32 );
  --color-error-800-50: rgba( 79, 19, 25, 0.48 );
  --color-error-800-60: rgba( 79, 19, 25, 0.64 );
  --color-error-800-70: rgba( 79, 19, 25, 0.72 );
  --color-error-800-80: rgba( 79, 19, 25, 0.8 );
  --color-error-800-90: rgba( 79, 19, 25, 0.88 );
  --color-error-900: #1a0608;
  --color-error-900-10: rgba( 26, 6, 8, 0.08 );
  --color-error-900-20: rgba( 26, 6, 8, 0.16 );
  --color-error-900-30: rgba( 26, 6, 8, 0.24 );
  --color-error-900-40: rgba( 26, 6, 8, 0.32 );
  --color-error-900-50: rgba( 26, 6, 8, 0.48 );
  --color-error-900-60: rgba( 26, 6, 8, 0.64 );
  --color-error-900-70: rgba( 26, 6, 8, 0.72 );
  --color-error-900-80: rgba( 26, 6, 8, 0.8 );
  --color-error-900-90: rgba( 26, 6, 8, 0.88 );
}

.hidden {
  display: none;
}

.hidetext {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.noscrolling {
  overflow: hidden;
}

.unvisible {
  visibility: hidden;
}

/* Button */
.text-b1 {
  font-size: 0.875rem;
  --fsize-mixin: "xs";
  text-transform: uppercase;
}

.text-b2 {
  font-size: 0.875rem;
  --fsize-mixin: "xs";
  text-transform: uppercase;
}

.text-b3 {
  color: var(--foreground-primary-500);
  --color-mixin: "color, foreground, primary, 500, none, false";
  font-size: 0.875rem;
  --fsize-mixin: "xs";
  text-transform: uppercase;
}

/* Heading */
.text-h1, h1 {
  font-weight: 400;
  --fweight-mixin: "regular";
  font-size: 4rem;
  --fsize-mixin: "3xl";
  letter-spacing: -0.08em;
  --flspace-mixin: "md, minus";
  margin: 0;
  padding: 0;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, tablet, none";
}
@media (min-width: 768px) {
  .text-h1, h1 {
    font-size: 6rem;
    --fsize-mixin: "4xl";
  }
}
@media (min-width: 1024px) {
  .text-h1, h1 {
    font-size: 8rem;
    --fsize-mixin: "5xl";
  }
}

.text-h2, h2 {
  font-family: Martel, "Helvetica, Aria, san-serif";
  --ffamily-mixin: "accent-none";
  font-weight: 400;
  --fweight-mixin: "regular";
  font-size: 1.25rem;
  --fsize-mixin: "md";
  line-height: 1.35;
  --flheight-mixin: "md";
  letter-spacing: -0.02em;
  --flspace-mixin: "xs, minus";
}

.text-h3, h3 {
  font-size: 2rem;
  --fsize-mixin: "xl";
  letter-spacing: -0.08em;
  --flspace-mixin: "md, minus";
}

.text-h4, caption, h4 {
  font-size: 1.25rem;
  --fsize-mixin: "md";
  margin-top: 32px;
  --space-mixin: "margin, xl, none, top, none, false";
  margin-bottom: 16px;
  --space-mixin: "margin, md, none, bottom, none, false";
}

.text-h5, h5 {
  font-size: 1rem;
  --fsize-mixin: "sm";
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
  --space-mixin: "margin, xs, none, bottom, none, false";
}

.text-h6, h6 {
  font-size: 0.875rem;
  --fsize-mixin: "xs";
}

/* Link */
.text-l1 {
  font-size: 1rem;
  --fsize-mixin: "sm";
  font-weight: 300;
  --fweight-mixin: "light";
  color: var(--foreground-primary-500);
  --color-mixin: "color, foreground, primary, 500, none, false";
  text-transform: uppercase;
}

.text-l2 {
  font-size: 0.875rem;
  --fsize-mixin: "xs";
  font-weight: 300;
  --fweight-mixin: "light";
  text-transform: uppercase;
}

.text-l3 {
  font-size: 1rem;
  --fsize-mixin: "sm";
  color: var(--foreground-primary-500);
  --color-mixin: "color, foreground, primary, 500, none, false";
}

/* Navigation */
.text-n1 {
  font-size: 1.5rem;
  --fsize-mixin: "lg";
}

.text-n2 {
  font-size: 1rem;
  --fsize-mixin: "sm";
  font-weight: 300;
  --fweight-mixin: "light";
  text-transform: uppercase;
}

.text-n3 {
  font-size: 1rem;
  --fsize-mixin: "sm";
}

/* Special */
.text-s1 {
  font-family: "Helvetica, Aria, san-serif";
  --ffamily-mixin: "secondary-none";
  font-size: rem;
  --fsize-mixin: "xxl";
  color: var(--foreground-primary-500);
  --color-mixin: "color, foreground, primary, 500, none, false";
}

.text-s2 {
  font-family: "Helvetica, Aria, san-serif";
  --ffamily-mixin: "secondary-none";
  font-size: 2rem;
  --fsize-mixin: "xl";
  color: var(--foreground-primary-500);
  --color-mixin: "color, foreground, primary, 500, none, false";
}

.text-s3 {
  font-family: "Helvetica, Aria, san-serif";
  --ffamily-mixin: "secondary-none";
  font-size: 1.5rem;
  --fsize-mixin: "lg";
  color: var(--foreground-primary-500);
  --color-mixin: "color, foreground, primary, 500, none, false";
}

.pagecontainer, .popup, #outro, #main > section, #intro, #header,
.popup header, #footer,
.popup footer {
  max-width: 100vw;
  position: relative;
  z-index: 10;
  padding-left: 16px;
  padding-right: 16px;
  --space-mixin: "padding, md, none, none, h, false";
  --mquery-mixin: "min, phone, none";
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, tablet, none";
  --mquery-mixin: "min, desktop, none";
  --mquery-mixin: "min, desktop-lg, none";
  --mquery-mixin: "min, desktop-xl, none";
}
.pagecontainer > h2, .popup > h2, #outro > h2, #main > section > h2, #intro > h2, #header > h2,
.popup header > h2, #footer > h2,
.popup footer > h2 {
  margin-left: -16px;
  margin-right: -16px;
  --space-mixin: "margin, md, minus, none, h, false";
  padding-left: 16px;
  padding-right: 16px;
  --space-mixin: "padding, md, none, none, h, false";
}
@media (min-width: 480px) {
  .pagecontainer, .popup, #outro, #main > section, #intro, #header,
  .popup header, #footer,
  .popup footer {
    padding-left: 24px;
    padding-right: 24px;
    --space-mixin: "padding, lg, none, none, h, false";
  }
  .pagecontainer > h2, .popup > h2, #outro > h2, #main > section > h2, #intro > h2, #header > h2,
  .popup header > h2, #footer > h2,
  .popup footer > h2 {
    margin-left: -24px;
    margin-right: -24px;
    --space-mixin: "margin, lg, minus, none, h, false";
    padding-left: 24px;
    padding-right: 24px;
    --space-mixin: "padding, lg, none, none, h, false";
  }
}
@media (min-width: 768px) {
  .pagecontainer, .popup, #outro, #main > section, #intro, #header,
  .popup header, #footer,
  .popup footer {
    padding-left: 32px;
    padding-right: 32px;
    --space-mixin: "padding, xl, none, none, h, false";
  }
  .pagecontainer > h2, .popup > h2, #outro > h2, #main > section > h2, #intro > h2, #header > h2,
  .popup header > h2, #footer > h2,
  .popup footer > h2 {
    margin-left: -32px;
    margin-right: -32px;
    --space-mixin: "margin, xl, minus, none, h, false";
    padding-left: 32px;
    padding-right: 32px;
    --space-mixin: "padding, xl, none, none, h, false";
  }
}
@media (min-width: 1024px) {
  .pagecontainer, .popup, #outro, #main > section, #intro, #header,
  .popup header, #footer,
  .popup footer {
    padding-left: 48px;
    padding-right: 48px;
    --space-mixin: "padding, xxl, none, none, h, false";
  }
  .pagecontainer > h2, .popup > h2, #outro > h2, #main > section > h2, #intro > h2, #header > h2,
  .popup header > h2, #footer > h2,
  .popup footer > h2 {
    margin-left: -48px;
    margin-right: -48px;
    --space-mixin: "margin, xxl, minus, none, h, false";
    padding-left: 48px;
    padding-right: 48px;
    --space-mixin: "padding, xxl, none, none, h, false";
  }
}
@media (min-width: 1280px) {
  .pagecontainer, .popup, #outro, #main > section, #intro, #header,
  .popup header, #footer,
  .popup footer {
    padding-left: 64px;
    padding-right: 64px;
    --space-mixin: "padding, xxxl, none, none, h, false";
  }
  .pagecontainer > h2, .popup > h2, #outro > h2, #main > section > h2, #intro > h2, #header > h2,
  .popup header > h2, #footer > h2,
  .popup footer > h2 {
    margin-left: -64px;
    margin-right: -64px;
    --space-mixin: "margin, xxxl, minus, none, h, false";
    padding-left: 64px;
    padding-right: 64px;
    --space-mixin: "padding, xxxl, none, none, h, false";
  }
}
@media (min-width: 1440px) {
  .pagecontainer, .popup, #outro, #main > section, #intro, #header,
  .popup header, #footer,
  .popup footer {
    padding-left: 96px;
    padding-right: 96px;
    --space-mixin: "padding, xxxxl, none, none, h, false";
  }
  .pagecontainer > h2, .popup > h2, #outro > h2, #main > section > h2, #intro > h2, #header > h2,
  .popup header > h2, #footer > h2,
  .popup footer > h2 {
    margin-left: -96px;
    margin-right: -96px;
    --space-mixin: "margin, xxxxl, minus, none, h, false";
    padding-left: 96px;
    padding-right: 96px;
    --space-mixin: "padding, xxxxl, none, none, h, false";
  }
}
@media (min-width: 1936px) {
  .pagecontainer, .popup, #outro, #main > section, #intro, #header,
  .popup header, #footer,
  .popup footer {
    padding-left: 160px;
    padding-right: 160px;
    --space-mixin: "padding, xxxxxl, none, none, h, false";
  }
  .pagecontainer > h2, .popup > h2, #outro > h2, #main > section > h2, #intro > h2, #header > h2,
  .popup header > h2, #footer > h2,
  .popup footer > h2 {
    margin-left: -160px;
    margin-right: -160px;
    --space-mixin: "margin, xxxxxl, minus, none, h, false";
    padding-left: 160px;
    padding-right: 160px;
    --space-mixin: "padding, xxxxxl, none, none, h, false";
  }
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*

.selected, [selected] {

	.bg-color( @color:accent; @colorstep:4 ) !important;

	&:not(.filter):hover {

	    .bg-color( @color:accent; @colorstep:6 ) !important;
    }
}

.preselected {

	.bg-color( @color:base; @colorstep:4 );
}
.attached {

	.bg-color( @color:base; @colorstep:5 );
}

.active {

	.bg-color( @color:base, @colorstep:5 );
}

.framed {

	border: 1;
}

*/
/*

.hovered {

	.bg-color( @color:base; @colorstep:6 );
}

.focused {

	.border-color( @color:accent; @colorstep:1 );
}
.pressed {

	.bg-color( @color:base; @colorstep:8 );
}

*/
button,
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  --center-mixin: "flex";
  border-radius: 9999px;
  --bradius-mixin: "pill, none";
  height: 48px;
  --space-mixin: "height, xxl, false, none, none, false";
  padding-left: 24px;
  padding-right: 24px;
  --space-mixin: "padding, lg, none, none, h, false";
  gap: 8px;
  --space-mixin: "gap, sm, none, none, none, false";
  font-family: Martel, "Helvetica, Aria, san-serif";
  --ffamily-mixin: "accent-none";
  font-size: 1.25rem;
  --fsize-mixin: "md";
  letter-spacing: -0.04em;
  --flspace-mixin: "sm, minus";
  border: 0;
  padding-top: 4px;
  transition: background-color 0.2s;
  cursor: pointer;
  --mquery-mixin: "min, tablet, none";
  --mquery-mixin: "min, desktop-lg, none";
}
button [data-role=icon],
.button [data-role=icon] {
  width: 32px;
  height: 32px;
  line-height: 32px;
  --iconsize-mixin: "lg";
  margin-bottom: 4px;
}
button:hover,
.button:hover {
  background-color: var(--background-hover) !important;
  --color-mixin: "background-color, background, hover, none, none, true";
}
button.cta,
.button.cta {
  background-color: var(--background-accent);
  --color-mixin: "background-color, background, accent, none, none, false";
}
button:hover, button.cta,
.button:hover,
.button.cta {
  color: var(--foreground-inverse);
  --color-mixin: "color, foreground, inverse, none, none, false";
  box-shadow: 0px 0px 32px 0px rgba(44, 44, 44, 0.16);
}
button:hover [data-role=icon] svg path, button.cta [data-role=icon] svg path,
.button:hover [data-role=icon] svg path,
.button.cta [data-role=icon] svg path {
  fill: var(--foreground-inverse);
  --color-mixin: "fill, foreground, inverse, none, none, false";
}
button:not(.cta),
.button:not(.cta) {
  border-width: 1px;
  --bwidth-mixin: "thin, none";
  border-style: solid;
  --bstyle-mixin: "solid, none";
  border-color: var(--border-inverse);
  --color-mixin: "border-color, border, inverse, none, none, false";
  --border-mixin: "thin, none, solid, inverse, none, none";
  max-width: 260px;
}
#contact button,
#contact .button {
  background-color: var(--background-common);
  --color-mixin: "background-color, background, common, none, none, false";
  color: var(--foreground-accent);
  --color-mixin: "color, foreground, accent, none, none, false";
  margin-top: 8px;
  --space-mixin: "margin, sm, none, top, none, false";
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
#contact button [data-role=icon] svg path,
#contact .button [data-role=icon] svg path {
  fill: var(--foreground-accent);
  --color-mixin: "fill, foreground, accent, none, none, false";
}
#contact button:hover,
#contact .button:hover {
  color: var(--foreground-inverse);
  --color-mixin: "color, foreground, inverse, none, none, false";
}
#contact button:hover [data-role=icon] svg path,
#contact .button:hover [data-role=icon] svg path {
  fill: var(--foreground-inverse);
  --color-mixin: "fill, foreground, inverse, none, none, false";
}
@media (min-width: 1024px) {
  button,
  .button {
    padding-left: 48px;
    padding-right: 48px;
    --space-mixin: "padding, xxl, none, none, h, false";
  }
}
@media (min-width: 1440px) {
  button,
  .button {
    height: 64px;
    --space-mixin: "height, xxxl, false, none, none, false";
  }
}

.copy {
  gap: 16px;
  --space-mixin: "gap, md, none, none, none, false";
  display: flex;
  flex-direction: row;
  justify-content: center;
}

footer [class^=divider] {
  display: none;
  --mquery-mixin: "min, phone, none";
}
@media (min-width: 480px) {
  footer [class^=divider] {
    display: block;
  }
}
.end [class^=divider] {
  display: none;
  --mquery-mixin: "min, tablet, none";
}
@media (min-width: 1024px) {
  .end [class^=divider] {
    display: block;
  }
}

.divider-h {
  border-top-color: var(--border-shade);
  --color-mixin: "border-top-color, border, shade, none, none, false";
  border-bottom-color: var(--border-light);
  --color-mixin: "border-bottom-color, border, light, none, none, false";
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 100%;
  height: 0;
}
#outro .divider-h {
  border-top-color: var(--border-shadeinverse);
  --color-mixin: "border-top-color, border, shadeinverse, none, none, false";
  border-bottom-color: var(--border-lightinverse);
  --color-mixin: "border-bottom-color, border, lightinverse, none, none, false";
}
.popup footer .divider-h {
  border-top-color: var(--border-shade);
  --color-mixin: "border-top-color, border, shade, none, none, false";
  border-bottom-color: var(--border-lightinverse);
  --color-mixin: "border-bottom-color, border, lightinverse, none, none, false";
}

.hello h1 {
  margin-left: -1%;
  --mquery-mixin: "min, tablet, none";
}
@media (min-width: 1024px) {
  .hello h1 {
    margin-left: -2%;
  }
}

section .heading {
  position: sticky;
  top: 0;
  z-index: 999;
  min-height: 120px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-backdrop-filter: blur(99px);
          backdrop-filter: blur(99px);
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, desktop, none";
}
@media (min-width: 768px) {
  section .heading {
    min-height: 128px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1280px) {
  section .heading {
    min-height: 192px;
  }
}

.icon,
[data-role=icon] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  --iconsize-mixin: "md";
  display: inline-block;
}
.icon > svg,
[data-role=icon] > svg {
  display: block;
  width: 100%;
}
.icon > svg path,
.icon > svg rect,
.icon > svg circle,
[data-role=icon] > svg path,
[data-role=icon] > svg rect,
[data-role=icon] > svg circle {
  fill: var(--foreground-common);
  --color-mixin: "fill, foreground, common, none, none, false";
}
.icon > svg path.accent,
.icon > svg rect.accent,
.icon > svg circle.accent,
[data-role=icon] > svg path.accent,
[data-role=icon] > svg rect.accent,
[data-role=icon] > svg circle.accent {
  fill: var(--foreground-primary);
  --color-mixin: "fill, foreground, primary, none, none, false";
}
.icon.icon-xs, .icon[data-size=xs],
[data-role=icon].icon-xs,
[data-role=icon][data-size=xs] {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  --iconsize-mixin: "xs";
  --icon-mixin: "xs, none, none, none";
}
.icon.icon-xs > svg, .icon[data-size=xs] > svg,
[data-role=icon].icon-xs > svg,
[data-role=icon][data-size=xs] > svg {
  display: block;
  margin: auto;
  fill: var(--foreground-none);
  --color-mixin: "fill, foreground, none, none, none, false";
}
.icon.icon-sm, .icon[data-size=sm],
[data-role=icon].icon-sm,
[data-role=icon][data-size=sm] {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  --iconsize-mixin: "sm";
  --icon-mixin: "sm, none, none, none";
}
.icon.icon-sm > svg, .icon[data-size=sm] > svg,
[data-role=icon].icon-sm > svg,
[data-role=icon][data-size=sm] > svg {
  display: block;
  margin: auto;
  fill: var(--foreground-none);
  --color-mixin: "fill, foreground, none, none, none, false";
}
.icon.icon-md, .icon[data-size=md],
[data-role=icon].icon-md,
[data-role=icon][data-size=md] {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  --iconsize-mixin: "md";
  --icon-mixin: "md, none, none, none";
}
.icon.icon-md > svg, .icon[data-size=md] > svg,
[data-role=icon].icon-md > svg,
[data-role=icon][data-size=md] > svg {
  display: block;
  margin: auto;
  fill: var(--foreground-none);
  --color-mixin: "fill, foreground, none, none, none, false";
}
.icon.icon-lg, .icon[data-size=lg],
[data-role=icon].icon-lg,
[data-role=icon][data-size=lg] {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  --iconsize-mixin: "lg";
  --icon-mixin: "lg, none, none, none";
}
.icon.icon-lg > svg, .icon[data-size=lg] > svg,
[data-role=icon].icon-lg > svg,
[data-role=icon][data-size=lg] > svg {
  display: block;
  margin: auto;
  fill: var(--foreground-none);
  --color-mixin: "fill, foreground, none, none, none, false";
}
.icon.icon-xl, .icon[data-size=xl],
[data-role=icon].icon-xl,
[data-role=icon][data-size=xl] {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  --iconsize-mixin: "xl";
  --icon-mixin: "xl, none, none, none";
}
.icon.icon-xl > svg, .icon[data-size=xl] > svg,
[data-role=icon].icon-xl > svg,
[data-role=icon][data-size=xl] > svg {
  display: block;
  margin: auto;
  fill: var(--foreground-none);
  --color-mixin: "fill, foreground, none, none, none, false";
}
.icon.icon-xxl, .icon[data-size=xxl],
[data-role=icon].icon-xxl,
[data-role=icon][data-size=xxl] {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  --iconsize-mixin: "xxl";
  --icon-mixin: "xxl, none, none, none";
}
.icon.icon-xxl > svg, .icon[data-size=xxl] > svg,
[data-role=icon].icon-xxl > svg,
[data-role=icon][data-size=xxl] > svg {
  display: block;
  margin: auto;
  fill: var(--foreground-none);
  --color-mixin: "fill, foreground, none, none, none, false";
}
.icon.icon-2xl, .icon[data-size="2xl"],
[data-role=icon].icon-2xl,
[data-role=icon][data-size="2xl"] {
  display: block;
  width: "px";
  height: "px";
  line-height: "px";
  --iconsize-mixin: "2xl";
  --icon-mixin: "2xl, none, none, none";
}
.icon.icon-2xl > svg, .icon[data-size="2xl"] > svg,
[data-role=icon].icon-2xl > svg,
[data-role=icon][data-size="2xl"] > svg {
  display: block;
  margin: auto;
  fill: var(--foreground-none);
  --color-mixin: "fill, foreground, none, none, none, false";
}
.icon.icon-3xl, .icon[data-size="3xl"],
[data-role=icon].icon-3xl,
[data-role=icon][data-size="3xl"] {
  display: block;
  width: "px";
  height: "px";
  line-height: "px";
  --iconsize-mixin: "3xl";
  --icon-mixin: "3xl, none, none, none";
}
.icon.icon-3xl > svg, .icon[data-size="3xl"] > svg,
[data-role=icon].icon-3xl > svg,
[data-role=icon][data-size="3xl"] > svg {
  display: block;
  margin: auto;
  fill: var(--foreground-none);
  --color-mixin: "fill, foreground, none, none, none, false";
}
.icon.icon-4xl, .icon[data-size="4xl"],
[data-role=icon].icon-4xl,
[data-role=icon][data-size="4xl"] {
  display: block;
  width: "px";
  height: "px";
  line-height: "px";
  --iconsize-mixin: "4xl";
  --icon-mixin: "4xl, none, none, none";
}
.icon.icon-4xl > svg, .icon[data-size="4xl"] > svg,
[data-role=icon].icon-4xl > svg,
[data-role=icon][data-size="4xl"] > svg {
  display: block;
  margin: auto;
  fill: var(--foreground-none);
  --color-mixin: "fill, foreground, none, none, none, false";
}
a[rel=doc] .icon,
a[rel=doc] [data-role=icon] {
  width: 32px;
  height: 32px;
  line-height: 32px;
  --iconsize-mixin: "lg";
}

:root {
  --upper-height: 0px;
  --lower-height: 0px;
}

.scroll-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  --mquery-mixin: "max, phablet, none";
}
@media (max-width: 767px) {
  .scroll-indicator {
    display: none;
  }
}

.scroll-indicator .pin {
  width: 16px;
  height: 32px;
  border: 1px solid var(--foreground-common);
  border-radius: 5px;
  position: relative;
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 2;
  transition: transform 0.5s ease-out;
}
.scroll-indicator .pin::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 2px;
  height: 8px;
  background: var(--foreground-common);
}

.scroll-indicator .track {
  position: relative;
  width: 1px;
  height: 128px;
}
.scroll-indicator .track::before, .scroll-indicator .track::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background: var(--foreground-common);
  transition: height 0.5s ease-out;
}
.scroll-indicator .track::before {
  top: 0;
  height: var(--upper-height, 0);
}
.scroll-indicator .track::after {
  bottom: 0;
  height: var(--lower-height, 0);
}

input,
textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px dotted;
  border-color: var(--border-inverse);
  --color-mixin: "border-color, border, inverse, none, none, false";
  font-weight: 700;
  --fweight-mixin: "bold";
  color: var(--foreground-white) !important;
  --color-mixin: "color, foreground, white, none, none, true";
}
#contact input,
#contact textarea {
  color: var(--foreground-inverse);
  --color-mixin: "color, foreground, inverse, none, none, false";
}
input + em.error,
textarea + em.error {
  display: none !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--foreground-white);
  --color-mixin: "color, foreground, white, none, none, false";
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: var(--foreground-white);
  --color-mixin: "color, foreground, white, none, none, false";
  opacity: 1;
}
input.error,
textarea.error {
  border-color: var(--border-errorinverse);
  --color-mixin: "border-color, border, errorinverse, none, none, false";
  color: var(--foreground-errorinverse);
  --color-mixin: "color, foreground, errorinverse, none, none, false";
  border-bottom-width: 4px;
}
input.error::-moz-placeholder, textarea.error::-moz-placeholder {
  color: var(--foreground-errorinverse);
  --color-mixin: "color, foreground, errorinverse, none, none, false";
}
input.error::placeholder,
textarea.error::placeholder {
  color: var(--foreground-errorinverse);
  --color-mixin: "color, foreground, errorinverse, none, none, false";
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-transition: color 9999999999s ease-in-out 0s, background-color 9999999999s ease-in-out 0s;
  transition: color 9999999999s ease-in-out 0s, background-color 9999999999s ease-in-out 0s;
}
input:active, input:focus, input:focus:hover, input:focus:valid, input:focus:invalid,
textarea:active,
textarea:focus,
textarea:focus:hover,
textarea:focus:valid,
textarea:focus:invalid {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s, transform 0.2s, filter 0.2s;
}
a:not(.button):hover {
  color: var(--foreground-hover) !important;
  --color-mixin: "color, foreground, hover, none, none, true";
}
a:not(.button):hover > [data-role=icon] path {
  fill: var(--foreground-hover) !important;
  --color-mixin: "fill, foreground, hover, none, none, true";
}
#intro a, .cards a {
  gap: 8px;
  --space-mixin: "gap, sm, none, none, none, false";
  display: flex;
  align-items: center;
}
#intro a {
  color: var(--foreground-link);
  --color-mixin: "color, foreground, link, none, none, false";
}
#intro a path {
  fill: var(--foreground-link);
  --color-mixin: "fill, foreground, link, none, none, false";
}

.logo,
[data-role=logo] {
  display: block;
}
.logo > svg,
[data-role=logo] > svg {
  display: block;
  width: 100%;
}
.logo > svg path,
[data-role=logo] > svg path {
  fill: var(--foreground-common);
  --color-mixin: "fill, foreground, common, none, none, false";
}
#header .logo, .popup .logo,
#header [data-role=logo],
.popup [data-role=logo] {
  width: 64px;
  margin-bottom: -32px;
  --mquery-mixin: "min, tablet, none";
  --mquery-mixin: "min, desktop, none";
}
#header .logo path:first-of-type, .popup .logo path:first-of-type,
#header [data-role=logo] path:first-of-type,
.popup [data-role=logo] path:first-of-type {
  fill: var(--foreground-accent);
  --color-mixin: "fill, foreground, accent, none, none, false";
}
@media (min-width: 1024px) {
  #header .logo, .popup .logo,
  #header [data-role=logo],
  .popup [data-role=logo] {
    margin-left: -7px;
  }
}
@media (min-width: 1280px) {
  #header .logo, .popup .logo,
  #header [data-role=logo],
  .popup [data-role=logo] {
    width: 96px;
  }
}
#outro .logo path, .popup .logo path,
#outro [data-role=logo] path,
.popup [data-role=logo] path {
  fill: var(--foreground-inverse) !important;
  --color-mixin: "fill, foreground, inverse, none, none, true";
}
#outro .logo,
#outro [data-role=logo] {
  width: 128px;
}

p {
  line-height: 1.35;
  --flheight-mixin: "md";
}
footer p, #contact fieldset p {
  margin: 0;
  padding: 0;
}
#contact fieldset p {
  font-size: 1.5rem;
  --fsize-mixin: "lg";
  --mquery-mixin: "min, desktop-xl, none";
}
@media (min-width: 1936px) {
  #contact fieldset p {
    font-size: 2rem;
    --fsize-mixin: "xl";
  }
}

h1 ~ p {
  margin-top: 0;
  padding-top: 0;
}

h2 ~ p {
  margin-top: 0;
  padding-top: 0;
}

h3 ~ p {
  margin-top: 0;
  padding-top: 0;
}

h4 ~ p {
  margin-top: 0;
  padding-top: 0;
}

h5 ~ p {
  margin-top: 0;
  padding-top: 0;
}

h6 ~ p {
  margin-top: 0;
  padding-top: 0;
}

address,
.address {
  gap: 4px;
  --space-mixin: "gap, xs, none, none, none, false";
  display: flex;
  flex-direction: column;
  align-items: center;
  font-style: normal;
}

.end {
  padding-top: 16px;
  --space-mixin: "padding, md, none, top, none, false";
  gap: 8px;
  --space-mixin: "gap, sm, none, none, none, false";
  font-size: 1rem;
  --fsize-mixin: "sm";
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  width: 100%;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, desktop, none";
  --mquery-mixin: "min, desktop-xl, none";
}
.end > div:first-child,
.end > div:last-child {
  gap: 8px;
  --space-mixin: "gap, sm, none, none, none, false";
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .end {
    padding-top: 32px;
    --space-mixin: "padding, xl, none, top, none, false";
    gap: 32px;
    --space-mixin: "gap, xl, none, none, none, false";
    flex-direction: row;
    align-items: center;
  }
  .end > div:first-child,
  .end > div:last-child {
    gap: 32px;
    --space-mixin: "gap, xl, none, none, none, false";
    flex-direction: row;
    align-items: center;
    flex: 1;
  }
  .end > div:last-child {
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .end {
    padding-top: 48px;
    --space-mixin: "padding, xxl, none, top, none, false";
    gap: 48px;
    --space-mixin: "gap, xxl, none, none, none, false";
  }
  .end > div:first-child,
  .end > div:last-child {
    gap: 48px;
    --space-mixin: "gap, xxl, none, none, none, false";
  }
}
@media (min-width: 1936px) {
  .end {
    padding-top: 64px;
    --space-mixin: "padding, xxxl, none, top, none, false";
  }
}

.links {
  gap: 16px;
  --space-mixin: "gap, md, none, none, none, false";
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.links a {
  display: inline-block;
}
#menu .links {
  --mquery-mixin: "max, desktop, none";
  --mquery-mixin: "max, phablet, none";
}
@media (max-width: 1279px) {
  #menu .links {
    left: 0;
    width: 100%;
    gap: 8px;
    --space-mixin: "gap, sm, none, none, none, false";
    flex-direction: column;
    transform: translateY(-8px);
  }
}
@media (max-width: 767px) {
  #menu .links {
    position: absolute;
    top: -48px;
    align-items: center;
  }
}

.mmix {
  gap: 4px;
  --space-mixin: "gap, xs, none, none, none, false";
  color: var(--foreground-muted);
  --color-mixin: "color, foreground, muted, none, none, false";
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, desktop, none";
}
.mmix [data-role=icon] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  --iconsize-mixin: "md";
}
.mmix [data-role=icon] path {
  fill: var(--foreground-muted);
  --color-mixin: "fill, foreground, muted, none, none, false";
}
@media (min-width: 768px) {
  .mmix {
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .mmix [data-role=icon] {
    width: 32px;
    height: 32px;
    line-height: 32px;
    --iconsize-mixin: "lg";
  }
}

.socials a {
  display: grid;
}

.cards {
  gap: 16px;
  --space-mixin: "gap, md, none, none, none, false";
}
.cards .card {
  padding-left: 24px;
  padding-right: 24px;
  --space-mixin: "padding, lg, none, none, h, false";
  padding-top: 24px;
  --space-mixin: "padding, lg, none, top, none, false";
  padding-bottom: 32px;
  --space-mixin: "padding, xl, none, bottom, none, false";
  border-radius: calc(16px);
  --bradius-mixin: "lg, none";
  gap: 32px;
  --space-mixin: "gap, xl, none, none, none, false";
  display: flex;
  width: 92%;
  max-width: 320px;
  min-height: 400px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  border: 1px solid white;
  background: white;
  box-shadow: 0px 0px 8px 0px rgba(44, 44, 44, 0.16);
  --mquery-mixin: "min, tablet, none";
  --mquery-mixin: "min, desktop, none";
  --mquery-mixin: "min, desktop-xl, none";
}
.cards .card > [data-role=icon] {
  width: 64px;
  height: 64px;
  line-height: 64px;
  --iconsize-mixin: "xxl";
}
.cards .card > h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
  --space-mixin: "margin, xl, none, bottom, none, false";
  flex: 1;
}
.cards .card > div {
  display: none;
  flex-direction: column;
  flex: 1;
}
.cards .card > div h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  --space-mixin: "margin, lg, none, bottom, none, false";
}
.cards .card > div p:last-of-type {
  flex: 1;
  align-items: start;
}
.cards .card p {
  letter-spacing: -0.02em;
  --flspace-mixin: "xs, minus";
}
.cards .card:hover {
  background-color: var(--background-inverse);
  --color-mixin: "background-color, background, inverse, none, none, false";
  color: var(--foreground-inverse);
  --color-mixin: "color, foreground, inverse, none, none, false";
}
.cards .card:hover path {
  fill: var(--foreground-inverse);
  --color-mixin: "fill, foreground, inverse, none, none, false";
}
.cards .card:hover > h3,
.cards .card:hover > i,
.cards .card:hover > a {
  display: none;
}
.cards .card:hover > div {
  display: flex;
}
@media (min-width: 1024px) {
  .cards .card {
    padding-left: 32px;
    padding-right: 32px;
    --space-mixin: "padding, xl, none, none, h, false";
    padding-top: 32px;
    --space-mixin: "padding, xl, none, top, none, false";
    padding-bottom: 48px;
    --space-mixin: "padding, xxl, none, bottom, none, false";
    max-width: 400px;
  }
}
@media (min-width: 1280px) {
  .cards .card {
    min-height: 480px;
  }
}
@media (min-width: 1936px) {
  .cards .card {
    padding-left: 48px;
    padding-right: 48px;
    --space-mixin: "padding, xxl, none, none, h, false";
    padding-top: 48px;
    --space-mixin: "padding, xxl, none, top, none, false";
    padding-bottom: 64px;
    --space-mixin: "padding, xxxl, none, bottom, none, false";
    max-width: 480px;
    min-height: 600px;
  }
}
#skills .cards .card {
  min-height: 520px;
  --mquery-mixin: "min, desktop, none";
  --mquery-mixin: "min, desktop-xl, none";
}
@media (min-width: 1280px) {
  #skills .cards .card {
    min-height: 560px;
  }
}
@media (min-width: 1936px) {
  #skills .cards .card {
    min-height: 720px;
  }
}

form {
  gap: 32px;
  --space-mixin: "gap, xl, none, none, none, false";
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, desktop-xl, none";
}
form fieldset {
  gap: 32px;
  --space-mixin: "gap, xl, none, none, none, false";
  display: flex;
  flex-direction: column;
  border: 0;
  padding: 0;
}
form .message cite {
  display: block;
  font-style: normal;
}
form.feedback fieldset,
form.feedback button {
  display: none !important;
}
@media (min-width: 768px) {
  form {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1936px) {
  form {
    gap: 48px;
    --space-mixin: "gap, xxl, none, none, none, false";
  }
}

nav {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  gap: 16px;
  --space-mixin: "gap, md, none, none, none, false";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
nav a {
  font-size: 1.5rem;
  --fsize-mixin: "lg";
  --mquery-mixin: "min, desktop-xl, none";
}
@media (min-width: 1936px) {
  nav a {
    font-size: 2rem;
    --fsize-mixin: "xl";
  }
}

.swiper-container {
  padding-top: 8px;
  padding-bottom: 8px;
  --space-mixin: "padding, sm, none, none, v, false";
  margin-left: -4px;
  --space-mixin: "margin, xs, minus, left, none, false";
  padding-left: 4px;
  --space-mixin: "padding, xs, none, left, none, false";
  position: absolute;
  overflow: hidden;
  left: 0%;
  width: 100%;
  pointer-events: auto;
}

.swiper-wrapper {
  display: flex;
}

.swiper {
  display: flex;
  overflow: unset;
  margin: unset;
  z-index: 10;
  --mquery-mixin: "min, desktop-lg, none";
  --mquery-mixin: "min, desktop-xl, none";
}
.swiper-wrapper {
  display: flex;
  align-items: center;
  align-items: flex-start;
  z-index: 10;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide:last-of-type {
  margin-right: 0 !important;
}
.swiper-scrollbar {
  border-bottom-width: 1px;
  --bwidth-mixin: "thin, bottom";
  border-color: var(--border-text-inverse-bottom);
  --color-mixin: "border-color, border, text-inverse, none, bottom, false";
  --border-mixin: "thin, bottom, none, text-inverse, none, none";
  background: transparent;
  border-radius: 0;
  left: 0 !important;
  bottom: 16px !important;
  width: 100% !important;
  height: 8px !important;
}
.swiper-scrollbar-drag {
  background-color: var(--background-text);
  --color-mixin: "background-color, background, text, none, none, false";
  border-radius: 0;
  height: 2px;
  top: 8px;
  bottom: 0;
  transition-duration: 0.32s !important;
}
.swiper-buttons {
  position: absolute !important;
  bottom: 420px;
  right: -16px;
  display: flex;
  flex-direction: column;
  --mquery-mixin: "min, phablet, none";
}
.swiper-buttons button {
  margin: 0;
  padding: 0;
  position: relative;
  width: 64px;
  height: 64px;
  top: unset;
  left: unset;
  right: unset;
  background: white;
  box-shadow: 0px 0px 8px 0px rgba(44, 44, 44, 0.16);
}
.swiper-buttons button:after {
  display: none;
}
.swiper-buttons button [data-role=icon] {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .swiper-buttons {
    right: -32px;
    bottom: 40px;
  }
}
.swiper:hover-scrollbar-drag, .swiper:focus-scrollbar-drag {
  height: 4px;
  top: 4px;
}
@media (min-width: 1440px) {
  #offer .swiper, #skills .swiper {
    width: -moz-fit-content;
    width: fit-content;
    width: 1248px;
    margin: auto;
  }
}
@media (min-width: 1936px) {
  #offer .swiper, #skills .swiper {
    width: 1504px;
  }
}

#about .swiper {
  overflow: hidden;
}
#about .swiper .swiper-wrapper {
  gap: 32px;
  --space-mixin: "gap, xl, none, none, none, false";
}
#about .swiper .swiper-slide {
  margin-right: 32px;
  --space-mixin: "margin, xl, none, right, none, false";
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
}

#footer,
.popup footer {
  padding-top: 24px;
  padding-bottom: 24px;
  --space-mixin: "padding, lg, none, none, v, false";
  gap: 16px;
  --space-mixin: "gap, md, none, none, none, false";
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, desktop, none";
}
#footer > :first-child,
#footer > :last-child,
.popup footer > :first-child,
.popup footer > :last-child {
  gap: 16px;
  --space-mixin: "gap, md, none, none, none, false";
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
#footer > :last-child,
.popup footer > :last-child {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  #footer,
  .popup footer {
    padding-top: 32px;
    padding-bottom: 32px;
    --space-mixin: "padding, xl, none, none, v, false";
    gap: 32px;
    --space-mixin: "gap, xl, none, none, none, false";
  }
  #footer > :first-child,
  #footer > :last-child,
  .popup footer > :first-child,
  .popup footer > :last-child {
    gap: 32px;
    --space-mixin: "gap, xl, none, none, none, false";
  }
  #footer > :first-child,
  .popup footer > :first-child {
    position: relative;
  }
}
@media (min-width: 1280px) {
  #footer,
  .popup footer {
    padding-bottom: 48px;
    --space-mixin: "padding, xxl, none, bottom, none, false";
    gap: 48px;
    --space-mixin: "gap, xxl, none, none, none, false";
  }
  #footer > :first-child,
  #footer > :last-child,
  .popup footer > :first-child,
  .popup footer > :last-child {
    gap: 48px;
    --space-mixin: "gap, xxl, none, none, none, false";
  }
}

#footer > :first-child {
  position: relative;
  --mquery-mixin: "min, phablet, none";
}
@media (min-width: 768px) {
  #footer > :first-child .divider-h {
    margin-left: 32px;
    --space-mixin: "margin, xl, none, left, none, false";
  }
}

#header,
.popup header {
  padding-top: 24px;
  --space-mixin: "padding, lg, none, top, none, false";
  position: fixed;
  z-index: 50;
  overflow: visible;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, desktop, none";
}
@media (min-width: 768px) {
  #header,
  .popup header {
    padding-top: 32px;
    --space-mixin: "padding, xl, none, top, none, false";
  }
}
@media (min-width: 1280px) {
  #header,
  .popup header {
    padding-top: 48px;
    --space-mixin: "padding, xxl, none, top, none, false";
  }
}

#intro {
  background-color: var(--background-common);
  --color-mixin: "background-color, background, common, none, none, false";
  min-height: 100vh;
  padding-top: 24vh;
  display: flex;
  flex-direction: row;
  text-align: center;
  overflow: hidden;
  z-index: 20;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, tablet, none";
  --mquery-mixin: "min, desktop, none";
  --mquery-mixin: "min, desktop-xl, none";
}
#intro .hello {
  text-align: left;
  max-width: 520px;
  padding-bottom: 12vh;
}
#intro .hello h2 {
  position: relative;
}
#intro .hello h2::before {
  position: absolute;
  z-index: 1;
  left: -48px;
  top: 12px;
  display: none;
  content: "";
  width: 32px;
  height: 1px;
  background: black;
}
#intro .hello p {
  padding-bottom: 24px;
  --space-mixin: "padding, lg, none, bottom, none, false";
  max-width: 72%;
}
#intro .hello span {
  gap: 8px;
  --space-mixin: "gap, sm, none, none, none, false";
  display: flex;
  flex-direction: column;
}
#intro picture {
  position: absolute;
  z-index: -1;
  right: -25%;
  bottom: 0;
  display: block;
  width: 120%;
}
#intro picture img {
  display: block;
  max-width: 768px;
  width: 100%;
}
@media (min-width: 768px) {
  #intro .hello span {
    gap: 24px;
    --space-mixin: "gap, lg, none, none, none, false";
    flex-direction: row;
  }
  #intro picture {
    width: 107.5%;
  }
}
@media (min-width: 1024px) {
  #intro picture {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  #intro {
    padding-top: 30vh;
  }
  #intro .hello {
    margin-left: 10%;
  }
  #intro .hello h1 {
    transform: translateX(-48px);
  }
  #intro .hello h2::before {
    display: block;
  }
  #intro .hello p {
    padding-top: 16px;
    --space-mixin: "padding, md, none, top, none, false";
    max-width: 88%;
  }
  #intro picture img {
    max-width: 1024px;
  }
}
@media (min-width: 1936px) {
  #intro .hello {
    max-width: 600px;
  }
  #intro picture {
    margin-right: -8%;
  }
  #intro picture img {
    max-width: 1440px;
  }
}

#main {
  width: 100%;
}
#main > section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
#main #statements {
  background-color: var(--background-white);
  --color-mixin: "background-color, background, white, none, none, false";
  padding-bottom: 64px;
  --space-mixin: "padding, xxxl, none, bottom, none, false";
  height: unset;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, tablet, none";
  --mquery-mixin: "min, desktop, none";
  --mquery-mixin: "min, desktop-xl, none";
}
#main #statements::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 2%;
  background-image: url("../media/wood-positive.svg");
  background-size: cover;
  background-position: center;
  -webkit-mask-image: radial-gradient(circle, transparent 0%, white 80%);
          mask-image: radial-gradient(circle, transparent 0%, white 80%);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  pointer-events: none;
}
#main #statements::after {
  content: "";
  position: fixed;
  z-index: 1;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../media/blobs.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 240px;
  background-position: center;
  pointer-events: none;
}
#main #statements > div {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  text-align: center;
}
#main #statements > div div {
  padding-bottom: 48px;
  --space-mixin: "padding, xxl, none, bottom, none, false";
}
#main #statements > div [data-role=icon] {
  width: 160px;
  height: 160px;
  line-height: 160px;
  --iconsize-mixin: "2xl";
}
@media (min-width: 768px) {
  #main #statements::after {
    background-size: 320px;
  }
  #main #statements > div {
    padding-left: 10%;
  }
  #main #statements > div div {
    max-width: 50%;
    padding-bottom: 64px;
    --space-mixin: "padding, xxxl, none, bottom, none, false";
  }
  #main #statements > div [data-role=icon] {
    width: 240px;
    height: 240px;
    line-height: 240px;
    --iconsize-mixin: "3xl";
  }
}
@media (min-width: 1024px) {
  #main #statements::after {
    left: 20%;
    bottom: 0;
  }
  #main #statements > div {
    flex-direction: row;
    justify-content: space-between;
    margin-right: 160px;
  }
  #main #statements > div div {
    padding-right: 32px;
    --space-mixin: "padding, xl, none, right, none, false";
    flex: 1;
    text-align: left;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  #main #statements::after {
    background-size: 480px;
  }
  #main #statements > div {
    padding-left: 15%;
    padding-right: 15%;
  }
  #main #statements > div [data-role=icon] {
    width: 320px;
    height: 320px;
    line-height: 320px;
    --iconsize-mixin: "4xl";
  }
}
@media (min-width: 1936px) {
  #main #statements::after {
    margin-left: -4%;
  }
  #main #statements > div {
    padding-left: 20%;
    padding-right: 20%;
    max-height: 960px;
  }
}
#main #offer {
  background-color: #EFF0F5;
  height: unset;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, desktop-xl, none";
}
#main #offer > p {
  margin-top: 64px;
  --space-mixin: "margin, xxxl, none, top, none, false";
  margin-bottom: 24px;
  --space-mixin: "margin, lg, none, bottom, none, false";
  text-align: center;
}
@media (min-width: 768px) {
  #main #offer > h3,
  #main #offer > p {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (min-width: 1936px) {
  #main #offer {
    min-height: 1200px;
  }
  #main #offer > p {
    margin-top: 96px;
    --space-mixin: "margin, xxxxl, none, top, none, false";
    margin-bottom: 32px;
    --space-mixin: "margin, xl, none, bottom, none, false";
  }
}
#main #about {
  padding-bottom: 64px;
  --space-mixin: "padding, xxxl, none, bottom, none, false";
  background-color: #EFF0F5;
  height: unset;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, tablet, none";
  --mquery-mixin: "min, desktop, none";
  --mquery-mixin: "min, desktop-lg, none";
  --mquery-mixin: "min, desktop-xl, none";
}
#main #about > div:first-of-type {
  padding-left: 24px;
  padding-right: 24px;
  --space-mixin: "padding, lg, none, none, h, false";
  padding-top: 24px;
  --space-mixin: "padding, lg, none, top, none, false";
  margin-bottom: 64px;
  --space-mixin: "margin, xxxl, none, bottom, none, false";
  border-radius: calc(16px);
  --bradius-mixin: "lg, none";
  position: relative;
  background: white;
}
#main #about > div:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 4%;
  background-image: url("../media/wood-positive.svg");
  background-size: cover;
  background-position: center;
  -webkit-mask-image: radial-gradient(circle, transparent 0%, white 80%);
          mask-image: radial-gradient(circle, transparent 0%, white 80%);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  pointer-events: none;
}
#main #about > div:first-of-type::after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: -120px;
  width: 300px;
  left: 28px;
  height: 300px;
  background-image: url("../media/blobs.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
#main #about .portrait {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 240px;
}
#main #about p:last-of-type {
  padding-right: 16px;
  --space-mixin: "padding, md, none, right, none, false";
}
#main #about p.logos {
  display: flex;
  align-items: center;
  padding-top: 24px;
  --space-mixin: "padding, lg, none, top, none, false";
  gap: 8px;
  --space-mixin: "gap, sm, none, none, none, false";
}
#main #about p.logos img {
  max-height: 40px;
}
@media (min-width: 768px) {
  #main #about .portrait {
    position: absolute;
    bottom: 0;
    left: -48px;
  }
  #main #about > div:first-of-type {
    padding-bottom: 48px;
    --space-mixin: "padding, xxl, none, bottom, none, false";
    margin-left: 15%;
    padding-left: 220px;
  }
  #main #about > div:first-of-type::after {
    width: 320px;
    height: 320px;
  }
  #main #about p {
    padding-right: 48px !important;
    --space-mixin: "padding, xxl, none, right, none, true";
  }
}
@media (min-width: 1024px) {
  #main #about .portrait {
    max-width: 320px;
  }
  #main #about > div:first-of-type {
    padding-left: 300px;
  }
  #main #about > div:first-of-type::after {
    width: 360px;
    height: 360px;
  }
  #main #about p.logos {
    gap: 16px;
    --space-mixin: "gap, md, none, none, none, false";
  }
  #main #about p.logos span:not(:first-of-type) img {
    max-height: 64px;
  }
}
@media (min-width: 1280px) {
  #main #about > div:first-of-type {
    padding-right: 48px;
    --space-mixin: "padding, xxl, none, right, none, false";
    padding-top: 32px;
    --space-mixin: "padding, xl, none, top, none, false";
    padding-bottom: 48px;
    --space-mixin: "padding, xxl, none, bottom, none, false";
    padding-left: 320px;
  }
  #main #about p.logos img {
    max-height: unset;
  }
  #main #about p.logos span:not(:first-of-type) img {
    max-height: 96px;
  }
}
@media (min-width: 1440px) {
  #main #about {
    padding-bottom: 96px;
    --space-mixin: "padding, xxxxl, none, bottom, none, false";
  }
  #main #about .portrait {
    max-width: 400px;
  }
  #main #about > div:first-of-type {
    padding-right: 48px;
    --space-mixin: "padding, xxl, none, right, none, false";
    padding-left: 420px;
  }
  #main #about > div:first-of-type::after {
    width: 480px;
    height: 480px;
    bottom: -280px;
    left: 50%;
    margin-left: -380px;
  }
}
@media (min-width: 1936px) {
  #main #about {
    padding-bottom: 160px;
    --space-mixin: "padding, xxxxxl, none, bottom, none, false";
  }
  #main #about .portrait {
    max-width: 560px;
  }
  #main #about > div:first-of-type {
    padding-left: 600px;
    padding-right: 128px;
    margin-top: 96px;
  }
  #main #about > div:first-of-type::after {
    width: 560px;
    height: 560px;
  }
}
#main #topics {
  padding-bottom: 96px;
  --space-mixin: "padding, xxxxl, none, bottom, none, false";
  position: relative;
  display: flex;
  background: linear-gradient(180deg, #EFF0F5 0%, #EFF5F1 100%);
  height: unset;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, tablet, none";
  --mquery-mixin: "min, desktop-xl, none";
}
#main #topics::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -4px;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../media/image/bg-plants.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
  opacity: 0.64;
}
#main #topics h3 {
  margin-bottom: 8px;
  --space-mixin: "margin, sm, none, bottom, none, false";
}
#main #topics ul {
  list-style-type: none;
  padding: 0;
}
#main #topics ul li {
  padding-top: 4px;
  padding-bottom: 4px;
  --space-mixin: "padding, xs, none, none, v, false";
  padding-left: 32px;
  --space-mixin: "padding, xl, none, left, none, false";
  /* Platz für das SVG-Icon schaffen */
  position: relative;
}
#main #topics ul li::before {
  content: "";
  background-image: url("../media/icon/arrowtopright.svg");
  background-size: 24px 24px; /* SVG-Größe festlegen */
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* Breite des Platzhalters */
  height: 24px; /* Höhe des Platzhalters */
}
@media (min-width: 768px) {
  #main #topics > div {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (min-width: 1024px) {
  #main #topics {
    padding-bottom: 160px;
    --space-mixin: "padding, xxxxxl, none, bottom, none, false";
  }
  #main #topics div div {
    gap: 32px;
    --space-mixin: "gap, xl, none, none, none, false";
    display: flex;
  }
  #main #topics div div ul {
    flex: 1;
  }
}
@media (min-width: 1936px) {
  #main #topics div div {
    gap: 64px;
    --space-mixin: "gap, xxxl, none, none, none, false";
  }
}
#main #skills {
  padding-bottom: 96px;
  --space-mixin: "padding, xxxxl, none, bottom, none, false";
  background-color: #EFF5F1;
  height: unset;
  --mquery-mixin: "min, phablet, none";
}
@media (min-width: 768px) {
  #main #skills > h3,
  #main #skills > p {
    padding-left: 15%;
    padding-right: 15%;
  }
}
#main #paper {
  position: relative;
  background: linear-gradient(180deg, #E4E4E4 0%, #CFCFCF 100%);
  --mquery-mixin: "max, phablet, none";
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, tablet, none";
  --mquery-mixin: "min, desktop, none";
  --mquery-mixin: "min, desktop-lg, none";
  --mquery-mixin: "min, desktop-xl, none";
}
#main #paper::before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../media/image/bg-paper.jpg");
  background-repeat: no-repeat;
  background-size: 640px auto;
  background-size: 580px auto;
  background-size: cover;
  background-position-x: -140px;
  pointer-events: none;
  /* Maske für den Fade-Effekt */
}
#main #paper::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 75%);
  pointer-events: none;
}
#main #paper > div {
  gap: 16px;
  --space-mixin: "gap, md, none, none, none, false";
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
#main #paper > div p {
  max-width: 260px;
  max-width: 180px;
}
#main #paper h3 {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #main #paper {
    padding-bottom: 160px;
    --space-mixin: "padding, xxxxxl, none, bottom, none, false";
  }
}
@media (min-width: 768px) {
  #main #paper::before {
    background-position-x: unset;
  }
  #main #paper > div {
    justify-content: center;
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (min-width: 1024px) {
  #main #paper {
    padding-bottom: 160px;
    --space-mixin: "padding, xxxxxl, none, bottom, none, false";
  }
  #main #paper::before {
    background-position-x: 160px;
    background-position-y: -48px;
  }
}
@media (min-width: 1280px) {
  #main #paper > div p {
    max-width: 320px;
  }
}
@media (min-width: 1440px) {
  #main #paper::before {
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
  }
}
@media (min-width: 1936px) {
  #main #paper > div {
    padding-left: 20%;
    padding-right: 20%;
  }
  #main #paper > div p {
    max-width: 380px;
  }
}

#outro {
  background-color: var(--background-ghost);
  --color-mixin: "background-color, background, ghost, none, none, false";
  color: var(--foreground-ghost);
  --color-mixin: "color, foreground, ghost, none, none, false";
  padding-top: 48px;
  --space-mixin: "padding, xxl, none, top, none, false";
  padding-bottom: 24px;
  --space-mixin: "padding, lg, none, bottom, none, false";
  gap: 32px;
  --space-mixin: "gap, xl, none, none, none, false";
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  --mquery-mixin: "min, phablet, none";
  --mquery-mixin: "min, deskop, none";
  --mquery-mixin: "min, desktop-xl, none";
}
#outro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  background-image: url("../media/wood-negative.svg");
  background-size: cover;
  background-position: center;
  -webkit-mask-image: radial-gradient(circle, transparent 0%, black 100%);
          mask-image: radial-gradient(circle, transparent 0%, black 100%);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  pointer-events: none;
}
@media (min-width: 768px) {
  #outro {
    padding-top: 64px;
    --space-mixin: "padding, xxxl, none, top, none, false";
    padding-bottom: 48px;
    --space-mixin: "padding, xxl, none, bottom, none, false";
    gap: 48px;
    --space-mixin: "gap, xxl, none, none, none, false";
  }
}
@media (min-width: ) {
  #outro {
    padding-top: 160px;
    --space-mixin: "padding, xxxxxl, none, top, none, false";
    padding-bottom: 64px;
    --space-mixin: "padding, xxxl, none, bottom, none, false";
    gap: 64px;
    --space-mixin: "gap, xxxl, none, none, none, false";
  }
}
@media (min-width: 1936px) {
  #outro {
    padding-bottom: 96px;
    --space-mixin: "padding, xxxxl, none, bottom, none, false";
    padding-top: 144px;
  }
}

.popup {
  position: fixed;
  z-index: 90;
  left: 0;
  bottom: -100vh;
  background-color: var(--background-common);
  --color-mixin: "background-color, background, common, none, none, false";
  padding-top: 24px;
  padding-bottom: 24px;
  --space-mixin: "padding, lg, none, none, v, false";
  box-sizing: border-box;
  box-shadow: 0 0 32px 0 var(--color-basic-900-40);
  width: 100vw;
  height: 100vh;
  overflow: auto;
  opacity: 0;
  --mquery-mixin: "min, tablet, none";
  --mquery-mixin: "min, desktop, none";
}
.popup::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 2%;
  background-image: url("../media/wood-positive.svg");
  background-size: cover;
  background-position: center;
  pointer-events: none;
  position: absolute !important;
}
.popup header,
.popup footer {
  position: absolute;
}
.popup a[rel=close] {
  top: 24px;
  --space-mixin: "top, lg, none, none, none, false";
  position: sticky;
  float: right;
}
.popup h3 {
  margin-top: 0;
}
.popup.cta {
  background-color: var(--background-accent);
  --color-mixin: "background-color, background, accent, none, none, false";
}
.popup.inverse {
  background-color: var(--background-ghost);
  --color-mixin: "background-color, background, ghost, none, none, false";
}
.popup.cta, .popup.inverse {
  color: var(--foreground-ghost);
  --color-mixin: "color, foreground, ghost, none, none, false";
}
.popup.cta::before, .popup.inverse::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 2%;
  background-image: url("../media/wood-negative.svg");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.popup.cta [data-role=icon] path, .popup.inverse [data-role=icon] path {
  fill: var(--foreground-ghost);
  --color-mixin: "fill, foreground, ghost, none, none, false";
}
@media (min-width: 1024px) {
  .popup {
    padding-top: 32px;
    padding-bottom: 32px;
    --space-mixin: "padding, xl, none, none, v, false";
  }
}
@media (min-width: 1280px) {
  .popup {
    padding-top: 48px;
    padding-bottom: 48px;
    --space-mixin: "padding, xxl, none, none, v, false";
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 87.5%;
  --mquery-mixin: "min, desktop, none";
  --mquery-mixin: "min, desktop-xl, none";
}
@media (min-width: 1280px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 1936px) {
  html {
    font-size: 120%;
  }
}

body {
  font-family: Maven Pro, "Helvetica, Aria, san-serif";
  --ffamily-mixin: "neutral-regular";
  color: var(--foreground-common);
  --color-mixin: "color, foreground, common, none, none, false";
}/*# sourceMappingURL=main.css.map */