@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------*\
  Root
\*-------------------------*/
:root, [data-theme=light] {
  /* Colors */
  --color-blue: #006aff;
  --color-indigo: #6610f2;
  --color-purple: #6f42c1;
  --color-pink: #d63384;
  --color-red: #dc3545;
  --color-orange: #fd7e14;
  --color-yellow: #ffc107;
  --color-green: #779877;
  --color-teal: #20c997;
  --color-cyan: #0dcaf0;
  --color-black: #030303;
  --color-white: #fff;
  --color-gray: #737373;
  /* Custom green */
  --color-green-lighten: #a8c4a8;
  --color-green-darken:#4e694e;
  --color-green-tint:#e8f0e8;
  /* Grays */
  --color-gray-03: #f7f7f7;
  --color-gray-05: #f2f2f2;
  --color-gray-13: #e0e0e0;
  --color-gray-15: #d9d9d9;
  --color-gray-30: #b3b3b3;
  --color-gray-55: #737373;
  --color-gray-75: #414141;
  --color-gray-80: #333;
  --color-gray-90: #1a1a1a;
  --color-gray-93: #121212;
  --color-gray-99: #030303;
  --color-border-transparent: rgba(128, 128, 128, 0.35);
  --color-accent-transparent: rgba(0, 0, 0, 0.06);
  --color-border-translucent: rgba(0, 0, 0, 0.175);
  --color-drop-shadow: rgba(0, 0, 0, 0.16);
  --color-drop-shadow-theme: rgba(0, 0, 0, 0.32);
  --color-drop-shadow-inverted: black;
  --color-highlight: rgba(26, 26, 26, 0.1);
  --color-shade-02: #fafafa;
  --color-shade-03: #f5f6f8;
  --color-shade-05: #eceef1;
  --color-shade-14: #d5d8db;
  --color-shade-31: #a6abaf;
  --color-shade-51: #727579;
  --color-shade-72: #3e4348;
  --color-shade-85: #1b2126;
  --color-shade-88: #161b1f;
  /* Colors System */
  /* --color-primary:#8CAD8C; //var(--e-global-color-primary);
  --color-secondary: var(--e-global-color-secondary);
  --color-accent: var(--e-global-color-accent);
  --color-text: var(--e-global-color-text);
  --color-link: var(--e-global-color-primary);
  --color-heading: var(--color-secondary);
  --color-primary-darken: #C51F5C;
  --color-border: var(--color-gray-15); */
  /* --color-heading: var(--color-text);
  --color-body-bg: white;
  --color-html-bg: white;
  --color-invert-text: white;
  --color-invert-bg: var(--color-charcoal);
  --color-button-text: white;
  --color-button-bg: var(--color-green);
  --color-button-focus-bg: var(--color-red-dark);
  --color-button-alt-text: var(--color-red);
  --color-button-alt-border: var(--color-red); */
  /* Breakpoints */
  --breakpoint-width-base: 0;
  --breakpoint-width-extra-small: 374px;
  --breakpoint-width-small: 480px;
  --breakpoint-width-medium: 718px;
  --breakpoint-width-large: 1024px;
  --breakpoint-width-extra-large: 1292px;
  /* Container */
  --container-width-base: 276px;
  --container-width-extra-small: 324px;
  --container-width-small: 424px;
  --container-width-medium: 680px;
  --container-width-large: 868px;
  --container-width-extra-large: 1016px;
  /* Spacing System */
  --space-auto: auto;
  --space-none: 0;
  --space-base: 10px;
  --space-line: 20px;
  --space-small: 30px;
  --space-medium: 60px;
  --space-large: 80px;
  --space-xl: 120px;
  --space-xxl: 160px;
  /* font weights */
  --font-weight-base:400;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  /* Typography */
  --font-size-root: 62.5%;
  --font-family-base: Inter, Helvetica, Arial, sans-serif;
  --font-family-display: Inter, Helvetica, Arial, sans-serif;
  --font-family-heading: "Bricolage Grotesque", Inter, Helvetica, Arial, sans-serif;
  --font-family-h1: var(--font-family-heading), Helvetica, Arial, sans-serif;
  --font-family-h2: var(--font-family-heading), Helvetica, Arial, sans-serif;
  --font-family-h3: var(--font-family-heading), Helvetica, Arial, sans-serif;
  --font-family-h4: var(--font-family-heading), Helvetica, Arial, sans-serif;
  --font-family-h5: var(--font-family-heading), Helvetica, Arial, sans-serif;
  --font-family-h6: var(--font-family-heading), Helvetica, Arial, sans-serif;
  --font-weight-heading: 500;
  /* Font Sizes - Base */
  --font-size-base: 16px;
  --line-height-base: 28px;
  --font-weight-base: 400;
  /* Varied Sizes */
  --font-size-tiny: 12px;
  --line-height-tiny: 22px;
  --font-size-small: 14px;
  --line-height-small: 24px;
  --font-size-normal: 16px;
  --line-height-normal: 24px;
  --font-size-medium: 18px;
  --line-height-medium: 28px;
  --font-size-large: 20px;
  --line-height-large: 32px;
  /* Headings - Hero & H1-H6 */
  --font-size-h6-base: 16px;
  --line-height-h6-base: 28px;
  --font-size-h6-medium: 16px;
  --line-height-h6-medium: 28px;
  --font-weight-h6: var(--font-weight-medium);
  --font-size-h5-base: 18px;
  --line-height-h5-base: 28px;
  --font-size-h5-medium: 20px;
  --line-height-h5-medium: 30px;
  --letter-spacing-h5: normal;
  --font-weight-h5: var(--font-weight-medium);
  --font-size-h4-base: 20px;
  --line-height-h4-base: 30px;
  --letter-spacing-h4-base: normal;
  --font-size-h4-medium: 24px;
  --line-height-h4-medium: 34px;
  --letter-spacing-h4: normal;
  --font-weight-h4: var(--font-weight-medium);
  --font-size-h3-base: 22px;
  --line-height-h3-base: 32px;
  --letter-spacing-h3-base: normal;
  --font-size-h3-medium: 28px;
  --line-height-h3-medium: 38px;
  --letter-spacing-h3: normal;
  --font-weight-h3: var(--font-weight-medium);
  --font-size-h2-base: 24px;
  --line-height-h2-base: 34px;
  --letter-spacing-h2-base: normal;
  --font-size-h2-medium: 32px;
  --line-height-h2-medium: 44px;
  --letter-spacing-h2: normal;
  --font-weight-h2: var(--font-weight-medium);
  --font-size-h1-base: 26px;
  --line-height-h1-base: 36px;
  --letter-spacing-h1-base: normal;
  --font-size-h1-medium: 36px;
  --line-height-h1-medium: 48px;
  --letter-spacing-h1: normal;
  --font-weight-h1: var(--font-weight-medium);
  --font-size-hero-base: 32px;
  --line-height-hero-base: 40px;
  --letter-spacing-hero-base: normal;
  --font-size-hero-medium: 44px;
  --line-height-hero-medium: 52px;
  --letter-spacing-hero: normal;
  --font-size-display-base: 16px;
  --line-height-display-base: 28px;
  --letter-spacing-display-normal: normal;
  --letter-spacing-display-base: normal;
  --font-size-display-tiny: 12px;
  --line-height-display-tiny: 22px;
  --font-size-display-small: 14px;
  --line-height-display-small: 24px;
  --font-size-display-medium: 16px;
  --line-height-display-medium: 28px;
  --font-size-display-large-base: 20px;
  --line-height-display-large-base: 28px;
  --letter-spacing-large-base: -0.01em;
  --letter-spacing-display-large-base: normal;
  --font-size-display-large-medium: 24px;
  --line-height-display-large-medium: 34px;
  --letter-spacing-large: -0.01em;
  --letter-spacing-display-large-medium: normal;
  --letter-spacing-display-link-large-base: normal;
  --letter-spacing-display-link-large: normal;
  --font-size-display-h6-base: 16px;
  --line-height-display-h6-base: 26px;
  --letter-spacing-display-h6-base: normal;
  --font-size-display-h6-medium: 16px;
  --line-height-display-h6-medium: 26px;
  --letter-spacing-display-h6-medium: normal;
  --font-size-display-h5-base: 18px;
  --line-height-display-h5-base: 26px;
  --letter-spacing-display-h5-base: normal;
  --font-size-display-h5-medium: 20px;
  --line-height-display-h5-medium: 28px;
  --letter-spacing-display-h5-medium: normal;
  --font-size-display-h4-base: 20px;
  --line-height-display-h4-base: 28px;
  --letter-spacing-display-h4-base: normal;
  --font-size-display-h4-medium: 24px;
  --line-height-display-h4-medium: 34px;
  --letter-spacing-display-h4-medium: normal;
  --font-size-display-h3-base: 24px;
  --line-height-display-h3-base: 32px;
  --letter-spacing-display-h3-base: normal;
  --font-size-display-h3-medium: 32px;
  --line-height-display-h3-medium: 40px;
  --letter-spacing-display-h3-medium: normal;
  --font-size-display-h2-base: 30px;
  --line-height-display-h2-base: 38px;
  --letter-spacing-display-h2-base: normal;
  --font-size-display-h2-medium: 50px;
  --line-height-display-h2-medium: 58px;
  --letter-spacing-display-h2-medium: normal;
  --font-size-display-h1-base: 38px;
  --line-height-display-h1-base: 44px;
  --letter-spacing-display-h1-base: normal;
  --font-size-display-h1-medium: 62px;
  --line-height-display-h1-medium: 70px;
  --letter-spacing-display-h1-medium: normal;
  --font-weight-display-h1: 500;
  --font-size-display-hero-base: 38px;
  --line-height-display-hero-base: 44px;
  --letter-spacing-display-hero-base: normal;
  --font-size-display-hero-medium: 62px;
  --line-height-display-hero-medium: 70px;
  --letter-spacing-display-hero-medium: normal;
  --font-weight-display-hero-medium: 500;
  /* Site */
  --nav-height: 73px;
  --logo-size: 40px;
  --body-width-min: 260px;
  --body-width-max: 1680px;
  --scrollbar-width: -1px;
  --viewport-width-without-scrollbars: calc(100vw - (var(--scrollbar-width, 0) * 1px));
  --color-highlight: rgba(26, 26, 26, 0.1);
  --main-navigation-height: auto;
  --content-max-width: 40em;
  --content-display-max-width: 46.875rem;
  /* Animations */
  --duration-default: 300ms;
  --duration-quick: 150ms;
  --duration-slow: 400ms;
  --duration-enter: 225ms;
  --duration-leave: 195ms;
  --duration-complex: 375ms;
  --easing-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --easing-decelerate: cubic-bezier(0, 0, 0.2, 1);
  --easing-accelerate: cubic-bezier(0.4, 0, 1, 1);
  --easing-sharp: cubic-bezier(0.4, 0, 0.6, 1);
}

[data-theme=dark] {
  color-scheme: dark;
  --color-red: var(--color-red-light);
  --color-text: #dee2e6;
  --color-body-bg: #212529;
  --color-html-bg: #212529;
  --color-accent:#2b3035;
  --color-border: #495057;
  /*--color-highlight:rgba(204, 204, 204, 0.1);*/
  --color-drop-shadow:rgba(255, 255, 255, 0.16);
}

/*-------------------------*\
  Base
\*-------------------------*/
@media (min-width: 718px) {
  :root {
    --container-border-radius:var(--container-border-radius-medium) ;
  }
}
@-o-viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: fixed;
}
@viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: fixed;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: var(--color-html-bg);
}

html.html-bg-charcoal {
  --color-html-bg:var(--color-charcoal);
  --box-shadow-body:0 0 0 1px var(--color-gray-80) ;
}

html.html-bg-white {
  --color-html-bg:white;
  --box-shadow-body:0 0 0 1px var(--color-gray-15) ;
}

_:default:not(:root:root),
html {
  overflow-x: hidden;
}

body {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--body-width-max);
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  min-width: var(--body-width-min);
  min-height: 100vh;
  background-color: var(--color-body-bg);
  box-shadow: 0 0 0 1px #d9d9d9;
}

@media (max-width: 718px) {
  body {
    box-shadow: none;
  }
}
section {
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img.max-width-none {
  max-width: none !important;
}

svg {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

svg.max-width-none {
  max-width: none !important;
}

.expand {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.expand-vertical {
  min-height: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

/*------------END BASE------------*/
/*----------------------------*\
  Sensei GRID for Elementor
\*----------------------------*/
[class^=grid],
[class*=" grid"] {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: calc(-1 * var(--space-line) / 2);
  margin-inline-end: calc(-1 * var(--space-line) / 2);
  margin-block-end: calc(-1 * var(--space-line)) !important;
}

[class^=grid] > *,
[class*=" grid"] > * {
  flex: 0 1 auto;
}

[class^=grid] > *,
[class*=" grid"] > * {
  width: 100%;
}

[class^=grid] > *,
[class*=" grid"] > * {
  padding-inline-start: calc(var(--space-line) / 2);
  padding-inline-end: calc(var(--space-line) / 2);
}

[class^=grid] > *,
[class*=" grid"] > * {
  margin-block-end: var(--space-line) !important;
}

.gap-base[class^=grid],
.gap-vert-base[class^=grid],
.gap-bottom-base[class^=grid],
.gap-base[class*=" grid"],
.gap-vert-base[class*=" grid"],
.gap-bottom-base[class*=" grid"] {
  margin-block-end: calc(var(--space-base) - var(--space-line)) !important;
}

.gap-line[class^=grid],
.gap-vert-line[class^=grid],
.gap-bottom-line[class^=grid],
.gap-line[class*=" grid"],
.gap-vert-line[class*=" grid"],
.gap-bottom-line[class*=" grid"] {
  margin-block-end: calc(var(--space-line) - var(--space-line)) !important;
}

.gap-small[class^=grid],
.gap-vert-small[class^=grid],
.gap-bottom-small[class^=grid],
.gap-small[class*=" grid"],
.gap-vert-small[class*=" grid"],
.gap-bottom-small[class*=" grid"] {
  margin-block-end: calc(var(--space-small) - var(--space-line)) !important;
}

.gap-medium[class^=grid],
.gap-vert-medium[class^=grid],
.gap-bottom-medium[class^=grid],
.gap-medium[class*=" grid"],
.gap-vert-medium[class*=" grid"],
.gap-bottom-medium[class*=" grid"] {
  margin-block-end: calc(var(--space-medium) - var(--space-line)) !important;
}

.gap-large[class^=grid],
.gap-vert-large[class^=grid],
.gap-bottom-large[class^=grid],
.gap-large[class*=" grid"],
.gap-vert-large[class*=" grid"],
.gap-bottom-large[class*=" grid"] {
  margin-block-end: calc(var(--space-large) - var(--space-line)) !important;
}

.gap-xl[class^=grid],
.gap-vert-xl[class^=grid],
.gap-bottom-xl[class^=grid],
.gap-xl[class*=" grid"],
.gap-vert-xl[class*=" grid"],
.gap-bottom-xl[class*=" grid"] {
  margin-block-end: calc(var(--space-xl) - var(--space-line)) !important;
}

.gap-xxl[class^=grid],
.gap-vert-xxl[class^=grid],
.gap-bottom-xxl[class^=grid],
.gap-xxl[class*=" grid"],
.gap-vert-xxl[class*=" grid"],
.gap-bottom-xxl[class*=" grid"] {
  margin-block-end: calc(var(--space-xxl) - var(--space-line)) !important;
}

.gap-none[class^=grid],
.gap-vert-none[class^=grid],
.gap-bottom-none[class^=grid],
.gap-none[class*=" grid"],
.gap-vert-none[class*=" grid"],
.gap-bottom-none[class*=" grid"] {
  margin-block-end: calc(var(--space-none) - var(--space-line)) !important;
}

.grid-reverse {
  flex-direction: row-reverse;
}

.grid-row-equal-heights > * {
  display: flex;
  flex-wrap: wrap;
}

.grid-row-equal-heights > * > * {
  flex: 0 1 auto;
}

.grid-row-equal-heights > * > * {
  width: 100%;
}

.no-shrink {
  flex-shrink: 0 !important;
}

.grid-auto > *,
.grid-flex > * {
  width: auto;
}

.grid-flex {
  display: flex;
  flex-wrap: nowrap;
}

.grid-flex > * {
  flex: 0 1 auto;
}

.grid-1 {
  flex-wrap: wrap;
}

.grid-1 > * {
  width: 100%;
}

.grid-2 {
  flex-wrap: wrap;
}

.grid-2 > * {
  width: 50%;
}

.grid-3 {
  flex-wrap: wrap;
}

.grid-3 > * {
  width: 33.3333333333%;
}

.grid-4 {
  flex-wrap: wrap;
}

.grid-4 > * {
  width: 25%;
}

.grid-5 {
  flex-wrap: wrap;
}

.grid-5 > * {
  width: 20%;
}

.grid-space-base,
.grid-col-space-base {
  margin-inline-start: calc(-1 * var(--space-base) / 2);
  margin-inline-end: calc(-1 * var(--space-base) / 2);
}

.grid-space-base > *,
.grid-col-space-base > * {
  padding-inline-start: calc(var(--space-base) / 2);
  padding-inline-end: calc(var(--space-base) / 2);
}

.grid-space-base,
.grid-row-space-base {
  margin-block-end: calc(-1 * var(--space-base)) !important;
}

.grid-space-base > *,
.grid-row-space-base > * {
  margin-block-end: var(--space-base) !important;
}

.grid-space-base.gap-base,
.grid-space-base.gap-vert-base,
.grid-space-base.gap-bottom-base,
.grid-row-space-base.gap-base,
.grid-row-space-base.gap-vert-base,
.grid-row-space-base.gap-bottom-base {
  margin-block-end: calc(var(--space-base) - var(--space-base)) !important;
}

.grid-space-base.gap-line,
.grid-space-base.gap-vert-line,
.grid-space-base.gap-bottom-line,
.grid-row-space-base.gap-line,
.grid-row-space-base.gap-vert-line,
.grid-row-space-base.gap-bottom-line {
  margin-block-end: calc(var(--space-line) - var(--space-base)) !important;
}

.grid-space-base.gap-small,
.grid-space-base.gap-vert-small,
.grid-space-base.gap-bottom-small,
.grid-row-space-base.gap-small,
.grid-row-space-base.gap-vert-small,
.grid-row-space-base.gap-bottom-small {
  margin-block-end: calc(var(--space-small) - var(--space-base)) !important;
}

.grid-space-base.gap-medium,
.grid-space-base.gap-vert-medium,
.grid-space-base.gap-bottom-medium,
.grid-row-space-base.gap-medium,
.grid-row-space-base.gap-vert-medium,
.grid-row-space-base.gap-bottom-medium {
  margin-block-end: calc(var(--space-medium) - var(--space-base)) !important;
}

.grid-space-base.gap-large,
.grid-space-base.gap-vert-large,
.grid-space-base.gap-bottom-large,
.grid-row-space-base.gap-large,
.grid-row-space-base.gap-vert-large,
.grid-row-space-base.gap-bottom-large {
  margin-block-end: calc(var(--space-large) - var(--space-base)) !important;
}

.grid-space-base.gap-xl,
.grid-space-base.gap-vert-xl,
.grid-space-base.gap-bottom-xl,
.grid-row-space-base.gap-xl,
.grid-row-space-base.gap-vert-xl,
.grid-row-space-base.gap-bottom-xl {
  margin-block-end: calc(var(--space-xl) - var(--space-base)) !important;
}

.grid-space-base.gap-xxl,
.grid-space-base.gap-vert-xxl,
.grid-space-base.gap-bottom-xxl,
.grid-row-space-base.gap-xxl,
.grid-row-space-base.gap-vert-xxl,
.grid-row-space-base.gap-bottom-xxl {
  margin-block-end: calc(var(--space-xxl) - var(--space-base)) !important;
}

.grid-space-base.gap-none,
.grid-space-base.gap-vert-none,
.grid-space-base.gap-bottom-none,
.grid-row-space-base.gap-none,
.grid-row-space-base.gap-vert-none,
.grid-row-space-base.gap-bottom-none {
  margin-block-end: calc(var(--space-none) - var(--space-base)) !important;
}

.grid-space-line,
.grid-col-space-line {
  margin-inline-start: calc(-1 * var(--space-line) / 2);
  margin-inline-end: calc(-1 * var(--space-line) / 2);
}

.grid-space-line > *,
.grid-col-space-line > * {
  padding-inline-start: calc(var(--space-line) / 2);
  padding-inline-end: calc(var(--space-line) / 2);
}

.grid-space-line,
.grid-row-space-line {
  margin-block-end: calc(-1 * var(--space-line)) !important;
}

.grid-space-line > *,
.grid-row-space-line > * {
  margin-block-end: var(--space-line) !important;
}

.grid-space-line.gap-base,
.grid-space-line.gap-vert-base,
.grid-space-line.gap-bottom-base,
.grid-row-space-line.gap-base,
.grid-row-space-line.gap-vert-base,
.grid-row-space-line.gap-bottom-base {
  margin-block-end: calc(var(--space-base) - var(--space-line)) !important;
}

.grid-space-line.gap-line,
.grid-space-line.gap-vert-line,
.grid-space-line.gap-bottom-line,
.grid-row-space-line.gap-line,
.grid-row-space-line.gap-vert-line,
.grid-row-space-line.gap-bottom-line {
  margin-block-end: calc(var(--space-line) - var(--space-line)) !important;
}

.grid-space-line.gap-small,
.grid-space-line.gap-vert-small,
.grid-space-line.gap-bottom-small,
.grid-row-space-line.gap-small,
.grid-row-space-line.gap-vert-small,
.grid-row-space-line.gap-bottom-small {
  margin-block-end: calc(var(--space-small) - var(--space-line)) !important;
}

.grid-space-line.gap-medium,
.grid-space-line.gap-vert-medium,
.grid-space-line.gap-bottom-medium,
.grid-row-space-line.gap-medium,
.grid-row-space-line.gap-vert-medium,
.grid-row-space-line.gap-bottom-medium {
  margin-block-end: calc(var(--space-medium) - var(--space-line)) !important;
}

.grid-space-line.gap-large,
.grid-space-line.gap-vert-large,
.grid-space-line.gap-bottom-large,
.grid-row-space-line.gap-large,
.grid-row-space-line.gap-vert-large,
.grid-row-space-line.gap-bottom-large {
  margin-block-end: calc(var(--space-large) - var(--space-line)) !important;
}

.grid-space-line.gap-xl,
.grid-space-line.gap-vert-xl,
.grid-space-line.gap-bottom-xl,
.grid-row-space-line.gap-xl,
.grid-row-space-line.gap-vert-xl,
.grid-row-space-line.gap-bottom-xl {
  margin-block-end: calc(var(--space-xl) - var(--space-line)) !important;
}

.grid-space-line.gap-xxl,
.grid-space-line.gap-vert-xxl,
.grid-space-line.gap-bottom-xxl,
.grid-row-space-line.gap-xxl,
.grid-row-space-line.gap-vert-xxl,
.grid-row-space-line.gap-bottom-xxl {
  margin-block-end: calc(var(--space-xxl) - var(--space-line)) !important;
}

.grid-space-line.gap-none,
.grid-space-line.gap-vert-none,
.grid-space-line.gap-bottom-none,
.grid-row-space-line.gap-none,
.grid-row-space-line.gap-vert-none,
.grid-row-space-line.gap-bottom-none {
  margin-block-end: calc(var(--space-none) - var(--space-line)) !important;
}

.grid-space-small,
.grid-col-space-small {
  margin-inline-start: calc(-1 * var(--space-small) / 2);
  margin-inline-end: calc(-1 * var(--space-small) / 2);
}

.grid-space-small > *,
.grid-col-space-small > * {
  padding-inline-start: calc(var(--space-small) / 2);
  padding-inline-end: calc(var(--space-small) / 2);
}

.grid-space-small,
.grid-row-space-small {
  margin-block-end: calc(-1 * var(--space-small)) !important;
}

.grid-space-small > *,
.grid-row-space-small > * {
  margin-block-end: var(--space-small) !important;
}

.grid-space-small.gap-base,
.grid-space-small.gap-vert-base,
.grid-space-small.gap-bottom-base,
.grid-row-space-small.gap-base,
.grid-row-space-small.gap-vert-base,
.grid-row-space-small.gap-bottom-base {
  margin-block-end: calc(var(--space-base) - var(--space-small)) !important;
}

.grid-space-small.gap-line,
.grid-space-small.gap-vert-line,
.grid-space-small.gap-bottom-line,
.grid-row-space-small.gap-line,
.grid-row-space-small.gap-vert-line,
.grid-row-space-small.gap-bottom-line {
  margin-block-end: calc(var(--space-line) - var(--space-small)) !important;
}

.grid-space-small.gap-small,
.grid-space-small.gap-vert-small,
.grid-space-small.gap-bottom-small,
.grid-row-space-small.gap-small,
.grid-row-space-small.gap-vert-small,
.grid-row-space-small.gap-bottom-small {
  margin-block-end: calc(var(--space-small) - var(--space-small)) !important;
}

.grid-space-small.gap-medium,
.grid-space-small.gap-vert-medium,
.grid-space-small.gap-bottom-medium,
.grid-row-space-small.gap-medium,
.grid-row-space-small.gap-vert-medium,
.grid-row-space-small.gap-bottom-medium {
  margin-block-end: calc(var(--space-medium) - var(--space-small)) !important;
}

.grid-space-small.gap-large,
.grid-space-small.gap-vert-large,
.grid-space-small.gap-bottom-large,
.grid-row-space-small.gap-large,
.grid-row-space-small.gap-vert-large,
.grid-row-space-small.gap-bottom-large {
  margin-block-end: calc(var(--space-large) - var(--space-small)) !important;
}

.grid-space-small.gap-xl,
.grid-space-small.gap-vert-xl,
.grid-space-small.gap-bottom-xl,
.grid-row-space-small.gap-xl,
.grid-row-space-small.gap-vert-xl,
.grid-row-space-small.gap-bottom-xl {
  margin-block-end: calc(var(--space-xl) - var(--space-small)) !important;
}

.grid-space-small.gap-xxl,
.grid-space-small.gap-vert-xxl,
.grid-space-small.gap-bottom-xxl,
.grid-row-space-small.gap-xxl,
.grid-row-space-small.gap-vert-xxl,
.grid-row-space-small.gap-bottom-xxl {
  margin-block-end: calc(var(--space-xxl) - var(--space-small)) !important;
}

.grid-space-small.gap-none,
.grid-space-small.gap-vert-none,
.grid-space-small.gap-bottom-none,
.grid-row-space-small.gap-none,
.grid-row-space-small.gap-vert-none,
.grid-row-space-small.gap-bottom-none {
  margin-block-end: calc(var(--space-none) - var(--space-small)) !important;
}

.grid-space-medium,
.grid-col-space-medium {
  margin-inline-start: calc(-1 * var(--space-medium) / 2);
  margin-inline-end: calc(-1 * var(--space-medium) / 2);
}

.grid-space-medium > *,
.grid-col-space-medium > * {
  padding-inline-start: calc(var(--space-medium) / 2);
  padding-inline-end: calc(var(--space-medium) / 2);
}

.grid-space-medium,
.grid-row-space-medium {
  margin-block-end: calc(-1 * var(--space-medium)) !important;
}

.grid-space-medium > *,
.grid-row-space-medium > * {
  margin-block-end: var(--space-medium) !important;
}

.grid-space-medium.gap-base,
.grid-space-medium.gap-vert-base,
.grid-space-medium.gap-bottom-base,
.grid-row-space-medium.gap-base,
.grid-row-space-medium.gap-vert-base,
.grid-row-space-medium.gap-bottom-base {
  margin-block-end: calc(var(--space-base) - var(--space-medium)) !important;
}

.grid-space-medium.gap-line,
.grid-space-medium.gap-vert-line,
.grid-space-medium.gap-bottom-line,
.grid-row-space-medium.gap-line,
.grid-row-space-medium.gap-vert-line,
.grid-row-space-medium.gap-bottom-line {
  margin-block-end: calc(var(--space-line) - var(--space-medium)) !important;
}

.grid-space-medium.gap-small,
.grid-space-medium.gap-vert-small,
.grid-space-medium.gap-bottom-small,
.grid-row-space-medium.gap-small,
.grid-row-space-medium.gap-vert-small,
.grid-row-space-medium.gap-bottom-small {
  margin-block-end: calc(var(--space-small) - var(--space-medium)) !important;
}

.grid-space-medium.gap-medium,
.grid-space-medium.gap-vert-medium,
.grid-space-medium.gap-bottom-medium,
.grid-row-space-medium.gap-medium,
.grid-row-space-medium.gap-vert-medium,
.grid-row-space-medium.gap-bottom-medium {
  margin-block-end: calc(var(--space-medium) - var(--space-medium)) !important;
}

.grid-space-medium.gap-large,
.grid-space-medium.gap-vert-large,
.grid-space-medium.gap-bottom-large,
.grid-row-space-medium.gap-large,
.grid-row-space-medium.gap-vert-large,
.grid-row-space-medium.gap-bottom-large {
  margin-block-end: calc(var(--space-large) - var(--space-medium)) !important;
}

.grid-space-medium.gap-xl,
.grid-space-medium.gap-vert-xl,
.grid-space-medium.gap-bottom-xl,
.grid-row-space-medium.gap-xl,
.grid-row-space-medium.gap-vert-xl,
.grid-row-space-medium.gap-bottom-xl {
  margin-block-end: calc(var(--space-xl) - var(--space-medium)) !important;
}

.grid-space-medium.gap-xxl,
.grid-space-medium.gap-vert-xxl,
.grid-space-medium.gap-bottom-xxl,
.grid-row-space-medium.gap-xxl,
.grid-row-space-medium.gap-vert-xxl,
.grid-row-space-medium.gap-bottom-xxl {
  margin-block-end: calc(var(--space-xxl) - var(--space-medium)) !important;
}

.grid-space-medium.gap-none,
.grid-space-medium.gap-vert-none,
.grid-space-medium.gap-bottom-none,
.grid-row-space-medium.gap-none,
.grid-row-space-medium.gap-vert-none,
.grid-row-space-medium.gap-bottom-none {
  margin-block-end: calc(var(--space-none) - var(--space-medium)) !important;
}

.grid-space-large,
.grid-col-space-large {
  margin-inline-start: calc(-1 * var(--space-large) / 2);
  margin-inline-end: calc(-1 * var(--space-large) / 2);
}

.grid-space-large > *,
.grid-col-space-large > * {
  padding-inline-start: calc(var(--space-large) / 2);
  padding-inline-end: calc(var(--space-large) / 2);
}

.grid-space-large,
.grid-row-space-large {
  margin-block-end: calc(-1 * var(--space-large)) !important;
}

.grid-space-large > *,
.grid-row-space-large > * {
  margin-block-end: var(--space-large) !important;
}

.grid-space-large.gap-base,
.grid-space-large.gap-vert-base,
.grid-space-large.gap-bottom-base,
.grid-row-space-large.gap-base,
.grid-row-space-large.gap-vert-base,
.grid-row-space-large.gap-bottom-base {
  margin-block-end: calc(var(--space-base) - var(--space-large)) !important;
}

.grid-space-large.gap-line,
.grid-space-large.gap-vert-line,
.grid-space-large.gap-bottom-line,
.grid-row-space-large.gap-line,
.grid-row-space-large.gap-vert-line,
.grid-row-space-large.gap-bottom-line {
  margin-block-end: calc(var(--space-line) - var(--space-large)) !important;
}

.grid-space-large.gap-small,
.grid-space-large.gap-vert-small,
.grid-space-large.gap-bottom-small,
.grid-row-space-large.gap-small,
.grid-row-space-large.gap-vert-small,
.grid-row-space-large.gap-bottom-small {
  margin-block-end: calc(var(--space-small) - var(--space-large)) !important;
}

.grid-space-large.gap-medium,
.grid-space-large.gap-vert-medium,
.grid-space-large.gap-bottom-medium,
.grid-row-space-large.gap-medium,
.grid-row-space-large.gap-vert-medium,
.grid-row-space-large.gap-bottom-medium {
  margin-block-end: calc(var(--space-medium) - var(--space-large)) !important;
}

.grid-space-large.gap-large,
.grid-space-large.gap-vert-large,
.grid-space-large.gap-bottom-large,
.grid-row-space-large.gap-large,
.grid-row-space-large.gap-vert-large,
.grid-row-space-large.gap-bottom-large {
  margin-block-end: calc(var(--space-large) - var(--space-large)) !important;
}

.grid-space-large.gap-xl,
.grid-space-large.gap-vert-xl,
.grid-space-large.gap-bottom-xl,
.grid-row-space-large.gap-xl,
.grid-row-space-large.gap-vert-xl,
.grid-row-space-large.gap-bottom-xl {
  margin-block-end: calc(var(--space-xl) - var(--space-large)) !important;
}

.grid-space-large.gap-xxl,
.grid-space-large.gap-vert-xxl,
.grid-space-large.gap-bottom-xxl,
.grid-row-space-large.gap-xxl,
.grid-row-space-large.gap-vert-xxl,
.grid-row-space-large.gap-bottom-xxl {
  margin-block-end: calc(var(--space-xxl) - var(--space-large)) !important;
}

.grid-space-large.gap-none,
.grid-space-large.gap-vert-none,
.grid-space-large.gap-bottom-none,
.grid-row-space-large.gap-none,
.grid-row-space-large.gap-vert-none,
.grid-row-space-large.gap-bottom-none {
  margin-block-end: calc(var(--space-none) - var(--space-large)) !important;
}

.grid-space-xl,
.grid-col-space-xl {
  margin-inline-start: calc(-1 * var(--space-xl) / 2);
  margin-inline-end: calc(-1 * var(--space-xl) / 2);
}

.grid-space-xl > *,
.grid-col-space-xl > * {
  padding-inline-start: calc(var(--space-xl) / 2);
  padding-inline-end: calc(var(--space-xl) / 2);
}

.grid-space-xl,
.grid-row-space-xl {
  margin-block-end: calc(-1 * var(--space-xl)) !important;
}

.grid-space-xl > *,
.grid-row-space-xl > * {
  margin-block-end: var(--space-xl) !important;
}

.grid-space-xl.gap-base,
.grid-space-xl.gap-vert-base,
.grid-space-xl.gap-bottom-base,
.grid-row-space-xl.gap-base,
.grid-row-space-xl.gap-vert-base,
.grid-row-space-xl.gap-bottom-base {
  margin-block-end: calc(var(--space-base) - var(--space-xl)) !important;
}

.grid-space-xl.gap-line,
.grid-space-xl.gap-vert-line,
.grid-space-xl.gap-bottom-line,
.grid-row-space-xl.gap-line,
.grid-row-space-xl.gap-vert-line,
.grid-row-space-xl.gap-bottom-line {
  margin-block-end: calc(var(--space-line) - var(--space-xl)) !important;
}

.grid-space-xl.gap-small,
.grid-space-xl.gap-vert-small,
.grid-space-xl.gap-bottom-small,
.grid-row-space-xl.gap-small,
.grid-row-space-xl.gap-vert-small,
.grid-row-space-xl.gap-bottom-small {
  margin-block-end: calc(var(--space-small) - var(--space-xl)) !important;
}

.grid-space-xl.gap-medium,
.grid-space-xl.gap-vert-medium,
.grid-space-xl.gap-bottom-medium,
.grid-row-space-xl.gap-medium,
.grid-row-space-xl.gap-vert-medium,
.grid-row-space-xl.gap-bottom-medium {
  margin-block-end: calc(var(--space-medium) - var(--space-xl)) !important;
}

.grid-space-xl.gap-large,
.grid-space-xl.gap-vert-large,
.grid-space-xl.gap-bottom-large,
.grid-row-space-xl.gap-large,
.grid-row-space-xl.gap-vert-large,
.grid-row-space-xl.gap-bottom-large {
  margin-block-end: calc(var(--space-large) - var(--space-xl)) !important;
}

.grid-space-xl.gap-xl,
.grid-space-xl.gap-vert-xl,
.grid-space-xl.gap-bottom-xl,
.grid-row-space-xl.gap-xl,
.grid-row-space-xl.gap-vert-xl,
.grid-row-space-xl.gap-bottom-xl {
  margin-block-end: calc(var(--space-xl) - var(--space-xl)) !important;
}

.grid-space-xl.gap-xxl,
.grid-space-xl.gap-vert-xxl,
.grid-space-xl.gap-bottom-xxl,
.grid-row-space-xl.gap-xxl,
.grid-row-space-xl.gap-vert-xxl,
.grid-row-space-xl.gap-bottom-xxl {
  margin-block-end: calc(var(--space-xxl) - var(--space-xl)) !important;
}

.grid-space-xl.gap-none,
.grid-space-xl.gap-vert-none,
.grid-space-xl.gap-bottom-none,
.grid-row-space-xl.gap-none,
.grid-row-space-xl.gap-vert-none,
.grid-row-space-xl.gap-bottom-none {
  margin-block-end: calc(var(--space-none) - var(--space-xl)) !important;
}

.grid-space-xxl,
.grid-col-space-xxl {
  margin-inline-start: calc(-1 * var(--space-xxl) / 2);
  margin-inline-end: calc(-1 * var(--space-xxl) / 2);
}

.grid-space-xxl > *,
.grid-col-space-xxl > * {
  padding-inline-start: calc(var(--space-xxl) / 2);
  padding-inline-end: calc(var(--space-xxl) / 2);
}

.grid-space-xxl,
.grid-row-space-xxl {
  margin-block-end: calc(-1 * var(--space-xxl)) !important;
}

.grid-space-xxl > *,
.grid-row-space-xxl > * {
  margin-block-end: var(--space-xxl) !important;
}

.grid-space-xxl.gap-base,
.grid-space-xxl.gap-vert-base,
.grid-space-xxl.gap-bottom-base,
.grid-row-space-xxl.gap-base,
.grid-row-space-xxl.gap-vert-base,
.grid-row-space-xxl.gap-bottom-base {
  margin-block-end: calc(var(--space-base) - var(--space-xxl)) !important;
}

.grid-space-xxl.gap-line,
.grid-space-xxl.gap-vert-line,
.grid-space-xxl.gap-bottom-line,
.grid-row-space-xxl.gap-line,
.grid-row-space-xxl.gap-vert-line,
.grid-row-space-xxl.gap-bottom-line {
  margin-block-end: calc(var(--space-line) - var(--space-xxl)) !important;
}

.grid-space-xxl.gap-small,
.grid-space-xxl.gap-vert-small,
.grid-space-xxl.gap-bottom-small,
.grid-row-space-xxl.gap-small,
.grid-row-space-xxl.gap-vert-small,
.grid-row-space-xxl.gap-bottom-small {
  margin-block-end: calc(var(--space-small) - var(--space-xxl)) !important;
}

.grid-space-xxl.gap-medium,
.grid-space-xxl.gap-vert-medium,
.grid-space-xxl.gap-bottom-medium,
.grid-row-space-xxl.gap-medium,
.grid-row-space-xxl.gap-vert-medium,
.grid-row-space-xxl.gap-bottom-medium {
  margin-block-end: calc(var(--space-medium) - var(--space-xxl)) !important;
}

.grid-space-xxl.gap-large,
.grid-space-xxl.gap-vert-large,
.grid-space-xxl.gap-bottom-large,
.grid-row-space-xxl.gap-large,
.grid-row-space-xxl.gap-vert-large,
.grid-row-space-xxl.gap-bottom-large {
  margin-block-end: calc(var(--space-large) - var(--space-xxl)) !important;
}

.grid-space-xxl.gap-xl,
.grid-space-xxl.gap-vert-xl,
.grid-space-xxl.gap-bottom-xl,
.grid-row-space-xxl.gap-xl,
.grid-row-space-xxl.gap-vert-xl,
.grid-row-space-xxl.gap-bottom-xl {
  margin-block-end: calc(var(--space-xl) - var(--space-xxl)) !important;
}

.grid-space-xxl.gap-xxl,
.grid-space-xxl.gap-vert-xxl,
.grid-space-xxl.gap-bottom-xxl,
.grid-row-space-xxl.gap-xxl,
.grid-row-space-xxl.gap-vert-xxl,
.grid-row-space-xxl.gap-bottom-xxl {
  margin-block-end: calc(var(--space-xxl) - var(--space-xxl)) !important;
}

.grid-space-xxl.gap-none,
.grid-space-xxl.gap-vert-none,
.grid-space-xxl.gap-bottom-none,
.grid-row-space-xxl.gap-none,
.grid-row-space-xxl.gap-vert-none,
.grid-row-space-xxl.gap-bottom-none {
  margin-block-end: calc(var(--space-none) - var(--space-xxl)) !important;
}

.grid-space-none,
.grid-col-space-none {
  margin-inline-start: calc(-1 * var(--space-none) / 2);
  margin-inline-end: calc(-1 * var(--space-none) / 2);
}

.grid-space-none > *,
.grid-col-space-none > * {
  padding-inline-start: calc(var(--space-none) / 2);
  padding-inline-end: calc(var(--space-none) / 2);
}

.grid-space-none,
.grid-row-space-none {
  margin-block-end: calc(-1 * var(--space-none)) !important;
}

.grid-space-none > *,
.grid-row-space-none > * {
  margin-block-end: var(--space-none) !important;
}

.grid-space-none.gap-base,
.grid-space-none.gap-vert-base,
.grid-space-none.gap-bottom-base,
.grid-row-space-none.gap-base,
.grid-row-space-none.gap-vert-base,
.grid-row-space-none.gap-bottom-base {
  margin-block-end: calc(var(--space-base) - var(--space-none)) !important;
}

.grid-space-none.gap-line,
.grid-space-none.gap-vert-line,
.grid-space-none.gap-bottom-line,
.grid-row-space-none.gap-line,
.grid-row-space-none.gap-vert-line,
.grid-row-space-none.gap-bottom-line {
  margin-block-end: calc(var(--space-line) - var(--space-none)) !important;
}

.grid-space-none.gap-small,
.grid-space-none.gap-vert-small,
.grid-space-none.gap-bottom-small,
.grid-row-space-none.gap-small,
.grid-row-space-none.gap-vert-small,
.grid-row-space-none.gap-bottom-small {
  margin-block-end: calc(var(--space-small) - var(--space-none)) !important;
}

.grid-space-none.gap-medium,
.grid-space-none.gap-vert-medium,
.grid-space-none.gap-bottom-medium,
.grid-row-space-none.gap-medium,
.grid-row-space-none.gap-vert-medium,
.grid-row-space-none.gap-bottom-medium {
  margin-block-end: calc(var(--space-medium) - var(--space-none)) !important;
}

.grid-space-none.gap-large,
.grid-space-none.gap-vert-large,
.grid-space-none.gap-bottom-large,
.grid-row-space-none.gap-large,
.grid-row-space-none.gap-vert-large,
.grid-row-space-none.gap-bottom-large {
  margin-block-end: calc(var(--space-large) - var(--space-none)) !important;
}

.grid-space-none.gap-xl,
.grid-space-none.gap-vert-xl,
.grid-space-none.gap-bottom-xl,
.grid-row-space-none.gap-xl,
.grid-row-space-none.gap-vert-xl,
.grid-row-space-none.gap-bottom-xl {
  margin-block-end: calc(var(--space-xl) - var(--space-none)) !important;
}

.grid-space-none.gap-xxl,
.grid-space-none.gap-vert-xxl,
.grid-space-none.gap-bottom-xxl,
.grid-row-space-none.gap-xxl,
.grid-row-space-none.gap-vert-xxl,
.grid-row-space-none.gap-bottom-xxl {
  margin-block-end: calc(var(--space-xxl) - var(--space-none)) !important;
}

.grid-space-none.gap-none,
.grid-space-none.gap-vert-none,
.grid-space-none.gap-bottom-none,
.grid-row-space-none.gap-none,
.grid-row-space-none.gap-vert-none,
.grid-row-space-none.gap-bottom-none {
  margin-block-end: calc(var(--space-none) - var(--space-none)) !important;
}

.grid-align-left,
.flex-align-left {
  display: flex !important;
  justify-content: flex-start !important;
}

.grid-align-center,
.flex-align-center {
  display: flex !important;
  justify-content: center !important;
}

.grid-align-right,
.flex-align-right {
  display: flex !important;
  justify-content: flex-end !important;
}

.grid-align-justify,
.flex-align-justify {
  display: flex !important;
  justify-content: space-between !important;
}

.grid-valign-top,
.flex-valign-top {
  display: flex !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
}

.grid-valign-middle,
.flex-valign-middle {
  display: flex !important;
  align-content: center !important;
  align-items: center !important;
}

.grid-valign-bottom,
.flex-valign-bottom {
  display: flex !important;
  align-content: flex-end !important;
  align-items: flex-end !important;
}

.grid-valign-justify,
.flex-valign-justify {
  display: flex !important;
  align-content: space-between !important;
  align-items: flex-start !important;
}

@media (min-width: 374px) {
  .grid-auto-at-extra-small > *,
  .grid-flex-at-extra-small > * {
    width: auto;
  }
  .grid-flex-at-extra-small {
    display: flex;
    flex-wrap: nowrap;
  }
  .grid-flex-at-extra-small > * {
    flex: 0 1 auto;
  }
  .grid-1-at-extra-small {
    flex-wrap: wrap;
  }
  .grid-1-at-extra-small > * {
    width: 100%;
  }
  .grid-2-at-extra-small {
    flex-wrap: wrap;
  }
  .grid-2-at-extra-small > * {
    width: 50%;
  }
  .grid-3-at-extra-small {
    flex-wrap: wrap;
  }
  .grid-3-at-extra-small > * {
    width: 33.3333333333%;
  }
  .grid-4-at-extra-small {
    flex-wrap: wrap;
  }
  .grid-4-at-extra-small > * {
    width: 25%;
  }
  .grid-5-at-extra-small {
    flex-wrap: wrap;
  }
  .grid-5-at-extra-small > * {
    width: 20%;
  }
  .grid-space-base-at-extra-small,
  .grid-col-space-base-at-extra-small {
    margin-inline-start: calc(-1 * var(--space-base) / 2);
    margin-inline-end: calc(-1 * var(--space-base) / 2);
  }
  .grid-space-base-at-extra-small > *,
  .grid-col-space-base-at-extra-small > * {
    padding-inline-start: calc(var(--space-base) / 2);
    padding-inline-end: calc(var(--space-base) / 2);
  }
  .grid-space-base-at-extra-small,
  .grid-row-space-base-at-extra-small {
    margin-block-end: calc(-1 * var(--space-base)) !important;
  }
  .grid-space-base-at-extra-small > *,
  .grid-row-space-base-at-extra-small > * {
    margin-block-end: var(--space-base) !important;
  }
  .grid-space-base-at-extra-small.gap-base,
  .grid-space-base-at-extra-small.gap-vert-base,
  .grid-space-base-at-extra-small.gap-bottom-base,
  .grid-row-space-base-at-extra-small.gap-base,
  .grid-row-space-base-at-extra-small.gap-vert-base,
  .grid-row-space-base-at-extra-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-small.gap-line,
  .grid-space-base-at-extra-small.gap-vert-line,
  .grid-space-base-at-extra-small.gap-bottom-line,
  .grid-row-space-base-at-extra-small.gap-line,
  .grid-row-space-base-at-extra-small.gap-vert-line,
  .grid-row-space-base-at-extra-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-small.gap-small,
  .grid-space-base-at-extra-small.gap-vert-small,
  .grid-space-base-at-extra-small.gap-bottom-small,
  .grid-row-space-base-at-extra-small.gap-small,
  .grid-row-space-base-at-extra-small.gap-vert-small,
  .grid-row-space-base-at-extra-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-small.gap-medium,
  .grid-space-base-at-extra-small.gap-vert-medium,
  .grid-space-base-at-extra-small.gap-bottom-medium,
  .grid-row-space-base-at-extra-small.gap-medium,
  .grid-row-space-base-at-extra-small.gap-vert-medium,
  .grid-row-space-base-at-extra-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-small.gap-large,
  .grid-space-base-at-extra-small.gap-vert-large,
  .grid-space-base-at-extra-small.gap-bottom-large,
  .grid-row-space-base-at-extra-small.gap-large,
  .grid-row-space-base-at-extra-small.gap-vert-large,
  .grid-row-space-base-at-extra-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-small.gap-xl,
  .grid-space-base-at-extra-small.gap-vert-xl,
  .grid-space-base-at-extra-small.gap-bottom-xl,
  .grid-row-space-base-at-extra-small.gap-xl,
  .grid-row-space-base-at-extra-small.gap-vert-xl,
  .grid-row-space-base-at-extra-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-small.gap-xxl,
  .grid-space-base-at-extra-small.gap-vert-xxl,
  .grid-space-base-at-extra-small.gap-bottom-xxl,
  .grid-row-space-base-at-extra-small.gap-xxl,
  .grid-row-space-base-at-extra-small.gap-vert-xxl,
  .grid-row-space-base-at-extra-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-small.gap-none,
  .grid-space-base-at-extra-small.gap-vert-none,
  .grid-space-base-at-extra-small.gap-bottom-none,
  .grid-row-space-base-at-extra-small.gap-none,
  .grid-row-space-base-at-extra-small.gap-vert-none,
  .grid-row-space-base-at-extra-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-base)) !important;
  }
  .grid-space-line-at-extra-small,
  .grid-col-space-line-at-extra-small {
    margin-inline-start: calc(-1 * var(--space-line) / 2);
    margin-inline-end: calc(-1 * var(--space-line) / 2);
  }
  .grid-space-line-at-extra-small > *,
  .grid-col-space-line-at-extra-small > * {
    padding-inline-start: calc(var(--space-line) / 2);
    padding-inline-end: calc(var(--space-line) / 2);
  }
  .grid-space-line-at-extra-small,
  .grid-row-space-line-at-extra-small {
    margin-block-end: calc(-1 * var(--space-line)) !important;
  }
  .grid-space-line-at-extra-small > *,
  .grid-row-space-line-at-extra-small > * {
    margin-block-end: var(--space-line) !important;
  }
  .grid-space-line-at-extra-small.gap-base,
  .grid-space-line-at-extra-small.gap-vert-base,
  .grid-space-line-at-extra-small.gap-bottom-base,
  .grid-row-space-line-at-extra-small.gap-base,
  .grid-row-space-line-at-extra-small.gap-vert-base,
  .grid-row-space-line-at-extra-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-small.gap-line,
  .grid-space-line-at-extra-small.gap-vert-line,
  .grid-space-line-at-extra-small.gap-bottom-line,
  .grid-row-space-line-at-extra-small.gap-line,
  .grid-row-space-line-at-extra-small.gap-vert-line,
  .grid-row-space-line-at-extra-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-small.gap-small,
  .grid-space-line-at-extra-small.gap-vert-small,
  .grid-space-line-at-extra-small.gap-bottom-small,
  .grid-row-space-line-at-extra-small.gap-small,
  .grid-row-space-line-at-extra-small.gap-vert-small,
  .grid-row-space-line-at-extra-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-small.gap-medium,
  .grid-space-line-at-extra-small.gap-vert-medium,
  .grid-space-line-at-extra-small.gap-bottom-medium,
  .grid-row-space-line-at-extra-small.gap-medium,
  .grid-row-space-line-at-extra-small.gap-vert-medium,
  .grid-row-space-line-at-extra-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-small.gap-large,
  .grid-space-line-at-extra-small.gap-vert-large,
  .grid-space-line-at-extra-small.gap-bottom-large,
  .grid-row-space-line-at-extra-small.gap-large,
  .grid-row-space-line-at-extra-small.gap-vert-large,
  .grid-row-space-line-at-extra-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-small.gap-xl,
  .grid-space-line-at-extra-small.gap-vert-xl,
  .grid-space-line-at-extra-small.gap-bottom-xl,
  .grid-row-space-line-at-extra-small.gap-xl,
  .grid-row-space-line-at-extra-small.gap-vert-xl,
  .grid-row-space-line-at-extra-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-small.gap-xxl,
  .grid-space-line-at-extra-small.gap-vert-xxl,
  .grid-space-line-at-extra-small.gap-bottom-xxl,
  .grid-row-space-line-at-extra-small.gap-xxl,
  .grid-row-space-line-at-extra-small.gap-vert-xxl,
  .grid-row-space-line-at-extra-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-small.gap-none,
  .grid-space-line-at-extra-small.gap-vert-none,
  .grid-space-line-at-extra-small.gap-bottom-none,
  .grid-row-space-line-at-extra-small.gap-none,
  .grid-row-space-line-at-extra-small.gap-vert-none,
  .grid-row-space-line-at-extra-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-line)) !important;
  }
  .grid-space-small-at-extra-small,
  .grid-col-space-small-at-extra-small {
    margin-inline-start: calc(-1 * var(--space-small) / 2);
    margin-inline-end: calc(-1 * var(--space-small) / 2);
  }
  .grid-space-small-at-extra-small > *,
  .grid-col-space-small-at-extra-small > * {
    padding-inline-start: calc(var(--space-small) / 2);
    padding-inline-end: calc(var(--space-small) / 2);
  }
  .grid-space-small-at-extra-small,
  .grid-row-space-small-at-extra-small {
    margin-block-end: calc(-1 * var(--space-small)) !important;
  }
  .grid-space-small-at-extra-small > *,
  .grid-row-space-small-at-extra-small > * {
    margin-block-end: var(--space-small) !important;
  }
  .grid-space-small-at-extra-small.gap-base,
  .grid-space-small-at-extra-small.gap-vert-base,
  .grid-space-small-at-extra-small.gap-bottom-base,
  .grid-row-space-small-at-extra-small.gap-base,
  .grid-row-space-small-at-extra-small.gap-vert-base,
  .grid-row-space-small-at-extra-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-small.gap-line,
  .grid-space-small-at-extra-small.gap-vert-line,
  .grid-space-small-at-extra-small.gap-bottom-line,
  .grid-row-space-small-at-extra-small.gap-line,
  .grid-row-space-small-at-extra-small.gap-vert-line,
  .grid-row-space-small-at-extra-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-small.gap-small,
  .grid-space-small-at-extra-small.gap-vert-small,
  .grid-space-small-at-extra-small.gap-bottom-small,
  .grid-row-space-small-at-extra-small.gap-small,
  .grid-row-space-small-at-extra-small.gap-vert-small,
  .grid-row-space-small-at-extra-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-small.gap-medium,
  .grid-space-small-at-extra-small.gap-vert-medium,
  .grid-space-small-at-extra-small.gap-bottom-medium,
  .grid-row-space-small-at-extra-small.gap-medium,
  .grid-row-space-small-at-extra-small.gap-vert-medium,
  .grid-row-space-small-at-extra-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-small.gap-large,
  .grid-space-small-at-extra-small.gap-vert-large,
  .grid-space-small-at-extra-small.gap-bottom-large,
  .grid-row-space-small-at-extra-small.gap-large,
  .grid-row-space-small-at-extra-small.gap-vert-large,
  .grid-row-space-small-at-extra-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-small.gap-xl,
  .grid-space-small-at-extra-small.gap-vert-xl,
  .grid-space-small-at-extra-small.gap-bottom-xl,
  .grid-row-space-small-at-extra-small.gap-xl,
  .grid-row-space-small-at-extra-small.gap-vert-xl,
  .grid-row-space-small-at-extra-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-small.gap-xxl,
  .grid-space-small-at-extra-small.gap-vert-xxl,
  .grid-space-small-at-extra-small.gap-bottom-xxl,
  .grid-row-space-small-at-extra-small.gap-xxl,
  .grid-row-space-small-at-extra-small.gap-vert-xxl,
  .grid-row-space-small-at-extra-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-small.gap-none,
  .grid-space-small-at-extra-small.gap-vert-none,
  .grid-space-small-at-extra-small.gap-bottom-none,
  .grid-row-space-small-at-extra-small.gap-none,
  .grid-row-space-small-at-extra-small.gap-vert-none,
  .grid-row-space-small-at-extra-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-small)) !important;
  }
  .grid-space-medium-at-extra-small,
  .grid-col-space-medium-at-extra-small {
    margin-inline-start: calc(-1 * var(--space-medium) / 2);
    margin-inline-end: calc(-1 * var(--space-medium) / 2);
  }
  .grid-space-medium-at-extra-small > *,
  .grid-col-space-medium-at-extra-small > * {
    padding-inline-start: calc(var(--space-medium) / 2);
    padding-inline-end: calc(var(--space-medium) / 2);
  }
  .grid-space-medium-at-extra-small,
  .grid-row-space-medium-at-extra-small {
    margin-block-end: calc(-1 * var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-small > *,
  .grid-row-space-medium-at-extra-small > * {
    margin-block-end: var(--space-medium) !important;
  }
  .grid-space-medium-at-extra-small.gap-base,
  .grid-space-medium-at-extra-small.gap-vert-base,
  .grid-space-medium-at-extra-small.gap-bottom-base,
  .grid-row-space-medium-at-extra-small.gap-base,
  .grid-row-space-medium-at-extra-small.gap-vert-base,
  .grid-row-space-medium-at-extra-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-small.gap-line,
  .grid-space-medium-at-extra-small.gap-vert-line,
  .grid-space-medium-at-extra-small.gap-bottom-line,
  .grid-row-space-medium-at-extra-small.gap-line,
  .grid-row-space-medium-at-extra-small.gap-vert-line,
  .grid-row-space-medium-at-extra-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-small.gap-small,
  .grid-space-medium-at-extra-small.gap-vert-small,
  .grid-space-medium-at-extra-small.gap-bottom-small,
  .grid-row-space-medium-at-extra-small.gap-small,
  .grid-row-space-medium-at-extra-small.gap-vert-small,
  .grid-row-space-medium-at-extra-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-small.gap-medium,
  .grid-space-medium-at-extra-small.gap-vert-medium,
  .grid-space-medium-at-extra-small.gap-bottom-medium,
  .grid-row-space-medium-at-extra-small.gap-medium,
  .grid-row-space-medium-at-extra-small.gap-vert-medium,
  .grid-row-space-medium-at-extra-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-small.gap-large,
  .grid-space-medium-at-extra-small.gap-vert-large,
  .grid-space-medium-at-extra-small.gap-bottom-large,
  .grid-row-space-medium-at-extra-small.gap-large,
  .grid-row-space-medium-at-extra-small.gap-vert-large,
  .grid-row-space-medium-at-extra-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-small.gap-xl,
  .grid-space-medium-at-extra-small.gap-vert-xl,
  .grid-space-medium-at-extra-small.gap-bottom-xl,
  .grid-row-space-medium-at-extra-small.gap-xl,
  .grid-row-space-medium-at-extra-small.gap-vert-xl,
  .grid-row-space-medium-at-extra-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-small.gap-xxl,
  .grid-space-medium-at-extra-small.gap-vert-xxl,
  .grid-space-medium-at-extra-small.gap-bottom-xxl,
  .grid-row-space-medium-at-extra-small.gap-xxl,
  .grid-row-space-medium-at-extra-small.gap-vert-xxl,
  .grid-row-space-medium-at-extra-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-small.gap-none,
  .grid-space-medium-at-extra-small.gap-vert-none,
  .grid-space-medium-at-extra-small.gap-bottom-none,
  .grid-row-space-medium-at-extra-small.gap-none,
  .grid-row-space-medium-at-extra-small.gap-vert-none,
  .grid-row-space-medium-at-extra-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-medium)) !important;
  }
  .grid-space-large-at-extra-small,
  .grid-col-space-large-at-extra-small {
    margin-inline-start: calc(-1 * var(--space-large) / 2);
    margin-inline-end: calc(-1 * var(--space-large) / 2);
  }
  .grid-space-large-at-extra-small > *,
  .grid-col-space-large-at-extra-small > * {
    padding-inline-start: calc(var(--space-large) / 2);
    padding-inline-end: calc(var(--space-large) / 2);
  }
  .grid-space-large-at-extra-small,
  .grid-row-space-large-at-extra-small {
    margin-block-end: calc(-1 * var(--space-large)) !important;
  }
  .grid-space-large-at-extra-small > *,
  .grid-row-space-large-at-extra-small > * {
    margin-block-end: var(--space-large) !important;
  }
  .grid-space-large-at-extra-small.gap-base,
  .grid-space-large-at-extra-small.gap-vert-base,
  .grid-space-large-at-extra-small.gap-bottom-base,
  .grid-row-space-large-at-extra-small.gap-base,
  .grid-row-space-large-at-extra-small.gap-vert-base,
  .grid-row-space-large-at-extra-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-small.gap-line,
  .grid-space-large-at-extra-small.gap-vert-line,
  .grid-space-large-at-extra-small.gap-bottom-line,
  .grid-row-space-large-at-extra-small.gap-line,
  .grid-row-space-large-at-extra-small.gap-vert-line,
  .grid-row-space-large-at-extra-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-small.gap-small,
  .grid-space-large-at-extra-small.gap-vert-small,
  .grid-space-large-at-extra-small.gap-bottom-small,
  .grid-row-space-large-at-extra-small.gap-small,
  .grid-row-space-large-at-extra-small.gap-vert-small,
  .grid-row-space-large-at-extra-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-small.gap-medium,
  .grid-space-large-at-extra-small.gap-vert-medium,
  .grid-space-large-at-extra-small.gap-bottom-medium,
  .grid-row-space-large-at-extra-small.gap-medium,
  .grid-row-space-large-at-extra-small.gap-vert-medium,
  .grid-row-space-large-at-extra-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-small.gap-large,
  .grid-space-large-at-extra-small.gap-vert-large,
  .grid-space-large-at-extra-small.gap-bottom-large,
  .grid-row-space-large-at-extra-small.gap-large,
  .grid-row-space-large-at-extra-small.gap-vert-large,
  .grid-row-space-large-at-extra-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-small.gap-xl,
  .grid-space-large-at-extra-small.gap-vert-xl,
  .grid-space-large-at-extra-small.gap-bottom-xl,
  .grid-row-space-large-at-extra-small.gap-xl,
  .grid-row-space-large-at-extra-small.gap-vert-xl,
  .grid-row-space-large-at-extra-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-small.gap-xxl,
  .grid-space-large-at-extra-small.gap-vert-xxl,
  .grid-space-large-at-extra-small.gap-bottom-xxl,
  .grid-row-space-large-at-extra-small.gap-xxl,
  .grid-row-space-large-at-extra-small.gap-vert-xxl,
  .grid-row-space-large-at-extra-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-small.gap-none,
  .grid-space-large-at-extra-small.gap-vert-none,
  .grid-space-large-at-extra-small.gap-bottom-none,
  .grid-row-space-large-at-extra-small.gap-none,
  .grid-row-space-large-at-extra-small.gap-vert-none,
  .grid-row-space-large-at-extra-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-large)) !important;
  }
  .grid-space-xl-at-extra-small,
  .grid-col-space-xl-at-extra-small {
    margin-inline-start: calc(-1 * var(--space-xl) / 2);
    margin-inline-end: calc(-1 * var(--space-xl) / 2);
  }
  .grid-space-xl-at-extra-small > *,
  .grid-col-space-xl-at-extra-small > * {
    padding-inline-start: calc(var(--space-xl) / 2);
    padding-inline-end: calc(var(--space-xl) / 2);
  }
  .grid-space-xl-at-extra-small,
  .grid-row-space-xl-at-extra-small {
    margin-block-end: calc(-1 * var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-small > *,
  .grid-row-space-xl-at-extra-small > * {
    margin-block-end: var(--space-xl) !important;
  }
  .grid-space-xl-at-extra-small.gap-base,
  .grid-space-xl-at-extra-small.gap-vert-base,
  .grid-space-xl-at-extra-small.gap-bottom-base,
  .grid-row-space-xl-at-extra-small.gap-base,
  .grid-row-space-xl-at-extra-small.gap-vert-base,
  .grid-row-space-xl-at-extra-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-small.gap-line,
  .grid-space-xl-at-extra-small.gap-vert-line,
  .grid-space-xl-at-extra-small.gap-bottom-line,
  .grid-row-space-xl-at-extra-small.gap-line,
  .grid-row-space-xl-at-extra-small.gap-vert-line,
  .grid-row-space-xl-at-extra-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-small.gap-small,
  .grid-space-xl-at-extra-small.gap-vert-small,
  .grid-space-xl-at-extra-small.gap-bottom-small,
  .grid-row-space-xl-at-extra-small.gap-small,
  .grid-row-space-xl-at-extra-small.gap-vert-small,
  .grid-row-space-xl-at-extra-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-small.gap-medium,
  .grid-space-xl-at-extra-small.gap-vert-medium,
  .grid-space-xl-at-extra-small.gap-bottom-medium,
  .grid-row-space-xl-at-extra-small.gap-medium,
  .grid-row-space-xl-at-extra-small.gap-vert-medium,
  .grid-row-space-xl-at-extra-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-small.gap-large,
  .grid-space-xl-at-extra-small.gap-vert-large,
  .grid-space-xl-at-extra-small.gap-bottom-large,
  .grid-row-space-xl-at-extra-small.gap-large,
  .grid-row-space-xl-at-extra-small.gap-vert-large,
  .grid-row-space-xl-at-extra-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-small.gap-xl,
  .grid-space-xl-at-extra-small.gap-vert-xl,
  .grid-space-xl-at-extra-small.gap-bottom-xl,
  .grid-row-space-xl-at-extra-small.gap-xl,
  .grid-row-space-xl-at-extra-small.gap-vert-xl,
  .grid-row-space-xl-at-extra-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-small.gap-xxl,
  .grid-space-xl-at-extra-small.gap-vert-xxl,
  .grid-space-xl-at-extra-small.gap-bottom-xxl,
  .grid-row-space-xl-at-extra-small.gap-xxl,
  .grid-row-space-xl-at-extra-small.gap-vert-xxl,
  .grid-row-space-xl-at-extra-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-small.gap-none,
  .grid-space-xl-at-extra-small.gap-vert-none,
  .grid-space-xl-at-extra-small.gap-bottom-none,
  .grid-row-space-xl-at-extra-small.gap-none,
  .grid-row-space-xl-at-extra-small.gap-vert-none,
  .grid-row-space-xl-at-extra-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-xl)) !important;
  }
  .grid-space-xxl-at-extra-small,
  .grid-col-space-xxl-at-extra-small {
    margin-inline-start: calc(-1 * var(--space-xxl) / 2);
    margin-inline-end: calc(-1 * var(--space-xxl) / 2);
  }
  .grid-space-xxl-at-extra-small > *,
  .grid-col-space-xxl-at-extra-small > * {
    padding-inline-start: calc(var(--space-xxl) / 2);
    padding-inline-end: calc(var(--space-xxl) / 2);
  }
  .grid-space-xxl-at-extra-small,
  .grid-row-space-xxl-at-extra-small {
    margin-block-end: calc(-1 * var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-small > *,
  .grid-row-space-xxl-at-extra-small > * {
    margin-block-end: var(--space-xxl) !important;
  }
  .grid-space-xxl-at-extra-small.gap-base,
  .grid-space-xxl-at-extra-small.gap-vert-base,
  .grid-space-xxl-at-extra-small.gap-bottom-base,
  .grid-row-space-xxl-at-extra-small.gap-base,
  .grid-row-space-xxl-at-extra-small.gap-vert-base,
  .grid-row-space-xxl-at-extra-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-small.gap-line,
  .grid-space-xxl-at-extra-small.gap-vert-line,
  .grid-space-xxl-at-extra-small.gap-bottom-line,
  .grid-row-space-xxl-at-extra-small.gap-line,
  .grid-row-space-xxl-at-extra-small.gap-vert-line,
  .grid-row-space-xxl-at-extra-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-small.gap-small,
  .grid-space-xxl-at-extra-small.gap-vert-small,
  .grid-space-xxl-at-extra-small.gap-bottom-small,
  .grid-row-space-xxl-at-extra-small.gap-small,
  .grid-row-space-xxl-at-extra-small.gap-vert-small,
  .grid-row-space-xxl-at-extra-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-small.gap-medium,
  .grid-space-xxl-at-extra-small.gap-vert-medium,
  .grid-space-xxl-at-extra-small.gap-bottom-medium,
  .grid-row-space-xxl-at-extra-small.gap-medium,
  .grid-row-space-xxl-at-extra-small.gap-vert-medium,
  .grid-row-space-xxl-at-extra-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-small.gap-large,
  .grid-space-xxl-at-extra-small.gap-vert-large,
  .grid-space-xxl-at-extra-small.gap-bottom-large,
  .grid-row-space-xxl-at-extra-small.gap-large,
  .grid-row-space-xxl-at-extra-small.gap-vert-large,
  .grid-row-space-xxl-at-extra-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-small.gap-xl,
  .grid-space-xxl-at-extra-small.gap-vert-xl,
  .grid-space-xxl-at-extra-small.gap-bottom-xl,
  .grid-row-space-xxl-at-extra-small.gap-xl,
  .grid-row-space-xxl-at-extra-small.gap-vert-xl,
  .grid-row-space-xxl-at-extra-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-small.gap-xxl,
  .grid-space-xxl-at-extra-small.gap-vert-xxl,
  .grid-space-xxl-at-extra-small.gap-bottom-xxl,
  .grid-row-space-xxl-at-extra-small.gap-xxl,
  .grid-row-space-xxl-at-extra-small.gap-vert-xxl,
  .grid-row-space-xxl-at-extra-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-small.gap-none,
  .grid-space-xxl-at-extra-small.gap-vert-none,
  .grid-space-xxl-at-extra-small.gap-bottom-none,
  .grid-row-space-xxl-at-extra-small.gap-none,
  .grid-row-space-xxl-at-extra-small.gap-vert-none,
  .grid-row-space-xxl-at-extra-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-xxl)) !important;
  }
  .grid-space-none-at-extra-small,
  .grid-col-space-none-at-extra-small {
    margin-inline-start: calc(-1 * var(--space-none) / 2);
    margin-inline-end: calc(-1 * var(--space-none) / 2);
  }
  .grid-space-none-at-extra-small > *,
  .grid-col-space-none-at-extra-small > * {
    padding-inline-start: calc(var(--space-none) / 2);
    padding-inline-end: calc(var(--space-none) / 2);
  }
  .grid-space-none-at-extra-small,
  .grid-row-space-none-at-extra-small {
    margin-block-end: calc(-1 * var(--space-none)) !important;
  }
  .grid-space-none-at-extra-small > *,
  .grid-row-space-none-at-extra-small > * {
    margin-block-end: var(--space-none) !important;
  }
  .grid-space-none-at-extra-small.gap-base,
  .grid-space-none-at-extra-small.gap-vert-base,
  .grid-space-none-at-extra-small.gap-bottom-base,
  .grid-row-space-none-at-extra-small.gap-base,
  .grid-row-space-none-at-extra-small.gap-vert-base,
  .grid-row-space-none-at-extra-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-small.gap-line,
  .grid-space-none-at-extra-small.gap-vert-line,
  .grid-space-none-at-extra-small.gap-bottom-line,
  .grid-row-space-none-at-extra-small.gap-line,
  .grid-row-space-none-at-extra-small.gap-vert-line,
  .grid-row-space-none-at-extra-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-small.gap-small,
  .grid-space-none-at-extra-small.gap-vert-small,
  .grid-space-none-at-extra-small.gap-bottom-small,
  .grid-row-space-none-at-extra-small.gap-small,
  .grid-row-space-none-at-extra-small.gap-vert-small,
  .grid-row-space-none-at-extra-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-small.gap-medium,
  .grid-space-none-at-extra-small.gap-vert-medium,
  .grid-space-none-at-extra-small.gap-bottom-medium,
  .grid-row-space-none-at-extra-small.gap-medium,
  .grid-row-space-none-at-extra-small.gap-vert-medium,
  .grid-row-space-none-at-extra-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-small.gap-large,
  .grid-space-none-at-extra-small.gap-vert-large,
  .grid-space-none-at-extra-small.gap-bottom-large,
  .grid-row-space-none-at-extra-small.gap-large,
  .grid-row-space-none-at-extra-small.gap-vert-large,
  .grid-row-space-none-at-extra-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-small.gap-xl,
  .grid-space-none-at-extra-small.gap-vert-xl,
  .grid-space-none-at-extra-small.gap-bottom-xl,
  .grid-row-space-none-at-extra-small.gap-xl,
  .grid-row-space-none-at-extra-small.gap-vert-xl,
  .grid-row-space-none-at-extra-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-small.gap-xxl,
  .grid-space-none-at-extra-small.gap-vert-xxl,
  .grid-space-none-at-extra-small.gap-bottom-xxl,
  .grid-row-space-none-at-extra-small.gap-xxl,
  .grid-row-space-none-at-extra-small.gap-vert-xxl,
  .grid-row-space-none-at-extra-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-small.gap-none,
  .grid-space-none-at-extra-small.gap-vert-none,
  .grid-space-none-at-extra-small.gap-bottom-none,
  .grid-row-space-none-at-extra-small.gap-none,
  .grid-row-space-none-at-extra-small.gap-vert-none,
  .grid-row-space-none-at-extra-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-none)) !important;
  }
  .grid-align-left-at-extra-small,
  .flex-align-left-at-extra-small {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .grid-align-center-at-extra-small,
  .flex-align-center-at-extra-small {
    display: flex !important;
    justify-content: center !important;
  }
  .grid-align-right-at-extra-small,
  .flex-align-right-at-extra-small {
    display: flex !important;
    justify-content: flex-end !important;
  }
  .grid-align-justify-at-extra-small,
  .flex-align-justify-at-extra-small {
    display: flex !important;
    justify-content: space-between !important;
  }
  .grid-valign-top-at-extra-small,
  .flex-valign-top-at-extra-small {
    display: flex !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
  }
  .grid-valign-middle-at-extra-small,
  .flex-valign-middle-at-extra-small {
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
  }
  .grid-valign-bottom-at-extra-small,
  .flex-valign-bottom-at-extra-small {
    display: flex !important;
    align-content: flex-end !important;
    align-items: flex-end !important;
  }
  .grid-valign-justify-at-extra-small,
  .flex-valign-justify-at-extra-small {
    display: flex !important;
    align-content: space-between !important;
    align-items: flex-start !important;
  }
}
@media (min-width: 480px) {
  .grid-auto-at-small > *,
  .grid-flex-at-small > * {
    width: auto;
  }
  .grid-flex-at-small {
    display: flex;
    flex-wrap: nowrap;
  }
  .grid-flex-at-small > * {
    flex: 0 1 auto;
  }
  .grid-1-at-small {
    flex-wrap: wrap;
  }
  .grid-1-at-small > * {
    width: 100%;
  }
  .grid-2-at-small {
    flex-wrap: wrap;
  }
  .grid-2-at-small > * {
    width: 50%;
  }
  .grid-3-at-small {
    flex-wrap: wrap;
  }
  .grid-3-at-small > * {
    width: 33.3333333333%;
  }
  .grid-4-at-small {
    flex-wrap: wrap;
  }
  .grid-4-at-small > * {
    width: 25%;
  }
  .grid-5-at-small {
    flex-wrap: wrap;
  }
  .grid-5-at-small > * {
    width: 20%;
  }
  .grid-space-base-at-small,
  .grid-col-space-base-at-small {
    margin-inline-start: calc(-1 * var(--space-base) / 2);
    margin-inline-end: calc(-1 * var(--space-base) / 2);
  }
  .grid-space-base-at-small > *,
  .grid-col-space-base-at-small > * {
    padding-inline-start: calc(var(--space-base) / 2);
    padding-inline-end: calc(var(--space-base) / 2);
  }
  .grid-space-base-at-small,
  .grid-row-space-base-at-small {
    margin-block-end: calc(-1 * var(--space-base)) !important;
  }
  .grid-space-base-at-small > *,
  .grid-row-space-base-at-small > * {
    margin-block-end: var(--space-base) !important;
  }
  .grid-space-base-at-small.gap-base,
  .grid-space-base-at-small.gap-vert-base,
  .grid-space-base-at-small.gap-bottom-base,
  .grid-row-space-base-at-small.gap-base,
  .grid-row-space-base-at-small.gap-vert-base,
  .grid-row-space-base-at-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-base)) !important;
  }
  .grid-space-base-at-small.gap-line,
  .grid-space-base-at-small.gap-vert-line,
  .grid-space-base-at-small.gap-bottom-line,
  .grid-row-space-base-at-small.gap-line,
  .grid-row-space-base-at-small.gap-vert-line,
  .grid-row-space-base-at-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-base)) !important;
  }
  .grid-space-base-at-small.gap-small,
  .grid-space-base-at-small.gap-vert-small,
  .grid-space-base-at-small.gap-bottom-small,
  .grid-row-space-base-at-small.gap-small,
  .grid-row-space-base-at-small.gap-vert-small,
  .grid-row-space-base-at-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-base)) !important;
  }
  .grid-space-base-at-small.gap-medium,
  .grid-space-base-at-small.gap-vert-medium,
  .grid-space-base-at-small.gap-bottom-medium,
  .grid-row-space-base-at-small.gap-medium,
  .grid-row-space-base-at-small.gap-vert-medium,
  .grid-row-space-base-at-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-base)) !important;
  }
  .grid-space-base-at-small.gap-large,
  .grid-space-base-at-small.gap-vert-large,
  .grid-space-base-at-small.gap-bottom-large,
  .grid-row-space-base-at-small.gap-large,
  .grid-row-space-base-at-small.gap-vert-large,
  .grid-row-space-base-at-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-base)) !important;
  }
  .grid-space-base-at-small.gap-xl,
  .grid-space-base-at-small.gap-vert-xl,
  .grid-space-base-at-small.gap-bottom-xl,
  .grid-row-space-base-at-small.gap-xl,
  .grid-row-space-base-at-small.gap-vert-xl,
  .grid-row-space-base-at-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-base)) !important;
  }
  .grid-space-base-at-small.gap-xxl,
  .grid-space-base-at-small.gap-vert-xxl,
  .grid-space-base-at-small.gap-bottom-xxl,
  .grid-row-space-base-at-small.gap-xxl,
  .grid-row-space-base-at-small.gap-vert-xxl,
  .grid-row-space-base-at-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-base)) !important;
  }
  .grid-space-base-at-small.gap-none,
  .grid-space-base-at-small.gap-vert-none,
  .grid-space-base-at-small.gap-bottom-none,
  .grid-row-space-base-at-small.gap-none,
  .grid-row-space-base-at-small.gap-vert-none,
  .grid-row-space-base-at-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-base)) !important;
  }
  .grid-space-line-at-small,
  .grid-col-space-line-at-small {
    margin-inline-start: calc(-1 * var(--space-line) / 2);
    margin-inline-end: calc(-1 * var(--space-line) / 2);
  }
  .grid-space-line-at-small > *,
  .grid-col-space-line-at-small > * {
    padding-inline-start: calc(var(--space-line) / 2);
    padding-inline-end: calc(var(--space-line) / 2);
  }
  .grid-space-line-at-small,
  .grid-row-space-line-at-small {
    margin-block-end: calc(-1 * var(--space-line)) !important;
  }
  .grid-space-line-at-small > *,
  .grid-row-space-line-at-small > * {
    margin-block-end: var(--space-line) !important;
  }
  .grid-space-line-at-small.gap-base,
  .grid-space-line-at-small.gap-vert-base,
  .grid-space-line-at-small.gap-bottom-base,
  .grid-row-space-line-at-small.gap-base,
  .grid-row-space-line-at-small.gap-vert-base,
  .grid-row-space-line-at-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-line)) !important;
  }
  .grid-space-line-at-small.gap-line,
  .grid-space-line-at-small.gap-vert-line,
  .grid-space-line-at-small.gap-bottom-line,
  .grid-row-space-line-at-small.gap-line,
  .grid-row-space-line-at-small.gap-vert-line,
  .grid-row-space-line-at-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-line)) !important;
  }
  .grid-space-line-at-small.gap-small,
  .grid-space-line-at-small.gap-vert-small,
  .grid-space-line-at-small.gap-bottom-small,
  .grid-row-space-line-at-small.gap-small,
  .grid-row-space-line-at-small.gap-vert-small,
  .grid-row-space-line-at-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-line)) !important;
  }
  .grid-space-line-at-small.gap-medium,
  .grid-space-line-at-small.gap-vert-medium,
  .grid-space-line-at-small.gap-bottom-medium,
  .grid-row-space-line-at-small.gap-medium,
  .grid-row-space-line-at-small.gap-vert-medium,
  .grid-row-space-line-at-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-line)) !important;
  }
  .grid-space-line-at-small.gap-large,
  .grid-space-line-at-small.gap-vert-large,
  .grid-space-line-at-small.gap-bottom-large,
  .grid-row-space-line-at-small.gap-large,
  .grid-row-space-line-at-small.gap-vert-large,
  .grid-row-space-line-at-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-line)) !important;
  }
  .grid-space-line-at-small.gap-xl,
  .grid-space-line-at-small.gap-vert-xl,
  .grid-space-line-at-small.gap-bottom-xl,
  .grid-row-space-line-at-small.gap-xl,
  .grid-row-space-line-at-small.gap-vert-xl,
  .grid-row-space-line-at-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-line)) !important;
  }
  .grid-space-line-at-small.gap-xxl,
  .grid-space-line-at-small.gap-vert-xxl,
  .grid-space-line-at-small.gap-bottom-xxl,
  .grid-row-space-line-at-small.gap-xxl,
  .grid-row-space-line-at-small.gap-vert-xxl,
  .grid-row-space-line-at-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-line)) !important;
  }
  .grid-space-line-at-small.gap-none,
  .grid-space-line-at-small.gap-vert-none,
  .grid-space-line-at-small.gap-bottom-none,
  .grid-row-space-line-at-small.gap-none,
  .grid-row-space-line-at-small.gap-vert-none,
  .grid-row-space-line-at-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-line)) !important;
  }
  .grid-space-small-at-small,
  .grid-col-space-small-at-small {
    margin-inline-start: calc(-1 * var(--space-small) / 2);
    margin-inline-end: calc(-1 * var(--space-small) / 2);
  }
  .grid-space-small-at-small > *,
  .grid-col-space-small-at-small > * {
    padding-inline-start: calc(var(--space-small) / 2);
    padding-inline-end: calc(var(--space-small) / 2);
  }
  .grid-space-small-at-small,
  .grid-row-space-small-at-small {
    margin-block-end: calc(-1 * var(--space-small)) !important;
  }
  .grid-space-small-at-small > *,
  .grid-row-space-small-at-small > * {
    margin-block-end: var(--space-small) !important;
  }
  .grid-space-small-at-small.gap-base,
  .grid-space-small-at-small.gap-vert-base,
  .grid-space-small-at-small.gap-bottom-base,
  .grid-row-space-small-at-small.gap-base,
  .grid-row-space-small-at-small.gap-vert-base,
  .grid-row-space-small-at-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-small)) !important;
  }
  .grid-space-small-at-small.gap-line,
  .grid-space-small-at-small.gap-vert-line,
  .grid-space-small-at-small.gap-bottom-line,
  .grid-row-space-small-at-small.gap-line,
  .grid-row-space-small-at-small.gap-vert-line,
  .grid-row-space-small-at-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-small)) !important;
  }
  .grid-space-small-at-small.gap-small,
  .grid-space-small-at-small.gap-vert-small,
  .grid-space-small-at-small.gap-bottom-small,
  .grid-row-space-small-at-small.gap-small,
  .grid-row-space-small-at-small.gap-vert-small,
  .grid-row-space-small-at-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-small)) !important;
  }
  .grid-space-small-at-small.gap-medium,
  .grid-space-small-at-small.gap-vert-medium,
  .grid-space-small-at-small.gap-bottom-medium,
  .grid-row-space-small-at-small.gap-medium,
  .grid-row-space-small-at-small.gap-vert-medium,
  .grid-row-space-small-at-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-small)) !important;
  }
  .grid-space-small-at-small.gap-large,
  .grid-space-small-at-small.gap-vert-large,
  .grid-space-small-at-small.gap-bottom-large,
  .grid-row-space-small-at-small.gap-large,
  .grid-row-space-small-at-small.gap-vert-large,
  .grid-row-space-small-at-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-small)) !important;
  }
  .grid-space-small-at-small.gap-xl,
  .grid-space-small-at-small.gap-vert-xl,
  .grid-space-small-at-small.gap-bottom-xl,
  .grid-row-space-small-at-small.gap-xl,
  .grid-row-space-small-at-small.gap-vert-xl,
  .grid-row-space-small-at-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-small)) !important;
  }
  .grid-space-small-at-small.gap-xxl,
  .grid-space-small-at-small.gap-vert-xxl,
  .grid-space-small-at-small.gap-bottom-xxl,
  .grid-row-space-small-at-small.gap-xxl,
  .grid-row-space-small-at-small.gap-vert-xxl,
  .grid-row-space-small-at-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-small)) !important;
  }
  .grid-space-small-at-small.gap-none,
  .grid-space-small-at-small.gap-vert-none,
  .grid-space-small-at-small.gap-bottom-none,
  .grid-row-space-small-at-small.gap-none,
  .grid-row-space-small-at-small.gap-vert-none,
  .grid-row-space-small-at-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-small)) !important;
  }
  .grid-space-medium-at-small,
  .grid-col-space-medium-at-small {
    margin-inline-start: calc(-1 * var(--space-medium) / 2);
    margin-inline-end: calc(-1 * var(--space-medium) / 2);
  }
  .grid-space-medium-at-small > *,
  .grid-col-space-medium-at-small > * {
    padding-inline-start: calc(var(--space-medium) / 2);
    padding-inline-end: calc(var(--space-medium) / 2);
  }
  .grid-space-medium-at-small,
  .grid-row-space-medium-at-small {
    margin-block-end: calc(-1 * var(--space-medium)) !important;
  }
  .grid-space-medium-at-small > *,
  .grid-row-space-medium-at-small > * {
    margin-block-end: var(--space-medium) !important;
  }
  .grid-space-medium-at-small.gap-base,
  .grid-space-medium-at-small.gap-vert-base,
  .grid-space-medium-at-small.gap-bottom-base,
  .grid-row-space-medium-at-small.gap-base,
  .grid-row-space-medium-at-small.gap-vert-base,
  .grid-row-space-medium-at-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-small.gap-line,
  .grid-space-medium-at-small.gap-vert-line,
  .grid-space-medium-at-small.gap-bottom-line,
  .grid-row-space-medium-at-small.gap-line,
  .grid-row-space-medium-at-small.gap-vert-line,
  .grid-row-space-medium-at-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-small.gap-small,
  .grid-space-medium-at-small.gap-vert-small,
  .grid-space-medium-at-small.gap-bottom-small,
  .grid-row-space-medium-at-small.gap-small,
  .grid-row-space-medium-at-small.gap-vert-small,
  .grid-row-space-medium-at-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-small.gap-medium,
  .grid-space-medium-at-small.gap-vert-medium,
  .grid-space-medium-at-small.gap-bottom-medium,
  .grid-row-space-medium-at-small.gap-medium,
  .grid-row-space-medium-at-small.gap-vert-medium,
  .grid-row-space-medium-at-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-small.gap-large,
  .grid-space-medium-at-small.gap-vert-large,
  .grid-space-medium-at-small.gap-bottom-large,
  .grid-row-space-medium-at-small.gap-large,
  .grid-row-space-medium-at-small.gap-vert-large,
  .grid-row-space-medium-at-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-small.gap-xl,
  .grid-space-medium-at-small.gap-vert-xl,
  .grid-space-medium-at-small.gap-bottom-xl,
  .grid-row-space-medium-at-small.gap-xl,
  .grid-row-space-medium-at-small.gap-vert-xl,
  .grid-row-space-medium-at-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-small.gap-xxl,
  .grid-space-medium-at-small.gap-vert-xxl,
  .grid-space-medium-at-small.gap-bottom-xxl,
  .grid-row-space-medium-at-small.gap-xxl,
  .grid-row-space-medium-at-small.gap-vert-xxl,
  .grid-row-space-medium-at-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-small.gap-none,
  .grid-space-medium-at-small.gap-vert-none,
  .grid-space-medium-at-small.gap-bottom-none,
  .grid-row-space-medium-at-small.gap-none,
  .grid-row-space-medium-at-small.gap-vert-none,
  .grid-row-space-medium-at-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-medium)) !important;
  }
  .grid-space-large-at-small,
  .grid-col-space-large-at-small {
    margin-inline-start: calc(-1 * var(--space-large) / 2);
    margin-inline-end: calc(-1 * var(--space-large) / 2);
  }
  .grid-space-large-at-small > *,
  .grid-col-space-large-at-small > * {
    padding-inline-start: calc(var(--space-large) / 2);
    padding-inline-end: calc(var(--space-large) / 2);
  }
  .grid-space-large-at-small,
  .grid-row-space-large-at-small {
    margin-block-end: calc(-1 * var(--space-large)) !important;
  }
  .grid-space-large-at-small > *,
  .grid-row-space-large-at-small > * {
    margin-block-end: var(--space-large) !important;
  }
  .grid-space-large-at-small.gap-base,
  .grid-space-large-at-small.gap-vert-base,
  .grid-space-large-at-small.gap-bottom-base,
  .grid-row-space-large-at-small.gap-base,
  .grid-row-space-large-at-small.gap-vert-base,
  .grid-row-space-large-at-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-large)) !important;
  }
  .grid-space-large-at-small.gap-line,
  .grid-space-large-at-small.gap-vert-line,
  .grid-space-large-at-small.gap-bottom-line,
  .grid-row-space-large-at-small.gap-line,
  .grid-row-space-large-at-small.gap-vert-line,
  .grid-row-space-large-at-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-large)) !important;
  }
  .grid-space-large-at-small.gap-small,
  .grid-space-large-at-small.gap-vert-small,
  .grid-space-large-at-small.gap-bottom-small,
  .grid-row-space-large-at-small.gap-small,
  .grid-row-space-large-at-small.gap-vert-small,
  .grid-row-space-large-at-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-large)) !important;
  }
  .grid-space-large-at-small.gap-medium,
  .grid-space-large-at-small.gap-vert-medium,
  .grid-space-large-at-small.gap-bottom-medium,
  .grid-row-space-large-at-small.gap-medium,
  .grid-row-space-large-at-small.gap-vert-medium,
  .grid-row-space-large-at-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-large)) !important;
  }
  .grid-space-large-at-small.gap-large,
  .grid-space-large-at-small.gap-vert-large,
  .grid-space-large-at-small.gap-bottom-large,
  .grid-row-space-large-at-small.gap-large,
  .grid-row-space-large-at-small.gap-vert-large,
  .grid-row-space-large-at-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-large)) !important;
  }
  .grid-space-large-at-small.gap-xl,
  .grid-space-large-at-small.gap-vert-xl,
  .grid-space-large-at-small.gap-bottom-xl,
  .grid-row-space-large-at-small.gap-xl,
  .grid-row-space-large-at-small.gap-vert-xl,
  .grid-row-space-large-at-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-large)) !important;
  }
  .grid-space-large-at-small.gap-xxl,
  .grid-space-large-at-small.gap-vert-xxl,
  .grid-space-large-at-small.gap-bottom-xxl,
  .grid-row-space-large-at-small.gap-xxl,
  .grid-row-space-large-at-small.gap-vert-xxl,
  .grid-row-space-large-at-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-large)) !important;
  }
  .grid-space-large-at-small.gap-none,
  .grid-space-large-at-small.gap-vert-none,
  .grid-space-large-at-small.gap-bottom-none,
  .grid-row-space-large-at-small.gap-none,
  .grid-row-space-large-at-small.gap-vert-none,
  .grid-row-space-large-at-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-large)) !important;
  }
  .grid-space-xl-at-small,
  .grid-col-space-xl-at-small {
    margin-inline-start: calc(-1 * var(--space-xl) / 2);
    margin-inline-end: calc(-1 * var(--space-xl) / 2);
  }
  .grid-space-xl-at-small > *,
  .grid-col-space-xl-at-small > * {
    padding-inline-start: calc(var(--space-xl) / 2);
    padding-inline-end: calc(var(--space-xl) / 2);
  }
  .grid-space-xl-at-small,
  .grid-row-space-xl-at-small {
    margin-block-end: calc(-1 * var(--space-xl)) !important;
  }
  .grid-space-xl-at-small > *,
  .grid-row-space-xl-at-small > * {
    margin-block-end: var(--space-xl) !important;
  }
  .grid-space-xl-at-small.gap-base,
  .grid-space-xl-at-small.gap-vert-base,
  .grid-space-xl-at-small.gap-bottom-base,
  .grid-row-space-xl-at-small.gap-base,
  .grid-row-space-xl-at-small.gap-vert-base,
  .grid-row-space-xl-at-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-small.gap-line,
  .grid-space-xl-at-small.gap-vert-line,
  .grid-space-xl-at-small.gap-bottom-line,
  .grid-row-space-xl-at-small.gap-line,
  .grid-row-space-xl-at-small.gap-vert-line,
  .grid-row-space-xl-at-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-small.gap-small,
  .grid-space-xl-at-small.gap-vert-small,
  .grid-space-xl-at-small.gap-bottom-small,
  .grid-row-space-xl-at-small.gap-small,
  .grid-row-space-xl-at-small.gap-vert-small,
  .grid-row-space-xl-at-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-small.gap-medium,
  .grid-space-xl-at-small.gap-vert-medium,
  .grid-space-xl-at-small.gap-bottom-medium,
  .grid-row-space-xl-at-small.gap-medium,
  .grid-row-space-xl-at-small.gap-vert-medium,
  .grid-row-space-xl-at-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-small.gap-large,
  .grid-space-xl-at-small.gap-vert-large,
  .grid-space-xl-at-small.gap-bottom-large,
  .grid-row-space-xl-at-small.gap-large,
  .grid-row-space-xl-at-small.gap-vert-large,
  .grid-row-space-xl-at-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-small.gap-xl,
  .grid-space-xl-at-small.gap-vert-xl,
  .grid-space-xl-at-small.gap-bottom-xl,
  .grid-row-space-xl-at-small.gap-xl,
  .grid-row-space-xl-at-small.gap-vert-xl,
  .grid-row-space-xl-at-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-small.gap-xxl,
  .grid-space-xl-at-small.gap-vert-xxl,
  .grid-space-xl-at-small.gap-bottom-xxl,
  .grid-row-space-xl-at-small.gap-xxl,
  .grid-row-space-xl-at-small.gap-vert-xxl,
  .grid-row-space-xl-at-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-small.gap-none,
  .grid-space-xl-at-small.gap-vert-none,
  .grid-space-xl-at-small.gap-bottom-none,
  .grid-row-space-xl-at-small.gap-none,
  .grid-row-space-xl-at-small.gap-vert-none,
  .grid-row-space-xl-at-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-xl)) !important;
  }
  .grid-space-xxl-at-small,
  .grid-col-space-xxl-at-small {
    margin-inline-start: calc(-1 * var(--space-xxl) / 2);
    margin-inline-end: calc(-1 * var(--space-xxl) / 2);
  }
  .grid-space-xxl-at-small > *,
  .grid-col-space-xxl-at-small > * {
    padding-inline-start: calc(var(--space-xxl) / 2);
    padding-inline-end: calc(var(--space-xxl) / 2);
  }
  .grid-space-xxl-at-small,
  .grid-row-space-xxl-at-small {
    margin-block-end: calc(-1 * var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-small > *,
  .grid-row-space-xxl-at-small > * {
    margin-block-end: var(--space-xxl) !important;
  }
  .grid-space-xxl-at-small.gap-base,
  .grid-space-xxl-at-small.gap-vert-base,
  .grid-space-xxl-at-small.gap-bottom-base,
  .grid-row-space-xxl-at-small.gap-base,
  .grid-row-space-xxl-at-small.gap-vert-base,
  .grid-row-space-xxl-at-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-small.gap-line,
  .grid-space-xxl-at-small.gap-vert-line,
  .grid-space-xxl-at-small.gap-bottom-line,
  .grid-row-space-xxl-at-small.gap-line,
  .grid-row-space-xxl-at-small.gap-vert-line,
  .grid-row-space-xxl-at-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-small.gap-small,
  .grid-space-xxl-at-small.gap-vert-small,
  .grid-space-xxl-at-small.gap-bottom-small,
  .grid-row-space-xxl-at-small.gap-small,
  .grid-row-space-xxl-at-small.gap-vert-small,
  .grid-row-space-xxl-at-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-small.gap-medium,
  .grid-space-xxl-at-small.gap-vert-medium,
  .grid-space-xxl-at-small.gap-bottom-medium,
  .grid-row-space-xxl-at-small.gap-medium,
  .grid-row-space-xxl-at-small.gap-vert-medium,
  .grid-row-space-xxl-at-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-small.gap-large,
  .grid-space-xxl-at-small.gap-vert-large,
  .grid-space-xxl-at-small.gap-bottom-large,
  .grid-row-space-xxl-at-small.gap-large,
  .grid-row-space-xxl-at-small.gap-vert-large,
  .grid-row-space-xxl-at-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-small.gap-xl,
  .grid-space-xxl-at-small.gap-vert-xl,
  .grid-space-xxl-at-small.gap-bottom-xl,
  .grid-row-space-xxl-at-small.gap-xl,
  .grid-row-space-xxl-at-small.gap-vert-xl,
  .grid-row-space-xxl-at-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-small.gap-xxl,
  .grid-space-xxl-at-small.gap-vert-xxl,
  .grid-space-xxl-at-small.gap-bottom-xxl,
  .grid-row-space-xxl-at-small.gap-xxl,
  .grid-row-space-xxl-at-small.gap-vert-xxl,
  .grid-row-space-xxl-at-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-small.gap-none,
  .grid-space-xxl-at-small.gap-vert-none,
  .grid-space-xxl-at-small.gap-bottom-none,
  .grid-row-space-xxl-at-small.gap-none,
  .grid-row-space-xxl-at-small.gap-vert-none,
  .grid-row-space-xxl-at-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-xxl)) !important;
  }
  .grid-space-none-at-small,
  .grid-col-space-none-at-small {
    margin-inline-start: calc(-1 * var(--space-none) / 2);
    margin-inline-end: calc(-1 * var(--space-none) / 2);
  }
  .grid-space-none-at-small > *,
  .grid-col-space-none-at-small > * {
    padding-inline-start: calc(var(--space-none) / 2);
    padding-inline-end: calc(var(--space-none) / 2);
  }
  .grid-space-none-at-small,
  .grid-row-space-none-at-small {
    margin-block-end: calc(-1 * var(--space-none)) !important;
  }
  .grid-space-none-at-small > *,
  .grid-row-space-none-at-small > * {
    margin-block-end: var(--space-none) !important;
  }
  .grid-space-none-at-small.gap-base,
  .grid-space-none-at-small.gap-vert-base,
  .grid-space-none-at-small.gap-bottom-base,
  .grid-row-space-none-at-small.gap-base,
  .grid-row-space-none-at-small.gap-vert-base,
  .grid-row-space-none-at-small.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-none)) !important;
  }
  .grid-space-none-at-small.gap-line,
  .grid-space-none-at-small.gap-vert-line,
  .grid-space-none-at-small.gap-bottom-line,
  .grid-row-space-none-at-small.gap-line,
  .grid-row-space-none-at-small.gap-vert-line,
  .grid-row-space-none-at-small.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-none)) !important;
  }
  .grid-space-none-at-small.gap-small,
  .grid-space-none-at-small.gap-vert-small,
  .grid-space-none-at-small.gap-bottom-small,
  .grid-row-space-none-at-small.gap-small,
  .grid-row-space-none-at-small.gap-vert-small,
  .grid-row-space-none-at-small.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-none)) !important;
  }
  .grid-space-none-at-small.gap-medium,
  .grid-space-none-at-small.gap-vert-medium,
  .grid-space-none-at-small.gap-bottom-medium,
  .grid-row-space-none-at-small.gap-medium,
  .grid-row-space-none-at-small.gap-vert-medium,
  .grid-row-space-none-at-small.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-none)) !important;
  }
  .grid-space-none-at-small.gap-large,
  .grid-space-none-at-small.gap-vert-large,
  .grid-space-none-at-small.gap-bottom-large,
  .grid-row-space-none-at-small.gap-large,
  .grid-row-space-none-at-small.gap-vert-large,
  .grid-row-space-none-at-small.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-none)) !important;
  }
  .grid-space-none-at-small.gap-xl,
  .grid-space-none-at-small.gap-vert-xl,
  .grid-space-none-at-small.gap-bottom-xl,
  .grid-row-space-none-at-small.gap-xl,
  .grid-row-space-none-at-small.gap-vert-xl,
  .grid-row-space-none-at-small.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-none)) !important;
  }
  .grid-space-none-at-small.gap-xxl,
  .grid-space-none-at-small.gap-vert-xxl,
  .grid-space-none-at-small.gap-bottom-xxl,
  .grid-row-space-none-at-small.gap-xxl,
  .grid-row-space-none-at-small.gap-vert-xxl,
  .grid-row-space-none-at-small.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-none)) !important;
  }
  .grid-space-none-at-small.gap-none,
  .grid-space-none-at-small.gap-vert-none,
  .grid-space-none-at-small.gap-bottom-none,
  .grid-row-space-none-at-small.gap-none,
  .grid-row-space-none-at-small.gap-vert-none,
  .grid-row-space-none-at-small.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-none)) !important;
  }
  .grid-align-left-at-small,
  .flex-align-left-at-small {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .grid-align-center-at-small,
  .flex-align-center-at-small {
    display: flex !important;
    justify-content: center !important;
  }
  .grid-align-right-at-small,
  .flex-align-right-at-small {
    display: flex !important;
    justify-content: flex-end !important;
  }
  .grid-align-justify-at-small,
  .flex-align-justify-at-small {
    display: flex !important;
    justify-content: space-between !important;
  }
  .grid-valign-top-at-small,
  .flex-valign-top-at-small {
    display: flex !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
  }
  .grid-valign-middle-at-small,
  .flex-valign-middle-at-small {
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
  }
  .grid-valign-bottom-at-small,
  .flex-valign-bottom-at-small {
    display: flex !important;
    align-content: flex-end !important;
    align-items: flex-end !important;
  }
  .grid-valign-justify-at-small,
  .flex-valign-justify-at-small {
    display: flex !important;
    align-content: space-between !important;
    align-items: flex-start !important;
  }
}
@media (min-width: 718px) {
  .grid-auto-at-medium > *,
  .grid-flex-at-medium > * {
    width: auto;
  }
  .grid-flex-at-medium {
    display: flex;
    flex-wrap: nowrap;
  }
  .grid-flex-at-medium > * {
    flex: 0 1 auto;
  }
  .grid-1-at-medium {
    flex-wrap: wrap;
  }
  .grid-1-at-medium > * {
    width: 100%;
  }
  .grid-2-at-medium {
    flex-wrap: wrap;
  }
  .grid-2-at-medium > * {
    width: 50%;
  }
  .grid-3-at-medium {
    flex-wrap: wrap;
  }
  .grid-3-at-medium > * {
    width: 33.3333333333%;
  }
  .grid-4-at-medium {
    flex-wrap: wrap;
  }
  .grid-4-at-medium > * {
    width: 25%;
  }
  .grid-5-at-medium {
    flex-wrap: wrap;
  }
  .grid-5-at-medium > * {
    width: 20%;
  }
  .grid-space-base-at-medium,
  .grid-col-space-base-at-medium {
    margin-inline-start: calc(-1 * var(--space-base) / 2);
    margin-inline-end: calc(-1 * var(--space-base) / 2);
  }
  .grid-space-base-at-medium > *,
  .grid-col-space-base-at-medium > * {
    padding-inline-start: calc(var(--space-base) / 2);
    padding-inline-end: calc(var(--space-base) / 2);
  }
  .grid-space-base-at-medium,
  .grid-row-space-base-at-medium {
    margin-block-end: calc(-1 * var(--space-base)) !important;
  }
  .grid-space-base-at-medium > *,
  .grid-row-space-base-at-medium > * {
    margin-block-end: var(--space-base) !important;
  }
  .grid-space-base-at-medium.gap-base,
  .grid-space-base-at-medium.gap-vert-base,
  .grid-space-base-at-medium.gap-bottom-base,
  .grid-row-space-base-at-medium.gap-base,
  .grid-row-space-base-at-medium.gap-vert-base,
  .grid-row-space-base-at-medium.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-base)) !important;
  }
  .grid-space-base-at-medium.gap-line,
  .grid-space-base-at-medium.gap-vert-line,
  .grid-space-base-at-medium.gap-bottom-line,
  .grid-row-space-base-at-medium.gap-line,
  .grid-row-space-base-at-medium.gap-vert-line,
  .grid-row-space-base-at-medium.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-base)) !important;
  }
  .grid-space-base-at-medium.gap-small,
  .grid-space-base-at-medium.gap-vert-small,
  .grid-space-base-at-medium.gap-bottom-small,
  .grid-row-space-base-at-medium.gap-small,
  .grid-row-space-base-at-medium.gap-vert-small,
  .grid-row-space-base-at-medium.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-base)) !important;
  }
  .grid-space-base-at-medium.gap-medium,
  .grid-space-base-at-medium.gap-vert-medium,
  .grid-space-base-at-medium.gap-bottom-medium,
  .grid-row-space-base-at-medium.gap-medium,
  .grid-row-space-base-at-medium.gap-vert-medium,
  .grid-row-space-base-at-medium.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-base)) !important;
  }
  .grid-space-base-at-medium.gap-large,
  .grid-space-base-at-medium.gap-vert-large,
  .grid-space-base-at-medium.gap-bottom-large,
  .grid-row-space-base-at-medium.gap-large,
  .grid-row-space-base-at-medium.gap-vert-large,
  .grid-row-space-base-at-medium.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-base)) !important;
  }
  .grid-space-base-at-medium.gap-xl,
  .grid-space-base-at-medium.gap-vert-xl,
  .grid-space-base-at-medium.gap-bottom-xl,
  .grid-row-space-base-at-medium.gap-xl,
  .grid-row-space-base-at-medium.gap-vert-xl,
  .grid-row-space-base-at-medium.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-base)) !important;
  }
  .grid-space-base-at-medium.gap-xxl,
  .grid-space-base-at-medium.gap-vert-xxl,
  .grid-space-base-at-medium.gap-bottom-xxl,
  .grid-row-space-base-at-medium.gap-xxl,
  .grid-row-space-base-at-medium.gap-vert-xxl,
  .grid-row-space-base-at-medium.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-base)) !important;
  }
  .grid-space-base-at-medium.gap-none,
  .grid-space-base-at-medium.gap-vert-none,
  .grid-space-base-at-medium.gap-bottom-none,
  .grid-row-space-base-at-medium.gap-none,
  .grid-row-space-base-at-medium.gap-vert-none,
  .grid-row-space-base-at-medium.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-base)) !important;
  }
  .grid-space-line-at-medium,
  .grid-col-space-line-at-medium {
    margin-inline-start: calc(-1 * var(--space-line) / 2);
    margin-inline-end: calc(-1 * var(--space-line) / 2);
  }
  .grid-space-line-at-medium > *,
  .grid-col-space-line-at-medium > * {
    padding-inline-start: calc(var(--space-line) / 2);
    padding-inline-end: calc(var(--space-line) / 2);
  }
  .grid-space-line-at-medium,
  .grid-row-space-line-at-medium {
    margin-block-end: calc(-1 * var(--space-line)) !important;
  }
  .grid-space-line-at-medium > *,
  .grid-row-space-line-at-medium > * {
    margin-block-end: var(--space-line) !important;
  }
  .grid-space-line-at-medium.gap-base,
  .grid-space-line-at-medium.gap-vert-base,
  .grid-space-line-at-medium.gap-bottom-base,
  .grid-row-space-line-at-medium.gap-base,
  .grid-row-space-line-at-medium.gap-vert-base,
  .grid-row-space-line-at-medium.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-line)) !important;
  }
  .grid-space-line-at-medium.gap-line,
  .grid-space-line-at-medium.gap-vert-line,
  .grid-space-line-at-medium.gap-bottom-line,
  .grid-row-space-line-at-medium.gap-line,
  .grid-row-space-line-at-medium.gap-vert-line,
  .grid-row-space-line-at-medium.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-line)) !important;
  }
  .grid-space-line-at-medium.gap-small,
  .grid-space-line-at-medium.gap-vert-small,
  .grid-space-line-at-medium.gap-bottom-small,
  .grid-row-space-line-at-medium.gap-small,
  .grid-row-space-line-at-medium.gap-vert-small,
  .grid-row-space-line-at-medium.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-line)) !important;
  }
  .grid-space-line-at-medium.gap-medium,
  .grid-space-line-at-medium.gap-vert-medium,
  .grid-space-line-at-medium.gap-bottom-medium,
  .grid-row-space-line-at-medium.gap-medium,
  .grid-row-space-line-at-medium.gap-vert-medium,
  .grid-row-space-line-at-medium.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-line)) !important;
  }
  .grid-space-line-at-medium.gap-large,
  .grid-space-line-at-medium.gap-vert-large,
  .grid-space-line-at-medium.gap-bottom-large,
  .grid-row-space-line-at-medium.gap-large,
  .grid-row-space-line-at-medium.gap-vert-large,
  .grid-row-space-line-at-medium.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-line)) !important;
  }
  .grid-space-line-at-medium.gap-xl,
  .grid-space-line-at-medium.gap-vert-xl,
  .grid-space-line-at-medium.gap-bottom-xl,
  .grid-row-space-line-at-medium.gap-xl,
  .grid-row-space-line-at-medium.gap-vert-xl,
  .grid-row-space-line-at-medium.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-line)) !important;
  }
  .grid-space-line-at-medium.gap-xxl,
  .grid-space-line-at-medium.gap-vert-xxl,
  .grid-space-line-at-medium.gap-bottom-xxl,
  .grid-row-space-line-at-medium.gap-xxl,
  .grid-row-space-line-at-medium.gap-vert-xxl,
  .grid-row-space-line-at-medium.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-line)) !important;
  }
  .grid-space-line-at-medium.gap-none,
  .grid-space-line-at-medium.gap-vert-none,
  .grid-space-line-at-medium.gap-bottom-none,
  .grid-row-space-line-at-medium.gap-none,
  .grid-row-space-line-at-medium.gap-vert-none,
  .grid-row-space-line-at-medium.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-line)) !important;
  }
  .grid-space-small-at-medium,
  .grid-col-space-small-at-medium {
    margin-inline-start: calc(-1 * var(--space-small) / 2);
    margin-inline-end: calc(-1 * var(--space-small) / 2);
  }
  .grid-space-small-at-medium > *,
  .grid-col-space-small-at-medium > * {
    padding-inline-start: calc(var(--space-small) / 2);
    padding-inline-end: calc(var(--space-small) / 2);
  }
  .grid-space-small-at-medium,
  .grid-row-space-small-at-medium {
    margin-block-end: calc(-1 * var(--space-small)) !important;
  }
  .grid-space-small-at-medium > *,
  .grid-row-space-small-at-medium > * {
    margin-block-end: var(--space-small) !important;
  }
  .grid-space-small-at-medium.gap-base,
  .grid-space-small-at-medium.gap-vert-base,
  .grid-space-small-at-medium.gap-bottom-base,
  .grid-row-space-small-at-medium.gap-base,
  .grid-row-space-small-at-medium.gap-vert-base,
  .grid-row-space-small-at-medium.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-small)) !important;
  }
  .grid-space-small-at-medium.gap-line,
  .grid-space-small-at-medium.gap-vert-line,
  .grid-space-small-at-medium.gap-bottom-line,
  .grid-row-space-small-at-medium.gap-line,
  .grid-row-space-small-at-medium.gap-vert-line,
  .grid-row-space-small-at-medium.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-small)) !important;
  }
  .grid-space-small-at-medium.gap-small,
  .grid-space-small-at-medium.gap-vert-small,
  .grid-space-small-at-medium.gap-bottom-small,
  .grid-row-space-small-at-medium.gap-small,
  .grid-row-space-small-at-medium.gap-vert-small,
  .grid-row-space-small-at-medium.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-small)) !important;
  }
  .grid-space-small-at-medium.gap-medium,
  .grid-space-small-at-medium.gap-vert-medium,
  .grid-space-small-at-medium.gap-bottom-medium,
  .grid-row-space-small-at-medium.gap-medium,
  .grid-row-space-small-at-medium.gap-vert-medium,
  .grid-row-space-small-at-medium.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-small)) !important;
  }
  .grid-space-small-at-medium.gap-large,
  .grid-space-small-at-medium.gap-vert-large,
  .grid-space-small-at-medium.gap-bottom-large,
  .grid-row-space-small-at-medium.gap-large,
  .grid-row-space-small-at-medium.gap-vert-large,
  .grid-row-space-small-at-medium.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-small)) !important;
  }
  .grid-space-small-at-medium.gap-xl,
  .grid-space-small-at-medium.gap-vert-xl,
  .grid-space-small-at-medium.gap-bottom-xl,
  .grid-row-space-small-at-medium.gap-xl,
  .grid-row-space-small-at-medium.gap-vert-xl,
  .grid-row-space-small-at-medium.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-small)) !important;
  }
  .grid-space-small-at-medium.gap-xxl,
  .grid-space-small-at-medium.gap-vert-xxl,
  .grid-space-small-at-medium.gap-bottom-xxl,
  .grid-row-space-small-at-medium.gap-xxl,
  .grid-row-space-small-at-medium.gap-vert-xxl,
  .grid-row-space-small-at-medium.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-small)) !important;
  }
  .grid-space-small-at-medium.gap-none,
  .grid-space-small-at-medium.gap-vert-none,
  .grid-space-small-at-medium.gap-bottom-none,
  .grid-row-space-small-at-medium.gap-none,
  .grid-row-space-small-at-medium.gap-vert-none,
  .grid-row-space-small-at-medium.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-small)) !important;
  }
  .grid-space-medium-at-medium,
  .grid-col-space-medium-at-medium {
    margin-inline-start: calc(-1 * var(--space-medium) / 2);
    margin-inline-end: calc(-1 * var(--space-medium) / 2);
  }
  .grid-space-medium-at-medium > *,
  .grid-col-space-medium-at-medium > * {
    padding-inline-start: calc(var(--space-medium) / 2);
    padding-inline-end: calc(var(--space-medium) / 2);
  }
  .grid-space-medium-at-medium,
  .grid-row-space-medium-at-medium {
    margin-block-end: calc(-1 * var(--space-medium)) !important;
  }
  .grid-space-medium-at-medium > *,
  .grid-row-space-medium-at-medium > * {
    margin-block-end: var(--space-medium) !important;
  }
  .grid-space-medium-at-medium.gap-base,
  .grid-space-medium-at-medium.gap-vert-base,
  .grid-space-medium-at-medium.gap-bottom-base,
  .grid-row-space-medium-at-medium.gap-base,
  .grid-row-space-medium-at-medium.gap-vert-base,
  .grid-row-space-medium-at-medium.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-medium.gap-line,
  .grid-space-medium-at-medium.gap-vert-line,
  .grid-space-medium-at-medium.gap-bottom-line,
  .grid-row-space-medium-at-medium.gap-line,
  .grid-row-space-medium-at-medium.gap-vert-line,
  .grid-row-space-medium-at-medium.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-medium.gap-small,
  .grid-space-medium-at-medium.gap-vert-small,
  .grid-space-medium-at-medium.gap-bottom-small,
  .grid-row-space-medium-at-medium.gap-small,
  .grid-row-space-medium-at-medium.gap-vert-small,
  .grid-row-space-medium-at-medium.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-medium.gap-medium,
  .grid-space-medium-at-medium.gap-vert-medium,
  .grid-space-medium-at-medium.gap-bottom-medium,
  .grid-row-space-medium-at-medium.gap-medium,
  .grid-row-space-medium-at-medium.gap-vert-medium,
  .grid-row-space-medium-at-medium.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-medium.gap-large,
  .grid-space-medium-at-medium.gap-vert-large,
  .grid-space-medium-at-medium.gap-bottom-large,
  .grid-row-space-medium-at-medium.gap-large,
  .grid-row-space-medium-at-medium.gap-vert-large,
  .grid-row-space-medium-at-medium.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-medium.gap-xl,
  .grid-space-medium-at-medium.gap-vert-xl,
  .grid-space-medium-at-medium.gap-bottom-xl,
  .grid-row-space-medium-at-medium.gap-xl,
  .grid-row-space-medium-at-medium.gap-vert-xl,
  .grid-row-space-medium-at-medium.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-medium.gap-xxl,
  .grid-space-medium-at-medium.gap-vert-xxl,
  .grid-space-medium-at-medium.gap-bottom-xxl,
  .grid-row-space-medium-at-medium.gap-xxl,
  .grid-row-space-medium-at-medium.gap-vert-xxl,
  .grid-row-space-medium-at-medium.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-medium.gap-none,
  .grid-space-medium-at-medium.gap-vert-none,
  .grid-space-medium-at-medium.gap-bottom-none,
  .grid-row-space-medium-at-medium.gap-none,
  .grid-row-space-medium-at-medium.gap-vert-none,
  .grid-row-space-medium-at-medium.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-medium)) !important;
  }
  .grid-space-large-at-medium,
  .grid-col-space-large-at-medium {
    margin-inline-start: calc(-1 * var(--space-large) / 2);
    margin-inline-end: calc(-1 * var(--space-large) / 2);
  }
  .grid-space-large-at-medium > *,
  .grid-col-space-large-at-medium > * {
    padding-inline-start: calc(var(--space-large) / 2);
    padding-inline-end: calc(var(--space-large) / 2);
  }
  .grid-space-large-at-medium,
  .grid-row-space-large-at-medium {
    margin-block-end: calc(-1 * var(--space-large)) !important;
  }
  .grid-space-large-at-medium > *,
  .grid-row-space-large-at-medium > * {
    margin-block-end: var(--space-large) !important;
  }
  .grid-space-large-at-medium.gap-base,
  .grid-space-large-at-medium.gap-vert-base,
  .grid-space-large-at-medium.gap-bottom-base,
  .grid-row-space-large-at-medium.gap-base,
  .grid-row-space-large-at-medium.gap-vert-base,
  .grid-row-space-large-at-medium.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-large)) !important;
  }
  .grid-space-large-at-medium.gap-line,
  .grid-space-large-at-medium.gap-vert-line,
  .grid-space-large-at-medium.gap-bottom-line,
  .grid-row-space-large-at-medium.gap-line,
  .grid-row-space-large-at-medium.gap-vert-line,
  .grid-row-space-large-at-medium.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-large)) !important;
  }
  .grid-space-large-at-medium.gap-small,
  .grid-space-large-at-medium.gap-vert-small,
  .grid-space-large-at-medium.gap-bottom-small,
  .grid-row-space-large-at-medium.gap-small,
  .grid-row-space-large-at-medium.gap-vert-small,
  .grid-row-space-large-at-medium.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-large)) !important;
  }
  .grid-space-large-at-medium.gap-medium,
  .grid-space-large-at-medium.gap-vert-medium,
  .grid-space-large-at-medium.gap-bottom-medium,
  .grid-row-space-large-at-medium.gap-medium,
  .grid-row-space-large-at-medium.gap-vert-medium,
  .grid-row-space-large-at-medium.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-large)) !important;
  }
  .grid-space-large-at-medium.gap-large,
  .grid-space-large-at-medium.gap-vert-large,
  .grid-space-large-at-medium.gap-bottom-large,
  .grid-row-space-large-at-medium.gap-large,
  .grid-row-space-large-at-medium.gap-vert-large,
  .grid-row-space-large-at-medium.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-large)) !important;
  }
  .grid-space-large-at-medium.gap-xl,
  .grid-space-large-at-medium.gap-vert-xl,
  .grid-space-large-at-medium.gap-bottom-xl,
  .grid-row-space-large-at-medium.gap-xl,
  .grid-row-space-large-at-medium.gap-vert-xl,
  .grid-row-space-large-at-medium.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-large)) !important;
  }
  .grid-space-large-at-medium.gap-xxl,
  .grid-space-large-at-medium.gap-vert-xxl,
  .grid-space-large-at-medium.gap-bottom-xxl,
  .grid-row-space-large-at-medium.gap-xxl,
  .grid-row-space-large-at-medium.gap-vert-xxl,
  .grid-row-space-large-at-medium.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-large)) !important;
  }
  .grid-space-large-at-medium.gap-none,
  .grid-space-large-at-medium.gap-vert-none,
  .grid-space-large-at-medium.gap-bottom-none,
  .grid-row-space-large-at-medium.gap-none,
  .grid-row-space-large-at-medium.gap-vert-none,
  .grid-row-space-large-at-medium.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-large)) !important;
  }
  .grid-space-xl-at-medium,
  .grid-col-space-xl-at-medium {
    margin-inline-start: calc(-1 * var(--space-xl) / 2);
    margin-inline-end: calc(-1 * var(--space-xl) / 2);
  }
  .grid-space-xl-at-medium > *,
  .grid-col-space-xl-at-medium > * {
    padding-inline-start: calc(var(--space-xl) / 2);
    padding-inline-end: calc(var(--space-xl) / 2);
  }
  .grid-space-xl-at-medium,
  .grid-row-space-xl-at-medium {
    margin-block-end: calc(-1 * var(--space-xl)) !important;
  }
  .grid-space-xl-at-medium > *,
  .grid-row-space-xl-at-medium > * {
    margin-block-end: var(--space-xl) !important;
  }
  .grid-space-xl-at-medium.gap-base,
  .grid-space-xl-at-medium.gap-vert-base,
  .grid-space-xl-at-medium.gap-bottom-base,
  .grid-row-space-xl-at-medium.gap-base,
  .grid-row-space-xl-at-medium.gap-vert-base,
  .grid-row-space-xl-at-medium.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-medium.gap-line,
  .grid-space-xl-at-medium.gap-vert-line,
  .grid-space-xl-at-medium.gap-bottom-line,
  .grid-row-space-xl-at-medium.gap-line,
  .grid-row-space-xl-at-medium.gap-vert-line,
  .grid-row-space-xl-at-medium.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-medium.gap-small,
  .grid-space-xl-at-medium.gap-vert-small,
  .grid-space-xl-at-medium.gap-bottom-small,
  .grid-row-space-xl-at-medium.gap-small,
  .grid-row-space-xl-at-medium.gap-vert-small,
  .grid-row-space-xl-at-medium.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-medium.gap-medium,
  .grid-space-xl-at-medium.gap-vert-medium,
  .grid-space-xl-at-medium.gap-bottom-medium,
  .grid-row-space-xl-at-medium.gap-medium,
  .grid-row-space-xl-at-medium.gap-vert-medium,
  .grid-row-space-xl-at-medium.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-medium.gap-large,
  .grid-space-xl-at-medium.gap-vert-large,
  .grid-space-xl-at-medium.gap-bottom-large,
  .grid-row-space-xl-at-medium.gap-large,
  .grid-row-space-xl-at-medium.gap-vert-large,
  .grid-row-space-xl-at-medium.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-medium.gap-xl,
  .grid-space-xl-at-medium.gap-vert-xl,
  .grid-space-xl-at-medium.gap-bottom-xl,
  .grid-row-space-xl-at-medium.gap-xl,
  .grid-row-space-xl-at-medium.gap-vert-xl,
  .grid-row-space-xl-at-medium.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-medium.gap-xxl,
  .grid-space-xl-at-medium.gap-vert-xxl,
  .grid-space-xl-at-medium.gap-bottom-xxl,
  .grid-row-space-xl-at-medium.gap-xxl,
  .grid-row-space-xl-at-medium.gap-vert-xxl,
  .grid-row-space-xl-at-medium.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-medium.gap-none,
  .grid-space-xl-at-medium.gap-vert-none,
  .grid-space-xl-at-medium.gap-bottom-none,
  .grid-row-space-xl-at-medium.gap-none,
  .grid-row-space-xl-at-medium.gap-vert-none,
  .grid-row-space-xl-at-medium.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-xl)) !important;
  }
  .grid-space-xxl-at-medium,
  .grid-col-space-xxl-at-medium {
    margin-inline-start: calc(-1 * var(--space-xxl) / 2);
    margin-inline-end: calc(-1 * var(--space-xxl) / 2);
  }
  .grid-space-xxl-at-medium > *,
  .grid-col-space-xxl-at-medium > * {
    padding-inline-start: calc(var(--space-xxl) / 2);
    padding-inline-end: calc(var(--space-xxl) / 2);
  }
  .grid-space-xxl-at-medium,
  .grid-row-space-xxl-at-medium {
    margin-block-end: calc(-1 * var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-medium > *,
  .grid-row-space-xxl-at-medium > * {
    margin-block-end: var(--space-xxl) !important;
  }
  .grid-space-xxl-at-medium.gap-base,
  .grid-space-xxl-at-medium.gap-vert-base,
  .grid-space-xxl-at-medium.gap-bottom-base,
  .grid-row-space-xxl-at-medium.gap-base,
  .grid-row-space-xxl-at-medium.gap-vert-base,
  .grid-row-space-xxl-at-medium.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-medium.gap-line,
  .grid-space-xxl-at-medium.gap-vert-line,
  .grid-space-xxl-at-medium.gap-bottom-line,
  .grid-row-space-xxl-at-medium.gap-line,
  .grid-row-space-xxl-at-medium.gap-vert-line,
  .grid-row-space-xxl-at-medium.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-medium.gap-small,
  .grid-space-xxl-at-medium.gap-vert-small,
  .grid-space-xxl-at-medium.gap-bottom-small,
  .grid-row-space-xxl-at-medium.gap-small,
  .grid-row-space-xxl-at-medium.gap-vert-small,
  .grid-row-space-xxl-at-medium.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-medium.gap-medium,
  .grid-space-xxl-at-medium.gap-vert-medium,
  .grid-space-xxl-at-medium.gap-bottom-medium,
  .grid-row-space-xxl-at-medium.gap-medium,
  .grid-row-space-xxl-at-medium.gap-vert-medium,
  .grid-row-space-xxl-at-medium.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-medium.gap-large,
  .grid-space-xxl-at-medium.gap-vert-large,
  .grid-space-xxl-at-medium.gap-bottom-large,
  .grid-row-space-xxl-at-medium.gap-large,
  .grid-row-space-xxl-at-medium.gap-vert-large,
  .grid-row-space-xxl-at-medium.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-medium.gap-xl,
  .grid-space-xxl-at-medium.gap-vert-xl,
  .grid-space-xxl-at-medium.gap-bottom-xl,
  .grid-row-space-xxl-at-medium.gap-xl,
  .grid-row-space-xxl-at-medium.gap-vert-xl,
  .grid-row-space-xxl-at-medium.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-medium.gap-xxl,
  .grid-space-xxl-at-medium.gap-vert-xxl,
  .grid-space-xxl-at-medium.gap-bottom-xxl,
  .grid-row-space-xxl-at-medium.gap-xxl,
  .grid-row-space-xxl-at-medium.gap-vert-xxl,
  .grid-row-space-xxl-at-medium.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-medium.gap-none,
  .grid-space-xxl-at-medium.gap-vert-none,
  .grid-space-xxl-at-medium.gap-bottom-none,
  .grid-row-space-xxl-at-medium.gap-none,
  .grid-row-space-xxl-at-medium.gap-vert-none,
  .grid-row-space-xxl-at-medium.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-xxl)) !important;
  }
  .grid-space-none-at-medium,
  .grid-col-space-none-at-medium {
    margin-inline-start: calc(-1 * var(--space-none) / 2);
    margin-inline-end: calc(-1 * var(--space-none) / 2);
  }
  .grid-space-none-at-medium > *,
  .grid-col-space-none-at-medium > * {
    padding-inline-start: calc(var(--space-none) / 2);
    padding-inline-end: calc(var(--space-none) / 2);
  }
  .grid-space-none-at-medium,
  .grid-row-space-none-at-medium {
    margin-block-end: calc(-1 * var(--space-none)) !important;
  }
  .grid-space-none-at-medium > *,
  .grid-row-space-none-at-medium > * {
    margin-block-end: var(--space-none) !important;
  }
  .grid-space-none-at-medium.gap-base,
  .grid-space-none-at-medium.gap-vert-base,
  .grid-space-none-at-medium.gap-bottom-base,
  .grid-row-space-none-at-medium.gap-base,
  .grid-row-space-none-at-medium.gap-vert-base,
  .grid-row-space-none-at-medium.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-none)) !important;
  }
  .grid-space-none-at-medium.gap-line,
  .grid-space-none-at-medium.gap-vert-line,
  .grid-space-none-at-medium.gap-bottom-line,
  .grid-row-space-none-at-medium.gap-line,
  .grid-row-space-none-at-medium.gap-vert-line,
  .grid-row-space-none-at-medium.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-none)) !important;
  }
  .grid-space-none-at-medium.gap-small,
  .grid-space-none-at-medium.gap-vert-small,
  .grid-space-none-at-medium.gap-bottom-small,
  .grid-row-space-none-at-medium.gap-small,
  .grid-row-space-none-at-medium.gap-vert-small,
  .grid-row-space-none-at-medium.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-none)) !important;
  }
  .grid-space-none-at-medium.gap-medium,
  .grid-space-none-at-medium.gap-vert-medium,
  .grid-space-none-at-medium.gap-bottom-medium,
  .grid-row-space-none-at-medium.gap-medium,
  .grid-row-space-none-at-medium.gap-vert-medium,
  .grid-row-space-none-at-medium.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-none)) !important;
  }
  .grid-space-none-at-medium.gap-large,
  .grid-space-none-at-medium.gap-vert-large,
  .grid-space-none-at-medium.gap-bottom-large,
  .grid-row-space-none-at-medium.gap-large,
  .grid-row-space-none-at-medium.gap-vert-large,
  .grid-row-space-none-at-medium.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-none)) !important;
  }
  .grid-space-none-at-medium.gap-xl,
  .grid-space-none-at-medium.gap-vert-xl,
  .grid-space-none-at-medium.gap-bottom-xl,
  .grid-row-space-none-at-medium.gap-xl,
  .grid-row-space-none-at-medium.gap-vert-xl,
  .grid-row-space-none-at-medium.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-none)) !important;
  }
  .grid-space-none-at-medium.gap-xxl,
  .grid-space-none-at-medium.gap-vert-xxl,
  .grid-space-none-at-medium.gap-bottom-xxl,
  .grid-row-space-none-at-medium.gap-xxl,
  .grid-row-space-none-at-medium.gap-vert-xxl,
  .grid-row-space-none-at-medium.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-none)) !important;
  }
  .grid-space-none-at-medium.gap-none,
  .grid-space-none-at-medium.gap-vert-none,
  .grid-space-none-at-medium.gap-bottom-none,
  .grid-row-space-none-at-medium.gap-none,
  .grid-row-space-none-at-medium.gap-vert-none,
  .grid-row-space-none-at-medium.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-none)) !important;
  }
  .grid-align-left-at-medium,
  .flex-align-left-at-medium {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .grid-align-center-at-medium,
  .flex-align-center-at-medium {
    display: flex !important;
    justify-content: center !important;
  }
  .grid-align-right-at-medium,
  .flex-align-right-at-medium {
    display: flex !important;
    justify-content: flex-end !important;
  }
  .grid-align-justify-at-medium,
  .flex-align-justify-at-medium {
    display: flex !important;
    justify-content: space-between !important;
  }
  .grid-valign-top-at-medium,
  .flex-valign-top-at-medium {
    display: flex !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
  }
  .grid-valign-middle-at-medium,
  .flex-valign-middle-at-medium {
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
  }
  .grid-valign-bottom-at-medium,
  .flex-valign-bottom-at-medium {
    display: flex !important;
    align-content: flex-end !important;
    align-items: flex-end !important;
  }
  .grid-valign-justify-at-medium,
  .flex-valign-justify-at-medium {
    display: flex !important;
    align-content: space-between !important;
    align-items: flex-start !important;
  }
}
@media (min-width: 1024px) {
  .grid-auto-at-large > *,
  .grid-flex-at-large > * {
    width: auto;
  }
  .grid-flex-at-large {
    display: flex;
    flex-wrap: nowrap;
  }
  .grid-flex-at-large > * {
    flex: 0 1 auto;
  }
  .grid-1-at-large {
    flex-wrap: wrap;
  }
  .grid-1-at-large > * {
    width: 100%;
  }
  .grid-2-at-large {
    flex-wrap: wrap;
  }
  .grid-2-at-large > * {
    width: 50%;
  }
  .grid-3-at-large {
    flex-wrap: wrap;
  }
  .grid-3-at-large > * {
    width: 33.3333333333%;
  }
  .grid-4-at-large {
    flex-wrap: wrap;
  }
  .grid-4-at-large > * {
    width: 25%;
  }
  .grid-5-at-large {
    flex-wrap: wrap;
  }
  .grid-5-at-large > * {
    width: 20%;
  }
  .grid-space-base-at-large,
  .grid-col-space-base-at-large {
    margin-inline-start: calc(-1 * var(--space-base) / 2);
    margin-inline-end: calc(-1 * var(--space-base) / 2);
  }
  .grid-space-base-at-large > *,
  .grid-col-space-base-at-large > * {
    padding-inline-start: calc(var(--space-base) / 2);
    padding-inline-end: calc(var(--space-base) / 2);
  }
  .grid-space-base-at-large,
  .grid-row-space-base-at-large {
    margin-block-end: calc(-1 * var(--space-base)) !important;
  }
  .grid-space-base-at-large > *,
  .grid-row-space-base-at-large > * {
    margin-block-end: var(--space-base) !important;
  }
  .grid-space-base-at-large.gap-base,
  .grid-space-base-at-large.gap-vert-base,
  .grid-space-base-at-large.gap-bottom-base,
  .grid-row-space-base-at-large.gap-base,
  .grid-row-space-base-at-large.gap-vert-base,
  .grid-row-space-base-at-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-base)) !important;
  }
  .grid-space-base-at-large.gap-line,
  .grid-space-base-at-large.gap-vert-line,
  .grid-space-base-at-large.gap-bottom-line,
  .grid-row-space-base-at-large.gap-line,
  .grid-row-space-base-at-large.gap-vert-line,
  .grid-row-space-base-at-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-base)) !important;
  }
  .grid-space-base-at-large.gap-small,
  .grid-space-base-at-large.gap-vert-small,
  .grid-space-base-at-large.gap-bottom-small,
  .grid-row-space-base-at-large.gap-small,
  .grid-row-space-base-at-large.gap-vert-small,
  .grid-row-space-base-at-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-base)) !important;
  }
  .grid-space-base-at-large.gap-medium,
  .grid-space-base-at-large.gap-vert-medium,
  .grid-space-base-at-large.gap-bottom-medium,
  .grid-row-space-base-at-large.gap-medium,
  .grid-row-space-base-at-large.gap-vert-medium,
  .grid-row-space-base-at-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-base)) !important;
  }
  .grid-space-base-at-large.gap-large,
  .grid-space-base-at-large.gap-vert-large,
  .grid-space-base-at-large.gap-bottom-large,
  .grid-row-space-base-at-large.gap-large,
  .grid-row-space-base-at-large.gap-vert-large,
  .grid-row-space-base-at-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-base)) !important;
  }
  .grid-space-base-at-large.gap-xl,
  .grid-space-base-at-large.gap-vert-xl,
  .grid-space-base-at-large.gap-bottom-xl,
  .grid-row-space-base-at-large.gap-xl,
  .grid-row-space-base-at-large.gap-vert-xl,
  .grid-row-space-base-at-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-base)) !important;
  }
  .grid-space-base-at-large.gap-xxl,
  .grid-space-base-at-large.gap-vert-xxl,
  .grid-space-base-at-large.gap-bottom-xxl,
  .grid-row-space-base-at-large.gap-xxl,
  .grid-row-space-base-at-large.gap-vert-xxl,
  .grid-row-space-base-at-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-base)) !important;
  }
  .grid-space-base-at-large.gap-none,
  .grid-space-base-at-large.gap-vert-none,
  .grid-space-base-at-large.gap-bottom-none,
  .grid-row-space-base-at-large.gap-none,
  .grid-row-space-base-at-large.gap-vert-none,
  .grid-row-space-base-at-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-base)) !important;
  }
  .grid-space-line-at-large,
  .grid-col-space-line-at-large {
    margin-inline-start: calc(-1 * var(--space-line) / 2);
    margin-inline-end: calc(-1 * var(--space-line) / 2);
  }
  .grid-space-line-at-large > *,
  .grid-col-space-line-at-large > * {
    padding-inline-start: calc(var(--space-line) / 2);
    padding-inline-end: calc(var(--space-line) / 2);
  }
  .grid-space-line-at-large,
  .grid-row-space-line-at-large {
    margin-block-end: calc(-1 * var(--space-line)) !important;
  }
  .grid-space-line-at-large > *,
  .grid-row-space-line-at-large > * {
    margin-block-end: var(--space-line) !important;
  }
  .grid-space-line-at-large.gap-base,
  .grid-space-line-at-large.gap-vert-base,
  .grid-space-line-at-large.gap-bottom-base,
  .grid-row-space-line-at-large.gap-base,
  .grid-row-space-line-at-large.gap-vert-base,
  .grid-row-space-line-at-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-line)) !important;
  }
  .grid-space-line-at-large.gap-line,
  .grid-space-line-at-large.gap-vert-line,
  .grid-space-line-at-large.gap-bottom-line,
  .grid-row-space-line-at-large.gap-line,
  .grid-row-space-line-at-large.gap-vert-line,
  .grid-row-space-line-at-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-line)) !important;
  }
  .grid-space-line-at-large.gap-small,
  .grid-space-line-at-large.gap-vert-small,
  .grid-space-line-at-large.gap-bottom-small,
  .grid-row-space-line-at-large.gap-small,
  .grid-row-space-line-at-large.gap-vert-small,
  .grid-row-space-line-at-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-line)) !important;
  }
  .grid-space-line-at-large.gap-medium,
  .grid-space-line-at-large.gap-vert-medium,
  .grid-space-line-at-large.gap-bottom-medium,
  .grid-row-space-line-at-large.gap-medium,
  .grid-row-space-line-at-large.gap-vert-medium,
  .grid-row-space-line-at-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-line)) !important;
  }
  .grid-space-line-at-large.gap-large,
  .grid-space-line-at-large.gap-vert-large,
  .grid-space-line-at-large.gap-bottom-large,
  .grid-row-space-line-at-large.gap-large,
  .grid-row-space-line-at-large.gap-vert-large,
  .grid-row-space-line-at-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-line)) !important;
  }
  .grid-space-line-at-large.gap-xl,
  .grid-space-line-at-large.gap-vert-xl,
  .grid-space-line-at-large.gap-bottom-xl,
  .grid-row-space-line-at-large.gap-xl,
  .grid-row-space-line-at-large.gap-vert-xl,
  .grid-row-space-line-at-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-line)) !important;
  }
  .grid-space-line-at-large.gap-xxl,
  .grid-space-line-at-large.gap-vert-xxl,
  .grid-space-line-at-large.gap-bottom-xxl,
  .grid-row-space-line-at-large.gap-xxl,
  .grid-row-space-line-at-large.gap-vert-xxl,
  .grid-row-space-line-at-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-line)) !important;
  }
  .grid-space-line-at-large.gap-none,
  .grid-space-line-at-large.gap-vert-none,
  .grid-space-line-at-large.gap-bottom-none,
  .grid-row-space-line-at-large.gap-none,
  .grid-row-space-line-at-large.gap-vert-none,
  .grid-row-space-line-at-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-line)) !important;
  }
  .grid-space-small-at-large,
  .grid-col-space-small-at-large {
    margin-inline-start: calc(-1 * var(--space-small) / 2);
    margin-inline-end: calc(-1 * var(--space-small) / 2);
  }
  .grid-space-small-at-large > *,
  .grid-col-space-small-at-large > * {
    padding-inline-start: calc(var(--space-small) / 2);
    padding-inline-end: calc(var(--space-small) / 2);
  }
  .grid-space-small-at-large,
  .grid-row-space-small-at-large {
    margin-block-end: calc(-1 * var(--space-small)) !important;
  }
  .grid-space-small-at-large > *,
  .grid-row-space-small-at-large > * {
    margin-block-end: var(--space-small) !important;
  }
  .grid-space-small-at-large.gap-base,
  .grid-space-small-at-large.gap-vert-base,
  .grid-space-small-at-large.gap-bottom-base,
  .grid-row-space-small-at-large.gap-base,
  .grid-row-space-small-at-large.gap-vert-base,
  .grid-row-space-small-at-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-small)) !important;
  }
  .grid-space-small-at-large.gap-line,
  .grid-space-small-at-large.gap-vert-line,
  .grid-space-small-at-large.gap-bottom-line,
  .grid-row-space-small-at-large.gap-line,
  .grid-row-space-small-at-large.gap-vert-line,
  .grid-row-space-small-at-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-small)) !important;
  }
  .grid-space-small-at-large.gap-small,
  .grid-space-small-at-large.gap-vert-small,
  .grid-space-small-at-large.gap-bottom-small,
  .grid-row-space-small-at-large.gap-small,
  .grid-row-space-small-at-large.gap-vert-small,
  .grid-row-space-small-at-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-small)) !important;
  }
  .grid-space-small-at-large.gap-medium,
  .grid-space-small-at-large.gap-vert-medium,
  .grid-space-small-at-large.gap-bottom-medium,
  .grid-row-space-small-at-large.gap-medium,
  .grid-row-space-small-at-large.gap-vert-medium,
  .grid-row-space-small-at-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-small)) !important;
  }
  .grid-space-small-at-large.gap-large,
  .grid-space-small-at-large.gap-vert-large,
  .grid-space-small-at-large.gap-bottom-large,
  .grid-row-space-small-at-large.gap-large,
  .grid-row-space-small-at-large.gap-vert-large,
  .grid-row-space-small-at-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-small)) !important;
  }
  .grid-space-small-at-large.gap-xl,
  .grid-space-small-at-large.gap-vert-xl,
  .grid-space-small-at-large.gap-bottom-xl,
  .grid-row-space-small-at-large.gap-xl,
  .grid-row-space-small-at-large.gap-vert-xl,
  .grid-row-space-small-at-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-small)) !important;
  }
  .grid-space-small-at-large.gap-xxl,
  .grid-space-small-at-large.gap-vert-xxl,
  .grid-space-small-at-large.gap-bottom-xxl,
  .grid-row-space-small-at-large.gap-xxl,
  .grid-row-space-small-at-large.gap-vert-xxl,
  .grid-row-space-small-at-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-small)) !important;
  }
  .grid-space-small-at-large.gap-none,
  .grid-space-small-at-large.gap-vert-none,
  .grid-space-small-at-large.gap-bottom-none,
  .grid-row-space-small-at-large.gap-none,
  .grid-row-space-small-at-large.gap-vert-none,
  .grid-row-space-small-at-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-small)) !important;
  }
  .grid-space-medium-at-large,
  .grid-col-space-medium-at-large {
    margin-inline-start: calc(-1 * var(--space-medium) / 2);
    margin-inline-end: calc(-1 * var(--space-medium) / 2);
  }
  .grid-space-medium-at-large > *,
  .grid-col-space-medium-at-large > * {
    padding-inline-start: calc(var(--space-medium) / 2);
    padding-inline-end: calc(var(--space-medium) / 2);
  }
  .grid-space-medium-at-large,
  .grid-row-space-medium-at-large {
    margin-block-end: calc(-1 * var(--space-medium)) !important;
  }
  .grid-space-medium-at-large > *,
  .grid-row-space-medium-at-large > * {
    margin-block-end: var(--space-medium) !important;
  }
  .grid-space-medium-at-large.gap-base,
  .grid-space-medium-at-large.gap-vert-base,
  .grid-space-medium-at-large.gap-bottom-base,
  .grid-row-space-medium-at-large.gap-base,
  .grid-row-space-medium-at-large.gap-vert-base,
  .grid-row-space-medium-at-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-large.gap-line,
  .grid-space-medium-at-large.gap-vert-line,
  .grid-space-medium-at-large.gap-bottom-line,
  .grid-row-space-medium-at-large.gap-line,
  .grid-row-space-medium-at-large.gap-vert-line,
  .grid-row-space-medium-at-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-large.gap-small,
  .grid-space-medium-at-large.gap-vert-small,
  .grid-space-medium-at-large.gap-bottom-small,
  .grid-row-space-medium-at-large.gap-small,
  .grid-row-space-medium-at-large.gap-vert-small,
  .grid-row-space-medium-at-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-large.gap-medium,
  .grid-space-medium-at-large.gap-vert-medium,
  .grid-space-medium-at-large.gap-bottom-medium,
  .grid-row-space-medium-at-large.gap-medium,
  .grid-row-space-medium-at-large.gap-vert-medium,
  .grid-row-space-medium-at-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-large.gap-large,
  .grid-space-medium-at-large.gap-vert-large,
  .grid-space-medium-at-large.gap-bottom-large,
  .grid-row-space-medium-at-large.gap-large,
  .grid-row-space-medium-at-large.gap-vert-large,
  .grid-row-space-medium-at-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-large.gap-xl,
  .grid-space-medium-at-large.gap-vert-xl,
  .grid-space-medium-at-large.gap-bottom-xl,
  .grid-row-space-medium-at-large.gap-xl,
  .grid-row-space-medium-at-large.gap-vert-xl,
  .grid-row-space-medium-at-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-large.gap-xxl,
  .grid-space-medium-at-large.gap-vert-xxl,
  .grid-space-medium-at-large.gap-bottom-xxl,
  .grid-row-space-medium-at-large.gap-xxl,
  .grid-row-space-medium-at-large.gap-vert-xxl,
  .grid-row-space-medium-at-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-large.gap-none,
  .grid-space-medium-at-large.gap-vert-none,
  .grid-space-medium-at-large.gap-bottom-none,
  .grid-row-space-medium-at-large.gap-none,
  .grid-row-space-medium-at-large.gap-vert-none,
  .grid-row-space-medium-at-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-medium)) !important;
  }
  .grid-space-large-at-large,
  .grid-col-space-large-at-large {
    margin-inline-start: calc(-1 * var(--space-large) / 2);
    margin-inline-end: calc(-1 * var(--space-large) / 2);
  }
  .grid-space-large-at-large > *,
  .grid-col-space-large-at-large > * {
    padding-inline-start: calc(var(--space-large) / 2);
    padding-inline-end: calc(var(--space-large) / 2);
  }
  .grid-space-large-at-large,
  .grid-row-space-large-at-large {
    margin-block-end: calc(-1 * var(--space-large)) !important;
  }
  .grid-space-large-at-large > *,
  .grid-row-space-large-at-large > * {
    margin-block-end: var(--space-large) !important;
  }
  .grid-space-large-at-large.gap-base,
  .grid-space-large-at-large.gap-vert-base,
  .grid-space-large-at-large.gap-bottom-base,
  .grid-row-space-large-at-large.gap-base,
  .grid-row-space-large-at-large.gap-vert-base,
  .grid-row-space-large-at-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-large)) !important;
  }
  .grid-space-large-at-large.gap-line,
  .grid-space-large-at-large.gap-vert-line,
  .grid-space-large-at-large.gap-bottom-line,
  .grid-row-space-large-at-large.gap-line,
  .grid-row-space-large-at-large.gap-vert-line,
  .grid-row-space-large-at-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-large)) !important;
  }
  .grid-space-large-at-large.gap-small,
  .grid-space-large-at-large.gap-vert-small,
  .grid-space-large-at-large.gap-bottom-small,
  .grid-row-space-large-at-large.gap-small,
  .grid-row-space-large-at-large.gap-vert-small,
  .grid-row-space-large-at-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-large)) !important;
  }
  .grid-space-large-at-large.gap-medium,
  .grid-space-large-at-large.gap-vert-medium,
  .grid-space-large-at-large.gap-bottom-medium,
  .grid-row-space-large-at-large.gap-medium,
  .grid-row-space-large-at-large.gap-vert-medium,
  .grid-row-space-large-at-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-large)) !important;
  }
  .grid-space-large-at-large.gap-large,
  .grid-space-large-at-large.gap-vert-large,
  .grid-space-large-at-large.gap-bottom-large,
  .grid-row-space-large-at-large.gap-large,
  .grid-row-space-large-at-large.gap-vert-large,
  .grid-row-space-large-at-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-large)) !important;
  }
  .grid-space-large-at-large.gap-xl,
  .grid-space-large-at-large.gap-vert-xl,
  .grid-space-large-at-large.gap-bottom-xl,
  .grid-row-space-large-at-large.gap-xl,
  .grid-row-space-large-at-large.gap-vert-xl,
  .grid-row-space-large-at-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-large)) !important;
  }
  .grid-space-large-at-large.gap-xxl,
  .grid-space-large-at-large.gap-vert-xxl,
  .grid-space-large-at-large.gap-bottom-xxl,
  .grid-row-space-large-at-large.gap-xxl,
  .grid-row-space-large-at-large.gap-vert-xxl,
  .grid-row-space-large-at-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-large)) !important;
  }
  .grid-space-large-at-large.gap-none,
  .grid-space-large-at-large.gap-vert-none,
  .grid-space-large-at-large.gap-bottom-none,
  .grid-row-space-large-at-large.gap-none,
  .grid-row-space-large-at-large.gap-vert-none,
  .grid-row-space-large-at-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-large)) !important;
  }
  .grid-space-xl-at-large,
  .grid-col-space-xl-at-large {
    margin-inline-start: calc(-1 * var(--space-xl) / 2);
    margin-inline-end: calc(-1 * var(--space-xl) / 2);
  }
  .grid-space-xl-at-large > *,
  .grid-col-space-xl-at-large > * {
    padding-inline-start: calc(var(--space-xl) / 2);
    padding-inline-end: calc(var(--space-xl) / 2);
  }
  .grid-space-xl-at-large,
  .grid-row-space-xl-at-large {
    margin-block-end: calc(-1 * var(--space-xl)) !important;
  }
  .grid-space-xl-at-large > *,
  .grid-row-space-xl-at-large > * {
    margin-block-end: var(--space-xl) !important;
  }
  .grid-space-xl-at-large.gap-base,
  .grid-space-xl-at-large.gap-vert-base,
  .grid-space-xl-at-large.gap-bottom-base,
  .grid-row-space-xl-at-large.gap-base,
  .grid-row-space-xl-at-large.gap-vert-base,
  .grid-row-space-xl-at-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-large.gap-line,
  .grid-space-xl-at-large.gap-vert-line,
  .grid-space-xl-at-large.gap-bottom-line,
  .grid-row-space-xl-at-large.gap-line,
  .grid-row-space-xl-at-large.gap-vert-line,
  .grid-row-space-xl-at-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-large.gap-small,
  .grid-space-xl-at-large.gap-vert-small,
  .grid-space-xl-at-large.gap-bottom-small,
  .grid-row-space-xl-at-large.gap-small,
  .grid-row-space-xl-at-large.gap-vert-small,
  .grid-row-space-xl-at-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-large.gap-medium,
  .grid-space-xl-at-large.gap-vert-medium,
  .grid-space-xl-at-large.gap-bottom-medium,
  .grid-row-space-xl-at-large.gap-medium,
  .grid-row-space-xl-at-large.gap-vert-medium,
  .grid-row-space-xl-at-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-large.gap-large,
  .grid-space-xl-at-large.gap-vert-large,
  .grid-space-xl-at-large.gap-bottom-large,
  .grid-row-space-xl-at-large.gap-large,
  .grid-row-space-xl-at-large.gap-vert-large,
  .grid-row-space-xl-at-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-large.gap-xl,
  .grid-space-xl-at-large.gap-vert-xl,
  .grid-space-xl-at-large.gap-bottom-xl,
  .grid-row-space-xl-at-large.gap-xl,
  .grid-row-space-xl-at-large.gap-vert-xl,
  .grid-row-space-xl-at-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-large.gap-xxl,
  .grid-space-xl-at-large.gap-vert-xxl,
  .grid-space-xl-at-large.gap-bottom-xxl,
  .grid-row-space-xl-at-large.gap-xxl,
  .grid-row-space-xl-at-large.gap-vert-xxl,
  .grid-row-space-xl-at-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-large.gap-none,
  .grid-space-xl-at-large.gap-vert-none,
  .grid-space-xl-at-large.gap-bottom-none,
  .grid-row-space-xl-at-large.gap-none,
  .grid-row-space-xl-at-large.gap-vert-none,
  .grid-row-space-xl-at-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-xl)) !important;
  }
  .grid-space-xxl-at-large,
  .grid-col-space-xxl-at-large {
    margin-inline-start: calc(-1 * var(--space-xxl) / 2);
    margin-inline-end: calc(-1 * var(--space-xxl) / 2);
  }
  .grid-space-xxl-at-large > *,
  .grid-col-space-xxl-at-large > * {
    padding-inline-start: calc(var(--space-xxl) / 2);
    padding-inline-end: calc(var(--space-xxl) / 2);
  }
  .grid-space-xxl-at-large,
  .grid-row-space-xxl-at-large {
    margin-block-end: calc(-1 * var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-large > *,
  .grid-row-space-xxl-at-large > * {
    margin-block-end: var(--space-xxl) !important;
  }
  .grid-space-xxl-at-large.gap-base,
  .grid-space-xxl-at-large.gap-vert-base,
  .grid-space-xxl-at-large.gap-bottom-base,
  .grid-row-space-xxl-at-large.gap-base,
  .grid-row-space-xxl-at-large.gap-vert-base,
  .grid-row-space-xxl-at-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-large.gap-line,
  .grid-space-xxl-at-large.gap-vert-line,
  .grid-space-xxl-at-large.gap-bottom-line,
  .grid-row-space-xxl-at-large.gap-line,
  .grid-row-space-xxl-at-large.gap-vert-line,
  .grid-row-space-xxl-at-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-large.gap-small,
  .grid-space-xxl-at-large.gap-vert-small,
  .grid-space-xxl-at-large.gap-bottom-small,
  .grid-row-space-xxl-at-large.gap-small,
  .grid-row-space-xxl-at-large.gap-vert-small,
  .grid-row-space-xxl-at-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-large.gap-medium,
  .grid-space-xxl-at-large.gap-vert-medium,
  .grid-space-xxl-at-large.gap-bottom-medium,
  .grid-row-space-xxl-at-large.gap-medium,
  .grid-row-space-xxl-at-large.gap-vert-medium,
  .grid-row-space-xxl-at-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-large.gap-large,
  .grid-space-xxl-at-large.gap-vert-large,
  .grid-space-xxl-at-large.gap-bottom-large,
  .grid-row-space-xxl-at-large.gap-large,
  .grid-row-space-xxl-at-large.gap-vert-large,
  .grid-row-space-xxl-at-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-large.gap-xl,
  .grid-space-xxl-at-large.gap-vert-xl,
  .grid-space-xxl-at-large.gap-bottom-xl,
  .grid-row-space-xxl-at-large.gap-xl,
  .grid-row-space-xxl-at-large.gap-vert-xl,
  .grid-row-space-xxl-at-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-large.gap-xxl,
  .grid-space-xxl-at-large.gap-vert-xxl,
  .grid-space-xxl-at-large.gap-bottom-xxl,
  .grid-row-space-xxl-at-large.gap-xxl,
  .grid-row-space-xxl-at-large.gap-vert-xxl,
  .grid-row-space-xxl-at-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-large.gap-none,
  .grid-space-xxl-at-large.gap-vert-none,
  .grid-space-xxl-at-large.gap-bottom-none,
  .grid-row-space-xxl-at-large.gap-none,
  .grid-row-space-xxl-at-large.gap-vert-none,
  .grid-row-space-xxl-at-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-xxl)) !important;
  }
  .grid-space-none-at-large,
  .grid-col-space-none-at-large {
    margin-inline-start: calc(-1 * var(--space-none) / 2);
    margin-inline-end: calc(-1 * var(--space-none) / 2);
  }
  .grid-space-none-at-large > *,
  .grid-col-space-none-at-large > * {
    padding-inline-start: calc(var(--space-none) / 2);
    padding-inline-end: calc(var(--space-none) / 2);
  }
  .grid-space-none-at-large,
  .grid-row-space-none-at-large {
    margin-block-end: calc(-1 * var(--space-none)) !important;
  }
  .grid-space-none-at-large > *,
  .grid-row-space-none-at-large > * {
    margin-block-end: var(--space-none) !important;
  }
  .grid-space-none-at-large.gap-base,
  .grid-space-none-at-large.gap-vert-base,
  .grid-space-none-at-large.gap-bottom-base,
  .grid-row-space-none-at-large.gap-base,
  .grid-row-space-none-at-large.gap-vert-base,
  .grid-row-space-none-at-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-none)) !important;
  }
  .grid-space-none-at-large.gap-line,
  .grid-space-none-at-large.gap-vert-line,
  .grid-space-none-at-large.gap-bottom-line,
  .grid-row-space-none-at-large.gap-line,
  .grid-row-space-none-at-large.gap-vert-line,
  .grid-row-space-none-at-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-none)) !important;
  }
  .grid-space-none-at-large.gap-small,
  .grid-space-none-at-large.gap-vert-small,
  .grid-space-none-at-large.gap-bottom-small,
  .grid-row-space-none-at-large.gap-small,
  .grid-row-space-none-at-large.gap-vert-small,
  .grid-row-space-none-at-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-none)) !important;
  }
  .grid-space-none-at-large.gap-medium,
  .grid-space-none-at-large.gap-vert-medium,
  .grid-space-none-at-large.gap-bottom-medium,
  .grid-row-space-none-at-large.gap-medium,
  .grid-row-space-none-at-large.gap-vert-medium,
  .grid-row-space-none-at-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-none)) !important;
  }
  .grid-space-none-at-large.gap-large,
  .grid-space-none-at-large.gap-vert-large,
  .grid-space-none-at-large.gap-bottom-large,
  .grid-row-space-none-at-large.gap-large,
  .grid-row-space-none-at-large.gap-vert-large,
  .grid-row-space-none-at-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-none)) !important;
  }
  .grid-space-none-at-large.gap-xl,
  .grid-space-none-at-large.gap-vert-xl,
  .grid-space-none-at-large.gap-bottom-xl,
  .grid-row-space-none-at-large.gap-xl,
  .grid-row-space-none-at-large.gap-vert-xl,
  .grid-row-space-none-at-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-none)) !important;
  }
  .grid-space-none-at-large.gap-xxl,
  .grid-space-none-at-large.gap-vert-xxl,
  .grid-space-none-at-large.gap-bottom-xxl,
  .grid-row-space-none-at-large.gap-xxl,
  .grid-row-space-none-at-large.gap-vert-xxl,
  .grid-row-space-none-at-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-none)) !important;
  }
  .grid-space-none-at-large.gap-none,
  .grid-space-none-at-large.gap-vert-none,
  .grid-space-none-at-large.gap-bottom-none,
  .grid-row-space-none-at-large.gap-none,
  .grid-row-space-none-at-large.gap-vert-none,
  .grid-row-space-none-at-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-none)) !important;
  }
  .grid-align-left-at-large,
  .flex-align-left-at-large {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .grid-align-center-at-large,
  .flex-align-center-at-large {
    display: flex !important;
    justify-content: center !important;
  }
  .grid-align-right-at-large,
  .flex-align-right-at-large {
    display: flex !important;
    justify-content: flex-end !important;
  }
  .grid-align-justify-at-large,
  .flex-align-justify-at-large {
    display: flex !important;
    justify-content: space-between !important;
  }
  .grid-valign-top-at-large,
  .flex-valign-top-at-large {
    display: flex !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
  }
  .grid-valign-middle-at-large,
  .flex-valign-middle-at-large {
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
  }
  .grid-valign-bottom-at-large,
  .flex-valign-bottom-at-large {
    display: flex !important;
    align-content: flex-end !important;
    align-items: flex-end !important;
  }
  .grid-valign-justify-at-large,
  .flex-valign-justify-at-large {
    display: flex !important;
    align-content: space-between !important;
    align-items: flex-start !important;
  }
}
@media (min-width: 1292px) {
  .grid-auto-at-extra-large > *,
  .grid-flex-at-extra-large > * {
    width: auto;
  }
  .grid-flex-at-extra-large {
    display: flex;
    flex-wrap: nowrap;
  }
  .grid-flex-at-extra-large > * {
    flex: 0 1 auto;
  }
  .grid-1-at-extra-large {
    flex-wrap: wrap;
  }
  .grid-1-at-extra-large > * {
    width: 100%;
  }
  .grid-2-at-extra-large {
    flex-wrap: wrap;
  }
  .grid-2-at-extra-large > * {
    width: 50%;
  }
  .grid-3-at-extra-large {
    flex-wrap: wrap;
  }
  .grid-3-at-extra-large > * {
    width: 33.3333333333%;
  }
  .grid-4-at-extra-large {
    flex-wrap: wrap;
  }
  .grid-4-at-extra-large > * {
    width: 25%;
  }
  .grid-5-at-extra-large {
    flex-wrap: wrap;
  }
  .grid-5-at-extra-large > * {
    width: 20%;
  }
  .grid-space-base-at-extra-large,
  .grid-col-space-base-at-extra-large {
    margin-inline-start: calc(-1 * var(--space-base) / 2);
    margin-inline-end: calc(-1 * var(--space-base) / 2);
  }
  .grid-space-base-at-extra-large > *,
  .grid-col-space-base-at-extra-large > * {
    padding-inline-start: calc(var(--space-base) / 2);
    padding-inline-end: calc(var(--space-base) / 2);
  }
  .grid-space-base-at-extra-large,
  .grid-row-space-base-at-extra-large {
    margin-block-end: calc(-1 * var(--space-base)) !important;
  }
  .grid-space-base-at-extra-large > *,
  .grid-row-space-base-at-extra-large > * {
    margin-block-end: var(--space-base) !important;
  }
  .grid-space-base-at-extra-large.gap-base,
  .grid-space-base-at-extra-large.gap-vert-base,
  .grid-space-base-at-extra-large.gap-bottom-base,
  .grid-row-space-base-at-extra-large.gap-base,
  .grid-row-space-base-at-extra-large.gap-vert-base,
  .grid-row-space-base-at-extra-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-large.gap-line,
  .grid-space-base-at-extra-large.gap-vert-line,
  .grid-space-base-at-extra-large.gap-bottom-line,
  .grid-row-space-base-at-extra-large.gap-line,
  .grid-row-space-base-at-extra-large.gap-vert-line,
  .grid-row-space-base-at-extra-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-large.gap-small,
  .grid-space-base-at-extra-large.gap-vert-small,
  .grid-space-base-at-extra-large.gap-bottom-small,
  .grid-row-space-base-at-extra-large.gap-small,
  .grid-row-space-base-at-extra-large.gap-vert-small,
  .grid-row-space-base-at-extra-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-large.gap-medium,
  .grid-space-base-at-extra-large.gap-vert-medium,
  .grid-space-base-at-extra-large.gap-bottom-medium,
  .grid-row-space-base-at-extra-large.gap-medium,
  .grid-row-space-base-at-extra-large.gap-vert-medium,
  .grid-row-space-base-at-extra-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-large.gap-large,
  .grid-space-base-at-extra-large.gap-vert-large,
  .grid-space-base-at-extra-large.gap-bottom-large,
  .grid-row-space-base-at-extra-large.gap-large,
  .grid-row-space-base-at-extra-large.gap-vert-large,
  .grid-row-space-base-at-extra-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-large.gap-xl,
  .grid-space-base-at-extra-large.gap-vert-xl,
  .grid-space-base-at-extra-large.gap-bottom-xl,
  .grid-row-space-base-at-extra-large.gap-xl,
  .grid-row-space-base-at-extra-large.gap-vert-xl,
  .grid-row-space-base-at-extra-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-large.gap-xxl,
  .grid-space-base-at-extra-large.gap-vert-xxl,
  .grid-space-base-at-extra-large.gap-bottom-xxl,
  .grid-row-space-base-at-extra-large.gap-xxl,
  .grid-row-space-base-at-extra-large.gap-vert-xxl,
  .grid-row-space-base-at-extra-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-base)) !important;
  }
  .grid-space-base-at-extra-large.gap-none,
  .grid-space-base-at-extra-large.gap-vert-none,
  .grid-space-base-at-extra-large.gap-bottom-none,
  .grid-row-space-base-at-extra-large.gap-none,
  .grid-row-space-base-at-extra-large.gap-vert-none,
  .grid-row-space-base-at-extra-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-base)) !important;
  }
  .grid-space-line-at-extra-large,
  .grid-col-space-line-at-extra-large {
    margin-inline-start: calc(-1 * var(--space-line) / 2);
    margin-inline-end: calc(-1 * var(--space-line) / 2);
  }
  .grid-space-line-at-extra-large > *,
  .grid-col-space-line-at-extra-large > * {
    padding-inline-start: calc(var(--space-line) / 2);
    padding-inline-end: calc(var(--space-line) / 2);
  }
  .grid-space-line-at-extra-large,
  .grid-row-space-line-at-extra-large {
    margin-block-end: calc(-1 * var(--space-line)) !important;
  }
  .grid-space-line-at-extra-large > *,
  .grid-row-space-line-at-extra-large > * {
    margin-block-end: var(--space-line) !important;
  }
  .grid-space-line-at-extra-large.gap-base,
  .grid-space-line-at-extra-large.gap-vert-base,
  .grid-space-line-at-extra-large.gap-bottom-base,
  .grid-row-space-line-at-extra-large.gap-base,
  .grid-row-space-line-at-extra-large.gap-vert-base,
  .grid-row-space-line-at-extra-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-large.gap-line,
  .grid-space-line-at-extra-large.gap-vert-line,
  .grid-space-line-at-extra-large.gap-bottom-line,
  .grid-row-space-line-at-extra-large.gap-line,
  .grid-row-space-line-at-extra-large.gap-vert-line,
  .grid-row-space-line-at-extra-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-large.gap-small,
  .grid-space-line-at-extra-large.gap-vert-small,
  .grid-space-line-at-extra-large.gap-bottom-small,
  .grid-row-space-line-at-extra-large.gap-small,
  .grid-row-space-line-at-extra-large.gap-vert-small,
  .grid-row-space-line-at-extra-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-large.gap-medium,
  .grid-space-line-at-extra-large.gap-vert-medium,
  .grid-space-line-at-extra-large.gap-bottom-medium,
  .grid-row-space-line-at-extra-large.gap-medium,
  .grid-row-space-line-at-extra-large.gap-vert-medium,
  .grid-row-space-line-at-extra-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-large.gap-large,
  .grid-space-line-at-extra-large.gap-vert-large,
  .grid-space-line-at-extra-large.gap-bottom-large,
  .grid-row-space-line-at-extra-large.gap-large,
  .grid-row-space-line-at-extra-large.gap-vert-large,
  .grid-row-space-line-at-extra-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-large.gap-xl,
  .grid-space-line-at-extra-large.gap-vert-xl,
  .grid-space-line-at-extra-large.gap-bottom-xl,
  .grid-row-space-line-at-extra-large.gap-xl,
  .grid-row-space-line-at-extra-large.gap-vert-xl,
  .grid-row-space-line-at-extra-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-large.gap-xxl,
  .grid-space-line-at-extra-large.gap-vert-xxl,
  .grid-space-line-at-extra-large.gap-bottom-xxl,
  .grid-row-space-line-at-extra-large.gap-xxl,
  .grid-row-space-line-at-extra-large.gap-vert-xxl,
  .grid-row-space-line-at-extra-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-line)) !important;
  }
  .grid-space-line-at-extra-large.gap-none,
  .grid-space-line-at-extra-large.gap-vert-none,
  .grid-space-line-at-extra-large.gap-bottom-none,
  .grid-row-space-line-at-extra-large.gap-none,
  .grid-row-space-line-at-extra-large.gap-vert-none,
  .grid-row-space-line-at-extra-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-line)) !important;
  }
  .grid-space-small-at-extra-large,
  .grid-col-space-small-at-extra-large {
    margin-inline-start: calc(-1 * var(--space-small) / 2);
    margin-inline-end: calc(-1 * var(--space-small) / 2);
  }
  .grid-space-small-at-extra-large > *,
  .grid-col-space-small-at-extra-large > * {
    padding-inline-start: calc(var(--space-small) / 2);
    padding-inline-end: calc(var(--space-small) / 2);
  }
  .grid-space-small-at-extra-large,
  .grid-row-space-small-at-extra-large {
    margin-block-end: calc(-1 * var(--space-small)) !important;
  }
  .grid-space-small-at-extra-large > *,
  .grid-row-space-small-at-extra-large > * {
    margin-block-end: var(--space-small) !important;
  }
  .grid-space-small-at-extra-large.gap-base,
  .grid-space-small-at-extra-large.gap-vert-base,
  .grid-space-small-at-extra-large.gap-bottom-base,
  .grid-row-space-small-at-extra-large.gap-base,
  .grid-row-space-small-at-extra-large.gap-vert-base,
  .grid-row-space-small-at-extra-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-large.gap-line,
  .grid-space-small-at-extra-large.gap-vert-line,
  .grid-space-small-at-extra-large.gap-bottom-line,
  .grid-row-space-small-at-extra-large.gap-line,
  .grid-row-space-small-at-extra-large.gap-vert-line,
  .grid-row-space-small-at-extra-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-large.gap-small,
  .grid-space-small-at-extra-large.gap-vert-small,
  .grid-space-small-at-extra-large.gap-bottom-small,
  .grid-row-space-small-at-extra-large.gap-small,
  .grid-row-space-small-at-extra-large.gap-vert-small,
  .grid-row-space-small-at-extra-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-large.gap-medium,
  .grid-space-small-at-extra-large.gap-vert-medium,
  .grid-space-small-at-extra-large.gap-bottom-medium,
  .grid-row-space-small-at-extra-large.gap-medium,
  .grid-row-space-small-at-extra-large.gap-vert-medium,
  .grid-row-space-small-at-extra-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-large.gap-large,
  .grid-space-small-at-extra-large.gap-vert-large,
  .grid-space-small-at-extra-large.gap-bottom-large,
  .grid-row-space-small-at-extra-large.gap-large,
  .grid-row-space-small-at-extra-large.gap-vert-large,
  .grid-row-space-small-at-extra-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-large.gap-xl,
  .grid-space-small-at-extra-large.gap-vert-xl,
  .grid-space-small-at-extra-large.gap-bottom-xl,
  .grid-row-space-small-at-extra-large.gap-xl,
  .grid-row-space-small-at-extra-large.gap-vert-xl,
  .grid-row-space-small-at-extra-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-large.gap-xxl,
  .grid-space-small-at-extra-large.gap-vert-xxl,
  .grid-space-small-at-extra-large.gap-bottom-xxl,
  .grid-row-space-small-at-extra-large.gap-xxl,
  .grid-row-space-small-at-extra-large.gap-vert-xxl,
  .grid-row-space-small-at-extra-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-small)) !important;
  }
  .grid-space-small-at-extra-large.gap-none,
  .grid-space-small-at-extra-large.gap-vert-none,
  .grid-space-small-at-extra-large.gap-bottom-none,
  .grid-row-space-small-at-extra-large.gap-none,
  .grid-row-space-small-at-extra-large.gap-vert-none,
  .grid-row-space-small-at-extra-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-small)) !important;
  }
  .grid-space-medium-at-extra-large,
  .grid-col-space-medium-at-extra-large {
    margin-inline-start: calc(-1 * var(--space-medium) / 2);
    margin-inline-end: calc(-1 * var(--space-medium) / 2);
  }
  .grid-space-medium-at-extra-large > *,
  .grid-col-space-medium-at-extra-large > * {
    padding-inline-start: calc(var(--space-medium) / 2);
    padding-inline-end: calc(var(--space-medium) / 2);
  }
  .grid-space-medium-at-extra-large,
  .grid-row-space-medium-at-extra-large {
    margin-block-end: calc(-1 * var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-large > *,
  .grid-row-space-medium-at-extra-large > * {
    margin-block-end: var(--space-medium) !important;
  }
  .grid-space-medium-at-extra-large.gap-base,
  .grid-space-medium-at-extra-large.gap-vert-base,
  .grid-space-medium-at-extra-large.gap-bottom-base,
  .grid-row-space-medium-at-extra-large.gap-base,
  .grid-row-space-medium-at-extra-large.gap-vert-base,
  .grid-row-space-medium-at-extra-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-large.gap-line,
  .grid-space-medium-at-extra-large.gap-vert-line,
  .grid-space-medium-at-extra-large.gap-bottom-line,
  .grid-row-space-medium-at-extra-large.gap-line,
  .grid-row-space-medium-at-extra-large.gap-vert-line,
  .grid-row-space-medium-at-extra-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-large.gap-small,
  .grid-space-medium-at-extra-large.gap-vert-small,
  .grid-space-medium-at-extra-large.gap-bottom-small,
  .grid-row-space-medium-at-extra-large.gap-small,
  .grid-row-space-medium-at-extra-large.gap-vert-small,
  .grid-row-space-medium-at-extra-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-large.gap-medium,
  .grid-space-medium-at-extra-large.gap-vert-medium,
  .grid-space-medium-at-extra-large.gap-bottom-medium,
  .grid-row-space-medium-at-extra-large.gap-medium,
  .grid-row-space-medium-at-extra-large.gap-vert-medium,
  .grid-row-space-medium-at-extra-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-large.gap-large,
  .grid-space-medium-at-extra-large.gap-vert-large,
  .grid-space-medium-at-extra-large.gap-bottom-large,
  .grid-row-space-medium-at-extra-large.gap-large,
  .grid-row-space-medium-at-extra-large.gap-vert-large,
  .grid-row-space-medium-at-extra-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-large.gap-xl,
  .grid-space-medium-at-extra-large.gap-vert-xl,
  .grid-space-medium-at-extra-large.gap-bottom-xl,
  .grid-row-space-medium-at-extra-large.gap-xl,
  .grid-row-space-medium-at-extra-large.gap-vert-xl,
  .grid-row-space-medium-at-extra-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-large.gap-xxl,
  .grid-space-medium-at-extra-large.gap-vert-xxl,
  .grid-space-medium-at-extra-large.gap-bottom-xxl,
  .grid-row-space-medium-at-extra-large.gap-xxl,
  .grid-row-space-medium-at-extra-large.gap-vert-xxl,
  .grid-row-space-medium-at-extra-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-medium)) !important;
  }
  .grid-space-medium-at-extra-large.gap-none,
  .grid-space-medium-at-extra-large.gap-vert-none,
  .grid-space-medium-at-extra-large.gap-bottom-none,
  .grid-row-space-medium-at-extra-large.gap-none,
  .grid-row-space-medium-at-extra-large.gap-vert-none,
  .grid-row-space-medium-at-extra-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-medium)) !important;
  }
  .grid-space-large-at-extra-large,
  .grid-col-space-large-at-extra-large {
    margin-inline-start: calc(-1 * var(--space-large) / 2);
    margin-inline-end: calc(-1 * var(--space-large) / 2);
  }
  .grid-space-large-at-extra-large > *,
  .grid-col-space-large-at-extra-large > * {
    padding-inline-start: calc(var(--space-large) / 2);
    padding-inline-end: calc(var(--space-large) / 2);
  }
  .grid-space-large-at-extra-large,
  .grid-row-space-large-at-extra-large {
    margin-block-end: calc(-1 * var(--space-large)) !important;
  }
  .grid-space-large-at-extra-large > *,
  .grid-row-space-large-at-extra-large > * {
    margin-block-end: var(--space-large) !important;
  }
  .grid-space-large-at-extra-large.gap-base,
  .grid-space-large-at-extra-large.gap-vert-base,
  .grid-space-large-at-extra-large.gap-bottom-base,
  .grid-row-space-large-at-extra-large.gap-base,
  .grid-row-space-large-at-extra-large.gap-vert-base,
  .grid-row-space-large-at-extra-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-large.gap-line,
  .grid-space-large-at-extra-large.gap-vert-line,
  .grid-space-large-at-extra-large.gap-bottom-line,
  .grid-row-space-large-at-extra-large.gap-line,
  .grid-row-space-large-at-extra-large.gap-vert-line,
  .grid-row-space-large-at-extra-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-large.gap-small,
  .grid-space-large-at-extra-large.gap-vert-small,
  .grid-space-large-at-extra-large.gap-bottom-small,
  .grid-row-space-large-at-extra-large.gap-small,
  .grid-row-space-large-at-extra-large.gap-vert-small,
  .grid-row-space-large-at-extra-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-large.gap-medium,
  .grid-space-large-at-extra-large.gap-vert-medium,
  .grid-space-large-at-extra-large.gap-bottom-medium,
  .grid-row-space-large-at-extra-large.gap-medium,
  .grid-row-space-large-at-extra-large.gap-vert-medium,
  .grid-row-space-large-at-extra-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-large.gap-large,
  .grid-space-large-at-extra-large.gap-vert-large,
  .grid-space-large-at-extra-large.gap-bottom-large,
  .grid-row-space-large-at-extra-large.gap-large,
  .grid-row-space-large-at-extra-large.gap-vert-large,
  .grid-row-space-large-at-extra-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-large.gap-xl,
  .grid-space-large-at-extra-large.gap-vert-xl,
  .grid-space-large-at-extra-large.gap-bottom-xl,
  .grid-row-space-large-at-extra-large.gap-xl,
  .grid-row-space-large-at-extra-large.gap-vert-xl,
  .grid-row-space-large-at-extra-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-large.gap-xxl,
  .grid-space-large-at-extra-large.gap-vert-xxl,
  .grid-space-large-at-extra-large.gap-bottom-xxl,
  .grid-row-space-large-at-extra-large.gap-xxl,
  .grid-row-space-large-at-extra-large.gap-vert-xxl,
  .grid-row-space-large-at-extra-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-large)) !important;
  }
  .grid-space-large-at-extra-large.gap-none,
  .grid-space-large-at-extra-large.gap-vert-none,
  .grid-space-large-at-extra-large.gap-bottom-none,
  .grid-row-space-large-at-extra-large.gap-none,
  .grid-row-space-large-at-extra-large.gap-vert-none,
  .grid-row-space-large-at-extra-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-large)) !important;
  }
  .grid-space-xl-at-extra-large,
  .grid-col-space-xl-at-extra-large {
    margin-inline-start: calc(-1 * var(--space-xl) / 2);
    margin-inline-end: calc(-1 * var(--space-xl) / 2);
  }
  .grid-space-xl-at-extra-large > *,
  .grid-col-space-xl-at-extra-large > * {
    padding-inline-start: calc(var(--space-xl) / 2);
    padding-inline-end: calc(var(--space-xl) / 2);
  }
  .grid-space-xl-at-extra-large,
  .grid-row-space-xl-at-extra-large {
    margin-block-end: calc(-1 * var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-large > *,
  .grid-row-space-xl-at-extra-large > * {
    margin-block-end: var(--space-xl) !important;
  }
  .grid-space-xl-at-extra-large.gap-base,
  .grid-space-xl-at-extra-large.gap-vert-base,
  .grid-space-xl-at-extra-large.gap-bottom-base,
  .grid-row-space-xl-at-extra-large.gap-base,
  .grid-row-space-xl-at-extra-large.gap-vert-base,
  .grid-row-space-xl-at-extra-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-large.gap-line,
  .grid-space-xl-at-extra-large.gap-vert-line,
  .grid-space-xl-at-extra-large.gap-bottom-line,
  .grid-row-space-xl-at-extra-large.gap-line,
  .grid-row-space-xl-at-extra-large.gap-vert-line,
  .grid-row-space-xl-at-extra-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-large.gap-small,
  .grid-space-xl-at-extra-large.gap-vert-small,
  .grid-space-xl-at-extra-large.gap-bottom-small,
  .grid-row-space-xl-at-extra-large.gap-small,
  .grid-row-space-xl-at-extra-large.gap-vert-small,
  .grid-row-space-xl-at-extra-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-large.gap-medium,
  .grid-space-xl-at-extra-large.gap-vert-medium,
  .grid-space-xl-at-extra-large.gap-bottom-medium,
  .grid-row-space-xl-at-extra-large.gap-medium,
  .grid-row-space-xl-at-extra-large.gap-vert-medium,
  .grid-row-space-xl-at-extra-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-large.gap-large,
  .grid-space-xl-at-extra-large.gap-vert-large,
  .grid-space-xl-at-extra-large.gap-bottom-large,
  .grid-row-space-xl-at-extra-large.gap-large,
  .grid-row-space-xl-at-extra-large.gap-vert-large,
  .grid-row-space-xl-at-extra-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-large.gap-xl,
  .grid-space-xl-at-extra-large.gap-vert-xl,
  .grid-space-xl-at-extra-large.gap-bottom-xl,
  .grid-row-space-xl-at-extra-large.gap-xl,
  .grid-row-space-xl-at-extra-large.gap-vert-xl,
  .grid-row-space-xl-at-extra-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-large.gap-xxl,
  .grid-space-xl-at-extra-large.gap-vert-xxl,
  .grid-space-xl-at-extra-large.gap-bottom-xxl,
  .grid-row-space-xl-at-extra-large.gap-xxl,
  .grid-row-space-xl-at-extra-large.gap-vert-xxl,
  .grid-row-space-xl-at-extra-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-xl)) !important;
  }
  .grid-space-xl-at-extra-large.gap-none,
  .grid-space-xl-at-extra-large.gap-vert-none,
  .grid-space-xl-at-extra-large.gap-bottom-none,
  .grid-row-space-xl-at-extra-large.gap-none,
  .grid-row-space-xl-at-extra-large.gap-vert-none,
  .grid-row-space-xl-at-extra-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-xl)) !important;
  }
  .grid-space-xxl-at-extra-large,
  .grid-col-space-xxl-at-extra-large {
    margin-inline-start: calc(-1 * var(--space-xxl) / 2);
    margin-inline-end: calc(-1 * var(--space-xxl) / 2);
  }
  .grid-space-xxl-at-extra-large > *,
  .grid-col-space-xxl-at-extra-large > * {
    padding-inline-start: calc(var(--space-xxl) / 2);
    padding-inline-end: calc(var(--space-xxl) / 2);
  }
  .grid-space-xxl-at-extra-large,
  .grid-row-space-xxl-at-extra-large {
    margin-block-end: calc(-1 * var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-large > *,
  .grid-row-space-xxl-at-extra-large > * {
    margin-block-end: var(--space-xxl) !important;
  }
  .grid-space-xxl-at-extra-large.gap-base,
  .grid-space-xxl-at-extra-large.gap-vert-base,
  .grid-space-xxl-at-extra-large.gap-bottom-base,
  .grid-row-space-xxl-at-extra-large.gap-base,
  .grid-row-space-xxl-at-extra-large.gap-vert-base,
  .grid-row-space-xxl-at-extra-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-large.gap-line,
  .grid-space-xxl-at-extra-large.gap-vert-line,
  .grid-space-xxl-at-extra-large.gap-bottom-line,
  .grid-row-space-xxl-at-extra-large.gap-line,
  .grid-row-space-xxl-at-extra-large.gap-vert-line,
  .grid-row-space-xxl-at-extra-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-large.gap-small,
  .grid-space-xxl-at-extra-large.gap-vert-small,
  .grid-space-xxl-at-extra-large.gap-bottom-small,
  .grid-row-space-xxl-at-extra-large.gap-small,
  .grid-row-space-xxl-at-extra-large.gap-vert-small,
  .grid-row-space-xxl-at-extra-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-large.gap-medium,
  .grid-space-xxl-at-extra-large.gap-vert-medium,
  .grid-space-xxl-at-extra-large.gap-bottom-medium,
  .grid-row-space-xxl-at-extra-large.gap-medium,
  .grid-row-space-xxl-at-extra-large.gap-vert-medium,
  .grid-row-space-xxl-at-extra-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-large.gap-large,
  .grid-space-xxl-at-extra-large.gap-vert-large,
  .grid-space-xxl-at-extra-large.gap-bottom-large,
  .grid-row-space-xxl-at-extra-large.gap-large,
  .grid-row-space-xxl-at-extra-large.gap-vert-large,
  .grid-row-space-xxl-at-extra-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-large.gap-xl,
  .grid-space-xxl-at-extra-large.gap-vert-xl,
  .grid-space-xxl-at-extra-large.gap-bottom-xl,
  .grid-row-space-xxl-at-extra-large.gap-xl,
  .grid-row-space-xxl-at-extra-large.gap-vert-xl,
  .grid-row-space-xxl-at-extra-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-large.gap-xxl,
  .grid-space-xxl-at-extra-large.gap-vert-xxl,
  .grid-space-xxl-at-extra-large.gap-bottom-xxl,
  .grid-row-space-xxl-at-extra-large.gap-xxl,
  .grid-row-space-xxl-at-extra-large.gap-vert-xxl,
  .grid-row-space-xxl-at-extra-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-xxl)) !important;
  }
  .grid-space-xxl-at-extra-large.gap-none,
  .grid-space-xxl-at-extra-large.gap-vert-none,
  .grid-space-xxl-at-extra-large.gap-bottom-none,
  .grid-row-space-xxl-at-extra-large.gap-none,
  .grid-row-space-xxl-at-extra-large.gap-vert-none,
  .grid-row-space-xxl-at-extra-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-xxl)) !important;
  }
  .grid-space-none-at-extra-large,
  .grid-col-space-none-at-extra-large {
    margin-inline-start: calc(-1 * var(--space-none) / 2);
    margin-inline-end: calc(-1 * var(--space-none) / 2);
  }
  .grid-space-none-at-extra-large > *,
  .grid-col-space-none-at-extra-large > * {
    padding-inline-start: calc(var(--space-none) / 2);
    padding-inline-end: calc(var(--space-none) / 2);
  }
  .grid-space-none-at-extra-large,
  .grid-row-space-none-at-extra-large {
    margin-block-end: calc(-1 * var(--space-none)) !important;
  }
  .grid-space-none-at-extra-large > *,
  .grid-row-space-none-at-extra-large > * {
    margin-block-end: var(--space-none) !important;
  }
  .grid-space-none-at-extra-large.gap-base,
  .grid-space-none-at-extra-large.gap-vert-base,
  .grid-space-none-at-extra-large.gap-bottom-base,
  .grid-row-space-none-at-extra-large.gap-base,
  .grid-row-space-none-at-extra-large.gap-vert-base,
  .grid-row-space-none-at-extra-large.gap-bottom-base {
    margin-block-end: calc(var(--space-base) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-large.gap-line,
  .grid-space-none-at-extra-large.gap-vert-line,
  .grid-space-none-at-extra-large.gap-bottom-line,
  .grid-row-space-none-at-extra-large.gap-line,
  .grid-row-space-none-at-extra-large.gap-vert-line,
  .grid-row-space-none-at-extra-large.gap-bottom-line {
    margin-block-end: calc(var(--space-line) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-large.gap-small,
  .grid-space-none-at-extra-large.gap-vert-small,
  .grid-space-none-at-extra-large.gap-bottom-small,
  .grid-row-space-none-at-extra-large.gap-small,
  .grid-row-space-none-at-extra-large.gap-vert-small,
  .grid-row-space-none-at-extra-large.gap-bottom-small {
    margin-block-end: calc(var(--space-small) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-large.gap-medium,
  .grid-space-none-at-extra-large.gap-vert-medium,
  .grid-space-none-at-extra-large.gap-bottom-medium,
  .grid-row-space-none-at-extra-large.gap-medium,
  .grid-row-space-none-at-extra-large.gap-vert-medium,
  .grid-row-space-none-at-extra-large.gap-bottom-medium {
    margin-block-end: calc(var(--space-medium) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-large.gap-large,
  .grid-space-none-at-extra-large.gap-vert-large,
  .grid-space-none-at-extra-large.gap-bottom-large,
  .grid-row-space-none-at-extra-large.gap-large,
  .grid-row-space-none-at-extra-large.gap-vert-large,
  .grid-row-space-none-at-extra-large.gap-bottom-large {
    margin-block-end: calc(var(--space-large) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-large.gap-xl,
  .grid-space-none-at-extra-large.gap-vert-xl,
  .grid-space-none-at-extra-large.gap-bottom-xl,
  .grid-row-space-none-at-extra-large.gap-xl,
  .grid-row-space-none-at-extra-large.gap-vert-xl,
  .grid-row-space-none-at-extra-large.gap-bottom-xl {
    margin-block-end: calc(var(--space-xl) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-large.gap-xxl,
  .grid-space-none-at-extra-large.gap-vert-xxl,
  .grid-space-none-at-extra-large.gap-bottom-xxl,
  .grid-row-space-none-at-extra-large.gap-xxl,
  .grid-row-space-none-at-extra-large.gap-vert-xxl,
  .grid-row-space-none-at-extra-large.gap-bottom-xxl {
    margin-block-end: calc(var(--space-xxl) - var(--space-none)) !important;
  }
  .grid-space-none-at-extra-large.gap-none,
  .grid-space-none-at-extra-large.gap-vert-none,
  .grid-space-none-at-extra-large.gap-bottom-none,
  .grid-row-space-none-at-extra-large.gap-none,
  .grid-row-space-none-at-extra-large.gap-vert-none,
  .grid-row-space-none-at-extra-large.gap-bottom-none {
    margin-block-end: calc(var(--space-none) - var(--space-none)) !important;
  }
  .grid-align-left-at-extra-large,
  .flex-align-left-at-extra-large {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .grid-align-center-at-extra-large,
  .flex-align-center-at-extra-large {
    display: flex !important;
    justify-content: center !important;
  }
  .grid-align-right-at-extra-large,
  .flex-align-right-at-extra-large {
    display: flex !important;
    justify-content: flex-end !important;
  }
  .grid-align-justify-at-extra-large,
  .flex-align-justify-at-extra-large {
    display: flex !important;
    justify-content: space-between !important;
  }
  .grid-valign-top-at-extra-large,
  .flex-valign-top-at-extra-large {
    display: flex !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
  }
  .grid-valign-middle-at-extra-large,
  .flex-valign-middle-at-extra-large {
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
  }
  .grid-valign-bottom-at-extra-large,
  .flex-valign-bottom-at-extra-large {
    display: flex !important;
    align-content: flex-end !important;
    align-items: flex-end !important;
  }
  .grid-valign-justify-at-extra-large,
  .flex-valign-justify-at-extra-large {
    display: flex !important;
    align-content: space-between !important;
    align-items: flex-start !important;
  }
}
/* ============================================================
  ELEMENTOR v4 COMPATIBILITY FIX
  Overrides the default padding: 10px injected by Elementor
  on .e-div-block-base elements when used as grid children.
  Targets only direct children of grid-space-* containers
  inside an .elementor context — grid works untouched elsewhere.
============================================================ */
/* 1. Global — width auto pour permettre le débordement des marges négatives */
.elementor [class^=grid],
.elementor [class*=" grid"] {
  width: auto;
}

/* 2. Global — neutralise le padding-block Elementor sur tous les enfants directs de grille */
.elementor [class^=grid] > *,
.elementor [class*=" grid"] > * {
  padding-block: 0;
}

/* 3. Grid utilities — corrige les display écrasés par Elementor */
.elementor .grid-row-equal-heights > * {
  display: flex;
  flex-wrap: wrap;
}

/* 4. Per-spacing override — réapplique les padding-inline corrects selon la classe grid-space-* utilisée */
.elementor .grid-space-base > *,
.elementor .grid-col-space-base > * {
  padding-block: 0;
  padding-inline-start: calc(var(--space-base) / 2);
  padding-inline-end: calc(var(--space-base) / 2);
}

.elementor .grid-space-line > *,
.elementor .grid-col-space-line > * {
  padding-block: 0;
  padding-inline-start: calc(var(--space-line) / 2);
  padding-inline-end: calc(var(--space-line) / 2);
}

.elementor .grid-space-small > *,
.elementor .grid-col-space-small > * {
  padding-block: 0;
  padding-inline-start: calc(var(--space-small) / 2);
  padding-inline-end: calc(var(--space-small) / 2);
}

.elementor .grid-space-medium > *,
.elementor .grid-col-space-medium > * {
  padding-block: 0;
  padding-inline-start: calc(var(--space-medium) / 2);
  padding-inline-end: calc(var(--space-medium) / 2);
}

.elementor .grid-space-large > *,
.elementor .grid-col-space-large > * {
  padding-block: 0;
  padding-inline-start: calc(var(--space-large) / 2);
  padding-inline-end: calc(var(--space-large) / 2);
}

.elementor .grid-space-xl > *,
.elementor .grid-col-space-xl > * {
  padding-block: 0;
  padding-inline-start: calc(var(--space-xl) / 2);
  padding-inline-end: calc(var(--space-xl) / 2);
}

.elementor .grid-space-xxl > *,
.elementor .grid-col-space-xxl > * {
  padding-block: 0;
  padding-inline-start: calc(var(--space-xxl) / 2);
  padding-inline-end: calc(var(--space-xxl) / 2);
}

.elementor .grid-space-none > *,
.elementor .grid-col-space-none > * {
  padding-block: 0;
  padding-inline-start: calc(var(--space-none) / 2);
  padding-inline-end: calc(var(--space-none) / 2);
}

@media (min-width: 374px) {
  .elementor .grid-space-base-at-extra-small > *,
  .elementor .grid-col-space-base-at-extra-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-base) / 2);
    padding-inline-end: calc(var(--space-base) / 2);
  }
  .elementor .grid-space-line-at-extra-small > *,
  .elementor .grid-col-space-line-at-extra-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-line) / 2);
    padding-inline-end: calc(var(--space-line) / 2);
  }
  .elementor .grid-space-small-at-extra-small > *,
  .elementor .grid-col-space-small-at-extra-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-small) / 2);
    padding-inline-end: calc(var(--space-small) / 2);
  }
  .elementor .grid-space-medium-at-extra-small > *,
  .elementor .grid-col-space-medium-at-extra-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-medium) / 2);
    padding-inline-end: calc(var(--space-medium) / 2);
  }
  .elementor .grid-space-large-at-extra-small > *,
  .elementor .grid-col-space-large-at-extra-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-large) / 2);
    padding-inline-end: calc(var(--space-large) / 2);
  }
  .elementor .grid-space-xl-at-extra-small > *,
  .elementor .grid-col-space-xl-at-extra-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-xl) / 2);
    padding-inline-end: calc(var(--space-xl) / 2);
  }
  .elementor .grid-space-xxl-at-extra-small > *,
  .elementor .grid-col-space-xxl-at-extra-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-xxl) / 2);
    padding-inline-end: calc(var(--space-xxl) / 2);
  }
  .elementor .grid-space-none-at-extra-small > *,
  .elementor .grid-col-space-none-at-extra-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-none) / 2);
    padding-inline-end: calc(var(--space-none) / 2);
  }
}
@media (min-width: 480px) {
  .elementor .grid-space-base-at-small > *,
  .elementor .grid-col-space-base-at-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-base) / 2);
    padding-inline-end: calc(var(--space-base) / 2);
  }
  .elementor .grid-space-line-at-small > *,
  .elementor .grid-col-space-line-at-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-line) / 2);
    padding-inline-end: calc(var(--space-line) / 2);
  }
  .elementor .grid-space-small-at-small > *,
  .elementor .grid-col-space-small-at-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-small) / 2);
    padding-inline-end: calc(var(--space-small) / 2);
  }
  .elementor .grid-space-medium-at-small > *,
  .elementor .grid-col-space-medium-at-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-medium) / 2);
    padding-inline-end: calc(var(--space-medium) / 2);
  }
  .elementor .grid-space-large-at-small > *,
  .elementor .grid-col-space-large-at-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-large) / 2);
    padding-inline-end: calc(var(--space-large) / 2);
  }
  .elementor .grid-space-xl-at-small > *,
  .elementor .grid-col-space-xl-at-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-xl) / 2);
    padding-inline-end: calc(var(--space-xl) / 2);
  }
  .elementor .grid-space-xxl-at-small > *,
  .elementor .grid-col-space-xxl-at-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-xxl) / 2);
    padding-inline-end: calc(var(--space-xxl) / 2);
  }
  .elementor .grid-space-none-at-small > *,
  .elementor .grid-col-space-none-at-small > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-none) / 2);
    padding-inline-end: calc(var(--space-none) / 2);
  }
}
@media (min-width: 718px) {
  .elementor .grid-space-base-at-medium > *,
  .elementor .grid-col-space-base-at-medium > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-base) / 2);
    padding-inline-end: calc(var(--space-base) / 2);
  }
  .elementor .grid-space-line-at-medium > *,
  .elementor .grid-col-space-line-at-medium > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-line) / 2);
    padding-inline-end: calc(var(--space-line) / 2);
  }
  .elementor .grid-space-small-at-medium > *,
  .elementor .grid-col-space-small-at-medium > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-small) / 2);
    padding-inline-end: calc(var(--space-small) / 2);
  }
  .elementor .grid-space-medium-at-medium > *,
  .elementor .grid-col-space-medium-at-medium > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-medium) / 2);
    padding-inline-end: calc(var(--space-medium) / 2);
  }
  .elementor .grid-space-large-at-medium > *,
  .elementor .grid-col-space-large-at-medium > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-large) / 2);
    padding-inline-end: calc(var(--space-large) / 2);
  }
  .elementor .grid-space-xl-at-medium > *,
  .elementor .grid-col-space-xl-at-medium > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-xl) / 2);
    padding-inline-end: calc(var(--space-xl) / 2);
  }
  .elementor .grid-space-xxl-at-medium > *,
  .elementor .grid-col-space-xxl-at-medium > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-xxl) / 2);
    padding-inline-end: calc(var(--space-xxl) / 2);
  }
  .elementor .grid-space-none-at-medium > *,
  .elementor .grid-col-space-none-at-medium > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-none) / 2);
    padding-inline-end: calc(var(--space-none) / 2);
  }
}
@media (min-width: 1024px) {
  .elementor .grid-space-base-at-large > *,
  .elementor .grid-col-space-base-at-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-base) / 2);
    padding-inline-end: calc(var(--space-base) / 2);
  }
  .elementor .grid-space-line-at-large > *,
  .elementor .grid-col-space-line-at-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-line) / 2);
    padding-inline-end: calc(var(--space-line) / 2);
  }
  .elementor .grid-space-small-at-large > *,
  .elementor .grid-col-space-small-at-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-small) / 2);
    padding-inline-end: calc(var(--space-small) / 2);
  }
  .elementor .grid-space-medium-at-large > *,
  .elementor .grid-col-space-medium-at-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-medium) / 2);
    padding-inline-end: calc(var(--space-medium) / 2);
  }
  .elementor .grid-space-large-at-large > *,
  .elementor .grid-col-space-large-at-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-large) / 2);
    padding-inline-end: calc(var(--space-large) / 2);
  }
  .elementor .grid-space-xl-at-large > *,
  .elementor .grid-col-space-xl-at-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-xl) / 2);
    padding-inline-end: calc(var(--space-xl) / 2);
  }
  .elementor .grid-space-xxl-at-large > *,
  .elementor .grid-col-space-xxl-at-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-xxl) / 2);
    padding-inline-end: calc(var(--space-xxl) / 2);
  }
  .elementor .grid-space-none-at-large > *,
  .elementor .grid-col-space-none-at-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-none) / 2);
    padding-inline-end: calc(var(--space-none) / 2);
  }
}
@media (min-width: 1292px) {
  .elementor .grid-space-base-at-extra-large > *,
  .elementor .grid-col-space-base-at-extra-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-base) / 2);
    padding-inline-end: calc(var(--space-base) / 2);
  }
  .elementor .grid-space-line-at-extra-large > *,
  .elementor .grid-col-space-line-at-extra-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-line) / 2);
    padding-inline-end: calc(var(--space-line) / 2);
  }
  .elementor .grid-space-small-at-extra-large > *,
  .elementor .grid-col-space-small-at-extra-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-small) / 2);
    padding-inline-end: calc(var(--space-small) / 2);
  }
  .elementor .grid-space-medium-at-extra-large > *,
  .elementor .grid-col-space-medium-at-extra-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-medium) / 2);
    padding-inline-end: calc(var(--space-medium) / 2);
  }
  .elementor .grid-space-large-at-extra-large > *,
  .elementor .grid-col-space-large-at-extra-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-large) / 2);
    padding-inline-end: calc(var(--space-large) / 2);
  }
  .elementor .grid-space-xl-at-extra-large > *,
  .elementor .grid-col-space-xl-at-extra-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-xl) / 2);
    padding-inline-end: calc(var(--space-xl) / 2);
  }
  .elementor .grid-space-xxl-at-extra-large > *,
  .elementor .grid-col-space-xxl-at-extra-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-xxl) / 2);
    padding-inline-end: calc(var(--space-xxl) / 2);
  }
  .elementor .grid-space-none-at-extra-large > *,
  .elementor .grid-col-space-none-at-extra-large > * {
    padding-block: 0;
    padding-inline-start: calc(var(--space-none) / 2);
    padding-inline-end: calc(var(--space-none) / 2);
  }
}
/*-------------------------*\
  Typography
\*-------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-base);
  color: var(--color-text);
}

.type-display,
.type-display body {
  font-size: var(--font-size-display-base);
  line-height: var(--line-height-display-base);
  font-weight: var(--font-weight-base);
  letter-spacing: var(--letter-spacing-display-base);
}

p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

b, strong {
  font-weight: var(--font-weight-medium);
}

i, em {
  font-style: italic;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre, code {
  color: var(--color-text);
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 90%;
  font-weight: normal;
  text-align: left;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  hyphens: none;
}

pre {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: var(--space-line);
  margin-bottom: var(--space-line);
  background-color: var(--color-code-bg);
}

pre code {
  font-size: inherit;
}

:not(pre) > code {
  display: inline;
  padding: 0.3em 0.5em;
  border-radius: 0.2em;
  color: var(--color-rose);
  background-color: var(--color-accent);
  white-space: normal;
}

h1:not(:first-child),
.h1:not(:first-child),
h2:not(:first-child),
.h2:not(:first-child),
h3:not(:first-child),
.h3:not(:first-child),
h4:not(:first-child),
.h4:not(:first-child),
h5:not(:first-child),
.h5:not(:first-child),
h6:not(:first-child),
.h6:not(:first-child) {
  margin-top: 2.5em;
}

h1:not(:last-child),
.h1:not(:last-child),
h2:not(:last-child),
.h2:not(:last-child),
h3:not(:last-child),
.h3:not(:last-child),
h4:not(:last-child),
.h4:not(:last-child),
h5:not(:last-child),
.h5:not(:last-child),
h6:not(:last-child),
.h6:not(:last-child) {
  margin-bottom: 1em;
}

h1, .h1 {
  font-family: var(--font-family-h1);
  font-size: var(--font-size-h1-base);
  line-height: var(--line-height-h1-base);
  letter-spacing: var(--letter-spacing-h1-medium);
  font-weight: var(--font-weight-h1);
}

@media (min-width: 718px) {
  h1, .h1 {
    font-size: var(--font-size-h1-medium);
    line-height: var(--line-height-h1-medium);
    letter-spacing: var(--letter-spacing-h1-medium);
  }
}
.type-display h1, .type-display .h1 {
  font-size: var(--font-size-display-h1-base);
  line-height: var(--line-height-display-h1-base);
  letter-spacing: var(--letter-spacing-display-h1-base);
  font-weight: var(--font-weight-display-h1);
}

@media (min-width: 718px) {
  .type-display h1, .type-display .h1 {
    font-size: var(--font-size-display-h1-medium);
    line-height: var(--line-height-display-h1-medium);
    letter-spacing: var(--letter-spacing-display-h1-medium);
  }
}
h2, .h2 {
  font-family: var(--font-family-h2);
  font-size: var(--font-size-h2-base);
  line-height: var(--line-height-h2-base);
  letter-spacing: var(--letter-spacing-h2-base);
  font-weight: var(--font-weight-h2);
}

@media (min-width: 718px) {
  h2, .h2 {
    font-size: var(--font-size-h2-medium);
    line-height: var(--line-height-h2-medium);
    letter-spacing: var(--letter-spacing-h2-medium);
  }
}
.type-display h2, .type-display .h2 {
  font-size: var(--font-size-display-h2-base);
  line-height: var(--line-height-display-h2-base);
  letter-spacing: var(--letter-spacing-display-h2-base);
}

@media (min-width: 718px) {
  .type-display h2, .type-display .h2 {
    font-size: var(--font-size-display-h2-medium);
    line-height: var(--line-height-display-h2-medium);
    letter-spacing: var(--letter-spacing-display-h2-medium);
  }
}
h3, .h3 {
  font-family: var(--font-family-h3);
  font-size: var(--font-size-h3-base);
  line-height: var(--line-height-h3-base);
  letter-spacing: var(--letter-spacing-h3-base);
  font-weight: var(--font-weight-h3);
}

@media (min-width: 718px) {
  h3, .h3 {
    font-size: var(--font-size-h3-medium);
    line-height: var(--line-height-h3-medium);
    letter-spacing: var(--letter-spacing-h3-medium);
  }
}
.type-display h3, .type-display .h3 {
  font-size: var(--font-size-display-h3-base);
  line-height: var(--line-height-display-h3-base);
  letter-spacing: var(--letter-spacing-display-h3-base);
}

@media (min-width: 718px) {
  .type-display h3, .type-display .h3 {
    font-size: var(--font-size-display-h3-medium);
    line-height: var(--line-height-display-h3-medium);
    letter-spacing: var(--letter-spacing-display-h3-medium);
  }
}
h4, .h4 {
  font-family: var(--font-family-h4);
  font-size: var(--font-size-h4-base);
  line-height: var(--line-height-h4-base);
  letter-spacing: var(--letter-spacing-h4-base);
  font-weight: var(--font-weight-h4);
}

@media (min-width: 718px) {
  h4, .h4 {
    font-size: var(--font-size-h4-medium);
    line-height: var(--line-height-h4-medium);
    letter-spacing: var(--letter-spacing-h4-medium);
  }
}
.type-display h4 .type-display .h4 {
  font-size: var(--font-size-display-h4-base);
  line-height: var(--line-height-display-h4-base);
  letter-spacing: var(--letter-spacing-display-h4-base);
}

@media (min-width: 718px) {
  .type-display h4, .type-display .h4 {
    font-size: var(--font-size-display-h4-medium);
    line-height: var(--line-height-display-h4-medium);
    letter-spacing: var(--letter-spacing-display-h4-medium);
  }
}
h5, .h5 {
  font-family: var(--font-family-h5);
  font-size: var(--font-size-h5-base);
  line-height: var(--line-height-h5-base);
  font-weight: var(--font-weight-h5);
}

@media (min-width: 718px) {
  h5, .h5 {
    font-size: var(--font-size-h5-medium);
    line-height: var(--line-height-h5-medium);
    letter-spacing: var(--letter-spacing-h5-medium);
  }
}
.type-display h5, .type-display .h5 {
  font-size: var(--font-size-display-h5-base);
  line-height: var(--line-height-display-h5-base);
  letter-spacing: var(--letter-spacing-display-normal);
}

@media (min-width: 718px) {
  .type-display h5, .type-display .h5 {
    font-size: var(--font-size-display-h5-medium);
    line-height: var(--line-height-display-h5-medium);
    letter-spacing: var(--letter-spacing-display-h5-medium);
  }
}
h6, .h6 {
  font-family: var(--font-family-h6);
  font-size: var(--font-size-h6-base);
  line-height: var(--line-height-h6-base);
  font-weight: var(--font-weight-h6);
}

@media (min-width: 718px) {
  h6, .h6 {
    font-size: var(--font-size-h6-medium);
    line-height: var(--line-height-h6-medium);
  }
}
.type-display h6, .type-display .h6 {
  font-size: var(--font-size-display-h6-base);
  line-height: var(--line-height-display-h6-base);
  letter-spacing: var(--letter-spacing-display-normal);
}

@media (min-width: 718px) {
  .type-display h6, .type-display .h6 {
    font-size: var(--font-size-display-h6-medium);
    line-height: var(--line-height-display-h6-medium);
  }
}
/*-------------------------*\
  Elementor Widgets
  Patch for optimization and custom styles for Elementor widgets.
\*-------------------------*/
.elementor-kit-10 p:last-child {
  margin-block-end: 0;
}

.MobileMenu .elementor-nav-menu--dropdown .elementor-sub-item {
  font-size: 14px !important;
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.elementor-1226 .elementor-element.elementor-element-5d7c013 .elementor-nav-menu--dropdown a:focus {
  color: var(--e-global-color-text);
}

/*-----------------------------------*\
  Elementor Accordion Widget
\*-----------------------------------*/
/* Exclusion pour les widgets avec la classe 'accordion-space' */
.accordion-space .e-n-accordion-item:last-child {
  border-bottom: none;
}

.accordion-border .elementor-accordion .elementor-tab-content {
  border-top: none;
}

.accordion-border .elementor-accordion .elementor-accordion-item {
  border: none;
  border-top: 1px solid #D9D9D9;
}

.accordion-border .elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: 1px solid #D9D9D9;
}

.accordion-space .elementor-accordion .elementor-tab-content {
  border-top: none;
}

.accordion-space .elementor-accordion .elementor-accordion-item {
  border: none;
  border-top: none;
}

.accordion-space .elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: 1px solid lightgray;
}

.accordion-space .elementor-accordion-item {
  margin-bottom: 30px;
}

.e-n-accordion-item:last-child {
  border-bottom: 1px solid var(--color-border);
}

/*-----------------------------------*\
  Elementor Tabs Widget
\*-----------------------------------*/
/* Reset et style de base du conteneur principal */
.elementor-widget-n-tabs .e-n-tabs {
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: visible !important; /* Permet au contenu de déborder */
}

/* Style spécifique pour l'en-tête des tabs */
.elementor-widget-n-tabs .e-n-tabs-heading {
  background-color: #f2f2f2;
  margin: 0;
  border-radius: 30px;
  padding: 7px;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  width: 100%;
  overflow-x: scroll !important; /* Force le défilement */
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: smooth; /* Défilement plus fluide */
  margin: 0 !important;
  position: relative;
  z-index: 10;
}

/* Supprime les barres de défilement sans perdre la fonctionnalité (masque la scrollbar sur Chrome/Safari) */
.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
  display: none;
}

.elementor-widget-n-tabs .e-n-tabs-heading {
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}

/* Style pour les boutons de tab individuels */
.elementor-widget-n-tabs .e-n-tab-title {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  float: none !important;
  white-space: nowrap !important;
  position: relative !important;
  /* Espacement entre les tabs */
  margin-right: 5px !important;
}

/* Gestion spécifique pour le contenu */
.elementor-widget-n-tabs .e-n-tabs-content {
  clear: both;
  width: 100%;
}

/* Styles responsives pour desktop */
@media (min-width: 718px) {
  .elementor-widget-n-tabs .e-n-tabs {
    align-items: center !important;
  }
  .elementor-widget-n-tabs .e-n-tabs-heading {
    justify-content: center; /* Centrage sur desktop */
    overflow-x: visible !important; /* Désactive le scroll si tous les onglets sont visibles */
    width: auto;
  }
}
/*-----------------------------------*\
  Elementor Form Widget
\*-----------------------------------*/
@media (max-width: 718px) {
  .newsletter .elementor-field-group.elementor-field-type-submit {
    width: 100%;
    order: 1;
  }
}

/*-----------------------------------*\
  Elementor Icon List Widget
\*-----------------------------------*/
/* .elementor-widget .elementor-icon-list-icon { top:8px !important; } */
.elementor-icon-list-icon {
  display: inline-flex;
  align-items: flex-start;
  flex-shrink: 0;
}

/* .elementor-icon-list-icon svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
} */
.dialog-message {
  line-height: inherit;
}

.elementor-popup-modal .dialog-close-button {
  padding: 8px;
  border-radius: 5px;
  transition: opacity var(--duration-quick) var(--easing-sharp);
}

/*-------------------------*\
  Links
\*-------------------------*/
a[data-js-href] {
  cursor: pointer;
}

a,
.link {
  color: var(--color-link);
  font-weight: var(--font-weight-medium);
  text-decoration: none;
}

a.hotspot,
.link.hotspot {
  display: block;
  color: inherit !important;
  font-weight: inherit !important;
}

.bg-invert a,
.bg-theme a,
.bg-invert .link,
.bg-theme .link {
  color: white;
}

.theme-red a,
.theme-red .link,
[class^=theme-] .theme-red a,
[class^=theme-] .theme-red .link,
[class*=" theme-"] .theme-red a,
[class*=" theme-"] .theme-red .link {
  color: var(--color-red);
}

.theme-red .bg-theme a,
.theme-red .bg-theme .link,
[class^=theme-] .theme-red .bg-theme a,
[class^=theme-] .theme-red .bg-theme .link,
[class*=" theme-"] .theme-red .bg-theme a,
[class*=" theme-"] .theme-red .bg-theme .link {
  color: white;
}

.theme-red .bg-invert a,
.theme-red .bg-invert .link,
[class^=theme-] .theme-red .bg-invert a,
[class^=theme-] .theme-red .bg-invert .link,
[class*=" theme-"] .theme-red .bg-invert a,
[class*=" theme-"] .theme-red .bg-invert .link {
  color: var(--color-red-light);
}

.theme-red .bg-white a,
.theme-red .bg-white .link,
[class^=theme-] .theme-red .bg-white a,
[class^=theme-] .theme-red .bg-white .link,
[class*=" theme-"] .theme-red .bg-white a,
[class*=" theme-"] .theme-red .bg-white .link {
  color: var(--color-red);
}

/* Other */
.link-icon-body {
  padding-left: calc(40px + var(--space-base));
}

.link-video-body-small {
  padding-left: calc(var(--space-small) + var(--space-base));
}

.link-video-body-medium {
  padding-left: calc(var(--space-medium) + var(--space-base));
}

.link-video-body-large {
  padding-left: calc(var(--space-large) + var(--space-base));
}

/*-------------------------*\
  Utilities
\*-------------------------*/
/* Alignment */
.center-horizontally {
  margin-left: auto;
  margin-right: auto;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-justify {
  text-align: justify !important;
}

.valign-baseline {
  vertical-align: baseline !important;
}

.valign-baseline * {
  vertical-align: inherit;
}

.valign-top {
  vertical-align: top !important;
}

.valign-top * {
  vertical-align: inherit;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-middle * {
  vertical-align: inherit;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.valign-bottom * {
  vertical-align: inherit;
}

@media (min-width: 374px) {
  .align-left-at-extra-small {
    text-align: left !important;
  }
  .align-center-at-extra-small {
    text-align: center !important;
  }
  .align-right-at-extra-small {
    text-align: right !important;
  }
  .align-justify-at-extra-small {
    text-align: justify !important;
  }
  .valign-baseline-at-extra-small {
    vertical-align: baseline !important;
  }
  .valign-baseline-at-extra-small * {
    vertical-align: inherit;
  }
  .valign-top-at-extra-small {
    vertical-align: top !important;
  }
  .valign-top-at-extra-small * {
    vertical-align: inherit;
  }
  .valign-middle-at-extra-small {
    vertical-align: middle !important;
  }
  .valign-middle-at-extra-small * {
    vertical-align: inherit;
  }
  .valign-bottom-at-extra-small {
    vertical-align: bottom !important;
  }
  .valign-bottom-at-extra-small * {
    vertical-align: inherit;
  }
}
@media (min-width: 480px) {
  .align-left-at-small {
    text-align: left !important;
  }
  .align-center-at-small {
    text-align: center !important;
  }
  .align-right-at-small {
    text-align: right !important;
  }
  .align-justify-at-small {
    text-align: justify !important;
  }
  .valign-baseline-at-small {
    vertical-align: baseline !important;
  }
  .valign-baseline-at-small * {
    vertical-align: inherit;
  }
  .valign-top-at-small {
    vertical-align: top !important;
  }
  .valign-top-at-small * {
    vertical-align: inherit;
  }
  .valign-middle-at-small {
    vertical-align: middle !important;
  }
  .valign-middle-at-small * {
    vertical-align: inherit;
  }
  .valign-bottom-at-small {
    vertical-align: bottom !important;
  }
  .valign-bottom-at-small * {
    vertical-align: inherit;
  }
}
@media (min-width: 718px) {
  .align-left-at-medium {
    text-align: left !important;
  }
  .align-center-at-medium {
    text-align: center !important;
  }
  .align-right-at-medium {
    text-align: right !important;
  }
  .align-justify-at-medium {
    text-align: justify !important;
  }
  .valign-baseline-at-medium {
    vertical-align: baseline !important;
  }
  .valign-baseline-at-medium * {
    vertical-align: inherit;
  }
  .valign-top-at-medium {
    vertical-align: top !important;
  }
  .valign-top-at-medium * {
    vertical-align: inherit;
  }
  .valign-middle-at-medium {
    vertical-align: middle !important;
  }
  .valign-middle-at-medium * {
    vertical-align: inherit;
  }
  .valign-bottom-at-medium {
    vertical-align: bottom !important;
  }
  .valign-bottom-at-medium * {
    vertical-align: inherit;
  }
}
@media (min-width: 1024px) {
  .align-left-at-large {
    text-align: left !important;
  }
  .align-center-at-large {
    text-align: center !important;
  }
  .align-right-at-large {
    text-align: right !important;
  }
  .align-justify-at-large {
    text-align: justify !important;
  }
  .valign-baseline-at-large {
    vertical-align: baseline !important;
  }
  .valign-baseline-at-large * {
    vertical-align: inherit;
  }
  .valign-top-at-large {
    vertical-align: top !important;
  }
  .valign-top-at-large * {
    vertical-align: inherit;
  }
  .valign-middle-at-large {
    vertical-align: middle !important;
  }
  .valign-middle-at-large * {
    vertical-align: inherit;
  }
  .valign-bottom-at-large {
    vertical-align: bottom !important;
  }
  .valign-bottom-at-large * {
    vertical-align: inherit;
  }
}
@media (min-width: 1292px) {
  .align-left-at-extra-large {
    text-align: left !important;
  }
  .align-center-at-extra-large {
    text-align: center !important;
  }
  .align-right-at-extra-large {
    text-align: right !important;
  }
  .align-justify-at-extra-large {
    text-align: justify !important;
  }
  .valign-baseline-at-extra-large {
    vertical-align: baseline !important;
  }
  .valign-baseline-at-extra-large * {
    vertical-align: inherit;
  }
  .valign-top-at-extra-large {
    vertical-align: top !important;
  }
  .valign-top-at-extra-large * {
    vertical-align: inherit;
  }
  .valign-middle-at-extra-large {
    vertical-align: middle !important;
  }
  .valign-middle-at-extra-large * {
    vertical-align: inherit;
  }
  .valign-bottom-at-extra-large {
    vertical-align: bottom !important;
  }
  .valign-bottom-at-extra-large * {
    vertical-align: inherit;
  }
}
/* Aspect Ratio */
.aspect-ratio-square {
  padding-top: 100%;
}

.aspect-ratio-rect {
  padding-top: calc(50% - 10px);
}

.aspect-ratio-square,
.aspect-ratio-rect {
  position: relative;
  height: 0;
}

.aspect-ratio-square > *,
.aspect-ratio-rect > * {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100;
}

@media (min-width: 374px) {
  .aspect-ratio-square-at-extra-small {
    padding-top: 100%;
  }
  .aspect-ratio-rect-at-extra-small {
    padding-top: calc(50% - 10px);
  }
  .aspect-ratio-square-at-extra-small,
  .aspect-ratio-rect-at-extra-small {
    position: relative;
    height: 0;
  }
  .aspect-ratio-square-at-extra-small > *,
  .aspect-ratio-rect-at-extra-small > * {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .aspect-ratio-square-at-small {
    padding-top: 100%;
  }
  .aspect-ratio-rect-at-small {
    padding-top: calc(50% - 10px);
  }
  .aspect-ratio-square-at-small,
  .aspect-ratio-rect-at-small {
    position: relative;
    height: 0;
  }
  .aspect-ratio-square-at-small > *,
  .aspect-ratio-rect-at-small > * {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }
}
@media (min-width: 718px) {
  .aspect-ratio-square-at-medium {
    padding-top: 100%;
  }
  .aspect-ratio-rect-at-medium {
    padding-top: calc(50% - 10px);
  }
  .aspect-ratio-square-at-medium,
  .aspect-ratio-rect-at-medium {
    position: relative;
    height: 0;
  }
  .aspect-ratio-square-at-medium > *,
  .aspect-ratio-rect-at-medium > * {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .aspect-ratio-square-at-large {
    padding-top: 100%;
  }
  .aspect-ratio-rect-at-large {
    padding-top: calc(50% - 10px);
  }
  .aspect-ratio-square-at-large,
  .aspect-ratio-rect-at-large {
    position: relative;
    height: 0;
  }
  .aspect-ratio-square-at-large > *,
  .aspect-ratio-rect-at-large > * {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }
}
@media (min-width: 1292px) {
  .aspect-ratio-square-at-extra-large {
    padding-top: 100%;
  }
  .aspect-ratio-rect-at-extra-large {
    padding-top: calc(50% - 10px);
  }
  .aspect-ratio-square-at-extra-large,
  .aspect-ratio-rect-at-extra-large {
    position: relative;
    height: 0;
  }
  .aspect-ratio-square-at-extra-large > *,
  .aspect-ratio-rect-at-extra-large > * {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }
}
/* Borders */
.border-rounded {
  border-radius: var(--border-radius) !important;
}

.border-rounded-large {
  border-radius: var(--border-radius-large) !important;
}

.border-all {
  border-top: 1px solid var(--color-border) !important;
  border-right: 1px solid var(--color-border) !important;
  border-bottom: 1px solid var(--color-border) !important;
  border-left: 1px solid var(--color-border) !important;
}

.border-none {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.border-vert {
  border-top: 1px solid var(--color-border) !important;
  border-bottom: 1px solid var(--color-border) !important;
}

.border-vert-none {
  border-top: none !important;
  border-bottom: none !important;
}

.border-horz {
  border-right: 1px solid var(--color-border) !important;
  border-left: 1px solid var(--color-border) !important;
}

.border-horz-none {
  border-right: none !important;
  border-left: none !important;
}

.border-top {
  border-top: 1px solid var(--color-border) !important;
}

.border-top-none {
  border-top: none !important;
}

.border-bottom {
  border-bottom: 1px solid var(--color-border) !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-left {
  border-left: 1px solid var(--color-border) !important;
}

.border-left-none {
  border-left: none !important;
}

.border-right {
  border-right: 1px solid var(--color-border) !important;
}

.border-right-none {
  border-right: none !important;
}

@media (min-width: 374px) {
  .border-rounded-at-extra-small {
    border-radius: var(--border-radius) !important;
  }
  .border-rounded-large-at-extra-small {
    border-radius: var(--border-radius-large) !important;
  }
  .border-all-at-extra-small {
    border-top: 1px solid var(--color-border) !important;
    border-right: 1px solid var(--color-border) !important;
    border-bottom: 1px solid var(--color-border) !important;
    border-left: 1px solid var(--color-border) !important;
  }
  .border-none-at-extra-small {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .border-vert-at-extra-small {
    border-top: 1px solid var(--color-border) !important;
    border-bottom: 1px solid var(--color-border) !important;
  }
  .border-vert-none-at-extra-small {
    border-top: none !important;
    border-bottom: none !important;
  }
  .border-horz-at-extra-small {
    border-right: 1px solid var(--color-border) !important;
    border-left: 1px solid var(--color-border) !important;
  }
  .border-horz-none-at-extra-small {
    border-right: none !important;
    border-left: none !important;
  }
  .border-top-at-extra-small {
    border-top: 1px solid var(--color-border) !important;
  }
  .border-top-none-at-extra-small {
    border-top: none !important;
  }
  .border-bottom-at-extra-small {
    border-bottom: 1px solid var(--color-border) !important;
  }
  .border-bottom-none-at-extra-small {
    border-bottom: none !important;
  }
  .border-left-at-extra-small {
    border-left: 1px solid var(--color-border) !important;
  }
  .border-left-none-at-extra-small {
    border-left: none !important;
  }
  .border-right-at-extra-small {
    border-right: 1px solid var(--color-border) !important;
  }
  .border-right-none-at-extra-small {
    border-right: none !important;
  }
}
@media (min-width: 480px) {
  .border-rounded-at-small {
    border-radius: var(--border-radius) !important;
  }
  .border-rounded-large-at-small {
    border-radius: var(--border-radius-large) !important;
  }
  .border-all-at-small {
    border-top: 1px solid var(--color-border) !important;
    border-right: 1px solid var(--color-border) !important;
    border-bottom: 1px solid var(--color-border) !important;
    border-left: 1px solid var(--color-border) !important;
  }
  .border-none-at-small {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .border-vert-at-small {
    border-top: 1px solid var(--color-border) !important;
    border-bottom: 1px solid var(--color-border) !important;
  }
  .border-vert-none-at-small {
    border-top: none !important;
    border-bottom: none !important;
  }
  .border-horz-at-small {
    border-right: 1px solid var(--color-border) !important;
    border-left: 1px solid var(--color-border) !important;
  }
  .border-horz-none-at-small {
    border-right: none !important;
    border-left: none !important;
  }
  .border-top-at-small {
    border-top: 1px solid var(--color-border) !important;
  }
  .border-top-none-at-small {
    border-top: none !important;
  }
  .border-bottom-at-small {
    border-bottom: 1px solid var(--color-border) !important;
  }
  .border-bottom-none-at-small {
    border-bottom: none !important;
  }
  .border-left-at-small {
    border-left: 1px solid var(--color-border) !important;
  }
  .border-left-none-at-small {
    border-left: none !important;
  }
  .border-right-at-small {
    border-right: 1px solid var(--color-border) !important;
  }
  .border-right-none-at-small {
    border-right: none !important;
  }
}
@media (min-width: 718px) {
  .border-rounded-at-medium {
    border-radius: var(--border-radius) !important;
  }
  .border-rounded-large-at-medium {
    border-radius: var(--border-radius-large) !important;
  }
  .border-all-at-medium {
    border-top: 1px solid var(--color-border) !important;
    border-right: 1px solid var(--color-border) !important;
    border-bottom: 1px solid var(--color-border) !important;
    border-left: 1px solid var(--color-border) !important;
  }
  .border-none-at-medium {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .border-vert-at-medium {
    border-top: 1px solid var(--color-border) !important;
    border-bottom: 1px solid var(--color-border) !important;
  }
  .border-vert-none-at-medium {
    border-top: none !important;
    border-bottom: none !important;
  }
  .border-horz-at-medium {
    border-right: 1px solid var(--color-border) !important;
    border-left: 1px solid var(--color-border) !important;
  }
  .border-horz-none-at-medium {
    border-right: none !important;
    border-left: none !important;
  }
  .border-top-at-medium {
    border-top: 1px solid var(--color-border) !important;
  }
  .border-top-none-at-medium {
    border-top: none !important;
  }
  .border-bottom-at-medium {
    border-bottom: 1px solid var(--color-border) !important;
  }
  .border-bottom-none-at-medium {
    border-bottom: none !important;
  }
  .border-left-at-medium {
    border-left: 1px solid var(--color-border) !important;
  }
  .border-left-none-at-medium {
    border-left: none !important;
  }
  .border-right-at-medium {
    border-right: 1px solid var(--color-border) !important;
  }
  .border-right-none-at-medium {
    border-right: none !important;
  }
}
@media (min-width: 1024px) {
  .border-rounded-at-large {
    border-radius: var(--border-radius) !important;
  }
  .border-rounded-large-at-large {
    border-radius: var(--border-radius-large) !important;
  }
  .border-all-at-large {
    border-top: 1px solid var(--color-border) !important;
    border-right: 1px solid var(--color-border) !important;
    border-bottom: 1px solid var(--color-border) !important;
    border-left: 1px solid var(--color-border) !important;
  }
  .border-none-at-large {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .border-vert-at-large {
    border-top: 1px solid var(--color-border) !important;
    border-bottom: 1px solid var(--color-border) !important;
  }
  .border-vert-none-at-large {
    border-top: none !important;
    border-bottom: none !important;
  }
  .border-horz-at-large {
    border-right: 1px solid var(--color-border) !important;
    border-left: 1px solid var(--color-border) !important;
  }
  .border-horz-none-at-large {
    border-right: none !important;
    border-left: none !important;
  }
  .border-top-at-large {
    border-top: 1px solid var(--color-border) !important;
  }
  .border-top-none-at-large {
    border-top: none !important;
  }
  .border-bottom-at-large {
    border-bottom: 1px solid var(--color-border) !important;
  }
  .border-bottom-none-at-large {
    border-bottom: none !important;
  }
  .border-left-at-large {
    border-left: 1px solid var(--color-border) !important;
  }
  .border-left-none-at-large {
    border-left: none !important;
  }
  .border-right-at-large {
    border-right: 1px solid var(--color-border) !important;
  }
  .border-right-none-at-large {
    border-right: none !important;
  }
}
@media (min-width: 1292px) {
  .border-rounded-at-extra-large {
    border-radius: var(--border-radius) !important;
  }
  .border-rounded-large-at-extra-large {
    border-radius: var(--border-radius-large) !important;
  }
  .border-all-at-extra-large {
    border-top: 1px solid var(--color-border) !important;
    border-right: 1px solid var(--color-border) !important;
    border-bottom: 1px solid var(--color-border) !important;
    border-left: 1px solid var(--color-border) !important;
  }
  .border-none-at-extra-large {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  .border-vert-at-extra-large {
    border-top: 1px solid var(--color-border) !important;
    border-bottom: 1px solid var(--color-border) !important;
  }
  .border-vert-none-at-extra-large {
    border-top: none !important;
    border-bottom: none !important;
  }
  .border-horz-at-extra-large {
    border-right: 1px solid var(--color-border) !important;
    border-left: 1px solid var(--color-border) !important;
  }
  .border-horz-none-at-extra-large {
    border-right: none !important;
    border-left: none !important;
  }
  .border-top-at-extra-large {
    border-top: 1px solid var(--color-border) !important;
  }
  .border-top-none-at-extra-large {
    border-top: none !important;
  }
  .border-bottom-at-extra-large {
    border-bottom: 1px solid var(--color-border) !important;
  }
  .border-bottom-none-at-extra-large {
    border-bottom: none !important;
  }
  .border-left-at-extra-large {
    border-left: 1px solid var(--color-border) !important;
  }
  .border-left-none-at-extra-large {
    border-left: none !important;
  }
  .border-right-at-extra-large {
    border-right: 1px solid var(--color-border) !important;
  }
  .border-right-none-at-extra-large {
    border-right: none !important;
  }
}
/* invert */
/* .bg-invert,
.bg-theme { color:white; background-color:var(--color-charcoal) } */
.bg-theme {
  color: var(--color-body-bg);
  background-color: var(--color-primary);
}

.bg-invert {
  color: white;
  background-color: var(--color-charcoal);
}

.bg-invert .icon-theme [fill]:not([fill=none]):not([fill^=url]),
.bg-theme .icon-theme [fill]:not([fill=none]):not([fill^=url]) {
  fill: white;
}

.bg-invert .icon-theme [stroke]:not([stroke=transparent]),
.bg-theme .icon-theme [stroke]:not([stroke=transparent]) {
  stroke: white;
}

/* red */
.color-red {
  color: var(--color-red) !important;
}

.bg-red {
  background-color: var(--color-red) !important;
}

.icon-red [fill]:not([fill=none]):not([fill^=url]) {
  fill: var(--color-red) !important;
}

.icon-red [stroke]:not([stroke=transparent]) {
  stroke: var(--color-red) !important;
}

/* blue */
.color-blue {
  color: var(--color-blue) !important;
}

.bg-blue {
  background-color: var(--color-blue) !important;
}

.icon-blue [fill]:not([fill=none]):not([fill^=url]) {
  fill: var(--color-blue) !important;
}

.icon-blue [stroke]:not([stroke=transparent]) {
  stroke: var(--color-blue) !important;
}

/* charcoal */
.color-charcoal {
  color: var(--color-charcoal) !important;
}

.bg-charcoal {
  background-color: var(--color-charcoal) !important;
}

.icon-charcoal [fill]:not([fill=none]):not([fill^=url]) {
  fill: var(--color-charcoal) !important;
}

.icon-charcoal [stroke]:not([stroke=transparent]) {
  stroke: var(--color-charcoal) !important;
}

/* text */
.color-text {
  color: var(--color-text) !important;
}

.bg-text {
  background-color: var(--color-text) !important;
}

.icon-text [fill]:not([fill=none]):not([fill^=url]) {
  fill: var(--color-text) !important;
}

.icon-text [stroke]:not([stroke=transparent]) {
  stroke: var(--color-text) !important;
}

/* gray */
.color-gray {
  color: var(--color-gray) !important;
}

.bg-gray {
  background-color: var(--color-gray) !important;
}

.icon-gray [fill]:not([fill=none]):not([fill^=url]) {
  fill: var(--color-gray) !important;
}

.icon-gray [stroke]:not([stroke=transparent]) {
  stroke: var(--color-gray) !important;
}

/* gray light */
.color-gray-light {
  color: var(--color-gray-30) !important;
}

.bg-gray-light {
  background-color: var(--color-gray-30) !important;
}

.icon-gray-light [fill]:not([fill=none]):not([fill^=url]) {
  fill: var(--color-gray-30) !important;
}

.icon-gray-light [stroke]:not([stroke=transparent]) {
  stroke: var(--color-gray-30) !important;
}

/* accent */
.color-accent {
  color: var(--color-accent) !important;
}

.bg-accent {
  background-color: var(--color-accent) !important;
}

.icon-accent [fill]:not([fill=none]):not([fill^=url]) {
  fill: var(--color-accent) !important;
}

.icon-accent [stroke]:not([stroke=transparent]) {
  stroke: var(--color-accent) !important;
}

/* white */
.color-white {
  color: white !important;
}

.bg-white {
  background-color: var(--color-body-bg) !important;
}

.icon-white [fill]:not([fill=none]):not([fill^=url]) {
  fill: white !important;
}

.icon-white [stroke]:not([stroke=transparent]) {
  stroke: white !important;
}

.theme-red .color-theme,
[class^=theme-] .theme-red .color-theme,
[class*=" theme-"] .theme-red .color-theme {
  color: var(--color-red);
}

.theme-red .icon-theme [fill]:not([fill=none]):not([fill^=url]),
[class^=theme-] .theme-red .icon-theme [fill]:not([fill=none]):not([fill^=url]),
[class*=" theme-"] .theme-red .icon-theme [fill]:not([fill=none]):not([fill^=url]) {
  fill: var(--color-red);
}

.theme-red .icon-theme [stroke]:not([stroke=transparent]),
[class^=theme-] .theme-red .icon-theme [stroke]:not([stroke=transparent]),
[class*=" theme-"] .theme-red .icon-theme [stroke]:not([stroke=transparent]) {
  stroke: var(--color-red);
}

.theme-red .bg-invert .icon-theme [fill]:not([fill=none]):not([fill^=url]),
[class^=theme-] .theme-red .bg-invert .icon-theme [fill]:not([fill=none]):not([fill^=url]),
[class*=" theme-"] .theme-red .bg-invert .icon-theme [fill]:not([fill=none]):not([fill^=url]) {
  fill: var(--color-red-light);
}

.theme-red .bg-invert .icon-theme [stroke]:not([stroke=transparent]),
[class^=theme-] .theme-red .bg-invert .icon-theme [stroke]:not([stroke=transparent]),
[class*=" theme-"] .theme-red .bg-invert .icon-theme [stroke]:not([stroke=transparent]) {
  stroke: var(--color-red-light);
}

.theme-red .bg-theme,
[class^=theme-] .theme-red .bg-theme,
[class*=" theme-"] .theme-red .bg-theme {
  background-color: var(--color-red);
}

.theme-red .bg-theme .icon-theme [fill]:not([fill=none]):not([fill^=url]),
[class^=theme-] .theme-red .bg-theme .icon-theme [fill]:not([fill=none]):not([fill^=url]),
[class*=" theme-"] .theme-red .bg-theme .icon-theme [fill]:not([fill=none]):not([fill^=url]) {
  fill: white;
}

.theme-red .bg-theme .icon-theme [stroke]:not([stroke=transparent]),
[class^=theme-] .theme-red .bg-theme .icon-theme [stroke]:not([stroke=transparent]),
[class*=" theme-"] .theme-red .bg-theme .icon-theme [stroke]:not([stroke=transparent]) {
  stroke: white;
}

.theme-red .bg-white,
[class^=theme-] .theme-red .bg-white,
[class*=" theme-"] .theme-red .bg-white {
  color: var(--color-text);
}

.theme-red .bg-white .icon-theme [fill]:not([fill=none]):not([fill^=url]),
[class^=theme-] .theme-red .bg-white .icon-theme [fill]:not([fill=none]):not([fill^=url]),
[class*=" theme-"] .theme-red .bg-white .icon-theme [fill]:not([fill=none]):not([fill^=url]) {
  fill: var(--color-red);
}

.theme-red .bg-white .icon-theme [stroke]:not([stroke=transparent]),
[class^=theme-] .theme-red .bg-white .icon-theme [stroke]:not([stroke=transparent]),
[class*=" theme-"] .theme-red .bg-white .icon-theme [stroke]:not([stroke=transparent]) {
  stroke: var(--color-red);
}

/* Content (Container) */
.content {
  margin-left: auto;
  margin-right: auto;
  width: var(--container-width-base);
}

@media (min-width: 374px) {
  .content {
    width: var(--container-width-extra-small);
  }
}
@media (min-width: 480px) {
  .content {
    width: var(--container-width-small);
  }
}
@media (min-width: 718px) {
  .content {
    width: var(--container-width-medium);
  }
}
@media (min-width: 1024px) {
  .content {
    width: var(--container-width-large);
  }
}
@media (min-width: 1292px) {
  .content {
    width: var(--container-width-extra-large);
  }
}
.content-width-base {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width-base) !important;
}

.content-width-extra-small {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width-extra-small) !important;
}

.content-width-small {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width-small) !important;
}

.content-width-medium {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width-medium) !important;
}

.content-width-large {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width-large) !important;
}

.content-width-extra-large {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width-extra-large) !important;
}

@media (min-width: 718px) {
  .content-cell-padding-left {
    padding-left: calc(var(--space-medium) - var(--space-line));
  }
  .content-cell-padding-right {
    padding-right: calc(var(--space-medium) - var(--space-line));
  }
}
@media (min-width: 1024px) {
  .content-cell-padding-left {
    padding-left: calc(var(--space-large) - var(--space-line));
  }
  .content-cell-padding-right {
    padding-right: calc(var(--space-large) - var(--space-line));
  }
}
@media (min-width: 1292px) {
  .content-cell-padding-left {
    padding-left: var(--space-large);
  }
  .content-cell-padding-right {
    padding-right: var(--space-large);
  }
}
/* Display */
.display-block {
  display: block !important;
}

.display-flex {
  display: flex !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
  vertical-align: middle;
}

.display-inline-flex {
  display: inline-flex !important;
}

.display-none,
.hide {
  display: none !important;
}

@media (min-width: 374px) {
  .display-block-at-extra-small {
    display: block !important;
  }
  .display-flex-at-extra-small {
    display: flex !important;
  }
  .display-inline-at-extra-small {
    display: inline !important;
  }
  .display-inline-block-at-extra-small {
    display: inline-block !important;
    vertical-align: middle;
  }
  .display-inline-flex-at-extra-small {
    display: inline-flex !important;
  }
  .display-none-at-extra-small,
  .hide-at-extra-small {
    display: none !important;
  }
}
@media (max-width: 373px) {
  .hide-until-extra-small {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .display-block-at-small {
    display: block !important;
  }
  .display-flex-at-small {
    display: flex !important;
  }
  .display-inline-at-small {
    display: inline !important;
  }
  .display-inline-block-at-small {
    display: inline-block !important;
    vertical-align: middle;
  }
  .display-inline-flex-at-small {
    display: inline-flex !important;
  }
  .display-none-at-small,
  .hide-at-small {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .hide-until-small {
    display: none !important;
  }
}
@media (min-width: 718px) {
  .display-block-at-medium {
    display: block !important;
  }
  .display-flex-at-medium {
    display: flex !important;
  }
  .display-inline-at-medium {
    display: inline !important;
  }
  .display-inline-block-at-medium {
    display: inline-block !important;
    vertical-align: middle;
  }
  .display-inline-flex-at-medium {
    display: inline-flex !important;
  }
  .display-none-at-medium,
  .hide-at-medium {
    display: none !important;
  }
}
@media (max-width: 717px) {
  .hide-until-medium {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .display-block-at-large {
    display: block !important;
  }
  .display-flex-at-large {
    display: flex !important;
  }
  .display-inline-at-large {
    display: inline !important;
  }
  .display-inline-block-at-large {
    display: inline-block !important;
    vertical-align: middle;
  }
  .display-inline-flex-at-large {
    display: inline-flex !important;
  }
  .display-none-at-large,
  .hide-at-large {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hide-until-large {
    display: none !important;
  }
}
@media (min-width: 1292px) {
  .display-block-at-extra-large {
    display: block !important;
  }
  .display-flex-at-extra-large {
    display: flex !important;
  }
  .display-inline-at-extra-large {
    display: inline !important;
  }
  .display-inline-block-at-extra-large {
    display: inline-block !important;
    vertical-align: middle;
  }
  .display-inline-flex-at-extra-large {
    display: inline-flex !important;
  }
  .display-none-at-extra-large,
  .hide-at-extra-large {
    display: none !important;
  }
}
@media (max-width: 1291px) {
  .hide-until-extra-large {
    display: none !important;
  }
}
.js .hide-if-js {
  display: none !important;
}

.no-js .hide-unless-js {
  display: none !important;
}

.hidden {
  display: none !important;
}

.hidden-visually {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

/* Float */
.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.pull-none {
  float: none !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

@media (min-width: 374px) {
  .pull-left-at-extra-small {
    float: left !important;
  }
  .pull-right-at-extra-small {
    float: right !important;
  }
  .pull-none-at-extra-small {
    float: none !important;
  }
  .clear-left-at-extra-small {
    clear: left !important;
  }
  .clear-right-at-extra-small {
    clear: right !important;
  }
  .clear-both-at-extra-small {
    clear: both !important;
  }
}
@media (min-width: 480px) {
  .pull-left-at-small {
    float: left !important;
  }
  .pull-right-at-small {
    float: right !important;
  }
  .pull-none-at-small {
    float: none !important;
  }
  .clear-left-at-small {
    clear: left !important;
  }
  .clear-right-at-small {
    clear: right !important;
  }
  .clear-both-at-small {
    clear: both !important;
  }
}
@media (min-width: 718px) {
  .pull-left-at-medium {
    float: left !important;
  }
  .pull-right-at-medium {
    float: right !important;
  }
  .pull-none-at-medium {
    float: none !important;
  }
  .clear-left-at-medium {
    clear: left !important;
  }
  .clear-right-at-medium {
    clear: right !important;
  }
  .clear-both-at-medium {
    clear: both !important;
  }
}
@media (min-width: 1024px) {
  .pull-left-at-large {
    float: left !important;
  }
  .pull-right-at-large {
    float: right !important;
  }
  .pull-none-at-large {
    float: none !important;
  }
  .clear-left-at-large {
    clear: left !important;
  }
  .clear-right-at-large {
    clear: right !important;
  }
  .clear-both-at-large {
    clear: both !important;
  }
}
@media (min-width: 1292px) {
  .pull-left-at-extra-large {
    float: left !important;
  }
  .pull-right-at-extra-large {
    float: right !important;
  }
  .pull-none-at-extra-large {
    float: none !important;
  }
  .clear-left-at-extra-large {
    clear: left !important;
  }
  .clear-right-at-extra-large {
    clear: right !important;
  }
  .clear-both-at-extra-large {
    clear: both !important;
  }
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
  width: 100%;
  clear: both;
}

/* Width */
.one-whole,
.five-fifths,
.four-fourths,
.three-thirds,
.two-halves {
  width: 100% !important;
}

.one-half,
.two-fourths {
  width: 50% !important;
}

.one-third {
  width: 33.3333333333% !important;
}

.two-thirds {
  width: 66.6666666667% !important;
}

.one-fourth {
  width: 25% !important;
}

.three-fourths {
  width: 75% !important;
}

.one-fifth {
  width: 20% !important;
}

.two-fifths {
  width: 40% !important;
}

.three-fifths {
  width: 60% !important;
}

.four-fifths {
  width: 80% !important;
}

@media (min-width: 374px) {
  .one-whole-at-extra-small,
  .five-fifths-at-extra-small,
  .four-fourths-at-extra-small,
  .three-thirds-at-extra-small,
  .two-halves-at-extra-small {
    width: 100% !important;
  }
  .one-half-at-extra-small,
  .two-fourths-at-extra-small {
    width: 50% !important;
  }
  .one-third-at-extra-small {
    width: 33.3333333333% !important;
  }
  .two-thirds-at-extra-small {
    width: 66.6666666667% !important;
  }
  .one-fourth-at-extra-small {
    width: 25% !important;
  }
  .three-fourths-at-extra-small {
    width: 75% !important;
  }
  .one-fifth-at-extra-small {
    width: 20% !important;
  }
  .two-fifths-at-extra-small {
    width: 40% !important;
  }
  .three-fifths-at-extra-small {
    width: 60% !important;
  }
  .four-fifths-at-extra-small {
    width: 80% !important;
  }
}
@media (min-width: 480px) {
  .one-whole-at-small,
  .five-fifths-at-small,
  .four-fourths-at-small,
  .three-thirds-at-small,
  .two-halves-at-small {
    width: 100% !important;
  }
  .one-half-at-small,
  .two-fourths-at-small {
    width: 50% !important;
  }
  .one-third-at-small {
    width: 33.3333333333% !important;
  }
  .two-thirds-at-small {
    width: 66.6666666667% !important;
  }
  .one-fourth-at-small {
    width: 25% !important;
  }
  .three-fourths-at-small {
    width: 75% !important;
  }
  .one-fifth-at-small {
    width: 20% !important;
  }
  .two-fifths-at-small {
    width: 40% !important;
  }
  .three-fifths-at-small {
    width: 60% !important;
  }
  .four-fifths-at-small {
    width: 80% !important;
  }
}
@media (min-width: 718px) {
  .one-whole-at-medium,
  .five-fifths-at-medium,
  .four-fourths-at-medium,
  .three-thirds-at-medium,
  .two-halves-at-medium {
    width: 100% !important;
  }
  .one-half-at-medium,
  .two-fourths-at-medium {
    width: 50% !important;
  }
  .one-third-at-medium {
    width: 33.3333333333% !important;
  }
  .two-thirds-at-medium {
    width: 66.6666666667% !important;
  }
  .one-fourth-at-medium {
    width: 25% !important;
  }
  .three-fourths-at-medium {
    width: 75% !important;
  }
  .one-fifth-at-medium {
    width: 20% !important;
  }
  .two-fifths-at-medium {
    width: 40% !important;
  }
  .three-fifths-at-medium {
    width: 60% !important;
  }
  .four-fifths-at-medium {
    width: 80% !important;
  }
}
@media (min-width: 1024px) {
  .one-whole-at-large,
  .five-fifths-at-large,
  .four-fourths-at-large,
  .three-thirds-at-large,
  .two-halves-at-large {
    width: 100% !important;
  }
  .one-half-at-large,
  .two-fourths-at-large {
    width: 50% !important;
  }
  .one-third-at-large {
    width: 33.3333333333% !important;
  }
  .two-thirds-at-large {
    width: 66.6666666667% !important;
  }
  .one-fourth-at-large {
    width: 25% !important;
  }
  .three-fourths-at-large {
    width: 75% !important;
  }
  .one-fifth-at-large {
    width: 20% !important;
  }
  .two-fifths-at-large {
    width: 40% !important;
  }
  .three-fifths-at-large {
    width: 60% !important;
  }
  .four-fifths-at-large {
    width: 80% !important;
  }
}
@media (min-width: 1292px) {
  .one-whole-at-extra-large,
  .five-fifths-at-extra-large,
  .four-fourths-at-extra-large,
  .three-thirds-at-extra-large,
  .two-halves-at-extra-large {
    width: 100% !important;
  }
  .one-half-at-extra-large,
  .two-fourths-at-extra-large {
    width: 50% !important;
  }
  .one-third-at-extra-large {
    width: 33.3333333333% !important;
  }
  .two-thirds-at-extra-large {
    width: 66.6666666667% !important;
  }
  .one-fourth-at-extra-large {
    width: 25% !important;
  }
  .three-fourths-at-extra-large {
    width: 75% !important;
  }
  .one-fifth-at-extra-large {
    width: 20% !important;
  }
  .two-fifths-at-extra-large {
    width: 40% !important;
  }
  .three-fifths-at-extra-large {
    width: 60% !important;
  }
  .four-fifths-at-extra-large {
    width: 80% !important;
  }
}
/* Layer (z-index) */
.layer-1 {
  z-index: 1;
}

.layer-2 {
  z-index: 2;
}

.layer-3 {
  z-index: 3;
}

.layer-4 {
  z-index: 4;
}

.layer-5 {
  z-index: 5;
}

@media (min-width: 374px) {
  .layer-1-at-extra-small {
    z-index: 1;
  }
  .layer-2-at-extra-small {
    z-index: 2;
  }
  .layer-3-at-extra-small {
    z-index: 3;
  }
  .layer-4-at-extra-small {
    z-index: 4;
  }
  .layer-5-at-extra-small {
    z-index: 5;
  }
}
@media (min-width: 480px) {
  .layer-1-at-small {
    z-index: 1;
  }
  .layer-2-at-small {
    z-index: 2;
  }
  .layer-3-at-small {
    z-index: 3;
  }
  .layer-4-at-small {
    z-index: 4;
  }
  .layer-5-at-small {
    z-index: 5;
  }
}
@media (min-width: 718px) {
  .layer-1-at-medium {
    z-index: 1;
  }
  .layer-2-at-medium {
    z-index: 2;
  }
  .layer-3-at-medium {
    z-index: 3;
  }
  .layer-4-at-medium {
    z-index: 4;
  }
  .layer-5-at-medium {
    z-index: 5;
  }
}
@media (min-width: 1024px) {
  .layer-1-at-large {
    z-index: 1;
  }
  .layer-2-at-large {
    z-index: 2;
  }
  .layer-3-at-large {
    z-index: 3;
  }
  .layer-4-at-large {
    z-index: 4;
  }
  .layer-5-at-large {
    z-index: 5;
  }
}
@media (min-width: 1292px) {
  .layer-1-at-extra-large {
    z-index: 1;
  }
  .layer-2-at-extra-large {
    z-index: 2;
  }
  .layer-3-at-extra-large {
    z-index: 3;
  }
  .layer-4-at-extra-large {
    z-index: 4;
  }
  .layer-5-at-extra-large {
    z-index: 5;
  }
}
/* Overflow */
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

@media (min-width: 374px) {
  .overflow-hidden-at-extra-small {
    overflow: hidden !important;
  }
  .overflow-x-hidden-at-extra-small {
    overflow-x: hidden !important;
  }
  .overflow-y-hidden-at-extra-small {
    overflow-y: hidden !important;
  }
  .overflow-visible-at-extra-small {
    overflow: visible !important;
  }
  .overflow-x-visible-at-extra-small {
    overflow-x: visible !important;
  }
  .overflow-y-visible-at-extra-small {
    overflow-y: visible !important;
  }
  .overflow-scroll-at-extra-small {
    overflow: scroll !important;
  }
  .overflow-x-scroll-at-extra-small {
    overflow-x: scroll !important;
  }
  .overflow-y-scroll-at-extra-small {
    overflow-y: scroll !important;
  }
  .overflow-auto-at-extra-small {
    overflow: auto !important;
  }
  .overflow-x-auto-at-extra-small {
    overflow-x: auto !important;
  }
  .overflow-y-auto-at-extra-small {
    overflow-y: auto !important;
  }
}
@media (min-width: 480px) {
  .overflow-hidden-at-small {
    overflow: hidden !important;
  }
  .overflow-x-hidden-at-small {
    overflow-x: hidden !important;
  }
  .overflow-y-hidden-at-small {
    overflow-y: hidden !important;
  }
  .overflow-visible-at-small {
    overflow: visible !important;
  }
  .overflow-x-visible-at-small {
    overflow-x: visible !important;
  }
  .overflow-y-visible-at-small {
    overflow-y: visible !important;
  }
  .overflow-scroll-at-small {
    overflow: scroll !important;
  }
  .overflow-x-scroll-at-small {
    overflow-x: scroll !important;
  }
  .overflow-y-scroll-at-small {
    overflow-y: scroll !important;
  }
  .overflow-auto-at-small {
    overflow: auto !important;
  }
  .overflow-x-auto-at-small {
    overflow-x: auto !important;
  }
  .overflow-y-auto-at-small {
    overflow-y: auto !important;
  }
}
@media (min-width: 718px) {
  .overflow-hidden-at-medium {
    overflow: hidden !important;
  }
  .overflow-x-hidden-at-medium {
    overflow-x: hidden !important;
  }
  .overflow-y-hidden-at-medium {
    overflow-y: hidden !important;
  }
  .overflow-visible-at-medium {
    overflow: visible !important;
  }
  .overflow-x-visible-at-medium {
    overflow-x: visible !important;
  }
  .overflow-y-visible-at-medium {
    overflow-y: visible !important;
  }
  .overflow-scroll-at-medium {
    overflow: scroll !important;
  }
  .overflow-x-scroll-at-medium {
    overflow-x: scroll !important;
  }
  .overflow-y-scroll-at-medium {
    overflow-y: scroll !important;
  }
  .overflow-auto-at-medium {
    overflow: auto !important;
  }
  .overflow-x-auto-at-medium {
    overflow-x: auto !important;
  }
  .overflow-y-auto-at-medium {
    overflow-y: auto !important;
  }
}
@media (min-width: 1024px) {
  .overflow-hidden-at-large {
    overflow: hidden !important;
  }
  .overflow-x-hidden-at-large {
    overflow-x: hidden !important;
  }
  .overflow-y-hidden-at-large {
    overflow-y: hidden !important;
  }
  .overflow-visible-at-large {
    overflow: visible !important;
  }
  .overflow-x-visible-at-large {
    overflow-x: visible !important;
  }
  .overflow-y-visible-at-large {
    overflow-y: visible !important;
  }
  .overflow-scroll-at-large {
    overflow: scroll !important;
  }
  .overflow-x-scroll-at-large {
    overflow-x: scroll !important;
  }
  .overflow-y-scroll-at-large {
    overflow-y: scroll !important;
  }
  .overflow-auto-at-large {
    overflow: auto !important;
  }
  .overflow-x-auto-at-large {
    overflow-x: auto !important;
  }
  .overflow-y-auto-at-large {
    overflow-y: auto !important;
  }
}
@media (min-width: 1292px) {
  .overflow-hidden-at-extra-large {
    overflow: hidden !important;
  }
  .overflow-x-hidden-at-extra-large {
    overflow-x: hidden !important;
  }
  .overflow-y-hidden-at-extra-large {
    overflow-y: hidden !important;
  }
  .overflow-visible-at-extra-large {
    overflow: visible !important;
  }
  .overflow-x-visible-at-extra-large {
    overflow-x: visible !important;
  }
  .overflow-y-visible-at-extra-large {
    overflow-y: visible !important;
  }
  .overflow-scroll-at-extra-large {
    overflow: scroll !important;
  }
  .overflow-x-scroll-at-extra-large {
    overflow-x: scroll !important;
  }
  .overflow-y-scroll-at-extra-large {
    overflow-y: scroll !important;
  }
  .overflow-auto-at-extra-large {
    overflow: auto !important;
  }
  .overflow-x-auto-at-extra-large {
    overflow-x: auto !important;
  }
  .overflow-y-auto-at-extra-large {
    overflow-y: auto !important;
  }
}
/* Position */
.position-fixed {
  position: fixed !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.position-sticky {
  position: sticky !important;
  top: 0;
}

.pin-top-left {
  position: absolute;
  left: 0;
  top: 0;
}

.pin-top-center {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.pin-top-right {
  position: absolute;
  right: 0;
  top: 0;
}

.pin-middle-left {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
}

.pin-middle-center {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.pin-middle-right {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
}

.pin-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.pin-bottom-center {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.pin-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 374px) {
  .position-fixed-at-extra-small {
    position: fixed !important;
  }
  .position-absolute-at-extra-small {
    position: absolute !important;
  }
  .position-relative-at-extra-small {
    position: relative !important;
  }
  .position-static-at-extra-small {
    position: static !important;
  }
  .position-sticky-at-extra-small {
    position: sticky !important;
    top: 0;
  }
  .pin-top-left-at-extra-small {
    position: absolute;
    left: 0;
    top: 0;
  }
  .pin-top-center-at-extra-small {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .pin-top-right-at-extra-small {
    position: absolute;
    right: 0;
    top: 0;
  }
  .pin-middle-left-at-extra-small {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .pin-middle-center-at-extra-small {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .pin-middle-right-at-extra-small {
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
  .pin-bottom-left-at-extra-small {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .pin-bottom-center-at-extra-small {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  .pin-bottom-right-at-extra-small {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 480px) {
  .position-fixed-at-small {
    position: fixed !important;
  }
  .position-absolute-at-small {
    position: absolute !important;
  }
  .position-relative-at-small {
    position: relative !important;
  }
  .position-static-at-small {
    position: static !important;
  }
  .position-sticky-at-small {
    position: sticky !important;
    top: 0;
  }
  .pin-top-left-at-small {
    position: absolute;
    left: 0;
    top: 0;
  }
  .pin-top-center-at-small {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .pin-top-right-at-small {
    position: absolute;
    right: 0;
    top: 0;
  }
  .pin-middle-left-at-small {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .pin-middle-center-at-small {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .pin-middle-right-at-small {
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
  .pin-bottom-left-at-small {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .pin-bottom-center-at-small {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  .pin-bottom-right-at-small {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 718px) {
  .position-fixed-at-medium {
    position: fixed !important;
  }
  .position-absolute-at-medium {
    position: absolute !important;
  }
  .position-relative-at-medium {
    position: relative !important;
  }
  .position-static-at-medium {
    position: static !important;
  }
  .position-sticky-at-medium {
    position: sticky !important;
    top: 0;
  }
  .pin-top-left-at-medium {
    position: absolute;
    left: 0;
    top: 0;
  }
  .pin-top-center-at-medium {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .pin-top-right-at-medium {
    position: absolute;
    right: 0;
    top: 0;
  }
  .pin-middle-left-at-medium {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .pin-middle-center-at-medium {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .pin-middle-right-at-medium {
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
  .pin-bottom-left-at-medium {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .pin-bottom-center-at-medium {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  .pin-bottom-right-at-medium {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .position-fixed-at-large {
    position: fixed !important;
  }
  .position-absolute-at-large {
    position: absolute !important;
  }
  .position-relative-at-large {
    position: relative !important;
  }
  .position-static-at-large {
    position: static !important;
  }
  .position-sticky-at-large {
    position: sticky !important;
    top: 0;
  }
  .pin-top-left-at-large {
    position: absolute;
    left: 0;
    top: 0;
  }
  .pin-top-center-at-large {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .pin-top-right-at-large {
    position: absolute;
    right: 0;
    top: 0;
  }
  .pin-middle-left-at-large {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .pin-middle-center-at-large {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .pin-middle-right-at-large {
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
  .pin-bottom-left-at-large {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .pin-bottom-center-at-large {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  .pin-bottom-right-at-large {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1292px) {
  .position-fixed-at-extra-large {
    position: fixed !important;
  }
  .position-absolute-at-extra-large {
    position: absolute !important;
  }
  .position-relative-at-extra-large {
    position: relative !important;
  }
  .position-static-at-extra-large {
    position: static !important;
  }
  .position-sticky-at-extra-large {
    position: sticky !important;
    top: 0;
  }
  .pin-top-left-at-extra-large {
    position: absolute;
    left: 0;
    top: 0;
  }
  .pin-top-center-at-extra-large {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .pin-top-right-at-extra-large {
    position: absolute;
    right: 0;
    top: 0;
  }
  .pin-middle-left-at-extra-large {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .pin-middle-center-at-extra-large {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .pin-middle-right-at-extra-large {
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
  .pin-bottom-left-at-extra-large {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .pin-bottom-center-at-extra-large {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  .pin-bottom-right-at-extra-large {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/* Padding */
.pad-base {
  padding: var(--space-base) !important;
}

.pad-line {
  padding: var(--space-line) !important;
}

.pad-small {
  padding: var(--space-small) !important;
}

.pad-medium {
  padding: var(--space-medium) !important;
}

.pad-large {
  padding: var(--space-large) !important;
}

.pad-xl {
  padding: var(--space-xl) !important;
}

.pad-xxl {
  padding: var(--space-xxl) !important;
}

.pad-none {
  padding: var(--space-none) !important;
}

.pad-vert-base {
  padding-top: var(--space-base) !important;
  padding-bottom: var(--space-base) !important;
}

.pad-vert-line {
  padding-top: var(--space-line) !important;
  padding-bottom: var(--space-line) !important;
}

.pad-vert-small {
  padding-top: var(--space-small) !important;
  padding-bottom: var(--space-small) !important;
}

.pad-vert-medium {
  padding-top: var(--space-medium) !important;
  padding-bottom: var(--space-medium) !important;
}

.pad-vert-large {
  padding-top: var(--space-large) !important;
  padding-bottom: var(--space-large) !important;
}

.pad-vert-xl {
  padding-top: var(--space-xl) !important;
  padding-bottom: var(--space-xl) !important;
}

.pad-vert-xxl {
  padding-top: var(--space-xxl) !important;
  padding-bottom: var(--space-xxl) !important;
}

.pad-vert-none {
  padding-top: var(--space-none) !important;
  padding-bottom: var(--space-none) !important;
}

.pad-horz-base {
  padding-left: var(--space-base) !important;
  padding-right: var(--space-base) !important;
}

.pad-horz-line {
  padding-left: var(--space-line) !important;
  padding-right: var(--space-line) !important;
}

.pad-horz-small {
  padding-left: var(--space-small) !important;
  padding-right: var(--space-small) !important;
}

.pad-horz-medium {
  padding-left: var(--space-medium) !important;
  padding-right: var(--space-medium) !important;
}

.pad-horz-large {
  padding-left: var(--space-large) !important;
  padding-right: var(--space-large) !important;
}

.pad-horz-xl {
  padding-left: var(--space-xl) !important;
  padding-right: var(--space-xl) !important;
}

.pad-horz-xxl {
  padding-left: var(--space-xxl) !important;
  padding-right: var(--space-xxl) !important;
}

.pad-horz-none {
  padding-left: var(--space-none) !important;
  padding-right: var(--space-none) !important;
}

.pad-top-base {
  padding-top: var(--space-base) !important;
}

.pad-top-line {
  padding-top: var(--space-line) !important;
}

.pad-top-small {
  padding-top: var(--space-small) !important;
}

.pad-top-medium {
  padding-top: var(--space-medium) !important;
}

.pad-top-large {
  padding-top: var(--space-large) !important;
}

.pad-top-xl {
  padding-top: var(--space-xl) !important;
}

.pad-top-xxl {
  padding-top: var(--space-xxl) !important;
}

.pad-top-none {
  padding-top: var(--space-none) !important;
}

.pad-bottom-base {
  padding-bottom: var(--space-base) !important;
}

.pad-bottom-line {
  padding-bottom: var(--space-line) !important;
}

.pad-bottom-small {
  padding-bottom: var(--space-small) !important;
}

.pad-bottom-medium {
  padding-bottom: var(--space-medium) !important;
}

.pad-bottom-large {
  padding-bottom: var(--space-large) !important;
}

.pad-bottom-xl {
  padding-bottom: var(--space-xl) !important;
}

.pad-bottom-xxl {
  padding-bottom: var(--space-xxl) !important;
}

.pad-bottom-none {
  padding-bottom: var(--space-none) !important;
}

.pad-left-base {
  padding-left: var(--space-base) !important;
}

.pad-left-line {
  padding-left: var(--space-line) !important;
}

.pad-left-small {
  padding-left: var(--space-small) !important;
}

.pad-left-medium {
  padding-left: var(--space-medium) !important;
}

.pad-left-large {
  padding-left: var(--space-large) !important;
}

.pad-left-xl {
  padding-left: var(--space-xl) !important;
}

.pad-left-xxl {
  padding-left: var(--space-xxl) !important;
}

.pad-left-none {
  padding-left: var(--space-none) !important;
}

.pad-right-base {
  padding-right: var(--space-base) !important;
}

.pad-right-line {
  padding-right: var(--space-line) !important;
}

.pad-right-small {
  padding-right: var(--space-small) !important;
}

.pad-right-medium {
  padding-right: var(--space-medium) !important;
}

.pad-right-large {
  padding-right: var(--space-large) !important;
}

.pad-right-xl {
  padding-right: var(--space-xl) !important;
}

.pad-right-xxl {
  padding-right: var(--space-xxl) !important;
}

.pad-right-none {
  padding-right: var(--space-none) !important;
}

/* Margin */
.gap-base {
  margin: var(--space-base) !important;
}

.gap-line {
  margin: var(--space-line) !important;
}

.gap-small {
  margin: var(--space-small) !important;
}

.gap-medium {
  margin: var(--space-medium) !important;
}

.gap-large {
  margin: var(--space-large) !important;
}

.gap-xl {
  margin: var(--space-xl) !important;
}

.gap-xxl {
  margin: var(--space-xxl) !important;
}

.gap-none {
  margin: var(--space-none) !important;
}

.gap-vert-base {
  margin-top: var(--space-base) !important;
  margin-bottom: var(--space-base) !important;
}

.gap-vert-line {
  margin-top: var(--space-line) !important;
  margin-bottom: var(--space-line) !important;
}

.gap-vert-small {
  margin-top: var(--space-small) !important;
  margin-bottom: var(--space-small) !important;
}

.gap-vert-medium {
  margin-top: var(--space-medium) !important;
  margin-bottom: var(--space-medium) !important;
}

.gap-vert-large {
  margin-top: var(--space-large) !important;
  margin-bottom: var(--space-large) !important;
}

.gap-vert-xl {
  margin-top: var(--space-xl) !important;
  margin-bottom: var(--space-xl) !important;
}

.gap-vert-xxl {
  margin-top: var(--space-xxl) !important;
  margin-bottom: var(--space-xxl) !important;
}

.gap-vert-none {
  margin-top: var(--space-none) !important;
  margin-bottom: var(--space-none) !important;
}

.gap-horz-base {
  margin-left: var(--space-base) !important;
  margin-right: var(--space-base) !important;
}

.gap-horz-line {
  margin-left: var(--space-line) !important;
  margin-right: var(--space-line) !important;
}

.gap-horz-small {
  margin-left: var(--space-small) !important;
  margin-right: var(--space-small) !important;
}

.gap-horz-medium {
  margin-left: var(--space-medium) !important;
  margin-right: var(--space-medium) !important;
}

.gap-horz-large {
  margin-left: var(--space-large) !important;
  margin-right: var(--space-large) !important;
}

.gap-horz-xl {
  margin-left: var(--space-xl) !important;
  margin-right: var(--space-xl) !important;
}

.gap-horz-xxl {
  margin-left: var(--space-xxl) !important;
  margin-right: var(--space-xxl) !important;
}

.gap-horz-none {
  margin-left: var(--space-none) !important;
  margin-right: var(--space-none) !important;
}

.gap-top-base {
  margin-top: var(--space-base) !important;
}

.gap-top-line {
  margin-top: var(--space-line) !important;
}

.gap-top-small {
  margin-top: var(--space-small) !important;
}

.gap-top-medium {
  margin-top: var(--space-medium) !important;
}

.gap-top-large {
  margin-top: var(--space-large) !important;
}

.gap-top-xl {
  margin-top: var(--space-xl) !important;
}

.gap-top-xxl {
  margin-top: var(--space-xxl) !important;
}

.gap-top-none {
  margin-top: var(--space-none) !important;
}

.gap-bottom-base {
  margin-bottom: var(--space-base) !important;
}

.gap-bottom-line {
  margin-bottom: var(--space-line) !important;
}

.gap-bottom-small {
  margin-bottom: var(--space-small) !important;
}

.gap-bottom-medium {
  margin-bottom: var(--space-medium) !important;
}

.gap-bottom-large {
  margin-bottom: var(--space-large) !important;
}

.gap-bottom-xl {
  margin-bottom: var(--space-xl) !important;
}

.gap-bottom-xxl {
  margin-bottom: var(--space-xxl) !important;
}

.gap-bottom-none {
  margin-bottom: var(--space-none) !important;
}

.gap-left-base {
  margin-left: var(--space-base) !important;
}

.gap-left-line {
  margin-left: var(--space-line) !important;
}

.gap-left-small {
  margin-left: var(--space-small) !important;
}

.gap-left-medium {
  margin-left: var(--space-medium) !important;
}

.gap-left-large {
  margin-left: var(--space-large) !important;
}

.gap-left-xl {
  margin-left: var(--space-xl) !important;
}

.gap-left-xxl {
  margin-left: var(--space-xxl) !important;
}

.gap-left-none {
  margin-left: var(--space-none) !important;
}

.gap-right-base {
  margin-right: var(--space-base) !important;
}

.gap-right-line {
  margin-right: var(--space-line) !important;
}

.gap-right-small {
  margin-right: var(--space-small) !important;
}

.gap-right-medium {
  margin-right: var(--space-medium) !important;
}

.gap-right-large {
  margin-right: var(--space-large) !important;
}

.gap-right-xl {
  margin-right: var(--space-xl) !important;
}

.gap-right-xxl {
  margin-right: var(--space-xxl) !important;
}

.gap-right-none {
  margin-right: var(--space-none) !important;
}

/* Offset */
.offset-base {
  margin: calc(-1 * var(--space-base)) !important;
}

.offset-line {
  margin: calc(-1 * var(--space-line)) !important;
}

.offset-small {
  margin: calc(-1 * var(--space-small)) !important;
}

.offset-medium {
  margin: calc(-1 * var(--space-medium)) !important;
}

.offset-large {
  margin: calc(-1 * var(--space-large)) !important;
}

.offset-xl {
  margin: calc(-1 * var(--space-xl)) !important;
}

.offset-xxl {
  margin: calc(-1 * var(--space-xxl)) !important;
}

.offset-none {
  margin: calc(-1 * var(--space-none)) !important;
}

.offset-vert-base {
  margin-top: calc(-1 * var(--space-base)) !important;
  margin-bottom: calc(-1 * var(--space-base)) !important;
}

.offset-vert-line {
  margin-top: calc(-1 * var(--space-line)) !important;
  margin-bottom: calc(-1 * var(--space-line)) !important;
}

.offset-vert-small {
  margin-top: calc(-1 * var(--space-small)) !important;
  margin-bottom: calc(-1 * var(--space-small)) !important;
}

.offset-vert-medium {
  margin-top: calc(-1 * var(--space-medium)) !important;
  margin-bottom: calc(-1 * var(--space-medium)) !important;
}

.offset-vert-large {
  margin-top: calc(-1 * var(--space-large)) !important;
  margin-bottom: calc(-1 * var(--space-large)) !important;
}

.offset-vert-xl {
  margin-top: calc(-1 * var(--space-xl)) !important;
  margin-bottom: calc(-1 * var(--space-xl)) !important;
}

.offset-vert-xxl {
  margin-top: calc(-1 * var(--space-xxl)) !important;
  margin-bottom: calc(-1 * var(--space-xxl)) !important;
}

.offset-vert-none {
  margin-top: calc(-1 * var(--space-none)) !important;
  margin-bottom: calc(-1 * var(--space-none)) !important;
}

.offset-horz-base {
  margin-left: calc(-1 * var(--space-base)) !important;
  margin-right: calc(-1 * var(--space-base)) !important;
}

.offset-horz-line {
  margin-left: calc(-1 * var(--space-line)) !important;
  margin-right: calc(-1 * var(--space-line)) !important;
}

.offset-horz-small {
  margin-left: calc(-1 * var(--space-small)) !important;
  margin-right: calc(-1 * var(--space-small)) !important;
}

.offset-horz-medium {
  margin-left: calc(-1 * var(--space-medium)) !important;
  margin-right: calc(-1 * var(--space-medium)) !important;
}

.offset-horz-large {
  margin-left: calc(-1 * var(--space-large)) !important;
  margin-right: calc(-1 * var(--space-large)) !important;
}

.offset-horz-xl {
  margin-left: calc(-1 * var(--space-xl)) !important;
  margin-right: calc(-1 * var(--space-xl)) !important;
}

.offset-horz-xxl {
  margin-left: calc(-1 * var(--space-xxl)) !important;
  margin-right: calc(-1 * var(--space-xxl)) !important;
}

.offset-horz-none {
  margin-left: calc(-1 * var(--space-none)) !important;
  margin-right: calc(-1 * var(--space-none)) !important;
}

.offset-top-base {
  margin-top: calc(-1 * var(--space-base)) !important;
}

.offset-top-line {
  margin-top: calc(-1 * var(--space-line)) !important;
}

.offset-top-small {
  margin-top: calc(-1 * var(--space-small)) !important;
}

.offset-top-medium {
  margin-top: calc(-1 * var(--space-medium)) !important;
}

.offset-top-large {
  margin-top: calc(-1 * var(--space-large)) !important;
}

.offset-top-xl {
  margin-top: calc(-1 * var(--space-xl)) !important;
}

.offset-top-xxl {
  margin-top: calc(-1 * var(--space-xxl)) !important;
}

.offset-top-none {
  margin-top: calc(-1 * var(--space-none)) !important;
}

.offset-bottom-base {
  margin-bottom: calc(-1 * var(--space-base)) !important;
}

.offset-bottom-line {
  margin-bottom: calc(-1 * var(--space-line)) !important;
}

.offset-bottom-small {
  margin-bottom: calc(-1 * var(--space-small)) !important;
}

.offset-bottom-medium {
  margin-bottom: calc(-1 * var(--space-medium)) !important;
}

.offset-bottom-large {
  margin-bottom: calc(-1 * var(--space-large)) !important;
}

.offset-bottom-xl {
  margin-bottom: calc(-1 * var(--space-xl)) !important;
}

.offset-bottom-xxl {
  margin-bottom: calc(-1 * var(--space-xxl)) !important;
}

.offset-bottom-none {
  margin-bottom: calc(-1 * var(--space-none)) !important;
}

.offset-left-base {
  margin-left: calc(-1 * var(--space-base)) !important;
}

.offset-left-line {
  margin-left: calc(-1 * var(--space-line)) !important;
}

.offset-left-small {
  margin-left: calc(-1 * var(--space-small)) !important;
}

.offset-left-medium {
  margin-left: calc(-1 * var(--space-medium)) !important;
}

.offset-left-large {
  margin-left: calc(-1 * var(--space-large)) !important;
}

.offset-left-xl {
  margin-left: calc(-1 * var(--space-xl)) !important;
}

.offset-left-xxl {
  margin-left: calc(-1 * var(--space-xxl)) !important;
}

.offset-left-none {
  margin-left: calc(-1 * var(--space-none)) !important;
}

.offset-right-base {
  margin-right: calc(-1 * var(--space-base)) !important;
}

.offset-right-line {
  margin-right: calc(-1 * var(--space-line)) !important;
}

.offset-right-small {
  margin-right: calc(-1 * var(--space-small)) !important;
}

.offset-right-medium {
  margin-right: calc(-1 * var(--space-medium)) !important;
}

.offset-right-large {
  margin-right: calc(-1 * var(--space-large)) !important;
}

.offset-right-xl {
  margin-right: calc(-1 * var(--space-xl)) !important;
}

.offset-right-xxl {
  margin-right: calc(-1 * var(--space-xxl)) !important;
}

.offset-right-none {
  margin-right: calc(-1 * var(--space-none)) !important;
}

@media (min-width: 374px) {
  /* Padding */
  .pad-base-at-extra-small {
    padding: var(--space-base) !important;
  }
  .pad-line-at-extra-small {
    padding: var(--space-line) !important;
  }
  .pad-small-at-extra-small {
    padding: var(--space-small) !important;
  }
  .pad-medium-at-extra-small {
    padding: var(--space-medium) !important;
  }
  .pad-large-at-extra-small {
    padding: var(--space-large) !important;
  }
  .pad-xl-at-extra-small {
    padding: var(--space-xl) !important;
  }
  .pad-xxl-at-extra-small {
    padding: var(--space-xxl) !important;
  }
  .pad-none-at-extra-small {
    padding: var(--space-none) !important;
  }
  .pad-vert-base-at-extra-small {
    padding-top: var(--space-base) !important;
    padding-bottom: var(--space-base) !important;
  }
  .pad-vert-line-at-extra-small {
    padding-top: var(--space-line) !important;
    padding-bottom: var(--space-line) !important;
  }
  .pad-vert-small-at-extra-small {
    padding-top: var(--space-small) !important;
    padding-bottom: var(--space-small) !important;
  }
  .pad-vert-medium-at-extra-small {
    padding-top: var(--space-medium) !important;
    padding-bottom: var(--space-medium) !important;
  }
  .pad-vert-large-at-extra-small {
    padding-top: var(--space-large) !important;
    padding-bottom: var(--space-large) !important;
  }
  .pad-vert-xl-at-extra-small {
    padding-top: var(--space-xl) !important;
    padding-bottom: var(--space-xl) !important;
  }
  .pad-vert-xxl-at-extra-small {
    padding-top: var(--space-xxl) !important;
    padding-bottom: var(--space-xxl) !important;
  }
  .pad-vert-none-at-extra-small {
    padding-top: var(--space-none) !important;
    padding-bottom: var(--space-none) !important;
  }
  .pad-horz-base-at-extra-small {
    padding-left: var(--space-base) !important;
    padding-right: var(--space-base) !important;
  }
  .pad-horz-line-at-extra-small {
    padding-left: var(--space-line) !important;
    padding-right: var(--space-line) !important;
  }
  .pad-horz-small-at-extra-small {
    padding-left: var(--space-small) !important;
    padding-right: var(--space-small) !important;
  }
  .pad-horz-medium-at-extra-small {
    padding-left: var(--space-medium) !important;
    padding-right: var(--space-medium) !important;
  }
  .pad-horz-large-at-extra-small {
    padding-left: var(--space-large) !important;
    padding-right: var(--space-large) !important;
  }
  .pad-horz-xl-at-extra-small {
    padding-left: var(--space-xl) !important;
    padding-right: var(--space-xl) !important;
  }
  .pad-horz-xxl-at-extra-small {
    padding-left: var(--space-xxl) !important;
    padding-right: var(--space-xxl) !important;
  }
  .pad-horz-none-at-extra-small {
    padding-left: var(--space-none) !important;
    padding-right: var(--space-none) !important;
  }
  .pad-top-base-at-extra-small {
    padding-top: var(--space-base) !important;
  }
  .pad-top-line-at-extra-small {
    padding-top: var(--space-line) !important;
  }
  .pad-top-small-at-extra-small {
    padding-top: var(--space-small) !important;
  }
  .pad-top-medium-at-extra-small {
    padding-top: var(--space-medium) !important;
  }
  .pad-top-large-at-extra-small {
    padding-top: var(--space-large) !important;
  }
  .pad-top-xl-at-extra-small {
    padding-top: var(--space-xl) !important;
  }
  .pad-top-xxl-at-extra-small {
    padding-top: var(--space-xxl) !important;
  }
  .pad-top-none-at-extra-small {
    padding-top: var(--space-none) !important;
  }
  .pad-bottom-base-at-extra-small {
    padding-bottom: var(--space-base) !important;
  }
  .pad-bottom-line-at-extra-small {
    padding-bottom: var(--space-line) !important;
  }
  .pad-bottom-small-at-extra-small {
    padding-bottom: var(--space-small) !important;
  }
  .pad-bottom-medium-at-extra-small {
    padding-bottom: var(--space-medium) !important;
  }
  .pad-bottom-large-at-extra-small {
    padding-bottom: var(--space-large) !important;
  }
  .pad-bottom-xl-at-extra-small {
    padding-bottom: var(--space-xl) !important;
  }
  .pad-bottom-xxl-at-extra-small {
    padding-bottom: var(--space-xxl) !important;
  }
  .pad-bottom-none-at-extra-small {
    padding-bottom: var(--space-none) !important;
  }
  .pad-left-base-at-extra-small {
    padding-left: var(--space-base) !important;
  }
  .pad-left-line-at-extra-small {
    padding-left: var(--space-line) !important;
  }
  .pad-left-small-at-extra-small {
    padding-left: var(--space-small) !important;
  }
  .pad-left-medium-at-extra-small {
    padding-left: var(--space-medium) !important;
  }
  .pad-left-large-at-extra-small {
    padding-left: var(--space-large) !important;
  }
  .pad-left-xl-at-extra-small {
    padding-left: var(--space-xl) !important;
  }
  .pad-left-xxl-at-extra-small {
    padding-left: var(--space-xxl) !important;
  }
  .pad-left-none-at-extra-small {
    padding-left: var(--space-none) !important;
  }
  .pad-right-base-at-extra-small {
    padding-right: var(--space-base) !important;
  }
  .pad-right-line-at-extra-small {
    padding-right: var(--space-line) !important;
  }
  .pad-right-small-at-extra-small {
    padding-right: var(--space-small) !important;
  }
  .pad-right-medium-at-extra-small {
    padding-right: var(--space-medium) !important;
  }
  .pad-right-large-at-extra-small {
    padding-right: var(--space-large) !important;
  }
  .pad-right-xl-at-extra-small {
    padding-right: var(--space-xl) !important;
  }
  .pad-right-xxl-at-extra-small {
    padding-right: var(--space-xxl) !important;
  }
  .pad-right-none-at-extra-small {
    padding-right: var(--space-none) !important;
  }
  /* Margin */
  .gap-base-at-extra-small {
    margin: var(--space-base) !important;
  }
  .gap-line-at-extra-small {
    margin: var(--space-line) !important;
  }
  .gap-small-at-extra-small {
    margin: var(--space-small) !important;
  }
  .gap-medium-at-extra-small {
    margin: var(--space-medium) !important;
  }
  .gap-large-at-extra-small {
    margin: var(--space-large) !important;
  }
  .gap-xl-at-extra-small {
    margin: var(--space-xl) !important;
  }
  .gap-xxl-at-extra-small {
    margin: var(--space-xxl) !important;
  }
  .gap-none-at-extra-small {
    margin: var(--space-none) !important;
  }
  .gap-vert-base-at-extra-small {
    margin-top: var(--space-base) !important;
    margin-bottom: var(--space-base) !important;
  }
  .gap-vert-line-at-extra-small {
    margin-top: var(--space-line) !important;
    margin-bottom: var(--space-line) !important;
  }
  .gap-vert-small-at-extra-small {
    margin-top: var(--space-small) !important;
    margin-bottom: var(--space-small) !important;
  }
  .gap-vert-medium-at-extra-small {
    margin-top: var(--space-medium) !important;
    margin-bottom: var(--space-medium) !important;
  }
  .gap-vert-large-at-extra-small {
    margin-top: var(--space-large) !important;
    margin-bottom: var(--space-large) !important;
  }
  .gap-vert-xl-at-extra-small {
    margin-top: var(--space-xl) !important;
    margin-bottom: var(--space-xl) !important;
  }
  .gap-vert-xxl-at-extra-small {
    margin-top: var(--space-xxl) !important;
    margin-bottom: var(--space-xxl) !important;
  }
  .gap-vert-none-at-extra-small {
    margin-top: var(--space-none) !important;
    margin-bottom: var(--space-none) !important;
  }
  .gap-horz-base-at-extra-small {
    margin-left: var(--space-base) !important;
    margin-right: var(--space-base) !important;
  }
  .gap-horz-line-at-extra-small {
    margin-left: var(--space-line) !important;
    margin-right: var(--space-line) !important;
  }
  .gap-horz-small-at-extra-small {
    margin-left: var(--space-small) !important;
    margin-right: var(--space-small) !important;
  }
  .gap-horz-medium-at-extra-small {
    margin-left: var(--space-medium) !important;
    margin-right: var(--space-medium) !important;
  }
  .gap-horz-large-at-extra-small {
    margin-left: var(--space-large) !important;
    margin-right: var(--space-large) !important;
  }
  .gap-horz-xl-at-extra-small {
    margin-left: var(--space-xl) !important;
    margin-right: var(--space-xl) !important;
  }
  .gap-horz-xxl-at-extra-small {
    margin-left: var(--space-xxl) !important;
    margin-right: var(--space-xxl) !important;
  }
  .gap-horz-none-at-extra-small {
    margin-left: var(--space-none) !important;
    margin-right: var(--space-none) !important;
  }
  .gap-top-base-at-extra-small {
    margin-top: var(--space-base) !important;
  }
  .gap-top-line-at-extra-small {
    margin-top: var(--space-line) !important;
  }
  .gap-top-small-at-extra-small {
    margin-top: var(--space-small) !important;
  }
  .gap-top-medium-at-extra-small {
    margin-top: var(--space-medium) !important;
  }
  .gap-top-large-at-extra-small {
    margin-top: var(--space-large) !important;
  }
  .gap-top-xl-at-extra-small {
    margin-top: var(--space-xl) !important;
  }
  .gap-top-xxl-at-extra-small {
    margin-top: var(--space-xxl) !important;
  }
  .gap-top-none-at-extra-small {
    margin-top: var(--space-none) !important;
  }
  .gap-bottom-base-at-extra-small {
    margin-bottom: var(--space-base) !important;
  }
  .gap-bottom-line-at-extra-small {
    margin-bottom: var(--space-line) !important;
  }
  .gap-bottom-small-at-extra-small {
    margin-bottom: var(--space-small) !important;
  }
  .gap-bottom-medium-at-extra-small {
    margin-bottom: var(--space-medium) !important;
  }
  .gap-bottom-large-at-extra-small {
    margin-bottom: var(--space-large) !important;
  }
  .gap-bottom-xl-at-extra-small {
    margin-bottom: var(--space-xl) !important;
  }
  .gap-bottom-xxl-at-extra-small {
    margin-bottom: var(--space-xxl) !important;
  }
  .gap-bottom-none-at-extra-small {
    margin-bottom: var(--space-none) !important;
  }
  .gap-left-base-at-extra-small {
    margin-left: var(--space-base) !important;
  }
  .gap-left-line-at-extra-small {
    margin-left: var(--space-line) !important;
  }
  .gap-left-small-at-extra-small {
    margin-left: var(--space-small) !important;
  }
  .gap-left-medium-at-extra-small {
    margin-left: var(--space-medium) !important;
  }
  .gap-left-large-at-extra-small {
    margin-left: var(--space-large) !important;
  }
  .gap-left-xl-at-extra-small {
    margin-left: var(--space-xl) !important;
  }
  .gap-left-xxl-at-extra-small {
    margin-left: var(--space-xxl) !important;
  }
  .gap-left-none-at-extra-small {
    margin-left: var(--space-none) !important;
  }
  .gap-right-base-at-extra-small {
    margin-right: var(--space-base) !important;
  }
  .gap-right-line-at-extra-small {
    margin-right: var(--space-line) !important;
  }
  .gap-right-small-at-extra-small {
    margin-right: var(--space-small) !important;
  }
  .gap-right-medium-at-extra-small {
    margin-right: var(--space-medium) !important;
  }
  .gap-right-large-at-extra-small {
    margin-right: var(--space-large) !important;
  }
  .gap-right-xl-at-extra-small {
    margin-right: var(--space-xl) !important;
  }
  .gap-right-xxl-at-extra-small {
    margin-right: var(--space-xxl) !important;
  }
  .gap-right-none-at-extra-small {
    margin-right: var(--space-none) !important;
  }
  /* Offset */
  .offset-base-at-extra-small {
    margin: calc(-1 * var(--space-base)) !important;
  }
  .offset-line-at-extra-small {
    margin: calc(-1 * var(--space-line)) !important;
  }
  .offset-small-at-extra-small {
    margin: calc(-1 * var(--space-small)) !important;
  }
  .offset-medium-at-extra-small {
    margin: calc(-1 * var(--space-medium)) !important;
  }
  .offset-large-at-extra-small {
    margin: calc(-1 * var(--space-large)) !important;
  }
  .offset-xl-at-extra-small {
    margin: calc(-1 * var(--space-xl)) !important;
  }
  .offset-xxl-at-extra-small {
    margin: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-none-at-extra-small {
    margin: calc(-1 * var(--space-none)) !important;
  }
  .offset-vert-base-at-extra-small {
    margin-top: calc(-1 * var(--space-base)) !important;
    margin-bottom: calc(-1 * var(--space-base)) !important;
  }
  .offset-vert-line-at-extra-small {
    margin-top: calc(-1 * var(--space-line)) !important;
    margin-bottom: calc(-1 * var(--space-line)) !important;
  }
  .offset-vert-small-at-extra-small {
    margin-top: calc(-1 * var(--space-small)) !important;
    margin-bottom: calc(-1 * var(--space-small)) !important;
  }
  .offset-vert-medium-at-extra-small {
    margin-top: calc(-1 * var(--space-medium)) !important;
    margin-bottom: calc(-1 * var(--space-medium)) !important;
  }
  .offset-vert-large-at-extra-small {
    margin-top: calc(-1 * var(--space-large)) !important;
    margin-bottom: calc(-1 * var(--space-large)) !important;
  }
  .offset-vert-xl-at-extra-small {
    margin-top: calc(-1 * var(--space-xl)) !important;
    margin-bottom: calc(-1 * var(--space-xl)) !important;
  }
  .offset-vert-xxl-at-extra-small {
    margin-top: calc(-1 * var(--space-xxl)) !important;
    margin-bottom: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-vert-none-at-extra-small {
    margin-top: calc(-1 * var(--space-none)) !important;
    margin-bottom: calc(-1 * var(--space-none)) !important;
  }
  .offset-horz-base-at-extra-small {
    margin-left: calc(-1 * var(--space-base)) !important;
    margin-right: calc(-1 * var(--space-base)) !important;
  }
  .offset-horz-line-at-extra-small {
    margin-left: calc(-1 * var(--space-line)) !important;
    margin-right: calc(-1 * var(--space-line)) !important;
  }
  .offset-horz-small-at-extra-small {
    margin-left: calc(-1 * var(--space-small)) !important;
    margin-right: calc(-1 * var(--space-small)) !important;
  }
  .offset-horz-medium-at-extra-small {
    margin-left: calc(-1 * var(--space-medium)) !important;
    margin-right: calc(-1 * var(--space-medium)) !important;
  }
  .offset-horz-large-at-extra-small {
    margin-left: calc(-1 * var(--space-large)) !important;
    margin-right: calc(-1 * var(--space-large)) !important;
  }
  .offset-horz-xl-at-extra-small {
    margin-left: calc(-1 * var(--space-xl)) !important;
    margin-right: calc(-1 * var(--space-xl)) !important;
  }
  .offset-horz-xxl-at-extra-small {
    margin-left: calc(-1 * var(--space-xxl)) !important;
    margin-right: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-horz-none-at-extra-small {
    margin-left: calc(-1 * var(--space-none)) !important;
    margin-right: calc(-1 * var(--space-none)) !important;
  }
  .offset-top-base-at-extra-small {
    margin-top: calc(-1 * var(--space-base)) !important;
  }
  .offset-top-line-at-extra-small {
    margin-top: calc(-1 * var(--space-line)) !important;
  }
  .offset-top-small-at-extra-small {
    margin-top: calc(-1 * var(--space-small)) !important;
  }
  .offset-top-medium-at-extra-small {
    margin-top: calc(-1 * var(--space-medium)) !important;
  }
  .offset-top-large-at-extra-small {
    margin-top: calc(-1 * var(--space-large)) !important;
  }
  .offset-top-xl-at-extra-small {
    margin-top: calc(-1 * var(--space-xl)) !important;
  }
  .offset-top-xxl-at-extra-small {
    margin-top: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-top-none-at-extra-small {
    margin-top: calc(-1 * var(--space-none)) !important;
  }
  .offset-bottom-base-at-extra-small {
    margin-bottom: calc(-1 * var(--space-base)) !important;
  }
  .offset-bottom-line-at-extra-small {
    margin-bottom: calc(-1 * var(--space-line)) !important;
  }
  .offset-bottom-small-at-extra-small {
    margin-bottom: calc(-1 * var(--space-small)) !important;
  }
  .offset-bottom-medium-at-extra-small {
    margin-bottom: calc(-1 * var(--space-medium)) !important;
  }
  .offset-bottom-large-at-extra-small {
    margin-bottom: calc(-1 * var(--space-large)) !important;
  }
  .offset-bottom-xl-at-extra-small {
    margin-bottom: calc(-1 * var(--space-xl)) !important;
  }
  .offset-bottom-xxl-at-extra-small {
    margin-bottom: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-bottom-none-at-extra-small {
    margin-bottom: calc(-1 * var(--space-none)) !important;
  }
  .offset-left-base-at-extra-small {
    margin-left: calc(-1 * var(--space-base)) !important;
  }
  .offset-left-line-at-extra-small {
    margin-left: calc(-1 * var(--space-line)) !important;
  }
  .offset-left-small-at-extra-small {
    margin-left: calc(-1 * var(--space-small)) !important;
  }
  .offset-left-medium-at-extra-small {
    margin-left: calc(-1 * var(--space-medium)) !important;
  }
  .offset-left-large-at-extra-small {
    margin-left: calc(-1 * var(--space-large)) !important;
  }
  .offset-left-xl-at-extra-small {
    margin-left: calc(-1 * var(--space-xl)) !important;
  }
  .offset-left-xxl-at-extra-small {
    margin-left: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-left-none-at-extra-small {
    margin-left: calc(-1 * var(--space-none)) !important;
  }
  .offset-right-base-at-extra-small {
    margin-right: calc(-1 * var(--space-base)) !important;
  }
  .offset-right-line-at-extra-small {
    margin-right: calc(-1 * var(--space-line)) !important;
  }
  .offset-right-small-at-extra-small {
    margin-right: calc(-1 * var(--space-small)) !important;
  }
  .offset-right-medium-at-extra-small {
    margin-right: calc(-1 * var(--space-medium)) !important;
  }
  .offset-right-large-at-extra-small {
    margin-right: calc(-1 * var(--space-large)) !important;
  }
  .offset-right-xl-at-extra-small {
    margin-right: calc(-1 * var(--space-xl)) !important;
  }
  .offset-right-xxl-at-extra-small {
    margin-right: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-right-none-at-extra-small {
    margin-right: calc(-1 * var(--space-none)) !important;
  }
}
@media (min-width: 480px) {
  /* Padding */
  .pad-base-at-small {
    padding: var(--space-base) !important;
  }
  .pad-line-at-small {
    padding: var(--space-line) !important;
  }
  .pad-small-at-small {
    padding: var(--space-small) !important;
  }
  .pad-medium-at-small {
    padding: var(--space-medium) !important;
  }
  .pad-large-at-small {
    padding: var(--space-large) !important;
  }
  .pad-xl-at-small {
    padding: var(--space-xl) !important;
  }
  .pad-xxl-at-small {
    padding: var(--space-xxl) !important;
  }
  .pad-none-at-small {
    padding: var(--space-none) !important;
  }
  .pad-vert-base-at-small {
    padding-top: var(--space-base) !important;
    padding-bottom: var(--space-base) !important;
  }
  .pad-vert-line-at-small {
    padding-top: var(--space-line) !important;
    padding-bottom: var(--space-line) !important;
  }
  .pad-vert-small-at-small {
    padding-top: var(--space-small) !important;
    padding-bottom: var(--space-small) !important;
  }
  .pad-vert-medium-at-small {
    padding-top: var(--space-medium) !important;
    padding-bottom: var(--space-medium) !important;
  }
  .pad-vert-large-at-small {
    padding-top: var(--space-large) !important;
    padding-bottom: var(--space-large) !important;
  }
  .pad-vert-xl-at-small {
    padding-top: var(--space-xl) !important;
    padding-bottom: var(--space-xl) !important;
  }
  .pad-vert-xxl-at-small {
    padding-top: var(--space-xxl) !important;
    padding-bottom: var(--space-xxl) !important;
  }
  .pad-vert-none-at-small {
    padding-top: var(--space-none) !important;
    padding-bottom: var(--space-none) !important;
  }
  .pad-horz-base-at-small {
    padding-left: var(--space-base) !important;
    padding-right: var(--space-base) !important;
  }
  .pad-horz-line-at-small {
    padding-left: var(--space-line) !important;
    padding-right: var(--space-line) !important;
  }
  .pad-horz-small-at-small {
    padding-left: var(--space-small) !important;
    padding-right: var(--space-small) !important;
  }
  .pad-horz-medium-at-small {
    padding-left: var(--space-medium) !important;
    padding-right: var(--space-medium) !important;
  }
  .pad-horz-large-at-small {
    padding-left: var(--space-large) !important;
    padding-right: var(--space-large) !important;
  }
  .pad-horz-xl-at-small {
    padding-left: var(--space-xl) !important;
    padding-right: var(--space-xl) !important;
  }
  .pad-horz-xxl-at-small {
    padding-left: var(--space-xxl) !important;
    padding-right: var(--space-xxl) !important;
  }
  .pad-horz-none-at-small {
    padding-left: var(--space-none) !important;
    padding-right: var(--space-none) !important;
  }
  .pad-top-base-at-small {
    padding-top: var(--space-base) !important;
  }
  .pad-top-line-at-small {
    padding-top: var(--space-line) !important;
  }
  .pad-top-small-at-small {
    padding-top: var(--space-small) !important;
  }
  .pad-top-medium-at-small {
    padding-top: var(--space-medium) !important;
  }
  .pad-top-large-at-small {
    padding-top: var(--space-large) !important;
  }
  .pad-top-xl-at-small {
    padding-top: var(--space-xl) !important;
  }
  .pad-top-xxl-at-small {
    padding-top: var(--space-xxl) !important;
  }
  .pad-top-none-at-small {
    padding-top: var(--space-none) !important;
  }
  .pad-bottom-base-at-small {
    padding-bottom: var(--space-base) !important;
  }
  .pad-bottom-line-at-small {
    padding-bottom: var(--space-line) !important;
  }
  .pad-bottom-small-at-small {
    padding-bottom: var(--space-small) !important;
  }
  .pad-bottom-medium-at-small {
    padding-bottom: var(--space-medium) !important;
  }
  .pad-bottom-large-at-small {
    padding-bottom: var(--space-large) !important;
  }
  .pad-bottom-xl-at-small {
    padding-bottom: var(--space-xl) !important;
  }
  .pad-bottom-xxl-at-small {
    padding-bottom: var(--space-xxl) !important;
  }
  .pad-bottom-none-at-small {
    padding-bottom: var(--space-none) !important;
  }
  .pad-left-base-at-small {
    padding-left: var(--space-base) !important;
  }
  .pad-left-line-at-small {
    padding-left: var(--space-line) !important;
  }
  .pad-left-small-at-small {
    padding-left: var(--space-small) !important;
  }
  .pad-left-medium-at-small {
    padding-left: var(--space-medium) !important;
  }
  .pad-left-large-at-small {
    padding-left: var(--space-large) !important;
  }
  .pad-left-xl-at-small {
    padding-left: var(--space-xl) !important;
  }
  .pad-left-xxl-at-small {
    padding-left: var(--space-xxl) !important;
  }
  .pad-left-none-at-small {
    padding-left: var(--space-none) !important;
  }
  .pad-right-base-at-small {
    padding-right: var(--space-base) !important;
  }
  .pad-right-line-at-small {
    padding-right: var(--space-line) !important;
  }
  .pad-right-small-at-small {
    padding-right: var(--space-small) !important;
  }
  .pad-right-medium-at-small {
    padding-right: var(--space-medium) !important;
  }
  .pad-right-large-at-small {
    padding-right: var(--space-large) !important;
  }
  .pad-right-xl-at-small {
    padding-right: var(--space-xl) !important;
  }
  .pad-right-xxl-at-small {
    padding-right: var(--space-xxl) !important;
  }
  .pad-right-none-at-small {
    padding-right: var(--space-none) !important;
  }
  /* Margin */
  .gap-base-at-small {
    margin: var(--space-base) !important;
  }
  .gap-line-at-small {
    margin: var(--space-line) !important;
  }
  .gap-small-at-small {
    margin: var(--space-small) !important;
  }
  .gap-medium-at-small {
    margin: var(--space-medium) !important;
  }
  .gap-large-at-small {
    margin: var(--space-large) !important;
  }
  .gap-xl-at-small {
    margin: var(--space-xl) !important;
  }
  .gap-xxl-at-small {
    margin: var(--space-xxl) !important;
  }
  .gap-none-at-small {
    margin: var(--space-none) !important;
  }
  .gap-vert-base-at-small {
    margin-top: var(--space-base) !important;
    margin-bottom: var(--space-base) !important;
  }
  .gap-vert-line-at-small {
    margin-top: var(--space-line) !important;
    margin-bottom: var(--space-line) !important;
  }
  .gap-vert-small-at-small {
    margin-top: var(--space-small) !important;
    margin-bottom: var(--space-small) !important;
  }
  .gap-vert-medium-at-small {
    margin-top: var(--space-medium) !important;
    margin-bottom: var(--space-medium) !important;
  }
  .gap-vert-large-at-small {
    margin-top: var(--space-large) !important;
    margin-bottom: var(--space-large) !important;
  }
  .gap-vert-xl-at-small {
    margin-top: var(--space-xl) !important;
    margin-bottom: var(--space-xl) !important;
  }
  .gap-vert-xxl-at-small {
    margin-top: var(--space-xxl) !important;
    margin-bottom: var(--space-xxl) !important;
  }
  .gap-vert-none-at-small {
    margin-top: var(--space-none) !important;
    margin-bottom: var(--space-none) !important;
  }
  .gap-horz-base-at-small {
    margin-left: var(--space-base) !important;
    margin-right: var(--space-base) !important;
  }
  .gap-horz-line-at-small {
    margin-left: var(--space-line) !important;
    margin-right: var(--space-line) !important;
  }
  .gap-horz-small-at-small {
    margin-left: var(--space-small) !important;
    margin-right: var(--space-small) !important;
  }
  .gap-horz-medium-at-small {
    margin-left: var(--space-medium) !important;
    margin-right: var(--space-medium) !important;
  }
  .gap-horz-large-at-small {
    margin-left: var(--space-large) !important;
    margin-right: var(--space-large) !important;
  }
  .gap-horz-xl-at-small {
    margin-left: var(--space-xl) !important;
    margin-right: var(--space-xl) !important;
  }
  .gap-horz-xxl-at-small {
    margin-left: var(--space-xxl) !important;
    margin-right: var(--space-xxl) !important;
  }
  .gap-horz-none-at-small {
    margin-left: var(--space-none) !important;
    margin-right: var(--space-none) !important;
  }
  .gap-top-base-at-small {
    margin-top: var(--space-base) !important;
  }
  .gap-top-line-at-small {
    margin-top: var(--space-line) !important;
  }
  .gap-top-small-at-small {
    margin-top: var(--space-small) !important;
  }
  .gap-top-medium-at-small {
    margin-top: var(--space-medium) !important;
  }
  .gap-top-large-at-small {
    margin-top: var(--space-large) !important;
  }
  .gap-top-xl-at-small {
    margin-top: var(--space-xl) !important;
  }
  .gap-top-xxl-at-small {
    margin-top: var(--space-xxl) !important;
  }
  .gap-top-none-at-small {
    margin-top: var(--space-none) !important;
  }
  .gap-bottom-base-at-small {
    margin-bottom: var(--space-base) !important;
  }
  .gap-bottom-line-at-small {
    margin-bottom: var(--space-line) !important;
  }
  .gap-bottom-small-at-small {
    margin-bottom: var(--space-small) !important;
  }
  .gap-bottom-medium-at-small {
    margin-bottom: var(--space-medium) !important;
  }
  .gap-bottom-large-at-small {
    margin-bottom: var(--space-large) !important;
  }
  .gap-bottom-xl-at-small {
    margin-bottom: var(--space-xl) !important;
  }
  .gap-bottom-xxl-at-small {
    margin-bottom: var(--space-xxl) !important;
  }
  .gap-bottom-none-at-small {
    margin-bottom: var(--space-none) !important;
  }
  .gap-left-base-at-small {
    margin-left: var(--space-base) !important;
  }
  .gap-left-line-at-small {
    margin-left: var(--space-line) !important;
  }
  .gap-left-small-at-small {
    margin-left: var(--space-small) !important;
  }
  .gap-left-medium-at-small {
    margin-left: var(--space-medium) !important;
  }
  .gap-left-large-at-small {
    margin-left: var(--space-large) !important;
  }
  .gap-left-xl-at-small {
    margin-left: var(--space-xl) !important;
  }
  .gap-left-xxl-at-small {
    margin-left: var(--space-xxl) !important;
  }
  .gap-left-none-at-small {
    margin-left: var(--space-none) !important;
  }
  .gap-right-base-at-small {
    margin-right: var(--space-base) !important;
  }
  .gap-right-line-at-small {
    margin-right: var(--space-line) !important;
  }
  .gap-right-small-at-small {
    margin-right: var(--space-small) !important;
  }
  .gap-right-medium-at-small {
    margin-right: var(--space-medium) !important;
  }
  .gap-right-large-at-small {
    margin-right: var(--space-large) !important;
  }
  .gap-right-xl-at-small {
    margin-right: var(--space-xl) !important;
  }
  .gap-right-xxl-at-small {
    margin-right: var(--space-xxl) !important;
  }
  .gap-right-none-at-small {
    margin-right: var(--space-none) !important;
  }
  /* Offset */
  .offset-base-at-small {
    margin: calc(-1 * var(--space-base)) !important;
  }
  .offset-line-at-small {
    margin: calc(-1 * var(--space-line)) !important;
  }
  .offset-small-at-small {
    margin: calc(-1 * var(--space-small)) !important;
  }
  .offset-medium-at-small {
    margin: calc(-1 * var(--space-medium)) !important;
  }
  .offset-large-at-small {
    margin: calc(-1 * var(--space-large)) !important;
  }
  .offset-xl-at-small {
    margin: calc(-1 * var(--space-xl)) !important;
  }
  .offset-xxl-at-small {
    margin: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-none-at-small {
    margin: calc(-1 * var(--space-none)) !important;
  }
  .offset-vert-base-at-small {
    margin-top: calc(-1 * var(--space-base)) !important;
    margin-bottom: calc(-1 * var(--space-base)) !important;
  }
  .offset-vert-line-at-small {
    margin-top: calc(-1 * var(--space-line)) !important;
    margin-bottom: calc(-1 * var(--space-line)) !important;
  }
  .offset-vert-small-at-small {
    margin-top: calc(-1 * var(--space-small)) !important;
    margin-bottom: calc(-1 * var(--space-small)) !important;
  }
  .offset-vert-medium-at-small {
    margin-top: calc(-1 * var(--space-medium)) !important;
    margin-bottom: calc(-1 * var(--space-medium)) !important;
  }
  .offset-vert-large-at-small {
    margin-top: calc(-1 * var(--space-large)) !important;
    margin-bottom: calc(-1 * var(--space-large)) !important;
  }
  .offset-vert-xl-at-small {
    margin-top: calc(-1 * var(--space-xl)) !important;
    margin-bottom: calc(-1 * var(--space-xl)) !important;
  }
  .offset-vert-xxl-at-small {
    margin-top: calc(-1 * var(--space-xxl)) !important;
    margin-bottom: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-vert-none-at-small {
    margin-top: calc(-1 * var(--space-none)) !important;
    margin-bottom: calc(-1 * var(--space-none)) !important;
  }
  .offset-horz-base-at-small {
    margin-left: calc(-1 * var(--space-base)) !important;
    margin-right: calc(-1 * var(--space-base)) !important;
  }
  .offset-horz-line-at-small {
    margin-left: calc(-1 * var(--space-line)) !important;
    margin-right: calc(-1 * var(--space-line)) !important;
  }
  .offset-horz-small-at-small {
    margin-left: calc(-1 * var(--space-small)) !important;
    margin-right: calc(-1 * var(--space-small)) !important;
  }
  .offset-horz-medium-at-small {
    margin-left: calc(-1 * var(--space-medium)) !important;
    margin-right: calc(-1 * var(--space-medium)) !important;
  }
  .offset-horz-large-at-small {
    margin-left: calc(-1 * var(--space-large)) !important;
    margin-right: calc(-1 * var(--space-large)) !important;
  }
  .offset-horz-xl-at-small {
    margin-left: calc(-1 * var(--space-xl)) !important;
    margin-right: calc(-1 * var(--space-xl)) !important;
  }
  .offset-horz-xxl-at-small {
    margin-left: calc(-1 * var(--space-xxl)) !important;
    margin-right: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-horz-none-at-small {
    margin-left: calc(-1 * var(--space-none)) !important;
    margin-right: calc(-1 * var(--space-none)) !important;
  }
  .offset-top-base-at-small {
    margin-top: calc(-1 * var(--space-base)) !important;
  }
  .offset-top-line-at-small {
    margin-top: calc(-1 * var(--space-line)) !important;
  }
  .offset-top-small-at-small {
    margin-top: calc(-1 * var(--space-small)) !important;
  }
  .offset-top-medium-at-small {
    margin-top: calc(-1 * var(--space-medium)) !important;
  }
  .offset-top-large-at-small {
    margin-top: calc(-1 * var(--space-large)) !important;
  }
  .offset-top-xl-at-small {
    margin-top: calc(-1 * var(--space-xl)) !important;
  }
  .offset-top-xxl-at-small {
    margin-top: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-top-none-at-small {
    margin-top: calc(-1 * var(--space-none)) !important;
  }
  .offset-bottom-base-at-small {
    margin-bottom: calc(-1 * var(--space-base)) !important;
  }
  .offset-bottom-line-at-small {
    margin-bottom: calc(-1 * var(--space-line)) !important;
  }
  .offset-bottom-small-at-small {
    margin-bottom: calc(-1 * var(--space-small)) !important;
  }
  .offset-bottom-medium-at-small {
    margin-bottom: calc(-1 * var(--space-medium)) !important;
  }
  .offset-bottom-large-at-small {
    margin-bottom: calc(-1 * var(--space-large)) !important;
  }
  .offset-bottom-xl-at-small {
    margin-bottom: calc(-1 * var(--space-xl)) !important;
  }
  .offset-bottom-xxl-at-small {
    margin-bottom: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-bottom-none-at-small {
    margin-bottom: calc(-1 * var(--space-none)) !important;
  }
  .offset-left-base-at-small {
    margin-left: calc(-1 * var(--space-base)) !important;
  }
  .offset-left-line-at-small {
    margin-left: calc(-1 * var(--space-line)) !important;
  }
  .offset-left-small-at-small {
    margin-left: calc(-1 * var(--space-small)) !important;
  }
  .offset-left-medium-at-small {
    margin-left: calc(-1 * var(--space-medium)) !important;
  }
  .offset-left-large-at-small {
    margin-left: calc(-1 * var(--space-large)) !important;
  }
  .offset-left-xl-at-small {
    margin-left: calc(-1 * var(--space-xl)) !important;
  }
  .offset-left-xxl-at-small {
    margin-left: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-left-none-at-small {
    margin-left: calc(-1 * var(--space-none)) !important;
  }
  .offset-right-base-at-small {
    margin-right: calc(-1 * var(--space-base)) !important;
  }
  .offset-right-line-at-small {
    margin-right: calc(-1 * var(--space-line)) !important;
  }
  .offset-right-small-at-small {
    margin-right: calc(-1 * var(--space-small)) !important;
  }
  .offset-right-medium-at-small {
    margin-right: calc(-1 * var(--space-medium)) !important;
  }
  .offset-right-large-at-small {
    margin-right: calc(-1 * var(--space-large)) !important;
  }
  .offset-right-xl-at-small {
    margin-right: calc(-1 * var(--space-xl)) !important;
  }
  .offset-right-xxl-at-small {
    margin-right: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-right-none-at-small {
    margin-right: calc(-1 * var(--space-none)) !important;
  }
}
@media (min-width: 718px) {
  /* Padding */
  .pad-base-at-medium {
    padding: var(--space-base) !important;
  }
  .pad-line-at-medium {
    padding: var(--space-line) !important;
  }
  .pad-small-at-medium {
    padding: var(--space-small) !important;
  }
  .pad-medium-at-medium {
    padding: var(--space-medium) !important;
  }
  .pad-large-at-medium {
    padding: var(--space-large) !important;
  }
  .pad-xl-at-medium {
    padding: var(--space-xl) !important;
  }
  .pad-xxl-at-medium {
    padding: var(--space-xxl) !important;
  }
  .pad-none-at-medium {
    padding: var(--space-none) !important;
  }
  .pad-vert-base-at-medium {
    padding-top: var(--space-base) !important;
    padding-bottom: var(--space-base) !important;
  }
  .pad-vert-line-at-medium {
    padding-top: var(--space-line) !important;
    padding-bottom: var(--space-line) !important;
  }
  .pad-vert-small-at-medium {
    padding-top: var(--space-small) !important;
    padding-bottom: var(--space-small) !important;
  }
  .pad-vert-medium-at-medium {
    padding-top: var(--space-medium) !important;
    padding-bottom: var(--space-medium) !important;
  }
  .pad-vert-large-at-medium {
    padding-top: var(--space-large) !important;
    padding-bottom: var(--space-large) !important;
  }
  .pad-vert-xl-at-medium {
    padding-top: var(--space-xl) !important;
    padding-bottom: var(--space-xl) !important;
  }
  .pad-vert-xxl-at-medium {
    padding-top: var(--space-xxl) !important;
    padding-bottom: var(--space-xxl) !important;
  }
  .pad-vert-none-at-medium {
    padding-top: var(--space-none) !important;
    padding-bottom: var(--space-none) !important;
  }
  .pad-horz-base-at-medium {
    padding-left: var(--space-base) !important;
    padding-right: var(--space-base) !important;
  }
  .pad-horz-line-at-medium {
    padding-left: var(--space-line) !important;
    padding-right: var(--space-line) !important;
  }
  .pad-horz-small-at-medium {
    padding-left: var(--space-small) !important;
    padding-right: var(--space-small) !important;
  }
  .pad-horz-medium-at-medium {
    padding-left: var(--space-medium) !important;
    padding-right: var(--space-medium) !important;
  }
  .pad-horz-large-at-medium {
    padding-left: var(--space-large) !important;
    padding-right: var(--space-large) !important;
  }
  .pad-horz-xl-at-medium {
    padding-left: var(--space-xl) !important;
    padding-right: var(--space-xl) !important;
  }
  .pad-horz-xxl-at-medium {
    padding-left: var(--space-xxl) !important;
    padding-right: var(--space-xxl) !important;
  }
  .pad-horz-none-at-medium {
    padding-left: var(--space-none) !important;
    padding-right: var(--space-none) !important;
  }
  .pad-top-base-at-medium {
    padding-top: var(--space-base) !important;
  }
  .pad-top-line-at-medium {
    padding-top: var(--space-line) !important;
  }
  .pad-top-small-at-medium {
    padding-top: var(--space-small) !important;
  }
  .pad-top-medium-at-medium {
    padding-top: var(--space-medium) !important;
  }
  .pad-top-large-at-medium {
    padding-top: var(--space-large) !important;
  }
  .pad-top-xl-at-medium {
    padding-top: var(--space-xl) !important;
  }
  .pad-top-xxl-at-medium {
    padding-top: var(--space-xxl) !important;
  }
  .pad-top-none-at-medium {
    padding-top: var(--space-none) !important;
  }
  .pad-bottom-base-at-medium {
    padding-bottom: var(--space-base) !important;
  }
  .pad-bottom-line-at-medium {
    padding-bottom: var(--space-line) !important;
  }
  .pad-bottom-small-at-medium {
    padding-bottom: var(--space-small) !important;
  }
  .pad-bottom-medium-at-medium {
    padding-bottom: var(--space-medium) !important;
  }
  .pad-bottom-large-at-medium {
    padding-bottom: var(--space-large) !important;
  }
  .pad-bottom-xl-at-medium {
    padding-bottom: var(--space-xl) !important;
  }
  .pad-bottom-xxl-at-medium {
    padding-bottom: var(--space-xxl) !important;
  }
  .pad-bottom-none-at-medium {
    padding-bottom: var(--space-none) !important;
  }
  .pad-left-base-at-medium {
    padding-left: var(--space-base) !important;
  }
  .pad-left-line-at-medium {
    padding-left: var(--space-line) !important;
  }
  .pad-left-small-at-medium {
    padding-left: var(--space-small) !important;
  }
  .pad-left-medium-at-medium {
    padding-left: var(--space-medium) !important;
  }
  .pad-left-large-at-medium {
    padding-left: var(--space-large) !important;
  }
  .pad-left-xl-at-medium {
    padding-left: var(--space-xl) !important;
  }
  .pad-left-xxl-at-medium {
    padding-left: var(--space-xxl) !important;
  }
  .pad-left-none-at-medium {
    padding-left: var(--space-none) !important;
  }
  .pad-right-base-at-medium {
    padding-right: var(--space-base) !important;
  }
  .pad-right-line-at-medium {
    padding-right: var(--space-line) !important;
  }
  .pad-right-small-at-medium {
    padding-right: var(--space-small) !important;
  }
  .pad-right-medium-at-medium {
    padding-right: var(--space-medium) !important;
  }
  .pad-right-large-at-medium {
    padding-right: var(--space-large) !important;
  }
  .pad-right-xl-at-medium {
    padding-right: var(--space-xl) !important;
  }
  .pad-right-xxl-at-medium {
    padding-right: var(--space-xxl) !important;
  }
  .pad-right-none-at-medium {
    padding-right: var(--space-none) !important;
  }
  /* Margin */
  .gap-base-at-medium {
    margin: var(--space-base) !important;
  }
  .gap-line-at-medium {
    margin: var(--space-line) !important;
  }
  .gap-small-at-medium {
    margin: var(--space-small) !important;
  }
  .gap-medium-at-medium {
    margin: var(--space-medium) !important;
  }
  .gap-large-at-medium {
    margin: var(--space-large) !important;
  }
  .gap-xl-at-medium {
    margin: var(--space-xl) !important;
  }
  .gap-xxl-at-medium {
    margin: var(--space-xxl) !important;
  }
  .gap-none-at-medium {
    margin: var(--space-none) !important;
  }
  .gap-vert-base-at-medium {
    margin-top: var(--space-base) !important;
    margin-bottom: var(--space-base) !important;
  }
  .gap-vert-line-at-medium {
    margin-top: var(--space-line) !important;
    margin-bottom: var(--space-line) !important;
  }
  .gap-vert-small-at-medium {
    margin-top: var(--space-small) !important;
    margin-bottom: var(--space-small) !important;
  }
  .gap-vert-medium-at-medium {
    margin-top: var(--space-medium) !important;
    margin-bottom: var(--space-medium) !important;
  }
  .gap-vert-large-at-medium {
    margin-top: var(--space-large) !important;
    margin-bottom: var(--space-large) !important;
  }
  .gap-vert-xl-at-medium {
    margin-top: var(--space-xl) !important;
    margin-bottom: var(--space-xl) !important;
  }
  .gap-vert-xxl-at-medium {
    margin-top: var(--space-xxl) !important;
    margin-bottom: var(--space-xxl) !important;
  }
  .gap-vert-none-at-medium {
    margin-top: var(--space-none) !important;
    margin-bottom: var(--space-none) !important;
  }
  .gap-horz-base-at-medium {
    margin-left: var(--space-base) !important;
    margin-right: var(--space-base) !important;
  }
  .gap-horz-line-at-medium {
    margin-left: var(--space-line) !important;
    margin-right: var(--space-line) !important;
  }
  .gap-horz-small-at-medium {
    margin-left: var(--space-small) !important;
    margin-right: var(--space-small) !important;
  }
  .gap-horz-medium-at-medium {
    margin-left: var(--space-medium) !important;
    margin-right: var(--space-medium) !important;
  }
  .gap-horz-large-at-medium {
    margin-left: var(--space-large) !important;
    margin-right: var(--space-large) !important;
  }
  .gap-horz-xl-at-medium {
    margin-left: var(--space-xl) !important;
    margin-right: var(--space-xl) !important;
  }
  .gap-horz-xxl-at-medium {
    margin-left: var(--space-xxl) !important;
    margin-right: var(--space-xxl) !important;
  }
  .gap-horz-none-at-medium {
    margin-left: var(--space-none) !important;
    margin-right: var(--space-none) !important;
  }
  .gap-top-base-at-medium {
    margin-top: var(--space-base) !important;
  }
  .gap-top-line-at-medium {
    margin-top: var(--space-line) !important;
  }
  .gap-top-small-at-medium {
    margin-top: var(--space-small) !important;
  }
  .gap-top-medium-at-medium {
    margin-top: var(--space-medium) !important;
  }
  .gap-top-large-at-medium {
    margin-top: var(--space-large) !important;
  }
  .gap-top-xl-at-medium {
    margin-top: var(--space-xl) !important;
  }
  .gap-top-xxl-at-medium {
    margin-top: var(--space-xxl) !important;
  }
  .gap-top-none-at-medium {
    margin-top: var(--space-none) !important;
  }
  .gap-bottom-base-at-medium {
    margin-bottom: var(--space-base) !important;
  }
  .gap-bottom-line-at-medium {
    margin-bottom: var(--space-line) !important;
  }
  .gap-bottom-small-at-medium {
    margin-bottom: var(--space-small) !important;
  }
  .gap-bottom-medium-at-medium {
    margin-bottom: var(--space-medium) !important;
  }
  .gap-bottom-large-at-medium {
    margin-bottom: var(--space-large) !important;
  }
  .gap-bottom-xl-at-medium {
    margin-bottom: var(--space-xl) !important;
  }
  .gap-bottom-xxl-at-medium {
    margin-bottom: var(--space-xxl) !important;
  }
  .gap-bottom-none-at-medium {
    margin-bottom: var(--space-none) !important;
  }
  .gap-left-base-at-medium {
    margin-left: var(--space-base) !important;
  }
  .gap-left-line-at-medium {
    margin-left: var(--space-line) !important;
  }
  .gap-left-small-at-medium {
    margin-left: var(--space-small) !important;
  }
  .gap-left-medium-at-medium {
    margin-left: var(--space-medium) !important;
  }
  .gap-left-large-at-medium {
    margin-left: var(--space-large) !important;
  }
  .gap-left-xl-at-medium {
    margin-left: var(--space-xl) !important;
  }
  .gap-left-xxl-at-medium {
    margin-left: var(--space-xxl) !important;
  }
  .gap-left-none-at-medium {
    margin-left: var(--space-none) !important;
  }
  .gap-right-base-at-medium {
    margin-right: var(--space-base) !important;
  }
  .gap-right-line-at-medium {
    margin-right: var(--space-line) !important;
  }
  .gap-right-small-at-medium {
    margin-right: var(--space-small) !important;
  }
  .gap-right-medium-at-medium {
    margin-right: var(--space-medium) !important;
  }
  .gap-right-large-at-medium {
    margin-right: var(--space-large) !important;
  }
  .gap-right-xl-at-medium {
    margin-right: var(--space-xl) !important;
  }
  .gap-right-xxl-at-medium {
    margin-right: var(--space-xxl) !important;
  }
  .gap-right-none-at-medium {
    margin-right: var(--space-none) !important;
  }
  /* Offset */
  .offset-base-at-medium {
    margin: calc(-1 * var(--space-base)) !important;
  }
  .offset-line-at-medium {
    margin: calc(-1 * var(--space-line)) !important;
  }
  .offset-small-at-medium {
    margin: calc(-1 * var(--space-small)) !important;
  }
  .offset-medium-at-medium {
    margin: calc(-1 * var(--space-medium)) !important;
  }
  .offset-large-at-medium {
    margin: calc(-1 * var(--space-large)) !important;
  }
  .offset-xl-at-medium {
    margin: calc(-1 * var(--space-xl)) !important;
  }
  .offset-xxl-at-medium {
    margin: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-none-at-medium {
    margin: calc(-1 * var(--space-none)) !important;
  }
  .offset-vert-base-at-medium {
    margin-top: calc(-1 * var(--space-base)) !important;
    margin-bottom: calc(-1 * var(--space-base)) !important;
  }
  .offset-vert-line-at-medium {
    margin-top: calc(-1 * var(--space-line)) !important;
    margin-bottom: calc(-1 * var(--space-line)) !important;
  }
  .offset-vert-small-at-medium {
    margin-top: calc(-1 * var(--space-small)) !important;
    margin-bottom: calc(-1 * var(--space-small)) !important;
  }
  .offset-vert-medium-at-medium {
    margin-top: calc(-1 * var(--space-medium)) !important;
    margin-bottom: calc(-1 * var(--space-medium)) !important;
  }
  .offset-vert-large-at-medium {
    margin-top: calc(-1 * var(--space-large)) !important;
    margin-bottom: calc(-1 * var(--space-large)) !important;
  }
  .offset-vert-xl-at-medium {
    margin-top: calc(-1 * var(--space-xl)) !important;
    margin-bottom: calc(-1 * var(--space-xl)) !important;
  }
  .offset-vert-xxl-at-medium {
    margin-top: calc(-1 * var(--space-xxl)) !important;
    margin-bottom: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-vert-none-at-medium {
    margin-top: calc(-1 * var(--space-none)) !important;
    margin-bottom: calc(-1 * var(--space-none)) !important;
  }
  .offset-horz-base-at-medium {
    margin-left: calc(-1 * var(--space-base)) !important;
    margin-right: calc(-1 * var(--space-base)) !important;
  }
  .offset-horz-line-at-medium {
    margin-left: calc(-1 * var(--space-line)) !important;
    margin-right: calc(-1 * var(--space-line)) !important;
  }
  .offset-horz-small-at-medium {
    margin-left: calc(-1 * var(--space-small)) !important;
    margin-right: calc(-1 * var(--space-small)) !important;
  }
  .offset-horz-medium-at-medium {
    margin-left: calc(-1 * var(--space-medium)) !important;
    margin-right: calc(-1 * var(--space-medium)) !important;
  }
  .offset-horz-large-at-medium {
    margin-left: calc(-1 * var(--space-large)) !important;
    margin-right: calc(-1 * var(--space-large)) !important;
  }
  .offset-horz-xl-at-medium {
    margin-left: calc(-1 * var(--space-xl)) !important;
    margin-right: calc(-1 * var(--space-xl)) !important;
  }
  .offset-horz-xxl-at-medium {
    margin-left: calc(-1 * var(--space-xxl)) !important;
    margin-right: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-horz-none-at-medium {
    margin-left: calc(-1 * var(--space-none)) !important;
    margin-right: calc(-1 * var(--space-none)) !important;
  }
  .offset-top-base-at-medium {
    margin-top: calc(-1 * var(--space-base)) !important;
  }
  .offset-top-line-at-medium {
    margin-top: calc(-1 * var(--space-line)) !important;
  }
  .offset-top-small-at-medium {
    margin-top: calc(-1 * var(--space-small)) !important;
  }
  .offset-top-medium-at-medium {
    margin-top: calc(-1 * var(--space-medium)) !important;
  }
  .offset-top-large-at-medium {
    margin-top: calc(-1 * var(--space-large)) !important;
  }
  .offset-top-xl-at-medium {
    margin-top: calc(-1 * var(--space-xl)) !important;
  }
  .offset-top-xxl-at-medium {
    margin-top: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-top-none-at-medium {
    margin-top: calc(-1 * var(--space-none)) !important;
  }
  .offset-bottom-base-at-medium {
    margin-bottom: calc(-1 * var(--space-base)) !important;
  }
  .offset-bottom-line-at-medium {
    margin-bottom: calc(-1 * var(--space-line)) !important;
  }
  .offset-bottom-small-at-medium {
    margin-bottom: calc(-1 * var(--space-small)) !important;
  }
  .offset-bottom-medium-at-medium {
    margin-bottom: calc(-1 * var(--space-medium)) !important;
  }
  .offset-bottom-large-at-medium {
    margin-bottom: calc(-1 * var(--space-large)) !important;
  }
  .offset-bottom-xl-at-medium {
    margin-bottom: calc(-1 * var(--space-xl)) !important;
  }
  .offset-bottom-xxl-at-medium {
    margin-bottom: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-bottom-none-at-medium {
    margin-bottom: calc(-1 * var(--space-none)) !important;
  }
  .offset-left-base-at-medium {
    margin-left: calc(-1 * var(--space-base)) !important;
  }
  .offset-left-line-at-medium {
    margin-left: calc(-1 * var(--space-line)) !important;
  }
  .offset-left-small-at-medium {
    margin-left: calc(-1 * var(--space-small)) !important;
  }
  .offset-left-medium-at-medium {
    margin-left: calc(-1 * var(--space-medium)) !important;
  }
  .offset-left-large-at-medium {
    margin-left: calc(-1 * var(--space-large)) !important;
  }
  .offset-left-xl-at-medium {
    margin-left: calc(-1 * var(--space-xl)) !important;
  }
  .offset-left-xxl-at-medium {
    margin-left: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-left-none-at-medium {
    margin-left: calc(-1 * var(--space-none)) !important;
  }
  .offset-right-base-at-medium {
    margin-right: calc(-1 * var(--space-base)) !important;
  }
  .offset-right-line-at-medium {
    margin-right: calc(-1 * var(--space-line)) !important;
  }
  .offset-right-small-at-medium {
    margin-right: calc(-1 * var(--space-small)) !important;
  }
  .offset-right-medium-at-medium {
    margin-right: calc(-1 * var(--space-medium)) !important;
  }
  .offset-right-large-at-medium {
    margin-right: calc(-1 * var(--space-large)) !important;
  }
  .offset-right-xl-at-medium {
    margin-right: calc(-1 * var(--space-xl)) !important;
  }
  .offset-right-xxl-at-medium {
    margin-right: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-right-none-at-medium {
    margin-right: calc(-1 * var(--space-none)) !important;
  }
}
@media (min-width: 1024px) {
  /* Padding */
  .pad-base-at-large {
    padding: var(--space-base) !important;
  }
  .pad-line-at-large {
    padding: var(--space-line) !important;
  }
  .pad-small-at-large {
    padding: var(--space-small) !important;
  }
  .pad-medium-at-large {
    padding: var(--space-medium) !important;
  }
  .pad-large-at-large {
    padding: var(--space-large) !important;
  }
  .pad-xl-at-large {
    padding: var(--space-xl) !important;
  }
  .pad-xxl-at-large {
    padding: var(--space-xxl) !important;
  }
  .pad-none-at-large {
    padding: var(--space-none) !important;
  }
  .pad-vert-base-at-large {
    padding-top: var(--space-base) !important;
    padding-bottom: var(--space-base) !important;
  }
  .pad-vert-line-at-large {
    padding-top: var(--space-line) !important;
    padding-bottom: var(--space-line) !important;
  }
  .pad-vert-small-at-large {
    padding-top: var(--space-small) !important;
    padding-bottom: var(--space-small) !important;
  }
  .pad-vert-medium-at-large {
    padding-top: var(--space-medium) !important;
    padding-bottom: var(--space-medium) !important;
  }
  .pad-vert-large-at-large {
    padding-top: var(--space-large) !important;
    padding-bottom: var(--space-large) !important;
  }
  .pad-vert-xl-at-large {
    padding-top: var(--space-xl) !important;
    padding-bottom: var(--space-xl) !important;
  }
  .pad-vert-xxl-at-large {
    padding-top: var(--space-xxl) !important;
    padding-bottom: var(--space-xxl) !important;
  }
  .pad-vert-none-at-large {
    padding-top: var(--space-none) !important;
    padding-bottom: var(--space-none) !important;
  }
  .pad-horz-base-at-large {
    padding-left: var(--space-base) !important;
    padding-right: var(--space-base) !important;
  }
  .pad-horz-line-at-large {
    padding-left: var(--space-line) !important;
    padding-right: var(--space-line) !important;
  }
  .pad-horz-small-at-large {
    padding-left: var(--space-small) !important;
    padding-right: var(--space-small) !important;
  }
  .pad-horz-medium-at-large {
    padding-left: var(--space-medium) !important;
    padding-right: var(--space-medium) !important;
  }
  .pad-horz-large-at-large {
    padding-left: var(--space-large) !important;
    padding-right: var(--space-large) !important;
  }
  .pad-horz-xl-at-large {
    padding-left: var(--space-xl) !important;
    padding-right: var(--space-xl) !important;
  }
  .pad-horz-xxl-at-large {
    padding-left: var(--space-xxl) !important;
    padding-right: var(--space-xxl) !important;
  }
  .pad-horz-none-at-large {
    padding-left: var(--space-none) !important;
    padding-right: var(--space-none) !important;
  }
  .pad-top-base-at-large {
    padding-top: var(--space-base) !important;
  }
  .pad-top-line-at-large {
    padding-top: var(--space-line) !important;
  }
  .pad-top-small-at-large {
    padding-top: var(--space-small) !important;
  }
  .pad-top-medium-at-large {
    padding-top: var(--space-medium) !important;
  }
  .pad-top-large-at-large {
    padding-top: var(--space-large) !important;
  }
  .pad-top-xl-at-large {
    padding-top: var(--space-xl) !important;
  }
  .pad-top-xxl-at-large {
    padding-top: var(--space-xxl) !important;
  }
  .pad-top-none-at-large {
    padding-top: var(--space-none) !important;
  }
  .pad-bottom-base-at-large {
    padding-bottom: var(--space-base) !important;
  }
  .pad-bottom-line-at-large {
    padding-bottom: var(--space-line) !important;
  }
  .pad-bottom-small-at-large {
    padding-bottom: var(--space-small) !important;
  }
  .pad-bottom-medium-at-large {
    padding-bottom: var(--space-medium) !important;
  }
  .pad-bottom-large-at-large {
    padding-bottom: var(--space-large) !important;
  }
  .pad-bottom-xl-at-large {
    padding-bottom: var(--space-xl) !important;
  }
  .pad-bottom-xxl-at-large {
    padding-bottom: var(--space-xxl) !important;
  }
  .pad-bottom-none-at-large {
    padding-bottom: var(--space-none) !important;
  }
  .pad-left-base-at-large {
    padding-left: var(--space-base) !important;
  }
  .pad-left-line-at-large {
    padding-left: var(--space-line) !important;
  }
  .pad-left-small-at-large {
    padding-left: var(--space-small) !important;
  }
  .pad-left-medium-at-large {
    padding-left: var(--space-medium) !important;
  }
  .pad-left-large-at-large {
    padding-left: var(--space-large) !important;
  }
  .pad-left-xl-at-large {
    padding-left: var(--space-xl) !important;
  }
  .pad-left-xxl-at-large {
    padding-left: var(--space-xxl) !important;
  }
  .pad-left-none-at-large {
    padding-left: var(--space-none) !important;
  }
  .pad-right-base-at-large {
    padding-right: var(--space-base) !important;
  }
  .pad-right-line-at-large {
    padding-right: var(--space-line) !important;
  }
  .pad-right-small-at-large {
    padding-right: var(--space-small) !important;
  }
  .pad-right-medium-at-large {
    padding-right: var(--space-medium) !important;
  }
  .pad-right-large-at-large {
    padding-right: var(--space-large) !important;
  }
  .pad-right-xl-at-large {
    padding-right: var(--space-xl) !important;
  }
  .pad-right-xxl-at-large {
    padding-right: var(--space-xxl) !important;
  }
  .pad-right-none-at-large {
    padding-right: var(--space-none) !important;
  }
  /* Margin */
  .gap-base-at-large {
    margin: var(--space-base) !important;
  }
  .gap-line-at-large {
    margin: var(--space-line) !important;
  }
  .gap-small-at-large {
    margin: var(--space-small) !important;
  }
  .gap-medium-at-large {
    margin: var(--space-medium) !important;
  }
  .gap-large-at-large {
    margin: var(--space-large) !important;
  }
  .gap-xl-at-large {
    margin: var(--space-xl) !important;
  }
  .gap-xxl-at-large {
    margin: var(--space-xxl) !important;
  }
  .gap-none-at-large {
    margin: var(--space-none) !important;
  }
  .gap-vert-base-at-large {
    margin-top: var(--space-base) !important;
    margin-bottom: var(--space-base) !important;
  }
  .gap-vert-line-at-large {
    margin-top: var(--space-line) !important;
    margin-bottom: var(--space-line) !important;
  }
  .gap-vert-small-at-large {
    margin-top: var(--space-small) !important;
    margin-bottom: var(--space-small) !important;
  }
  .gap-vert-medium-at-large {
    margin-top: var(--space-medium) !important;
    margin-bottom: var(--space-medium) !important;
  }
  .gap-vert-large-at-large {
    margin-top: var(--space-large) !important;
    margin-bottom: var(--space-large) !important;
  }
  .gap-vert-xl-at-large {
    margin-top: var(--space-xl) !important;
    margin-bottom: var(--space-xl) !important;
  }
  .gap-vert-xxl-at-large {
    margin-top: var(--space-xxl) !important;
    margin-bottom: var(--space-xxl) !important;
  }
  .gap-vert-none-at-large {
    margin-top: var(--space-none) !important;
    margin-bottom: var(--space-none) !important;
  }
  .gap-horz-base-at-large {
    margin-left: var(--space-base) !important;
    margin-right: var(--space-base) !important;
  }
  .gap-horz-line-at-large {
    margin-left: var(--space-line) !important;
    margin-right: var(--space-line) !important;
  }
  .gap-horz-small-at-large {
    margin-left: var(--space-small) !important;
    margin-right: var(--space-small) !important;
  }
  .gap-horz-medium-at-large {
    margin-left: var(--space-medium) !important;
    margin-right: var(--space-medium) !important;
  }
  .gap-horz-large-at-large {
    margin-left: var(--space-large) !important;
    margin-right: var(--space-large) !important;
  }
  .gap-horz-xl-at-large {
    margin-left: var(--space-xl) !important;
    margin-right: var(--space-xl) !important;
  }
  .gap-horz-xxl-at-large {
    margin-left: var(--space-xxl) !important;
    margin-right: var(--space-xxl) !important;
  }
  .gap-horz-none-at-large {
    margin-left: var(--space-none) !important;
    margin-right: var(--space-none) !important;
  }
  .gap-top-base-at-large {
    margin-top: var(--space-base) !important;
  }
  .gap-top-line-at-large {
    margin-top: var(--space-line) !important;
  }
  .gap-top-small-at-large {
    margin-top: var(--space-small) !important;
  }
  .gap-top-medium-at-large {
    margin-top: var(--space-medium) !important;
  }
  .gap-top-large-at-large {
    margin-top: var(--space-large) !important;
  }
  .gap-top-xl-at-large {
    margin-top: var(--space-xl) !important;
  }
  .gap-top-xxl-at-large {
    margin-top: var(--space-xxl) !important;
  }
  .gap-top-none-at-large {
    margin-top: var(--space-none) !important;
  }
  .gap-bottom-base-at-large {
    margin-bottom: var(--space-base) !important;
  }
  .gap-bottom-line-at-large {
    margin-bottom: var(--space-line) !important;
  }
  .gap-bottom-small-at-large {
    margin-bottom: var(--space-small) !important;
  }
  .gap-bottom-medium-at-large {
    margin-bottom: var(--space-medium) !important;
  }
  .gap-bottom-large-at-large {
    margin-bottom: var(--space-large) !important;
  }
  .gap-bottom-xl-at-large {
    margin-bottom: var(--space-xl) !important;
  }
  .gap-bottom-xxl-at-large {
    margin-bottom: var(--space-xxl) !important;
  }
  .gap-bottom-none-at-large {
    margin-bottom: var(--space-none) !important;
  }
  .gap-left-base-at-large {
    margin-left: var(--space-base) !important;
  }
  .gap-left-line-at-large {
    margin-left: var(--space-line) !important;
  }
  .gap-left-small-at-large {
    margin-left: var(--space-small) !important;
  }
  .gap-left-medium-at-large {
    margin-left: var(--space-medium) !important;
  }
  .gap-left-large-at-large {
    margin-left: var(--space-large) !important;
  }
  .gap-left-xl-at-large {
    margin-left: var(--space-xl) !important;
  }
  .gap-left-xxl-at-large {
    margin-left: var(--space-xxl) !important;
  }
  .gap-left-none-at-large {
    margin-left: var(--space-none) !important;
  }
  .gap-right-base-at-large {
    margin-right: var(--space-base) !important;
  }
  .gap-right-line-at-large {
    margin-right: var(--space-line) !important;
  }
  .gap-right-small-at-large {
    margin-right: var(--space-small) !important;
  }
  .gap-right-medium-at-large {
    margin-right: var(--space-medium) !important;
  }
  .gap-right-large-at-large {
    margin-right: var(--space-large) !important;
  }
  .gap-right-xl-at-large {
    margin-right: var(--space-xl) !important;
  }
  .gap-right-xxl-at-large {
    margin-right: var(--space-xxl) !important;
  }
  .gap-right-none-at-large {
    margin-right: var(--space-none) !important;
  }
  /* Offset */
  .offset-base-at-large {
    margin: calc(-1 * var(--space-base)) !important;
  }
  .offset-line-at-large {
    margin: calc(-1 * var(--space-line)) !important;
  }
  .offset-small-at-large {
    margin: calc(-1 * var(--space-small)) !important;
  }
  .offset-medium-at-large {
    margin: calc(-1 * var(--space-medium)) !important;
  }
  .offset-large-at-large {
    margin: calc(-1 * var(--space-large)) !important;
  }
  .offset-xl-at-large {
    margin: calc(-1 * var(--space-xl)) !important;
  }
  .offset-xxl-at-large {
    margin: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-none-at-large {
    margin: calc(-1 * var(--space-none)) !important;
  }
  .offset-vert-base-at-large {
    margin-top: calc(-1 * var(--space-base)) !important;
    margin-bottom: calc(-1 * var(--space-base)) !important;
  }
  .offset-vert-line-at-large {
    margin-top: calc(-1 * var(--space-line)) !important;
    margin-bottom: calc(-1 * var(--space-line)) !important;
  }
  .offset-vert-small-at-large {
    margin-top: calc(-1 * var(--space-small)) !important;
    margin-bottom: calc(-1 * var(--space-small)) !important;
  }
  .offset-vert-medium-at-large {
    margin-top: calc(-1 * var(--space-medium)) !important;
    margin-bottom: calc(-1 * var(--space-medium)) !important;
  }
  .offset-vert-large-at-large {
    margin-top: calc(-1 * var(--space-large)) !important;
    margin-bottom: calc(-1 * var(--space-large)) !important;
  }
  .offset-vert-xl-at-large {
    margin-top: calc(-1 * var(--space-xl)) !important;
    margin-bottom: calc(-1 * var(--space-xl)) !important;
  }
  .offset-vert-xxl-at-large {
    margin-top: calc(-1 * var(--space-xxl)) !important;
    margin-bottom: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-vert-none-at-large {
    margin-top: calc(-1 * var(--space-none)) !important;
    margin-bottom: calc(-1 * var(--space-none)) !important;
  }
  .offset-horz-base-at-large {
    margin-left: calc(-1 * var(--space-base)) !important;
    margin-right: calc(-1 * var(--space-base)) !important;
  }
  .offset-horz-line-at-large {
    margin-left: calc(-1 * var(--space-line)) !important;
    margin-right: calc(-1 * var(--space-line)) !important;
  }
  .offset-horz-small-at-large {
    margin-left: calc(-1 * var(--space-small)) !important;
    margin-right: calc(-1 * var(--space-small)) !important;
  }
  .offset-horz-medium-at-large {
    margin-left: calc(-1 * var(--space-medium)) !important;
    margin-right: calc(-1 * var(--space-medium)) !important;
  }
  .offset-horz-large-at-large {
    margin-left: calc(-1 * var(--space-large)) !important;
    margin-right: calc(-1 * var(--space-large)) !important;
  }
  .offset-horz-xl-at-large {
    margin-left: calc(-1 * var(--space-xl)) !important;
    margin-right: calc(-1 * var(--space-xl)) !important;
  }
  .offset-horz-xxl-at-large {
    margin-left: calc(-1 * var(--space-xxl)) !important;
    margin-right: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-horz-none-at-large {
    margin-left: calc(-1 * var(--space-none)) !important;
    margin-right: calc(-1 * var(--space-none)) !important;
  }
  .offset-top-base-at-large {
    margin-top: calc(-1 * var(--space-base)) !important;
  }
  .offset-top-line-at-large {
    margin-top: calc(-1 * var(--space-line)) !important;
  }
  .offset-top-small-at-large {
    margin-top: calc(-1 * var(--space-small)) !important;
  }
  .offset-top-medium-at-large {
    margin-top: calc(-1 * var(--space-medium)) !important;
  }
  .offset-top-large-at-large {
    margin-top: calc(-1 * var(--space-large)) !important;
  }
  .offset-top-xl-at-large {
    margin-top: calc(-1 * var(--space-xl)) !important;
  }
  .offset-top-xxl-at-large {
    margin-top: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-top-none-at-large {
    margin-top: calc(-1 * var(--space-none)) !important;
  }
  .offset-bottom-base-at-large {
    margin-bottom: calc(-1 * var(--space-base)) !important;
  }
  .offset-bottom-line-at-large {
    margin-bottom: calc(-1 * var(--space-line)) !important;
  }
  .offset-bottom-small-at-large {
    margin-bottom: calc(-1 * var(--space-small)) !important;
  }
  .offset-bottom-medium-at-large {
    margin-bottom: calc(-1 * var(--space-medium)) !important;
  }
  .offset-bottom-large-at-large {
    margin-bottom: calc(-1 * var(--space-large)) !important;
  }
  .offset-bottom-xl-at-large {
    margin-bottom: calc(-1 * var(--space-xl)) !important;
  }
  .offset-bottom-xxl-at-large {
    margin-bottom: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-bottom-none-at-large {
    margin-bottom: calc(-1 * var(--space-none)) !important;
  }
  .offset-left-base-at-large {
    margin-left: calc(-1 * var(--space-base)) !important;
  }
  .offset-left-line-at-large {
    margin-left: calc(-1 * var(--space-line)) !important;
  }
  .offset-left-small-at-large {
    margin-left: calc(-1 * var(--space-small)) !important;
  }
  .offset-left-medium-at-large {
    margin-left: calc(-1 * var(--space-medium)) !important;
  }
  .offset-left-large-at-large {
    margin-left: calc(-1 * var(--space-large)) !important;
  }
  .offset-left-xl-at-large {
    margin-left: calc(-1 * var(--space-xl)) !important;
  }
  .offset-left-xxl-at-large {
    margin-left: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-left-none-at-large {
    margin-left: calc(-1 * var(--space-none)) !important;
  }
  .offset-right-base-at-large {
    margin-right: calc(-1 * var(--space-base)) !important;
  }
  .offset-right-line-at-large {
    margin-right: calc(-1 * var(--space-line)) !important;
  }
  .offset-right-small-at-large {
    margin-right: calc(-1 * var(--space-small)) !important;
  }
  .offset-right-medium-at-large {
    margin-right: calc(-1 * var(--space-medium)) !important;
  }
  .offset-right-large-at-large {
    margin-right: calc(-1 * var(--space-large)) !important;
  }
  .offset-right-xl-at-large {
    margin-right: calc(-1 * var(--space-xl)) !important;
  }
  .offset-right-xxl-at-large {
    margin-right: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-right-none-at-large {
    margin-right: calc(-1 * var(--space-none)) !important;
  }
}
@media (min-width: 1292px) {
  /* Padding */
  .pad-base-at-extra-large {
    padding: var(--space-base) !important;
  }
  .pad-line-at-extra-large {
    padding: var(--space-line) !important;
  }
  .pad-small-at-extra-large {
    padding: var(--space-small) !important;
  }
  .pad-medium-at-extra-large {
    padding: var(--space-medium) !important;
  }
  .pad-large-at-extra-large {
    padding: var(--space-large) !important;
  }
  .pad-xl-at-extra-large {
    padding: var(--space-xl) !important;
  }
  .pad-xxl-at-extra-large {
    padding: var(--space-xxl) !important;
  }
  .pad-none-at-extra-large {
    padding: var(--space-none) !important;
  }
  .pad-vert-base-at-extra-large {
    padding-top: var(--space-base) !important;
    padding-bottom: var(--space-base) !important;
  }
  .pad-vert-line-at-extra-large {
    padding-top: var(--space-line) !important;
    padding-bottom: var(--space-line) !important;
  }
  .pad-vert-small-at-extra-large {
    padding-top: var(--space-small) !important;
    padding-bottom: var(--space-small) !important;
  }
  .pad-vert-medium-at-extra-large {
    padding-top: var(--space-medium) !important;
    padding-bottom: var(--space-medium) !important;
  }
  .pad-vert-large-at-extra-large {
    padding-top: var(--space-large) !important;
    padding-bottom: var(--space-large) !important;
  }
  .pad-vert-xl-at-extra-large {
    padding-top: var(--space-xl) !important;
    padding-bottom: var(--space-xl) !important;
  }
  .pad-vert-xxl-at-extra-large {
    padding-top: var(--space-xxl) !important;
    padding-bottom: var(--space-xxl) !important;
  }
  .pad-vert-none-at-extra-large {
    padding-top: var(--space-none) !important;
    padding-bottom: var(--space-none) !important;
  }
  .pad-horz-base-at-extra-large {
    padding-left: var(--space-base) !important;
    padding-right: var(--space-base) !important;
  }
  .pad-horz-line-at-extra-large {
    padding-left: var(--space-line) !important;
    padding-right: var(--space-line) !important;
  }
  .pad-horz-small-at-extra-large {
    padding-left: var(--space-small) !important;
    padding-right: var(--space-small) !important;
  }
  .pad-horz-medium-at-extra-large {
    padding-left: var(--space-medium) !important;
    padding-right: var(--space-medium) !important;
  }
  .pad-horz-large-at-extra-large {
    padding-left: var(--space-large) !important;
    padding-right: var(--space-large) !important;
  }
  .pad-horz-xl-at-extra-large {
    padding-left: var(--space-xl) !important;
    padding-right: var(--space-xl) !important;
  }
  .pad-horz-xxl-at-extra-large {
    padding-left: var(--space-xxl) !important;
    padding-right: var(--space-xxl) !important;
  }
  .pad-horz-none-at-extra-large {
    padding-left: var(--space-none) !important;
    padding-right: var(--space-none) !important;
  }
  .pad-top-base-at-extra-large {
    padding-top: var(--space-base) !important;
  }
  .pad-top-line-at-extra-large {
    padding-top: var(--space-line) !important;
  }
  .pad-top-small-at-extra-large {
    padding-top: var(--space-small) !important;
  }
  .pad-top-medium-at-extra-large {
    padding-top: var(--space-medium) !important;
  }
  .pad-top-large-at-extra-large {
    padding-top: var(--space-large) !important;
  }
  .pad-top-xl-at-extra-large {
    padding-top: var(--space-xl) !important;
  }
  .pad-top-xxl-at-extra-large {
    padding-top: var(--space-xxl) !important;
  }
  .pad-top-none-at-extra-large {
    padding-top: var(--space-none) !important;
  }
  .pad-bottom-base-at-extra-large {
    padding-bottom: var(--space-base) !important;
  }
  .pad-bottom-line-at-extra-large {
    padding-bottom: var(--space-line) !important;
  }
  .pad-bottom-small-at-extra-large {
    padding-bottom: var(--space-small) !important;
  }
  .pad-bottom-medium-at-extra-large {
    padding-bottom: var(--space-medium) !important;
  }
  .pad-bottom-large-at-extra-large {
    padding-bottom: var(--space-large) !important;
  }
  .pad-bottom-xl-at-extra-large {
    padding-bottom: var(--space-xl) !important;
  }
  .pad-bottom-xxl-at-extra-large {
    padding-bottom: var(--space-xxl) !important;
  }
  .pad-bottom-none-at-extra-large {
    padding-bottom: var(--space-none) !important;
  }
  .pad-left-base-at-extra-large {
    padding-left: var(--space-base) !important;
  }
  .pad-left-line-at-extra-large {
    padding-left: var(--space-line) !important;
  }
  .pad-left-small-at-extra-large {
    padding-left: var(--space-small) !important;
  }
  .pad-left-medium-at-extra-large {
    padding-left: var(--space-medium) !important;
  }
  .pad-left-large-at-extra-large {
    padding-left: var(--space-large) !important;
  }
  .pad-left-xl-at-extra-large {
    padding-left: var(--space-xl) !important;
  }
  .pad-left-xxl-at-extra-large {
    padding-left: var(--space-xxl) !important;
  }
  .pad-left-none-at-extra-large {
    padding-left: var(--space-none) !important;
  }
  .pad-right-base-at-extra-large {
    padding-right: var(--space-base) !important;
  }
  .pad-right-line-at-extra-large {
    padding-right: var(--space-line) !important;
  }
  .pad-right-small-at-extra-large {
    padding-right: var(--space-small) !important;
  }
  .pad-right-medium-at-extra-large {
    padding-right: var(--space-medium) !important;
  }
  .pad-right-large-at-extra-large {
    padding-right: var(--space-large) !important;
  }
  .pad-right-xl-at-extra-large {
    padding-right: var(--space-xl) !important;
  }
  .pad-right-xxl-at-extra-large {
    padding-right: var(--space-xxl) !important;
  }
  .pad-right-none-at-extra-large {
    padding-right: var(--space-none) !important;
  }
  /* Margin */
  .gap-base-at-extra-large {
    margin: var(--space-base) !important;
  }
  .gap-line-at-extra-large {
    margin: var(--space-line) !important;
  }
  .gap-small-at-extra-large {
    margin: var(--space-small) !important;
  }
  .gap-medium-at-extra-large {
    margin: var(--space-medium) !important;
  }
  .gap-large-at-extra-large {
    margin: var(--space-large) !important;
  }
  .gap-xl-at-extra-large {
    margin: var(--space-xl) !important;
  }
  .gap-xxl-at-extra-large {
    margin: var(--space-xxl) !important;
  }
  .gap-none-at-extra-large {
    margin: var(--space-none) !important;
  }
  .gap-vert-base-at-extra-large {
    margin-top: var(--space-base) !important;
    margin-bottom: var(--space-base) !important;
  }
  .gap-vert-line-at-extra-large {
    margin-top: var(--space-line) !important;
    margin-bottom: var(--space-line) !important;
  }
  .gap-vert-small-at-extra-large {
    margin-top: var(--space-small) !important;
    margin-bottom: var(--space-small) !important;
  }
  .gap-vert-medium-at-extra-large {
    margin-top: var(--space-medium) !important;
    margin-bottom: var(--space-medium) !important;
  }
  .gap-vert-large-at-extra-large {
    margin-top: var(--space-large) !important;
    margin-bottom: var(--space-large) !important;
  }
  .gap-vert-xl-at-extra-large {
    margin-top: var(--space-xl) !important;
    margin-bottom: var(--space-xl) !important;
  }
  .gap-vert-xxl-at-extra-large {
    margin-top: var(--space-xxl) !important;
    margin-bottom: var(--space-xxl) !important;
  }
  .gap-vert-none-at-extra-large {
    margin-top: var(--space-none) !important;
    margin-bottom: var(--space-none) !important;
  }
  .gap-horz-base-at-extra-large {
    margin-left: var(--space-base) !important;
    margin-right: var(--space-base) !important;
  }
  .gap-horz-line-at-extra-large {
    margin-left: var(--space-line) !important;
    margin-right: var(--space-line) !important;
  }
  .gap-horz-small-at-extra-large {
    margin-left: var(--space-small) !important;
    margin-right: var(--space-small) !important;
  }
  .gap-horz-medium-at-extra-large {
    margin-left: var(--space-medium) !important;
    margin-right: var(--space-medium) !important;
  }
  .gap-horz-large-at-extra-large {
    margin-left: var(--space-large) !important;
    margin-right: var(--space-large) !important;
  }
  .gap-horz-xl-at-extra-large {
    margin-left: var(--space-xl) !important;
    margin-right: var(--space-xl) !important;
  }
  .gap-horz-xxl-at-extra-large {
    margin-left: var(--space-xxl) !important;
    margin-right: var(--space-xxl) !important;
  }
  .gap-horz-none-at-extra-large {
    margin-left: var(--space-none) !important;
    margin-right: var(--space-none) !important;
  }
  .gap-top-base-at-extra-large {
    margin-top: var(--space-base) !important;
  }
  .gap-top-line-at-extra-large {
    margin-top: var(--space-line) !important;
  }
  .gap-top-small-at-extra-large {
    margin-top: var(--space-small) !important;
  }
  .gap-top-medium-at-extra-large {
    margin-top: var(--space-medium) !important;
  }
  .gap-top-large-at-extra-large {
    margin-top: var(--space-large) !important;
  }
  .gap-top-xl-at-extra-large {
    margin-top: var(--space-xl) !important;
  }
  .gap-top-xxl-at-extra-large {
    margin-top: var(--space-xxl) !important;
  }
  .gap-top-none-at-extra-large {
    margin-top: var(--space-none) !important;
  }
  .gap-bottom-base-at-extra-large {
    margin-bottom: var(--space-base) !important;
  }
  .gap-bottom-line-at-extra-large {
    margin-bottom: var(--space-line) !important;
  }
  .gap-bottom-small-at-extra-large {
    margin-bottom: var(--space-small) !important;
  }
  .gap-bottom-medium-at-extra-large {
    margin-bottom: var(--space-medium) !important;
  }
  .gap-bottom-large-at-extra-large {
    margin-bottom: var(--space-large) !important;
  }
  .gap-bottom-xl-at-extra-large {
    margin-bottom: var(--space-xl) !important;
  }
  .gap-bottom-xxl-at-extra-large {
    margin-bottom: var(--space-xxl) !important;
  }
  .gap-bottom-none-at-extra-large {
    margin-bottom: var(--space-none) !important;
  }
  .gap-left-base-at-extra-large {
    margin-left: var(--space-base) !important;
  }
  .gap-left-line-at-extra-large {
    margin-left: var(--space-line) !important;
  }
  .gap-left-small-at-extra-large {
    margin-left: var(--space-small) !important;
  }
  .gap-left-medium-at-extra-large {
    margin-left: var(--space-medium) !important;
  }
  .gap-left-large-at-extra-large {
    margin-left: var(--space-large) !important;
  }
  .gap-left-xl-at-extra-large {
    margin-left: var(--space-xl) !important;
  }
  .gap-left-xxl-at-extra-large {
    margin-left: var(--space-xxl) !important;
  }
  .gap-left-none-at-extra-large {
    margin-left: var(--space-none) !important;
  }
  .gap-right-base-at-extra-large {
    margin-right: var(--space-base) !important;
  }
  .gap-right-line-at-extra-large {
    margin-right: var(--space-line) !important;
  }
  .gap-right-small-at-extra-large {
    margin-right: var(--space-small) !important;
  }
  .gap-right-medium-at-extra-large {
    margin-right: var(--space-medium) !important;
  }
  .gap-right-large-at-extra-large {
    margin-right: var(--space-large) !important;
  }
  .gap-right-xl-at-extra-large {
    margin-right: var(--space-xl) !important;
  }
  .gap-right-xxl-at-extra-large {
    margin-right: var(--space-xxl) !important;
  }
  .gap-right-none-at-extra-large {
    margin-right: var(--space-none) !important;
  }
  /* Offset */
  .offset-base-at-extra-large {
    margin: calc(-1 * var(--space-base)) !important;
  }
  .offset-line-at-extra-large {
    margin: calc(-1 * var(--space-line)) !important;
  }
  .offset-small-at-extra-large {
    margin: calc(-1 * var(--space-small)) !important;
  }
  .offset-medium-at-extra-large {
    margin: calc(-1 * var(--space-medium)) !important;
  }
  .offset-large-at-extra-large {
    margin: calc(-1 * var(--space-large)) !important;
  }
  .offset-xl-at-extra-large {
    margin: calc(-1 * var(--space-xl)) !important;
  }
  .offset-xxl-at-extra-large {
    margin: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-none-at-extra-large {
    margin: calc(-1 * var(--space-none)) !important;
  }
  .offset-vert-base-at-extra-large {
    margin-top: calc(-1 * var(--space-base)) !important;
    margin-bottom: calc(-1 * var(--space-base)) !important;
  }
  .offset-vert-line-at-extra-large {
    margin-top: calc(-1 * var(--space-line)) !important;
    margin-bottom: calc(-1 * var(--space-line)) !important;
  }
  .offset-vert-small-at-extra-large {
    margin-top: calc(-1 * var(--space-small)) !important;
    margin-bottom: calc(-1 * var(--space-small)) !important;
  }
  .offset-vert-medium-at-extra-large {
    margin-top: calc(-1 * var(--space-medium)) !important;
    margin-bottom: calc(-1 * var(--space-medium)) !important;
  }
  .offset-vert-large-at-extra-large {
    margin-top: calc(-1 * var(--space-large)) !important;
    margin-bottom: calc(-1 * var(--space-large)) !important;
  }
  .offset-vert-xl-at-extra-large {
    margin-top: calc(-1 * var(--space-xl)) !important;
    margin-bottom: calc(-1 * var(--space-xl)) !important;
  }
  .offset-vert-xxl-at-extra-large {
    margin-top: calc(-1 * var(--space-xxl)) !important;
    margin-bottom: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-vert-none-at-extra-large {
    margin-top: calc(-1 * var(--space-none)) !important;
    margin-bottom: calc(-1 * var(--space-none)) !important;
  }
  .offset-horz-base-at-extra-large {
    margin-left: calc(-1 * var(--space-base)) !important;
    margin-right: calc(-1 * var(--space-base)) !important;
  }
  .offset-horz-line-at-extra-large {
    margin-left: calc(-1 * var(--space-line)) !important;
    margin-right: calc(-1 * var(--space-line)) !important;
  }
  .offset-horz-small-at-extra-large {
    margin-left: calc(-1 * var(--space-small)) !important;
    margin-right: calc(-1 * var(--space-small)) !important;
  }
  .offset-horz-medium-at-extra-large {
    margin-left: calc(-1 * var(--space-medium)) !important;
    margin-right: calc(-1 * var(--space-medium)) !important;
  }
  .offset-horz-large-at-extra-large {
    margin-left: calc(-1 * var(--space-large)) !important;
    margin-right: calc(-1 * var(--space-large)) !important;
  }
  .offset-horz-xl-at-extra-large {
    margin-left: calc(-1 * var(--space-xl)) !important;
    margin-right: calc(-1 * var(--space-xl)) !important;
  }
  .offset-horz-xxl-at-extra-large {
    margin-left: calc(-1 * var(--space-xxl)) !important;
    margin-right: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-horz-none-at-extra-large {
    margin-left: calc(-1 * var(--space-none)) !important;
    margin-right: calc(-1 * var(--space-none)) !important;
  }
  .offset-top-base-at-extra-large {
    margin-top: calc(-1 * var(--space-base)) !important;
  }
  .offset-top-line-at-extra-large {
    margin-top: calc(-1 * var(--space-line)) !important;
  }
  .offset-top-small-at-extra-large {
    margin-top: calc(-1 * var(--space-small)) !important;
  }
  .offset-top-medium-at-extra-large {
    margin-top: calc(-1 * var(--space-medium)) !important;
  }
  .offset-top-large-at-extra-large {
    margin-top: calc(-1 * var(--space-large)) !important;
  }
  .offset-top-xl-at-extra-large {
    margin-top: calc(-1 * var(--space-xl)) !important;
  }
  .offset-top-xxl-at-extra-large {
    margin-top: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-top-none-at-extra-large {
    margin-top: calc(-1 * var(--space-none)) !important;
  }
  .offset-bottom-base-at-extra-large {
    margin-bottom: calc(-1 * var(--space-base)) !important;
  }
  .offset-bottom-line-at-extra-large {
    margin-bottom: calc(-1 * var(--space-line)) !important;
  }
  .offset-bottom-small-at-extra-large {
    margin-bottom: calc(-1 * var(--space-small)) !important;
  }
  .offset-bottom-medium-at-extra-large {
    margin-bottom: calc(-1 * var(--space-medium)) !important;
  }
  .offset-bottom-large-at-extra-large {
    margin-bottom: calc(-1 * var(--space-large)) !important;
  }
  .offset-bottom-xl-at-extra-large {
    margin-bottom: calc(-1 * var(--space-xl)) !important;
  }
  .offset-bottom-xxl-at-extra-large {
    margin-bottom: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-bottom-none-at-extra-large {
    margin-bottom: calc(-1 * var(--space-none)) !important;
  }
  .offset-left-base-at-extra-large {
    margin-left: calc(-1 * var(--space-base)) !important;
  }
  .offset-left-line-at-extra-large {
    margin-left: calc(-1 * var(--space-line)) !important;
  }
  .offset-left-small-at-extra-large {
    margin-left: calc(-1 * var(--space-small)) !important;
  }
  .offset-left-medium-at-extra-large {
    margin-left: calc(-1 * var(--space-medium)) !important;
  }
  .offset-left-large-at-extra-large {
    margin-left: calc(-1 * var(--space-large)) !important;
  }
  .offset-left-xl-at-extra-large {
    margin-left: calc(-1 * var(--space-xl)) !important;
  }
  .offset-left-xxl-at-extra-large {
    margin-left: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-left-none-at-extra-large {
    margin-left: calc(-1 * var(--space-none)) !important;
  }
  .offset-right-base-at-extra-large {
    margin-right: calc(-1 * var(--space-base)) !important;
  }
  .offset-right-line-at-extra-large {
    margin-right: calc(-1 * var(--space-line)) !important;
  }
  .offset-right-small-at-extra-large {
    margin-right: calc(-1 * var(--space-small)) !important;
  }
  .offset-right-medium-at-extra-large {
    margin-right: calc(-1 * var(--space-medium)) !important;
  }
  .offset-right-large-at-extra-large {
    margin-right: calc(-1 * var(--space-large)) !important;
  }
  .offset-right-xl-at-extra-large {
    margin-right: calc(-1 * var(--space-xl)) !important;
  }
  .offset-right-xxl-at-extra-large {
    margin-right: calc(-1 * var(--space-xxl)) !important;
  }
  .offset-right-none-at-extra-large {
    margin-right: calc(-1 * var(--space-none)) !important;
  }
}
/* Font Sizes */
.font-size-tiny {
  font-size: var(--font-size-tiny);
  line-height: var(--line-height-tiny);
}

.type-display .font-size-tiny {
  font-size: var(--font-size-display-tiny);
  line-height: var(--line-height-display-tiny);
  letter-spacing: var(--letter-spacing-display-normal);
}

.font-size-small {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}

.type-display .font-size-small {
  font-size: var(--font-size-display-small);
  line-height: var(--line-height-display-small);
  letter-spacing: var(--letter-spacing-display-normal);
}

.font-size-base {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

.type-display .font-size-base {
  font-size: var(--font-size-display-base);
  line-height: var(--line-height-display-base);
}

.font-size-large {
  font-size: var(--font-size-medium);
  line-height: var(--line-height-medium);
  letter-spacing: var(--letter-spacing-large-base);
}

@media (min-width: 718px) {
  .font-size-large {
    font-size: var(--font-size-large);
    line-height: var(--line-height-large);
    letter-spacing: var(--letter-spacing-large-medium);
  }
}
.type-display .font-size-large {
  font-family: var(--font-family-display);
  font-size: var(--font-size-display-large-base);
  line-height: var(--line-height-display-large-base);
  letter-spacing: var(--letter-spacing-display-large-base);
}

.type-display .font-size-large a {
  letter-spacing: var(--letter-spacing-display-link-large-base);
}

@media (min-width: 718px) {
  .type-display .font-size-large {
    font-size: var(--font-size-display-large-medium);
    line-height: var(--line-height-display-large-medium);
    letter-spacing: var(--letter-spacing-display-large-medium);
  }
  .type-display .font-size-large a {
    letter-spacing: var(--letter-spacing-display-link-large-medium);
  }
}
/* Font Weights */
.font-weight-thin {
  font-weight: var(--font-weight-thin) !important;
}

.font-weight-light {
  font-weight: var(--font-weight-light) !important;
}

.font-weight-regular {
  font-weight: var(--font-weight-regular) !important;
}

.font-weight-medium {
  font-weight: var(--font-weight-medium) !important;
}

.font-weight-semibold {
  font-weight: var(--font-weight-semibold) !important;
}

.font-weight-bold {
  font-weight: var(--font-weight-bold) !important;
}

/* Font */
.font-family-heading {
  font-family: var(--font-family-heading);
}

/* Text */
.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.normalcase {
  text-transform: none !important;
}

.italic {
  font-style: italic !important;
}

.balance {
  text-wrap: balance;
}

.no-wrap {
  white-space: nowrap;
}

.muted {
  pointer-events: none;
  color: #6c757d !important;
}

/* Eyebrows */
.font-eyebrow-small {
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-family: var(--font-family-base);
  font-size: var(--font-size-tiny);
  line-height: var(--line-height-tiny);
}

@media (min-width: 718px) {
  .font-eyebrow-small {
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  }
}
.type-display .font-eyebrow-small {
  font-size: var(--font-size-display-tiny);
  line-height: var(--line-height-display-tiny);
}

@media (min-width: 718px) {
  .type-display .font-eyebrow-small {
    font-size: var(--font-size-display-small);
    line-height: var(--line-height-display-small);
  }
}
.font-eyebrow-large {
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-family: var(--font-family-base);
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}

@media (min-width: 718px) {
  .font-eyebrow-large {
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
  }
}
.type-display .font-eyebrow-large {
  font-size: var(--font-size-display-small);
  line-height: var(--line-height-display-small);
}

@media (min-width: 718px) {
  .type-display .font-eyebrow-large {
    font-size: var(--font-size-display-base);
    line-height: var(--line-height-display-base);
  }
}
/* Headings compact */
.headings-compact h1:not(:first-child),
.headings-compact .h1:not(:first-child),
.headings-compact h2:not(:first-child),
.headings-compact .h2:not(:first-child),
.headings-compact h3:not(:first-child),
.headings-compact .h3:not(:first-child),
.headings-compact h4:not(:first-child),
.headings-compact .h4:not(:first-child),
.headings-compact h5:not(:first-child),
.headings-compact .h5:not(:first-child),
.headings-compact .font-eyebrow-small:not(:first-child),
.headings-compact .font-eyebrow-large:not(:first-child) {
  margin-top: var(--line-height-base);
}

.headings-compact h1:not(:last-child),
.headings-compact .h1:not(:last-child),
.headings-compact h2:not(:last-child),
.headings-compact .h2:not(:last-child),
.headings-compact h3:not(:last-child),
.headings-compact .h3:not(:last-child),
.headings-compact h4:not(:last-child),
.headings-compact .h4:not(:last-child),
.headings-compact h5:not(:last-child),
.headings-compact .h5:not(:last-child),
.headings-compact .font-eyebrow-small:not(:last-child),
.headings-compact .font-eyebrow-large:not(:last-child) {
  margin-bottom: calc(var(--line-height-base) / 2);
}

.headings-compact h1 + p,
.headings-compact .h1 + p,
.headings-compact h2 + p,
.headings-compact .h2 + p,
.headings-compact h3 + p,
.headings-compact .h3 + p,
.headings-compact h4 + p,
.headings-compact .h4 + p,
.headings-compact h5 + p,
.headings-compact .h5 + p,
.headings-compact .font-eyebrow-small + p,
.headings-compact .font-eyebrow-large + p {
  margin-top: 0;
}

.headings-compact h6:not(:first-child),
.headings-compact .h6:not(:first-child) {
  margin-top: var(--line-height-base);
}

.headings-compact h6:not(:last-child),
.headings-compact .h6:not(:last-child) {
  margin-bottom: 0;
}

.headings-compact h6 + p,
.headings-compact .h6 + p {
  margin-top: 0;
}

.type-display .headings-compact h1:not(:first-child),
.type-display .headings-compact .h1:not(:first-child),
.type-display .headings-compact h2:not(:first-child),
.type-display .headings-compact .h2:not(:first-child),
.type-display .headings-compact h3:not(:first-child),
.type-display .headings-compact .h3:not(:first-child),
.type-display .headings-compact h4:not(:first-child),
.type-display .headings-compact .h4:not(:first-child),
.type-display .headings-compact h5:not(:first-child),
.type-display .headings-compact .h5:not(:first-child),
.type-display .headings-compact .font-eyebrow-small:not(:first-child),
.type-display .headings-compact .font-eyebrow-large:not(:first-child) {
  margin-top: var(--line-height-display-base);
}

.type-display .headings-compact h1:not(:last-child),
.type-display .headings-compact .h1:not(:last-child),
.type-display .headings-compact h2:not(:last-child),
.type-display .headings-compact .h2:not(:last-child),
.type-display .headings-compact h3:not(:last-child),
.type-display .headings-compact .h3:not(:last-child),
.type-display .headings-compact h4:not(:last-child),
.type-display .headings-compact .h4:not(:last-child),
.type-display .headings-compact h5:not(:last-child),
.type-display .headings-compact .h5:not(:last-child),
.type-display .headings-compact .font-eyebrow-small:not(:last-child),
.type-display .headings-compact .font-eyebrow-large:not(:last-child) {
  margin-bottom: calc(var(--line-height-display-base) / 2);
}

.type-display .headings-compact h1 + p,
.type-display .headings-compact .h1 + p,
.type-display .headings-compact h2 + p,
.type-display .headings-compact .h2 + p,
.type-display .headings-compact h3 + p,
.type-display .headings-compact .h3 + p,
.type-display .headings-compact h4 + p,
.type-display .headings-compact .h4 + p,
.type-display .headings-compact h5 + p,
.type-display .headings-compact .h5 + p,
.type-display .headings-compact .font-eyebrow-small + p,
.type-display .headings-compact .font-eyebrow-large + p {
  margin-top: 0;
}

.type-display .headings-compact h6:not(:first-child),
.type-display .headings-compact .h6:not(:first-child) {
  margin-top: var(--line-height-display-base);
}

.type-display .headings-compact h6:not(:last-child),
.type-display .headings-compact .h6:not(:last-child) {
  margin-bottom: 0;
}

.type-display .headings-compact h6 + p,
.type-display .headings-compact .h6 + p {
  margin-top: 0;
}

.fine-print,
.upperspaced {
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-family: var(--font-family-base);
  font-size: var(--font-size-tiny);
  line-height: var(--line-height-tiny);
}

@media (min-width: 718px) {
  .fine-print,
  .upperspaced {
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  }
}
.type-display .fine-print,
.type-display .upperspaced {
  font-size: var(--font-size-display-tiny);
  line-height: var(--line-height-display-tiny);
}

@media (min-width: 718px) {
  .type-display .fine-print,
  .type-display .upperspaced {
    font-size: var(--font-size-display-small);
    line-height: var(--line-height-display-small);
  }
}
.legal-text {
  font-size: var(--font-size-tiny);
  line-height: var(--line-height-tiny);
}

.type-display .legal-text {
  font-size: var(--font-size-display-tiny);
  line-height: var(--line-height-display-tiny);
  letter-spacing: var(--letter-spacing-display-normal);
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Colors */
.color-white {
  color: white !important;
}

.color-red {
  color: var(--color-red) !important;
}

.color-blue {
  color: var(--color-blue) !important;
}

.color-gray {
  color: var(--color-gray) !important;
}

.color-charcoal {
  color: var(--color-charcoal) !important;
}

/* Colors System */
.color-primary {
  color: var(--e-global-color-primary) !important;
}

.color-secondary {
  color: var(--e-global-color-secondary);
}

.color-accent {
  color: var(--color-accent) !important;
}

.color-text {
  color: var(--color-text) !important;
}

.color-heading {
  color: var(--color-heading) !important;
}

/* Colors Custom */
.color-gray-light {
  color: var(--color-gray-100) !important;
}

/* Transitions */
.collapse {
  overflow: hidden;
  height: 0;
}

.fade {
  opacity: 0;
}

.arrow[data-transition-target][data-transition-state=off]::after,
[data-transition-target][data-transition-state=off] .arrow::after,
.caret[data-transition-target][data-transition-state=off]::after,
[data-transition-target][data-transition-state=off] .caret::after {
  margin-left: 0.5em;
  transform: translateX(-0.1875em) rotate(-90deg);
}

.arrow[data-transition-target][data-transition-state=on]::after,
[data-transition-target][data-transition-state=on] .arrow::after,
.caret[data-transition-target][data-transition-state=on]::after,
[data-transition-target][data-transition-state=on] .caret::after {
  margin-left: 0.5em;
  transform: rotate(90deg);
}

/*-------------------------*\
  Icons
\*-------------------------*/
/* Chevron */
.chevron::after,
.chevron-left::before {
  content: "";
  position: relative;
  bottom: 1px;
  display: inline-block;
  border-bottom: 1px solid;
  border-right: 1px solid;
  height: 7px;
  width: 7px;
  transition: transform var(--duration-quick) var(--easing-sharp);
}

.chevron::after {
  margin-left: 0.25em;
  transform: rotate(-45deg);
}

.chevron-left::before {
  margin-right: 0.25em;
  transform: rotate(135deg);
}

/* Changement de taille des signes ">" des liens secondaires */
.font-size-small .chevron::after {
  height: 6px;
  width: 6px;
}

.font-size-large .chevron::after {
  height: 8px;
  width: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  bottom: 2px;
}

/* Arrow */
.arrow-right,
.arrow-left {
  display: block;
  margin: 30px auto;
  width: 25px;
  height: 25px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.arrow-right {
  transform: rotate(135deg);
}

.arrow-left {
  transform: rotate(-45deg);
}

.arrow-right::after,
.arrow-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: black;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

.arrow::after,
.arrow-right::after {
  content: "→";
  pointer-events: none;
  display: inline-block;
  margin-left: 0.25em;
  transition: transform var(--duration-quick) var(--easing-sharp);
}

/* Icon Add */
.icon-add {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color-link);
}

.icon-add::before,
.icon-add::after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 1px);
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--e-global-color-primary);
}

.icon-add::after {
  transform: rotate(90deg);
}

.theme-red .icon-add {
  border-color: var(--color-red);
}

.theme-red .icon-add::before,
.theme-red .icon-add::after {
  background-color: var(--color-red);
}

.theme-red .bg-theme .icon-add {
  border-color: white;
}

.theme-red .bg-theme .icon-add::before,
.theme-red .bg-theme .icon-add::after {
  background-color: white;
}

.flipper-container {
  perspective: 1000px;
  position: relative;
  height: 100%;
}

.flipper {
  display: flex;
  height: 100%;
  background-color: transparent !important;
  will-change: transform;
  transition: transform var(--duration-slow) var(--easing-standard);
  transform-style: preserve-3d;
}

.flipper.is-flipped {
  transform: rotateY(180deg);
}

.flipper .tile-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 1;
}

.flipper-front,
.flipper-back {
  min-width: 100%;
  min-height: 100%;
  background-color: white;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.bg-invert .flipper-front,
.bg-invert .flipper-back {
  color: white;
  border-color: var(--color-gray-80);
  background-color: transparent;
}

.flipper-front {
  z-index: 1;
  display: flex;
  flex-flow: column;
}

.flipper-back {
  transform: rotateY(180deg) translate(100%, 0);
}

.flipper-trigger {
  cursor: pointer;
  display: inline-block;
  align-self: flex-start;
  margin-top: var(--space-small);
}

.icon-redirect [fill]:not([fill=none]):not([fill^=url]) {
  fill: var(--color-blue);
}

.icon-redirect [stroke]:not([stroke=transparent]) {
  stroke: var(--color-blue);
}

:root {
  --accordion-plus-minus-size: 15px;
  --accordion-plus-minus-thickness: 3px;
  --accordion-plus-minus-color:#779877 ;
}

.section-accordion .collapse {
  visibility: hidden;
}

.accordion-plus-minus {
  position: relative;
  width: var(--accordion-plus-minus-size);
  height: var(--accordion-plus-minus-size);
}

.bg-invert .accordion-plus-minus {
  --accordion-plus-minus-color: var(--color-green-lighten) ;
}

.accordion-plus-minus::before,
.accordion-plus-minus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--accordion-plus-minus-size);
  height: var(--accordion-plus-minus-thickness);
  background-color: var(--accordion-plus-minus-color);
  transition: transform var(--duration-slow) var(--easing-sharp);
}

.accordion-plus-minus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

[data-transition-state=off] .accordion-plus-minus::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

[data-transition-state=off] .accordion-plus-minus::after {
  transform: translate(-50%, -50%) rotate(-90deg) scaleX(0);
}

/* .section-accordion a,
.section-accordion a:hover,
.section-accordion a:visited {
  color: var(--color-text);
}

.hotspot,
.hotspot:hover,
.hotspot:visited {
  color: var(--color-text);
} */
/*-------------------------*\
  List
\*-------------------------*/
ul, ol {
  list-style: none;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

ul > li, ol > li {
  position: relative;
  padding-left: 1.75em;
}

ul > li::before, ol > li::before {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  width: 1.75em;
  margin-left: -1.75em;
  text-align: left;
}

ul.inline-list > li, ol.inline-list > li {
  display: inline;
  padding-left: 0;
  margin-bottom: 0;
}

ul.inline-list > li::before, ol.inline-list > li::before {
  display: inline;
  position: static;
  width: auto;
  margin-left: 0;
}

ul.inline-list > li:nth-last-child(1n+2)::after,
ul.inline-list.space > li:nth-last-child(1n+2)::after,
ol.inline-list > li:nth-last-child(1n+2)::after,
ol.inline-list.space > li:nth-last-child(1n+2)::after {
  content: " ";
}

ul.inline-list.comma > li:nth-last-child(1n+2)::after,
ol.inline-list.comma > li:nth-last-child(1n+2)::after {
  content: ", ";
}

ul.inline-list.bullet > li:nth-last-child(1n+2)::after,
ol.inline-list.bullet > li:nth-last-child(1n+2)::after {
  content: "•";
  padding-left: 1em;
  padding-right: 1em;
}

ul.inline-list.pipe > li:nth-last-child(1n+2)::after,
ol.inline-list.pipe > li:nth-last-child(1n+2)::after {
  content: "|";
  padding-left: 1em;
  padding-right: 1em;
}

ul[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li {
  padding-left: calc(var(--space-line) / 2 + 1.75em);
}

ul.grid-space-base[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-base[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-space-base[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-base[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-base[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-base[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-base[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-base[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li {
  padding-left: calc(var(--space-base) / 2 + 1.75em);
}

ul.grid-space-line[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-line[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-space-line[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-line[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-line[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-line[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-line[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-line[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li {
  padding-left: calc(var(--space-line) / 2 + 1.75em);
}

ul.grid-space-small[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-small[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-space-small[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-small[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-small[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-small[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-small[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-small[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li {
  padding-left: calc(var(--space-small) / 2 + 1.75em);
}

ul.grid-space-medium[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-medium[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-space-medium[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-medium[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-medium[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-medium[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-medium[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-medium[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li {
  padding-left: calc(var(--space-medium) / 2 + 1.75em);
}

ul.grid-space-large[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-large[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-space-large[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-large[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-large[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-large[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-large[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-large[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li {
  padding-left: calc(var(--space-large) / 2 + 1.75em);
}

ul.grid-space-xl[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-xl[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-space-xl[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-xl[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-xl[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-xl[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-xl[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-xl[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li {
  padding-left: calc(var(--space-xl) / 2 + 1.75em);
}

ul.grid-space-xxl[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-xxl[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-space-xxl[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-xxl[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-xxl[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-xxl[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-xxl[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-xxl[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li {
  padding-left: calc(var(--space-xxl) / 2 + 1.75em);
}

ul.grid-space-none[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-none[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-space-none[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ul.grid-col-space-none[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-none[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-none[class^=grid]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-space-none[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li,
ol.grid-col-space-none[class*=" grid"]:not(.reset):not(.graphical):not(.check-list-stacked) > li {
  padding-left: calc(var(--space-none) / 2 + 1.75em);
}

/* ul>li::before,
ul.bullet>li::before { content:"•" } */
ul.inline-list > li::before {
  content: none;
}

ul.check-list > li::before {
  content: " ";
  width: 1em;
  height: 0.5em;
  top: 0.5em;
  transform: rotate(-45deg);
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0.125em;
  border-bottom-width: 0.125em;
  color: #1a1a1a;
}

.bg-invert ul.check-list > li::before,
.bg-theme ul.check-list > li::before {
  color: white;
}

ul.check-list.check-list-stacked > li {
  padding-top: calc(var(--space-base) + var(--list-checkmark-height));
  text-align: center;
}

ul.check-list.check-list-stacked > li::before {
  display: block;
  margin-left: 0;
  left: 50%;
  top: 0;
  transform: rotate(-45deg) translateX(-50%);
}

ul.check-list.inline-list > li:nth-last-child(1n+2) {
  margin-right: 1em;
}

ul.check-list.inline-list > li::before {
  display: inline-block;
  vertical-align: 0.25em;
  margin-right: 0.5em;
}

.theme-red ul.check-list > li::before,
[class^=theme-] .theme-red ul.check-list > li::before,
[class*=" theme-"] .theme-red ul.check-list > li::before {
  color: var(--color-red);
}

.theme-red .bg-invert ul.check-list > li::before,
[class^=theme-] .theme-red .bg-invert ul.check-list > li::before,
[class*=" theme-"] .theme-red .bg-invert ul.check-list > li::before {
  color: var(--color-red);
}

.theme-red .bg-theme ul.check-list > li::before,
[class^=theme-] .theme-red .bg-theme ul.check-list > li::before,
[class*=" theme-"] .theme-red .bg-theme ul.check-list > li::before {
  color: white;
}

.theme-red .bg-white ul.check-list > li::before,
[class^=theme-] .theme-red .bg-white ul.check-list > li::before,
[class*=" theme-"] .theme-red .bg-white ul.check-list > li::before {
  color: var(--color-red);
}

ol, ol.decimal {
  counter-reset: list-counter 0;
}

ol > li::before, ol.decimal > li::before {
  content: counter(list-counter, decimal) ". ";
}

ol > li, ol.decimal > li {
  counter-increment: list-counter;
}

ol.alpha, ol.upper-alpha {
  counter-reset: list-counter 0;
}

ol.alpha > li::before, ol.upper-alpha > li::before {
  content: counter(list-counter, upper-alpha) ". ";
}

ol.alpha > li, ol.upper-alpha > li {
  counter-increment: list-counter;
}

ol.lower-alpha {
  counter-reset: list-counter 0;
}

ol.lower-alpha > li::before {
  content: counter(list-counter, lower-alpha) ". ";
}

ol.lower-alpha > li {
  counter-increment: list-counter;
}

ol.roman,
ol.upper-roman {
  counter-reset: list-counter 0;
}

ol.roman > li::before,
ol.upper-roman > li::before {
  content: counter(list-counter, upper-roman) ". ";
}

ol.roman > li,
ol.upper-roman > li {
  counter-increment: list-counter;
}

ol.lower-roman {
  counter-reset: list-counter 0;
}

ol.lower-roman > li::before {
  content: counter(list-counter, lower-roman) ". ";
}

ol.lower-roman > li {
  counter-increment: list-counter;
}

ul.reset > li::before,
ol.reset > li::before {
  content: none;
}

ul.reset > li,
ol.reset > li {
  margin-bottom: 0;
}

ul.reset:not([class^=grid]):not([class*=" grid"]) > li,
ol.reset:not([class^=grid]):not([class*=" grid"]) > li {
  padding-left: 0;
}

button.MenuToggle {
  position: relative;
  right: -4px;
  padding: 5px;
  border-radius: 0.3rem;
  border-color: transparent;
  transition: transform var(--duration-slow);
  background-color: transparent;
  min-height: auto;
}
button.MenuToggle:hover, button.MenuToggle:focus {
  border-color: transparent;
  background-color: transparent;
}
button.MenuToggle[aria-expanded=true] .i-burger {
  background: transparent;
}
button.MenuToggle[aria-expanded=true] .i-burger::before {
  transform: translateY(0) rotate(45deg);
}
button.MenuToggle[aria-expanded=true] .i-burger::after {
  transform: translateY(0) rotate(-45deg);
}

.i-container {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
}

.i-burger {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 26px;
  height: 2px;
  background-color: var(--e-global-color-text);
  transform: translateX(-50%) translateY(-50%);
  transition: background 0.1s;
}
.i-burger::before, .i-burger::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 2px;
  background-color: var(--e-global-color-text);
  transition: transform var(--duration-slow);
  transform-origin: 50% 50%;
}
.i-burger::before {
  transform: translateY(-7px);
}
.i-burger::after {
  transform: translateY(7px);
}

.e-2694e96-657aefb svg {
  vertical-align: top;
}

/*-----------------------------------------*\
  Carousel
\*-----------------------------------------*/
.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) {
  position: relative;
  --carousel-button-size: 40px ;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]),
.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-slider {
  cursor: move;
  cursor: grab;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  transform: translate3d(0px, 0px, 0px);
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-slide {
  flex: 0 0 auto;
  z-index: 1;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-slide img {
  position: relative;
  width: 100%;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-slide[data-active=false] *,
.carousel[data-dragging=true]:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-slide *,
.carousel[data-animating=true]:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-slide * {
  pointer-events: none;
}

.carousel[data-dragging=true]:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-slider,
.carousel[data-dragging=start]:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-slide[data-active=false] {
  cursor: move;
  cursor: grabbing;
}

.carousel[data-opacity-focus]:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-slide {
  transition: opacity var(--duration-quick) var(--easing-sharp);
}

.carousel[data-opacity-focus]:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-slide[data-active=false] {
  opacity: 0.5;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-indicator-nav {
  display: block;
  position: relative;
  margin-top: var(--space-line);
  text-align: center;
  line-height: 1;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-indicator {
  cursor: pointer;
  display: inline-block;
  width: var(--space-small);
  height: var(--space-small);
  padding: var(--space-base);
  transition: opacity var(--duration-quick) var(--easing-sharp);
  opacity: 0.25;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-indicator:hover,
.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-indicator:focus {
  opacity: 0.5;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-indicator:active {
  opacity: 1;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-indicator[data-active=true] {
  opacity: 1;
  pointer-events: none;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-indicator::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-charcoal);
}

.bg-theme .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-indicator::before,
.bg-invert .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-indicator::before {
  background-color: white;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-nav {
  margin-top: var(--space-small);
} /**/
.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: var(--carousel-button-size);
  height: var(--carousel-button-size);
  opacity: 1;
  border-radius: 50%;
  background-color: var(--color-body-bg);
  border: 1px solid var(--border-color-translucent);
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button {
  cursor: pointer;
  display: inline-block;
  width: var(--carousel-button-size);
  height: var(--carousel-button-size);
  opacity: 1;
  z-index: 1;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--color-gray-15);
}

.bg-invert .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button {
  background-color: var(--color-gray-90);
  border: 1px solid var(--color-gray-80);
}

@media (hover: hover) {
  .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-left:hover,
  .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-left:focus,
  .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-right:hover,
  .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-right:focus {
    background-color: var(--color-gray-03);
  }
  .bg-invert .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-left:hover,
  .bg-invert .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-left:focus,
  .bg-invert .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-right:hover, .bg-invert .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-right:focus {
    background-color: var(--color-gray-80);
  }
}
.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-left:active,
.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-right:active {
  background-color: var(--color-gray-03);
}

.bg-invert .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-left:active,
.bg-invert .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-right:active {
  background-color: var(--color-gray-80);
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-top: 3px solid var(--color-text);
  border-left: 3px solid var(--color-text);
  height: 12px;
  width: 12px;
  transition: border-color 0.2s ease;
} /**/
.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-left::before {
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: 2px;
} /**/
.bg-invert .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button::before {
  color: var(--color-text);
  box-shadow: none;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-left.hidden,
.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-right.hidden {
  display: inline-block !important;
  opacity: 0.5;
  pointer-events: none;
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-right {
  margin-left: var(--space-line);
}

.carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-right::before {
  transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -2px;
} /**/
@media (min-width: 718px) {
  .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-indicator-nav {
    margin-top: var(--space-small);
  }
  .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(-1 * var(--space-small));
    width: 100vw;
    max-width: var(--body-width-max);
    transform: translateX(-50%);
  }
  .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button {
    box-shadow: 0px 4px 9px var(--color-drop-shadow);
    position: absolute;
  } /**/
  .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button.hidden {
    display: none !important;
  }
  .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-left {
    left: var(--space-line);
  }
  .carousel:not([data-carousel-enabled=false]):not([data-until-breakpoint]) .carousel-button-right {
    right: var(--space-line);
  }
}
/* Base */
.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) {
  position: relative;
  --carousel-button-size: 40px ;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]),
.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-slider {
  cursor: move;
  cursor: grab;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  transform: translate3d(0px, 0px, 0px);
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-slide {
  flex: 0 0 auto;
  z-index: 1;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-slide img {
  position: relative;
  width: 100%;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] *,
.carousel[data-until-breakpoint=base][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slide *,
.carousel[data-until-breakpoint=base][data-animating=true]:not([data-carousel-enabled=false]) .carousel-slide * {
  pointer-events: none;
}

.carousel[data-until-breakpoint=base][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slider,
.carousel[data-until-breakpoint=base][data-dragging=start]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
  cursor: move;
  cursor: grabbing;
}

.carousel[data-until-breakpoint=base][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide {
  transition: opacity var(--duration-quick) var(--easing-sharp);
}

.carousel[data-until-breakpoint=base][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
  opacity: 0.5;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
  display: block;
  position: relative;
  margin-top: var(--space-line);
  text-align: center;
  line-height: 1;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-indicator {
  cursor: pointer;
  display: inline-block;
  width: var(--space-small);
  height: var(--space-small);
  padding: var(--space-base);
  transition: opacity var(--duration-quick) var(--easing-sharp);
  opacity: 0.25;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-indicator:hover,
.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-indicator:focus {
  opacity: 0.5;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-indicator:active {
  opacity: 1;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-indicator[data-active=true] {
  opacity: 1;
  pointer-events: none;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-indicator::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-charcoal);
}

.bg-theme .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-indicator::before,
.bg-invert .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-indicator::before {
  background-color: white;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-nav {
  margin-top: var(--space-small);
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: var(--carousel-button-size);
  height: var(--carousel-button-size);
  opacity: 1;
  border-radius: 50%;
  background-color: var(--color-body-bg);
  border: 1px solid var(--border-color-translucent);
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-left,
.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-right {
  cursor: pointer;
  display: inline-block;
  width: var(--carousel-button-size);
  height: var(--carousel-button-size);
  opacity: 1;
  z-index: 1;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--color-gray-15);
}

.bg-invert .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-left,
.bg-invert .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-right {
  background-color: var(--color-gray-90);
  border: 1px solid var(--color-gray-80);
}

@media (hover: hover) {
  .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button:hover {
    background-color: var(--color-gray-03);
  }
  .bg-invert .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button:hover {
    background-color: var(--color-gray-80);
  }
}
.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-left:active,
.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-right:active {
  background-color: var(--color-gray-03);
}

.bg-invert .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-left:active,
.bg-invert .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-right:active {
  background-color: var(--color-gray-80);
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-top: 3px solid var(--color-text);
  border-left: 3px solid var(--color-text);
  height: 12px;
  width: 12px;
  transition: border-color 0.2s ease;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-left::before {
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: 2px;
}

.bg-invert .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button::before {
  color: white;
  box-shadow: none;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button.hidden {
  display: inline-block !important;
  opacity: 0.5;
  pointer-events: none;
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-right {
  margin-left: var(--space-line);
}

.carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-right::before {
  transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -2px;
}

@media (min-width: 718px) {
  .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
    margin-top: var(--space-small);
  }
  .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(-1 * var(--space-small));
    width: 100vw;
    max-width: var(--body-width-max);
    transform: translateX(-50%);
  }
  .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button {
    box-shadow: 0px 4px 9px var(--color-drop-shadow);
    position: absolute;
  }
  .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button.hidden {
    display: none !important;
  }
  .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-left {
    left: var(--space-line);
  }
  .carousel[data-until-breakpoint=base]:not([data-carousel-enabled=false]) .carousel-button-right {
    right: var(--space-line);
  }
}
/* Extra Small */
@media (max-width: 373px) {
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) {
    position: relative;
    --carousel-button-size: 40px ;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]),
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-slider {
    cursor: move;
    cursor: grab;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    transform: translate3d(0px, 0px, 0px);
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-slide {
    flex: 0 0 auto;
    z-index: 1;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-slide img {
    position: relative;
    width: 100%;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] *,
  .carousel[data-until-breakpoint=extra-small][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slide *,
  .carousel[data-until-breakpoint=extra-small][data-animating=true]:not([data-carousel-enabled=false]) .carousel-slide * {
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=extra-small][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slider,
  .carousel[data-until-breakpoint=extra-small][data-dragging=start]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
    cursor: move;
    cursor: grabbing;
  }
  .carousel[data-until-breakpoint=extra-small][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide {
    transition: opacity var(--duration-quick) var(--easing-sharp);
  }
  .carousel[data-until-breakpoint=extra-small][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
    opacity: 0.5;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
    display: block;
    position: relative;
    margin-top: var(--space-line);
    text-align: center;
    line-height: 1;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-indicator {
    cursor: pointer;
    display: inline-block;
    width: var(--space-small);
    height: var(--space-small);
    padding: var(--space-base);
    transition: opacity var(--duration-quick) var(--easing-sharp);
    opacity: 0.25;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-indicator:hover,
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-indicator:focus {
    opacity: 0.5;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-indicator:active {
    opacity: 1;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-indicator[data-active=true] {
    opacity: 1;
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-indicator::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-charcoal);
  }
  .bg-theme .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-indicator::before,
  .bg-invert .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-indicator::before {
    background-color: white;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button-nav {
    margin-top: var(--space-small);
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: var(--carousel-button-size);
    height: var(--carousel-button-size);
    opacity: 1;
    border-radius: 50%;
    background-color: var(--color-body-bg);
    border: 1px solid var(--border-color-translucent);
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button-left,
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button-right {
    cursor: pointer;
    display: inline-block;
    width: var(--carousel-button-size);
    height: var(--carousel-button-size);
    opacity: 1;
    z-index: 1;
    border-radius: 50%;
    background-color: white;
    border: 1px solid var(--color-gray-15);
  }
  .bg-invert .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button-left,
  .bg-invert .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button-right {
    background-color: var(--color-gray-90);
    border: 1px solid var(--color-gray-80);
  }
}
@media (max-width: 373px) and (hover: hover) {
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button:hover {
    background-color: var(--color-gray-03);
  }
  .bg-invert .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button:hover {
    background-color: var(--color-gray-80);
  }
}
@media (max-width: 373px) {
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button:active {
    background-color: var(--color-gray-03);
  }
  .bg-invert .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button:active {
    background-color: var(--color-gray-80);
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border-top: 3px solid var(--color-text);
    border-left: 3px solid var(--color-text);
    height: 12px;
    width: 12px;
    transition: border-color 0.2s ease;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button-left::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-left: 2px;
  }
  .bg-invert .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button::before {
    color: white;
    box-shadow: none;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button.hidden {
    display: inline-block !important;
    opacity: 0.5;
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button-right {
    margin-left: var(--space-line);
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button-right::before {
    transform: translate(-50%, -50%) rotate(135deg);
    margin-left: -2px;
  }
}
@media (max-width: 373px) and (min-width: 718px) {
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
    margin-top: var(--space-small);
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(-1 * var(--space-small));
    width: 100vw;
    max-width: var(--body-width-max);
    transform: translateX(-50%);
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button {
    box-shadow: 0px 4px 9px var(--color-drop-shadow);
    position: absolute;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button.hidden {
    display: none !important;
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button-left {
    left: var(--space-line);
  }
  .carousel[data-until-breakpoint=extra-small]:not([data-carousel-enabled=false]) .carousel-button-right {
    right: var(--space-line);
  }
}
/* Small */
@media (max-width: 479px) {
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) {
    position: relative;
    --carousel-button-size: 40px ;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]),
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-slider {
    cursor: move;
    cursor: grab;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    transform: translate3d(0px, 0px, 0px);
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-slide {
    flex: 0 0 auto;
    z-index: 1;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-slide img {
    position: relative;
    width: 100%;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] *,
  .carousel[data-until-breakpoint=small][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slide *,
  .carousel[data-until-breakpoint=small][data-animating=true]:not([data-carousel-enabled=false]) .carousel-slide * {
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=small][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slider,
  .carousel[data-until-breakpoint=small][data-dragging=start]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
    cursor: move;
    cursor: grabbing;
  }
  .carousel[data-until-breakpoint=small][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide {
    transition: opacity var(--duration-quick) var(--easing-sharp);
  }
  .carousel[data-until-breakpoint=small][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
    opacity: 0.5;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
    display: block;
    position: relative;
    margin-top: var(--space-line);
    text-align: center;
    line-height: 1;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-indicator {
    cursor: pointer;
    display: inline-block;
    width: var(--space-small);
    height: var(--space-small);
    padding: var(--space-base);
    transition: opacity var(--duration-quick) var(--easing-sharp);
    opacity: 0.25;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-indicator:hover,
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-indicator:focus {
    opacity: 0.5;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-indicator:active {
    opacity: 1;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-indicator[data-active=true] {
    opacity: 1;
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-indicator::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-charcoal);
  }
  .bg-theme .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-indicator::before,
  .bg-invert .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-indicator::before {
    background-color: white;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button-nav {
    margin-top: var(--space-small);
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: var(--carousel-button-size);
    height: var(--carousel-button-size);
    opacity: 1;
    border-radius: 50%;
    background-color: var(--color-body-bg);
    border: 1px solid var(--border-color-translucent);
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button-left,
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button-right {
    cursor: pointer;
    display: inline-block;
    width: var(--carousel-button-size);
    height: var(--carousel-button-size);
    opacity: 1;
    z-index: 1;
    border-radius: 50%;
    background-color: white;
    border: 1px solid var(--color-gray-15);
  }
  .bg-invert .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button-left,
  .bg-invert .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button-right {
    background-color: var(--color-gray-90);
    border: 1px solid var(--color-gray-80);
  }
}
@media (max-width: 479px) and (hover: hover) {
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button:hover {
    background-color: var(--color-gray-03);
  }
  .bg-invert .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button:hover {
    background-color: var(--color-gray-80);
  }
}
@media (max-width: 479px) {
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button:active {
    background-color: var(--color-gray-03);
  }
  .bg-invert .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button:active {
    background-color: var(--color-gray-80);
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border-top: 3px solid var(--color-text);
    border-left: 3px solid var(--color-text);
    height: 12px;
    width: 12px;
    transition: border-color 0.2s ease;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button-left::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-left: 2px;
  }
  .bg-invert .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button::before {
    color: white;
    box-shadow: none;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button.hidden {
    display: inline-block !important;
    opacity: 0.5;
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button-right {
    margin-left: var(--space-line);
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button-right::before {
    transform: translate(-50%, -50%) rotate(135deg);
    margin-left: -2px;
  }
}
@media (max-width: 479px) and (min-width: 718px) {
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
    margin-top: var(--space-small);
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(-1 * var(--space-small));
    width: 100vw;
    max-width: var(--body-width-max);
    transform: translateX(-50%);
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button {
    box-shadow: 0px 4px 9px var(--color-drop-shadow);
    position: absolute;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button.hidden {
    display: none !important;
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button-left {
    left: var(--space-line);
  }
  .carousel[data-until-breakpoint=small]:not([data-carousel-enabled=false]) .carousel-button-right {
    right: var(--space-line);
  }
}
/* Medium */
@media (max-width: 717px) {
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) {
    position: relative;
    --carousel-button-size: 40px ;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]),
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-slider {
    cursor: move;
    cursor: grab;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    transform: translate3d(0px, 0px, 0px);
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-slide {
    flex: 0 0 auto;
    z-index: 1;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-slide img {
    position: relative;
    width: 100%;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] *,
  .carousel[data-until-breakpoint=medium][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slide *,
  .carousel[data-until-breakpoint=medium][data-animating=true]:not([data-carousel-enabled=false]) .carousel-slide * {
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=medium][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slider,
  .carousel[data-until-breakpoint=medium][data-dragging=start]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
    cursor: move;
    cursor: grabbing;
  }
  .carousel[data-until-breakpoint=medium][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide {
    transition: opacity var(--duration-quick) var(--easing-sharp);
  }
  .carousel[data-until-breakpoint=medium][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
    opacity: 0.5;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
    display: block;
    position: relative;
    margin-top: var(--space-line);
    text-align: center;
    line-height: 1;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-indicator {
    cursor: pointer;
    display: inline-block;
    width: var(--space-small);
    height: var(--space-small);
    padding: var(--space-base);
    transition: opacity var(--duration-quick) var(--easing-sharp);
    opacity: 0.25;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-indicator:hover,
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-indicator:focus {
    opacity: 0.5;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-indicator:active {
    opacity: 1;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-indicator[data-active=true] {
    opacity: 1;
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-indicator::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-charcoal);
  }
  .bg-theme .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-indicator::before,
  .bg-invert .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-indicator::before {
    background-color: white;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-nav {
    margin-top: var(--space-small);
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: var(--carousel-button-size);
    height: var(--carousel-button-size);
    opacity: 1;
    border-radius: 50%;
    background-color: var(--color-body-bg);
    border: 1px solid var(--border-color-translucent);
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-left,
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-right {
    cursor: pointer;
    display: inline-block;
    width: var(--carousel-button-size);
    height: var(--carousel-button-size);
    opacity: 1;
    z-index: 1;
    border-radius: 50%;
    background-color: white;
    border: 1px solid var(--color-gray-15);
  }
  .bg-invert .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-left,
  .bg-invert .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-right {
    background-color: var(--color-gray-90);
    border: 1px solid var(--color-gray-80);
  }
}
@media (max-width: 717px) and (hover: hover) {
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button:hover {
    background-color: var(--color-gray-03);
  }
  .bg-invert .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button:hover {
    background-color: var(--color-gray-80);
  }
}
@media (max-width: 717px) {
  .bg-invert .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button:active {
    background-color: var(--color-gray-80);
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border-top: 3px solid var(--color-text);
    border-left: 3px solid var(--color-text);
    height: 12px;
    width: 12px;
    transition: border-color 0.2s ease;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-left::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-left: 2px;
  }
  .bg-invert .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-left::before,
  .bg-invert .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-right::before {
    color: white;
    box-shadow: none;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-left.hidden,
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-right.hidden {
    display: inline-block !important;
    opacity: 0.5;
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-right {
    margin-left: var(--space-line);
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-right::before {
    transform: translate(-50%, -50%) rotate(135deg);
    margin-left: -2px;
  }
}
@media (max-width: 717px) and (min-width: 718px) {
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
    margin-top: var(--space-small);
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(-1 * var(--space-small));
    width: 100vw;
    max-width: var(--body-width-max);
    transform: translateX(-50%);
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button {
    box-shadow: 0px 4px 9px var(--color-drop-shadow);
    position: absolute;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button.hidden {
    display: none !important;
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-left {
    left: var(--space-line);
  }
  .carousel[data-until-breakpoint=medium]:not([data-carousel-enabled=false]) .carousel-button-right {
    right: var(--space-line);
  }
}
/* Large */
@media (max-width: 1023px) {
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) {
    position: relative;
    --carousel-button-size: 40px ;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]),
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-slider {
    cursor: move;
    cursor: grab;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    transform: translate3d(0px, 0px, 0px);
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-slide {
    flex: 0 0 auto;
    z-index: 1;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-slide img {
    position: relative;
    width: 100%;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] *,
  .carousel[data-until-breakpoint=large][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slide *,
  .carousel[data-until-breakpoint=large][data-animating=true]:not([data-carousel-enabled=false]) .carousel-slide * {
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=large][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slider,
  .carousel[data-until-breakpoint=large][data-dragging=start]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
    cursor: move;
    cursor: grabbing;
  }
  .carousel[data-until-breakpoint=large][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide {
    transition: opacity var(--duration-quick) var(--easing-sharp);
  }
  .carousel[data-until-breakpoint=large][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
    opacity: 0.5;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
    display: block;
    position: relative;
    margin-top: var(--space-line);
    text-align: center;
    line-height: 1;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-indicator {
    cursor: pointer;
    display: inline-block;
    width: var(--space-small);
    height: var(--space-small);
    padding: var(--space-base);
    transition: opacity var(--duration-quick) var(--easing-sharp);
    opacity: 0.25;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-indicator:hover,
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-indicator:focus {
    opacity: 0.5;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-indicator:active {
    opacity: 1;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-indicator[data-active=true] {
    opacity: 1;
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-indicator::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-charcoal);
  }
  .bg-theme .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-indicator::before,
  .bg-invert .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-indicator::before {
    background-color: white;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-nav {
    margin-top: var(--space-small);
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: var(--carousel-button-size);
    height: var(--carousel-button-size);
    opacity: 1;
    border-radius: 50%;
    background-color: var(--color-body-bg);
    border: 1px solid var(--border-color-translucent);
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left,
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right {
    cursor: pointer;
    display: inline-block;
    width: var(--carousel-button-size);
    height: var(--carousel-button-size);
    opacity: 1;
    z-index: 1;
    border-radius: 50%;
    background-color: white;
    border: 1px solid var(--color-gray-15);
  }
  .bg-invert .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left,
  .bg-invert .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right {
    background-color: var(--color-gray-90);
    border: 1px solid var(--color-gray-80);
  }
}
@media (max-width: 1023px) and (hover: hover) {
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left:hover,
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left:focus,
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right:hover,
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right:focus {
    background-color: var(--color-gray-03);
  }
  .bg-invert .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left:hover,
  .bg-invert .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left:focus,
  .bg-invert .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right:hover,
  .bg-invert .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right:focus {
    background-color: var(--color-gray-80);
  }
}
@media (max-width: 1023px) {
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left:active,
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right:active {
    background-color: var(--color-gray-03);
  }
  .bg-invert .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left:active,
  .bg-invert .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right:active {
    background-color: var(--color-gray-80);
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border-top: 3px solid var(--color-text);
    border-left: 3px solid var(--color-text);
    height: 12px;
    width: 12px;
    transition: border-color 0.2s ease;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-left: 2px;
  }
  .bg-invert .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left::before,
  .bg-invert .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right::before {
    color: white;
    box-shadow: none;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left.hidden,
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right.hidden {
    display: inline-block !important;
    opacity: 0.5;
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right {
    margin-left: var(--space-line);
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right::before {
    transform: translate(-50%, -50%) rotate(135deg);
    margin-left: -2px;
  }
}
@media (max-width: 1023px) and (min-width: 718px) {
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
    margin-top: var(--space-small);
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(-1 * var(--space-small));
    width: 100vw;
    max-width: var(--body-width-max);
    transform: translateX(-50%);
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button {
    box-shadow: 0px 4px 9px var(--color-drop-shadow);
    position: absolute;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button.hidden {
    display: none !important;
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-left {
    left: var(--space-line);
  }
  .carousel[data-until-breakpoint=large]:not([data-carousel-enabled=false]) .carousel-button-right {
    right: var(--space-line);
  }
}
/* Extra-large */
@media (max-width: 1291px) {
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) {
    position: relative;
    --carousel-button-size: 40px ;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]),
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-slider {
    cursor: move;
    cursor: grab;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    transform: translate3d(0px, 0px, 0px);
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-slide {
    flex: 0 0 auto;
    z-index: 1;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-slide img {
    position: relative;
    width: 100%;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] *,
  .carousel[data-until-breakpoint=extra-large][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slide *,
  .carousel[data-until-breakpoint=extra-large][data-animating=true]:not([data-carousel-enabled=false]) .carousel-slide * {
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=extra-large][data-dragging=true]:not([data-carousel-enabled=false]) .carousel-slider,
  .carousel[data-until-breakpoint=extra-large][data-dragging=start]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
    cursor: move;
    cursor: grabbing;
  }
  .carousel[data-until-breakpoint=extra-large][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide {
    transition: opacity var(--duration-quick) var(--easing-sharp);
  }
  .carousel[data-until-breakpoint=extra-large][data-opacity-focus]:not([data-carousel-enabled=false]) .carousel-slide[data-active=false] {
    opacity: 0.5;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
    display: block;
    position: relative;
    margin-top: var(--space-line);
    text-align: center;
    line-height: 1;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-indicator {
    cursor: pointer;
    display: inline-block;
    width: var(--space-small);
    height: var(--space-small);
    padding: var(--space-base);
    transition: opacity var(--duration-quick) var(--easing-sharp);
    opacity: 0.25;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-indicator:hover,
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-indicator:focus {
    opacity: 0.5;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-indicator:active {
    opacity: 1;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-indicator[data-active=true] {
    opacity: 1;
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-indicator::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-charcoal);
  }
  .bg-theme .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-indicator::before,
  .bg-invert .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-indicator::before {
    background-color: white;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button-nav {
    margin-top: var(--space-small);
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: var(--carousel-button-size);
    height: var(--carousel-button-size);
    opacity: 1;
    border-radius: 50%;
    background-color: var(--color-body-bg);
    border: 1px solid var(--border-color-translucent);
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button {
    cursor: pointer;
    display: inline-block;
    width: var(--carousel-button-size);
    height: var(--carousel-button-size);
    opacity: 1;
    z-index: 1;
    border-radius: 50%;
    background-color: white;
    border: 1px solid var(--color-gray-15);
  }
  .bg-invert .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button {
    background-color: var(--color-gray-90);
    border: 1px solid var(--color-gray-80);
  }
}
@media (max-width: 1291px) and (hover: hover) {
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button:hover {
    background-color: var(--color-gray-03);
  }
  .bg-invert .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button:hover {
    background-color: var(--color-gray-80);
  }
}
@media (max-width: 1291px) {
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button:active {
    background-color: var(--color-gray-03);
  }
  .bg-invert .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button:active {
    background-color: var(--color-gray-80);
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border-top: 3px solid var(--color-text);
    border-left: 3px solid var(--color-text);
    height: 12px;
    width: 12px;
    transition: border-color 0.2s ease;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button-left::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-left: 2px;
  }
  .bg-invert .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button::before {
    color: white;
    box-shadow: none;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button.hidden {
    display: inline-block !important;
    opacity: 0.5;
    pointer-events: none;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button-right {
    margin-left: var(--space-line);
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button-right::before {
    transform: translate(-50%, -50%) rotate(135deg);
    margin-left: -2px;
  }
}
@media (max-width: 1291px) and (min-width: 718px) {
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-indicator-nav {
    margin-top: var(--space-small);
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(-1 * var(--space-small));
    width: 100vw;
    max-width: var(--body-width-max);
    transform: translateX(-50%);
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button {
    box-shadow: 0px 4px 9px var(--color-drop-shadow);
    position: absolute;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button.hidden {
    display: none !important;
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button-left {
    left: var(--space-line);
  }
  .carousel[data-until-breakpoint=extra-large]:not([data-carousel-enabled=false]) .carousel-button-right {
    right: var(--space-line);
  }
}
.hero {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hero .content {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-max-width);
  padding: var(--space-medium) 0;
}

.type-display .hero .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: var(--space-large) 0;
}

@media (min-width: 718px) {
  .type-display .hero .content {
    padding: var(--space-xl) 0;
  }
}
.type-display .hero .content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-display-max-width);
}

.type-display .hero .content > h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (min-width: 718px) {
  .hero .content {
    padding: var(--space-large) 0;
  }
}
.hero h1 {
  font-size: var(--font-size-hero-base);
  line-height: var(--line-height-hero-base);
  letter-spacing: var(--letter-spacing-hero-base);
  margin-top: 0;
}

.hero h1:not(:last-child) {
  margin-bottom: var(--line-height-base);
}

@media (min-width: 718px) {
  .hero h1 {
    font-size: var(--font-size-hero-medium);
    line-height: var(--line-height-hero-medium);
    letter-spacing: var(--letter-spacing-hero-medium);
  }
}
.type-display .hero h1 {
  font-size: var(--font-size-display-hero-base);
  line-height: var(--line-height-display-hero-base);
  letter-spacing: var(--letter-spacing-display-hero-base);
}

@media (min-width: 718px) {
  .type-display .hero h1 {
    font-size: var(--font-size-display-hero-medium);
    line-height: var(--line-height-display-hero-medium);
    letter-spacing: var(--letter-spacing-display-hero-medium);
    font-weight: var(--font-weight-display-hero-medium);
  }
}
.hero h2 {
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-family: var(--font-family-heading);
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}

@media (min-width: 718px) {
  .hero h2 {
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
  }
}
.type-display .hero h2 {
  font-size: var(--font-size-display-small);
  line-height: var(--line-height-display-small);
}

@media (min-width: 718px) {
  .type-display .hero h2 {
    font-size: var(--font-size-display-base);
    line-height: var(--line-height-display-base);
  }
}
.hero h2,
.hero .font-eyebrow-large {
  margin-bottom: calc(var(--line-height-base) / 2);
}

.hero.hero-tucked {
  margin-top: calc(-1 * var(--nav-height));
  padding-top: var(--nav-height);
}

.intro {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-max-width);
  text-align: center;
}

.intro h1:not(:first-child),
.intro .h1:not(:first-child),
.intro h2:not(:first-child),
.intro .h2:not(:first-child),
.intro h3:not(:first-child),
.intro .h3:not(:first-child),
.intro h4:not(:first-child),
.intro .h4:not(:first-child),
.intro h5:not(:first-child),
.intro .h5:not(:first-child),
.intro .font-eyebrow-small:not(:first-child),
.intro .font-eyebrow-large:not(:first-child) {
  margin-top: var(--line-height-base);
}

.intro h1:not(:last-child),
.intro .h1:not(:last-child),
.intro h2:not(:last-child),
.intro .h2:not(:last-child),
.intro h3:not(:last-child),
.intro .h3:not(:last-child),
.intro h4:not(:last-child),
.intro .h4:not(:last-child),
.intro h5:not(:last-child),
.intro .h5:not(:last-child),
.intro .font-eyebrow-small:not(:last-child),
.intro .font-eyebrow-large:not(:last-child) {
  margin-bottom: calc(var(--line-height-base) / 2);
}

.intro h1 + p,
.intro .h1 + p,
.intro h2 + p,
.intro .h2 + p,
.intro h3 + p,
.intro .h3 + p,
.intro h4 + p,
.intro .h4 + p,
.intro h5 + p,
.intro .h5 + p,
.intro .font-eyebrow-small + p,
.intro .font-eyebrow-large + p {
  margin-top: 0;
}

.intro h6:not(:first-child),
.intro .h6:not(:first-child) {
  margin-top: var(--line-height-base);
}

.intro h6:not(:last-child),
.intro .h6:not(:last-child) {
  margin-bottom: 0;
}

.intro h6 + p,
.intro .h6 + p {
  margin-top: 0;
}

.type-display .intro h1:not(:first-child),
.type-display .intro .h1:not(:first-child),
.type-display .intro h2:not(:first-child),
.type-display .intro .h2:not(:first-child),
.type-display .intro h3:not(:first-child),
.type-display .intro .h3:not(:first-child),
.type-display .intro h4:not(:first-child),
.type-display .intro .h4:not(:first-child),
.type-display .intro h5:not(:first-child),
.type-display .intro .h5:not(:first-child),
.type-display .intro .font-eyebrow-small:not(:first-child),
.type-display .intro .font-eyebrow-large:not(:first-child) {
  margin-top: var(--line-height-display-base);
}

.type-display .intro h1:not(:last-child),
.type-display .intro .h1:not(:last-child),
.type-display .intro h2:not(:last-child),
.type-display .intro .h2:not(:last-child),
.type-display .intro h3:not(:last-child),
.type-display .intro .h3:not(:last-child),
.type-display .intro h4:not(:last-child),
.type-display .intro .h4:not(:last-child),
.type-display .intro h5:not(:last-child),
.type-display .intro .h5:not(:last-child),
.type-display .intro .font-eyebrow-small:not(:last-child),
.type-display .intro .font-eyebrow-large:not(:last-child) {
  margin-bottom: calc(var(--line-height-display-base) / 2);
}

.type-display .intro h1 + p,
.type-display .intro .h1 + p,
.type-display .intro h2 + p,
.type-display .intro .h2 + p,
.type-display .intro h3 + p,
.type-display .intro .h3 + p,
.type-display .intro h4 + p,
.type-display .intro .h4 + p,
.type-display .intro h5 + p,
.type-display .intro .h5 + p,
.type-display .intro .font-eyebrow-small + p,
.type-display .intro .font-eyebrow-large + p {
  margin-top: 0;
}

.type-display .intro h6:not(:first-child),
.type-display .intro .h6:not(:first-child) {
  margin-top: var(--line-height-display-base);
}

.type-display .intro h6:not(:last-child),
.type-display .intro .h6:not(:last-child) {
  margin-bottom: 0;
}

.type-display .intro h6 + p,
.type-display .intro .h6 + p {
  margin-top: 0;
}

.type-display .intro {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-display-max-width);
  max-width: 70em;
}

.type-display .intro h1,
.type-display .intro .h1 {
  max-width: 100%;
}

.type-display .intro h2,
.type-display .intro .h2,
.type-display .intro h3,
.type-display .intro .h3,
.type-display .intro h4,
.type-display .intro .h4 {
  max-width: var(--content-display-max-width);
  margin-left: inherit;
  margin-right: inherit;
}

.type-display .intro p {
  max-width: var(--content-display-max-width);
  margin-left: auto;
  margin-right: auto;
}

.type-display .intro.align-left p {
  margin-left: initial;
}

.type-display .intro.align-right p {
  margin-right: initial;
}

.intro:not(:last-child) {
  margin-bottom: var(--space-small);
}

@media (min-width: 718px) {
  .intro:not(:last-child) {
    margin-bottom: var(--space-medium);
  }
}
/* Sticky Banner */
.sticky-banner {
  position: fixed;
  width: 100%;
  max-width: var(--body-width-max);
  margin: 0 auto;
  z-index: 100;
  background-color: white;
  visibility: hidden;
}

.sticky-banner.bg-invert {
  background-color: var(--color-gray-80);
}

@media (min-width: 718px) {
  .sticky-banner .button {
    padding: 5px 20px;
    min-height: auto;
  }
}
.show-time .sticky-banner.sticky-animate {
  transition: transform var(--duration-leave) var(--easing-accelerate), visibility 0s linear var(--duration-leave);
}

.sticky-banner.sticky-top {
  top: 0;
  bottom: auto;
  transform: translate3d(0, -100%, 0);
  box-shadow: 0 4px 20px var(--color-drop-shadow);
}

.sticky-banner.sticky-bottom {
  top: auto;
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 -4px 20px var(--color-drop-shadow);
}

@media (min-width: 374px) {
  .sticky-banner.sticky-top-at-extra-small {
    top: 0;
    bottom: auto;
    transform: translate3d(0, -100%, 0);
    box-shadow: 0 4px 20px var(--color-drop-shadow);
  }
  .sticky-banner.sticky-bottom-at-extra-small {
    top: auto;
    bottom: 0;
    transform: translate3d(0, 100%, 0);
    box-shadow: 0 -4px 20px var(--color-drop-shadow);
  }
}
@media (min-width: 480px) {
  .sticky-banner.sticky-top-at-small {
    top: 0;
    bottom: auto;
    transform: translate3d(0, -100%, 0);
    box-shadow: 0 4px 20px var(--color-drop-shadow);
  }
  .sticky-banner.sticky-bottom-at-small {
    top: auto;
    bottom: 0;
    transform: translate3d(0, 100%, 0);
    box-shadow: 0 -4px 20px var(--color-drop-shadow);
  }
}
@media (min-width: 718px) {
  .sticky-banner.sticky-top-at-medium {
    top: 0;
    bottom: auto;
    transform: translate3d(0, -100%, 0);
    box-shadow: 0 4px 20px var(--color-drop-shadow);
  }
  .sticky-banner.sticky-bottom-at-medium {
    top: auto;
    bottom: 0;
    transform: translate3d(0, 100%, 0);
    box-shadow: 0 -4px 20px var(--color-drop-shadow);
  }
}
@media (min-width: 1024px) {
  .sticky-banner.sticky-top-at-large {
    top: 0;
    bottom: auto;
    transform: translate3d(0, -100%, 0);
    box-shadow: 0 4px 20px var(--color-drop-shadow);
  }
  .sticky-banner.sticky-bottom-at-large {
    top: auto;
    bottom: 0;
    transform: translate3d(0, 100%, 0);
    box-shadow: 0 -4px 20px var(--color-drop-shadow);
  }
}
@media (min-width: 1292px) {
  .sticky-banner.sticky-top-at-extra-large {
    top: 0;
    bottom: auto;
    transform: translate3d(0, -100%, 0);
    box-shadow: 0 4px 20px var(--color-drop-shadow);
  }
  .sticky-banner.sticky-bottom-at-extra-large {
    top: auto;
    bottom: 0;
    transform: translate3d(0, 100%, 0);
    box-shadow: 0 -4px 20px var(--color-drop-shadow);
  }
}
.sticky-banner.sticky-active {
  transform: translate3d(0, 0, 0);
}

.sticky-banner.sticky-active.sticky-animate {
  visibility: visible;
  transition: transform var(--duration-enter) var(--easing-decelerate), visibility 0s linear 0s;
}

/* Transitions */
.sn-collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapse {
  overflow: hidden;
  height: 0;
}

.fade {
  opacity: 0;
}

.arrow[data-transition-target][data-transition-state=off]::after,
[data-transition-target][data-transition-state=off] .arrow::after,
.caret[data-transition-target][data-transition-state=off]::after,
[data-transition-target][data-transition-state=off] .caret::after {
  margin-left: 0.5em;
  transform: translateX(-0.1875em) rotate(-90deg);
}

.arrow[data-transition-target][data-transition-state=on]::after,
[data-transition-target][data-transition-state=on] .arrow::after,
.caret[data-transition-target][data-transition-state=on]::after,
[data-transition-target][data-transition-state=on] .caret::after {
  margin-left: 0.5em;
  transform: rotate(90deg);
}

/*-----------------------------------*\
  Auto Layout
\*-----------------------------------*/
.auto-layout-border > .auto-layout > .content {
  padding: var(--space-medium) 0;
}

@media (min-width: 718px) {
  .auto-layout-border > .auto-layout > .content {
    padding: var(--space-large) 0;
  }
}
.type-display .auto-layout-border > .auto-layout > .content {
  padding: var(--space-large) 0;
}

@media (min-width: 718px) {
  .type-display .auto-layout-border > .auto-layout > .content {
    padding: var(--space-xl) 0;
  }
}
.auto-layout-border > .auto-layout.bg-white + .auto-layout.bg-white > .content {
  border-top: 1px solid var(--color-border-transparent);
}

.auto-layout-border > .auto-layout.bg-accent + .auto-layout.bg-accent > .content {
  border-top: 1px solid var(--color-border-transparent);
}

.auto-layout-border > .auto-layout.bg-invert + .auto-layout.bg-invert > .content {
  border-top: 1px solid var(--color-border-transparent);
}

.auto-layout-border > .auto-layout.bg-theme + .auto-layout.bg-theme > .content {
  border-top: 1px solid var(--color-border-transparent);
}

.auto-layout-collapse > .auto-layout > .content {
  padding: var(--space-medium) 0;
}

@media (min-width: 718px) {
  .auto-layout-collapse > .auto-layout > .content {
    padding: var(--space-large) 0;
  }
}
.type-display .auto-layout-collapse > .auto-layout > .content {
  padding: var(--space-large) 0;
}

@media (min-width: 718px) {
  .type-display .auto-layout-collapse > .auto-layout > .content {
    padding: var(--space-xl) 0;
  }
}
.auto-layout-collapse > .auto-layout.bg-white:not(.section-apropos) + .auto-layout.bg-white > .content {
  padding-top: 0;
}

.auto-layout-collapse > .auto-layout.bg-accent:not(.section-apropos) + .auto-layout.bg-accent > .content {
  padding-top: 0;
}

.auto-layout-collapse > .auto-layout.bg-invert:not(.section-apropos) + .auto-layout.bg-invert > .content {
  padding-top: 0;
}

.auto-layout-collapse > .auto-layout.bg-theme:not(.section-apropos) + .auto-layout.bg-theme > .content {
  padding-top: 0;
}

/*-------------------------*\
  Blog
\*-------------------------*/
.elementor-widget-theme-post-content h1:not(:first-child), .elementor-widget-theme-post-content .h1:not(:first-child),
.elementor-widget-theme-post-content h2:not(:first-child), .elementor-widget-theme-post-content .h2:not(:first-child),
.elementor-widget-theme-post-content h3:not(:first-child), .elementor-widget-theme-post-content .h3:not(:first-child),
.elementor-widget-theme-post-content h4:not(:first-child), .elementor-widget-theme-post-content .h4:not(:first-child),
.elementor-widget-theme-post-content h5:not(:first-child), .elementor-widget-theme-post-content .h5:not(:first-child),
.elementor-widget-theme-post-content h6:not(:first-child), .elementor-widget-theme-post-content .h6:not(:first-child) {
  margin-top: 2.5em;
}
.elementor-widget-theme-post-content h1:not(:last-child), .elementor-widget-theme-post-content .h1:not(:last-child),
.elementor-widget-theme-post-content h2:not(:last-child), .elementor-widget-theme-post-content .h2:not(:last-child),
.elementor-widget-theme-post-content h3:not(:last-child), .elementor-widget-theme-post-content .h3:not(:last-child),
.elementor-widget-theme-post-content h4:not(:last-child), .elementor-widget-theme-post-content .h4:not(:last-child),
.elementor-widget-theme-post-content h5:not(:last-child), .elementor-widget-theme-post-content .h5:not(:last-child),
.elementor-widget-theme-post-content h6:not(:last-child), .elementor-widget-theme-post-content .h6:not(:last-child) {
  margin-bottom: 1em;
}
.elementor-widget-theme-post-content p {
  margin-bottom: 30px;
}
.elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h4, .elementor-widget-theme-post-content h5, .elementor-widget-theme-post-content h6 {
  margin-bottom: var(--space-line);
}
.elementor-widget-theme-post-content h1 + p, .elementor-widget-theme-post-content h2 + p, .elementor-widget-theme-post-content h3 + p, .elementor-widget-theme-post-content h4 + p, .elementor-widget-theme-post-content h5 + p, .elementor-widget-theme-post-content h6 + p {
  margin-top: 0 !important;
}

/*-------------------------*\
  Single Post
\*-------------------------*/
/* Badges */
.elementor-post-info__terms-list-item {
  background-color: white;
  padding: 5px 12px;
  border-radius: 999em;
  border: 1px solid lightgray;
}

.elementor-post-info__item-prefix {
  font-weight: 400 !important;
}

/*-----------------------------------*\
  Custom CSS
\*-----------------------------------*/
.elementor-element .swiper .elementor-swiper-button-prev {
  left: -40px;
}

.elementor-element .swiper .elementor-swiper-button-next {
  right: -40px;
}

.elementor-1858 .elementor-element.elementor-element-bc11cb4.elementor-arrows-yes .elementor-main-swiper {
  width: auto !important;
}

.slider-home a.elementor-element {
  padding: 0;
}

.dialog-close-button:focus:not(:focus-visible),
.dialog-lightbox-close-button:focus:not(:focus-visible) {
  outline: none;
}

.elementor-widget-n-tabs .e-n-tabs {
  align-items: center;
  justify-content: center;
}

/*-------------------------*\
  Contact
\*-------------------------*/
.contact-grid {
  position: relative;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.5fr 1fr 0fr;
  grid-auto-rows: 0.5fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "intro form" "info form";
}

@media (max-width: 1024px) {
  .contact-grid {
    display: block;
  }
}
.contact-intro {
  grid-area: intro;
}

.contact-form {
  grid-area: form;
}

.contact-info {
  grid-area: info;
}

.contact-form .elementor-field:focus {
  border-radius: 5px;
  border: 2px solid #4C83DB !important;
  outline: none;
}
.contact-form .elementor-field-textual:focus {
  border: 2px solid #4C83DB !important;
  outline: none;
}
.contact-form .elementor-acceptance-field {
  margin-right: 5px;
}
.contact-form .elementor-select-wrapper .select-caret-down-wrapper {
  inset-inline-end: 20px;
}

/*# sourceMappingURL=app.css.map */
