.table-container:not(:last-child), .table:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible, a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*! minireset.css v0.0.7 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

/**
 * * Add the correct font size in all browsers.
 * */
small {
  font-size: 80%;
}

/**
 * * Prevent `sub` and `sup` elements from affecting the line height in
 * * all browsers.
 * */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
 * ========================================================================== */
/**
 * * 1. Change the font styles in all browsers.
 * * 2. Remove the margin in Firefox and Safari.
 * */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox.
 * */
button,
select {
  text-transform: none;
}

/**
 * * Remove the inner border and padding in Firefox.
 * */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

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

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

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

/**
 * * Correct the cursor style of increment and decrement buttons in Chrome.
 * */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * * 1. Correct the odd appearance in Chrome and Safari.
 * * 2. Correct the outline style in Safari.
 * */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * * Remove the inner padding in Chrome and Safari on macOS.
 * */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * * 1. Correct the inability to style clickable types in iOS and Safari.
 * * 2. Change font properties to `inherit` in Safari.
 * */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
 * ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox.
 * */
details {
  display: block;
}

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

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

.table-container:not(:last-child), .table:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible, a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

html {
  background-color: var(--group-body-background);
  font-size: var(--group-body-font-size);
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: auto;
}

*:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  touch-action: manipulation;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: var(--group-body-font-family);
}

button {
  color: var(--group-body-color);
}

body {
  color: var(--group-body-color);
  font-size: var(--group-body-font-size);
  font-weight: var(--group-body-font-weight);
  line-height: var(--group-body-line-height);
  -webkit-overflow-scrolling: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin: 0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:-moz-any-link {
  color: currentColor;
}
a strong, a:any-link {
  color: currentColor;
}
a:-moz-any-link:hover {
  color: var(--group-link-hover-color);
}
a:hover, a:any-link:hover {
  color: var(--group-link-hover-color);
}
a:-moz-any-link:active {
  color: var(--group-link-active-color);
}
a:active, a:any-link:active {
  color: var(--group-link-active-color);
}

p {
  -webkit-hyphens: auto;
          hyphens: auto;
  margin: 0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p strong {
  color: currentColor;
}
p:not(:last-child) {
  margin-bottom: var(--group-space-normal);
}

hr {
  background-color: var(--group-divider-background);
  border: none;
  display: block;
  height: var(--group-border-width-normal);
  margin-top: var(--group-space-xx-large);
  margin-bottom: var(--group-space-xx-large);
}
@media screen and (min-width: 769px), print {
  hr {
    margin-top: var(--group-space-xx-large-tablet);
    margin-bottom: var(--group-space-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr {
    margin-top: var(--group-space-xx-large-desktop);
    margin-bottom: var(--group-space-xx-large-desktop);
  }
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: var(--group-small-font-size);
}

span {
  font-style: inherit;
  font-weight: inherit;
}

b,
strong {
  color: inherit;
  font-weight: var(--group-strong-font-weight);
}

fieldset {
  border: none;
}

@font-face {
  font-family: "UniversNextforHSBC-Thin";
  font-style: normal;
  src: local("UniversNextforHSBC-Thin");
  src: url("/assets/fonts/UniversNextforHSBC-Thin") format("otf");
  src: url("/assets/fonts/UniversNextforHSBC-Thin") format("eot");
  src: url("/assets/fonts/UniversNextforHSBC-Thin") format("woff2");
  src: url("/assets/fonts/UniversNextforHSBC-Thin") format("woff");
  src: url("/assets/fonts/UniversNextforHSBC-Thin") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "UniversNextforHSBC-Light";
  font-style: normal;
  src: local("UniversNextforHSBC-Light");
  src: url("/assets/fonts/UniversNextforHSBC-Light") format("otf");
  src: url("/assets/fonts/UniversNextforHSBC-Light") format("eot");
  src: url("/assets/fonts/UniversNextforHSBC-Light") format("woff2");
  src: url("/assets/fonts/UniversNextforHSBC-Light") format("woff");
  src: url("/assets/fonts/UniversNextforHSBC-Light") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "UniversNextforHSBC-Regular";
  font-style: normal;
  src: local("UniversNextforHSBC-Regular");
  src: url("/assets/fonts/UniversNextforHSBC-Regular") format("otf");
  src: url("/assets/fonts/UniversNextforHSBC-Regular") format("eot");
  src: url("/assets/fonts/UniversNextforHSBC-Regular") format("woff2");
  src: url("/assets/fonts/UniversNextforHSBC-Regular") format("woff");
  src: url("/assets/fonts/UniversNextforHSBC-Regular") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "UniversNextforHSBC-Medium";
  font-style: normal;
  src: local("UniversNextforHSBC-Medium");
  src: url("/assets/fonts/UniversNextforHSBC-Medium") format("otf");
  src: url("/assets/fonts/UniversNextforHSBC-Medium") format("eot");
  src: url("/assets/fonts/UniversNextforHSBC-Medium") format("woff2");
  src: url("/assets/fonts/UniversNextforHSBC-Medium") format("woff");
  src: url("/assets/fonts/UniversNextforHSBC-Medium") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "UniversNextforHSBC-Bold";
  font-style: normal;
  src: local("UniversNextforHSBC-Bold");
  src: url("/assets/fonts/UniversNextforHSBC-Bold") format("otf");
  src: url("/assets/fonts/UniversNextforHSBC-Bold") format("eot");
  src: url("/assets/fonts/UniversNextforHSBC-Bold") format("woff2");
  src: url("/assets/fonts/UniversNextforHSBC-Bold") format("woff");
  src: url("/assets/fonts/UniversNextforHSBC-Bold") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "UniversNextforHSBC-BoldTwo";
  font-style: normal;
  src: local("UniversNextforHSBC-BoldTwo");
  src: url("/assets/fonts/UniversNextforHSBC-BoldTwo") format("otf");
  font-display: swap;
}
/**
 * Do not edit directly
 * Generated on Sat, 22 Feb 2025 16:44:05 GMT
 */
:root {
  --group-text-shadow-normal: 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 0px 80px rgba(0, 0, 0, 0.5); /* Increases readability when used on a image background. */
  --group-shadow-large: 0 0 30px 0 rgba(0, 7, 57, 0.15); /* Large shadow are used for hover effects. */
  --group-shadow-normal: 0 0 10px 0 rgba(0, 7, 57, 0.15); /* Default shadow size to elevate an element. */
  --group-shadow-small: 0px 2px 5px 1px rgba(0, 7, 57, 0.12);
  --group-opacity-100: 1;
  --group-opacity-80: 0.8;
  --group-opacity-60: 0.6;
  --group-opacity-50: 0.5;
  --group-opacity-40: 0.4;
  --group-opacity-30: 0.3;
  --group-opacity-0: 0;
  --group-font-family-text: "UniversNextforHSBC-Regular", sans-serif;
  --group-font-family-title: "UniversNextforHSBC-Bold", sans-serif;
  --group-animation-transition-easing: cubic-bezier(0.25, 0.8, 0.5, 1);
  --group-animation-transition-duration: 300ms;
  --group-z-index-tooltip: 1300; /* Default z-index for tooltips. */
  --group-z-index-toast: 1200; /* Default z-index for toast and snackbar messages. */
  --group-z-index-modal: 1100; /* Default z-index for modals that stacks on top of overlays and other elements, but still allows popups to be visible. */
  --group-z-index-popup: 1000; /* Default z-index for popups that stacks on top of all other elements. */
  --group-z-index-navigation: 400; /* Default z-index for navigation. */
  --group-z-index-sticky: 300; /* Default z-index for sticky interface elements. */
  --group-z-index-mask: 200; /* Default z-index for masking interface elements. */
  --group-z-index-masked: 100; /* Default z-index for masked interface elements. */
  --group-z-index: 1; /* The default z-index for components and elements inside components. */
  --group-z-index-deep: -999999; /* Deep z-index is used to stack something behind everything else. */
  --group-space-xx-large-desktop: 4rem;
  --group-space-xx-large-tablet: 3.5rem;
  --group-space-xx-large: 3rem;
  --group-space-x-large-desktop: 3rem;
  --group-space-x-large-tablet: 2.5rem;
  --group-space-x-large: 2rem; /* Space between heading and card */
  --group-space-large-desktop: 2rem;
  --group-space-large: 1.5rem; /* Space between cards */
  --group-space-medium-desktop: 1.5rem;
  --group-space-medium: 1.25rem; /* Inner padding of cards */
  --group-space-normal: 1rem; /* Space between large headings and content. */
  --group-space-small: 0.75rem;
  --group-space-x-small: 0.5rem; /* Space between text and icons or headings and content or clickable elements */
  --group-space-xx-small: 0.25rem; /* Minimum space between two elements */
  --group-radius-rounded: 9999px; /* The rounded radius token embraces a curvier design language, introducing a high degree of softness and fluidity to your elements. */
  --group-radius-large: 0.75rem; /* The large radius token makes a bold visual statement by significantly rounding the corners of elements. */
  --group-container-size-fluid: 100%; /* The container for fullscreen application with a large table for example. */
  --group-container-size-normal: 1496px; /* The default container size is versatile and suitable for various applications and website pages. */
  --group-container-size-compact: 896px; /* Tailored container size designed for form wizard applications or pages. */
  --group-breakpoint-fullhd: 1920px; /* Crafted for Full HD displays, this breakpoint strikes a balance between detail and performance. */
  --group-breakpoint-widescreen: 1440px; /* Tailored for widescreen monitors, this breakpoint offers a panoramic view that accommodates expansive content layouts. */
  --group-breakpoint-high-definition: 1280px; /* Designed for high-definition displays, this breakpoint elevates your interface to a level of visual richness and clarity. */
  --group-breakpoint-desktop: 1024px; /* Optimized for desktop screens, this breakpoint provides a spacious canvas for your design, allowing for more intricate layouts and detailed content presentation. */
  --group-breakpoint-tablet: 769px; /* Tailored for tablet devices, this breakpoint ensures a seamless and optimized user experience on medium-sized screens. */
  --group-scale-3-elevation-functional-spread: 0rem;
  --group-scale-3-elevation-functional-blur: 1rem;
  --group-scale-3-elevation-functional-y: 0rem;
  --group-scale-3-elevation-functional-x: 0rem;
  --group-scale-3-elevation-decorative-spread: 0rem;
  --group-scale-3-elevation-decorative-blur: 0.5rem;
  --group-scale-3-elevation-decorative-y: 0rem;
  --group-scale-3-elevation-decorative-x: 0rem;
  --group-scale-3-icon-large-width: 2.25rem;
  --group-scale-3-icon-large-height: 2.25rem;
  --group-scale-3-icon-medium-width: 1.5rem;
  --group-scale-3-icon-medium-height: 1.5rem;
  --group-scale-3-icon-small-width: 1.125rem;
  --group-scale-3-icon-small-height: 1.125rem;
  --group-scale-3-icon-xsmall-width: 0.75rem;
  --group-scale-3-icon-xsmall-height: 0.75rem;
  --group-scale-3-icon-arrow-font-7-height: 0.5625rem;
  --group-scale-3-icon-arrow-font-7-width: 0.28125rem;
  --group-scale-3-icon-arrow-font-6-height: 0.625rem;
  --group-scale-3-icon-arrow-font-6-width: 0.3125rem;
  --group-scale-3-icon-arrow-font-5-height: 0.75rem;
  --group-scale-3-icon-arrow-font-5-width: 0.375rem;
  --group-scale-3-icon-arrow-font-4-height: 0.75rem;
  --group-scale-3-icon-arrow-font-4-width: 0.375rem;
  --group-scale-3-icon-arrow-font-3-height: 1rem;
  --group-scale-3-icon-arrow-font-3-width: 0.5rem;
  --group-scale-3-icon-arrow-font-2-height: 1.375rem;
  --group-scale-3-icon-arrow-font-2-width: 0.6875rem;
  --group-scale-3-icon-arrow-font-1-height: 1.75rem;
  --group-scale-3-icon-arrow-font-1-width: 0.875rem;
  --group-scale-3-typography-letter-spacing-font-7: 0rem;
  --group-scale-3-typography-letter-spacing-font-6: 0rem;
  --group-scale-3-typography-letter-spacing-font-5: 0rem;
  --group-scale-3-typography-letter-spacing-font-4: 0rem;
  --group-scale-3-typography-letter-spacing-font-3: 0rem;
  --group-scale-3-typography-letter-spacing-font-2: 0rem;
  --group-scale-3-typography-letter-spacing-font-1: 0rem;
  --group-scale-3-typography-paragraph-spacing-font-7: 0.5rem;
  --group-scale-3-typography-paragraph-spacing-font-6: 0.625rem;
  --group-scale-3-typography-paragraph-spacing-font-5: 0.75rem;
  --group-scale-3-typography-paragraph-spacing-font-4: 1.0625rem;
  --group-scale-3-typography-paragraph-spacing-font-3: 1.3125rem;
  --group-scale-3-typography-paragraph-spacing-font-2: 1.625rem;
  --group-scale-3-typography-paragraph-spacing-font-1: 2rem;
  --group-scale-3-typography-line-height-font-7: 1rem;
  --group-scale-3-typography-line-height-font-6: 1.25rem;
  --group-scale-3-typography-line-height-font-5: 1.5rem;
  --group-scale-3-typography-line-height-font-4: 2.125rem;
  --group-scale-3-typography-line-height-font-3: 2.625rem;
  --group-scale-3-typography-line-height-font-2: 3.25rem;
  --group-scale-3-typography-line-height-font-1: 4.125rem;
  --group-scale-3-typography-font-size-font-7: 0.75rem;
  --group-scale-3-typography-font-size-font-6: 0.875rem;
  --group-scale-3-typography-font-size-font-5: 1rem;
  --group-scale-3-typography-font-size-font-4: 1.5rem;
  --group-scale-3-typography-font-size-font-3: 2rem;
  --group-scale-3-typography-font-size-font-2: 2.6875rem;
  --group-scale-3-typography-font-size-font-1: 3.5625rem;
  --group-scale-3-typography-font-weight-bold: String value;
  --group-scale-3-typography-font-weight-medium: medium;
  --group-scale-3-typography-font-weight-regular: regular;
  --group-scale-3-typography-font-weight-light: light;
  --group-scale-3-typography-font-weight-thin: thin;
  --group-scale-3-typography-font-family: Univers Next for HSBC;
  --group-scale-3-border-width-large: 0.25rem;
  --group-scale-3-border-width-medium: 0.125rem;
  --group-scale-3-border-width-small: 0.0625rem;
  --group-scale-3-border-radius: 0rem;
  --group-scale-3-padding-arrow-font-7-left: 0.25rem;
  --group-scale-3-padding-arrow-font-7-top: 0.25rem;
  --group-scale-3-padding-arrow-font-6-left: 0.3125rem;
  --group-scale-3-padding-arrow-font-6-top: 0.375rem;
  --group-scale-3-padding-arrow-font-5-left: 0.375rem;
  --group-scale-3-padding-arrow-font-5-top: 0.4375rem;
  --group-scale-3-padding-arrow-font-4-left: 0.375rem;
  --group-scale-3-padding-arrow-font-4-top: 0.9375rem;
  --group-scale-3-padding-arrow-font-3-left: 0.5rem;
  --group-scale-3-padding-arrow-font-3-top: 1.125rem;
  --group-scale-3-padding-arrow-font-2-left: 0.6875rem;
  --group-scale-3-padding-arrow-font-2-top: 1.375rem;
  --group-scale-3-padding-arrow-font-1-left: 0.875rem;
  --group-scale-3-padding-arrow-font-1-top: 1.8125rem;
  --group-scale-3-padding-fixed-xlarge: 1.5rem;
  --group-scale-3-padding-fixed-large: 1.25rem;
  --group-scale-3-padding-fixed-medium: 1rem;
  --group-scale-3-padding-fixed-small: 0.75rem;
  --group-scale-3-padding-responsive-xlarge: 2rem;
  --group-scale-3-padding-responsive-large: 1.75rem;
  --group-scale-3-padding-responsive-medium: 1.5rem;
  --group-scale-3-padding-responsive-small: 1.25rem;
  --group-scale-3-padding-responsive-xsmall: 1.1875rem;
  --group-scale-3-padding-responsive-xxsmall: 1.0625rem;
  --group-scale-3-padding-responsive-xxxsmall: 0.625rem;
  --group-scale-3-gap-responsive-section-xlarge: 8.5rem;
  --group-scale-3-gap-responsive-section-large: 7.25rem;
  --group-scale-3-gap-responsive-section-medium: 6rem;
  --group-scale-3-gap-responsive-section-small: 5rem;
  --group-scale-3-gap-responsive-section-xsmall: 4rem;
  --group-scale-3-gap-responsive-subsection-large: 4rem;
  --group-scale-3-gap-responsive-subsection-medium: 3.5rem;
  --group-scale-3-gap-responsive-subsection-small: 2.5rem;
  --group-scale-3-gap-responsive-subsection-xsmall: 2rem;
  --group-scale-3-gap-responsive-content-xxlarge: 2rem;
  --group-scale-3-gap-responsive-content-xlarge: 1.75rem;
  --group-scale-3-gap-responsive-content-large: 1.5rem;
  --group-scale-3-gap-responsive-content-medium: 1.25rem;
  --group-scale-3-gap-responsive-content-small: 1rem;
  --group-scale-3-gap-responsive-content-xsmall: 0.75rem;
  --group-scale-3-gap-fixed-section-xlarge: 7.5rem;
  --group-scale-3-gap-fixed-section-large: 6.25rem;
  --group-scale-3-gap-fixed-section-medium: 5rem;
  --group-scale-3-gap-fixed-section-small: 4rem;
  --group-scale-3-gap-fixed-section-xsmall: 3rem;
  --group-scale-3-gap-fixed-subsection-large: 3rem;
  --group-scale-3-gap-fixed-subsection-medium: 2.5rem;
  --group-scale-3-gap-fixed-subsection-small: 2rem;
  --group-scale-3-gap-fixed-subsection-xsmall: 1.5rem;
  --group-scale-3-gap-fixed-content-medium: 0.75rem;
  --group-scale-3-gap-fixed-content-small: 0.5rem;
  --group-scale-3-gap-fixed-content-xsmall: 0.25rem;
  --group-scale-3-gap-fixed-content-xxsmall: 0.125rem;
  --group-scale-3-layout-app-columns: 0.75rem;
  --group-scale-3-layout-app-gutter: 1rem;
  --group-scale-3-layout-app-margin: 1rem;
  --group-scale-3-layout-web-columns: 0.75rem;
  --group-scale-3-layout-web-gutter: 1.5rem;
  --group-scale-3-layout-web-margin: 1.5rem;
  --group-scale-2-elevation-functional-spread: 0rem;
  --group-scale-2-elevation-functional-blur: 1rem;
  --group-scale-2-elevation-functional-y: 0rem;
  --group-scale-2-elevation-functional-x: 0rem;
  --group-scale-2-elevation-decorative-spread: 0rem;
  --group-scale-2-elevation-decorative-blur: 0.5rem;
  --group-scale-2-elevation-decorative-y: 0rem;
  --group-scale-2-elevation-decorative-x: 0rem;
  --group-scale-2-icon-large-width: 2.25rem;
  --group-scale-2-icon-large-height: 2.25rem;
  --group-scale-2-icon-medium-width: 1.5rem;
  --group-scale-2-icon-medium-height: 1.5rem;
  --group-scale-2-icon-small-width: 1.125rem;
  --group-scale-2-icon-small-height: 1.125rem;
  --group-scale-2-icon-xsmall-width: 0.75rem;
  --group-scale-2-icon-xsmall-height: 0.75rem;
  --group-scale-2-icon-arrow-font-7-height: 0.5625rem;
  --group-scale-2-icon-arrow-font-7-width: 0.28125rem;
  --group-scale-2-icon-arrow-font-6-height: 0.625rem;
  --group-scale-2-icon-arrow-font-6-width: 0.3125rem;
  --group-scale-2-icon-arrow-font-5-height: 0.75rem;
  --group-scale-2-icon-arrow-font-5-width: 0.375rem;
  --group-scale-2-icon-arrow-font-4-height: 0.6875rem;
  --group-scale-2-icon-arrow-font-4-width: 0.34375rem;
  --group-scale-2-icon-arrow-font-3-height: 0.875rem;
  --group-scale-2-icon-arrow-font-3-width: 0.4375rem;
  --group-scale-2-icon-arrow-font-2-height: 1.125rem;
  --group-scale-2-icon-arrow-font-2-width: 0.5625rem;
  --group-scale-2-icon-arrow-font-1-height: 1.375rem;
  --group-scale-2-icon-arrow-font-1-width: 0.6875rem;
  --group-scale-2-typography-letter-spacing-font-7: 0rem;
  --group-scale-2-typography-letter-spacing-font-6: 0rem;
  --group-scale-2-typography-letter-spacing-font-5: 0rem;
  --group-scale-2-typography-letter-spacing-font-4: 0rem;
  --group-scale-2-typography-letter-spacing-font-3: 0rem;
  --group-scale-2-typography-letter-spacing-font-2: 0rem;
  --group-scale-2-typography-letter-spacing-font-1: 0rem;
  --group-scale-2-typography-paragraph-spacing-font-7: 0.5rem;
  --group-scale-2-typography-paragraph-spacing-font-6: 0.625rem;
  --group-scale-2-typography-paragraph-spacing-font-5: 0.75rem;
  --group-scale-2-typography-paragraph-spacing-font-4: 1rem;
  --group-scale-2-typography-paragraph-spacing-font-3: 1.125rem;
  --group-scale-2-typography-paragraph-spacing-font-2: 1.3125rem;
  --group-scale-2-typography-paragraph-spacing-font-1: 1.5625rem;
  --group-scale-2-typography-line-height-font-7: 1rem;
  --group-scale-2-typography-line-height-font-6: 1.25rem;
  --group-scale-2-typography-line-height-font-5: 1.5rem;
  --group-scale-2-typography-line-height-font-4: 1.9375rem;
  --group-scale-2-typography-line-height-font-3: 2.25rem;
  --group-scale-2-typography-line-height-font-2: 2.625rem;
  --group-scale-2-typography-line-height-font-1: 3.125rem;
  --group-scale-2-typography-font-size-font-7: 0.75rem;
  --group-scale-2-typography-font-size-font-6: 0.875rem;
  --group-scale-2-typography-font-size-font-5: 1rem;
  --group-scale-2-typography-font-size-font-4: 1.375rem;
  --group-scale-2-typography-font-size-font-3: 1.75rem;
  --group-scale-2-typography-font-size-font-2: 2.1875rem;
  --group-scale-2-typography-font-size-font-1: 2.75rem;
  --group-scale-2-typography-font-weight-bold: bold;
  --group-scale-2-typography-font-weight-medium: medium;
  --group-scale-2-typography-font-weight-regular: regular;
  --group-scale-2-typography-font-weight-light: light;
  --group-scale-2-typography-font-weight-thin: thin;
  --group-scale-2-typography-font-family: Univers Next for HSBC;
  --group-scale-2-border-width-large: 0.25rem;
  --group-scale-2-border-width-medium: 0.125rem;
  --group-scale-2-border-width-small: 0.0625rem;
  --group-scale-2-border-radius: 0rem;
  --group-scale-2-padding-arrow-font-7-left: 0.25rem;
  --group-scale-2-padding-arrow-font-7-top: 0.25rem;
  --group-scale-2-padding-arrow-font-6-left: 0.3125rem;
  --group-scale-2-padding-arrow-font-6-top: 0.375rem;
  --group-scale-2-padding-arrow-font-5-left: 0.375rem;
  --group-scale-2-padding-arrow-font-5-top: 0.4375rem;
  --group-scale-2-padding-arrow-font-4-left: 0.3125rem;
  --group-scale-2-padding-arrow-font-4-top: 0.875rem;
  --group-scale-2-padding-arrow-font-3-left: 0.4375rem;
  --group-scale-2-padding-arrow-font-3-top: 1rem;
  --group-scale-2-padding-arrow-font-2-left: 0.5625rem;
  --group-scale-2-padding-arrow-font-2-top: 1.125rem;
  --group-scale-2-padding-arrow-font-1-left: 0.6875rem;
  --group-scale-2-padding-arrow-font-1-top: 1.3125rem;
  --group-scale-2-padding-fixed-xlarge: 1.5rem;
  --group-scale-2-padding-fixed-large: 1.25rem;
  --group-scale-2-padding-fixed-medium: 1rem;
  --group-scale-2-padding-fixed-small: 0.75rem;
  --group-scale-2-padding-responsive-xlarge: 1.75rem;
  --group-scale-2-padding-responsive-large: 1.5rem;
  --group-scale-2-padding-responsive-medium: 1.25rem;
  --group-scale-2-padding-responsive-small: 1rem;
  --group-scale-2-padding-responsive-xsmall: 0.9375rem;
  --group-scale-2-padding-responsive-xxsmall: 0.8125rem;
  --group-scale-2-padding-responsive-xxxsmall: 0.5rem;
  --group-scale-2-gap-responsive-section-xlarge: 8rem;
  --group-scale-2-gap-responsive-section-large: 6.75rem;
  --group-scale-2-gap-responsive-section-medium: 5.5rem;
  --group-scale-2-gap-responsive-section-small: 4.5rem;
  --group-scale-2-gap-responsive-section-xsmall: 3.5rem;
  --group-scale-2-gap-responsive-subsection-large: 3.5rem;
  --group-scale-2-gap-responsive-subsection-medium: 3rem;
  --group-scale-2-gap-responsive-subsection-small: 2.25rem;
  --group-scale-2-gap-responsive-subsection-xsmall: 1.75rem;
  --group-scale-2-gap-responsive-content-xxlarge: 1.75rem;
  --group-scale-2-gap-responsive-content-xlarge: 1.5rem;
  --group-scale-2-gap-responsive-content-large: 1.25rem;
  --group-scale-2-gap-responsive-content-medium: 1rem;
  --group-scale-2-gap-responsive-content-small: 0.75rem;
  --group-scale-2-gap-responsive-content-xsmall: 0.5rem;
  --group-scale-2-gap-fixed-section-xlarge: 7.5rem;
  --group-scale-2-gap-fixed-section-large: 6.25rem;
  --group-scale-2-gap-fixed-section-medium: 5rem;
  --group-scale-2-gap-fixed-section-small: 4rem;
  --group-scale-2-gap-fixed-section-xsmall: 3rem;
  --group-scale-2-gap-fixed-subsection-large: 3rem;
  --group-scale-2-gap-fixed-subsection-medium: 2.5rem;
  --group-scale-2-gap-fixed-subsection-small: 2rem;
  --group-scale-2-gap-fixed-subsection-xsmall: 1.5rem;
  --group-scale-2-gap-fixed-content-medium: 0.75rem;
  --group-scale-2-gap-fixed-content-small: 0.5rem;
  --group-scale-2-gap-fixed-content-xsmall: 0.25rem;
  --group-scale-2-gap-fixed-content-xxsmall: 0.125rem;
  --group-scale-2-layout-app-columns: 0.75rem;
  --group-scale-2-layout-app-gutter: 1rem;
  --group-scale-2-layout-app-margin: 1rem;
  --group-scale-2-layout-web-columns: 0.75rem;
  --group-scale-2-layout-web-gutter: 1.25rem;
  --group-scale-2-layout-web-margin: 1.25rem;
  --group-scale-1-elevation-functional-spread: 0rem;
  --group-scale-1-elevation-functional-blur: 1rem;
  --group-scale-1-elevation-functional-y: 0rem;
  --group-scale-1-elevation-functional-x: 0rem;
  --group-scale-1-elevation-decorative-spread: 0rem;
  --group-scale-1-elevation-decorative-blur: 0.5rem;
  --group-scale-1-elevation-decorative-y: 0rem;
  --group-scale-1-elevation-decorative-x: 0rem;
  --group-scale-1-icon-large-width: 2.25rem;
  --group-scale-1-icon-large-height: 2.25rem;
  --group-scale-1-icon-medium-width: 1.5rem;
  --group-scale-1-icon-medium-height: 1.5rem;
  --group-scale-1-icon-small-width: 1.125rem;
  --group-scale-1-icon-small-height: 1.125rem;
  --group-scale-1-icon-xsmall-width: 0.75rem;
  --group-scale-1-icon-xsmall-height: 0.75rem;
  --group-scale-1-icon-arrow-font-7-height: 0.5625rem;
  --group-scale-1-icon-arrow-font-7-width: 0.28125rem;
  --group-scale-1-icon-arrow-font-6-height: 0.625rem;
  --group-scale-1-icon-arrow-font-6-width: 0.3125rem;
  --group-scale-1-icon-arrow-font-5-height: 0.75rem;
  --group-scale-1-icon-arrow-font-5-width: 0.375rem;
  --group-scale-1-icon-arrow-font-4-height: 0.625rem;
  --group-scale-1-icon-arrow-font-4-width: 0.3125rem;
  --group-scale-1-icon-arrow-font-3-height: 0.75rem;
  --group-scale-1-icon-arrow-font-3-width: 0.375rem;
  --group-scale-1-icon-arrow-font-2-height: 0.875rem;
  --group-scale-1-icon-arrow-font-2-width: 0.4375rem;
  --group-scale-1-icon-arrow-font-1-height: 1.0625rem;
  --group-scale-1-icon-arrow-font-1-width: 0.53125rem;
  --group-scale-1-typography-letter-spacing-font-7: 0rem;
  --group-scale-1-typography-letter-spacing-font-6: 0rem;
  --group-scale-1-typography-letter-spacing-font-5: 0rem;
  --group-scale-1-typography-letter-spacing-font-4: 0rem;
  --group-scale-1-typography-letter-spacing-font-3: 0rem;
  --group-scale-1-typography-letter-spacing-font-2: 0rem;
  --group-scale-1-typography-letter-spacing-font-1: 0rem;
  --group-scale-1-typography-paragraph-spacing-font-7: 0.5rem;
  --group-scale-1-typography-paragraph-spacing-font-6: 0.625rem;
  --group-scale-1-typography-paragraph-spacing-font-5: 0.75rem;
  --group-scale-1-typography-paragraph-spacing-font-4: 0.875rem;
  --group-scale-1-typography-paragraph-spacing-font-3: 0.9375rem;
  --group-scale-1-typography-paragraph-spacing-font-2: 1.125rem;
  --group-scale-1-typography-paragraph-spacing-font-1: 1.25rem;
  --group-scale-1-typography-line-height-font-7: 1rem;
  --group-scale-1-typography-line-height-font-6: 1.25rem;
  --group-scale-1-typography-line-height-font-5: 1.5rem;
  --group-scale-1-typography-line-height-font-4: 1.6875rem;
  --group-scale-1-typography-line-height-font-3: 1.875rem;
  --group-scale-1-typography-line-height-font-2: 2.25rem;
  --group-scale-1-typography-line-height-font-1: 2.5rem;
  --group-scale-1-typography-font-size-font-7: 0.75rem;
  --group-scale-1-typography-font-size-font-6: 0.875rem;
  --group-scale-1-typography-font-size-font-5: 1rem;
  --group-scale-1-typography-font-size-font-4: 1.1875rem;
  --group-scale-1-typography-font-size-font-3: 1.4375rem;
  --group-scale-1-typography-font-size-font-2: 1.75rem;
  --group-scale-1-typography-font-size-font-1: 2.0625rem;
  --group-scale-1-typography-font-weight-bold: bold;
  --group-scale-1-typography-font-weight-medium: medium;
  --group-scale-1-typography-font-weight-regular: regular;
  --group-scale-1-typography-font-weight-light: light;
  --group-scale-1-typography-font-weight-thin: thin;
  --group-scale-1-typography-font-family: Univers Next for HSBC;
  --group-scale-1-border-width-large: 0.25rem;
  --group-scale-1-border-width-medium: 0.125rem;
  --group-scale-1-border-width-small: 0.0625rem;
  --group-scale-1-border-radius: 0rem;
  --group-scale-1-padding-arrow-font-7-left: 0.25rem;
  --group-scale-1-padding-arrow-font-7-top: 0.25rem;
  --group-scale-1-padding-arrow-font-6-left: 0.3125rem;
  --group-scale-1-padding-arrow-font-6-top: 0.375rem;
  --group-scale-1-padding-arrow-font-5-left: 0.375rem;
  --group-scale-1-padding-arrow-font-5-top: 0.4375rem;
  --group-scale-1-padding-arrow-font-4-left: 0.3125rem;
  --group-scale-1-padding-arrow-font-4-top: 0.6875rem;
  --group-scale-1-padding-arrow-font-3-left: 0.375rem;
  --group-scale-1-padding-arrow-font-3-top: 0.8125rem;
  --group-scale-1-padding-arrow-font-2-left: 0.4375rem;
  --group-scale-1-padding-arrow-font-2-top: 1rem;
  --group-scale-1-padding-arrow-font-1-left: 0.5rem;
  --group-scale-1-padding-arrow-font-1-top: 1.0625rem;
  --group-scale-1-padding-fixed-xlarge: 1.5rem;
  --group-scale-1-padding-fixed-large: 1.25rem;
  --group-scale-1-padding-fixed-medium: 1rem;
  --group-scale-1-padding-fixed-small: 0.75rem;
  --group-scale-1-padding-responsive-xlarge: 1.5rem;
  --group-scale-1-padding-responsive-large: 1.25rem;
  --group-scale-1-padding-responsive-medium: 1rem;
  --group-scale-1-padding-responsive-small: 0.75rem;
  --group-scale-1-padding-responsive-xsmall: 0.6875rem;
  --group-scale-1-padding-responsive-xxsmall: 0.5625rem;
  --group-scale-1-padding-responsive-xxxsmall: 0.375rem;
  --group-scale-1-gap-responsive-section-xlarge: 7.5rem;
  --group-scale-1-gap-responsive-section-large: 6.25rem;
  --group-scale-1-gap-responsive-section-medium: 5rem;
  --group-scale-1-gap-responsive-section-small: 4rem;
  --group-scale-1-gap-responsive-section-xsmall: 3rem;
  --group-scale-1-gap-responsive-subsection-large: 3rem;
  --group-scale-1-gap-responsive-subsection-medium: 2.5rem;
  --group-scale-1-gap-responsive-subsection-small: 2rem;
  --group-scale-1-gap-responsive-subsection-xsmall: 1.5rem;
  --group-scale-1-gap-responsive-content-xxlarge: 1.5rem;
  --group-scale-1-gap-responsive-content-xlarge: 1.25rem;
  --group-scale-1-gap-responsive-content-large: 1rem;
  --group-scale-1-gap-responsive-content-medium: 0.75rem;
  --group-scale-1-gap-responsive-content-small: 0.5rem;
  --group-scale-1-gap-responsive-content-xsmall: 0.25rem;
  --group-scale-1-gap-fixed-section-xlarge: 7.5rem;
  --group-scale-1-gap-fixed-section-large: 6.25rem;
  --group-scale-1-gap-fixed-section-medium: 5rem;
  --group-scale-1-gap-fixed-section-small: 4rem;
  --group-scale-1-gap-fixed-section-xsmall: 3rem;
  --group-scale-1-gap-fixed-subsection-large: 3rem;
  --group-scale-1-gap-fixed-subsection-medium: 2.5rem;
  --group-scale-1-gap-fixed-subsection-small: 2rem;
  --group-scale-1-gap-fixed-subsection-xsmall: 1.5rem;
  --group-scale-1-gap-fixed-content-medium: 0.75rem;
  --group-scale-1-gap-fixed-content-small: 0.5rem;
  --group-scale-1-gap-fixed-content-xsmall: 0.25rem;
  --group-scale-1-gap-fixed-content-xxsmall: 0.125rem;
  --group-scale-1-layout-app-columns: 0.75rem;
  --group-scale-1-layout-app-gutter: 1rem;
  --group-scale-1-layout-app-margin: 1rem;
  --group-scale-1-layout-web-columns: 0.75rem;
  --group-scale-1-layout-web-gutter: 1rem;
  --group-scale-1-layout-web-margin: 1rem;
  --group-light-elevation-border: #ffffff00;
  --group-light-elevation-functional: #00000033;
  --group-light-elevation-decorative: #00000033;
  --group-light-image-opacity-disabled: 20;
  --group-light-image-opacity: 100;
  --group-light-overlay-on-light-version2: #000000d9;
  --group-light-overlay-on-light-version1: #00000080;
  --group-hsbc-colour-rag-dark-blue-tint: #000d1b;
  --group-hsbc-colour-rag-dark-green-tint: #001615;
  --group-hsbc-colour-rag-dark-amber-tint: #221701;
  --group-hsbc-colour-rag-dark-red-tint: #260005;
  --group-hsbc-colour-rag-blue-tint: #ebeff4;
  --group-hsbc-colour-rag-blue: #305a85;
  --group-hsbc-colour-rag-green-tint: #e5f2f2;
  --group-hsbc-colour-rag-green: #00847f;
  --group-hsbc-colour-rag-amber-tint: #fff8ea;
  --group-hsbc-colour-rag-amber: #ffbb33;
  --group-hsbc-colour-rag-red-tint: #f9f2f3;
  --group-hsbc-colour-rag-red: #a8000b;
  --group-hsbc-colour-data-vis-green-4: #74a157;
  --group-hsbc-colour-data-vis-green-3: #4da90f;
  --group-hsbc-colour-data-vis-green-2: #518827;
  --group-hsbc-colour-data-vis-green-1: #356512;
  --group-hsbc-colour-data-vis-orange-4: #ec7046;
  --group-hsbc-colour-data-vis-orange-3: #ed500d;
  --group-hsbc-colour-data-vis-orange-2: #c64d24;
  --group-hsbc-colour-data-vis-orange-1: #9b4822;
  --group-hsbc-colour-data-vis-pink-4: #e76e84;
  --group-hsbc-colour-data-vis-pink-3: #f14e73;
  --group-hsbc-colour-data-vis-pink-2: #c03954;
  --group-hsbc-colour-data-vis-pink-1: #933d4f;
  --group-hsbc-colour-data-vis-purple-4: #b184c7;
  --group-hsbc-colour-data-vis-purple-3: #a752cf;
  --group-hsbc-colour-data-vis-purple-2: #8738ab;
  --group-hsbc-colour-data-vis-purple-1: #7c4386;
  --group-hsbc-colour-data-vis-blue-4: #509ebc;
  --group-hsbc-colour-data-vis-blue-3: #1494c6;
  --group-hsbc-colour-data-vis-blue-2: #347893;
  --group-hsbc-colour-data-vis-blue-1: #266076;
  --group-hsbc-colour-illustration-complimentary-cream-8: #5a493b;
  --group-hsbc-colour-illustration-complimentary-cream-7: #725d4b;
  --group-hsbc-colour-illustration-complimentary-cream-6: #987b64;
  --group-hsbc-colour-illustration-complimentary-cream-5: #b59377;
  --group-hsbc-colour-illustration-complimentary-cream-4: #f8dbbb;
  --group-hsbc-colour-illustration-complimentary-cream-3: #fee8cf;
  --group-hsbc-colour-illustration-complimentary-cream-2: #fef0e0;
  --group-hsbc-colour-illustration-complimentary-cream-1: #fff7ee;
  --group-hsbc-colour-illustration-complimentary-tan-8: #523821;
  --group-hsbc-colour-illustration-complimentary-tan-7: #6d4a2a;
  --group-hsbc-colour-illustration-complimentary-tan-6: #956539;
  --group-hsbc-colour-illustration-complimentary-tan-5: #ae7d54;
  --group-hsbc-colour-illustration-complimentary-tan-4: #edb97f;
  --group-hsbc-colour-illustration-complimentary-tan-3: #f1cca5;
  --group-hsbc-colour-illustration-complimentary-tan-2: #f5dbc0;
  --group-hsbc-colour-illustration-complimentary-tan-1: #f8e5d2;
  --group-hsbc-colour-illustration-complimentary-mid-brown-8: #43290e;
  --group-hsbc-colour-illustration-complimentary-mid-brown-7: #5d3811;
  --group-hsbc-colour-illustration-complimentary-mid-brown-6: #794817;
  --group-hsbc-colour-illustration-complimentary-mid-brown-5: #915d31;
  --group-hsbc-colour-illustration-complimentary-mid-brown-4: #bc8145;
  --group-hsbc-colour-illustration-complimentary-mid-brown-3: #cfa67c;
  --group-hsbc-colour-illustration-complimentary-mid-brown-2: #ddc1a3;
  --group-hsbc-colour-illustration-complimentary-mid-brown-1: #e7d2bd;
  --group-hsbc-colour-illustration-complimentary-brown-8: #28170f;
  --group-hsbc-colour-illustration-complimentary-brown-7: #462918;
  --group-hsbc-colour-illustration-complimentary-brown-6: #5e3620;
  --group-hsbc-colour-illustration-complimentary-brown-5: #724732;
  --group-hsbc-colour-illustration-complimentary-brown-4: #885c46;
  --group-hsbc-colour-illustration-complimentary-brown-3: #aa8c7d;
  --group-hsbc-colour-illustration-complimentary-brown-2: #c3aea4;
  --group-hsbc-colour-illustration-complimentary-brown-1: #d4c5be;
  --group-hsbc-colour-illustration-orange-8: #461700;
  --group-hsbc-colour-illustration-orange-7: #6e2e11;
  --group-hsbc-colour-illustration-orange-6: #954017;
  --group-hsbc-colour-illustration-orange-5: #be511d;
  --group-hsbc-colour-illustration-orange-4: #e8804c;
  --group-hsbc-colour-illustration-orange-3: #fbad8d;
  --group-hsbc-colour-illustration-orange-2: #f7d5c4;
  --group-hsbc-colour-illustration-orange-1: #fcede5;
  --group-hsbc-colour-illustration-yellow-8: #4a3800;
  --group-hsbc-colour-illustration-yellow-7: #7f5f00;
  --group-hsbc-colour-illustration-yellow-6: #a87c00;
  --group-hsbc-colour-illustration-yellow-5: #d1a033;
  --group-hsbc-colour-illustration-yellow-4: #fdc530;
  --group-hsbc-colour-illustration-yellow-3: #ffdd82;
  --group-hsbc-colour-illustration-yellow-2: #ffe8ab;
  --group-hsbc-colour-illustration-yellow-1: #fff4d7;
  --group-hsbc-colour-illustration-pink-8: #3f2f34;
  --group-hsbc-colour-illustration-pink-7: #8f6470;
  --group-hsbc-colour-illustration-pink-6: #b67e8f;
  --group-hsbc-colour-illustration-pink-5: #d199a9;
  --group-hsbc-colour-illustration-pink-4: #f8bfce;
  --group-hsbc-colour-illustration-pink-3: #fad8e1;
  --group-hsbc-colour-illustration-pink-2: #fbe4ea;
  --group-hsbc-colour-illustration-pink-1: #fdf1f4;
  --group-hsbc-colour-illustration-green-8: #0b3322;
  --group-hsbc-colour-illustration-green-7: #114f35;
  --group-hsbc-colour-illustration-green-6: #176a47;
  --group-hsbc-colour-illustration-green-5: #1c7f55;
  --group-hsbc-colour-illustration-green-4: #28b67a;
  --group-hsbc-colour-illustration-green-3: #7ed3af;
  --group-hsbc-colour-illustration-green-2: #bee9d7;
  --group-hsbc-colour-illustration-green-1: #e5f6ef;
  --group-hsbc-colour-illustration-blue-8: #152932;
  --group-hsbc-colour-illustration-blue-7: #264a5c;
  --group-hsbc-colour-illustration-blue-6: #366982;
  --group-hsbc-colour-illustration-blue-5: #4587a7;
  --group-hsbc-colour-illustration-blue-4: #63c2ef;
  --group-hsbc-colour-illustration-blue-3: #a1daf6;
  --group-hsbc-colour-illustration-blue-2: #c7e9fa;
  --group-hsbc-colour-illustration-blue-1: #e8f6fd;
  --group-hsbc-colour-neutral-dark-new-grey: #5e5e5e;
  --group-hsbc-colour-neutral-dark-grey-8: #101010;
  --group-hsbc-colour-neutral-dark-grey-7: #1d1d1d;
  --group-hsbc-colour-neutral-dark-grey-6: #212121;
  --group-hsbc-colour-neutral-black: #000000;
  --group-hsbc-colour-neutral-grey-5: #333333;
  --group-hsbc-colour-neutral-grey-4: #767676;
  --group-hsbc-colour-neutral-grey-3: #d7d8d6;
  --group-hsbc-colour-neutral-grey-2: #ededed;
  --group-hsbc-colour-neutral-grey-1: #f3f3f3;
  --group-hsbc-colour-neutral-white: #ffffff;
  --group-hsbc-colour-complimentary-red-3: #730014;
  --group-hsbc-colour-complimentary-red-2: #ba1110;
  --group-hsbc-colour-complimentary-red-1: #e31e22;
  --group-hsbc-colour-core-white: #ffffff;
  --group-hsbc-colour-core-black: #000000;
  --group-hsbc-colour-core-hsbc-red: #db0011;
  --group-dark-elevation-functional: #00000033;
  --group-dark-elevation-decorative: #00000000;
  --group-dark-image-opacity-disabled: 20;
  --group-dark-image-opacity: 100;
  --group-dark-overlay-on-light-version2: #000000d9;
  --group-dark-overlay-on-light-version1: #00000080;
  --group-line-height-size-7-desktop: var(--group-scale-3-typography-line-height-font-7);
  --group-line-height-size-7-tablet: var(--group-scale-2-typography-line-height-font-7);
  --group-line-height-size-7: var(--group-scale-1-typography-line-height-font-7); /* Should only be used for helper texts or validation messages of a form control. */
  --group-line-height-size-6-desktop: var(--group-scale-3-typography-line-height-font-6);
  --group-line-height-size-6-tablet: var(--group-scale-2-typography-line-height-font-6);
  --group-line-height-size-6: var(--group-scale-1-typography-line-height-font-6); /* Should only be used for label texts. */
  --group-line-height-size-5-desktop: var(--group-scale-3-typography-line-height-font-5);
  --group-line-height-size-5-tablet: var(--group-scale-2-typography-line-height-font-5);
  --group-line-height-size-5: var(--group-scale-1-typography-line-height-font-5); /* Should only be used for label texts. */
  --group-line-height-size-4-desktop: var(--group-scale-3-typography-line-height-font-4);
  --group-line-height-size-4-tablet: var(--group-scale-2-typography-line-height-font-4);
  --group-line-height-size-4: var(--group-scale-1-typography-line-height-font-4); /* Should only be used in a 2/3 grid column to improve readability. */
  --group-line-height-size-3-desktop: var(--group-scale-3-typography-line-height-font-3);
  --group-line-height-size-3-tablet: var(--group-scale-2-typography-line-height-font-3);
  --group-line-height-size-3: var(--group-scale-1-typography-line-height-font-3); /* Should only be used for standard card titles and headings of level 4 or for lead text/paragraphs after a heading. */
  --group-line-height-size-2-desktop: var(--group-scale-3-typography-line-height-font-2);
  --group-line-height-size-2-tablet: var(--group-scale-2-typography-line-height-font-2);
  --group-line-height-size-2: var(--group-scale-1-typography-line-height-font-2); /* Should only be used for form titles, quick link navigation's and headings of level 3. */
  --group-line-height-size-1-desktop: var(--group-scale-3-typography-line-height-font-1);
  --group-line-height-size-1-tablet: var(--group-scale-2-typography-line-height-font-1);
  --group-line-height-size-1: var(--group-scale-1-typography-line-height-font-1); /* Should only be used for content titles and headings of level 2. */
  --group-text-size-7-desktop: var(--group-scale-3-typography-font-size-font-7);
  --group-text-size-7-tablet: var(--group-scale-2-typography-font-size-font-7);
  --group-text-size-7: var(--group-scale-1-typography-font-size-font-7); /* Should only be used for helper texts or validation messages of a form control. */
  --group-text-size-6-desktop: var(--group-scale-3-typography-font-size-font-6);
  --group-text-size-6-tablet: var(--group-scale-2-typography-font-size-font-6);
  --group-text-size-6: var(--group-scale-1-typography-font-size-font-6); /* Should only be used for label texts. */
  --group-text-size-5-desktop: var(--group-scale-3-typography-font-size-font-5);
  --group-text-size-5-tablet: var(--group-scale-2-typography-font-size-font-5);
  --group-text-size-5: var(--group-scale-1-typography-font-size-font-5); /* Should only be used for label texts. */
  --group-text-size-4-desktop: var(--group-scale-3-typography-font-size-font-4);
  --group-text-size-4-tablet: var(--group-scale-2-typography-font-size-font-4);
  --group-text-size-4: var(--group-scale-1-typography-font-size-font-4); /* Should only be used in a 2/3 grid column to improve readability. */
  --group-text-size-3-desktop: var(--group-scale-3-typography-font-size-font-3);
  --group-text-size-3-tablet: var(--group-scale-2-typography-font-size-font-3);
  --group-text-size-3: var(--group-scale-1-typography-font-size-font-3); /* Should only be used for standard card titles and headings of level 4 or for lead text/paragraphs after a heading. */
  --group-text-size-2-desktop: var(--group-scale-3-typography-font-size-font-2);
  --group-text-size-2-tablet: var(--group-scale-2-typography-font-size-font-2);
  --group-text-size-2: var(--group-scale-1-typography-font-size-font-2); /* Should only be used for form titles, quick link navigation's and headings of level 3. */
  --group-text-size-1-desktop: var(--group-scale-3-typography-font-size-font-1);
  --group-text-size-1-tablet: var(--group-scale-2-typography-font-size-font-1);
  --group-text-size-1: var(--group-scale-1-typography-font-size-font-1); /* Should only be used for content titles and headings of level 2. */
  --group-font-weight-thin: var(--group-scale-1-typography-font-weight-thin); /* Default width of paragraphs. Only available with the font Univers Next for HSBC. */
  --group-font-weight-light: var(--group-scale-1-typography-font-weight-light); /* Can be used for secondary headings. Only available with the font Univers Next for HSBC. */
  --group-font-weight-medium: var(--group-scale-1-typography-font-weight-medium); /* Can be used for secondary headings. Only available with the font Univers Next for HSBC. */
  --group-font-weight-regular: var(--group-scale-1-typography-font-weight-regular); /* Default width of paragraphs. Only available with the font Univers. */
  --group-font-weight-bold: var(--group-scale-1-typography-font-weight-bold); /* Bold is used for headings, links and buttons. */
  --group-space-large-tablet: var(--group-space-large);
  --group-space-medium-tablet: var(--group-space-medium);
  --group-space-normal-desktop: var(--group-space-normal);
  --group-space-normal-tablet: var(--group-space-normal);
  --group-space-small-desktop: var(--group-space-small);
  --group-space-small-tablet: var(--group-space-small);
  --group-space-x-small-desktop: var(--group-space-x-small);
  --group-space-x-small-tablet: var(--group-space-x-small);
  --group-space-xx-small-desktop: var(--group-space-xx-small);
  --group-space-xx-small-tablet: var(--group-space-xx-small);
  --group-radius-normal: var(--group-scale-1-border-radius); /* The normal radius token strikes a balance between softness and structure. */
  --group-column-gap: var(--group-space-normal);
  --group-container-space-desktop: var(--group-space-x-large-desktop); /* Default space on desktops of a container to left and right side. */
  --group-container-space-tablet: var(--group-space-x-large-tablet); /* Default space on tablets of a container to left and right side. */
  --group-container-space: var(--group-space-normal); /* Default space of a container to left and right side. */
  --group-border-large-desktop: var(--group-scale-3-border-width-large); /* The large border size is a bold choice for creating strong visual separation between elements, such as modals or panels. */
  --group-border-large-tablet: var(--group-scale-2-border-width-large); /* The large border size is a bold choice for creating strong visual separation between elements, such as modals or panels. */
  --group-border-large: var(--group-scale-1-border-width-large); /* The large border size is a bold choice for creating strong visual separation between elements, such as modals or panels. */
  --group-border-medium-desktop: var(--group-scale-3-border-width-medium); /* The medium border size is a versatile choice for creating visual separation between elements, such as cards or sections. */
  --group-border-medium-tablet: var(--group-scale-2-border-width-medium); /* The medium border size is a versatile choice for creating visual separation between elements, such as cards or sections. */
  --group-border-medium: var(--group-scale-1-border-width-medium); /* The medium border size is a versatile choice for creating visual separation between elements, such as cards or sections. */
  --group-border-small-desktop: var(--group-scale-3-border-width-small); /* The small border size is ideal for creating subtle divisions between elements, such as form fields or buttons. */
  --group-border-small-tablet: var(--group-scale-2-border-width-small); /* The small border size is ideal for creating subtle divisions between elements, such as form fields or buttons. */
  --group-border-small: var(--group-scale-1-border-width-small); /* The small border size is ideal for creating subtle divisions between elements, such as form fields or buttons. */
  --group-light-rag-border-information: var(--group-hsbc-colour-rag-blue);
  --group-light-rag-border-success: var(--group-hsbc-colour-rag-green);
  --group-light-rag-border-warning: var(--group-hsbc-colour-rag-amber);
  --group-light-rag-border-error: var(--group-hsbc-colour-rag-red);
  --group-light-rag-surface-information-default2: var(--group-hsbc-colour-rag-blue-tint);
  --group-light-rag-surface-information-default-1: var(--group-hsbc-colour-rag-blue);
  --group-light-rag-surface-success-default2: var(--group-hsbc-colour-rag-green-tint);
  --group-light-rag-surface-success-default-1: var(--group-hsbc-colour-rag-green);
  --group-light-rag-surface-warning-default2: var(--group-hsbc-colour-rag-amber-tint);
  --group-light-rag-surface-warning-default-1: var(--group-hsbc-colour-rag-amber);
  --group-light-rag-surface-error-default2: var(--group-hsbc-colour-rag-red-tint);
  --group-light-rag-surface-error-default-1: var(--group-hsbc-colour-rag-red);
  --group-light-rag-icon-information-icon: var(--group-hsbc-colour-neutral-white);
  --group-light-rag-icon-information-container: var(--group-hsbc-colour-rag-blue);
  --group-light-rag-icon-success-icon: var(--group-hsbc-colour-neutral-white);
  --group-light-rag-icon-success-container: var(--group-hsbc-colour-rag-green);
  --group-light-rag-icon-warning-icon: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-rag-icon-warning-container: var(--group-hsbc-colour-rag-amber);
  --group-light-rag-icon-error-icon: var(--group-hsbc-colour-neutral-white);
  --group-light-rag-icon-error-container: var(--group-hsbc-colour-rag-red);
  --group-light-rag-text-on-dark: var(--group-hsbc-colour-neutral-white);
  --group-light-rag-text-on-light: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-data-vis-border-on-dark-indicator: var(--group-hsbc-colour-neutral-white);
  --group-light-data-vis-border-on-dark-gridline: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-data-vis-border-on-dark-baseline-2: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-data-vis-border-on-dark-baseline-1: var(--group-hsbc-colour-neutral-white);
  --group-light-data-vis-border-on-light-indicator: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-data-vis-border-on-light-gridline: var(--group-hsbc-colour-neutral-grey-2);
  --group-light-data-vis-border-on-light-baseline-2: var(--group-hsbc-colour-neutral-grey-2);
  --group-light-data-vis-border-on-light-baseline-1: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-data-vis-surface-secondary: var(--group-hsbc-colour-neutral-black);
  --group-light-data-vis-surface-primary: var(--group-hsbc-colour-neutral-white);
  --group-light-data-vis-data-chart-green-4: var(--group-hsbc-colour-data-vis-green-4);
  --group-light-data-vis-data-chart-green-3: var(--group-hsbc-colour-data-vis-green-3);
  --group-light-data-vis-data-chart-green-2: var(--group-hsbc-colour-data-vis-green-2);
  --group-light-data-vis-data-chart-green-1: var(--group-hsbc-colour-data-vis-green-1);
  --group-light-data-vis-data-chart-orange-4: var(--group-hsbc-colour-data-vis-orange-4);
  --group-light-data-vis-data-chart-orange-3: var(--group-hsbc-colour-data-vis-orange-3);
  --group-light-data-vis-data-chart-orange-2: var(--group-hsbc-colour-data-vis-orange-2);
  --group-light-data-vis-data-chart-orange-1: var(--group-hsbc-colour-data-vis-orange-1);
  --group-light-data-vis-data-chart-pink-4: var(--group-hsbc-colour-data-vis-pink-4);
  --group-light-data-vis-data-chart-pink-3: var(--group-hsbc-colour-data-vis-pink-3);
  --group-light-data-vis-data-chart-pink-2: var(--group-hsbc-colour-data-vis-pink-2);
  --group-light-data-vis-data-chart-pink-1: var(--group-hsbc-colour-data-vis-pink-1);
  --group-light-data-vis-data-chart-purple-4: var(--group-hsbc-colour-data-vis-purple-4);
  --group-light-data-vis-data-chart-purple-3: var(--group-hsbc-colour-data-vis-purple-3);
  --group-light-data-vis-data-chart-purple-2: var(--group-hsbc-colour-data-vis-purple-2);
  --group-light-data-vis-data-chart-purple-1: var(--group-hsbc-colour-data-vis-purple-1);
  --group-light-data-vis-data-chart-blue-4: var(--group-hsbc-colour-data-vis-blue-4);
  --group-light-data-vis-data-chart-blue-3: var(--group-hsbc-colour-data-vis-blue-3);
  --group-light-data-vis-data-chart-blue-2: var(--group-hsbc-colour-data-vis-blue-2);
  --group-light-data-vis-data-chart-blue-1: var(--group-hsbc-colour-data-vis-blue-1);
  --group-light-interactive-on-dark-border-brand-1-processing: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-border-brand-1-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-dark-border-brand-1-pressed: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-border-brand-1-hover: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-border-brand-1: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-border-brand-2-processing: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-border-brand-2-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-dark-border-brand-2-pressed: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-border-brand-2-hover: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-border-brand-2: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-border-active-pressed: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-border-active-hover: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-border-active: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-border-high-contrast-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-dark-border-high-contrast-pressed: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-dark-border-high-contrast-hover: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-dark-border-high-contrast: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-dark-border-low-contrast-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-dark-border-low-contrast-pressed: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-dark-border-low-contrast-hover: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-dark-border-low-contrast: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-dark-surface-brand-2-processing: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-surface-brand-2-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-dark-surface-brand-2-pressed: var(--group-hsbc-colour-neutral-grey-2);
  --group-light-interactive-on-dark-surface-brand-2-hover: var(--group-hsbc-colour-neutral-grey-1);
  --group-light-interactive-on-dark-surface-brand-2: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-surface-brand-1-processing: var(--group-hsbc-colour-core-hsbc-red);
  --group-light-interactive-on-dark-surface-brand-1-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-dark-surface-brand-1-pressed: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-surface-brand-1-hover: var(--group-hsbc-colour-complimentary-red-2);
  --group-light-interactive-on-dark-surface-brand-1: var(--group-hsbc-colour-core-hsbc-red);
  --group-light-interactive-on-dark-surface-active-pressed: var(--group-hsbc-colour-neutral-grey-2);
  --group-light-interactive-on-dark-surface-active-hover: var(--group-hsbc-colour-neutral-grey-1);
  --group-light-interactive-on-dark-surface-active: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-dark-surface-primary-disabled: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-interactive-on-dark-surface-primary-pressed: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-dark-surface-primary-hover: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-dark-surface-primary: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-interactive-on-light-border-brand-2-processing: var(--group-hsbc-colour-neutral-black);
  --group-light-interactive-on-light-border-brand-2-disabled: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-light-border-brand-2-pressed: var(--group-hsbc-colour-neutral-black);
  --group-light-interactive-on-light-border-brand-2-hover: var(--group-hsbc-colour-neutral-black);
  --group-light-interactive-on-light-border-brand-2: var(--group-hsbc-colour-neutral-black);
  --group-light-interactive-on-light-border-brand-1-pressed: var(--group-hsbc-colour-core-hsbc-red);
  --group-light-interactive-on-light-border-brand-1-hover: var(--group-hsbc-colour-core-hsbc-red);
  --group-light-interactive-on-light-border-brand-1: var(--group-hsbc-colour-core-hsbc-red);
  --group-light-interactive-on-light-border-active-pressed: var(--group-hsbc-colour-neutral-black);
  --group-light-interactive-on-light-border-active-hover: var(--group-hsbc-colour-neutral-black);
  --group-light-interactive-on-light-border-active: var(--group-hsbc-colour-neutral-black);
  --group-light-interactive-on-light-border-high-contrast-disabled: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-light-border-high-contrast-pressed: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-light-border-high-contrast-hover: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-light-border-high-contrast: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-light-border-low-contrast-disabled: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-light-border-low-contrast-pressed: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-light-border-low-contrast-hover: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-light-border-low-contrast: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-light-surface-brand-2-processing: var(--group-hsbc-colour-core-black);
  --group-light-interactive-on-light-surface-brand-2-disabled: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-light-surface-brand-2-pressed: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-light-surface-brand-2-hover: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-interactive-on-light-surface-brand-2: var(--group-hsbc-colour-core-black);
  --group-light-interactive-on-light-surface-brand-1-processing: var(--group-hsbc-colour-core-hsbc-red);
  --group-light-interactive-on-light-surface-brand-1-disabled: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-interactive-on-light-surface-brand-1-pressed: var(--group-hsbc-colour-neutral-black);
  --group-light-interactive-on-light-surface-brand-1-hover: var(--group-hsbc-colour-complimentary-red-2);
  --group-light-interactive-on-light-surface-brand-1: var(--group-hsbc-colour-core-hsbc-red);
  --group-light-interactive-on-light-surface-active-pressed: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-light-surface-active-hover: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-interactive-on-light-surface-active: var(--group-hsbc-colour-neutral-black);
  --group-light-interactive-on-light-surface-primary-processing: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-light-surface-primary-disabled: var(--group-hsbc-colour-neutral-white);
  --group-light-interactive-on-light-surface-primary-pressed: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-interactive-on-light-surface-primary-hover: var(--group-hsbc-colour-neutral-grey-1);
  --group-light-interactive-on-light-surface-primary: var(--group-hsbc-colour-neutral-white);
  --group-light-non-interactive-border-black: var(--group-hsbc-colour-neutral-black);
  --group-light-non-interactive-border-neutral-5: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-non-interactive-border-neutral-4: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-non-interactive-border-neutral-3: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-non-interactive-border-neutral-2: var(--group-hsbc-colour-neutral-grey-2);
  --group-light-non-interactive-border-neutral-1: var(--group-hsbc-colour-neutral-grey-1);
  --group-light-non-interactive-border-white: var(--group-hsbc-colour-neutral-white);
  --group-light-non-interactive-surface-brand-3: var(--group-hsbc-colour-complimentary-red-3);
  --group-light-non-interactive-surface-brand-2: var(--group-hsbc-colour-complimentary-red-2);
  --group-light-non-interactive-surface-brand-1: var(--group-hsbc-colour-complimentary-red-1);
  --group-light-non-interactive-surface-black: var(--group-hsbc-colour-neutral-black);
  --group-light-non-interactive-surface-neutral-5: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-non-interactive-surface-neutral-4: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-non-interactive-surface-neutral-3: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-non-interactive-surface-neutral-2: var(--group-hsbc-colour-neutral-grey-2);
  --group-light-non-interactive-surface-neutral-1: var(--group-hsbc-colour-neutral-grey-1);
  --group-light-non-interactive-surface-white: var(--group-hsbc-colour-neutral-white);
  --group-light-canvas: var(--group-hsbc-colour-neutral-white);
  --group-light-icon-on-dark-processing: var(--group-hsbc-colour-neutral-white);
  --group-light-icon-on-dark-disabled-2: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-icon-on-dark-disabled-1: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-icon-on-dark-pressed: var(--group-hsbc-colour-neutral-white);
  --group-light-icon-on-dark-hover: var(--group-hsbc-colour-neutral-white);
  --group-light-icon-on-dark: var(--group-hsbc-colour-neutral-white);
  --group-light-icon-on-light-processing: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-icon-on-light-disabled-2: var(--group-hsbc-colour-neutral-white);
  --group-light-icon-on-light-disabled-1: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-icon-on-light-pressed-2: var(--group-hsbc-colour-core-hsbc-red);
  --group-light-icon-on-light-hover-2: var(--group-hsbc-colour-core-hsbc-red);
  --group-light-icon-on-light-default-2: var(--group-hsbc-colour-core-hsbc-red);
  --group-light-icon-on-light-pressed-1: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-icon-on-light-hover-1: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-icon-on-light-default-1: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-text-on-dark-disabled-2: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-text-on-dark-disabled-1: var(--group-hsbc-colour-neutral-grey-4);
  --group-light-text-on-dark-pressed: var(--group-hsbc-colour-neutral-white);
  --group-light-text-on-dark-hover: var(--group-hsbc-colour-neutral-white);
  --group-light-text-on-dark: var(--group-hsbc-colour-neutral-white);
  --group-light-text-on-light-disabled-2: var(--group-hsbc-colour-neutral-white);
  --group-light-text-on-light-disabled-1: var(--group-hsbc-colour-neutral-grey-3);
  --group-light-text-on-light-pressed: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-text-on-light-hover: var(--group-hsbc-colour-neutral-grey-5);
  --group-light-text-on-light: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-elevation-border: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-rag-border-information: var(--group-hsbc-colour-rag-blue);
  --group-dark-rag-border-success: var(--group-hsbc-colour-rag-green);
  --group-dark-rag-border-warning: var(--group-hsbc-colour-rag-amber);
  --group-dark-rag-border-error: var(--group-hsbc-colour-rag-red);
  --group-dark-rag-surface-information-default2: var(--group-hsbc-colour-rag-dark-blue-tint);
  --group-dark-rag-surface-information-default-1: var(--group-hsbc-colour-rag-blue);
  --group-dark-rag-surface-success-default2: var(--group-hsbc-colour-rag-dark-green-tint);
  --group-dark-rag-surface-success-default-1: var(--group-hsbc-colour-rag-green);
  --group-dark-rag-surface-warning-default2: var(--group-hsbc-colour-rag-dark-amber-tint);
  --group-dark-rag-surface-warning-default-1: var(--group-hsbc-colour-rag-amber);
  --group-dark-rag-surface-error-default2: var(--group-hsbc-colour-rag-dark-red-tint);
  --group-dark-rag-surface-error-default-1: var(--group-hsbc-colour-rag-red);
  --group-dark-rag-icon-information-icon: var(--group-hsbc-colour-neutral-white);
  --group-dark-rag-icon-information-container: var(--group-hsbc-colour-rag-blue);
  --group-dark-rag-icon-success-icon: var(--group-hsbc-colour-neutral-white);
  --group-dark-rag-icon-success-container: var(--group-hsbc-colour-rag-green);
  --group-dark-rag-icon-warning-icon: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-rag-icon-warning-container: var(--group-hsbc-colour-rag-amber);
  --group-dark-rag-icon-error-icon: var(--group-hsbc-colour-neutral-white);
  --group-dark-rag-icon-error-container: var(--group-hsbc-colour-rag-red);
  --group-dark-rag-text-on-dark: var(--group-hsbc-colour-neutral-white);
  --group-dark-rag-text-on-light: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-data-vis-border-on-dark-indicator: var(--group-hsbc-colour-neutral-white);
  --group-dark-data-vis-border-on-dark-gridline: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-data-vis-border-on-dark-baseline-2: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-data-vis-border-on-dark-baseline-1: var(--group-hsbc-colour-neutral-white);
  --group-dark-data-vis-border-on-light-indicator: var(--group-hsbc-colour-neutral-white);
  --group-dark-data-vis-border-on-light-gridline: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-data-vis-border-on-light-baseline-2: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-data-vis-border-on-light-baseline-1: var(--group-hsbc-colour-neutral-white);
  --group-dark-data-vis-surface-secondary: var(--group-hsbc-colour-neutral-black);
  --group-dark-data-vis-surface-primary: var(--group-hsbc-colour-neutral-black);
  --group-dark-data-vis-data-chart-green-4: var(--group-hsbc-colour-data-vis-green-4);
  --group-dark-data-vis-data-chart-green-3: var(--group-hsbc-colour-data-vis-green-3);
  --group-dark-data-vis-data-chart-green-2: var(--group-hsbc-colour-data-vis-green-2);
  --group-dark-data-vis-data-chart-green-1: var(--group-hsbc-colour-data-vis-green-1);
  --group-dark-data-vis-data-chart-orange-4: var(--group-hsbc-colour-data-vis-orange-4);
  --group-dark-data-vis-data-chart-orange-3: var(--group-hsbc-colour-data-vis-orange-3);
  --group-dark-data-vis-data-chart-orange-2: var(--group-hsbc-colour-data-vis-orange-2);
  --group-dark-data-vis-data-chart-orange-1: var(--group-hsbc-colour-data-vis-orange-1);
  --group-dark-data-vis-data-chart-pink-4: var(--group-hsbc-colour-data-vis-pink-4);
  --group-dark-data-vis-data-chart-pink-3: var(--group-hsbc-colour-data-vis-pink-3);
  --group-dark-data-vis-data-chart-pink-2: var(--group-hsbc-colour-data-vis-pink-2);
  --group-dark-data-vis-data-chart-pink-1: var(--group-hsbc-colour-data-vis-pink-1);
  --group-dark-data-vis-data-chart-purple-4: var(--group-hsbc-colour-data-vis-purple-4);
  --group-dark-data-vis-data-chart-purple-3: var(--group-hsbc-colour-data-vis-purple-3);
  --group-dark-data-vis-data-chart-purple-2: var(--group-hsbc-colour-data-vis-purple-2);
  --group-dark-data-vis-data-chart-purple-1: var(--group-hsbc-colour-data-vis-purple-1);
  --group-dark-data-vis-data-chart-blue-4: var(--group-hsbc-colour-data-vis-blue-4);
  --group-dark-data-vis-data-chart-blue-3: var(--group-hsbc-colour-data-vis-blue-3);
  --group-dark-data-vis-data-chart-blue-2: var(--group-hsbc-colour-data-vis-blue-2);
  --group-dark-data-vis-data-chart-blue-1: var(--group-hsbc-colour-data-vis-blue-1);
  --group-dark-interactive-on-dark-border-brand-1-processing: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-border-brand-1-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-dark-border-brand-1-pressed: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-border-brand-1-hover: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-border-brand-1: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-border-brand-2-processing: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-border-brand-2-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-dark-border-brand-2-pressed: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-border-brand-2-hover: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-border-brand-2: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-border-active-pressed: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-border-active-hover: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-border-active: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-border-high-contrast-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-dark-border-high-contrast-pressed: var(--group-hsbc-colour-neutral-grey-3);
  --group-dark-interactive-on-dark-border-high-contrast-hover: var(--group-hsbc-colour-neutral-grey-3);
  --group-dark-interactive-on-dark-border-high-contrast: var(--group-hsbc-colour-neutral-grey-3);
  --group-dark-interactive-on-dark-border-low-contrast-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-dark-border-low-contrast-pressed: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-dark-border-low-contrast-hover: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-dark-border-low-contrast: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-dark-surface-brand-2-processing: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-surface-brand-2-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-dark-surface-brand-2-pressed: var(--group-hsbc-colour-neutral-grey-2);
  --group-dark-interactive-on-dark-surface-brand-2-hover: var(--group-hsbc-colour-neutral-grey-1);
  --group-dark-interactive-on-dark-surface-brand-2: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-dark-surface-brand-1-processing: var(--group-hsbc-colour-core-hsbc-red);
  --group-dark-interactive-on-dark-surface-brand-1-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-dark-surface-brand-1-pressed: var(--group-hsbc-colour-neutral-black);
  --group-dark-interactive-on-dark-surface-brand-1-hover: var(--group-hsbc-colour-complimentary-red-2);
  --group-dark-interactive-on-dark-surface-brand-1: var(--group-hsbc-colour-core-hsbc-red);
  --group-dark-interactive-on-dark-surface-active-pressed: var(--group-hsbc-colour-neutral-dark-grey-7);
  --group-dark-interactive-on-dark-surface-active-hover: var(--group-hsbc-colour-neutral-dark-grey-8);
  --group-dark-interactive-on-dark-surface-active: var(--group-hsbc-colour-neutral-black);
  --group-dark-interactive-on-dark-surface-primary-disabled: var(--group-hsbc-colour-neutral-dark-new-grey);
  --group-dark-interactive-on-dark-surface-primary-pressed: var(--group-hsbc-colour-neutral-dark-grey-6);
  --group-dark-interactive-on-dark-surface-primary-hover: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-interactive-on-dark-surface-primary: var(--group-hsbc-colour-neutral-dark-new-grey);
  --group-dark-interactive-on-light-border-brand-2-processing: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-light-border-brand-2-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-light-border-brand-2-pressed: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-light-border-brand-2-hover: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-light-border-brand-2: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-light-border-brand-1-pressed: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-light-border-brand-1-hover: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-light-border-brand-1: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-light-border-active-pressed: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-light-border-active-hover: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-light-border-active: var(--group-hsbc-colour-neutral-white);
  --group-dark-interactive-on-light-border-high-contrast-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-light-border-high-contrast-pressed: var(--group-hsbc-colour-neutral-grey-3);
  --group-dark-interactive-on-light-border-high-contrast-hover: var(--group-hsbc-colour-neutral-grey-3);
  --group-dark-interactive-on-light-border-high-contrast: var(--group-hsbc-colour-neutral-grey-3);
  --group-dark-interactive-on-light-border-low-contrast-disabled: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-light-border-low-contrast-pressed: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-light-border-low-contrast-hover: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-light-border-low-contrast: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-light-surface-brand-2-processing: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-light-surface-brand-2-disabled: var(--group-hsbc-colour-neutral-dark-grey-6);
  --group-dark-interactive-on-light-surface-brand-2-pressed: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-interactive-on-light-surface-brand-2-hover: var(--group-hsbc-colour-neutral-dark-new-grey);
  --group-dark-interactive-on-light-surface-brand-2: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-light-surface-brand-1-processing: var(--group-hsbc-colour-core-hsbc-red);
  --group-dark-interactive-on-light-surface-brand-1-disabled: var(--group-hsbc-colour-neutral-dark-grey-6);
  --group-dark-interactive-on-light-surface-brand-1-pressed: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-light-surface-brand-1-hover: var(--group-hsbc-colour-complimentary-red-2);
  --group-dark-interactive-on-light-surface-brand-1: var(--group-hsbc-colour-core-hsbc-red);
  --group-dark-interactive-on-light-surface-active-pressed: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-interactive-on-light-surface-active-hover: var(--group-hsbc-colour-neutral-dark-new-grey);
  --group-dark-interactive-on-light-surface-active: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-light-surface-primary-processing: var(--group-hsbc-colour-neutral-black);
  --group-dark-interactive-on-light-surface-primary-disabled: var(--group-hsbc-colour-neutral-black);
  --group-dark-interactive-on-light-surface-primary-pressed: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-interactive-on-light-surface-primary-hover: var(--group-hsbc-colour-neutral-dark-grey-8);
  --group-dark-interactive-on-light-surface-primary: var(--group-hsbc-colour-neutral-black);
  --group-dark-non-interactive-border-black: var(--group-hsbc-colour-neutral-white);
  --group-dark-non-interactive-border-neutral-5: var(--group-hsbc-colour-neutral-grey-2);
  --group-dark-non-interactive-border-neutral-4: var(--group-hsbc-colour-neutral-grey-3);
  --group-dark-non-interactive-border-neutral-3: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-non-interactive-border-neutral-2: var(--group-hsbc-colour-neutral-dark-new-grey);
  --group-dark-non-interactive-border-neutral-1: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-non-interactive-border-white: var(--group-hsbc-colour-neutral-black);
  --group-dark-non-interactive-surface-brand-3: var(--group-hsbc-colour-complimentary-red-3);
  --group-dark-non-interactive-surface-brand-2: var(--group-hsbc-colour-complimentary-red-2);
  --group-dark-non-interactive-surface-brand-1: var(--group-hsbc-colour-complimentary-red-1);
  --group-dark-non-interactive-surface-black: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-non-interactive-surface-neutral-5: var(--group-hsbc-colour-neutral-dark-new-grey);
  --group-dark-non-interactive-surface-neutral-4: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-non-interactive-surface-neutral-3: var(--group-hsbc-colour-neutral-dark-grey-6);
  --group-dark-non-interactive-surface-neutral-2: var(--group-hsbc-colour-neutral-dark-grey-7);
  --group-dark-non-interactive-surface-neutral-1: var(--group-hsbc-colour-neutral-dark-grey-8);
  --group-dark-non-interactive-surface-white: var(--group-hsbc-colour-neutral-black);
  --group-dark-canvas: var(--group-hsbc-colour-neutral-black);
  --group-dark-icon-on-dark-processing: var(--group-hsbc-colour-neutral-white);
  --group-dark-icon-on-dark-disabled-2: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-icon-on-dark-disabled-1: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-icon-on-dark-pressed: var(--group-hsbc-colour-neutral-white);
  --group-dark-icon-on-dark-hover: var(--group-hsbc-colour-neutral-white);
  --group-dark-icon-on-dark: var(--group-hsbc-colour-neutral-white);
  --group-dark-icon-on-light-processing: var(--group-hsbc-colour-neutral-white);
  --group-dark-icon-on-light-disabled-2: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-icon-on-light-disabled-1: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-icon-on-light-pressed-2: var(--group-hsbc-colour-neutral-white);
  --group-dark-icon-on-light-hover-2: var(--group-hsbc-colour-neutral-white);
  --group-dark-icon-on-light-default-2: var(--group-hsbc-colour-neutral-white);
  --group-dark-icon-on-light-pressed-1: var(--group-hsbc-colour-neutral-white);
  --group-dark-icon-on-light-hover-1: var(--group-hsbc-colour-neutral-white);
  --group-dark-icon-on-light-default-1: var(--group-hsbc-colour-neutral-white);
  --group-dark-text-on-dark-disabled-2: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-text-on-dark-disabled-1: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-text-on-dark-pressed: var(--group-hsbc-colour-neutral-white);
  --group-dark-text-on-dark-hover: var(--group-hsbc-colour-neutral-white);
  --group-dark-text-on-dark: var(--group-hsbc-colour-neutral-white);
  --group-dark-text-on-light-disabled-2: var(--group-hsbc-colour-neutral-grey-5);
  --group-dark-text-on-light-disabled-1: var(--group-hsbc-colour-neutral-grey-4);
  --group-dark-text-on-light-pressed: var(--group-hsbc-colour-neutral-white);
  --group-dark-text-on-light-hover: var(--group-hsbc-colour-neutral-white);
  --group-dark-text-on-light: var(--group-hsbc-colour-neutral-white);
  --group-color-base-neutral-5: var(--group-hsbc-colour-neutral-grey-5);
  --group-color-base-neutral-4: var(--group-hsbc-colour-neutral-grey-4);
  --group-color-base-neutral-3: var(--group-hsbc-colour-neutral-grey-3);
  --group-color-base-neutral-2: var(--group-hsbc-colour-neutral-grey-2);
  --group-color-base-neutral-1: var(--group-hsbc-colour-neutral-grey-1);
  --group-color-base-black: var(--group-hsbc-colour-core-black);
  --group-color-base-white: var(--group-hsbc-colour-core-white);
  --group-color-base-complimentary-red-3: var(--group-hsbc-colour-complimentary-red-3);
  --group-color-base-complimentary-red-2: var(--group-hsbc-colour-complimentary-red-2);
  --group-color-base-complimentary-red-1: var(--group-hsbc-colour-complimentary-red-1);
  --group-color-base-core-white: var(--group-hsbc-colour-core-white);
  --group-color-base-core-black: var(--group-hsbc-colour-core-black);
  --group-color-base-core-primary: var(--group-hsbc-colour-core-hsbc-red);
  --group-color-base-error-default-2: var(--group-light-rag-surface-error-default2);
  --group-color-base-error-default-1: var(--group-light-rag-surface-error-default-1);
  --group-color-base-warning-default-2: var(--group-light-rag-surface-warning-default2);
  --group-color-base-warning-default-1: var(--group-light-rag-surface-warning-default-1);
  --group-color-base-success-default-2: var(--group-light-rag-surface-success-default2);
  --group-color-base-success-default-1: var(--group-light-rag-surface-success-default-1);
  --group-color-base-info-default-2: var(--group-light-rag-surface-information-default2);
  --group-color-base-info-default-1: var(--group-light-rag-surface-information-default-1);
  --group-color-background-disabled: var(--group-light-interactive-on-light-surface-brand-1-disabled); /* Disabled elements are displayed in a light grey. */
  --group-color-background-primary: var(--group-color-base-core-primary); /* Red is our accent color and it is present on every touch-point */
  --group-color-text-error: var(--group-color-base-error-default-1);
  --group-color-text-success: var(--group-color-base-success-default-1);
  --group-color-text-warning: var(--group-color-base-warning-default-1);
  --group-color-text-info: var(--group-color-base-info-default-1);
  --group-color-background-error: var(--group-color-base-error-default-1); /* Error messages are displayed in red. */
  --group-color-background-warning: var(--group-color-base-warning-default-1); /* Warning messages are displayed in yellow. */
  --group-color-background-success: var(--group-color-base-success-default-1); /* Success messages are displayed in green. */
  --group-color-background-info: var(--group-color-base-info-default-1); /* Informational messages are displayed in blue. */
}

.table-container:not(:last-child), .table:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible, a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/**
 * * @prop --group-body-background: Body background color
 * * @prop --group-body-font-family: Body font family
 * * @prop --group-body-color: Body text color
 * * @prop --group-body-font-weight: Body text weight
 * * @prop --group-body-font-size: Body font size
 * * @prop --group-body-line-height: Body line height
 * * @prop --group-divider-background: Divider background color
 * * @prop --group-small-font-size: TBD
 * * @prop --group-strong-color: TBD
 * * @prop --group-strong-font-weight: TBD
 * */
:root {
  --group-body-background: var(--group-light-non-interactive-surface-white);
  --group-body-font-family: var(--group-font-family-text);
  --group-body-color: var(--group-light-text-on-light);
  --group-body-font-weight: var(--group-font-weight-regular);
  --group-body-font-size: 16px;
  --group-body-line-height: var(--group-line-height-size-6-desktop);
  --group-small-font-size: var(--group-text-size-6-desktop);
  --group-strong-color: var(--group-color-text-primary);
  --group-strong-font-weight: var(--group-font-weight-bold);
  --group-divider-background: var(--group-light-non-interactive-surface-neutral-3);
}

/**
 * * @prop --group-title-font-family: Title font family
 * * @prop --group-title-font-weight: Title font weight
 * * @prop --group-subtitle-font-family: Subtitle font family
 * * @prop --group-subtitle-font-weight: Subtitle font weight
 * */
:root {
  --group-title-font-family: var(--group-scale-1-typography-font-family);
  --group-title-font-weight: var(--group-scale-1-typography-font-weight-bold);
  --group-subtitle-font-family: var(--group-scale-1-typography-font-family);
  --group-subtitle-font-weight: var(--group-scale-1-typography-font-weight-regular);
}

/**
 * * @prop --group-link-color: Default link color
 * * @prop --group-link-color-hover: Link color on hover
 * * @prop --group-link-color-active: Link color on pressed
 * * @prop --group-link-font-weight: Default link font weight
 * * @prop --group-link-radius: Default link border radius
 * * @prop --group-link-text-decoration: Link text decoration
 * * @prop --group-link-text-underline-offset: Link decoration underline-offset 0.25rem
 * * @prop --group-link-text-decoration-thickness: Link decoration thickness 2px
 * * @prop --group-link-inverted-color: Link color on dark background
 * * @prop --group-link-inverted-color-hover: Link color on dark background when hovering
 * * @prop --group-link-inverted-color-active: Link color on dark background when pressing
 * * @prop --group-link-inverted-light-font-weight: Link font weight on dark background
 * * @prop --group-link-inverted-light-text-decoration: Link text-decoration on dark background
 * */
:root {
  --group-link-color: var(--group-light-text-on-light);
  --group-link-color-hover: var(--group-light-text-on-light-hover);
  --group-link-color-active: var(--group-light-text-on-light-pressed);
  --group-link-font-weight: var(--group-font-weight-bold);
  --group-link-radius: var(--group-radius-normal);
  --group-link-background: transparent;
  --group-link-border-color: transparent;
  --group-link-text-decoration: underline;
  --group-link-text-underline-offset: 0.25rem;
  --group-link-text-decoration-thickness: var(--group-scale-3-border-width-small);
  --group-link-inverted-color: var(--group-light-text-on-dark);
  --group-link-inverted-color-hover: var(--group-light-text-on-dark-hover);
  --group-link-inverted-color-active: var(--group-light-text-on-dark-pressed);
  --group-link-inverted-light-font-weight: var(--group-font-weight-regular);
  --group-link-inverted-light-text-decoration: none;
}

/**
 * * @prop --group-form-field-control-font-size: TBD
 * * @prop --group-form-field-control-font-family: TBD
 * * @prop --group-form-field-control-color: TBD
 * * @prop --group-form-field-control-placeholder-color: TBD
 * * @prop --group-form-field-control-radius: TBD
 * * @prop --group-form-field-control-background: TBD
 * * @prop --group-form-field-control-background-hover: TBD
 * * @prop --group-form-field-control-background-active: TBD
 * * @prop --group-form-field-control-border-width: TBD
 * * @prop --group-form-field-control-border-style: TBD
 * * @prop --group-form-field-control-border-color: TBD
 * * @prop --group-form-field-control-border-color-hover: TBD
 * * @prop --group-form-field-control-border-color-active: TBD
 * * @prop --group-form-field-control-success-background: TBD
 * * @prop --group-form-field-control-success-background-hover: TBD
 * * @prop --group-form-field-control-success-background-active: TBD
 * * @prop --group-form-field-control-success-border-color: TBD
 * * @prop --group-form-field-control-success-border-color-hover: TBD
 * * @prop --group-form-field-control-success-border-color-active: TBD
 * * @prop --group-form-field-control-error-background: TBD
 * * @prop --group-form-field-control-error-background-hover: TBD
 * * @prop --group-form-field-control-error-background-active: TBD
 * * @prop --group-form-field-control-error-border-color: TBD
 * * @prop --group-form-field-control-error-border-color-hover: TBD
 * * @prop --group-form-field-control-error-border-color-active: TBD
 * * @prop --group-form-field-control-disabled-color: TBD
 * * @prop --group-form-field-control-disabled-background: TBD
 * * @prop --group-form-field-control-disabled-border-color: TBD
 * * @prop --group-form-field-label-font-size: TBD
 * * @prop --group-form-field-label-line-height: TBD
 * * @prop --group-form-field-label-font-weight: TBD
 * * @prop --group-form-field-label-font-family: TBD
 * * @prop --group-form-field-label-margin-bottom: TBD
 * * @prop --group-form-field-label-color-hover: TBD
 * * @prop --group-form-field-label-color-active: TBD
 * * @prop --group-form-field-label-success-color: TBD
 * * @prop --group-form-field-label-error-color: TBD
 * * @prop --group-form-field-label-error-color-hover: TBD
 * * @prop --group-form-field-label-error-color-active: TBD
 * * @prop --group-form-field-label-disabled-color TBD
 * * @prop --group-form-field-message-font-size: TBD
 * * @prop --group-form-field-message-font-weight: TBD
 * * @prop --group-form-field-message-color: TBD
 * * @prop --group-form-field-message-color-hover: TBD
 * * @prop --group-form-field-message-color-active: TBD
 * * @prop --group-form-field-message-font-weight: TBD
 * * @prop --group-form-field-message-success-color: TBD
 * * @prop --group-form-field-message-error-color: TBD
 * * @prop --group-form-field-message-disabled-color: TBD
 * * @prop --group-form-field-icon-color: TBD
 * * @prop --group-form-field-icon-color-hover: TBD
 * * @prop --group-form-field-icon-color-active: TBD
 * * @prop --group-form-field-icon-success-color: TBD
 * * @prop --group-form-field-icon-error-color: TBD
 * * @prop --group-form-field-icon-disabled-color: TBD
 * * @prop --group-file-label-color: TBD
 * * @prop --group-file-label-color-hover: TBD
 * * @prop --group-file-label-color-active: TBD
 * * @prop --group-file-border-style: TBD
 * * @prop --group-file-label-disabled-color: TBD
 * */
:root {
  --group-form-field-control-font-size: var(--group-text-size-5);
  --group-form-field-control-font-family: var(--group-font-family-text);
  --group-form-field-control-color: var(--group-light-text-on-light);
  --group-form-field-control-placeholder-color: var(--group-light-text-on-light);
  --group-form-field-control-radius: var(--group-radius-normal);
  --group-form-field-control-background: var(--group-color-base-core-white);
  --group-form-field-control-background-hover: var(--group-color-base-neutral-1);
  --group-form-field-control-background-active: var(--group-color-base-neutral-1);
  --group-form-field-control-border-width: var(--group-scale-3-border-width-medium);
  --group-form-field-control-border-style: solid;
  --group-form-field-control-border-color: var(--group-color-base-neutral-3);
  --group-form-field-control-border-color-hover: var(--group-form-field-control-border-color);
  --group-form-field-control-border-color-active: var(--group-color-base-core-primary);
  --group-form-field-control-success-background: var(--group-color-base-success-default-1);
  --group-form-field-control-success-background-hover: var(--group-color-base-success-default-1);
  --group-form-field-control-success-background-active: var(--group-color-base-success-default-1);
  --group-form-field-control-success-border-color: var(--group-color-base-success-default-1);
  --group-form-field-control-success-border-color-hover: var(--group-color-base-success-default-1);
  --group-form-field-control-success-border-color-active: var(--group-color-base-success-default-1);
  --group-form-field-control-error-background: var(--group-color-base-error-default-1);
  --group-form-field-control-error-background-hover: var(--group-color-base-error-default-1);
  --group-form-field-control-error-background-active: var(--group-color-base-error-default-1);
  --group-form-field-control-error-border-color: var(--group-color-base-error-default-1);
  --group-form-field-control-error-border-color-hover: var(--group-form-field-control-border-color);
  --group-form-field-control-error-border-color-active: var(--group-color-base-error-default-1);
  --group-form-field-control-disabled-color: var(--group-light-text-on-dark-disabled-1);
  --group-form-field-control-disabled-background: var(--group-light-text-on-dark-disabled-2);
  --group-form-field-control-disabled-border-color: var(--group-light-text-on-dark-disabled-1);
  --group-form-field-label-font-size: var(--group-text-size-5-desktop);
  --group-form-field-label-line-height: var(--group-line-height-size-5-desktop);
  --group-form-field-label-font-weight: var(--group-font-weight-regular);
  --group-form-field-label-font-family: var(--group-font-family-text);
  --group-form-field-label-margin-bottom: 0.25rem;
  --group-form-field-label-color-hover: var(--group-link-color-hover);
  --group-form-field-label-color-active: var(--group-link-color-active);
  --group-form-field-label-success-color: var(--group-color-text-success);
  --group-form-field-label-error-color: var(--group-color-text-error);
  --group-form-field-label-error-color-hover: var(--group-color-text-error);
  --group-form-field-label-error-color-active: var(--group-color-text-error);
  --group-form-field-label-disabled-color: var(--group-light-non-interactive-surface-neutral-3);
  --group-form-field-message-font-size: var(--group-text-size-6-desktop);
  --group-form-field-message-font-weight: var(--group-font-weight-regular);
  --group-form-field-message-color: var(--group-link-color);
  --group-form-field-message-color-hover: var(--group-link-color-hover);
  --group-form-field-message-color-active: var(--group-link-color-active);
  --group-form-field-message-success-color: var(--group-color-text-success);
  --group-form-field-message-error-color: var(--group-color-text-error);
  --group-form-field-message-disabled-color: var(--group-link-color);
  --group-form-field-icon-color: var(--group-link-color);
  --group-form-field-icon-color-hover: var(--group-link-color-hover);
  --group-form-field-icon-color-active: var(--group-link-color-active);
  --group-form-field-icon-success-color: var(--group-color-text-success);
  --group-form-field-icon-error-color: var(--group-color-text-error);
  --group-form-field-icon-disabled-color: var(--group-color-text-grey);
  --group-file-label-color: var(--group-light-non-interactive-surface-neutral-3);
  --group-file-label-color-hover: var(--group-light-non-interactive-surface-neutral-3);
  --group-file-label-color-active: var(--group-light-non-interactive-surface-neutral-3);
  --group-file-border-style: dashed;
  --group-file-label-disabled-color: var(--group-light-non-interactive-surface-neutral-5);
}

/**
 * * @prop --group-list-marker-color: Color of the list marker symbol
 * * @prop --group-list-marker-inverted-color: Color of the list marker symbol on a dark background
 * * @prop --group-list-bullet-radius: Radius of the custom bullet
 * * @prop --group-list-bullet-background: Background color of the custom bullet
 * */
:root {
  --group-list-marker-color: var(--group-light-non-interactive-surface-black);
  --group-list-marker-inverted-color: var(--group-light-non-interactive-surface-white);
  --group-list-bullet-radius: var(--group-radius-rounded);
  --group-list-bullet-background: var(--group-light-non-interactive-surface-black);
}

/**
 * * @prop --group-table-color: Tables default font color
 * * @prop --group-table-background-color: Tables default background color
 * * @prop --group-table-body-background-color: Table body background
 * * @prop --group-table-cell-border: Table cell border
 * * @prop --group-table-cell-border-width: Table cell border width
 * * @prop --group-table-cell-padding: Table cell padding
 * * @prop --group-table-cell-heading-color: Table cell heading color
 * * @prop --group-table-head-cell-border-width: Table head cell border width
 * * @prop --group-table-head-cell-border-color: Table head cell border color
 * * @prop --group-table-head-cell-color: Table head cell color
 * * @prop --group-table-head-background-color: Table head cell background
 * * @prop --group-table-head-font-size:  Table head cell font size backgound
 * * @prop --group-table-head-font-family: Table head cell font family
 * * @prop --group-table-foot-cell-border-width: Table foot cell border width
 * * @prop --group-table-foot-cell-color: Table foot cell color
 * * @prop --group-table-foot-background-color: Table foot cell background
 * * @prop --group-table-row-background-color-hover: Table row hover background
 * * @prop --group-table-row-background-color-active: Table row pressed background
 * * @prop --group-table-row-color-active: Table row pressed font color
 * * @prop --group-table-striped-row-even-background-color: Table row striped background
 * * @prop --group-table-striped-row-even-background-color-hover: Table row striped background on hover
 * */
:root {
  --group-table-color: var(--group-color-primary);
  --group-table-background-color: var(--group-color-base-core-white);
  --group-table-body-background-color: transparent;
  --group-table-cell-border-color: var(--group-color-border);
  --group-table-cell-border: 2px solid var(--group-table-cell-border-color);
  --group-table-cell-border-width: 0 0 2px;
  --group-table-cell-padding: 0.5em 0.75em;
  --group-table-cell-heading-color: var(--group-color-primary);
  --group-table-head-cell-border-width: 0 0 1px;
  --group-table-head-cell-border-color: var(--group-color-primary);
  --group-table-head-cell-color: var(--group-color-primary);
  --group-table-head-background-color: transparent;
  --group-table-head-font-size: var(--group-text-size-normal);
  --group-table-head-font-family: var(--group-font-family-text);
  --group-table-foot-cell-border-width: 0 0 0;
  --group-table-foot-cell-color: var(--group-color-primary);
  --group-table-foot-background-color: transparent;
  --group-table-row-background-color-hover: var(--group-color-grey-2);
  --group-table-row-background-color-active: var(--group-color-primary-1);
  --group-table-row-color-active: var(--group-color-primary);
  --group-table-striped-row-even-background-color: var(--group-color-grey-1);
  --group-table-striped-row-even-background-color-hover: var(--group-color-grey-2);
}

.select select, .textarea, .input {
  justify-content: flex-start;
  background-color: var(--group-form-field-control-background);
  border-color: var(--group-form-field-control-border-color);
  border-style: var(--group-form-field-control-border-style);
  border-radius: var(--group-form-field-control-radius);
  color: var(--group-form-field-control-color);
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: var(--group-form-field-control-placeholder-color);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: var(--group-form-field-control-placeholder-color);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: var(--group-form-field-control-placeholder-color);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: var(--group-form-field-control-placeholder-color);
}
@media (hover: hover) and (pointer: fine) {
  .select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
    border-color: var(--group-form-field-control-border-color-hover);
    background-color: var(--group-form-field-control-background-hover);
  }
}
.select select.group-focused, .group-focused.textarea, .group-focused.input, .select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: var(--group-form-field-control-border-color-active);
  background-color: var(--group-form-field-control-background-active);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: var(--group-form-field-control-disabled-background);
  border-color: var(--group-form-field-control-disabled-border-color);
  box-shadow: none;
  color: var(--group-form-field-control-disabled-color);
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: var(--group-form-field-control-disabled-color);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: var(--group-form-field-control-disabled-color);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: var(--group-form-field-control-disabled-color);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: var(--group-form-field-control-disabled-color);
}

.file-cta, .select select, .textarea, .input {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  align-items: center;
  border-width: var(--group-border-width-normal);
  border-color: var(--group-color-border);
  border-radius: var(--group-radius-normal);
  box-shadow: none;
  display: inline-flex;
  font-size: var(--group-text-size-normal);
  min-height: 3rem;
  height: 3rem;
  line-height: 1.5;
  padding-left: calc(0.75em - var(--group-border-width-normal));
  padding-right: calc(0.75em - var(--group-border-width-normal));
  position: relative;
  vertical-align: top;
}
.file-cta:focus, .select select:focus, .textarea:focus, .input:focus, .is-focused.file-cta, .select select.is-focused, .is-focused.textarea, .is-focused.input, .file-cta:active, .select select:active, .textarea:active, .input:active, .is-active.file-cta, .select select.is-active, .is-active.textarea, .is-active.input {
  outline: none;
}
[disabled].file-cta, .select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .file-cta, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  cursor: default;
}

.textarea, .input {
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  resize: vertical;
  padding: calc(0.75em - 2px);
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

input.input,
textarea.textarea {
  border-width: 2px;
  border-radius: var(--group-form-field-control-radius);
  font-size: var(--group-form-field-control-font-size);
  font-family: var(--group-form-field-control-font-family);
  color: var(--group-form-field-control-color);
  outline: none;
  box-shadow: none;
}
input.input.is-danger,
textarea.textarea.is-danger {
  border-color: var(--group-form-field-control-danger-border-color);
  background: var(--group-form-field-control-danger-background);
}
input.input.is-danger.group-focused, input.input.is-danger:focus, input.input.is-danger.is-focused, input.input.is-danger:active, input.input.is-danger.is-active,
textarea.textarea.is-danger.group-focused,
textarea.textarea.is-danger:focus,
textarea.textarea.is-danger.is-focused,
textarea.textarea.is-danger:active,
textarea.textarea.is-danger.is-active {
  border-color: var(--group-form-field-control-border-color-active);
}
input.input.is-success,
textarea.textarea.is-success {
  border-color: var(--group-form-field-control-success-border-color);
  background: var(--group-form-field-control-success-background);
}
input.input.is-success.group-focused, input.input.is-success:focus, input.input.is-success.is-focused, input.input.is-success:active, input.input.is-success.is-active,
textarea.textarea.is-success.group-focused,
textarea.textarea.is-success:focus,
textarea.textarea.is-success.is-focused,
textarea.textarea.is-success:active,
textarea.textarea.is-success.is-active {
  border-color: var(--group-form-field-control-border-color-active);
}
input.input.is-warning,
textarea.textarea.is-warning {
  border-color: var(--group-color-border-warning);
  background: var(--group-color-warning-1);
}
input.input.is-warning.group-focused, input.input.is-warning:focus, input.input.is-warning.is-focused, input.input.is-warning:active, input.input.is-warning.is-active,
textarea.textarea.is-warning.group-focused,
textarea.textarea.is-warning:focus,
textarea.textarea.is-warning.is-focused,
textarea.textarea.is-warning:active,
textarea.textarea.is-warning.is-active {
  border-color: var(--group-form-field-control-border-color-active);
}
input.input.is-disabled,
textarea.textarea.is-disabled {
  color: var(--group-form-field-control-disabled-color);
  border-color: var(--group-form-field-control-disabled-border-color);
  background: var(--group-form-field-control-disabled-background);
}

input.is-grouped {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.select {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 3rem;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid var(--group-form-field-icon-color);
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
  right: 1.125em;
  z-index: 4;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  width: 100%;
  outline: none;
  border-radius: var(--group-form-field-control-radius);
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: var(--group-form-field-control-disabled-border-color);
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: var(--group-form-field-label-color-hover);
}
.select:not(.is-multiple):not(.is-loading):active::after {
  border-color: var(--group-form-field-label-color-active);
}
.select.is-disabled::after {
  border-color: var(--group-form-field-control-disabled-border-color) !important;
}
.select.is-success select {
  border-color: var(--group-form-field-control-success-border-color);
  background: var(--group-form-field-control-success-background);
}
.select.is-success select.group-focused, .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  border-color: var(--group-form-field-control-success-border-color-active);
}
.select.is-success::after {
  border-color: var(--group-form-field-control-success-border-color) !important;
}
.select.is-success:focus::after, .select.is-success:active::after, .select.is-success:focus-within::after {
  border-color: var(--group-form-field-control-success-border-color-active) !important;
}
.select.is-danger select {
  border-color: var(--group-form-field-control-danger-border-color);
  background: var(--group-form-field-control-danger-background);
}
.select.is-danger select.group-focused, .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  border-color: var(--group-form-field-control-danger-border-color-active);
}
.select.is-danger::after {
  border-color: var(--group-form-field-control-danger-border-color) !important;
}
.select.is-danger:focus::after, .select.is-danger:active::after, .select.is-danger:focus-within::after {
  border-color: var(--group-form-field-control-danger-border-color-active) !important;
}
.select.is-warning select {
  border-color: var(--group-color-border-warning);
  background: var(--group-color-warning-1);
}
.select.is-warning select.group-focused, .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  border-color: var(--group-color-border-primary);
}
.select.is-warning::after {
  border-color: var(--group-color-border-warning) !important;
}
.select.is-warning:focus::after, .select.is-warning:active::after, .select.is-warning:focus-within::after {
  border-color: var(--group-color-border-primary) !important;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  font-size: var(--group-form-field-control-font-size);
  justify-content: center;
}
.file .file-label {
  width: 100%;
  flex-direction: column;
}
.file .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  gap: 0.5rem;
  font-weight: var(--group-form-field-label-font-weight);
  color: var(--group-form-field-label-color);
  text-align: center;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.file-label:hover .file-cta,
.file-label:hover .file-label {
  color: var(--group-form-field-label-color-hover);
}
.file-label:hover .file-cta {
  background-color: var(--group-form-field-control-background-hover);
  border-color: var(--group-form-field-control-border-color-hover);
}
.file-label:active .file-cta,
.file-label:active .file-label, .file-label:focus-within .file-cta,
.file-label:focus-within .file-label {
  color: var(--group-form-field-label-color-active);
}
.file-label:active .file-cta, .file-label:focus-within .file-cta {
  background-color: var(--group-form-field-control-background-active);
  border-color: var(--group-form-field-control-border-color-active);
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta {
  justify-content: flex-start;
  border-style: var(--group-file-border-style);
  border-color: var(--group-form-field-control-border-color);
  border-radius: var(--group-form-field-control-radius);
  background: var(--group-form-field-control-background);
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
  gap: 0.5rem;
}

.file-cta {
  background-color: var(--group-form-field-control-background);
  color: var(--group-form-field-control-color);
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file.is-success .file-label,
.file.is-success .file-cta {
  color: var(--group-form-field-label-success-color);
}
.file.is-success .file-cta {
  border-color: var(--group-form-field-control-success-border-color);
  background: var(--group-form-field-control-success-background);
}
.file.is-success .file-label:active .file-cta, .file.is-success .file-label:focus-within .file-cta {
  border-color: var(--group-form-field-control-border-color-active);
  color: var(--group-link-color-active);
}
.file.is-success .file-label:active .file-cta .file-label, .file.is-success .file-label:focus-within .file-cta .file-label {
  color: var(--group-link-color-active);
}

.file.is-danger .file-label,
.file.is-danger .file-cta {
  color: var(--group-form-field-label-danger-color);
}
.file.is-danger .file-cta {
  border-color: var(--group-form-field-control-danger-border-color);
  background: var(--group-form-field-control-danger-background);
}
.file.is-danger .file-label:active .file-cta, .file.is-danger .file-label:focus-within .file-cta {
  border-color: var(--group-form-field-control-border-color-active);
  color: var(--group-link-color-active);
}
.file.is-danger .file-label:active .file-cta .file-label, .file.is-danger .file-label:focus-within .file-cta .file-label {
  color: var(--group-link-color-active);
}

.file.is-warning .file-label,
.file.is-warning .file-cta {
  color: var(--group-color-text-warning);
}
.file.is-warning .file-cta {
  border-color: var(--group-color-border-warning);
  background: var(--group-color-warning-1);
}
.file.is-warning .file-label:active .file-cta, .file.is-warning .file-label:focus-within .file-cta {
  border-color: var(--group-form-field-control-border-color-active);
  color: var(--group-link-color-active);
}
.file.is-warning .file-label:active .file-cta .file-label, .file.is-warning .file-label:focus-within .file-cta .file-label {
  color: var(--group-link-color-active);
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  color: var(--group-file-label-disabled-color);
}
.file.is-disabled .file-cta {
  border-color: var(--group-form-field-control-disabled-border-color);
  background: var(--group-form-field-control-disabled-background);
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.label {
  display: block;
  font-size: var(--group-form-field-label-font-size);
  line-height: var(--group-form-field-label-line-height);
  font-weight: var(--group-form-field-label-font-weight);
  font-family: var(--group-form-field-label-font-family), sans-serif;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.label:not(:last-child) {
  margin-bottom: var(--group-form-field-label-margin-bottom);
}
.label.is-danger {
  color: var(--group-form-field-label-danger-color);
}
.label.is-success {
  color: var(--group-form-field-label-success-color);
}
.label.is-warning {
  color: var(--group-color-text-warning);
}
.label.is-disabled {
  color: var(--group-form-field-label-disabled-color);
}

.help {
  display: block;
  margin-top: -2px;
  color: var(--group-form-field-message-color);
  font-size: var(--group-form-field-message-font-size);
  font-weight: var(--group-form-field-message-font-weight);
  -webkit-hyphens: auto;
          hyphens: auto;
}
.help.is-danger {
  color: var(--group-form-field-message-danger-color);
}
.help.is-success {
  color: var(--group-form-field-message-success-color);
}
.help.is-warning {
  color: var(--group-color-text-warning);
}
.help.is-disabled {
  color: var(--group-form-field-message-disabled-color);
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: var(--group-text-size-small);
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: var(--group-form-field-control-font-size);
  position: relative;
  text-align: inherit;
}
.control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid var(--group-form-field-control-border-color-active);
  border-radius: var(--group-radius-rounded);
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1.125em;
  width: 1.125em;
  position: absolute !important;
  right: 0.875rem;
  top: 0.875rem;
  z-index: 4;
}

.control.has-icons-right::after {
  right: 2.3rem;
}

.field.is-grouped {
  gap: calc(var(--group-column-gap) / 2);
}

.field.has-direction-row.is-grouped {
  flex-direction: row;
}

.field.has-direction-column.is-grouped {
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.field.has-direction-column.is-grouped .button {
  width: 100%;
}
.field.has-direction-column.is-grouped .group-button {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .field.has-direction-auto.is-grouped {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .field.has-direction-auto.is-grouped .control {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 100%;
    margin-right: 0 !important;
  }
  .field.has-direction-auto.is-grouped .control .button {
    min-width: 100%;
  }
  .field.has-direction-auto.is-grouped.is-reverse {
    flex-direction: column-reverse;
  }
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  width: 100% !important;
  padding-left: var(--group-scale-1-layout-web-margin);
  padding-right: var(--group-scale-1-layout-web-margin);
}
.container.is-fluid {
  max-width: var(--group-container-size-fluid) !important;
}
.container.is-compact {
  max-width: var(--group-container-size-compact) !important;
}

.grid {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.col {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: var(--group-scale-1-layout-web-margin);
}
.grid.is-mobile > .col.is-narrow {
  flex: none;
  width: unset;
}
.grid.is-mobile > .col.is-full {
  flex: none;
  width: 100%;
}
.grid.is-mobile > .col.is-three-quarters {
  flex: none;
  width: 75%;
}
.grid.is-mobile > .col.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.grid.is-mobile > .col.is-half {
  flex: none;
  width: 50%;
}
.grid.is-mobile > .col.is-one-third {
  flex: none;
  width: 33.3333%;
}
.grid.is-mobile > .col.is-one-quarter {
  flex: none;
  width: 25%;
}
.grid.is-mobile > .col.is-one-fifth {
  flex: none;
  width: 20%;
}
.grid.is-mobile > .col.is-two-fifths {
  flex: none;
  width: 40%;
}
.grid.is-mobile > .col.is-three-fifths {
  flex: none;
  width: 60%;
}
.grid.is-mobile > .col.is-four-fifths {
  flex: none;
  width: 80%;
}
.grid.is-mobile > .col.is-offset-three-quarters {
  margin-left: 75%;
}
.grid.is-mobile > .col.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.grid.is-mobile > .col.is-offset-half {
  margin-left: 50%;
}
.grid.is-mobile > .col.is-offset-one-third {
  margin-left: 33.3333%;
}
.grid.is-mobile > .col.is-offset-one-quarter {
  margin-left: 25%;
}
.grid.is-mobile > .col.is-offset-one-fifth {
  margin-left: 20%;
}
.grid.is-mobile > .col.is-offset-two-fifths {
  margin-left: 40%;
}
.grid.is-mobile > .col.is-offset-three-fifths {
  margin-left: 60%;
}
.grid.is-mobile > .col.is-offset-four-fifths {
  margin-left: 80%;
}
.grid.is-mobile > .col.is-0 {
  flex: none;
  width: 0%;
}
.grid.is-mobile > .col.is-offset-0 {
  margin-left: 0%;
}
.grid.is-mobile > .col.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.grid.is-mobile > .col.is-offset-1 {
  margin-left: 8.3333333333%;
}
.grid.is-mobile > .col.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.grid.is-mobile > .col.is-offset-2 {
  margin-left: 16.6666666667%;
}
.grid.is-mobile > .col.is-3 {
  flex: none;
  width: 25%;
}
.grid.is-mobile > .col.is-offset-3 {
  margin-left: 25%;
}
.grid.is-mobile > .col.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.grid.is-mobile > .col.is-offset-4 {
  margin-left: 33.3333333333%;
}
.grid.is-mobile > .col.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.grid.is-mobile > .col.is-offset-5 {
  margin-left: 41.6666666667%;
}
.grid.is-mobile > .col.is-6 {
  flex: none;
  width: 50%;
}
.grid.is-mobile > .col.is-offset-6 {
  margin-left: 50%;
}
.grid.is-mobile > .col.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.grid.is-mobile > .col.is-offset-7 {
  margin-left: 58.3333333333%;
}
.grid.is-mobile > .col.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.grid.is-mobile > .col.is-offset-8 {
  margin-left: 66.6666666667%;
}
.grid.is-mobile > .col.is-9 {
  flex: none;
  width: 75%;
}
.grid.is-mobile > .col.is-offset-9 {
  margin-left: 75%;
}
.grid.is-mobile > .col.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.grid.is-mobile > .col.is-offset-10 {
  margin-left: 83.3333333333%;
}
.grid.is-mobile > .col.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.grid.is-mobile > .col.is-offset-11 {
  margin-left: 91.6666666667%;
}
.grid.is-mobile > .col.is-12 {
  flex: none;
  width: 100%;
}
.grid.is-mobile > .col.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .col.mobile\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.mobile\:is-full {
    flex: none;
    width: 100%;
  }
  .col.mobile\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.mobile\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.mobile\:is-half {
    flex: none;
    width: 50%;
  }
  .col.mobile\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.mobile\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.mobile\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.mobile\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.mobile\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.mobile\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.mobile\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.mobile\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.mobile\:is-offset-half {
    margin-left: 50%;
  }
  .col.mobile\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.mobile\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.mobile\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.mobile\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.mobile\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.mobile-offset-four-fifths {
    margin-left: 80%;
  }
  .col.mobile\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.mobile\:is-offset-0 {
    margin-left: 0%;
  }
  .col.mobile\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.mobile\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.mobile\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.mobile\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.mobile\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.mobile\:is-offset-3 {
    margin-left: 25%;
  }
  .col.mobile\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.mobile\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.mobile\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.mobile\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.mobile\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.mobile\:is-offset-6 {
    margin-left: 50%;
  }
  .col.mobile\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.mobile\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.mobile\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.mobile\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.mobile\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.mobile\:is-offset-9 {
    margin-left: 75%;
  }
  .col.mobile\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.mobile\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.mobile\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.mobile\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.mobile\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.mobile\:is-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .col.is-narrow, .col.tablet\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.is-full, .col.tablet\:is-full {
    flex: none;
    width: 100%;
  }
  .col.is-three-quarters, .col.tablet\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.is-two-thirds, .col.tablet\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.is-half, .col.tablet\:is-half {
    flex: none;
    width: 50%;
  }
  .col.is-one-third, .col.tablet\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.is-one-quarter, .col.tablet\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.is-one-fifth, .col.tablet\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.is-two-fifths, .col.tablet\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.is-three-fifths, .col.tablet\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.is-four-fifths, .col.tablet\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.is-offset-three-quarters, .col.tablet\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.is-offset-two-thirds, .col.tablet\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.is-offset-half, .col.tablet\:is-offset-half {
    margin-left: 50%;
  }
  .col.is-offset-one-third, .col.tablet\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.is-offset-one-quarter, .col.tablet\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.is-offset-one-fifth, .col.tablet\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.is-offset-two-fifths, .col.tablet\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.is-offset-three-fifths, .col.tablet\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.is-offset-four-fifths, .col.tablet\:is-offset-four-fifths {
    margin-left: 80%;
  }
  .col.is-0, .col.tablet\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.is-offset-0, .col.tablet\:is-offset-0 {
    margin-left: 0%;
  }
  .col.is-1, .col.tablet\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.is-offset-1, .col.tablet\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.is-2, .col.tablet\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.is-offset-2, .col.tablet\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.is-3, .col.tablet\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.is-offset-3, .col.tablet\:is-offset-3 {
    margin-left: 25%;
  }
  .col.is-4, .col.tablet\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.is-offset-4, .col.tablet\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.is-5, .col.tablet\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.is-offset-5, .col.tablet\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.is-6, .col.tablet\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.is-offset-6, .col.tablet\:is-offset-6 {
    margin-left: 50%;
  }
  .col.is-7, .col.tablet\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.is-offset-7, .col.tablet\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.is-8, .col.tablet\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.is-offset-8, .col.tablet\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.is-9, .col.tablet\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.is-offset-9, .col.tablet\:is-offset-9 {
    margin-left: 75%;
  }
  .col.is-10, .col.tablet\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.is-offset-10, .col.tablet\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.is-11, .col.tablet\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.is-offset-11, .col.tablet\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.is-12, .col.tablet\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.is-offset-12, .col.tablet\:is-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .col.touch\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.touch\:is-full {
    flex: none;
    width: 100%;
  }
  .col.touch\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.touch\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.touch\:is-half {
    flex: none;
    width: 50%;
  }
  .col.touch\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.touch\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.touch\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.touch\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.touch\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.touch\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.touch\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.touch\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.touch\:is-offset-half {
    margin-left: 50%;
  }
  .col.touch\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.touch\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.touch\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.touch\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.touch\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.touch\:is-offset-four-fifths {
    margin-left: 80%;
  }
  .col.touch\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.touch\:is-offset-0 {
    margin-left: 0%;
  }
  .col.touch\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.touch\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.touch\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.touch\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.touch\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.touch\:is-offset-3 {
    margin-left: 25%;
  }
  .col.touch\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.touch\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.touch\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.touch\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.touch\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.touch\:is-offset-6 {
    margin-left: 50%;
  }
  .col.touch\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.touch\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.touch\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.touch\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.touch\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.touch\:is-offset-9 {
    margin-left: 75%;
  }
  .col.touch\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.touch\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.touch\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.touch\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.touch\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.touch\:is-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .col.desktop\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.desktop\:is-full {
    flex: none;
    width: 100%;
  }
  .col.desktop\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.desktop\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.desktop\:is-half {
    flex: none;
    width: 50%;
  }
  .col.desktop\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.desktop\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.desktop\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.desktop\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.desktop\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.desktop\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.desktop\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.desktop\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.desktop\:is-offset-half {
    margin-left: 50%;
  }
  .col.desktop\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.desktop\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.desktop\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.desktop\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.desktop\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.desktop\:is-offset-four-fifths {
    margin-left: 80%;
  }
  .col.desktop\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.desktop\:is-offset-0 {
    margin-left: 0%;
  }
  .col.desktop\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.desktop\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.desktop\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.desktop\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.desktop\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.desktop\:is-offset-3 {
    margin-left: 25%;
  }
  .col.desktop\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.desktop\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.desktop\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.desktop\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.desktop\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.desktop\:is-offset-6 {
    margin-left: 50%;
  }
  .col.desktop\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.desktop\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.desktop\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.desktop\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.desktop\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.desktop\:is-offset-9 {
    margin-left: 75%;
  }
  .col.desktop\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.desktop\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.desktop\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.desktop\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.desktop\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.desktop\:is-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .col.widescreen\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.widescreen\:is-full {
    flex: none;
    width: 100%;
  }
  .col.widescreen\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.widescreen\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.widescreen\:is-half {
    flex: none;
    width: 50%;
  }
  .col.widescreen\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.widescreen\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.widescreen\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.widescreen\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.widescreen\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.widescreen\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.widescreen\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.widescreen\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.widescreen\:is-offset-half {
    margin-left: 50%;
  }
  .col.widescreen\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.widescreen\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.widescreen\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.widescreen\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.widescreen\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.widescreen\:is-offset-four-fifths {
    margin-left: 80%;
  }
  .col.widescreen\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.widescreen\:is-offset-0 {
    margin-left: 0%;
  }
  .col.widescreen\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.widescreen\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.widescreen\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.widescreen\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.widescreen\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.widescreen\:is-offset-3 {
    margin-left: 25%;
  }
  .col.widescreen\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.widescreen\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.widescreen\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.widescreen\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.widescreen\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.widescreen\:is-offset-6 {
    margin-left: 50%;
  }
  .col.widescreen\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.widescreen\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.widescreen\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.widescreen\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.widescreen\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.widescreen\:is-offset-9 {
    margin-left: 75%;
  }
  .col.widescreen\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.widescreen\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.widescreen\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.widescreen\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.widescreen\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.widescreen\:is-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .col.fullhd\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.fullhd\:is-full {
    flex: none;
    width: 100%;
  }
  .col.fullhd\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.fullhd\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.fullhd\:is-half {
    flex: none;
    width: 50%;
  }
  .col.fullhd\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.fullhd\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.fullhd\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.fullhd\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.fullhd\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.fullhd\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.fullhd\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.fullhd\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.fullhd\:is-offset-half {
    margin-left: 50%;
  }
  .col.fullhd\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.fullhd\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.fullhd\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.fullhd\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.fullhd\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.fullhd\:is-offset-four-fifths {
    margin-left: 80%;
  }
  .col.fullhd\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.fullhd\:is-offset-0 {
    margin-left: 0%;
  }
  .col.fullhd\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.fullhd\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.fullhd\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.fullhd\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.fullhd\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.fullhd\:is-offset-3 {
    margin-left: 25%;
  }
  .col.fullhd\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.fullhd\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.fullhd\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.fullhd\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.fullhd\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.fullhd\:is-offset-6 {
    margin-left: 50%;
  }
  .col.fullhd\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.fullhd\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.fullhd\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.fullhd\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.fullhd\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.fullhd\:is-offset-9 {
    margin-left: 75%;
  }
  .col.fullhd\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.fullhd\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.fullhd\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.fullhd\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.fullhd\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.fullhd\:is-offset-12 {
    margin-left: 100%;
  }
}

.grid {
  margin-left: calc(var(--group-scale-1-layout-web-margin) * -1);
  margin-right: calc(var(--group-scale-1-layout-web-margin) * -1);
  margin-top: calc(var(--group-scale-1-layout-web-margin) * -1);
}
.grid:last-child {
  margin-bottom: calc(var(--group-scale-1-layout-web-margin) * -1);
}
.grid:not(:last-child) {
  margin-bottom: calc(1.5rem - var(--group-scale-1-layout-web-margin));
}
.grid.is-centered {
  justify-content: center;
}
.grid.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.grid.is-gapless > .col {
  margin: 0;
  padding: 0 !important;
}
.grid.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.grid.is-gapless:last-child {
  margin-bottom: 0;
}
.grid.is-mobile {
  display: flex;
}
.grid.is-multiline {
  flex-wrap: wrap;
}
.grid.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .grid:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .grid.is-desktop {
    display: flex;
  }
}

a.link:not(.button),
a.is-link:not(.button) {
  color: var(--group-link-color);
  font-weight: var(--group-link-font-weight);
  -webkit-text-decoration: var(--group-link-text-decoration);
          text-decoration: var(--group-link-text-decoration);
  text-underline-offset: var(--group-link-text-underline-offset);
  text-decoration-thickness: var(--group-link-text-decoration-thickness);
  border-radius: var(--group-link-radius);
}
a.link:not(.button) svg,
a.link:not(.button) g,
a.link:not(.button) path,
a.link:not(.button) circle,
a.is-link:not(.button) svg,
a.is-link:not(.button) g,
a.is-link:not(.button) path,
a.is-link:not(.button) circle {
  fill: var(--group-link-color);
}
a.link:not(.button):hover,
a.is-link:not(.button):hover {
  -webkit-text-decoration: var(--group-link-text-decoration);
          text-decoration: var(--group-link-text-decoration);
  text-decoration-thickness: var(--group-link-text-decoration-thickness);
  text-underline-offset: var(--group-link-text-underline-offset);
  color: var(--group-link-color-hover);
}
a.link:not(.button):hover svg,
a.link:not(.button):hover g,
a.link:not(.button):hover path,
a.link:not(.button):hover circle,
a.is-link:not(.button):hover svg,
a.is-link:not(.button):hover g,
a.is-link:not(.button):hover path,
a.is-link:not(.button):hover circle {
  fill: var(--group-link-color-hover);
}
a.link:not(.button):active,
a.is-link:not(.button):active {
  -webkit-text-decoration: var(--group-link-text-decoration);
          text-decoration: var(--group-link-text-decoration);
  text-decoration-thickness: var(--group-link-text-decoration-thickness);
  text-underline-offset: var(--group-link-text-underline-offset);
  color: var(--group-link-color-active);
}
a.link:not(.button):active svg,
a.link:not(.button):active g,
a.link:not(.button):active path,
a.link:not(.button):active circle,
a.is-link:not(.button):active svg,
a.is-link:not(.button):active g,
a.is-link:not(.button):active path,
a.is-link:not(.button):active circle {
  fill: var(--group-link-color-active);
}
a.link:not(.button).is-inverted,
a.is-link:not(.button).is-inverted {
  color: var(--group-link-inverted-color);
}
a.link:not(.button).is-inverted svg,
a.link:not(.button).is-inverted g,
a.link:not(.button).is-inverted path,
a.link:not(.button).is-inverted circle,
a.is-link:not(.button).is-inverted svg,
a.is-link:not(.button).is-inverted g,
a.is-link:not(.button).is-inverted path,
a.is-link:not(.button).is-inverted circle {
  fill: var(--group-link-inverted-color);
}
a.link:not(.button).is-inverted:hover,
a.is-link:not(.button).is-inverted:hover {
  -webkit-text-decoration: var(--group-link-text-decoration);
          text-decoration: var(--group-link-text-decoration);
  text-decoration-thickness: var(--group-link-text-decoration-thickness);
  text-underline-offset: var(--group-link-text-underline-offset);
  color: var(--group-link-inverted-color-hover);
}
a.link:not(.button).is-inverted:hover svg,
a.link:not(.button).is-inverted:hover g,
a.link:not(.button).is-inverted:hover path,
a.link:not(.button).is-inverted:hover circle,
a.is-link:not(.button).is-inverted:hover svg,
a.is-link:not(.button).is-inverted:hover g,
a.is-link:not(.button).is-inverted:hover path,
a.is-link:not(.button).is-inverted:hover circle {
  fill: var(--group-link-inverted-color-hover);
}
a.link:not(.button).is-inverted:active,
a.is-link:not(.button).is-inverted:active {
  -webkit-text-decoration: var(--group-link-text-decoration);
          text-decoration: var(--group-link-text-decoration);
  text-decoration-thickness: var(--group-link-text-decoration-thickness);
  text-underline-offset: var(--group-link-text-underline-offset);
  color: var(--group-link-inverted-color-active);
}
a.link:not(.button).is-inverted:active svg,
a.link:not(.button).is-inverted:active g,
a.link:not(.button).is-inverted:active path,
a.link:not(.button).is-inverted:active circle,
a.is-link:not(.button).is-inverted:active svg,
a.is-link:not(.button).is-inverted:active g,
a.is-link:not(.button).is-inverted:active path,
a.is-link:not(.button).is-inverted:active circle {
  fill: var(--group-link-inverted-color-active);
}
a.link:not(.button).is-light,
a.is-link:not(.button).is-light {
  -webkit-text-decoration: var(--group-link-inverted-light-text-decoration);
          text-decoration: var(--group-link-inverted-light-text-decoration);
  font-weight: var(--group-link-inverted-light-font-weight);
  color: var(--group-link-inverted-color);
}
a.link:not(.button).is-light svg,
a.link:not(.button).is-light g,
a.link:not(.button).is-light path,
a.link:not(.button).is-light circle,
a.is-link:not(.button).is-light svg,
a.is-link:not(.button).is-light g,
a.is-link:not(.button).is-light path,
a.is-link:not(.button).is-light circle {
  fill: var(--group-link-inverted-color);
}
a.link:not(.button).is-light:hover,
a.is-link:not(.button).is-light:hover {
  color: var(--group-link-inverted-color-hover);
}
a.link:not(.button).is-light:hover svg,
a.link:not(.button).is-light:hover g,
a.link:not(.button).is-light:hover path,
a.link:not(.button).is-light:hover circle,
a.is-link:not(.button).is-light:hover svg,
a.is-link:not(.button).is-light:hover g,
a.is-link:not(.button).is-light:hover path,
a.is-link:not(.button).is-light:hover circle {
  fill: var(--group-link-inverted-color-hover);
}
a.link:not(.button).is-light:active,
a.is-link:not(.button).is-light:active {
  color: var(--group-link-inverted-color-active);
}
a.link:not(.button).is-light:active svg,
a.link:not(.button).is-light:active g,
a.link:not(.button).is-light:active path,
a.link:not(.button).is-light:active circle,
a.is-link:not(.button).is-light:active svg,
a.is-link:not(.button).is-light:active g,
a.is-link:not(.button).is-light:active path,
a.is-link:not(.button).is-light:active circle {
  fill: var(--group-link-inverted-color-active);
}

ol.list,
ul.list,
ol.is-list,
ul.is-list {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
}
@media screen and (min-width: 1024px) {
  ol.list,
  ul.list,
  ol.is-list,
  ul.is-list {
    margin-bottom: 2rem;
  }
}
ol.list li,
ul.list li,
ol.is-list li,
ul.is-list li {
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 1rem;
}
ol.list li:last-child,
ul.list li:last-child,
ol.is-list li:last-child,
ul.is-list li:last-child {
  margin-bottom: 0;
}
ol.list li::marker,
ul.list li::marker,
ol.is-list li::marker,
ul.is-list li::marker {
  color: var(--group-list-marker-color);
}
ol.list.has-bullet-circle li::marker,
ul.list.has-bullet-circle li::marker,
ol.is-list.has-bullet-circle li::marker,
ul.is-list.has-bullet-circle li::marker {
  content: none;
}
ol.list.has-bullet-circle li::before,
ul.list.has-bullet-circle li::before,
ol.is-list.has-bullet-circle li::before,
ul.is-list.has-bullet-circle li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0.75rem;
  margin-left: -1.25rem;
  margin-top: 0.313rem;
  border-radius: var(--group-list-bullet-radius);
  background: var(--group-list-bullet-background);
}
ol.list.has-bullets, ol.list.has-bullet-check, ol.list.has-bullet-close, ol.list.has-bullet-check-circle,
ul.list.has-bullets,
ul.list.has-bullet-check,
ul.list.has-bullet-close,
ul.list.has-bullet-check-circle,
ol.is-list.has-bullets,
ol.is-list.has-bullet-check,
ol.is-list.has-bullet-close,
ol.is-list.has-bullet-check-circle,
ul.is-list.has-bullets,
ul.is-list.has-bullet-check,
ul.is-list.has-bullet-close,
ul.is-list.has-bullet-check-circle {
  list-style-type: none !important;
}
ol.list.has-bullets li, ol.list.has-bullet-check li, ol.list.has-bullet-close li, ol.list.has-bullet-check-circle li,
ul.list.has-bullets li,
ul.list.has-bullet-check li,
ul.list.has-bullet-close li,
ul.list.has-bullet-check-circle li,
ol.is-list.has-bullets li,
ol.is-list.has-bullet-check li,
ol.is-list.has-bullet-close li,
ol.is-list.has-bullet-check-circle li,
ul.is-list.has-bullets li,
ul.is-list.has-bullet-check li,
ul.is-list.has-bullet-close li,
ul.is-list.has-bullet-check-circle li {
  list-style-type: none !important;
}
ol.list.has-bullets li::marker, ol.list.has-bullet-check li::marker, ol.list.has-bullet-close li::marker, ol.list.has-bullet-check-circle li::marker,
ul.list.has-bullets li::marker,
ul.list.has-bullet-check li::marker,
ul.list.has-bullet-close li::marker,
ul.list.has-bullet-check-circle li::marker,
ol.is-list.has-bullets li::marker,
ol.is-list.has-bullet-check li::marker,
ol.is-list.has-bullet-close li::marker,
ol.is-list.has-bullet-check-circle li::marker,
ul.is-list.has-bullets li::marker,
ul.is-list.has-bullet-check li::marker,
ul.is-list.has-bullet-close li::marker,
ul.is-list.has-bullet-check-circle li::marker {
  content: none !important;
}
ol.list.has-bullets li::before, ol.list.has-bullet-check li::before, ol.list.has-bullet-close li::before, ol.list.has-bullet-check-circle li::before,
ul.list.has-bullets li::before,
ul.list.has-bullet-check li::before,
ul.list.has-bullet-close li::before,
ul.list.has-bullet-check-circle li::before,
ol.is-list.has-bullets li::before,
ol.is-list.has-bullet-check li::before,
ol.is-list.has-bullet-close li::before,
ol.is-list.has-bullet-check-circle li::before,
ul.is-list.has-bullets li::before,
ul.is-list.has-bullet-check li::before,
ul.is-list.has-bullet-close li::before,
ul.is-list.has-bullet-check-circle li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.875rem;
  margin-left: -1.375rem;
  margin-top: 0.313rem;
}
ol.list.has-bullets.has-bullet-check-circle li::before, ol.list.has-bullet-check.has-bullet-check-circle li::before, ol.list.has-bullet-close.has-bullet-check-circle li::before, ol.list.has-bullet-check-circle.has-bullet-check-circle li::before,
ul.list.has-bullets.has-bullet-check-circle li::before,
ul.list.has-bullet-check.has-bullet-check-circle li::before,
ul.list.has-bullet-close.has-bullet-check-circle li::before,
ul.list.has-bullet-check-circle.has-bullet-check-circle li::before,
ol.is-list.has-bullets.has-bullet-check-circle li::before,
ol.is-list.has-bullet-check.has-bullet-check-circle li::before,
ol.is-list.has-bullet-close.has-bullet-check-circle li::before,
ol.is-list.has-bullet-check-circle.has-bullet-check-circle li::before,
ul.is-list.has-bullets.has-bullet-check-circle li::before,
ul.is-list.has-bullet-check.has-bullet-check-circle li::before,
ul.is-list.has-bullet-close.has-bullet-check-circle li::before,
ul.is-list.has-bullet-check-circle.has-bullet-check-circle li::before {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  margin-left: -1.44rem;
  margin-top: 0.25rem;
}
ol.list.has-bullet-check li::before,
ol.list li.has-bullet-check::before,
ul.list.has-bullet-check li::before,
ul.list li.has-bullet-check::before,
ol.is-list.has-bullet-check li::before,
ol.is-list li.has-bullet-check::before,
ul.is-list.has-bullet-check li::before,
ul.is-list li.has-bullet-check::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM4ODU0XzM0MjU0OSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjYzNzEgMS4xOTc5MkMxNC4wNjI4IDEuNTQ5NzQgMTQuMTIyOCAyLjE4MDA2IDEzLjc3MDkgMi42MDU3OUw1LjczMDkgMTIuMzM1TDUuNzI4NDggMTIuMzM3OUM1LjU0NTYgMTIuNTU3NSA1LjMxNjA4IDEyLjczMzYgNS4wNTY2MSAxMi44NTM0QzQuNzk3MTMgMTIuOTczMSA0LjUxNDIzIDEzLjAzMzYgNC4yMjg0OCAxMy4wMzAySDQuMjI3NThDMy45MzcxNSAxMy4wMjY2IDMuNjUxMzEgMTIuOTU3MyAzLjM5MTUyIDEyLjgyNzRDMy4xMzI2IDEyLjY5NzkgMi45MDYyNiAxMi41MTE3IDIuNzI5MzcgMTIuMjgyNkMyLjcyODc3IDEyLjI4MTggMi43MjgxOCAxMi4yODEgMi43Mjc1OCAxMi4yODAyTDAuMjEwNjk0IDkuMDQ0MjZDLTAuMTI4Mzc2IDguNjA4MzEgLTAuMDQ5ODQyIDcuOTgwMDMgMC4zODYxMDUgNy42NDA5NkMwLjgyMjA1MyA3LjMwMTg5IDEuNDUwMzMgNy4zODA0MyAxLjc4OTQgNy44MTYzOEw0LjI1Mjk3IDEwLjk4MzhMMTIuMjI5MiAxLjMzMTc2QzEyLjU4MSAwLjkwNjAzNSAxMy4yMTE0IDAuODQ2MTEzIDEzLjYzNzEgMS4xOTc5MloiIGZpbGw9IiMwMDBENkUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zODg1NF8zNDI1NDkiPgo8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat left top;
}
ol.list.has-bullet-check-circle li::before,
ol.list li.has-bullet-check-circle::before,
ul.list.has-bullet-check-circle li::before,
ul.list li.has-bullet-check-circle::before,
ol.is-list.has-bullet-check-circle li::before,
ol.is-list li.has-bullet-check-circle::before,
ul.is-list.has-bullet-check-circle li::before,
ul.is-list li.has-bullet-check-circle::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3ODdfMTIyNCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggMTZDMTIuNDE4MyAxNiAxNiAxMi40MTgzIDE2IDhDMTYgMy41ODE3MiAxMi40MTgzIDAgOCAwQzMuNTgxNzIgMCAwIDMuNTgxNzIgMCA4QzAgMTIuNDE4MyAzLjU4MTcyIDE2IDggMTZaTTYuNzYxNyAxMS43OTQ1QzYuOTgyNTkgMTEuNjk2NSA3LjE3OTI0IDExLjU1MTMgNy4zMzc3MyAxMS4zNjlMMTIuMzczMSA2LjMzMzIxQzEyLjQ2NzcgNi4yMzM5NiAxMi41NDE3IDYuMTE3MDYgMTIuNTkxIDUuOTg5MTVDMTIuNjQwMyA1Ljg2MTI1IDEyLjY2MzkgNS43MjQ4OCAxMi42NjA0IDUuNTg3ODRDMTIuNjU2OSA1LjQ1MDggMTIuNjI2NCA1LjMxNTgxIDEyLjU3MDcgNS4xOTA1OUMxMi41MTQ5IDUuMDY1MzcgMTIuNDM1IDQuOTUyMzkgMTIuMzM1NSA0Ljg1ODA5QzEyLjIzNjEgNC43NjM3OCAxMi4xMTkgNC42ODk5OSAxMS45OTExIDQuNjQwODhDMTEuODYzMiA0LjU5MTc3IDExLjcyNjggNC41NjgzIDExLjU4OTggNC41NzE3OEMxMS40NTI5IDQuNTc1MjYgMTEuMzE3OSA0LjYwNTYyIDExLjE5MjYgNC42NjExN0MxMS4wNjc3IDQuNzE2NTcgMTAuOTU0IDQuNzk2NzQgMTAuODU5NyA0Ljg5NTYxTDYuMTUwNiA5LjU0MjI2QzYuMTAzODUgOS41ODgzOCA2LjAyNzk1IDkuNTg1NzIgNS45ODQ1NSA5LjUzNjQzTDQuOTA2MjEgOC4zMTE3NUw0LjkwMDA1IDguMzA1MzVDNC43MTM1OCA4LjExMTY0IDQuNDU5NTUgNy45OTczOCA0LjE5MDk4IDcuOTg2MTRDMy45MjI0MSA3Ljk3NDg5IDMuNjU5NzEgOC4wNjc1IDMuNDU3NjggOC4yNDQ5QzMuMjU1NjIgOC40MjIzMyAzLjEyOTgyIDguNjcwOTEgMy4xMDY3OSA4LjkzODlDMy4wODM3NSA5LjIwNjkgMy4xNjUzMSA5LjQ3MzMxIDMuMzM0MjMgOS42ODI1N0wzLjMzOTY4IDkuNjg5MzNMNC43NDk3NyAxMS4yODg4QzQuOTAzMDcgMTEuNDg1NCA1LjA5ODMxIDExLjY0NTUgNS4zMjEzMSAxMS43NTc0QzUuNTQ3OTYgMTEuODcxMiA1Ljc5NzQyIDExLjkzMjIgNi4wNTA5OCAxMS45MzZDNi4yOTU0MiAxMS45NDIgNi41MzgxOSAxMS44OTM2IDYuNzYxNyAxMS43OTQ1WiIgZmlsbD0iIzAwMEQ2RSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE3ODdfMTIyNCI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat left top;
}
ol.list.has-bullet-close li::before,
ol.list li.has-bullet-close::before,
ul.list.has-bullet-close li::before,
ul.list li.has-bullet-close::before,
ol.is-list.has-bullet-close li::before,
ol.is-list li.has-bullet-close::before,
ul.is-list.has-bullet-close li::before,
ul.is-list li.has-bullet-close::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM4ODU0XzM0MjU5OSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNzA3MTEgMC4yOTI4OTNDMS4zMTY1OCAtMC4wOTc2MzEgMC42ODM0MTcgLTAuMDk3NjMxIDAuMjkyODkzIDAuMjkyODkzQy0wLjA5NzYzMSAwLjY4MzQxNyAtMC4wOTc2MzEgMS4zMTY1OCAwLjI5Mjg5MyAxLjcwNzExTDUuNTg1NzkgN0wwLjI5Mjg5MyAxMi4yOTI5Qy0wLjA5NzYzMSAxMi42ODM0IC0wLjA5NzYzMSAxMy4zMTY2IDAuMjkyODkzIDEzLjcwNzFDMC42ODM0MTcgMTQuMDk3NiAxLjMxNjU4IDE0LjA5NzYgMS43MDcxMSAxMy43MDcxTDcgOC40MTQyMUwxMi4yOTI5IDEzLjcwNzFDMTIuNjgzNCAxNC4wOTc2IDEzLjMxNjYgMTQuMDk3NiAxMy43MDcxIDEzLjcwNzFDMTQuMDk3NiAxMy4zMTY2IDE0LjA5NzYgMTIuNjgzNCAxMy43MDcxIDEyLjI5MjlMOC40MTQyMSA3TDEzLjcwNzEgMS43MDcxMUMxNC4wOTc2IDEuMzE2NTggMTQuMDk3NiAwLjY4MzQxNyAxMy43MDcxIDAuMjkyODkzQzEzLjMxNjYgLTAuMDk3NjMxIDEyLjY4MzQgLTAuMDk3NjMxIDEyLjI5MjkgMC4yOTI4OTNMNyA1LjU4NTc5TDEuNzA3MTEgMC4yOTI4OTNaIiBmaWxsPSIjMDAwRDZFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzg4NTRfMzQyNTk5Ij4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat left top;
}
ol.list.is-inverted li,
ol.list.is-inverted li::marker,
ul.list.is-inverted li,
ul.list.is-inverted li::marker,
ol.is-list.is-inverted li,
ol.is-list.is-inverted li::marker,
ul.is-list.is-inverted li,
ul.is-list.is-inverted li::marker {
  color: var(--group-list-marker-inverted-color);
}
ol.list.is-inverted.has-bullet-check li::before,
ol.list.is-inverted li.has-bullet-check::before,
ul.list.is-inverted.has-bullet-check li::before,
ul.list.is-inverted li.has-bullet-check::before,
ol.is-list.is-inverted.has-bullet-check li::before,
ol.is-list.is-inverted li.has-bullet-check::before,
ul.is-list.is-inverted.has-bullet-check li::before,
ul.is-list.is-inverted li.has-bullet-check::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM4ODU0XzM0MjU0OSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjYzNzEgMS4xOTc5MkMxNC4wNjI4IDEuNTQ5NzQgMTQuMTIyOCAyLjE4MDA2IDEzLjc3MDkgMi42MDU3OUw1LjczMDkgMTIuMzM1TDUuNzI4NDggMTIuMzM3OUM1LjU0NTYgMTIuNTU3NSA1LjMxNjA4IDEyLjczMzYgNS4wNTY2MSAxMi44NTM0QzQuNzk3MTMgMTIuOTczMSA0LjUxNDIzIDEzLjAzMzYgNC4yMjg0OCAxMy4wMzAySDQuMjI3NThDMy45MzcxNSAxMy4wMjY2IDMuNjUxMzEgMTIuOTU3MyAzLjM5MTUyIDEyLjgyNzRDMy4xMzI2IDEyLjY5NzkgMi45MDYyNiAxMi41MTE3IDIuNzI5MzcgMTIuMjgyNkMyLjcyODc3IDEyLjI4MTggMi43MjgxOCAxMi4yODEgMi43Mjc1OCAxMi4yODAyTDAuMjEwNjk0IDkuMDQ0MjZDLTAuMTI4Mzc2IDguNjA4MzEgLTAuMDQ5ODQyIDcuOTgwMDMgMC4zODYxMDUgNy42NDA5NkMwLjgyMjA1MyA3LjMwMTg5IDEuNDUwMzMgNy4zODA0MyAxLjc4OTQgNy44MTYzOEw0LjI1Mjk3IDEwLjk4MzhMMTIuMjI5MiAxLjMzMTc2QzEyLjU4MSAwLjkwNjAzNSAxMy4yMTE0IDAuODQ2MTEzIDEzLjYzNzEgMS4xOTc5MloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzg4NTRfMzQyNTQ5Ij4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat left top;
}
ol.list.is-inverted.has-bullet-close li::before,
ol.list.is-inverted li.has-bullet-close::before,
ul.list.is-inverted.has-bullet-close li::before,
ul.list.is-inverted li.has-bullet-close::before,
ol.is-list.is-inverted.has-bullet-close li::before,
ol.is-list.is-inverted li.has-bullet-close::before,
ul.is-list.is-inverted.has-bullet-close li::before,
ul.is-list.is-inverted li.has-bullet-close::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM4ODU0XzM0MjU5OSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNzA3MTEgMC4yOTI4OTNDMS4zMTY1OCAtMC4wOTc2MzEgMC42ODM0MTcgLTAuMDk3NjMxIDAuMjkyODkzIDAuMjkyODkzQy0wLjA5NzYzMSAwLjY4MzQxNyAtMC4wOTc2MzEgMS4zMTY1OCAwLjI5Mjg5MyAxLjcwNzExTDUuNTg1NzkgN0wwLjI5Mjg5MyAxMi4yOTI5Qy0wLjA5NzYzMSAxMi42ODM0IC0wLjA5NzYzMSAxMy4zMTY2IDAuMjkyODkzIDEzLjcwNzFDMC42ODM0MTcgMTQuMDk3NiAxLjMxNjU4IDE0LjA5NzYgMS43MDcxMSAxMy43MDcxTDcgOC40MTQyMUwxMi4yOTI5IDEzLjcwNzFDMTIuNjgzNCAxNC4wOTc2IDEzLjMxNjYgMTQuMDk3NiAxMy43MDcxIDEzLjcwNzFDMTQuMDk3NiAxMy4zMTY2IDE0LjA5NzYgMTIuNjgzNCAxMy43MDcxIDEyLjI5MjlMOC40MTQyMSA3TDEzLjcwNzEgMS43MDcxMUMxNC4wOTc2IDEuMzE2NTggMTQuMDk3NiAwLjY4MzQxNyAxMy43MDcxIDAuMjkyODkzQzEzLjMxNjYgLTAuMDk3NjMxIDEyLjY4MzQgLTAuMDk3NjMxIDEyLjI5MjkgMC4yOTI4OTNMNyA1LjU4NTc5TDEuNzA3MTEgMC4yOTI4OTNaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM4ODU0XzM0MjU5OSI+CjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat left top;
}

ul.list:not(.has-bullet-circle):not(.has-bullet-check) li,
ul.is-list:not(.has-bullet-circle):not(.has-bullet-check) li {
  list-style: disc;
}

.table {
  background-color: var(--group-table-background-color);
  color: var(--group-table-color);
}
.table td,
.table th {
  border: var(--group-table-cell-border);
  border-width: var(--group-table-cell-border-width);
  padding: var(--group-table-cell-padding);
  vertical-align: middle;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: var(--group-table-row-background-color-active);
  color: var(--group-table-row-color-active);
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table th {
  color: var(--group-table-cell-heading-color);
}
.table th:not([align]) {
  text-align: inherit;
}
.table tr.is-selected {
  background-color: var(--group-table-row-background-color-active);
  color: var(--group-table-row-color-active);
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: var(--group-table-row-color-active);
  color: currentColor;
}
.table thead {
  background-color: var(--group-table-head-background-color);
}
.table thead td,
.table thead th {
  border-width: var(--group-table-head-cell-border-width);
  color: var(--group-table-head-cell-color);
}
.table tfoot {
  background-color: var(--group-table-foot-background-color);
}
.table tfoot td,
.table tfoot th {
  border-width: var(--group-table-foot-cell-border-width);
  color: var(--group-table-foot-cell-color);
}
.table tbody {
  background-color: var(--group-table-body-background-color);
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered th {
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: var(--group-table-cell-border-color);
  border-left-color: var(--group-table-cell-border-color);
  border-right-color: var(--group-table-cell-border-color);
}
.table.is-bordered td {
  border-width: 1px;
}
.table.is-bordered tr:last-child td {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: var(--group-table-row-background-color-hover);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: var(--group-table-row-background-color-hover);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: var(--group-table-striped-row-even-background-color-hover);
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: var(--group-table-striped-row-even-background-color);
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

table.table {
  display: table !important;
  border-spacing: 0;
  margin: 0;
}
table.table thead tr {
  border-top: 0;
}
table.table thead th {
  border-color: var(--group-table-head-cell-border-color);
  border-bottom-width: 2px;
}
table.table th:not([align]) {
  text-align: left;
}
table.table td,
table.table th {
  font-size: var(--group-table-head-font-size);
  font-family: var(--group-table-head-font-family), sans-serif;
  vertical-align: middle;
  color: var(--group-table-color);
  text-align: left;
}
table.table td .group-checkbox,
table.table th .group-checkbox {
  padding: 0;
  margin-top: 1px;
}
table.table td {
  color: var(--group-table-color);
  -webkit-hyphens: auto;
          hyphens: auto;
}
table.table td.has-buttons {
  padding: 2px;
}
table.table td.has-buttons .group-button {
  margin-right: 0.25rem;
}
table.table td.has-buttons .group-button:last-child {
  margin-right: 0;
}
table.table td.has-buttons .buttons {
  justify-content: flex-end;
  padding: 3px;
}

.title,
.subtitle {
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--group-scale-1-typography-font-size-font-3);
  line-height: var(--group-scale-1-typography-line-height-font-4);
}
@media screen and (min-width: 769px), print {
  .title,
  .subtitle {
    font-size: var(--group-scale-2-typography-font-size-font-3);
    line-height: var(--group-scale-2-typography-line-height-font-4);
  }
}
@media screen and (min-width: 1024px) {
  .title,
  .subtitle {
    font-size: var(--group-scale-3-typography-font-size-font-3);
    line-height: var(--group-scale-3-typography-line-height-font-4);
  }
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title strong,
.subtitle strong {
  font-weight: var(--group-font-weight-bold);
}
.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: var(--group-space-x-small);
}
@media screen and (min-width: 769px), print {
  .title:not(:last-child),
  .subtitle:not(:last-child) {
    margin-bottom: var(--group-space-x-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .title:not(:last-child),
  .subtitle:not(:last-child) {
    margin-bottom: var(--group-space-x-small-desktop);
  }
}

.title {
  font-family: var(--group-title-font-family), sans-serif;
  font-weight: var(--group-title-font-weight);
}

.subtitle {
  font-family: var(--group-subtitle-font-family), sans-serif;
  font-weight: var(--group-subtitle-font-weight);
}

.has-sticky-footer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.has-sticky-footer main {
  padding-bottom: 2.5rem;
}
.has-sticky-footer .group-footer,
.has-sticky-footer footer.footer {
  margin-top: auto;
}

.is-fullwidth {
  width: 100%;
}

.is-fullheight {
  height: 100%;
}

.is-vertical-align-top {
  vertical-align: top;
}

.is-vertical-align-middle {
  vertical-align: middle;
}

.is-vertical-align-bottom {
  vertical-align: bottom;
}

.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bg-core-hsbc-red {
  background: var(--group-hsbc-colour-core-hsbc-red) !important;
}

.bg-core-black {
  background: var(--group-hsbc-colour-core-black) !important;
}

.bg-core-white {
  background: var(--group-hsbc-colour-core-white) !important;
}

.bg-complimentary-red-1 {
  background: var(--group-hsbc-colour-complimentary-red-1) !important;
}

.bg-complimentary-red-2 {
  background: var(--group-hsbc-colour-complimentary-red-2) !important;
}

.bg-complimentary-red-3 {
  background: var(--group-hsbc-colour-complimentary-red-3) !important;
}

.bg-neutral-white {
  background: var(--group-hsbc-colour-neutral-white) !important;
}

.bg-neutral-grey-1 {
  background: var(--group-hsbc-colour-neutral-grey-1) !important;
}

.bg-neutral-grey-2 {
  background: var(--group-hsbc-colour-neutral-grey-2) !important;
}

.bg-neutral-grey-3 {
  background: var(--group-hsbc-colour-neutral-grey-3) !important;
}

.bg-neutral-grey-4 {
  background: var(--group-hsbc-colour-neutral-grey-4) !important;
}

.bg-neutral-grey-5 {
  background: var(--group-hsbc-colour-neutral-grey-5) !important;
}

.bg-neutral-black {
  background: var(--group-hsbc-colour-neutral-black) !important;
}

.bg-neutral-dark-grey-6 {
  background: var(--group-hsbc-colour-neutral-dark-grey-6) !important;
}

.bg-neutral-dark-grey-7 {
  background: var(--group-hsbc-colour-neutral-dark-grey-7) !important;
}

.bg-neutral-dark-grey-8 {
  background: var(--group-hsbc-colour-neutral-dark-grey-8) !important;
}

.bg-neutral-dark-new-grey {
  background: var(--group-hsbc-colour-neutral-dark-new-grey) !important;
}

.bg-illustration-blue-1 {
  background: var(--group-hsbc-colour-illustration-blue-1) !important;
}

.bg-illustration-blue-2 {
  background: var(--group-hsbc-colour-illustration-blue-2) !important;
}

.bg-illustration-blue-3 {
  background: var(--group-hsbc-colour-illustration-blue-3) !important;
}

.bg-illustration-blue-4 {
  background: var(--group-hsbc-colour-illustration-blue-4) !important;
}

.bg-illustration-blue-5 {
  background: var(--group-hsbc-colour-illustration-blue-5) !important;
}

.bg-illustration-blue-6 {
  background: var(--group-hsbc-colour-illustration-blue-6) !important;
}

.bg-illustration-blue-7 {
  background: var(--group-hsbc-colour-illustration-blue-7) !important;
}

.bg-illustration-blue-8 {
  background: var(--group-hsbc-colour-illustration-blue-8) !important;
}

.bg-illustration-green-1 {
  background: var(--group-hsbc-colour-illustration-green-1) !important;
}

.bg-illustration-green-2 {
  background: var(--group-hsbc-colour-illustration-green-2) !important;
}

.bg-illustration-green-3 {
  background: var(--group-hsbc-colour-illustration-green-3) !important;
}

.bg-illustration-green-4 {
  background: var(--group-hsbc-colour-illustration-green-4) !important;
}

.bg-illustration-green-5 {
  background: var(--group-hsbc-colour-illustration-green-5) !important;
}

.bg-illustration-green-6 {
  background: var(--group-hsbc-colour-illustration-green-6) !important;
}

.bg-illustration-green-7 {
  background: var(--group-hsbc-colour-illustration-green-7) !important;
}

.bg-illustration-green-8 {
  background: var(--group-hsbc-colour-illustration-green-8) !important;
}

.bg-illustration-pink-1 {
  background: var(--group-hsbc-colour-illustration-pink-1) !important;
}

.bg-illustration-pink-2 {
  background: var(--group-hsbc-colour-illustration-pink-2) !important;
}

.bg-illustration-pink-3 {
  background: var(--group-hsbc-colour-illustration-pink-3) !important;
}

.bg-illustration-pink-4 {
  background: var(--group-hsbc-colour-illustration-pink-4) !important;
}

.bg-illustration-pink-5 {
  background: var(--group-hsbc-colour-illustration-pink-5) !important;
}

.bg-illustration-pink-6 {
  background: var(--group-hsbc-colour-illustration-pink-6) !important;
}

.bg-illustration-pink-7 {
  background: var(--group-hsbc-colour-illustration-pink-7) !important;
}

.bg-illustration-pink-8 {
  background: var(--group-hsbc-colour-illustration-pink-8) !important;
}

.bg-illustration-yellow-1 {
  background: var(--group-hsbc-colour-illustration-yellow-1) !important;
}

.bg-illustration-yellow-2 {
  background: var(--group-hsbc-colour-illustration-yellow-2) !important;
}

.bg-illustration-yellow-3 {
  background: var(--group-hsbc-colour-illustration-yellow-3) !important;
}

.bg-illustration-yellow-4 {
  background: var(--group-hsbc-colour-illustration-yellow-4) !important;
}

.bg-illustration-yellow-5 {
  background: var(--group-hsbc-colour-illustration-yellow-5) !important;
}

.bg-illustration-yellow-6 {
  background: var(--group-hsbc-colour-illustration-yellow-6) !important;
}

.bg-illustration-yellow-7 {
  background: var(--group-hsbc-colour-illustration-yellow-7) !important;
}

.bg-illustration-yellow-8 {
  background: var(--group-hsbc-colour-illustration-yellow-8) !important;
}

.bg-illustration-orange-1 {
  background: var(--group-hsbc-colour-illustration-orange-1) !important;
}

.bg-illustration-orange-2 {
  background: var(--group-hsbc-colour-illustration-orange-2) !important;
}

.bg-illustration-orange-3 {
  background: var(--group-hsbc-colour-illustration-orange-3) !important;
}

.bg-illustration-orange-4 {
  background: var(--group-hsbc-colour-illustration-orange-4) !important;
}

.bg-illustration-orange-5 {
  background: var(--group-hsbc-colour-illustration-orange-5) !important;
}

.bg-illustration-orange-6 {
  background: var(--group-hsbc-colour-illustration-orange-6) !important;
}

.bg-illustration-orange-7 {
  background: var(--group-hsbc-colour-illustration-orange-7) !important;
}

.bg-illustration-orange-8 {
  background: var(--group-hsbc-colour-illustration-orange-8) !important;
}

.bg-illustration-complimentary-brown-1 {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-1) !important;
}

.bg-illustration-complimentary-brown-2 {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-2) !important;
}

.bg-illustration-complimentary-brown-3 {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-3) !important;
}

.bg-illustration-complimentary-brown-4 {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-4) !important;
}

.bg-illustration-complimentary-brown-5 {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-5) !important;
}

.bg-illustration-complimentary-brown-6 {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-6) !important;
}

.bg-illustration-complimentary-brown-7 {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-7) !important;
}

.bg-illustration-complimentary-brown-8 {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-8) !important;
}

.bg-illustration-complimentary-mid-brown-1 {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-1) !important;
}

.bg-illustration-complimentary-mid-brown-2 {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-2) !important;
}

.bg-illustration-complimentary-mid-brown-3 {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-3) !important;
}

.bg-illustration-complimentary-mid-brown-4 {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-4) !important;
}

.bg-illustration-complimentary-mid-brown-5 {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-5) !important;
}

.bg-illustration-complimentary-mid-brown-6 {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-6) !important;
}

.bg-illustration-complimentary-mid-brown-7 {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-7) !important;
}

.bg-illustration-complimentary-mid-brown-8 {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-8) !important;
}

.bg-illustration-complimentary-tan-1 {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-1) !important;
}

.bg-illustration-complimentary-tan-2 {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-2) !important;
}

.bg-illustration-complimentary-tan-3 {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-3) !important;
}

.bg-illustration-complimentary-tan-4 {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-4) !important;
}

.bg-illustration-complimentary-tan-5 {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-5) !important;
}

.bg-illustration-complimentary-tan-6 {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-6) !important;
}

.bg-illustration-complimentary-tan-7 {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-7) !important;
}

.bg-illustration-complimentary-tan-8 {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-8) !important;
}

.bg-illustration-complimentary-cream-1 {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-1) !important;
}

.bg-illustration-complimentary-cream-2 {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-2) !important;
}

.bg-illustration-complimentary-cream-3 {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-3) !important;
}

.bg-illustration-complimentary-cream-4 {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-4) !important;
}

.bg-illustration-complimentary-cream-5 {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-5) !important;
}

.bg-illustration-complimentary-cream-6 {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-6) !important;
}

.bg-illustration-complimentary-cream-7 {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-7) !important;
}

.bg-illustration-complimentary-cream-8 {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-8) !important;
}

.bg-data-vis-blue-1 {
  background: var(--group-hsbc-colour-data-vis-blue-1) !important;
}

.bg-data-vis-blue-2 {
  background: var(--group-hsbc-colour-data-vis-blue-2) !important;
}

.bg-data-vis-blue-3 {
  background: var(--group-hsbc-colour-data-vis-blue-3) !important;
}

.bg-data-vis-blue-4 {
  background: var(--group-hsbc-colour-data-vis-blue-4) !important;
}

.bg-data-vis-purple-1 {
  background: var(--group-hsbc-colour-data-vis-purple-1) !important;
}

.bg-data-vis-purple-2 {
  background: var(--group-hsbc-colour-data-vis-purple-2) !important;
}

.bg-data-vis-purple-3 {
  background: var(--group-hsbc-colour-data-vis-purple-3) !important;
}

.bg-data-vis-purple-4 {
  background: var(--group-hsbc-colour-data-vis-purple-4) !important;
}

.bg-data-vis-pink-1 {
  background: var(--group-hsbc-colour-data-vis-pink-1) !important;
}

.bg-data-vis-pink-2 {
  background: var(--group-hsbc-colour-data-vis-pink-2) !important;
}

.bg-data-vis-pink-3 {
  background: var(--group-hsbc-colour-data-vis-pink-3) !important;
}

.bg-data-vis-pink-4 {
  background: var(--group-hsbc-colour-data-vis-pink-4) !important;
}

.bg-data-vis-orange-1 {
  background: var(--group-hsbc-colour-data-vis-orange-1) !important;
}

.bg-data-vis-orange-2 {
  background: var(--group-hsbc-colour-data-vis-orange-2) !important;
}

.bg-data-vis-orange-3 {
  background: var(--group-hsbc-colour-data-vis-orange-3) !important;
}

.bg-data-vis-orange-4 {
  background: var(--group-hsbc-colour-data-vis-orange-4) !important;
}

.bg-data-vis-green-1 {
  background: var(--group-hsbc-colour-data-vis-green-1) !important;
}

.bg-data-vis-green-2 {
  background: var(--group-hsbc-colour-data-vis-green-2) !important;
}

.bg-data-vis-green-3 {
  background: var(--group-hsbc-colour-data-vis-green-3) !important;
}

.bg-data-vis-green-4 {
  background: var(--group-hsbc-colour-data-vis-green-4) !important;
}

.bg-rag-red {
  background: var(--group-hsbc-colour-rag-red) !important;
}

.bg-rag-red-tint {
  background: var(--group-hsbc-colour-rag-red-tint) !important;
}

.bg-rag-amber {
  background: var(--group-hsbc-colour-rag-amber) !important;
}

.bg-rag-amber-tint {
  background: var(--group-hsbc-colour-rag-amber-tint) !important;
}

.bg-rag-green {
  background: var(--group-hsbc-colour-rag-green) !important;
}

.bg-rag-green-tint {
  background: var(--group-hsbc-colour-rag-green-tint) !important;
}

.bg-rag-blue {
  background: var(--group-hsbc-colour-rag-blue) !important;
}

.bg-rag-blue-tint {
  background: var(--group-hsbc-colour-rag-blue-tint) !important;
}

.bg-rag-dark-red-tint {
  background: var(--group-hsbc-colour-rag-dark-red-tint) !important;
}

.bg-rag-dark-amber-tint {
  background: var(--group-hsbc-colour-rag-dark-amber-tint) !important;
}

.bg-rag-dark-green-tint {
  background: var(--group-hsbc-colour-rag-dark-green-tint) !important;
}

.bg-rag-dark-blue-tint {
  background: var(--group-hsbc-colour-rag-dark-blue-tint) !important;
}

.bg-light-interactive-on-light-surface-primary {
  background: var(--group-light-interactive-on-light-surface-primary) !important;
}

.bg-light-interactive-on-light-surface-primary-hover {
  background: var(--group-light-interactive-on-light-surface-primary-hover) !important;
}

.bg-light-interactive-on-light-surface-primary-pressed {
  background: var(--group-light-interactive-on-light-surface-primary-pressed) !important;
}

.bg-light-interactive-on-light-surface-primary-disabled {
  background: var(--group-light-interactive-on-light-surface-primary-disabled) !important;
}

.bg-light-interactive-on-light-surface-primary-processing {
  background: var(--group-light-interactive-on-light-surface-primary-processing) !important;
}

.bg-light-interactive-on-light-surface-active {
  background: var(--group-light-interactive-on-light-surface-active) !important;
}

.bg-light-interactive-on-light-surface-active-hover {
  background: var(--group-light-interactive-on-light-surface-active-hover) !important;
}

.bg-light-interactive-on-light-surface-active-pressed {
  background: var(--group-light-interactive-on-light-surface-active-pressed) !important;
}

.bg-light-interactive-on-light-surface-brand-1 {
  background: var(--group-light-interactive-on-light-surface-brand-1) !important;
}

.bg-light-interactive-on-light-surface-brand-1-hover {
  background: var(--group-light-interactive-on-light-surface-brand-1-hover) !important;
}

.bg-light-interactive-on-light-surface-brand-1-pressed {
  background: var(--group-light-interactive-on-light-surface-brand-1-pressed) !important;
}

.bg-light-interactive-on-light-surface-brand-1-disabled {
  background: var(--group-light-interactive-on-light-surface-brand-1-disabled) !important;
}

.bg-light-interactive-on-light-surface-brand-1-processing {
  background: var(--group-light-interactive-on-light-surface-brand-1-processing) !important;
}

.bg-light-interactive-on-light-surface-brand-2 {
  background: var(--group-light-interactive-on-light-surface-brand-2) !important;
}

.bg-light-interactive-on-light-surface-brand-2-hover {
  background: var(--group-light-interactive-on-light-surface-brand-2-hover) !important;
}

.bg-light-interactive-on-light-surface-brand-2-pressed {
  background: var(--group-light-interactive-on-light-surface-brand-2-pressed) !important;
}

.bg-light-interactive-on-light-surface-brand-2-disabled {
  background: var(--group-light-interactive-on-light-surface-brand-2-disabled) !important;
}

.bg-light-interactive-on-light-surface-brand-2-processing {
  background: var(--group-light-interactive-on-light-surface-brand-2-processing) !important;
}

.bg-dark-interactive-on-light-surface-primary {
  background: var(--group-dark-interactive-on-light-surface-primary) !important;
}

.bg-dark-interactive-on-light-surface-primary-hover {
  background: var(--group-dark-interactive-on-light-surface-primary-hover) !important;
}

.bg-dark-interactive-on-light-surface-primary-pressed {
  background: var(--group-dark-interactive-on-light-surface-primary-pressed) !important;
}

.bg-dark-interactive-on-light-surface-primary-disabled {
  background: var(--group-dark-interactive-on-light-surface-primary-disabled) !important;
}

.bg-dark-interactive-on-light-surface-primary-processing {
  background: var(--group-dark-interactive-on-light-surface-primary-processing) !important;
}

.bg-dark-interactive-on-light-surface-active {
  background: var(--group-dark-interactive-on-light-surface-active) !important;
}

.bg-dark-interactive-on-light-surface-active-hover {
  background: var(--group-dark-interactive-on-light-surface-active-hover) !important;
}

.bg-dark-interactive-on-light-surface-active-pressed {
  background: var(--group-dark-interactive-on-light-surface-active-pressed) !important;
}

.bg-dark-interactive-on-light-surface-brand-1 {
  background: var(--group-dark-interactive-on-light-surface-brand-1) !important;
}

.bg-dark-interactive-on-light-surface-brand-1-hover {
  background: var(--group-dark-interactive-on-light-surface-brand-1-hover) !important;
}

.bg-dark-interactive-on-light-surface-brand-1-pressed {
  background: var(--group-dark-interactive-on-light-surface-brand-1-pressed) !important;
}

.bg-dark-interactive-on-light-surface-brand-1-disabled {
  background: var(--group-dark-interactive-on-light-surface-brand-1-disabled) !important;
}

.bg-dark-interactive-on-light-surface-brand-1-processing {
  background: var(--group-dark-interactive-on-light-surface-brand-1-processing) !important;
}

.bg-dark-interactive-on-light-surface-brand-2 {
  background: var(--group-dark-interactive-on-light-surface-brand-2) !important;
}

.bg-dark-interactive-on-light-surface-brand-2-hover {
  background: var(--group-dark-interactive-on-light-surface-brand-2-hover) !important;
}

.bg-dark-interactive-on-light-surface-brand-2-pressed {
  background: var(--group-dark-interactive-on-light-surface-brand-2-pressed) !important;
}

.bg-dark-interactive-on-light-surface-brand-2-disabled {
  background: var(--group-dark-interactive-on-light-surface-brand-2-disabled) !important;
}

.bg-dark-interactive-on-light-surface-brand-2-processing {
  background: var(--group-dark-interactive-on-light-surface-brand-2-processing) !important;
}

.bg-light-non-interactive-surface-white {
  background: var(--group-light-non-interactive-surface-white) !important;
}

.bg-light-non-interactive-surface-neutral-1 {
  background: var(--group-light-non-interactive-surface-neutral-1) !important;
}

.bg-light-non-interactive-surface-neutral-2 {
  background: var(--group-light-non-interactive-surface-neutral-2) !important;
}

.bg-light-non-interactive-surface-neutral-3 {
  background: var(--group-light-non-interactive-surface-neutral-3) !important;
}

.bg-light-non-interactive-surface-neutral-4 {
  background: var(--group-light-non-interactive-surface-neutral-4) !important;
}

.bg-light-non-interactive-surface-neutral-5 {
  background: var(--group-light-non-interactive-surface-neutral-5) !important;
}

.bg-light-non-interactive-surface-black {
  background: var(--group-light-non-interactive-surface-black) !important;
}

.bg-light-non-interactive-surface-brand-1 {
  background: var(--group-light-non-interactive-surface-brand-1) !important;
}

.bg-light-non-interactive-surface-brand-2 {
  background: var(--group-light-non-interactive-surface-brand-2) !important;
}

.bg-light-non-interactive-surface-brand-3 {
  background: var(--group-light-non-interactive-surface-brand-3) !important;
}

.bg-light-rag-surface-error-default-1 {
  background: var(--group-light-rag-surface-error-default-1) !important;
}

.bg-light-rag-surface-error-default2 {
  background: var(--group-light-rag-surface-error-default2) !important;
}

.bg-light-rag-surface-warning-default-1 {
  background: var(--group-light-rag-surface-warning-default-1) !important;
}

.bg-light-rag-surface-warning-default2 {
  background: var(--group-light-rag-surface-warning-default2) !important;
}

.bg-light-rag-surface-success-default-1 {
  background: var(--group-light-rag-surface-success-default-1) !important;
}

.bg-light-rag-surface-success-default2 {
  background: var(--group-light-rag-surface-success-default2) !important;
}

.bg-light-rag-surface-information-default-1 {
  background: var(--group-light-rag-surface-information-default-1) !important;
}

.bg-light-rag-surface-information-default2 {
  background: var(--group-light-rag-surface-information-default2) !important;
}

.bg-dark-rag-surface-error-default-1 {
  background: var(--group-dark-rag-surface-error-default-1) !important;
}

.bg-dark-rag-surface-error-default2 {
  background: var(--group-dark-rag-surface-error-default2) !important;
}

.bg-dark-rag-surface-warning-default-1 {
  background: var(--group-dark-rag-surface-warning-default-1) !important;
}

.bg-dark-rag-surface-warning-default2 {
  background: var(--group-dark-rag-surface-warning-default2) !important;
}

.bg-dark-rag-surface-success-default-1 {
  background: var(--group-dark-rag-surface-success-default-1) !important;
}

.bg-dark-rag-surface-success-default2 {
  background: var(--group-dark-rag-surface-success-default2) !important;
}

.bg-dark-rag-surface-information-default-1 {
  background: var(--group-dark-rag-surface-information-default-1) !important;
}

.bg-dark-rag-surface-information-default2 {
  background: var(--group-dark-rag-surface-information-default2) !important;
}

.bg-light-interactive-on-dark-surface-primary {
  background: var(--group-light-interactive-on-dark-surface-primary) !important;
}

.bg-light-interactive-on-dark-surface-primary-hover {
  background: var(--group-light-interactive-on-dark-surface-primary-hover) !important;
}

.bg-light-interactive-on-dark-surface-primary-pressed {
  background: var(--group-light-interactive-on-dark-surface-primary-pressed) !important;
}

.bg-light-interactive-on-dark-surface-primary-disabled {
  background: var(--group-light-interactive-on-dark-surface-primary-disabled) !important;
}

.bg-light-interactive-on-dark-surface-active {
  background: var(--group-light-interactive-on-dark-surface-active) !important;
}

.bg-light-interactive-on-dark-surface-active-hover {
  background: var(--group-light-interactive-on-dark-surface-active-hover) !important;
}

.bg-light-interactive-on-dark-surface-active-pressed {
  background: var(--group-light-interactive-on-dark-surface-active-pressed) !important;
}

.bg-light-interactive-on-dark-surface-brand-1 {
  background: var(--group-light-interactive-on-dark-surface-brand-1) !important;
}

.bg-light-interactive-on-dark-surface-brand-1-hover {
  background: var(--group-light-interactive-on-dark-surface-brand-1-hover) !important;
}

.bg-light-interactive-on-dark-surface-brand-1-pressed {
  background: var(--group-light-interactive-on-dark-surface-brand-1-pressed) !important;
}

.bg-light-interactive-on-dark-surface-brand-1-disabled {
  background: var(--group-light-interactive-on-dark-surface-brand-1-disabled) !important;
}

.bg-light-interactive-on-dark-surface-brand-1-processing {
  background: var(--group-light-interactive-on-dark-surface-brand-1-processing) !important;
}

.bg-light-interactive-on-dark-surface-brand-2 {
  background: var(--group-light-interactive-on-dark-surface-brand-2) !important;
}

.bg-light-interactive-on-dark-surface-brand-2-hover {
  background: var(--group-light-interactive-on-dark-surface-brand-2-hover) !important;
}

.bg-light-interactive-on-dark-surface-brand-2-pressed {
  background: var(--group-light-interactive-on-dark-surface-brand-2-pressed) !important;
}

.bg-light-interactive-on-dark-surface-brand-2-disabled {
  background: var(--group-light-interactive-on-dark-surface-brand-2-disabled) !important;
}

.bg-light-interactive-on-dark-surface-brand-2-processing {
  background: var(--group-light-interactive-on-dark-surface-brand-2-processing) !important;
}

.bg-core-primary {
  background: var(--group-color-base-core-primary) !important;
}

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

.bg-black {
  background: var(--group-color-base-black) !important;
}

.bg-neutral-1 {
  background: var(--group-color-base-neutral-1) !important;
}

.bg-neutral-2 {
  background: var(--group-color-base-neutral-2) !important;
}

.bg-neutral-3 {
  background: var(--group-color-base-neutral-3) !important;
}

.bg-neutral-4 {
  background: var(--group-color-base-neutral-4) !important;
}

.bg-neutral-5 {
  background: var(--group-color-base-neutral-5) !important;
}

.bg-info-default-1 {
  background: var(--group-color-base-info-default-1) !important;
}

.bg-info-default-2 {
  background: var(--group-color-base-info-default-2) !important;
}

.bg-success-default-1 {
  background: var(--group-color-base-success-default-1) !important;
}

.bg-success-default-2 {
  background: var(--group-color-base-success-default-2) !important;
}

.bg-warning-default-1 {
  background: var(--group-color-base-warning-default-1) !important;
}

.bg-warning-default-2 {
  background: var(--group-color-base-warning-default-2) !important;
}

.bg-error-default-1 {
  background: var(--group-color-base-error-default-1) !important;
}

.bg-error-default-2 {
  background: var(--group-color-base-error-default-2) !important;
}

.bg-dark-interactive-on-dark-surface-primary {
  background: var(--group-dark-interactive-on-dark-surface-primary) !important;
}

.bg-dark-interactive-on-dark-surface-primary-hover {
  background: var(--group-dark-interactive-on-dark-surface-primary-hover) !important;
}

.bg-dark-interactive-on-dark-surface-primary-pressed {
  background: var(--group-dark-interactive-on-dark-surface-primary-pressed) !important;
}

.bg-dark-interactive-on-dark-surface-primary-disabled {
  background: var(--group-dark-interactive-on-dark-surface-primary-disabled) !important;
}

.bg-dark-interactive-on-dark-surface-active {
  background: var(--group-dark-interactive-on-dark-surface-active) !important;
}

.bg-dark-interactive-on-dark-surface-active-hover {
  background: var(--group-dark-interactive-on-dark-surface-active-hover) !important;
}

.bg-dark-interactive-on-dark-surface-active-pressed {
  background: var(--group-dark-interactive-on-dark-surface-active-pressed) !important;
}

.bg-dark-interactive-on-dark-surface-brand-1 {
  background: var(--group-dark-interactive-on-dark-surface-brand-1) !important;
}

.bg-dark-interactive-on-dark-surface-brand-1-hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-hover) !important;
}

.bg-dark-interactive-on-dark-surface-brand-1-pressed {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-pressed) !important;
}

.bg-dark-interactive-on-dark-surface-brand-1-disabled {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-disabled) !important;
}

.bg-dark-interactive-on-dark-surface-brand-1-processing {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-processing) !important;
}

.bg-dark-interactive-on-dark-surface-brand-2 {
  background: var(--group-dark-interactive-on-dark-surface-brand-2) !important;
}

.bg-dark-interactive-on-dark-surface-brand-2-hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-hover) !important;
}

.bg-dark-interactive-on-dark-surface-brand-2-pressed {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-pressed) !important;
}

.bg-dark-interactive-on-dark-surface-brand-2-disabled {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-disabled) !important;
}

.bg-dark-interactive-on-dark-surface-brand-2-processing {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-processing) !important;
}

.bg-transparent {
  background: transparent !important;
}

.focus\:bg-core-hsbc-red:focus {
  background: var(--group-hsbc-colour-core-hsbc-red) !important;
}

.hover\:bg-core-hsbc-red:hover {
  background: var(--group-hsbc-colour-core-hsbc-red) !important;
}

.active\:bg-core-hsbc-red:active {
  background: var(--group-hsbc-colour-core-hsbc-red) !important;
}

.focus\:bg-core-black:focus {
  background: var(--group-hsbc-colour-core-black) !important;
}

.hover\:bg-core-black:hover {
  background: var(--group-hsbc-colour-core-black) !important;
}

.active\:bg-core-black:active {
  background: var(--group-hsbc-colour-core-black) !important;
}

.focus\:bg-core-white:focus {
  background: var(--group-hsbc-colour-core-white) !important;
}

.hover\:bg-core-white:hover {
  background: var(--group-hsbc-colour-core-white) !important;
}

.active\:bg-core-white:active {
  background: var(--group-hsbc-colour-core-white) !important;
}

.focus\:bg-complimentary-red-1:focus {
  background: var(--group-hsbc-colour-complimentary-red-1) !important;
}

.hover\:bg-complimentary-red-1:hover {
  background: var(--group-hsbc-colour-complimentary-red-1) !important;
}

.active\:bg-complimentary-red-1:active {
  background: var(--group-hsbc-colour-complimentary-red-1) !important;
}

.focus\:bg-complimentary-red-2:focus {
  background: var(--group-hsbc-colour-complimentary-red-2) !important;
}

.hover\:bg-complimentary-red-2:hover {
  background: var(--group-hsbc-colour-complimentary-red-2) !important;
}

.active\:bg-complimentary-red-2:active {
  background: var(--group-hsbc-colour-complimentary-red-2) !important;
}

.focus\:bg-complimentary-red-3:focus {
  background: var(--group-hsbc-colour-complimentary-red-3) !important;
}

.hover\:bg-complimentary-red-3:hover {
  background: var(--group-hsbc-colour-complimentary-red-3) !important;
}

.active\:bg-complimentary-red-3:active {
  background: var(--group-hsbc-colour-complimentary-red-3) !important;
}

.focus\:bg-neutral-white:focus {
  background: var(--group-hsbc-colour-neutral-white) !important;
}

.hover\:bg-neutral-white:hover {
  background: var(--group-hsbc-colour-neutral-white) !important;
}

.active\:bg-neutral-white:active {
  background: var(--group-hsbc-colour-neutral-white) !important;
}

.focus\:bg-neutral-grey-1:focus {
  background: var(--group-hsbc-colour-neutral-grey-1) !important;
}

.hover\:bg-neutral-grey-1:hover {
  background: var(--group-hsbc-colour-neutral-grey-1) !important;
}

.active\:bg-neutral-grey-1:active {
  background: var(--group-hsbc-colour-neutral-grey-1) !important;
}

.focus\:bg-neutral-grey-2:focus {
  background: var(--group-hsbc-colour-neutral-grey-2) !important;
}

.hover\:bg-neutral-grey-2:hover {
  background: var(--group-hsbc-colour-neutral-grey-2) !important;
}

.active\:bg-neutral-grey-2:active {
  background: var(--group-hsbc-colour-neutral-grey-2) !important;
}

.focus\:bg-neutral-grey-3:focus {
  background: var(--group-hsbc-colour-neutral-grey-3) !important;
}

.hover\:bg-neutral-grey-3:hover {
  background: var(--group-hsbc-colour-neutral-grey-3) !important;
}

.active\:bg-neutral-grey-3:active {
  background: var(--group-hsbc-colour-neutral-grey-3) !important;
}

.focus\:bg-neutral-grey-4:focus {
  background: var(--group-hsbc-colour-neutral-grey-4) !important;
}

.hover\:bg-neutral-grey-4:hover {
  background: var(--group-hsbc-colour-neutral-grey-4) !important;
}

.active\:bg-neutral-grey-4:active {
  background: var(--group-hsbc-colour-neutral-grey-4) !important;
}

.focus\:bg-neutral-grey-5:focus {
  background: var(--group-hsbc-colour-neutral-grey-5) !important;
}

.hover\:bg-neutral-grey-5:hover {
  background: var(--group-hsbc-colour-neutral-grey-5) !important;
}

.active\:bg-neutral-grey-5:active {
  background: var(--group-hsbc-colour-neutral-grey-5) !important;
}

.focus\:bg-neutral-black:focus {
  background: var(--group-hsbc-colour-neutral-black) !important;
}

.hover\:bg-neutral-black:hover {
  background: var(--group-hsbc-colour-neutral-black) !important;
}

.active\:bg-neutral-black:active {
  background: var(--group-hsbc-colour-neutral-black) !important;
}

.focus\:bg-neutral-dark-grey-6:focus {
  background: var(--group-hsbc-colour-neutral-dark-grey-6) !important;
}

.hover\:bg-neutral-dark-grey-6:hover {
  background: var(--group-hsbc-colour-neutral-dark-grey-6) !important;
}

.active\:bg-neutral-dark-grey-6:active {
  background: var(--group-hsbc-colour-neutral-dark-grey-6) !important;
}

.focus\:bg-neutral-dark-grey-7:focus {
  background: var(--group-hsbc-colour-neutral-dark-grey-7) !important;
}

.hover\:bg-neutral-dark-grey-7:hover {
  background: var(--group-hsbc-colour-neutral-dark-grey-7) !important;
}

.active\:bg-neutral-dark-grey-7:active {
  background: var(--group-hsbc-colour-neutral-dark-grey-7) !important;
}

.focus\:bg-neutral-dark-grey-8:focus {
  background: var(--group-hsbc-colour-neutral-dark-grey-8) !important;
}

.hover\:bg-neutral-dark-grey-8:hover {
  background: var(--group-hsbc-colour-neutral-dark-grey-8) !important;
}

.active\:bg-neutral-dark-grey-8:active {
  background: var(--group-hsbc-colour-neutral-dark-grey-8) !important;
}

.focus\:bg-neutral-dark-new-grey:focus {
  background: var(--group-hsbc-colour-neutral-dark-new-grey) !important;
}

.hover\:bg-neutral-dark-new-grey:hover {
  background: var(--group-hsbc-colour-neutral-dark-new-grey) !important;
}

.active\:bg-neutral-dark-new-grey:active {
  background: var(--group-hsbc-colour-neutral-dark-new-grey) !important;
}

.focus\:bg-illustration-blue-1:focus {
  background: var(--group-hsbc-colour-illustration-blue-1) !important;
}

.hover\:bg-illustration-blue-1:hover {
  background: var(--group-hsbc-colour-illustration-blue-1) !important;
}

.active\:bg-illustration-blue-1:active {
  background: var(--group-hsbc-colour-illustration-blue-1) !important;
}

.focus\:bg-illustration-blue-2:focus {
  background: var(--group-hsbc-colour-illustration-blue-2) !important;
}

.hover\:bg-illustration-blue-2:hover {
  background: var(--group-hsbc-colour-illustration-blue-2) !important;
}

.active\:bg-illustration-blue-2:active {
  background: var(--group-hsbc-colour-illustration-blue-2) !important;
}

.focus\:bg-illustration-blue-3:focus {
  background: var(--group-hsbc-colour-illustration-blue-3) !important;
}

.hover\:bg-illustration-blue-3:hover {
  background: var(--group-hsbc-colour-illustration-blue-3) !important;
}

.active\:bg-illustration-blue-3:active {
  background: var(--group-hsbc-colour-illustration-blue-3) !important;
}

.focus\:bg-illustration-blue-4:focus {
  background: var(--group-hsbc-colour-illustration-blue-4) !important;
}

.hover\:bg-illustration-blue-4:hover {
  background: var(--group-hsbc-colour-illustration-blue-4) !important;
}

.active\:bg-illustration-blue-4:active {
  background: var(--group-hsbc-colour-illustration-blue-4) !important;
}

.focus\:bg-illustration-blue-5:focus {
  background: var(--group-hsbc-colour-illustration-blue-5) !important;
}

.hover\:bg-illustration-blue-5:hover {
  background: var(--group-hsbc-colour-illustration-blue-5) !important;
}

.active\:bg-illustration-blue-5:active {
  background: var(--group-hsbc-colour-illustration-blue-5) !important;
}

.focus\:bg-illustration-blue-6:focus {
  background: var(--group-hsbc-colour-illustration-blue-6) !important;
}

.hover\:bg-illustration-blue-6:hover {
  background: var(--group-hsbc-colour-illustration-blue-6) !important;
}

.active\:bg-illustration-blue-6:active {
  background: var(--group-hsbc-colour-illustration-blue-6) !important;
}

.focus\:bg-illustration-blue-7:focus {
  background: var(--group-hsbc-colour-illustration-blue-7) !important;
}

.hover\:bg-illustration-blue-7:hover {
  background: var(--group-hsbc-colour-illustration-blue-7) !important;
}

.active\:bg-illustration-blue-7:active {
  background: var(--group-hsbc-colour-illustration-blue-7) !important;
}

.focus\:bg-illustration-blue-8:focus {
  background: var(--group-hsbc-colour-illustration-blue-8) !important;
}

.hover\:bg-illustration-blue-8:hover {
  background: var(--group-hsbc-colour-illustration-blue-8) !important;
}

.active\:bg-illustration-blue-8:active {
  background: var(--group-hsbc-colour-illustration-blue-8) !important;
}

.focus\:bg-illustration-green-1:focus {
  background: var(--group-hsbc-colour-illustration-green-1) !important;
}

.hover\:bg-illustration-green-1:hover {
  background: var(--group-hsbc-colour-illustration-green-1) !important;
}

.active\:bg-illustration-green-1:active {
  background: var(--group-hsbc-colour-illustration-green-1) !important;
}

.focus\:bg-illustration-green-2:focus {
  background: var(--group-hsbc-colour-illustration-green-2) !important;
}

.hover\:bg-illustration-green-2:hover {
  background: var(--group-hsbc-colour-illustration-green-2) !important;
}

.active\:bg-illustration-green-2:active {
  background: var(--group-hsbc-colour-illustration-green-2) !important;
}

.focus\:bg-illustration-green-3:focus {
  background: var(--group-hsbc-colour-illustration-green-3) !important;
}

.hover\:bg-illustration-green-3:hover {
  background: var(--group-hsbc-colour-illustration-green-3) !important;
}

.active\:bg-illustration-green-3:active {
  background: var(--group-hsbc-colour-illustration-green-3) !important;
}

.focus\:bg-illustration-green-4:focus {
  background: var(--group-hsbc-colour-illustration-green-4) !important;
}

.hover\:bg-illustration-green-4:hover {
  background: var(--group-hsbc-colour-illustration-green-4) !important;
}

.active\:bg-illustration-green-4:active {
  background: var(--group-hsbc-colour-illustration-green-4) !important;
}

.focus\:bg-illustration-green-5:focus {
  background: var(--group-hsbc-colour-illustration-green-5) !important;
}

.hover\:bg-illustration-green-5:hover {
  background: var(--group-hsbc-colour-illustration-green-5) !important;
}

.active\:bg-illustration-green-5:active {
  background: var(--group-hsbc-colour-illustration-green-5) !important;
}

.focus\:bg-illustration-green-6:focus {
  background: var(--group-hsbc-colour-illustration-green-6) !important;
}

.hover\:bg-illustration-green-6:hover {
  background: var(--group-hsbc-colour-illustration-green-6) !important;
}

.active\:bg-illustration-green-6:active {
  background: var(--group-hsbc-colour-illustration-green-6) !important;
}

.focus\:bg-illustration-green-7:focus {
  background: var(--group-hsbc-colour-illustration-green-7) !important;
}

.hover\:bg-illustration-green-7:hover {
  background: var(--group-hsbc-colour-illustration-green-7) !important;
}

.active\:bg-illustration-green-7:active {
  background: var(--group-hsbc-colour-illustration-green-7) !important;
}

.focus\:bg-illustration-green-8:focus {
  background: var(--group-hsbc-colour-illustration-green-8) !important;
}

.hover\:bg-illustration-green-8:hover {
  background: var(--group-hsbc-colour-illustration-green-8) !important;
}

.active\:bg-illustration-green-8:active {
  background: var(--group-hsbc-colour-illustration-green-8) !important;
}

.focus\:bg-illustration-pink-1:focus {
  background: var(--group-hsbc-colour-illustration-pink-1) !important;
}

.hover\:bg-illustration-pink-1:hover {
  background: var(--group-hsbc-colour-illustration-pink-1) !important;
}

.active\:bg-illustration-pink-1:active {
  background: var(--group-hsbc-colour-illustration-pink-1) !important;
}

.focus\:bg-illustration-pink-2:focus {
  background: var(--group-hsbc-colour-illustration-pink-2) !important;
}

.hover\:bg-illustration-pink-2:hover {
  background: var(--group-hsbc-colour-illustration-pink-2) !important;
}

.active\:bg-illustration-pink-2:active {
  background: var(--group-hsbc-colour-illustration-pink-2) !important;
}

.focus\:bg-illustration-pink-3:focus {
  background: var(--group-hsbc-colour-illustration-pink-3) !important;
}

.hover\:bg-illustration-pink-3:hover {
  background: var(--group-hsbc-colour-illustration-pink-3) !important;
}

.active\:bg-illustration-pink-3:active {
  background: var(--group-hsbc-colour-illustration-pink-3) !important;
}

.focus\:bg-illustration-pink-4:focus {
  background: var(--group-hsbc-colour-illustration-pink-4) !important;
}

.hover\:bg-illustration-pink-4:hover {
  background: var(--group-hsbc-colour-illustration-pink-4) !important;
}

.active\:bg-illustration-pink-4:active {
  background: var(--group-hsbc-colour-illustration-pink-4) !important;
}

.focus\:bg-illustration-pink-5:focus {
  background: var(--group-hsbc-colour-illustration-pink-5) !important;
}

.hover\:bg-illustration-pink-5:hover {
  background: var(--group-hsbc-colour-illustration-pink-5) !important;
}

.active\:bg-illustration-pink-5:active {
  background: var(--group-hsbc-colour-illustration-pink-5) !important;
}

.focus\:bg-illustration-pink-6:focus {
  background: var(--group-hsbc-colour-illustration-pink-6) !important;
}

.hover\:bg-illustration-pink-6:hover {
  background: var(--group-hsbc-colour-illustration-pink-6) !important;
}

.active\:bg-illustration-pink-6:active {
  background: var(--group-hsbc-colour-illustration-pink-6) !important;
}

.focus\:bg-illustration-pink-7:focus {
  background: var(--group-hsbc-colour-illustration-pink-7) !important;
}

.hover\:bg-illustration-pink-7:hover {
  background: var(--group-hsbc-colour-illustration-pink-7) !important;
}

.active\:bg-illustration-pink-7:active {
  background: var(--group-hsbc-colour-illustration-pink-7) !important;
}

.focus\:bg-illustration-pink-8:focus {
  background: var(--group-hsbc-colour-illustration-pink-8) !important;
}

.hover\:bg-illustration-pink-8:hover {
  background: var(--group-hsbc-colour-illustration-pink-8) !important;
}

.active\:bg-illustration-pink-8:active {
  background: var(--group-hsbc-colour-illustration-pink-8) !important;
}

.focus\:bg-illustration-yellow-1:focus {
  background: var(--group-hsbc-colour-illustration-yellow-1) !important;
}

.hover\:bg-illustration-yellow-1:hover {
  background: var(--group-hsbc-colour-illustration-yellow-1) !important;
}

.active\:bg-illustration-yellow-1:active {
  background: var(--group-hsbc-colour-illustration-yellow-1) !important;
}

.focus\:bg-illustration-yellow-2:focus {
  background: var(--group-hsbc-colour-illustration-yellow-2) !important;
}

.hover\:bg-illustration-yellow-2:hover {
  background: var(--group-hsbc-colour-illustration-yellow-2) !important;
}

.active\:bg-illustration-yellow-2:active {
  background: var(--group-hsbc-colour-illustration-yellow-2) !important;
}

.focus\:bg-illustration-yellow-3:focus {
  background: var(--group-hsbc-colour-illustration-yellow-3) !important;
}

.hover\:bg-illustration-yellow-3:hover {
  background: var(--group-hsbc-colour-illustration-yellow-3) !important;
}

.active\:bg-illustration-yellow-3:active {
  background: var(--group-hsbc-colour-illustration-yellow-3) !important;
}

.focus\:bg-illustration-yellow-4:focus {
  background: var(--group-hsbc-colour-illustration-yellow-4) !important;
}

.hover\:bg-illustration-yellow-4:hover {
  background: var(--group-hsbc-colour-illustration-yellow-4) !important;
}

.active\:bg-illustration-yellow-4:active {
  background: var(--group-hsbc-colour-illustration-yellow-4) !important;
}

.focus\:bg-illustration-yellow-5:focus {
  background: var(--group-hsbc-colour-illustration-yellow-5) !important;
}

.hover\:bg-illustration-yellow-5:hover {
  background: var(--group-hsbc-colour-illustration-yellow-5) !important;
}

.active\:bg-illustration-yellow-5:active {
  background: var(--group-hsbc-colour-illustration-yellow-5) !important;
}

.focus\:bg-illustration-yellow-6:focus {
  background: var(--group-hsbc-colour-illustration-yellow-6) !important;
}

.hover\:bg-illustration-yellow-6:hover {
  background: var(--group-hsbc-colour-illustration-yellow-6) !important;
}

.active\:bg-illustration-yellow-6:active {
  background: var(--group-hsbc-colour-illustration-yellow-6) !important;
}

.focus\:bg-illustration-yellow-7:focus {
  background: var(--group-hsbc-colour-illustration-yellow-7) !important;
}

.hover\:bg-illustration-yellow-7:hover {
  background: var(--group-hsbc-colour-illustration-yellow-7) !important;
}

.active\:bg-illustration-yellow-7:active {
  background: var(--group-hsbc-colour-illustration-yellow-7) !important;
}

.focus\:bg-illustration-yellow-8:focus {
  background: var(--group-hsbc-colour-illustration-yellow-8) !important;
}

.hover\:bg-illustration-yellow-8:hover {
  background: var(--group-hsbc-colour-illustration-yellow-8) !important;
}

.active\:bg-illustration-yellow-8:active {
  background: var(--group-hsbc-colour-illustration-yellow-8) !important;
}

.focus\:bg-illustration-orange-1:focus {
  background: var(--group-hsbc-colour-illustration-orange-1) !important;
}

.hover\:bg-illustration-orange-1:hover {
  background: var(--group-hsbc-colour-illustration-orange-1) !important;
}

.active\:bg-illustration-orange-1:active {
  background: var(--group-hsbc-colour-illustration-orange-1) !important;
}

.focus\:bg-illustration-orange-2:focus {
  background: var(--group-hsbc-colour-illustration-orange-2) !important;
}

.hover\:bg-illustration-orange-2:hover {
  background: var(--group-hsbc-colour-illustration-orange-2) !important;
}

.active\:bg-illustration-orange-2:active {
  background: var(--group-hsbc-colour-illustration-orange-2) !important;
}

.focus\:bg-illustration-orange-3:focus {
  background: var(--group-hsbc-colour-illustration-orange-3) !important;
}

.hover\:bg-illustration-orange-3:hover {
  background: var(--group-hsbc-colour-illustration-orange-3) !important;
}

.active\:bg-illustration-orange-3:active {
  background: var(--group-hsbc-colour-illustration-orange-3) !important;
}

.focus\:bg-illustration-orange-4:focus {
  background: var(--group-hsbc-colour-illustration-orange-4) !important;
}

.hover\:bg-illustration-orange-4:hover {
  background: var(--group-hsbc-colour-illustration-orange-4) !important;
}

.active\:bg-illustration-orange-4:active {
  background: var(--group-hsbc-colour-illustration-orange-4) !important;
}

.focus\:bg-illustration-orange-5:focus {
  background: var(--group-hsbc-colour-illustration-orange-5) !important;
}

.hover\:bg-illustration-orange-5:hover {
  background: var(--group-hsbc-colour-illustration-orange-5) !important;
}

.active\:bg-illustration-orange-5:active {
  background: var(--group-hsbc-colour-illustration-orange-5) !important;
}

.focus\:bg-illustration-orange-6:focus {
  background: var(--group-hsbc-colour-illustration-orange-6) !important;
}

.hover\:bg-illustration-orange-6:hover {
  background: var(--group-hsbc-colour-illustration-orange-6) !important;
}

.active\:bg-illustration-orange-6:active {
  background: var(--group-hsbc-colour-illustration-orange-6) !important;
}

.focus\:bg-illustration-orange-7:focus {
  background: var(--group-hsbc-colour-illustration-orange-7) !important;
}

.hover\:bg-illustration-orange-7:hover {
  background: var(--group-hsbc-colour-illustration-orange-7) !important;
}

.active\:bg-illustration-orange-7:active {
  background: var(--group-hsbc-colour-illustration-orange-7) !important;
}

.focus\:bg-illustration-orange-8:focus {
  background: var(--group-hsbc-colour-illustration-orange-8) !important;
}

.hover\:bg-illustration-orange-8:hover {
  background: var(--group-hsbc-colour-illustration-orange-8) !important;
}

.active\:bg-illustration-orange-8:active {
  background: var(--group-hsbc-colour-illustration-orange-8) !important;
}

.focus\:bg-illustration-complimentary-brown-1:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-1) !important;
}

.hover\:bg-illustration-complimentary-brown-1:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-1) !important;
}

.active\:bg-illustration-complimentary-brown-1:active {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-1) !important;
}

.focus\:bg-illustration-complimentary-brown-2:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-2) !important;
}

.hover\:bg-illustration-complimentary-brown-2:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-2) !important;
}

.active\:bg-illustration-complimentary-brown-2:active {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-2) !important;
}

.focus\:bg-illustration-complimentary-brown-3:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-3) !important;
}

.hover\:bg-illustration-complimentary-brown-3:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-3) !important;
}

.active\:bg-illustration-complimentary-brown-3:active {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-3) !important;
}

.focus\:bg-illustration-complimentary-brown-4:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-4) !important;
}

.hover\:bg-illustration-complimentary-brown-4:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-4) !important;
}

.active\:bg-illustration-complimentary-brown-4:active {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-4) !important;
}

.focus\:bg-illustration-complimentary-brown-5:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-5) !important;
}

.hover\:bg-illustration-complimentary-brown-5:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-5) !important;
}

.active\:bg-illustration-complimentary-brown-5:active {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-5) !important;
}

.focus\:bg-illustration-complimentary-brown-6:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-6) !important;
}

.hover\:bg-illustration-complimentary-brown-6:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-6) !important;
}

.active\:bg-illustration-complimentary-brown-6:active {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-6) !important;
}

.focus\:bg-illustration-complimentary-brown-7:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-7) !important;
}

.hover\:bg-illustration-complimentary-brown-7:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-7) !important;
}

.active\:bg-illustration-complimentary-brown-7:active {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-7) !important;
}

.focus\:bg-illustration-complimentary-brown-8:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-8) !important;
}

.hover\:bg-illustration-complimentary-brown-8:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-8) !important;
}

.active\:bg-illustration-complimentary-brown-8:active {
  background: var(--group-hsbc-colour-illustration-complimentary-brown-8) !important;
}

.focus\:bg-illustration-complimentary-mid-brown-1:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-1) !important;
}

.hover\:bg-illustration-complimentary-mid-brown-1:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-1) !important;
}

.active\:bg-illustration-complimentary-mid-brown-1:active {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-1) !important;
}

.focus\:bg-illustration-complimentary-mid-brown-2:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-2) !important;
}

.hover\:bg-illustration-complimentary-mid-brown-2:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-2) !important;
}

.active\:bg-illustration-complimentary-mid-brown-2:active {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-2) !important;
}

.focus\:bg-illustration-complimentary-mid-brown-3:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-3) !important;
}

.hover\:bg-illustration-complimentary-mid-brown-3:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-3) !important;
}

.active\:bg-illustration-complimentary-mid-brown-3:active {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-3) !important;
}

.focus\:bg-illustration-complimentary-mid-brown-4:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-4) !important;
}

.hover\:bg-illustration-complimentary-mid-brown-4:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-4) !important;
}

.active\:bg-illustration-complimentary-mid-brown-4:active {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-4) !important;
}

.focus\:bg-illustration-complimentary-mid-brown-5:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-5) !important;
}

.hover\:bg-illustration-complimentary-mid-brown-5:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-5) !important;
}

.active\:bg-illustration-complimentary-mid-brown-5:active {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-5) !important;
}

.focus\:bg-illustration-complimentary-mid-brown-6:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-6) !important;
}

.hover\:bg-illustration-complimentary-mid-brown-6:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-6) !important;
}

.active\:bg-illustration-complimentary-mid-brown-6:active {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-6) !important;
}

.focus\:bg-illustration-complimentary-mid-brown-7:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-7) !important;
}

.hover\:bg-illustration-complimentary-mid-brown-7:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-7) !important;
}

.active\:bg-illustration-complimentary-mid-brown-7:active {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-7) !important;
}

.focus\:bg-illustration-complimentary-mid-brown-8:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-8) !important;
}

.hover\:bg-illustration-complimentary-mid-brown-8:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-8) !important;
}

.active\:bg-illustration-complimentary-mid-brown-8:active {
  background: var(--group-hsbc-colour-illustration-complimentary-mid-brown-8) !important;
}

.focus\:bg-illustration-complimentary-tan-1:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-1) !important;
}

.hover\:bg-illustration-complimentary-tan-1:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-1) !important;
}

.active\:bg-illustration-complimentary-tan-1:active {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-1) !important;
}

.focus\:bg-illustration-complimentary-tan-2:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-2) !important;
}

.hover\:bg-illustration-complimentary-tan-2:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-2) !important;
}

.active\:bg-illustration-complimentary-tan-2:active {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-2) !important;
}

.focus\:bg-illustration-complimentary-tan-3:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-3) !important;
}

.hover\:bg-illustration-complimentary-tan-3:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-3) !important;
}

.active\:bg-illustration-complimentary-tan-3:active {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-3) !important;
}

.focus\:bg-illustration-complimentary-tan-4:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-4) !important;
}

.hover\:bg-illustration-complimentary-tan-4:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-4) !important;
}

.active\:bg-illustration-complimentary-tan-4:active {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-4) !important;
}

.focus\:bg-illustration-complimentary-tan-5:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-5) !important;
}

.hover\:bg-illustration-complimentary-tan-5:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-5) !important;
}

.active\:bg-illustration-complimentary-tan-5:active {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-5) !important;
}

.focus\:bg-illustration-complimentary-tan-6:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-6) !important;
}

.hover\:bg-illustration-complimentary-tan-6:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-6) !important;
}

.active\:bg-illustration-complimentary-tan-6:active {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-6) !important;
}

.focus\:bg-illustration-complimentary-tan-7:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-7) !important;
}

.hover\:bg-illustration-complimentary-tan-7:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-7) !important;
}

.active\:bg-illustration-complimentary-tan-7:active {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-7) !important;
}

.focus\:bg-illustration-complimentary-tan-8:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-8) !important;
}

.hover\:bg-illustration-complimentary-tan-8:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-8) !important;
}

.active\:bg-illustration-complimentary-tan-8:active {
  background: var(--group-hsbc-colour-illustration-complimentary-tan-8) !important;
}

.focus\:bg-illustration-complimentary-cream-1:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-1) !important;
}

.hover\:bg-illustration-complimentary-cream-1:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-1) !important;
}

.active\:bg-illustration-complimentary-cream-1:active {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-1) !important;
}

.focus\:bg-illustration-complimentary-cream-2:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-2) !important;
}

.hover\:bg-illustration-complimentary-cream-2:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-2) !important;
}

.active\:bg-illustration-complimentary-cream-2:active {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-2) !important;
}

.focus\:bg-illustration-complimentary-cream-3:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-3) !important;
}

.hover\:bg-illustration-complimentary-cream-3:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-3) !important;
}

.active\:bg-illustration-complimentary-cream-3:active {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-3) !important;
}

.focus\:bg-illustration-complimentary-cream-4:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-4) !important;
}

.hover\:bg-illustration-complimentary-cream-4:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-4) !important;
}

.active\:bg-illustration-complimentary-cream-4:active {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-4) !important;
}

.focus\:bg-illustration-complimentary-cream-5:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-5) !important;
}

.hover\:bg-illustration-complimentary-cream-5:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-5) !important;
}

.active\:bg-illustration-complimentary-cream-5:active {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-5) !important;
}

.focus\:bg-illustration-complimentary-cream-6:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-6) !important;
}

.hover\:bg-illustration-complimentary-cream-6:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-6) !important;
}

.active\:bg-illustration-complimentary-cream-6:active {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-6) !important;
}

.focus\:bg-illustration-complimentary-cream-7:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-7) !important;
}

.hover\:bg-illustration-complimentary-cream-7:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-7) !important;
}

.active\:bg-illustration-complimentary-cream-7:active {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-7) !important;
}

.focus\:bg-illustration-complimentary-cream-8:focus {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-8) !important;
}

.hover\:bg-illustration-complimentary-cream-8:hover {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-8) !important;
}

.active\:bg-illustration-complimentary-cream-8:active {
  background: var(--group-hsbc-colour-illustration-complimentary-cream-8) !important;
}

.focus\:bg-data-vis-blue-1:focus {
  background: var(--group-hsbc-colour-data-vis-blue-1) !important;
}

.hover\:bg-data-vis-blue-1:hover {
  background: var(--group-hsbc-colour-data-vis-blue-1) !important;
}

.active\:bg-data-vis-blue-1:active {
  background: var(--group-hsbc-colour-data-vis-blue-1) !important;
}

.focus\:bg-data-vis-blue-2:focus {
  background: var(--group-hsbc-colour-data-vis-blue-2) !important;
}

.hover\:bg-data-vis-blue-2:hover {
  background: var(--group-hsbc-colour-data-vis-blue-2) !important;
}

.active\:bg-data-vis-blue-2:active {
  background: var(--group-hsbc-colour-data-vis-blue-2) !important;
}

.focus\:bg-data-vis-blue-3:focus {
  background: var(--group-hsbc-colour-data-vis-blue-3) !important;
}

.hover\:bg-data-vis-blue-3:hover {
  background: var(--group-hsbc-colour-data-vis-blue-3) !important;
}

.active\:bg-data-vis-blue-3:active {
  background: var(--group-hsbc-colour-data-vis-blue-3) !important;
}

.focus\:bg-data-vis-blue-4:focus {
  background: var(--group-hsbc-colour-data-vis-blue-4) !important;
}

.hover\:bg-data-vis-blue-4:hover {
  background: var(--group-hsbc-colour-data-vis-blue-4) !important;
}

.active\:bg-data-vis-blue-4:active {
  background: var(--group-hsbc-colour-data-vis-blue-4) !important;
}

.focus\:bg-data-vis-purple-1:focus {
  background: var(--group-hsbc-colour-data-vis-purple-1) !important;
}

.hover\:bg-data-vis-purple-1:hover {
  background: var(--group-hsbc-colour-data-vis-purple-1) !important;
}

.active\:bg-data-vis-purple-1:active {
  background: var(--group-hsbc-colour-data-vis-purple-1) !important;
}

.focus\:bg-data-vis-purple-2:focus {
  background: var(--group-hsbc-colour-data-vis-purple-2) !important;
}

.hover\:bg-data-vis-purple-2:hover {
  background: var(--group-hsbc-colour-data-vis-purple-2) !important;
}

.active\:bg-data-vis-purple-2:active {
  background: var(--group-hsbc-colour-data-vis-purple-2) !important;
}

.focus\:bg-data-vis-purple-3:focus {
  background: var(--group-hsbc-colour-data-vis-purple-3) !important;
}

.hover\:bg-data-vis-purple-3:hover {
  background: var(--group-hsbc-colour-data-vis-purple-3) !important;
}

.active\:bg-data-vis-purple-3:active {
  background: var(--group-hsbc-colour-data-vis-purple-3) !important;
}

.focus\:bg-data-vis-purple-4:focus {
  background: var(--group-hsbc-colour-data-vis-purple-4) !important;
}

.hover\:bg-data-vis-purple-4:hover {
  background: var(--group-hsbc-colour-data-vis-purple-4) !important;
}

.active\:bg-data-vis-purple-4:active {
  background: var(--group-hsbc-colour-data-vis-purple-4) !important;
}

.focus\:bg-data-vis-pink-1:focus {
  background: var(--group-hsbc-colour-data-vis-pink-1) !important;
}

.hover\:bg-data-vis-pink-1:hover {
  background: var(--group-hsbc-colour-data-vis-pink-1) !important;
}

.active\:bg-data-vis-pink-1:active {
  background: var(--group-hsbc-colour-data-vis-pink-1) !important;
}

.focus\:bg-data-vis-pink-2:focus {
  background: var(--group-hsbc-colour-data-vis-pink-2) !important;
}

.hover\:bg-data-vis-pink-2:hover {
  background: var(--group-hsbc-colour-data-vis-pink-2) !important;
}

.active\:bg-data-vis-pink-2:active {
  background: var(--group-hsbc-colour-data-vis-pink-2) !important;
}

.focus\:bg-data-vis-pink-3:focus {
  background: var(--group-hsbc-colour-data-vis-pink-3) !important;
}

.hover\:bg-data-vis-pink-3:hover {
  background: var(--group-hsbc-colour-data-vis-pink-3) !important;
}

.active\:bg-data-vis-pink-3:active {
  background: var(--group-hsbc-colour-data-vis-pink-3) !important;
}

.focus\:bg-data-vis-pink-4:focus {
  background: var(--group-hsbc-colour-data-vis-pink-4) !important;
}

.hover\:bg-data-vis-pink-4:hover {
  background: var(--group-hsbc-colour-data-vis-pink-4) !important;
}

.active\:bg-data-vis-pink-4:active {
  background: var(--group-hsbc-colour-data-vis-pink-4) !important;
}

.focus\:bg-data-vis-orange-1:focus {
  background: var(--group-hsbc-colour-data-vis-orange-1) !important;
}

.hover\:bg-data-vis-orange-1:hover {
  background: var(--group-hsbc-colour-data-vis-orange-1) !important;
}

.active\:bg-data-vis-orange-1:active {
  background: var(--group-hsbc-colour-data-vis-orange-1) !important;
}

.focus\:bg-data-vis-orange-2:focus {
  background: var(--group-hsbc-colour-data-vis-orange-2) !important;
}

.hover\:bg-data-vis-orange-2:hover {
  background: var(--group-hsbc-colour-data-vis-orange-2) !important;
}

.active\:bg-data-vis-orange-2:active {
  background: var(--group-hsbc-colour-data-vis-orange-2) !important;
}

.focus\:bg-data-vis-orange-3:focus {
  background: var(--group-hsbc-colour-data-vis-orange-3) !important;
}

.hover\:bg-data-vis-orange-3:hover {
  background: var(--group-hsbc-colour-data-vis-orange-3) !important;
}

.active\:bg-data-vis-orange-3:active {
  background: var(--group-hsbc-colour-data-vis-orange-3) !important;
}

.focus\:bg-data-vis-orange-4:focus {
  background: var(--group-hsbc-colour-data-vis-orange-4) !important;
}

.hover\:bg-data-vis-orange-4:hover {
  background: var(--group-hsbc-colour-data-vis-orange-4) !important;
}

.active\:bg-data-vis-orange-4:active {
  background: var(--group-hsbc-colour-data-vis-orange-4) !important;
}

.focus\:bg-data-vis-green-1:focus {
  background: var(--group-hsbc-colour-data-vis-green-1) !important;
}

.hover\:bg-data-vis-green-1:hover {
  background: var(--group-hsbc-colour-data-vis-green-1) !important;
}

.active\:bg-data-vis-green-1:active {
  background: var(--group-hsbc-colour-data-vis-green-1) !important;
}

.focus\:bg-data-vis-green-2:focus {
  background: var(--group-hsbc-colour-data-vis-green-2) !important;
}

.hover\:bg-data-vis-green-2:hover {
  background: var(--group-hsbc-colour-data-vis-green-2) !important;
}

.active\:bg-data-vis-green-2:active {
  background: var(--group-hsbc-colour-data-vis-green-2) !important;
}

.focus\:bg-data-vis-green-3:focus {
  background: var(--group-hsbc-colour-data-vis-green-3) !important;
}

.hover\:bg-data-vis-green-3:hover {
  background: var(--group-hsbc-colour-data-vis-green-3) !important;
}

.active\:bg-data-vis-green-3:active {
  background: var(--group-hsbc-colour-data-vis-green-3) !important;
}

.focus\:bg-data-vis-green-4:focus {
  background: var(--group-hsbc-colour-data-vis-green-4) !important;
}

.hover\:bg-data-vis-green-4:hover {
  background: var(--group-hsbc-colour-data-vis-green-4) !important;
}

.active\:bg-data-vis-green-4:active {
  background: var(--group-hsbc-colour-data-vis-green-4) !important;
}

.focus\:bg-rag-red:focus {
  background: var(--group-hsbc-colour-rag-red) !important;
}

.hover\:bg-rag-red:hover {
  background: var(--group-hsbc-colour-rag-red) !important;
}

.active\:bg-rag-red:active {
  background: var(--group-hsbc-colour-rag-red) !important;
}

.focus\:bg-rag-red-tint:focus {
  background: var(--group-hsbc-colour-rag-red-tint) !important;
}

.hover\:bg-rag-red-tint:hover {
  background: var(--group-hsbc-colour-rag-red-tint) !important;
}

.active\:bg-rag-red-tint:active {
  background: var(--group-hsbc-colour-rag-red-tint) !important;
}

.focus\:bg-rag-amber:focus {
  background: var(--group-hsbc-colour-rag-amber) !important;
}

.hover\:bg-rag-amber:hover {
  background: var(--group-hsbc-colour-rag-amber) !important;
}

.active\:bg-rag-amber:active {
  background: var(--group-hsbc-colour-rag-amber) !important;
}

.focus\:bg-rag-amber-tint:focus {
  background: var(--group-hsbc-colour-rag-amber-tint) !important;
}

.hover\:bg-rag-amber-tint:hover {
  background: var(--group-hsbc-colour-rag-amber-tint) !important;
}

.active\:bg-rag-amber-tint:active {
  background: var(--group-hsbc-colour-rag-amber-tint) !important;
}

.focus\:bg-rag-green:focus {
  background: var(--group-hsbc-colour-rag-green) !important;
}

.hover\:bg-rag-green:hover {
  background: var(--group-hsbc-colour-rag-green) !important;
}

.active\:bg-rag-green:active {
  background: var(--group-hsbc-colour-rag-green) !important;
}

.focus\:bg-rag-green-tint:focus {
  background: var(--group-hsbc-colour-rag-green-tint) !important;
}

.hover\:bg-rag-green-tint:hover {
  background: var(--group-hsbc-colour-rag-green-tint) !important;
}

.active\:bg-rag-green-tint:active {
  background: var(--group-hsbc-colour-rag-green-tint) !important;
}

.focus\:bg-rag-blue:focus {
  background: var(--group-hsbc-colour-rag-blue) !important;
}

.hover\:bg-rag-blue:hover {
  background: var(--group-hsbc-colour-rag-blue) !important;
}

.active\:bg-rag-blue:active {
  background: var(--group-hsbc-colour-rag-blue) !important;
}

.focus\:bg-rag-blue-tint:focus {
  background: var(--group-hsbc-colour-rag-blue-tint) !important;
}

.hover\:bg-rag-blue-tint:hover {
  background: var(--group-hsbc-colour-rag-blue-tint) !important;
}

.active\:bg-rag-blue-tint:active {
  background: var(--group-hsbc-colour-rag-blue-tint) !important;
}

.focus\:bg-rag-dark-red-tint:focus {
  background: var(--group-hsbc-colour-rag-dark-red-tint) !important;
}

.hover\:bg-rag-dark-red-tint:hover {
  background: var(--group-hsbc-colour-rag-dark-red-tint) !important;
}

.active\:bg-rag-dark-red-tint:active {
  background: var(--group-hsbc-colour-rag-dark-red-tint) !important;
}

.focus\:bg-rag-dark-amber-tint:focus {
  background: var(--group-hsbc-colour-rag-dark-amber-tint) !important;
}

.hover\:bg-rag-dark-amber-tint:hover {
  background: var(--group-hsbc-colour-rag-dark-amber-tint) !important;
}

.active\:bg-rag-dark-amber-tint:active {
  background: var(--group-hsbc-colour-rag-dark-amber-tint) !important;
}

.focus\:bg-rag-dark-green-tint:focus {
  background: var(--group-hsbc-colour-rag-dark-green-tint) !important;
}

.hover\:bg-rag-dark-green-tint:hover {
  background: var(--group-hsbc-colour-rag-dark-green-tint) !important;
}

.active\:bg-rag-dark-green-tint:active {
  background: var(--group-hsbc-colour-rag-dark-green-tint) !important;
}

.focus\:bg-rag-dark-blue-tint:focus {
  background: var(--group-hsbc-colour-rag-dark-blue-tint) !important;
}

.hover\:bg-rag-dark-blue-tint:hover {
  background: var(--group-hsbc-colour-rag-dark-blue-tint) !important;
}

.active\:bg-rag-dark-blue-tint:active {
  background: var(--group-hsbc-colour-rag-dark-blue-tint) !important;
}

.focus\:bg-light-interactive-on-light-surface-primary:focus {
  background: var(--group-light-interactive-on-light-surface-primary) !important;
}

.hover\:bg-light-interactive-on-light-surface-primary:hover {
  background: var(--group-light-interactive-on-light-surface-primary) !important;
}

.active\:bg-light-interactive-on-light-surface-primary:active {
  background: var(--group-light-interactive-on-light-surface-primary) !important;
}

.focus\:bg-light-interactive-on-light-surface-primary-hover:focus {
  background: var(--group-light-interactive-on-light-surface-primary-hover) !important;
}

.hover\:bg-light-interactive-on-light-surface-primary-hover:hover {
  background: var(--group-light-interactive-on-light-surface-primary-hover) !important;
}

.active\:bg-light-interactive-on-light-surface-primary-hover:active {
  background: var(--group-light-interactive-on-light-surface-primary-hover) !important;
}

.focus\:bg-light-interactive-on-light-surface-primary-pressed:focus {
  background: var(--group-light-interactive-on-light-surface-primary-pressed) !important;
}

.hover\:bg-light-interactive-on-light-surface-primary-pressed:hover {
  background: var(--group-light-interactive-on-light-surface-primary-pressed) !important;
}

.active\:bg-light-interactive-on-light-surface-primary-pressed:active {
  background: var(--group-light-interactive-on-light-surface-primary-pressed) !important;
}

.focus\:bg-light-interactive-on-light-surface-primary-disabled:focus {
  background: var(--group-light-interactive-on-light-surface-primary-disabled) !important;
}

.hover\:bg-light-interactive-on-light-surface-primary-disabled:hover {
  background: var(--group-light-interactive-on-light-surface-primary-disabled) !important;
}

.active\:bg-light-interactive-on-light-surface-primary-disabled:active {
  background: var(--group-light-interactive-on-light-surface-primary-disabled) !important;
}

.focus\:bg-light-interactive-on-light-surface-primary-processing:focus {
  background: var(--group-light-interactive-on-light-surface-primary-processing) !important;
}

.hover\:bg-light-interactive-on-light-surface-primary-processing:hover {
  background: var(--group-light-interactive-on-light-surface-primary-processing) !important;
}

.active\:bg-light-interactive-on-light-surface-primary-processing:active {
  background: var(--group-light-interactive-on-light-surface-primary-processing) !important;
}

.focus\:bg-light-interactive-on-light-surface-active:focus {
  background: var(--group-light-interactive-on-light-surface-active) !important;
}

.hover\:bg-light-interactive-on-light-surface-active:hover {
  background: var(--group-light-interactive-on-light-surface-active) !important;
}

.active\:bg-light-interactive-on-light-surface-active:active {
  background: var(--group-light-interactive-on-light-surface-active) !important;
}

.focus\:bg-light-interactive-on-light-surface-active-hover:focus {
  background: var(--group-light-interactive-on-light-surface-active-hover) !important;
}

.hover\:bg-light-interactive-on-light-surface-active-hover:hover {
  background: var(--group-light-interactive-on-light-surface-active-hover) !important;
}

.active\:bg-light-interactive-on-light-surface-active-hover:active {
  background: var(--group-light-interactive-on-light-surface-active-hover) !important;
}

.focus\:bg-light-interactive-on-light-surface-active-pressed:focus {
  background: var(--group-light-interactive-on-light-surface-active-pressed) !important;
}

.hover\:bg-light-interactive-on-light-surface-active-pressed:hover {
  background: var(--group-light-interactive-on-light-surface-active-pressed) !important;
}

.active\:bg-light-interactive-on-light-surface-active-pressed:active {
  background: var(--group-light-interactive-on-light-surface-active-pressed) !important;
}

.focus\:bg-light-interactive-on-light-surface-brand-1:focus {
  background: var(--group-light-interactive-on-light-surface-brand-1) !important;
}

.hover\:bg-light-interactive-on-light-surface-brand-1:hover {
  background: var(--group-light-interactive-on-light-surface-brand-1) !important;
}

.active\:bg-light-interactive-on-light-surface-brand-1:active {
  background: var(--group-light-interactive-on-light-surface-brand-1) !important;
}

.focus\:bg-light-interactive-on-light-surface-brand-1-hover:focus {
  background: var(--group-light-interactive-on-light-surface-brand-1-hover) !important;
}

.hover\:bg-light-interactive-on-light-surface-brand-1-hover:hover {
  background: var(--group-light-interactive-on-light-surface-brand-1-hover) !important;
}

.active\:bg-light-interactive-on-light-surface-brand-1-hover:active {
  background: var(--group-light-interactive-on-light-surface-brand-1-hover) !important;
}

.focus\:bg-light-interactive-on-light-surface-brand-1-pressed:focus {
  background: var(--group-light-interactive-on-light-surface-brand-1-pressed) !important;
}

.hover\:bg-light-interactive-on-light-surface-brand-1-pressed:hover {
  background: var(--group-light-interactive-on-light-surface-brand-1-pressed) !important;
}

.active\:bg-light-interactive-on-light-surface-brand-1-pressed:active {
  background: var(--group-light-interactive-on-light-surface-brand-1-pressed) !important;
}

.focus\:bg-light-interactive-on-light-surface-brand-1-disabled:focus {
  background: var(--group-light-interactive-on-light-surface-brand-1-disabled) !important;
}

.hover\:bg-light-interactive-on-light-surface-brand-1-disabled:hover {
  background: var(--group-light-interactive-on-light-surface-brand-1-disabled) !important;
}

.active\:bg-light-interactive-on-light-surface-brand-1-disabled:active {
  background: var(--group-light-interactive-on-light-surface-brand-1-disabled) !important;
}

.focus\:bg-light-interactive-on-light-surface-brand-1-processing:focus {
  background: var(--group-light-interactive-on-light-surface-brand-1-processing) !important;
}

.hover\:bg-light-interactive-on-light-surface-brand-1-processing:hover {
  background: var(--group-light-interactive-on-light-surface-brand-1-processing) !important;
}

.active\:bg-light-interactive-on-light-surface-brand-1-processing:active {
  background: var(--group-light-interactive-on-light-surface-brand-1-processing) !important;
}

.focus\:bg-light-interactive-on-light-surface-brand-2:focus {
  background: var(--group-light-interactive-on-light-surface-brand-2) !important;
}

.hover\:bg-light-interactive-on-light-surface-brand-2:hover {
  background: var(--group-light-interactive-on-light-surface-brand-2) !important;
}

.active\:bg-light-interactive-on-light-surface-brand-2:active {
  background: var(--group-light-interactive-on-light-surface-brand-2) !important;
}

.focus\:bg-light-interactive-on-light-surface-brand-2-hover:focus {
  background: var(--group-light-interactive-on-light-surface-brand-2-hover) !important;
}

.hover\:bg-light-interactive-on-light-surface-brand-2-hover:hover {
  background: var(--group-light-interactive-on-light-surface-brand-2-hover) !important;
}

.active\:bg-light-interactive-on-light-surface-brand-2-hover:active {
  background: var(--group-light-interactive-on-light-surface-brand-2-hover) !important;
}

.focus\:bg-light-interactive-on-light-surface-brand-2-pressed:focus {
  background: var(--group-light-interactive-on-light-surface-brand-2-pressed) !important;
}

.hover\:bg-light-interactive-on-light-surface-brand-2-pressed:hover {
  background: var(--group-light-interactive-on-light-surface-brand-2-pressed) !important;
}

.active\:bg-light-interactive-on-light-surface-brand-2-pressed:active {
  background: var(--group-light-interactive-on-light-surface-brand-2-pressed) !important;
}

.focus\:bg-light-interactive-on-light-surface-brand-2-disabled:focus {
  background: var(--group-light-interactive-on-light-surface-brand-2-disabled) !important;
}

.hover\:bg-light-interactive-on-light-surface-brand-2-disabled:hover {
  background: var(--group-light-interactive-on-light-surface-brand-2-disabled) !important;
}

.active\:bg-light-interactive-on-light-surface-brand-2-disabled:active {
  background: var(--group-light-interactive-on-light-surface-brand-2-disabled) !important;
}

.focus\:bg-light-interactive-on-light-surface-brand-2-processing:focus {
  background: var(--group-light-interactive-on-light-surface-brand-2-processing) !important;
}

.hover\:bg-light-interactive-on-light-surface-brand-2-processing:hover {
  background: var(--group-light-interactive-on-light-surface-brand-2-processing) !important;
}

.active\:bg-light-interactive-on-light-surface-brand-2-processing:active {
  background: var(--group-light-interactive-on-light-surface-brand-2-processing) !important;
}

.focus\:bg-dark-interactive-on-light-surface-primary:focus {
  background: var(--group-dark-interactive-on-light-surface-primary) !important;
}

.hover\:bg-dark-interactive-on-light-surface-primary:hover {
  background: var(--group-dark-interactive-on-light-surface-primary) !important;
}

.active\:bg-dark-interactive-on-light-surface-primary:active {
  background: var(--group-dark-interactive-on-light-surface-primary) !important;
}

.focus\:bg-dark-interactive-on-light-surface-primary-hover:focus {
  background: var(--group-dark-interactive-on-light-surface-primary-hover) !important;
}

.hover\:bg-dark-interactive-on-light-surface-primary-hover:hover {
  background: var(--group-dark-interactive-on-light-surface-primary-hover) !important;
}

.active\:bg-dark-interactive-on-light-surface-primary-hover:active {
  background: var(--group-dark-interactive-on-light-surface-primary-hover) !important;
}

.focus\:bg-dark-interactive-on-light-surface-primary-pressed:focus {
  background: var(--group-dark-interactive-on-light-surface-primary-pressed) !important;
}

.hover\:bg-dark-interactive-on-light-surface-primary-pressed:hover {
  background: var(--group-dark-interactive-on-light-surface-primary-pressed) !important;
}

.active\:bg-dark-interactive-on-light-surface-primary-pressed:active {
  background: var(--group-dark-interactive-on-light-surface-primary-pressed) !important;
}

.focus\:bg-dark-interactive-on-light-surface-primary-disabled:focus {
  background: var(--group-dark-interactive-on-light-surface-primary-disabled) !important;
}

.hover\:bg-dark-interactive-on-light-surface-primary-disabled:hover {
  background: var(--group-dark-interactive-on-light-surface-primary-disabled) !important;
}

.active\:bg-dark-interactive-on-light-surface-primary-disabled:active {
  background: var(--group-dark-interactive-on-light-surface-primary-disabled) !important;
}

.focus\:bg-dark-interactive-on-light-surface-primary-processing:focus {
  background: var(--group-dark-interactive-on-light-surface-primary-processing) !important;
}

.hover\:bg-dark-interactive-on-light-surface-primary-processing:hover {
  background: var(--group-dark-interactive-on-light-surface-primary-processing) !important;
}

.active\:bg-dark-interactive-on-light-surface-primary-processing:active {
  background: var(--group-dark-interactive-on-light-surface-primary-processing) !important;
}

.focus\:bg-dark-interactive-on-light-surface-active:focus {
  background: var(--group-dark-interactive-on-light-surface-active) !important;
}

.hover\:bg-dark-interactive-on-light-surface-active:hover {
  background: var(--group-dark-interactive-on-light-surface-active) !important;
}

.active\:bg-dark-interactive-on-light-surface-active:active {
  background: var(--group-dark-interactive-on-light-surface-active) !important;
}

.focus\:bg-dark-interactive-on-light-surface-active-hover:focus {
  background: var(--group-dark-interactive-on-light-surface-active-hover) !important;
}

.hover\:bg-dark-interactive-on-light-surface-active-hover:hover {
  background: var(--group-dark-interactive-on-light-surface-active-hover) !important;
}

.active\:bg-dark-interactive-on-light-surface-active-hover:active {
  background: var(--group-dark-interactive-on-light-surface-active-hover) !important;
}

.focus\:bg-dark-interactive-on-light-surface-active-pressed:focus {
  background: var(--group-dark-interactive-on-light-surface-active-pressed) !important;
}

.hover\:bg-dark-interactive-on-light-surface-active-pressed:hover {
  background: var(--group-dark-interactive-on-light-surface-active-pressed) !important;
}

.active\:bg-dark-interactive-on-light-surface-active-pressed:active {
  background: var(--group-dark-interactive-on-light-surface-active-pressed) !important;
}

.focus\:bg-dark-interactive-on-light-surface-brand-1:focus {
  background: var(--group-dark-interactive-on-light-surface-brand-1) !important;
}

.hover\:bg-dark-interactive-on-light-surface-brand-1:hover {
  background: var(--group-dark-interactive-on-light-surface-brand-1) !important;
}

.active\:bg-dark-interactive-on-light-surface-brand-1:active {
  background: var(--group-dark-interactive-on-light-surface-brand-1) !important;
}

.focus\:bg-dark-interactive-on-light-surface-brand-1-hover:focus {
  background: var(--group-dark-interactive-on-light-surface-brand-1-hover) !important;
}

.hover\:bg-dark-interactive-on-light-surface-brand-1-hover:hover {
  background: var(--group-dark-interactive-on-light-surface-brand-1-hover) !important;
}

.active\:bg-dark-interactive-on-light-surface-brand-1-hover:active {
  background: var(--group-dark-interactive-on-light-surface-brand-1-hover) !important;
}

.focus\:bg-dark-interactive-on-light-surface-brand-1-pressed:focus {
  background: var(--group-dark-interactive-on-light-surface-brand-1-pressed) !important;
}

.hover\:bg-dark-interactive-on-light-surface-brand-1-pressed:hover {
  background: var(--group-dark-interactive-on-light-surface-brand-1-pressed) !important;
}

.active\:bg-dark-interactive-on-light-surface-brand-1-pressed:active {
  background: var(--group-dark-interactive-on-light-surface-brand-1-pressed) !important;
}

.focus\:bg-dark-interactive-on-light-surface-brand-1-disabled:focus {
  background: var(--group-dark-interactive-on-light-surface-brand-1-disabled) !important;
}

.hover\:bg-dark-interactive-on-light-surface-brand-1-disabled:hover {
  background: var(--group-dark-interactive-on-light-surface-brand-1-disabled) !important;
}

.active\:bg-dark-interactive-on-light-surface-brand-1-disabled:active {
  background: var(--group-dark-interactive-on-light-surface-brand-1-disabled) !important;
}

.focus\:bg-dark-interactive-on-light-surface-brand-1-processing:focus {
  background: var(--group-dark-interactive-on-light-surface-brand-1-processing) !important;
}

.hover\:bg-dark-interactive-on-light-surface-brand-1-processing:hover {
  background: var(--group-dark-interactive-on-light-surface-brand-1-processing) !important;
}

.active\:bg-dark-interactive-on-light-surface-brand-1-processing:active {
  background: var(--group-dark-interactive-on-light-surface-brand-1-processing) !important;
}

.focus\:bg-dark-interactive-on-light-surface-brand-2:focus {
  background: var(--group-dark-interactive-on-light-surface-brand-2) !important;
}

.hover\:bg-dark-interactive-on-light-surface-brand-2:hover {
  background: var(--group-dark-interactive-on-light-surface-brand-2) !important;
}

.active\:bg-dark-interactive-on-light-surface-brand-2:active {
  background: var(--group-dark-interactive-on-light-surface-brand-2) !important;
}

.focus\:bg-dark-interactive-on-light-surface-brand-2-hover:focus {
  background: var(--group-dark-interactive-on-light-surface-brand-2-hover) !important;
}

.hover\:bg-dark-interactive-on-light-surface-brand-2-hover:hover {
  background: var(--group-dark-interactive-on-light-surface-brand-2-hover) !important;
}

.active\:bg-dark-interactive-on-light-surface-brand-2-hover:active {
  background: var(--group-dark-interactive-on-light-surface-brand-2-hover) !important;
}

.focus\:bg-dark-interactive-on-light-surface-brand-2-pressed:focus {
  background: var(--group-dark-interactive-on-light-surface-brand-2-pressed) !important;
}

.hover\:bg-dark-interactive-on-light-surface-brand-2-pressed:hover {
  background: var(--group-dark-interactive-on-light-surface-brand-2-pressed) !important;
}

.active\:bg-dark-interactive-on-light-surface-brand-2-pressed:active {
  background: var(--group-dark-interactive-on-light-surface-brand-2-pressed) !important;
}

.focus\:bg-dark-interactive-on-light-surface-brand-2-disabled:focus {
  background: var(--group-dark-interactive-on-light-surface-brand-2-disabled) !important;
}

.hover\:bg-dark-interactive-on-light-surface-brand-2-disabled:hover {
  background: var(--group-dark-interactive-on-light-surface-brand-2-disabled) !important;
}

.active\:bg-dark-interactive-on-light-surface-brand-2-disabled:active {
  background: var(--group-dark-interactive-on-light-surface-brand-2-disabled) !important;
}

.focus\:bg-dark-interactive-on-light-surface-brand-2-processing:focus {
  background: var(--group-dark-interactive-on-light-surface-brand-2-processing) !important;
}

.hover\:bg-dark-interactive-on-light-surface-brand-2-processing:hover {
  background: var(--group-dark-interactive-on-light-surface-brand-2-processing) !important;
}

.active\:bg-dark-interactive-on-light-surface-brand-2-processing:active {
  background: var(--group-dark-interactive-on-light-surface-brand-2-processing) !important;
}

.focus\:bg-light-non-interactive-surface-white:focus {
  background: var(--group-light-non-interactive-surface-white) !important;
}

.hover\:bg-light-non-interactive-surface-white:hover {
  background: var(--group-light-non-interactive-surface-white) !important;
}

.active\:bg-light-non-interactive-surface-white:active {
  background: var(--group-light-non-interactive-surface-white) !important;
}

.focus\:bg-light-non-interactive-surface-neutral-1:focus {
  background: var(--group-light-non-interactive-surface-neutral-1) !important;
}

.hover\:bg-light-non-interactive-surface-neutral-1:hover {
  background: var(--group-light-non-interactive-surface-neutral-1) !important;
}

.active\:bg-light-non-interactive-surface-neutral-1:active {
  background: var(--group-light-non-interactive-surface-neutral-1) !important;
}

.focus\:bg-light-non-interactive-surface-neutral-2:focus {
  background: var(--group-light-non-interactive-surface-neutral-2) !important;
}

.hover\:bg-light-non-interactive-surface-neutral-2:hover {
  background: var(--group-light-non-interactive-surface-neutral-2) !important;
}

.active\:bg-light-non-interactive-surface-neutral-2:active {
  background: var(--group-light-non-interactive-surface-neutral-2) !important;
}

.focus\:bg-light-non-interactive-surface-neutral-3:focus {
  background: var(--group-light-non-interactive-surface-neutral-3) !important;
}

.hover\:bg-light-non-interactive-surface-neutral-3:hover {
  background: var(--group-light-non-interactive-surface-neutral-3) !important;
}

.active\:bg-light-non-interactive-surface-neutral-3:active {
  background: var(--group-light-non-interactive-surface-neutral-3) !important;
}

.focus\:bg-light-non-interactive-surface-neutral-4:focus {
  background: var(--group-light-non-interactive-surface-neutral-4) !important;
}

.hover\:bg-light-non-interactive-surface-neutral-4:hover {
  background: var(--group-light-non-interactive-surface-neutral-4) !important;
}

.active\:bg-light-non-interactive-surface-neutral-4:active {
  background: var(--group-light-non-interactive-surface-neutral-4) !important;
}

.focus\:bg-light-non-interactive-surface-neutral-5:focus {
  background: var(--group-light-non-interactive-surface-neutral-5) !important;
}

.hover\:bg-light-non-interactive-surface-neutral-5:hover {
  background: var(--group-light-non-interactive-surface-neutral-5) !important;
}

.active\:bg-light-non-interactive-surface-neutral-5:active {
  background: var(--group-light-non-interactive-surface-neutral-5) !important;
}

.focus\:bg-light-non-interactive-surface-black:focus {
  background: var(--group-light-non-interactive-surface-black) !important;
}

.hover\:bg-light-non-interactive-surface-black:hover {
  background: var(--group-light-non-interactive-surface-black) !important;
}

.active\:bg-light-non-interactive-surface-black:active {
  background: var(--group-light-non-interactive-surface-black) !important;
}

.focus\:bg-light-non-interactive-surface-brand-1:focus {
  background: var(--group-light-non-interactive-surface-brand-1) !important;
}

.hover\:bg-light-non-interactive-surface-brand-1:hover {
  background: var(--group-light-non-interactive-surface-brand-1) !important;
}

.active\:bg-light-non-interactive-surface-brand-1:active {
  background: var(--group-light-non-interactive-surface-brand-1) !important;
}

.focus\:bg-light-non-interactive-surface-brand-2:focus {
  background: var(--group-light-non-interactive-surface-brand-2) !important;
}

.hover\:bg-light-non-interactive-surface-brand-2:hover {
  background: var(--group-light-non-interactive-surface-brand-2) !important;
}

.active\:bg-light-non-interactive-surface-brand-2:active {
  background: var(--group-light-non-interactive-surface-brand-2) !important;
}

.focus\:bg-light-non-interactive-surface-brand-3:focus {
  background: var(--group-light-non-interactive-surface-brand-3) !important;
}

.hover\:bg-light-non-interactive-surface-brand-3:hover {
  background: var(--group-light-non-interactive-surface-brand-3) !important;
}

.active\:bg-light-non-interactive-surface-brand-3:active {
  background: var(--group-light-non-interactive-surface-brand-3) !important;
}

.focus\:bg-light-rag-surface-error-default-1:focus {
  background: var(--group-light-rag-surface-error-default-1) !important;
}

.hover\:bg-light-rag-surface-error-default-1:hover {
  background: var(--group-light-rag-surface-error-default-1) !important;
}

.active\:bg-light-rag-surface-error-default-1:active {
  background: var(--group-light-rag-surface-error-default-1) !important;
}

.focus\:bg-light-rag-surface-error-default2:focus {
  background: var(--group-light-rag-surface-error-default2) !important;
}

.hover\:bg-light-rag-surface-error-default2:hover {
  background: var(--group-light-rag-surface-error-default2) !important;
}

.active\:bg-light-rag-surface-error-default2:active {
  background: var(--group-light-rag-surface-error-default2) !important;
}

.focus\:bg-light-rag-surface-warning-default-1:focus {
  background: var(--group-light-rag-surface-warning-default-1) !important;
}

.hover\:bg-light-rag-surface-warning-default-1:hover {
  background: var(--group-light-rag-surface-warning-default-1) !important;
}

.active\:bg-light-rag-surface-warning-default-1:active {
  background: var(--group-light-rag-surface-warning-default-1) !important;
}

.focus\:bg-light-rag-surface-warning-default2:focus {
  background: var(--group-light-rag-surface-warning-default2) !important;
}

.hover\:bg-light-rag-surface-warning-default2:hover {
  background: var(--group-light-rag-surface-warning-default2) !important;
}

.active\:bg-light-rag-surface-warning-default2:active {
  background: var(--group-light-rag-surface-warning-default2) !important;
}

.focus\:bg-light-rag-surface-success-default-1:focus {
  background: var(--group-light-rag-surface-success-default-1) !important;
}

.hover\:bg-light-rag-surface-success-default-1:hover {
  background: var(--group-light-rag-surface-success-default-1) !important;
}

.active\:bg-light-rag-surface-success-default-1:active {
  background: var(--group-light-rag-surface-success-default-1) !important;
}

.focus\:bg-light-rag-surface-success-default2:focus {
  background: var(--group-light-rag-surface-success-default2) !important;
}

.hover\:bg-light-rag-surface-success-default2:hover {
  background: var(--group-light-rag-surface-success-default2) !important;
}

.active\:bg-light-rag-surface-success-default2:active {
  background: var(--group-light-rag-surface-success-default2) !important;
}

.focus\:bg-light-rag-surface-information-default-1:focus {
  background: var(--group-light-rag-surface-information-default-1) !important;
}

.hover\:bg-light-rag-surface-information-default-1:hover {
  background: var(--group-light-rag-surface-information-default-1) !important;
}

.active\:bg-light-rag-surface-information-default-1:active {
  background: var(--group-light-rag-surface-information-default-1) !important;
}

.focus\:bg-light-rag-surface-information-default2:focus {
  background: var(--group-light-rag-surface-information-default2) !important;
}

.hover\:bg-light-rag-surface-information-default2:hover {
  background: var(--group-light-rag-surface-information-default2) !important;
}

.active\:bg-light-rag-surface-information-default2:active {
  background: var(--group-light-rag-surface-information-default2) !important;
}

.focus\:bg-dark-rag-surface-error-default-1:focus {
  background: var(--group-dark-rag-surface-error-default-1) !important;
}

.hover\:bg-dark-rag-surface-error-default-1:hover {
  background: var(--group-dark-rag-surface-error-default-1) !important;
}

.active\:bg-dark-rag-surface-error-default-1:active {
  background: var(--group-dark-rag-surface-error-default-1) !important;
}

.focus\:bg-dark-rag-surface-error-default2:focus {
  background: var(--group-dark-rag-surface-error-default2) !important;
}

.hover\:bg-dark-rag-surface-error-default2:hover {
  background: var(--group-dark-rag-surface-error-default2) !important;
}

.active\:bg-dark-rag-surface-error-default2:active {
  background: var(--group-dark-rag-surface-error-default2) !important;
}

.focus\:bg-dark-rag-surface-warning-default-1:focus {
  background: var(--group-dark-rag-surface-warning-default-1) !important;
}

.hover\:bg-dark-rag-surface-warning-default-1:hover {
  background: var(--group-dark-rag-surface-warning-default-1) !important;
}

.active\:bg-dark-rag-surface-warning-default-1:active {
  background: var(--group-dark-rag-surface-warning-default-1) !important;
}

.focus\:bg-dark-rag-surface-warning-default2:focus {
  background: var(--group-dark-rag-surface-warning-default2) !important;
}

.hover\:bg-dark-rag-surface-warning-default2:hover {
  background: var(--group-dark-rag-surface-warning-default2) !important;
}

.active\:bg-dark-rag-surface-warning-default2:active {
  background: var(--group-dark-rag-surface-warning-default2) !important;
}

.focus\:bg-dark-rag-surface-success-default-1:focus {
  background: var(--group-dark-rag-surface-success-default-1) !important;
}

.hover\:bg-dark-rag-surface-success-default-1:hover {
  background: var(--group-dark-rag-surface-success-default-1) !important;
}

.active\:bg-dark-rag-surface-success-default-1:active {
  background: var(--group-dark-rag-surface-success-default-1) !important;
}

.focus\:bg-dark-rag-surface-success-default2:focus {
  background: var(--group-dark-rag-surface-success-default2) !important;
}

.hover\:bg-dark-rag-surface-success-default2:hover {
  background: var(--group-dark-rag-surface-success-default2) !important;
}

.active\:bg-dark-rag-surface-success-default2:active {
  background: var(--group-dark-rag-surface-success-default2) !important;
}

.focus\:bg-dark-rag-surface-information-default-1:focus {
  background: var(--group-dark-rag-surface-information-default-1) !important;
}

.hover\:bg-dark-rag-surface-information-default-1:hover {
  background: var(--group-dark-rag-surface-information-default-1) !important;
}

.active\:bg-dark-rag-surface-information-default-1:active {
  background: var(--group-dark-rag-surface-information-default-1) !important;
}

.focus\:bg-dark-rag-surface-information-default2:focus {
  background: var(--group-dark-rag-surface-information-default2) !important;
}

.hover\:bg-dark-rag-surface-information-default2:hover {
  background: var(--group-dark-rag-surface-information-default2) !important;
}

.active\:bg-dark-rag-surface-information-default2:active {
  background: var(--group-dark-rag-surface-information-default2) !important;
}

.focus\:bg-light-interactive-on-dark-surface-primary:focus {
  background: var(--group-light-interactive-on-dark-surface-primary) !important;
}

.hover\:bg-light-interactive-on-dark-surface-primary:hover {
  background: var(--group-light-interactive-on-dark-surface-primary) !important;
}

.active\:bg-light-interactive-on-dark-surface-primary:active {
  background: var(--group-light-interactive-on-dark-surface-primary) !important;
}

.focus\:bg-light-interactive-on-dark-surface-primary-hover:focus {
  background: var(--group-light-interactive-on-dark-surface-primary-hover) !important;
}

.hover\:bg-light-interactive-on-dark-surface-primary-hover:hover {
  background: var(--group-light-interactive-on-dark-surface-primary-hover) !important;
}

.active\:bg-light-interactive-on-dark-surface-primary-hover:active {
  background: var(--group-light-interactive-on-dark-surface-primary-hover) !important;
}

.focus\:bg-light-interactive-on-dark-surface-primary-pressed:focus {
  background: var(--group-light-interactive-on-dark-surface-primary-pressed) !important;
}

.hover\:bg-light-interactive-on-dark-surface-primary-pressed:hover {
  background: var(--group-light-interactive-on-dark-surface-primary-pressed) !important;
}

.active\:bg-light-interactive-on-dark-surface-primary-pressed:active {
  background: var(--group-light-interactive-on-dark-surface-primary-pressed) !important;
}

.focus\:bg-light-interactive-on-dark-surface-primary-disabled:focus {
  background: var(--group-light-interactive-on-dark-surface-primary-disabled) !important;
}

.hover\:bg-light-interactive-on-dark-surface-primary-disabled:hover {
  background: var(--group-light-interactive-on-dark-surface-primary-disabled) !important;
}

.active\:bg-light-interactive-on-dark-surface-primary-disabled:active {
  background: var(--group-light-interactive-on-dark-surface-primary-disabled) !important;
}

.focus\:bg-light-interactive-on-dark-surface-active:focus {
  background: var(--group-light-interactive-on-dark-surface-active) !important;
}

.hover\:bg-light-interactive-on-dark-surface-active:hover {
  background: var(--group-light-interactive-on-dark-surface-active) !important;
}

.active\:bg-light-interactive-on-dark-surface-active:active {
  background: var(--group-light-interactive-on-dark-surface-active) !important;
}

.focus\:bg-light-interactive-on-dark-surface-active-hover:focus {
  background: var(--group-light-interactive-on-dark-surface-active-hover) !important;
}

.hover\:bg-light-interactive-on-dark-surface-active-hover:hover {
  background: var(--group-light-interactive-on-dark-surface-active-hover) !important;
}

.active\:bg-light-interactive-on-dark-surface-active-hover:active {
  background: var(--group-light-interactive-on-dark-surface-active-hover) !important;
}

.focus\:bg-light-interactive-on-dark-surface-active-pressed:focus {
  background: var(--group-light-interactive-on-dark-surface-active-pressed) !important;
}

.hover\:bg-light-interactive-on-dark-surface-active-pressed:hover {
  background: var(--group-light-interactive-on-dark-surface-active-pressed) !important;
}

.active\:bg-light-interactive-on-dark-surface-active-pressed:active {
  background: var(--group-light-interactive-on-dark-surface-active-pressed) !important;
}

.focus\:bg-light-interactive-on-dark-surface-brand-1:focus {
  background: var(--group-light-interactive-on-dark-surface-brand-1) !important;
}

.hover\:bg-light-interactive-on-dark-surface-brand-1:hover {
  background: var(--group-light-interactive-on-dark-surface-brand-1) !important;
}

.active\:bg-light-interactive-on-dark-surface-brand-1:active {
  background: var(--group-light-interactive-on-dark-surface-brand-1) !important;
}

.focus\:bg-light-interactive-on-dark-surface-brand-1-hover:focus {
  background: var(--group-light-interactive-on-dark-surface-brand-1-hover) !important;
}

.hover\:bg-light-interactive-on-dark-surface-brand-1-hover:hover {
  background: var(--group-light-interactive-on-dark-surface-brand-1-hover) !important;
}

.active\:bg-light-interactive-on-dark-surface-brand-1-hover:active {
  background: var(--group-light-interactive-on-dark-surface-brand-1-hover) !important;
}

.focus\:bg-light-interactive-on-dark-surface-brand-1-pressed:focus {
  background: var(--group-light-interactive-on-dark-surface-brand-1-pressed) !important;
}

.hover\:bg-light-interactive-on-dark-surface-brand-1-pressed:hover {
  background: var(--group-light-interactive-on-dark-surface-brand-1-pressed) !important;
}

.active\:bg-light-interactive-on-dark-surface-brand-1-pressed:active {
  background: var(--group-light-interactive-on-dark-surface-brand-1-pressed) !important;
}

.focus\:bg-light-interactive-on-dark-surface-brand-1-disabled:focus {
  background: var(--group-light-interactive-on-dark-surface-brand-1-disabled) !important;
}

.hover\:bg-light-interactive-on-dark-surface-brand-1-disabled:hover {
  background: var(--group-light-interactive-on-dark-surface-brand-1-disabled) !important;
}

.active\:bg-light-interactive-on-dark-surface-brand-1-disabled:active {
  background: var(--group-light-interactive-on-dark-surface-brand-1-disabled) !important;
}

.focus\:bg-light-interactive-on-dark-surface-brand-1-processing:focus {
  background: var(--group-light-interactive-on-dark-surface-brand-1-processing) !important;
}

.hover\:bg-light-interactive-on-dark-surface-brand-1-processing:hover {
  background: var(--group-light-interactive-on-dark-surface-brand-1-processing) !important;
}

.active\:bg-light-interactive-on-dark-surface-brand-1-processing:active {
  background: var(--group-light-interactive-on-dark-surface-brand-1-processing) !important;
}

.focus\:bg-light-interactive-on-dark-surface-brand-2:focus {
  background: var(--group-light-interactive-on-dark-surface-brand-2) !important;
}

.hover\:bg-light-interactive-on-dark-surface-brand-2:hover {
  background: var(--group-light-interactive-on-dark-surface-brand-2) !important;
}

.active\:bg-light-interactive-on-dark-surface-brand-2:active {
  background: var(--group-light-interactive-on-dark-surface-brand-2) !important;
}

.focus\:bg-light-interactive-on-dark-surface-brand-2-hover:focus {
  background: var(--group-light-interactive-on-dark-surface-brand-2-hover) !important;
}

.hover\:bg-light-interactive-on-dark-surface-brand-2-hover:hover {
  background: var(--group-light-interactive-on-dark-surface-brand-2-hover) !important;
}

.active\:bg-light-interactive-on-dark-surface-brand-2-hover:active {
  background: var(--group-light-interactive-on-dark-surface-brand-2-hover) !important;
}

.focus\:bg-light-interactive-on-dark-surface-brand-2-pressed:focus {
  background: var(--group-light-interactive-on-dark-surface-brand-2-pressed) !important;
}

.hover\:bg-light-interactive-on-dark-surface-brand-2-pressed:hover {
  background: var(--group-light-interactive-on-dark-surface-brand-2-pressed) !important;
}

.active\:bg-light-interactive-on-dark-surface-brand-2-pressed:active {
  background: var(--group-light-interactive-on-dark-surface-brand-2-pressed) !important;
}

.focus\:bg-light-interactive-on-dark-surface-brand-2-disabled:focus {
  background: var(--group-light-interactive-on-dark-surface-brand-2-disabled) !important;
}

.hover\:bg-light-interactive-on-dark-surface-brand-2-disabled:hover {
  background: var(--group-light-interactive-on-dark-surface-brand-2-disabled) !important;
}

.active\:bg-light-interactive-on-dark-surface-brand-2-disabled:active {
  background: var(--group-light-interactive-on-dark-surface-brand-2-disabled) !important;
}

.focus\:bg-light-interactive-on-dark-surface-brand-2-processing:focus {
  background: var(--group-light-interactive-on-dark-surface-brand-2-processing) !important;
}

.hover\:bg-light-interactive-on-dark-surface-brand-2-processing:hover {
  background: var(--group-light-interactive-on-dark-surface-brand-2-processing) !important;
}

.active\:bg-light-interactive-on-dark-surface-brand-2-processing:active {
  background: var(--group-light-interactive-on-dark-surface-brand-2-processing) !important;
}

.focus\:bg-core-primary:focus {
  background: var(--group-color-base-core-primary) !important;
}

.hover\:bg-core-primary:hover {
  background: var(--group-color-base-core-primary) !important;
}

.active\:bg-core-primary:active {
  background: var(--group-color-base-core-primary) !important;
}

.focus\:bg-white:focus {
  background: var(--group-color-base-white) !important;
}

.hover\:bg-white:hover {
  background: var(--group-color-base-white) !important;
}

.active\:bg-white:active {
  background: var(--group-color-base-white) !important;
}

.focus\:bg-black:focus {
  background: var(--group-color-base-black) !important;
}

.hover\:bg-black:hover {
  background: var(--group-color-base-black) !important;
}

.active\:bg-black:active {
  background: var(--group-color-base-black) !important;
}

.focus\:bg-neutral-1:focus {
  background: var(--group-color-base-neutral-1) !important;
}

.hover\:bg-neutral-1:hover {
  background: var(--group-color-base-neutral-1) !important;
}

.active\:bg-neutral-1:active {
  background: var(--group-color-base-neutral-1) !important;
}

.focus\:bg-neutral-2:focus {
  background: var(--group-color-base-neutral-2) !important;
}

.hover\:bg-neutral-2:hover {
  background: var(--group-color-base-neutral-2) !important;
}

.active\:bg-neutral-2:active {
  background: var(--group-color-base-neutral-2) !important;
}

.focus\:bg-neutral-3:focus {
  background: var(--group-color-base-neutral-3) !important;
}

.hover\:bg-neutral-3:hover {
  background: var(--group-color-base-neutral-3) !important;
}

.active\:bg-neutral-3:active {
  background: var(--group-color-base-neutral-3) !important;
}

.focus\:bg-neutral-4:focus {
  background: var(--group-color-base-neutral-4) !important;
}

.hover\:bg-neutral-4:hover {
  background: var(--group-color-base-neutral-4) !important;
}

.active\:bg-neutral-4:active {
  background: var(--group-color-base-neutral-4) !important;
}

.focus\:bg-neutral-5:focus {
  background: var(--group-color-base-neutral-5) !important;
}

.hover\:bg-neutral-5:hover {
  background: var(--group-color-base-neutral-5) !important;
}

.active\:bg-neutral-5:active {
  background: var(--group-color-base-neutral-5) !important;
}

.focus\:bg-info-default-1:focus {
  background: var(--group-color-base-info-default-1) !important;
}

.hover\:bg-info-default-1:hover {
  background: var(--group-color-base-info-default-1) !important;
}

.active\:bg-info-default-1:active {
  background: var(--group-color-base-info-default-1) !important;
}

.focus\:bg-info-default-2:focus {
  background: var(--group-color-base-info-default-2) !important;
}

.hover\:bg-info-default-2:hover {
  background: var(--group-color-base-info-default-2) !important;
}

.active\:bg-info-default-2:active {
  background: var(--group-color-base-info-default-2) !important;
}

.focus\:bg-success-default-1:focus {
  background: var(--group-color-base-success-default-1) !important;
}

.hover\:bg-success-default-1:hover {
  background: var(--group-color-base-success-default-1) !important;
}

.active\:bg-success-default-1:active {
  background: var(--group-color-base-success-default-1) !important;
}

.focus\:bg-success-default-2:focus {
  background: var(--group-color-base-success-default-2) !important;
}

.hover\:bg-success-default-2:hover {
  background: var(--group-color-base-success-default-2) !important;
}

.active\:bg-success-default-2:active {
  background: var(--group-color-base-success-default-2) !important;
}

.focus\:bg-warning-default-1:focus {
  background: var(--group-color-base-warning-default-1) !important;
}

.hover\:bg-warning-default-1:hover {
  background: var(--group-color-base-warning-default-1) !important;
}

.active\:bg-warning-default-1:active {
  background: var(--group-color-base-warning-default-1) !important;
}

.focus\:bg-warning-default-2:focus {
  background: var(--group-color-base-warning-default-2) !important;
}

.hover\:bg-warning-default-2:hover {
  background: var(--group-color-base-warning-default-2) !important;
}

.active\:bg-warning-default-2:active {
  background: var(--group-color-base-warning-default-2) !important;
}

.focus\:bg-error-default-1:focus {
  background: var(--group-color-base-error-default-1) !important;
}

.hover\:bg-error-default-1:hover {
  background: var(--group-color-base-error-default-1) !important;
}

.active\:bg-error-default-1:active {
  background: var(--group-color-base-error-default-1) !important;
}

.focus\:bg-error-default-2:focus {
  background: var(--group-color-base-error-default-2) !important;
}

.hover\:bg-error-default-2:hover {
  background: var(--group-color-base-error-default-2) !important;
}

.active\:bg-error-default-2:active {
  background: var(--group-color-base-error-default-2) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-primary:focus {
  background: var(--group-dark-interactive-on-dark-surface-primary) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-primary:hover {
  background: var(--group-dark-interactive-on-dark-surface-primary) !important;
}

.active\:bg-dark-interactive-on-dark-surface-primary:active {
  background: var(--group-dark-interactive-on-dark-surface-primary) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-primary-hover:focus {
  background: var(--group-dark-interactive-on-dark-surface-primary-hover) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-primary-hover:hover {
  background: var(--group-dark-interactive-on-dark-surface-primary-hover) !important;
}

.active\:bg-dark-interactive-on-dark-surface-primary-hover:active {
  background: var(--group-dark-interactive-on-dark-surface-primary-hover) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-primary-pressed:focus {
  background: var(--group-dark-interactive-on-dark-surface-primary-pressed) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-primary-pressed:hover {
  background: var(--group-dark-interactive-on-dark-surface-primary-pressed) !important;
}

.active\:bg-dark-interactive-on-dark-surface-primary-pressed:active {
  background: var(--group-dark-interactive-on-dark-surface-primary-pressed) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-primary-disabled:focus {
  background: var(--group-dark-interactive-on-dark-surface-primary-disabled) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-primary-disabled:hover {
  background: var(--group-dark-interactive-on-dark-surface-primary-disabled) !important;
}

.active\:bg-dark-interactive-on-dark-surface-primary-disabled:active {
  background: var(--group-dark-interactive-on-dark-surface-primary-disabled) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-active:focus {
  background: var(--group-dark-interactive-on-dark-surface-active) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-active:hover {
  background: var(--group-dark-interactive-on-dark-surface-active) !important;
}

.active\:bg-dark-interactive-on-dark-surface-active:active {
  background: var(--group-dark-interactive-on-dark-surface-active) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-active-hover:focus {
  background: var(--group-dark-interactive-on-dark-surface-active-hover) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-active-hover:hover {
  background: var(--group-dark-interactive-on-dark-surface-active-hover) !important;
}

.active\:bg-dark-interactive-on-dark-surface-active-hover:active {
  background: var(--group-dark-interactive-on-dark-surface-active-hover) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-active-pressed:focus {
  background: var(--group-dark-interactive-on-dark-surface-active-pressed) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-active-pressed:hover {
  background: var(--group-dark-interactive-on-dark-surface-active-pressed) !important;
}

.active\:bg-dark-interactive-on-dark-surface-active-pressed:active {
  background: var(--group-dark-interactive-on-dark-surface-active-pressed) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-brand-1:focus {
  background: var(--group-dark-interactive-on-dark-surface-brand-1) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-brand-1:hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-1) !important;
}

.active\:bg-dark-interactive-on-dark-surface-brand-1:active {
  background: var(--group-dark-interactive-on-dark-surface-brand-1) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-brand-1-hover:focus {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-hover) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-brand-1-hover:hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-hover) !important;
}

.active\:bg-dark-interactive-on-dark-surface-brand-1-hover:active {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-hover) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-brand-1-pressed:focus {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-pressed) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-brand-1-pressed:hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-pressed) !important;
}

.active\:bg-dark-interactive-on-dark-surface-brand-1-pressed:active {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-pressed) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-brand-1-disabled:focus {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-disabled) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-brand-1-disabled:hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-disabled) !important;
}

.active\:bg-dark-interactive-on-dark-surface-brand-1-disabled:active {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-disabled) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-brand-1-processing:focus {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-processing) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-brand-1-processing:hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-processing) !important;
}

.active\:bg-dark-interactive-on-dark-surface-brand-1-processing:active {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-processing) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-brand-2:focus {
  background: var(--group-dark-interactive-on-dark-surface-brand-2) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-brand-2:hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-2) !important;
}

.active\:bg-dark-interactive-on-dark-surface-brand-2:active {
  background: var(--group-dark-interactive-on-dark-surface-brand-2) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-brand-2-hover:focus {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-hover) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-brand-2-hover:hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-hover) !important;
}

.active\:bg-dark-interactive-on-dark-surface-brand-2-hover:active {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-hover) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-brand-2-pressed:focus {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-pressed) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-brand-2-pressed:hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-pressed) !important;
}

.active\:bg-dark-interactive-on-dark-surface-brand-2-pressed:active {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-pressed) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-brand-2-disabled:focus {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-disabled) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-brand-2-disabled:hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-disabled) !important;
}

.active\:bg-dark-interactive-on-dark-surface-brand-2-disabled:active {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-disabled) !important;
}

.focus\:bg-dark-interactive-on-dark-surface-brand-2-processing:focus {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-processing) !important;
}

.hover\:bg-dark-interactive-on-dark-surface-brand-2-processing:hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-processing) !important;
}

.active\:bg-dark-interactive-on-dark-surface-brand-2-processing:active {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-processing) !important;
}

.focus\:bg-transparent:focus {
  background: transparent !important;
}

.hover\:bg-transparent:hover {
  background: transparent !important;
}

.active\:bg-transparent:active {
  background: transparent !important;
}

.bg-transparent {
  background: transparent !important;
}

.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.border {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.border-light-non-interactive-border-white {
  border-color: var(--group-light-non-interactive-border-white) !important;
  border-style: solid;
}

.border-light-non-interactive-border-neutral-1 {
  border-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-style: solid;
}

.border-light-non-interactive-border-neutral-2 {
  border-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-style: solid;
}

.border-light-non-interactive-border-neutral-3 {
  border-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-style: solid;
}

.border-light-non-interactive-border-neutral-4 {
  border-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-style: solid;
}

.border-light-non-interactive-border-neutral-5 {
  border-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-style: solid;
}

.border-light-non-interactive-border-black {
  border-color: var(--group-light-non-interactive-border-black) !important;
  border-style: solid;
}

.focus\:border:focus {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.hover\:border:hover {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.active\:border:active {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.focus\:border-light-non-interactive-border-white:focus {
  border-color: var(--group-light-non-interactive-border-white) !important;
  border-style: solid;
}

.hover\:border-light-non-interactive-border-white:hover {
  border-color: var(--group-light-non-interactive-border-white) !important;
  border-style: solid;
}

.active\:border-light-non-interactive-border-white:active {
  border-color: var(--group-light-non-interactive-border-white) !important;
  border-style: solid;
}

.focus\:border-light-non-interactive-border-neutral-1:focus {
  border-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-style: solid;
}

.hover\:border-light-non-interactive-border-neutral-1:hover {
  border-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-style: solid;
}

.active\:border-light-non-interactive-border-neutral-1:active {
  border-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-style: solid;
}

.focus\:border-light-non-interactive-border-neutral-2:focus {
  border-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-style: solid;
}

.hover\:border-light-non-interactive-border-neutral-2:hover {
  border-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-style: solid;
}

.active\:border-light-non-interactive-border-neutral-2:active {
  border-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-style: solid;
}

.focus\:border-light-non-interactive-border-neutral-3:focus {
  border-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-style: solid;
}

.hover\:border-light-non-interactive-border-neutral-3:hover {
  border-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-style: solid;
}

.active\:border-light-non-interactive-border-neutral-3:active {
  border-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-style: solid;
}

.focus\:border-light-non-interactive-border-neutral-4:focus {
  border-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-style: solid;
}

.hover\:border-light-non-interactive-border-neutral-4:hover {
  border-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-style: solid;
}

.active\:border-light-non-interactive-border-neutral-4:active {
  border-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-style: solid;
}

.focus\:border-light-non-interactive-border-neutral-5:focus {
  border-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-style: solid;
}

.hover\:border-light-non-interactive-border-neutral-5:hover {
  border-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-style: solid;
}

.active\:border-light-non-interactive-border-neutral-5:active {
  border-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-style: solid;
}

.focus\:border-light-non-interactive-border-black:focus {
  border-color: var(--group-light-non-interactive-border-black) !important;
  border-style: solid;
}

.hover\:border-light-non-interactive-border-black:hover {
  border-color: var(--group-light-non-interactive-border-black) !important;
  border-style: solid;
}

.active\:border-light-non-interactive-border-black:active {
  border-color: var(--group-light-non-interactive-border-black) !important;
  border-style: solid;
}

.border {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.border-dark-non-interactive-border-white {
  border-color: var(--group-dark-non-interactive-border-white) !important;
  border-style: solid;
}

.border-dark-non-interactive-border-neutral-1 {
  border-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-style: solid;
}

.border-dark-non-interactive-border-neutral-2 {
  border-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-style: solid;
}

.border-dark-non-interactive-border-neutral-3 {
  border-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-style: solid;
}

.border-dark-non-interactive-border-neutral-4 {
  border-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-style: solid;
}

.border-dark-non-interactive-border-neutral-5 {
  border-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-style: solid;
}

.border-dark-non-interactive-border-black {
  border-color: var(--group-dark-non-interactive-border-black) !important;
  border-style: solid;
}

.focus\:border:focus {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.hover\:border:hover {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.active\:border:active {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.focus\:border-dark-non-interactive-border-white:focus {
  border-color: var(--group-dark-non-interactive-border-white) !important;
  border-style: solid;
}

.hover\:border-dark-non-interactive-border-white:hover {
  border-color: var(--group-dark-non-interactive-border-white) !important;
  border-style: solid;
}

.active\:border-dark-non-interactive-border-white:active {
  border-color: var(--group-dark-non-interactive-border-white) !important;
  border-style: solid;
}

.focus\:border-dark-non-interactive-border-neutral-1:focus {
  border-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-style: solid;
}

.hover\:border-dark-non-interactive-border-neutral-1:hover {
  border-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-style: solid;
}

.active\:border-dark-non-interactive-border-neutral-1:active {
  border-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-style: solid;
}

.focus\:border-dark-non-interactive-border-neutral-2:focus {
  border-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-style: solid;
}

.hover\:border-dark-non-interactive-border-neutral-2:hover {
  border-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-style: solid;
}

.active\:border-dark-non-interactive-border-neutral-2:active {
  border-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-style: solid;
}

.focus\:border-dark-non-interactive-border-neutral-3:focus {
  border-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-style: solid;
}

.hover\:border-dark-non-interactive-border-neutral-3:hover {
  border-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-style: solid;
}

.active\:border-dark-non-interactive-border-neutral-3:active {
  border-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-style: solid;
}

.focus\:border-dark-non-interactive-border-neutral-4:focus {
  border-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-style: solid;
}

.hover\:border-dark-non-interactive-border-neutral-4:hover {
  border-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-style: solid;
}

.active\:border-dark-non-interactive-border-neutral-4:active {
  border-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-style: solid;
}

.focus\:border-dark-non-interactive-border-neutral-5:focus {
  border-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-style: solid;
}

.hover\:border-dark-non-interactive-border-neutral-5:hover {
  border-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-style: solid;
}

.active\:border-dark-non-interactive-border-neutral-5:active {
  border-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-style: solid;
}

.focus\:border-dark-non-interactive-border-black:focus {
  border-color: var(--group-dark-non-interactive-border-black) !important;
  border-style: solid;
}

.hover\:border-dark-non-interactive-border-black:hover {
  border-color: var(--group-dark-non-interactive-border-black) !important;
  border-style: solid;
}

.active\:border-dark-non-interactive-border-black:active {
  border-color: var(--group-dark-non-interactive-border-black) !important;
  border-style: solid;
}

.border {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-low-contrast {
  border-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-low-contrast-hover {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-low-contrast-pressed {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-low-contrast-disabled {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-high-contrast {
  border-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-high-contrast-hover {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-high-contrast-pressed {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-high-contrast-disabled {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-active {
  border-color: var(--group-light-interactive-on-light-border-active) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-active-hover {
  border-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-active-pressed {
  border-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-brand-1 {
  border-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-brand-1-hover {
  border-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-brand-1-pressed {
  border-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-brand-2 {
  border-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-brand-2-hover {
  border-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-brand-2-pressed {
  border-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-brand-2-disabled {
  border-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-style: solid;
}

.border-light-interactive-on-light-border-brand-2-processing {
  border-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-style: solid;
}

.focus\:border:focus {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.hover\:border:hover {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.active\:border:active {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-low-contrast:focus {
  border-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-low-contrast:hover {
  border-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-low-contrast:active {
  border-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-low-contrast-hover:focus {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-low-contrast-hover:hover {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-low-contrast-hover:active {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-low-contrast-pressed:focus {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-low-contrast-pressed:hover {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-low-contrast-pressed:active {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-low-contrast-disabled:focus {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-low-contrast-disabled:hover {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-low-contrast-disabled:active {
  border-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-high-contrast:focus {
  border-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-high-contrast:hover {
  border-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-high-contrast:active {
  border-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-high-contrast-hover:focus {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-high-contrast-hover:hover {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-high-contrast-hover:active {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-high-contrast-pressed:focus {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-high-contrast-pressed:hover {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-high-contrast-pressed:active {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-high-contrast-disabled:focus {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-high-contrast-disabled:hover {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-high-contrast-disabled:active {
  border-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-active:focus {
  border-color: var(--group-light-interactive-on-light-border-active) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-active:hover {
  border-color: var(--group-light-interactive-on-light-border-active) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-active:active {
  border-color: var(--group-light-interactive-on-light-border-active) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-active-hover:focus {
  border-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-active-hover:hover {
  border-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-active-hover:active {
  border-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-active-pressed:focus {
  border-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-active-pressed:hover {
  border-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-active-pressed:active {
  border-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-brand-1:focus {
  border-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-brand-1:hover {
  border-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-brand-1:active {
  border-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-brand-1-hover:focus {
  border-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-brand-1-hover:hover {
  border-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-brand-1-hover:active {
  border-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-brand-1-pressed:focus {
  border-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-brand-1-pressed:hover {
  border-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-brand-1-pressed:active {
  border-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-brand-2:focus {
  border-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-brand-2:hover {
  border-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-brand-2:active {
  border-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-brand-2-hover:focus {
  border-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-brand-2-hover:hover {
  border-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-brand-2-hover:active {
  border-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-brand-2-pressed:focus {
  border-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-brand-2-pressed:hover {
  border-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-brand-2-pressed:active {
  border-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-brand-2-disabled:focus {
  border-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-brand-2-disabled:hover {
  border-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-brand-2-disabled:active {
  border-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-light-border-brand-2-processing:focus {
  border-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-light-border-brand-2-processing:hover {
  border-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-light-border-brand-2-processing:active {
  border-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-style: solid;
}

.border {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-low-contrast {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-low-contrast-hover {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-low-contrast-pressed {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-low-contrast-disabled {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-high-contrast {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-high-contrast-hover {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-high-contrast-pressed {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-high-contrast-disabled {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-active {
  border-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-active-hover {
  border-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-active-pressed {
  border-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-brand-2 {
  border-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-brand-2-hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-brand-2-pressed {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-brand-2-disabled {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-brand-2-processing {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-brand-1 {
  border-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-brand-1-hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-brand-1-pressed {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-brand-1-disabled {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-style: solid;
}

.border-light-interactive-on-dark-border-brand-1-processing {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-style: solid;
}

.focus\:border:focus {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.hover\:border:hover {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.active\:border:active {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-low-contrast:focus {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-low-contrast:hover {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-low-contrast:active {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-low-contrast-hover:focus {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-low-contrast-hover:hover {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-low-contrast-hover:active {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-low-contrast-pressed:focus {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-low-contrast-pressed:hover {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-low-contrast-pressed:active {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-low-contrast-disabled:focus {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-low-contrast-disabled:hover {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-low-contrast-disabled:active {
  border-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-high-contrast:focus {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-high-contrast:hover {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-high-contrast:active {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-high-contrast-hover:focus {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-high-contrast-hover:hover {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-high-contrast-hover:active {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-high-contrast-pressed:focus {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-high-contrast-pressed:hover {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-high-contrast-pressed:active {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-high-contrast-disabled:focus {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-high-contrast-disabled:hover {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-high-contrast-disabled:active {
  border-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-active:focus {
  border-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-active:hover {
  border-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-active:active {
  border-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-active-hover:focus {
  border-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-active-hover:hover {
  border-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-active-hover:active {
  border-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-active-pressed:focus {
  border-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-active-pressed:hover {
  border-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-active-pressed:active {
  border-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-brand-2:focus {
  border-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-brand-2:hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-brand-2:active {
  border-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-brand-2-hover:focus {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-brand-2-hover:hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-brand-2-hover:active {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-brand-2-pressed:focus {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-brand-2-pressed:hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-brand-2-pressed:active {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-brand-2-disabled:focus {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-brand-2-disabled:hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-brand-2-disabled:active {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-brand-2-processing:focus {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-brand-2-processing:hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-brand-2-processing:active {
  border-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-brand-1:focus {
  border-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-brand-1:hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-brand-1:active {
  border-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-brand-1-hover:focus {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-brand-1-hover:hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-brand-1-hover:active {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-brand-1-pressed:focus {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-brand-1-pressed:hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-brand-1-pressed:active {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-brand-1-disabled:focus {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-brand-1-disabled:hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-brand-1-disabled:active {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-style: solid;
}

.focus\:border-light-interactive-on-dark-border-brand-1-processing:focus {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-style: solid;
}

.hover\:border-light-interactive-on-dark-border-brand-1-processing:hover {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-style: solid;
}

.active\:border-light-interactive-on-dark-border-brand-1-processing:active {
  border-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-style: solid;
}

.border {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-low-contrast {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-low-contrast-hover {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-low-contrast-pressed {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-low-contrast-disabled {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-high-contrast {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-high-contrast-hover {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-high-contrast-pressed {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-high-contrast-disabled {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-active {
  border-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-active-hover {
  border-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-active-pressed {
  border-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-brand-1 {
  border-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-brand-1-hover {
  border-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-brand-1-pressed {
  border-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-brand-2 {
  border-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-brand-2-hover {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-brand-2-pressed {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-brand-2-disabled {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-style: solid;
}

.border-dark-interactive-on-light-border-brand-2-processing {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-style: solid;
}

.focus\:border:focus {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.hover\:border:hover {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.active\:border:active {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-low-contrast:focus {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-low-contrast:hover {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-low-contrast:active {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-low-contrast-hover:focus {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-low-contrast-hover:hover {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-low-contrast-hover:active {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-low-contrast-pressed:focus {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-low-contrast-pressed:hover {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-low-contrast-pressed:active {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-low-contrast-disabled:focus {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-low-contrast-disabled:hover {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-low-contrast-disabled:active {
  border-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-high-contrast:focus {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-high-contrast:hover {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-high-contrast:active {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-high-contrast-hover:focus {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-high-contrast-hover:hover {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-high-contrast-hover:active {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-high-contrast-pressed:focus {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-high-contrast-pressed:hover {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-high-contrast-pressed:active {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-high-contrast-disabled:focus {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-high-contrast-disabled:hover {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-high-contrast-disabled:active {
  border-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-active:focus {
  border-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-active:hover {
  border-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-active:active {
  border-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-active-hover:focus {
  border-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-active-hover:hover {
  border-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-active-hover:active {
  border-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-active-pressed:focus {
  border-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-active-pressed:hover {
  border-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-active-pressed:active {
  border-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-brand-1:focus {
  border-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-brand-1:hover {
  border-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-brand-1:active {
  border-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-brand-1-hover:focus {
  border-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-brand-1-hover:hover {
  border-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-brand-1-hover:active {
  border-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-brand-1-pressed:focus {
  border-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-brand-1-pressed:hover {
  border-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-brand-1-pressed:active {
  border-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-brand-2:focus {
  border-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-brand-2:hover {
  border-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-brand-2:active {
  border-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-brand-2-hover:focus {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-brand-2-hover:hover {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-brand-2-hover:active {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-brand-2-pressed:focus {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-brand-2-pressed:hover {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-brand-2-pressed:active {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-brand-2-disabled:focus {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-brand-2-disabled:hover {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-brand-2-disabled:active {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-light-border-brand-2-processing:focus {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-light-border-brand-2-processing:hover {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-light-border-brand-2-processing:active {
  border-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-style: solid;
}

.border {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-low-contrast {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-low-contrast-hover {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-low-contrast-pressed {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-low-contrast-disabled {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-high-contrast {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-high-contrast-hover {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-high-contrast-pressed {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-high-contrast-disabled {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-active {
  border-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-active-hover {
  border-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-active-pressed {
  border-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-brand-2 {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-brand-2-hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-brand-2-pressed {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-brand-2-disabled {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-brand-2-processing {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-brand-1 {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-brand-1-hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-brand-1-pressed {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-brand-1-disabled {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-style: solid;
}

.border-dark-interactive-on-dark-border-brand-1-processing {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-style: solid;
}

.focus\:border:focus {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.hover\:border:hover {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.active\:border:active {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-low-contrast:focus {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-low-contrast:hover {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-low-contrast:active {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-low-contrast-hover:focus {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-low-contrast-hover:hover {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-low-contrast-hover:active {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-low-contrast-pressed:focus {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-low-contrast-pressed:hover {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-low-contrast-pressed:active {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-low-contrast-disabled:focus {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-low-contrast-disabled:hover {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-low-contrast-disabled:active {
  border-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-high-contrast:focus {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-high-contrast:hover {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-high-contrast:active {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-high-contrast-hover:focus {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-high-contrast-hover:hover {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-high-contrast-hover:active {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-high-contrast-pressed:focus {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-high-contrast-pressed:hover {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-high-contrast-pressed:active {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-high-contrast-disabled:focus {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-high-contrast-disabled:hover {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-high-contrast-disabled:active {
  border-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-active:focus {
  border-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-active:hover {
  border-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-active:active {
  border-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-active-hover:focus {
  border-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-active-hover:hover {
  border-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-active-hover:active {
  border-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-active-pressed:focus {
  border-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-active-pressed:hover {
  border-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-active-pressed:active {
  border-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-brand-2:focus {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-brand-2:hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-brand-2:active {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-brand-2-hover:focus {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-brand-2-hover:hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-brand-2-hover:active {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-brand-2-pressed:focus {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-brand-2-pressed:hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-brand-2-pressed:active {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-brand-2-disabled:focus {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-brand-2-disabled:hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-brand-2-disabled:active {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-brand-2-processing:focus {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-brand-2-processing:hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-brand-2-processing:active {
  border-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-brand-1:focus {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-brand-1:hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-brand-1:active {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-brand-1-hover:focus {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-brand-1-hover:hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-brand-1-hover:active {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-brand-1-pressed:focus {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-brand-1-pressed:hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-brand-1-pressed:active {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-brand-1-disabled:focus {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-brand-1-disabled:hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-brand-1-disabled:active {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-style: solid;
}

.focus\:border-dark-interactive-on-dark-border-brand-1-processing:focus {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-style: solid;
}

.hover\:border-dark-interactive-on-dark-border-brand-1-processing:hover {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-style: solid;
}

.active\:border-dark-interactive-on-dark-border-brand-1-processing:active {
  border-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-style: solid;
}

.border {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.border-light-rag-border-error {
  border-color: var(--group-light-rag-border-error) !important;
  border-style: solid;
}

.border-light-rag-border-warning {
  border-color: var(--group-light-rag-border-warning) !important;
  border-style: solid;
}

.border-light-rag-border-success {
  border-color: var(--group-light-rag-border-success) !important;
  border-style: solid;
}

.border-light-rag-border-information {
  border-color: var(--group-light-rag-border-information) !important;
  border-style: solid;
}

.focus\:border:focus {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.hover\:border:hover {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.active\:border:active {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.focus\:border-light-rag-border-error:focus {
  border-color: var(--group-light-rag-border-error) !important;
  border-style: solid;
}

.hover\:border-light-rag-border-error:hover {
  border-color: var(--group-light-rag-border-error) !important;
  border-style: solid;
}

.active\:border-light-rag-border-error:active {
  border-color: var(--group-light-rag-border-error) !important;
  border-style: solid;
}

.focus\:border-light-rag-border-warning:focus {
  border-color: var(--group-light-rag-border-warning) !important;
  border-style: solid;
}

.hover\:border-light-rag-border-warning:hover {
  border-color: var(--group-light-rag-border-warning) !important;
  border-style: solid;
}

.active\:border-light-rag-border-warning:active {
  border-color: var(--group-light-rag-border-warning) !important;
  border-style: solid;
}

.focus\:border-light-rag-border-success:focus {
  border-color: var(--group-light-rag-border-success) !important;
  border-style: solid;
}

.hover\:border-light-rag-border-success:hover {
  border-color: var(--group-light-rag-border-success) !important;
  border-style: solid;
}

.active\:border-light-rag-border-success:active {
  border-color: var(--group-light-rag-border-success) !important;
  border-style: solid;
}

.focus\:border-light-rag-border-information:focus {
  border-color: var(--group-light-rag-border-information) !important;
  border-style: solid;
}

.hover\:border-light-rag-border-information:hover {
  border-color: var(--group-light-rag-border-information) !important;
  border-style: solid;
}

.active\:border-light-rag-border-information:active {
  border-color: var(--group-light-rag-border-information) !important;
  border-style: solid;
}

.border {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.border-dark-rag-border-error {
  border-color: var(--group-dark-rag-border-error) !important;
  border-style: solid;
}

.border-dark-rag-border-warning {
  border-color: var(--group-dark-rag-border-warning) !important;
  border-style: solid;
}

.border-dark-rag-border-success {
  border-color: var(--group-dark-rag-border-success) !important;
  border-style: solid;
}

.border-dark-rag-border-information {
  border-color: var(--group-dark-rag-border-information) !important;
  border-style: solid;
}

.focus\:border:focus {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.hover\:border:hover {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.active\:border:active {
  border-color: var(--group-color-base-neutral-3) !important;
  border-style: solid;
}

.focus\:border-dark-rag-border-error:focus {
  border-color: var(--group-dark-rag-border-error) !important;
  border-style: solid;
}

.hover\:border-dark-rag-border-error:hover {
  border-color: var(--group-dark-rag-border-error) !important;
  border-style: solid;
}

.active\:border-dark-rag-border-error:active {
  border-color: var(--group-dark-rag-border-error) !important;
  border-style: solid;
}

.focus\:border-dark-rag-border-warning:focus {
  border-color: var(--group-dark-rag-border-warning) !important;
  border-style: solid;
}

.hover\:border-dark-rag-border-warning:hover {
  border-color: var(--group-dark-rag-border-warning) !important;
  border-style: solid;
}

.active\:border-dark-rag-border-warning:active {
  border-color: var(--group-dark-rag-border-warning) !important;
  border-style: solid;
}

.focus\:border-dark-rag-border-success:focus {
  border-color: var(--group-dark-rag-border-success) !important;
  border-style: solid;
}

.hover\:border-dark-rag-border-success:hover {
  border-color: var(--group-dark-rag-border-success) !important;
  border-style: solid;
}

.active\:border-dark-rag-border-success:active {
  border-color: var(--group-dark-rag-border-success) !important;
  border-style: solid;
}

.focus\:border-dark-rag-border-information:focus {
  border-color: var(--group-dark-rag-border-information) !important;
  border-style: solid;
}

.hover\:border-dark-rag-border-information:hover {
  border-color: var(--group-dark-rag-border-information) !important;
  border-style: solid;
}

.active\:border-dark-rag-border-information:active {
  border-color: var(--group-dark-rag-border-information) !important;
  border-style: solid;
}

.border-top {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.border-top-light-non-interactive-border-white {
  border-top-color: var(--group-light-non-interactive-border-white) !important;
  border-top-style: solid;
}

.border-top-light-non-interactive-border-neutral-1 {
  border-top-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-top-style: solid;
}

.border-top-light-non-interactive-border-neutral-2 {
  border-top-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-top-style: solid;
}

.border-top-light-non-interactive-border-neutral-3 {
  border-top-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-top-style: solid;
}

.border-top-light-non-interactive-border-neutral-4 {
  border-top-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-top-style: solid;
}

.border-top-light-non-interactive-border-neutral-5 {
  border-top-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-top-style: solid;
}

.border-top-light-non-interactive-border-black {
  border-top-color: var(--group-light-non-interactive-border-black) !important;
  border-top-style: solid;
}

.focus\:border-top:focus {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.hover\:border-top:hover {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.active\:border-top:active {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.focus\:border-top-light-non-interactive-border-white:focus {
  border-top-color: var(--group-light-non-interactive-border-white) !important;
  border-top-style: solid;
}

.hover\:border-top-light-non-interactive-border-white:hover {
  border-top-color: var(--group-light-non-interactive-border-white) !important;
  border-top-style: solid;
}

.active\:border-top-light-non-interactive-border-white:active {
  border-top-color: var(--group-light-non-interactive-border-white) !important;
  border-top-style: solid;
}

.focus\:border-top-light-non-interactive-border-neutral-1:focus {
  border-top-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-top-style: solid;
}

.hover\:border-top-light-non-interactive-border-neutral-1:hover {
  border-top-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-top-style: solid;
}

.active\:border-top-light-non-interactive-border-neutral-1:active {
  border-top-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-top-style: solid;
}

.focus\:border-top-light-non-interactive-border-neutral-2:focus {
  border-top-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-top-style: solid;
}

.hover\:border-top-light-non-interactive-border-neutral-2:hover {
  border-top-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-top-style: solid;
}

.active\:border-top-light-non-interactive-border-neutral-2:active {
  border-top-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-top-style: solid;
}

.focus\:border-top-light-non-interactive-border-neutral-3:focus {
  border-top-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-top-style: solid;
}

.hover\:border-top-light-non-interactive-border-neutral-3:hover {
  border-top-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-top-style: solid;
}

.active\:border-top-light-non-interactive-border-neutral-3:active {
  border-top-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-top-style: solid;
}

.focus\:border-top-light-non-interactive-border-neutral-4:focus {
  border-top-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-top-style: solid;
}

.hover\:border-top-light-non-interactive-border-neutral-4:hover {
  border-top-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-top-style: solid;
}

.active\:border-top-light-non-interactive-border-neutral-4:active {
  border-top-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-top-style: solid;
}

.focus\:border-top-light-non-interactive-border-neutral-5:focus {
  border-top-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-top-style: solid;
}

.hover\:border-top-light-non-interactive-border-neutral-5:hover {
  border-top-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-top-style: solid;
}

.active\:border-top-light-non-interactive-border-neutral-5:active {
  border-top-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-top-style: solid;
}

.focus\:border-top-light-non-interactive-border-black:focus {
  border-top-color: var(--group-light-non-interactive-border-black) !important;
  border-top-style: solid;
}

.hover\:border-top-light-non-interactive-border-black:hover {
  border-top-color: var(--group-light-non-interactive-border-black) !important;
  border-top-style: solid;
}

.active\:border-top-light-non-interactive-border-black:active {
  border-top-color: var(--group-light-non-interactive-border-black) !important;
  border-top-style: solid;
}

.border-top {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.border-top-dark-non-interactive-border-white {
  border-top-color: var(--group-dark-non-interactive-border-white) !important;
  border-top-style: solid;
}

.border-top-dark-non-interactive-border-neutral-1 {
  border-top-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-top-style: solid;
}

.border-top-dark-non-interactive-border-neutral-2 {
  border-top-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-top-style: solid;
}

.border-top-dark-non-interactive-border-neutral-3 {
  border-top-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-top-style: solid;
}

.border-top-dark-non-interactive-border-neutral-4 {
  border-top-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-top-style: solid;
}

.border-top-dark-non-interactive-border-neutral-5 {
  border-top-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-top-style: solid;
}

.border-top-dark-non-interactive-border-black {
  border-top-color: var(--group-dark-non-interactive-border-black) !important;
  border-top-style: solid;
}

.focus\:border-top:focus {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.hover\:border-top:hover {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.active\:border-top:active {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-non-interactive-border-white:focus {
  border-top-color: var(--group-dark-non-interactive-border-white) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-non-interactive-border-white:hover {
  border-top-color: var(--group-dark-non-interactive-border-white) !important;
  border-top-style: solid;
}

.active\:border-top-dark-non-interactive-border-white:active {
  border-top-color: var(--group-dark-non-interactive-border-white) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-non-interactive-border-neutral-1:focus {
  border-top-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-non-interactive-border-neutral-1:hover {
  border-top-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-top-style: solid;
}

.active\:border-top-dark-non-interactive-border-neutral-1:active {
  border-top-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-non-interactive-border-neutral-2:focus {
  border-top-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-non-interactive-border-neutral-2:hover {
  border-top-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-top-style: solid;
}

.active\:border-top-dark-non-interactive-border-neutral-2:active {
  border-top-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-non-interactive-border-neutral-3:focus {
  border-top-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-non-interactive-border-neutral-3:hover {
  border-top-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-top-style: solid;
}

.active\:border-top-dark-non-interactive-border-neutral-3:active {
  border-top-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-non-interactive-border-neutral-4:focus {
  border-top-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-non-interactive-border-neutral-4:hover {
  border-top-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-top-style: solid;
}

.active\:border-top-dark-non-interactive-border-neutral-4:active {
  border-top-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-non-interactive-border-neutral-5:focus {
  border-top-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-non-interactive-border-neutral-5:hover {
  border-top-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-top-style: solid;
}

.active\:border-top-dark-non-interactive-border-neutral-5:active {
  border-top-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-non-interactive-border-black:focus {
  border-top-color: var(--group-dark-non-interactive-border-black) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-non-interactive-border-black:hover {
  border-top-color: var(--group-dark-non-interactive-border-black) !important;
  border-top-style: solid;
}

.active\:border-top-dark-non-interactive-border-black:active {
  border-top-color: var(--group-dark-non-interactive-border-black) !important;
  border-top-style: solid;
}

.border-top {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-low-contrast {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-low-contrast-hover {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-low-contrast-pressed {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-low-contrast-disabled {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-high-contrast {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-high-contrast-hover {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-high-contrast-pressed {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-high-contrast-disabled {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-active {
  border-top-color: var(--group-light-interactive-on-light-border-active) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-active-hover {
  border-top-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-active-pressed {
  border-top-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-brand-1 {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-brand-1-hover {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-brand-1-pressed {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-brand-2 {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-brand-2-hover {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-brand-2-pressed {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-brand-2-disabled {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-light-border-brand-2-processing {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-top-style: solid;
}

.focus\:border-top:focus {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.hover\:border-top:hover {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.active\:border-top:active {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-low-contrast:focus {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-low-contrast:hover {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-low-contrast:active {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-low-contrast-hover:focus {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-low-contrast-hover:hover {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-low-contrast-hover:active {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-low-contrast-pressed:focus {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-low-contrast-pressed:hover {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-low-contrast-pressed:active {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-low-contrast-disabled:focus {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-low-contrast-disabled:hover {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-low-contrast-disabled:active {
  border-top-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-high-contrast:focus {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-high-contrast:hover {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-high-contrast:active {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-high-contrast-hover:focus {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-high-contrast-hover:hover {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-high-contrast-hover:active {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-high-contrast-pressed:focus {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-high-contrast-pressed:hover {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-high-contrast-pressed:active {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-high-contrast-disabled:focus {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-high-contrast-disabled:hover {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-high-contrast-disabled:active {
  border-top-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-active:focus {
  border-top-color: var(--group-light-interactive-on-light-border-active) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-active:hover {
  border-top-color: var(--group-light-interactive-on-light-border-active) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-active:active {
  border-top-color: var(--group-light-interactive-on-light-border-active) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-active-hover:focus {
  border-top-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-active-hover:hover {
  border-top-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-active-hover:active {
  border-top-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-active-pressed:focus {
  border-top-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-active-pressed:hover {
  border-top-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-active-pressed:active {
  border-top-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-brand-1:focus {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-brand-1:hover {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-brand-1:active {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-brand-1-hover:focus {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-brand-1-hover:hover {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-brand-1-hover:active {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-brand-1-pressed:focus {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-brand-1-pressed:hover {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-brand-1-pressed:active {
  border-top-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-brand-2:focus {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-brand-2:hover {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-brand-2:active {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-brand-2-hover:focus {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-brand-2-hover:hover {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-brand-2-hover:active {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-brand-2-pressed:focus {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-brand-2-pressed:hover {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-brand-2-pressed:active {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-brand-2-disabled:focus {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-brand-2-disabled:hover {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-brand-2-disabled:active {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-light-border-brand-2-processing:focus {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-light-border-brand-2-processing:hover {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-light-border-brand-2-processing:active {
  border-top-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-top-style: solid;
}

.border-top {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-low-contrast {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-low-contrast-hover {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-low-contrast-pressed {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-low-contrast-disabled {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-high-contrast {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-high-contrast-hover {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-high-contrast-pressed {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-high-contrast-disabled {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-active {
  border-top-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-active-hover {
  border-top-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-active-pressed {
  border-top-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-brand-2 {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-brand-2-hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-brand-2-pressed {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-brand-2-disabled {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-brand-2-processing {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-brand-1 {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-brand-1-hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-brand-1-pressed {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-brand-1-disabled {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-top-style: solid;
}

.border-top-light-interactive-on-dark-border-brand-1-processing {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-top-style: solid;
}

.focus\:border-top:focus {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.hover\:border-top:hover {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.active\:border-top:active {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-low-contrast:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-low-contrast:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-low-contrast:active {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-low-contrast-hover:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-low-contrast-hover:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-low-contrast-hover:active {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-low-contrast-pressed:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-low-contrast-pressed:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-low-contrast-pressed:active {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-low-contrast-disabled:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-low-contrast-disabled:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-low-contrast-disabled:active {
  border-top-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-high-contrast:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-high-contrast:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-high-contrast:active {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-high-contrast-hover:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-high-contrast-hover:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-high-contrast-hover:active {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-high-contrast-pressed:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-high-contrast-pressed:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-high-contrast-pressed:active {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-high-contrast-disabled:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-high-contrast-disabled:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-high-contrast-disabled:active {
  border-top-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-active:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-active:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-active:active {
  border-top-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-active-hover:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-active-hover:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-active-hover:active {
  border-top-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-active-pressed:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-active-pressed:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-active-pressed:active {
  border-top-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-brand-2:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-brand-2:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-brand-2:active {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-brand-2-hover:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-brand-2-hover:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-brand-2-hover:active {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-brand-2-pressed:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-brand-2-pressed:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-brand-2-pressed:active {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-brand-2-disabled:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-brand-2-disabled:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-brand-2-disabled:active {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-brand-2-processing:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-brand-2-processing:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-brand-2-processing:active {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-brand-1:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-brand-1:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-brand-1:active {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-brand-1-hover:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-brand-1-hover:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-brand-1-hover:active {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-brand-1-pressed:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-brand-1-pressed:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-brand-1-pressed:active {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-brand-1-disabled:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-brand-1-disabled:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-brand-1-disabled:active {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-light-interactive-on-dark-border-brand-1-processing:focus {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-top-style: solid;
}

.hover\:border-top-light-interactive-on-dark-border-brand-1-processing:hover {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-top-style: solid;
}

.active\:border-top-light-interactive-on-dark-border-brand-1-processing:active {
  border-top-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-top-style: solid;
}

.border-top {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-low-contrast {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-low-contrast-hover {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-low-contrast-pressed {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-low-contrast-disabled {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-high-contrast {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-high-contrast-hover {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-high-contrast-pressed {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-high-contrast-disabled {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-active {
  border-top-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-active-hover {
  border-top-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-active-pressed {
  border-top-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-brand-1 {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-brand-1-hover {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-brand-1-pressed {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-brand-2 {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-brand-2-hover {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-brand-2-pressed {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-brand-2-disabled {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-light-border-brand-2-processing {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-top-style: solid;
}

.focus\:border-top:focus {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.hover\:border-top:hover {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.active\:border-top:active {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-low-contrast:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-low-contrast:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-low-contrast:active {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-low-contrast-hover:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-low-contrast-hover:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-low-contrast-hover:active {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-low-contrast-pressed:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-low-contrast-pressed:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-low-contrast-pressed:active {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-low-contrast-disabled:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-low-contrast-disabled:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-low-contrast-disabled:active {
  border-top-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-high-contrast:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-high-contrast:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-high-contrast:active {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-high-contrast-hover:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-high-contrast-hover:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-high-contrast-hover:active {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-high-contrast-pressed:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-high-contrast-pressed:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-high-contrast-pressed:active {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-high-contrast-disabled:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-high-contrast-disabled:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-high-contrast-disabled:active {
  border-top-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-active:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-active:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-active:active {
  border-top-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-active-hover:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-active-hover:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-active-hover:active {
  border-top-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-active-pressed:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-active-pressed:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-active-pressed:active {
  border-top-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-brand-1:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-brand-1:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-brand-1:active {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-brand-1-hover:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-brand-1-hover:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-brand-1-hover:active {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-brand-1-pressed:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-brand-1-pressed:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-brand-1-pressed:active {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-brand-2:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-brand-2:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-brand-2:active {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-brand-2-hover:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-brand-2-hover:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-brand-2-hover:active {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-brand-2-pressed:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-brand-2-pressed:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-brand-2-pressed:active {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-brand-2-disabled:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-brand-2-disabled:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-brand-2-disabled:active {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-light-border-brand-2-processing:focus {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-light-border-brand-2-processing:hover {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-light-border-brand-2-processing:active {
  border-top-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-top-style: solid;
}

.border-top {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-low-contrast {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-low-contrast-hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-low-contrast-pressed {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-low-contrast-disabled {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-high-contrast {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-high-contrast-hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-high-contrast-pressed {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-high-contrast-disabled {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-active {
  border-top-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-active-hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-active-pressed {
  border-top-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-brand-2 {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-brand-2-hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-brand-2-pressed {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-brand-2-disabled {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-brand-2-processing {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-brand-1 {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-brand-1-hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-brand-1-pressed {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-brand-1-disabled {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-top-style: solid;
}

.border-top-dark-interactive-on-dark-border-brand-1-processing {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-top-style: solid;
}

.focus\:border-top:focus {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.hover\:border-top:hover {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.active\:border-top:active {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-low-contrast:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-low-contrast:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-low-contrast:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-low-contrast-hover:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-low-contrast-hover:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-low-contrast-hover:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-low-contrast-pressed:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-low-contrast-pressed:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-low-contrast-pressed:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-low-contrast-disabled:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-low-contrast-disabled:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-low-contrast-disabled:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-high-contrast:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-high-contrast:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-high-contrast:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-high-contrast-hover:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-high-contrast-hover:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-high-contrast-hover:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-high-contrast-pressed:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-high-contrast-pressed:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-high-contrast-pressed:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-high-contrast-disabled:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-high-contrast-disabled:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-high-contrast-disabled:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-active:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-active:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-active:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-active-hover:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-active-hover:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-active-hover:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-active-pressed:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-active-pressed:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-active-pressed:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-brand-2:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-brand-2:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-brand-2:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-brand-2-hover:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-brand-2-hover:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-brand-2-hover:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-brand-2-pressed:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-brand-2-pressed:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-brand-2-pressed:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-brand-2-disabled:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-brand-2-disabled:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-brand-2-disabled:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-brand-2-processing:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-brand-2-processing:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-brand-2-processing:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-brand-1:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-brand-1:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-brand-1:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-brand-1-hover:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-brand-1-hover:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-brand-1-hover:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-brand-1-pressed:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-brand-1-pressed:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-brand-1-pressed:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-brand-1-disabled:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-brand-1-disabled:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-brand-1-disabled:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-interactive-on-dark-border-brand-1-processing:focus {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-interactive-on-dark-border-brand-1-processing:hover {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-top-style: solid;
}

.active\:border-top-dark-interactive-on-dark-border-brand-1-processing:active {
  border-top-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-top-style: solid;
}

.border-top {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.border-top-light-rag-border-error {
  border-top-color: var(--group-light-rag-border-error) !important;
  border-top-style: solid;
}

.border-top-light-rag-border-warning {
  border-top-color: var(--group-light-rag-border-warning) !important;
  border-top-style: solid;
}

.border-top-light-rag-border-success {
  border-top-color: var(--group-light-rag-border-success) !important;
  border-top-style: solid;
}

.border-top-light-rag-border-information {
  border-top-color: var(--group-light-rag-border-information) !important;
  border-top-style: solid;
}

.focus\:border-top:focus {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.hover\:border-top:hover {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.active\:border-top:active {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.focus\:border-top-light-rag-border-error:focus {
  border-top-color: var(--group-light-rag-border-error) !important;
  border-top-style: solid;
}

.hover\:border-top-light-rag-border-error:hover {
  border-top-color: var(--group-light-rag-border-error) !important;
  border-top-style: solid;
}

.active\:border-top-light-rag-border-error:active {
  border-top-color: var(--group-light-rag-border-error) !important;
  border-top-style: solid;
}

.focus\:border-top-light-rag-border-warning:focus {
  border-top-color: var(--group-light-rag-border-warning) !important;
  border-top-style: solid;
}

.hover\:border-top-light-rag-border-warning:hover {
  border-top-color: var(--group-light-rag-border-warning) !important;
  border-top-style: solid;
}

.active\:border-top-light-rag-border-warning:active {
  border-top-color: var(--group-light-rag-border-warning) !important;
  border-top-style: solid;
}

.focus\:border-top-light-rag-border-success:focus {
  border-top-color: var(--group-light-rag-border-success) !important;
  border-top-style: solid;
}

.hover\:border-top-light-rag-border-success:hover {
  border-top-color: var(--group-light-rag-border-success) !important;
  border-top-style: solid;
}

.active\:border-top-light-rag-border-success:active {
  border-top-color: var(--group-light-rag-border-success) !important;
  border-top-style: solid;
}

.focus\:border-top-light-rag-border-information:focus {
  border-top-color: var(--group-light-rag-border-information) !important;
  border-top-style: solid;
}

.hover\:border-top-light-rag-border-information:hover {
  border-top-color: var(--group-light-rag-border-information) !important;
  border-top-style: solid;
}

.active\:border-top-light-rag-border-information:active {
  border-top-color: var(--group-light-rag-border-information) !important;
  border-top-style: solid;
}

.border-top {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.border-top-dark-rag-border-error {
  border-top-color: var(--group-dark-rag-border-error) !important;
  border-top-style: solid;
}

.border-top-dark-rag-border-warning {
  border-top-color: var(--group-dark-rag-border-warning) !important;
  border-top-style: solid;
}

.border-top-dark-rag-border-success {
  border-top-color: var(--group-dark-rag-border-success) !important;
  border-top-style: solid;
}

.border-top-dark-rag-border-information {
  border-top-color: var(--group-dark-rag-border-information) !important;
  border-top-style: solid;
}

.focus\:border-top:focus {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.hover\:border-top:hover {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.active\:border-top:active {
  border-top-color: var(--group-color-base-neutral-3) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-rag-border-error:focus {
  border-top-color: var(--group-dark-rag-border-error) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-rag-border-error:hover {
  border-top-color: var(--group-dark-rag-border-error) !important;
  border-top-style: solid;
}

.active\:border-top-dark-rag-border-error:active {
  border-top-color: var(--group-dark-rag-border-error) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-rag-border-warning:focus {
  border-top-color: var(--group-dark-rag-border-warning) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-rag-border-warning:hover {
  border-top-color: var(--group-dark-rag-border-warning) !important;
  border-top-style: solid;
}

.active\:border-top-dark-rag-border-warning:active {
  border-top-color: var(--group-dark-rag-border-warning) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-rag-border-success:focus {
  border-top-color: var(--group-dark-rag-border-success) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-rag-border-success:hover {
  border-top-color: var(--group-dark-rag-border-success) !important;
  border-top-style: solid;
}

.active\:border-top-dark-rag-border-success:active {
  border-top-color: var(--group-dark-rag-border-success) !important;
  border-top-style: solid;
}

.focus\:border-top-dark-rag-border-information:focus {
  border-top-color: var(--group-dark-rag-border-information) !important;
  border-top-style: solid;
}

.hover\:border-top-dark-rag-border-information:hover {
  border-top-color: var(--group-dark-rag-border-information) !important;
  border-top-style: solid;
}

.active\:border-top-dark-rag-border-information:active {
  border-top-color: var(--group-dark-rag-border-information) !important;
  border-top-style: solid;
}

.border-right {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.border-right-light-non-interactive-border-white {
  border-right-color: var(--group-light-non-interactive-border-white) !important;
  border-right-style: solid;
}

.border-right-light-non-interactive-border-neutral-1 {
  border-right-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-right-style: solid;
}

.border-right-light-non-interactive-border-neutral-2 {
  border-right-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-right-style: solid;
}

.border-right-light-non-interactive-border-neutral-3 {
  border-right-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-right-style: solid;
}

.border-right-light-non-interactive-border-neutral-4 {
  border-right-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-right-style: solid;
}

.border-right-light-non-interactive-border-neutral-5 {
  border-right-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-right-style: solid;
}

.border-right-light-non-interactive-border-black {
  border-right-color: var(--group-light-non-interactive-border-black) !important;
  border-right-style: solid;
}

.focus\:border-right:focus {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.hover\:border-right:hover {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.active\:border-right:active {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.focus\:border-right-light-non-interactive-border-white:focus {
  border-right-color: var(--group-light-non-interactive-border-white) !important;
  border-right-style: solid;
}

.hover\:border-right-light-non-interactive-border-white:hover {
  border-right-color: var(--group-light-non-interactive-border-white) !important;
  border-right-style: solid;
}

.active\:border-right-light-non-interactive-border-white:active {
  border-right-color: var(--group-light-non-interactive-border-white) !important;
  border-right-style: solid;
}

.focus\:border-right-light-non-interactive-border-neutral-1:focus {
  border-right-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-right-style: solid;
}

.hover\:border-right-light-non-interactive-border-neutral-1:hover {
  border-right-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-right-style: solid;
}

.active\:border-right-light-non-interactive-border-neutral-1:active {
  border-right-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-right-style: solid;
}

.focus\:border-right-light-non-interactive-border-neutral-2:focus {
  border-right-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-right-style: solid;
}

.hover\:border-right-light-non-interactive-border-neutral-2:hover {
  border-right-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-right-style: solid;
}

.active\:border-right-light-non-interactive-border-neutral-2:active {
  border-right-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-right-style: solid;
}

.focus\:border-right-light-non-interactive-border-neutral-3:focus {
  border-right-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-right-style: solid;
}

.hover\:border-right-light-non-interactive-border-neutral-3:hover {
  border-right-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-right-style: solid;
}

.active\:border-right-light-non-interactive-border-neutral-3:active {
  border-right-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-right-style: solid;
}

.focus\:border-right-light-non-interactive-border-neutral-4:focus {
  border-right-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-right-style: solid;
}

.hover\:border-right-light-non-interactive-border-neutral-4:hover {
  border-right-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-right-style: solid;
}

.active\:border-right-light-non-interactive-border-neutral-4:active {
  border-right-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-right-style: solid;
}

.focus\:border-right-light-non-interactive-border-neutral-5:focus {
  border-right-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-right-style: solid;
}

.hover\:border-right-light-non-interactive-border-neutral-5:hover {
  border-right-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-right-style: solid;
}

.active\:border-right-light-non-interactive-border-neutral-5:active {
  border-right-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-right-style: solid;
}

.focus\:border-right-light-non-interactive-border-black:focus {
  border-right-color: var(--group-light-non-interactive-border-black) !important;
  border-right-style: solid;
}

.hover\:border-right-light-non-interactive-border-black:hover {
  border-right-color: var(--group-light-non-interactive-border-black) !important;
  border-right-style: solid;
}

.active\:border-right-light-non-interactive-border-black:active {
  border-right-color: var(--group-light-non-interactive-border-black) !important;
  border-right-style: solid;
}

.border-right {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.border-right-dark-non-interactive-border-white {
  border-right-color: var(--group-dark-non-interactive-border-white) !important;
  border-right-style: solid;
}

.border-right-dark-non-interactive-border-neutral-1 {
  border-right-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-right-style: solid;
}

.border-right-dark-non-interactive-border-neutral-2 {
  border-right-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-right-style: solid;
}

.border-right-dark-non-interactive-border-neutral-3 {
  border-right-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-right-style: solid;
}

.border-right-dark-non-interactive-border-neutral-4 {
  border-right-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-right-style: solid;
}

.border-right-dark-non-interactive-border-neutral-5 {
  border-right-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-right-style: solid;
}

.border-right-dark-non-interactive-border-black {
  border-right-color: var(--group-dark-non-interactive-border-black) !important;
  border-right-style: solid;
}

.focus\:border-right:focus {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.hover\:border-right:hover {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.active\:border-right:active {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-non-interactive-border-white:focus {
  border-right-color: var(--group-dark-non-interactive-border-white) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-non-interactive-border-white:hover {
  border-right-color: var(--group-dark-non-interactive-border-white) !important;
  border-right-style: solid;
}

.active\:border-right-dark-non-interactive-border-white:active {
  border-right-color: var(--group-dark-non-interactive-border-white) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-non-interactive-border-neutral-1:focus {
  border-right-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-non-interactive-border-neutral-1:hover {
  border-right-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-right-style: solid;
}

.active\:border-right-dark-non-interactive-border-neutral-1:active {
  border-right-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-non-interactive-border-neutral-2:focus {
  border-right-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-non-interactive-border-neutral-2:hover {
  border-right-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-right-style: solid;
}

.active\:border-right-dark-non-interactive-border-neutral-2:active {
  border-right-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-non-interactive-border-neutral-3:focus {
  border-right-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-non-interactive-border-neutral-3:hover {
  border-right-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-right-style: solid;
}

.active\:border-right-dark-non-interactive-border-neutral-3:active {
  border-right-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-non-interactive-border-neutral-4:focus {
  border-right-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-non-interactive-border-neutral-4:hover {
  border-right-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-right-style: solid;
}

.active\:border-right-dark-non-interactive-border-neutral-4:active {
  border-right-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-non-interactive-border-neutral-5:focus {
  border-right-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-non-interactive-border-neutral-5:hover {
  border-right-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-right-style: solid;
}

.active\:border-right-dark-non-interactive-border-neutral-5:active {
  border-right-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-non-interactive-border-black:focus {
  border-right-color: var(--group-dark-non-interactive-border-black) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-non-interactive-border-black:hover {
  border-right-color: var(--group-dark-non-interactive-border-black) !important;
  border-right-style: solid;
}

.active\:border-right-dark-non-interactive-border-black:active {
  border-right-color: var(--group-dark-non-interactive-border-black) !important;
  border-right-style: solid;
}

.border-right {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-low-contrast {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-low-contrast-hover {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-low-contrast-pressed {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-low-contrast-disabled {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-high-contrast {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-high-contrast-hover {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-high-contrast-pressed {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-high-contrast-disabled {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-active {
  border-right-color: var(--group-light-interactive-on-light-border-active) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-active-hover {
  border-right-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-active-pressed {
  border-right-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-brand-1 {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-brand-1-hover {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-brand-1-pressed {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-brand-2 {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-brand-2-hover {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-brand-2-pressed {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-brand-2-disabled {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-light-border-brand-2-processing {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-right-style: solid;
}

.focus\:border-right:focus {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.hover\:border-right:hover {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.active\:border-right:active {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-low-contrast:focus {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-low-contrast:hover {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-low-contrast:active {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-low-contrast-hover:focus {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-low-contrast-hover:hover {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-low-contrast-hover:active {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-low-contrast-pressed:focus {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-low-contrast-pressed:hover {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-low-contrast-pressed:active {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-low-contrast-disabled:focus {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-low-contrast-disabled:hover {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-low-contrast-disabled:active {
  border-right-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-high-contrast:focus {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-high-contrast:hover {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-high-contrast:active {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-high-contrast-hover:focus {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-high-contrast-hover:hover {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-high-contrast-hover:active {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-high-contrast-pressed:focus {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-high-contrast-pressed:hover {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-high-contrast-pressed:active {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-high-contrast-disabled:focus {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-high-contrast-disabled:hover {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-high-contrast-disabled:active {
  border-right-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-active:focus {
  border-right-color: var(--group-light-interactive-on-light-border-active) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-active:hover {
  border-right-color: var(--group-light-interactive-on-light-border-active) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-active:active {
  border-right-color: var(--group-light-interactive-on-light-border-active) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-active-hover:focus {
  border-right-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-active-hover:hover {
  border-right-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-active-hover:active {
  border-right-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-active-pressed:focus {
  border-right-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-active-pressed:hover {
  border-right-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-active-pressed:active {
  border-right-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-brand-1:focus {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-brand-1:hover {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-brand-1:active {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-brand-1-hover:focus {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-brand-1-hover:hover {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-brand-1-hover:active {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-brand-1-pressed:focus {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-brand-1-pressed:hover {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-brand-1-pressed:active {
  border-right-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-brand-2:focus {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-brand-2:hover {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-brand-2:active {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-brand-2-hover:focus {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-brand-2-hover:hover {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-brand-2-hover:active {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-brand-2-pressed:focus {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-brand-2-pressed:hover {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-brand-2-pressed:active {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-brand-2-disabled:focus {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-brand-2-disabled:hover {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-brand-2-disabled:active {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-light-border-brand-2-processing:focus {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-light-border-brand-2-processing:hover {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-light-border-brand-2-processing:active {
  border-right-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-right-style: solid;
}

.border-right {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-low-contrast {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-low-contrast-hover {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-low-contrast-pressed {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-low-contrast-disabled {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-high-contrast {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-high-contrast-hover {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-high-contrast-pressed {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-high-contrast-disabled {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-active {
  border-right-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-active-hover {
  border-right-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-active-pressed {
  border-right-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-brand-2 {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-brand-2-hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-brand-2-pressed {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-brand-2-disabled {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-brand-2-processing {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-brand-1 {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-brand-1-hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-brand-1-pressed {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-brand-1-disabled {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-right-style: solid;
}

.border-right-light-interactive-on-dark-border-brand-1-processing {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-right-style: solid;
}

.focus\:border-right:focus {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.hover\:border-right:hover {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.active\:border-right:active {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-low-contrast:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-low-contrast:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-low-contrast:active {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-low-contrast-hover:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-low-contrast-hover:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-low-contrast-hover:active {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-low-contrast-pressed:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-low-contrast-pressed:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-low-contrast-pressed:active {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-low-contrast-disabled:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-low-contrast-disabled:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-low-contrast-disabled:active {
  border-right-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-high-contrast:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-high-contrast:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-high-contrast:active {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-high-contrast-hover:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-high-contrast-hover:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-high-contrast-hover:active {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-high-contrast-pressed:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-high-contrast-pressed:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-high-contrast-pressed:active {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-high-contrast-disabled:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-high-contrast-disabled:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-high-contrast-disabled:active {
  border-right-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-active:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-active:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-active:active {
  border-right-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-active-hover:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-active-hover:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-active-hover:active {
  border-right-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-active-pressed:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-active-pressed:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-active-pressed:active {
  border-right-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-brand-2:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-brand-2:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-brand-2:active {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-brand-2-hover:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-brand-2-hover:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-brand-2-hover:active {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-brand-2-pressed:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-brand-2-pressed:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-brand-2-pressed:active {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-brand-2-disabled:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-brand-2-disabled:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-brand-2-disabled:active {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-brand-2-processing:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-brand-2-processing:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-brand-2-processing:active {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-brand-1:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-brand-1:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-brand-1:active {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-brand-1-hover:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-brand-1-hover:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-brand-1-hover:active {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-brand-1-pressed:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-brand-1-pressed:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-brand-1-pressed:active {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-brand-1-disabled:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-brand-1-disabled:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-brand-1-disabled:active {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-light-interactive-on-dark-border-brand-1-processing:focus {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-right-style: solid;
}

.hover\:border-right-light-interactive-on-dark-border-brand-1-processing:hover {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-right-style: solid;
}

.active\:border-right-light-interactive-on-dark-border-brand-1-processing:active {
  border-right-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-right-style: solid;
}

.border-right {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-low-contrast {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-low-contrast-hover {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-low-contrast-pressed {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-low-contrast-disabled {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-high-contrast {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-high-contrast-hover {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-high-contrast-pressed {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-high-contrast-disabled {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-active {
  border-right-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-active-hover {
  border-right-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-active-pressed {
  border-right-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-brand-1 {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-brand-1-hover {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-brand-1-pressed {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-brand-2 {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-brand-2-hover {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-brand-2-pressed {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-brand-2-disabled {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-light-border-brand-2-processing {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-right-style: solid;
}

.focus\:border-right:focus {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.hover\:border-right:hover {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.active\:border-right:active {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-low-contrast:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-low-contrast:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-low-contrast:active {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-low-contrast-hover:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-low-contrast-hover:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-low-contrast-hover:active {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-low-contrast-pressed:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-low-contrast-pressed:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-low-contrast-pressed:active {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-low-contrast-disabled:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-low-contrast-disabled:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-low-contrast-disabled:active {
  border-right-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-high-contrast:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-high-contrast:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-high-contrast:active {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-high-contrast-hover:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-high-contrast-hover:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-high-contrast-hover:active {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-high-contrast-pressed:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-high-contrast-pressed:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-high-contrast-pressed:active {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-high-contrast-disabled:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-high-contrast-disabled:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-high-contrast-disabled:active {
  border-right-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-active:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-active:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-active:active {
  border-right-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-active-hover:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-active-hover:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-active-hover:active {
  border-right-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-active-pressed:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-active-pressed:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-active-pressed:active {
  border-right-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-brand-1:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-brand-1:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-brand-1:active {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-brand-1-hover:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-brand-1-hover:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-brand-1-hover:active {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-brand-1-pressed:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-brand-1-pressed:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-brand-1-pressed:active {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-brand-2:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-brand-2:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-brand-2:active {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-brand-2-hover:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-brand-2-hover:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-brand-2-hover:active {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-brand-2-pressed:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-brand-2-pressed:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-brand-2-pressed:active {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-brand-2-disabled:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-brand-2-disabled:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-brand-2-disabled:active {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-light-border-brand-2-processing:focus {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-light-border-brand-2-processing:hover {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-light-border-brand-2-processing:active {
  border-right-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-right-style: solid;
}

.border-right {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-low-contrast {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-low-contrast-hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-low-contrast-pressed {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-low-contrast-disabled {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-high-contrast {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-high-contrast-hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-high-contrast-pressed {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-high-contrast-disabled {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-active {
  border-right-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-active-hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-active-pressed {
  border-right-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-brand-2 {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-brand-2-hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-brand-2-pressed {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-brand-2-disabled {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-brand-2-processing {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-brand-1 {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-brand-1-hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-brand-1-pressed {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-brand-1-disabled {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-right-style: solid;
}

.border-right-dark-interactive-on-dark-border-brand-1-processing {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-right-style: solid;
}

.focus\:border-right:focus {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.hover\:border-right:hover {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.active\:border-right:active {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-low-contrast:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-low-contrast:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-low-contrast:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-low-contrast-hover:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-low-contrast-hover:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-low-contrast-hover:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-low-contrast-pressed:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-low-contrast-pressed:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-low-contrast-pressed:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-low-contrast-disabled:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-low-contrast-disabled:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-low-contrast-disabled:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-high-contrast:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-high-contrast:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-high-contrast:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-high-contrast-hover:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-high-contrast-hover:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-high-contrast-hover:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-high-contrast-pressed:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-high-contrast-pressed:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-high-contrast-pressed:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-high-contrast-disabled:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-high-contrast-disabled:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-high-contrast-disabled:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-active:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-active:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-active:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-active-hover:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-active-hover:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-active-hover:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-active-pressed:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-active-pressed:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-active-pressed:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-brand-2:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-brand-2:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-brand-2:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-brand-2-hover:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-brand-2-hover:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-brand-2-hover:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-brand-2-pressed:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-brand-2-pressed:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-brand-2-pressed:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-brand-2-disabled:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-brand-2-disabled:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-brand-2-disabled:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-brand-2-processing:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-brand-2-processing:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-brand-2-processing:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-brand-1:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-brand-1:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-brand-1:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-brand-1-hover:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-brand-1-hover:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-brand-1-hover:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-brand-1-pressed:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-brand-1-pressed:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-brand-1-pressed:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-brand-1-disabled:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-brand-1-disabled:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-brand-1-disabled:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-interactive-on-dark-border-brand-1-processing:focus {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-interactive-on-dark-border-brand-1-processing:hover {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-right-style: solid;
}

.active\:border-right-dark-interactive-on-dark-border-brand-1-processing:active {
  border-right-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-right-style: solid;
}

.border-right {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.border-right-light-rag-border-error {
  border-right-color: var(--group-light-rag-border-error) !important;
  border-right-style: solid;
}

.border-right-light-rag-border-warning {
  border-right-color: var(--group-light-rag-border-warning) !important;
  border-right-style: solid;
}

.border-right-light-rag-border-success {
  border-right-color: var(--group-light-rag-border-success) !important;
  border-right-style: solid;
}

.border-right-light-rag-border-information {
  border-right-color: var(--group-light-rag-border-information) !important;
  border-right-style: solid;
}

.focus\:border-right:focus {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.hover\:border-right:hover {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.active\:border-right:active {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.focus\:border-right-light-rag-border-error:focus {
  border-right-color: var(--group-light-rag-border-error) !important;
  border-right-style: solid;
}

.hover\:border-right-light-rag-border-error:hover {
  border-right-color: var(--group-light-rag-border-error) !important;
  border-right-style: solid;
}

.active\:border-right-light-rag-border-error:active {
  border-right-color: var(--group-light-rag-border-error) !important;
  border-right-style: solid;
}

.focus\:border-right-light-rag-border-warning:focus {
  border-right-color: var(--group-light-rag-border-warning) !important;
  border-right-style: solid;
}

.hover\:border-right-light-rag-border-warning:hover {
  border-right-color: var(--group-light-rag-border-warning) !important;
  border-right-style: solid;
}

.active\:border-right-light-rag-border-warning:active {
  border-right-color: var(--group-light-rag-border-warning) !important;
  border-right-style: solid;
}

.focus\:border-right-light-rag-border-success:focus {
  border-right-color: var(--group-light-rag-border-success) !important;
  border-right-style: solid;
}

.hover\:border-right-light-rag-border-success:hover {
  border-right-color: var(--group-light-rag-border-success) !important;
  border-right-style: solid;
}

.active\:border-right-light-rag-border-success:active {
  border-right-color: var(--group-light-rag-border-success) !important;
  border-right-style: solid;
}

.focus\:border-right-light-rag-border-information:focus {
  border-right-color: var(--group-light-rag-border-information) !important;
  border-right-style: solid;
}

.hover\:border-right-light-rag-border-information:hover {
  border-right-color: var(--group-light-rag-border-information) !important;
  border-right-style: solid;
}

.active\:border-right-light-rag-border-information:active {
  border-right-color: var(--group-light-rag-border-information) !important;
  border-right-style: solid;
}

.border-right {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.border-right-dark-rag-border-error {
  border-right-color: var(--group-dark-rag-border-error) !important;
  border-right-style: solid;
}

.border-right-dark-rag-border-warning {
  border-right-color: var(--group-dark-rag-border-warning) !important;
  border-right-style: solid;
}

.border-right-dark-rag-border-success {
  border-right-color: var(--group-dark-rag-border-success) !important;
  border-right-style: solid;
}

.border-right-dark-rag-border-information {
  border-right-color: var(--group-dark-rag-border-information) !important;
  border-right-style: solid;
}

.focus\:border-right:focus {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.hover\:border-right:hover {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.active\:border-right:active {
  border-right-color: var(--group-color-base-neutral-3) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-rag-border-error:focus {
  border-right-color: var(--group-dark-rag-border-error) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-rag-border-error:hover {
  border-right-color: var(--group-dark-rag-border-error) !important;
  border-right-style: solid;
}

.active\:border-right-dark-rag-border-error:active {
  border-right-color: var(--group-dark-rag-border-error) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-rag-border-warning:focus {
  border-right-color: var(--group-dark-rag-border-warning) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-rag-border-warning:hover {
  border-right-color: var(--group-dark-rag-border-warning) !important;
  border-right-style: solid;
}

.active\:border-right-dark-rag-border-warning:active {
  border-right-color: var(--group-dark-rag-border-warning) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-rag-border-success:focus {
  border-right-color: var(--group-dark-rag-border-success) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-rag-border-success:hover {
  border-right-color: var(--group-dark-rag-border-success) !important;
  border-right-style: solid;
}

.active\:border-right-dark-rag-border-success:active {
  border-right-color: var(--group-dark-rag-border-success) !important;
  border-right-style: solid;
}

.focus\:border-right-dark-rag-border-information:focus {
  border-right-color: var(--group-dark-rag-border-information) !important;
  border-right-style: solid;
}

.hover\:border-right-dark-rag-border-information:hover {
  border-right-color: var(--group-dark-rag-border-information) !important;
  border-right-style: solid;
}

.active\:border-right-dark-rag-border-information:active {
  border-right-color: var(--group-dark-rag-border-information) !important;
  border-right-style: solid;
}

.border-bottom {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.border-bottom-light-non-interactive-border-white {
  border-bottom-color: var(--group-light-non-interactive-border-white) !important;
  border-bottom-style: solid;
}

.border-bottom-light-non-interactive-border-neutral-1 {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-bottom-style: solid;
}

.border-bottom-light-non-interactive-border-neutral-2 {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-bottom-style: solid;
}

.border-bottom-light-non-interactive-border-neutral-3 {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-bottom-style: solid;
}

.border-bottom-light-non-interactive-border-neutral-4 {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-bottom-style: solid;
}

.border-bottom-light-non-interactive-border-neutral-5 {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-bottom-style: solid;
}

.border-bottom-light-non-interactive-border-black {
  border-bottom-color: var(--group-light-non-interactive-border-black) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom:focus {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom:hover {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.active\:border-bottom:active {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-non-interactive-border-white:focus {
  border-bottom-color: var(--group-light-non-interactive-border-white) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-non-interactive-border-white:hover {
  border-bottom-color: var(--group-light-non-interactive-border-white) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-non-interactive-border-white:active {
  border-bottom-color: var(--group-light-non-interactive-border-white) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-non-interactive-border-neutral-1:focus {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-non-interactive-border-neutral-1:hover {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-non-interactive-border-neutral-1:active {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-non-interactive-border-neutral-2:focus {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-non-interactive-border-neutral-2:hover {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-non-interactive-border-neutral-2:active {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-non-interactive-border-neutral-3:focus {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-non-interactive-border-neutral-3:hover {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-non-interactive-border-neutral-3:active {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-non-interactive-border-neutral-4:focus {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-non-interactive-border-neutral-4:hover {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-non-interactive-border-neutral-4:active {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-non-interactive-border-neutral-5:focus {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-non-interactive-border-neutral-5:hover {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-non-interactive-border-neutral-5:active {
  border-bottom-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-non-interactive-border-black:focus {
  border-bottom-color: var(--group-light-non-interactive-border-black) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-non-interactive-border-black:hover {
  border-bottom-color: var(--group-light-non-interactive-border-black) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-non-interactive-border-black:active {
  border-bottom-color: var(--group-light-non-interactive-border-black) !important;
  border-bottom-style: solid;
}

.border-bottom {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-non-interactive-border-white {
  border-bottom-color: var(--group-dark-non-interactive-border-white) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-non-interactive-border-neutral-1 {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-non-interactive-border-neutral-2 {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-non-interactive-border-neutral-3 {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-non-interactive-border-neutral-4 {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-non-interactive-border-neutral-5 {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-non-interactive-border-black {
  border-bottom-color: var(--group-dark-non-interactive-border-black) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom:focus {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom:hover {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.active\:border-bottom:active {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-non-interactive-border-white:focus {
  border-bottom-color: var(--group-dark-non-interactive-border-white) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-non-interactive-border-white:hover {
  border-bottom-color: var(--group-dark-non-interactive-border-white) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-non-interactive-border-white:active {
  border-bottom-color: var(--group-dark-non-interactive-border-white) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-non-interactive-border-neutral-1:focus {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-non-interactive-border-neutral-1:hover {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-non-interactive-border-neutral-1:active {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-non-interactive-border-neutral-2:focus {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-non-interactive-border-neutral-2:hover {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-non-interactive-border-neutral-2:active {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-non-interactive-border-neutral-3:focus {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-non-interactive-border-neutral-3:hover {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-non-interactive-border-neutral-3:active {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-non-interactive-border-neutral-4:focus {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-non-interactive-border-neutral-4:hover {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-non-interactive-border-neutral-4:active {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-non-interactive-border-neutral-5:focus {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-non-interactive-border-neutral-5:hover {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-non-interactive-border-neutral-5:active {
  border-bottom-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-non-interactive-border-black:focus {
  border-bottom-color: var(--group-dark-non-interactive-border-black) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-non-interactive-border-black:hover {
  border-bottom-color: var(--group-dark-non-interactive-border-black) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-non-interactive-border-black:active {
  border-bottom-color: var(--group-dark-non-interactive-border-black) !important;
  border-bottom-style: solid;
}

.border-bottom {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-low-contrast {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-low-contrast-hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-low-contrast-pressed {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-low-contrast-disabled {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-high-contrast {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-high-contrast-hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-high-contrast-pressed {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-high-contrast-disabled {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-active {
  border-bottom-color: var(--group-light-interactive-on-light-border-active) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-active-hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-active-pressed {
  border-bottom-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-brand-1 {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-brand-1-hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-brand-1-pressed {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-brand-2 {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-brand-2-hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-brand-2-pressed {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-brand-2-disabled {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-light-border-brand-2-processing {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom:focus {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom:hover {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.active\:border-bottom:active {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-low-contrast:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-low-contrast:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-low-contrast:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-low-contrast-hover:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-low-contrast-hover:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-low-contrast-hover:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-low-contrast-pressed:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-low-contrast-pressed:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-low-contrast-pressed:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-low-contrast-disabled:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-low-contrast-disabled:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-low-contrast-disabled:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-high-contrast:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-high-contrast:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-high-contrast:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-high-contrast-hover:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-high-contrast-hover:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-high-contrast-hover:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-high-contrast-pressed:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-high-contrast-pressed:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-high-contrast-pressed:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-high-contrast-disabled:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-high-contrast-disabled:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-high-contrast-disabled:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-active:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-active) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-active:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-active) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-active:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-active) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-active-hover:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-active-hover:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-active-hover:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-active-pressed:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-active-pressed:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-active-pressed:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-brand-1:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-brand-1:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-brand-1:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-brand-1-hover:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-brand-1-hover:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-brand-1-hover:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-brand-1-pressed:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-brand-1-pressed:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-brand-1-pressed:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-brand-2:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-brand-2:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-brand-2:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-brand-2-hover:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-brand-2-hover:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-brand-2-hover:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-brand-2-pressed:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-brand-2-pressed:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-brand-2-pressed:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-brand-2-disabled:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-brand-2-disabled:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-brand-2-disabled:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-light-border-brand-2-processing:focus {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-light-border-brand-2-processing:hover {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-light-border-brand-2-processing:active {
  border-bottom-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.border-bottom {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-low-contrast {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-low-contrast-hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-low-contrast-pressed {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-low-contrast-disabled {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-high-contrast {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-high-contrast-hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-high-contrast-pressed {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-high-contrast-disabled {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-active-hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-active-pressed {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-brand-2 {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-brand-2-hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-brand-2-pressed {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-brand-2-disabled {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-brand-2-processing {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-brand-1 {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-brand-1-hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-brand-1-pressed {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-brand-1-disabled {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-light-interactive-on-dark-border-brand-1-processing {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom:focus {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom:hover {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.active\:border-bottom:active {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-low-contrast:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-low-contrast:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-low-contrast:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-low-contrast-hover:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-low-contrast-hover:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-low-contrast-hover:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-low-contrast-pressed:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-low-contrast-pressed:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-low-contrast-pressed:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-low-contrast-disabled:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-low-contrast-disabled:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-low-contrast-disabled:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-high-contrast:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-high-contrast:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-high-contrast:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-high-contrast-hover:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-high-contrast-hover:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-high-contrast-hover:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-high-contrast-pressed:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-high-contrast-pressed:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-high-contrast-pressed:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-high-contrast-disabled:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-high-contrast-disabled:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-high-contrast-disabled:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-active:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-active:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-active:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-active-hover:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-active-hover:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-active-hover:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-active-pressed:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-active-pressed:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-active-pressed:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-brand-2:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-brand-2:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-brand-2:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-brand-2-hover:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-brand-2-hover:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-brand-2-hover:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-brand-2-pressed:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-brand-2-pressed:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-brand-2-pressed:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-brand-2-disabled:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-brand-2-disabled:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-brand-2-disabled:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-brand-2-processing:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-brand-2-processing:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-brand-2-processing:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-brand-1:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-brand-1:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-brand-1:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-brand-1-hover:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-brand-1-hover:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-brand-1-hover:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-brand-1-pressed:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-brand-1-pressed:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-brand-1-pressed:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-brand-1-disabled:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-brand-1-disabled:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-brand-1-disabled:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-interactive-on-dark-border-brand-1-processing:focus {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-interactive-on-dark-border-brand-1-processing:hover {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-interactive-on-dark-border-brand-1-processing:active {
  border-bottom-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-bottom-style: solid;
}

.border-bottom {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-low-contrast {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-low-contrast-hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-low-contrast-pressed {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-low-contrast-disabled {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-high-contrast {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-high-contrast-hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-high-contrast-pressed {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-high-contrast-disabled {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-active-hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-active-pressed {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-brand-1 {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-brand-1-hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-brand-1-pressed {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-brand-2 {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-brand-2-hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-brand-2-pressed {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-brand-2-disabled {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-light-border-brand-2-processing {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom:focus {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom:hover {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.active\:border-bottom:active {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-low-contrast:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-low-contrast:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-low-contrast:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-low-contrast-hover:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-low-contrast-hover:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-low-contrast-hover:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-low-contrast-pressed:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-low-contrast-pressed:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-low-contrast-pressed:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-low-contrast-disabled:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-low-contrast-disabled:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-low-contrast-disabled:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-high-contrast:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-high-contrast:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-high-contrast:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-high-contrast-hover:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-high-contrast-hover:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-high-contrast-hover:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-high-contrast-pressed:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-high-contrast-pressed:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-high-contrast-pressed:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-high-contrast-disabled:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-high-contrast-disabled:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-high-contrast-disabled:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-active:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-active:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-active:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-active-hover:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-active-hover:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-active-hover:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-active-pressed:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-active-pressed:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-active-pressed:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-brand-1:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-brand-1:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-brand-1:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-brand-1-hover:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-brand-1-hover:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-brand-1-hover:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-brand-1-pressed:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-brand-1-pressed:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-brand-1-pressed:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-brand-2:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-brand-2:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-brand-2:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-brand-2-hover:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-brand-2-hover:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-brand-2-hover:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-brand-2-pressed:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-brand-2-pressed:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-brand-2-pressed:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-brand-2-disabled:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-brand-2-disabled:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-brand-2-disabled:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-light-border-brand-2-processing:focus {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-light-border-brand-2-processing:hover {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-light-border-brand-2-processing:active {
  border-bottom-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.border-bottom {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-low-contrast {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-low-contrast-hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-low-contrast-pressed {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-low-contrast-disabled {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-high-contrast {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-high-contrast-hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-high-contrast-pressed {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-high-contrast-disabled {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-active-hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-active-pressed {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-brand-2 {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-brand-2-hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-brand-2-pressed {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-brand-2-disabled {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-brand-2-processing {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-brand-1 {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-brand-1-hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-brand-1-pressed {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-brand-1-disabled {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-interactive-on-dark-border-brand-1-processing {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom:focus {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom:hover {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.active\:border-bottom:active {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-low-contrast:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-low-contrast:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-low-contrast:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-low-contrast-hover:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-low-contrast-hover:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-low-contrast-hover:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-low-contrast-pressed:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-low-contrast-pressed:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-low-contrast-pressed:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-low-contrast-disabled:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-low-contrast-disabled:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-low-contrast-disabled:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-high-contrast:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-high-contrast:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-high-contrast:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-high-contrast-hover:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-high-contrast-hover:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-high-contrast-hover:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-high-contrast-pressed:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-high-contrast-pressed:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-high-contrast-pressed:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-high-contrast-disabled:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-high-contrast-disabled:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-high-contrast-disabled:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-active:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-active:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-active:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-active-hover:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-active-hover:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-active-hover:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-active-pressed:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-active-pressed:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-active-pressed:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-brand-2:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-brand-2:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-brand-2:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-brand-2-hover:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-brand-2-hover:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-brand-2-hover:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-brand-2-pressed:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-brand-2-pressed:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-brand-2-pressed:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-brand-2-disabled:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-brand-2-disabled:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-brand-2-disabled:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-brand-2-processing:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-brand-2-processing:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-brand-2-processing:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-brand-1:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-brand-1:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-brand-1:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-brand-1-hover:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-brand-1-hover:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-brand-1-hover:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-brand-1-pressed:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-brand-1-pressed:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-brand-1-pressed:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-brand-1-disabled:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-brand-1-disabled:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-brand-1-disabled:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-interactive-on-dark-border-brand-1-processing:focus {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-interactive-on-dark-border-brand-1-processing:hover {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-interactive-on-dark-border-brand-1-processing:active {
  border-bottom-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-bottom-style: solid;
}

.border-bottom {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.border-bottom-light-rag-border-error {
  border-bottom-color: var(--group-light-rag-border-error) !important;
  border-bottom-style: solid;
}

.border-bottom-light-rag-border-warning {
  border-bottom-color: var(--group-light-rag-border-warning) !important;
  border-bottom-style: solid;
}

.border-bottom-light-rag-border-success {
  border-bottom-color: var(--group-light-rag-border-success) !important;
  border-bottom-style: solid;
}

.border-bottom-light-rag-border-information {
  border-bottom-color: var(--group-light-rag-border-information) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom:focus {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom:hover {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.active\:border-bottom:active {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-rag-border-error:focus {
  border-bottom-color: var(--group-light-rag-border-error) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-rag-border-error:hover {
  border-bottom-color: var(--group-light-rag-border-error) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-rag-border-error:active {
  border-bottom-color: var(--group-light-rag-border-error) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-rag-border-warning:focus {
  border-bottom-color: var(--group-light-rag-border-warning) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-rag-border-warning:hover {
  border-bottom-color: var(--group-light-rag-border-warning) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-rag-border-warning:active {
  border-bottom-color: var(--group-light-rag-border-warning) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-rag-border-success:focus {
  border-bottom-color: var(--group-light-rag-border-success) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-rag-border-success:hover {
  border-bottom-color: var(--group-light-rag-border-success) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-rag-border-success:active {
  border-bottom-color: var(--group-light-rag-border-success) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-light-rag-border-information:focus {
  border-bottom-color: var(--group-light-rag-border-information) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-light-rag-border-information:hover {
  border-bottom-color: var(--group-light-rag-border-information) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-light-rag-border-information:active {
  border-bottom-color: var(--group-light-rag-border-information) !important;
  border-bottom-style: solid;
}

.border-bottom {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-rag-border-error {
  border-bottom-color: var(--group-dark-rag-border-error) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-rag-border-warning {
  border-bottom-color: var(--group-dark-rag-border-warning) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-rag-border-success {
  border-bottom-color: var(--group-dark-rag-border-success) !important;
  border-bottom-style: solid;
}

.border-bottom-dark-rag-border-information {
  border-bottom-color: var(--group-dark-rag-border-information) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom:focus {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom:hover {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.active\:border-bottom:active {
  border-bottom-color: var(--group-color-base-neutral-3) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-rag-border-error:focus {
  border-bottom-color: var(--group-dark-rag-border-error) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-rag-border-error:hover {
  border-bottom-color: var(--group-dark-rag-border-error) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-rag-border-error:active {
  border-bottom-color: var(--group-dark-rag-border-error) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-rag-border-warning:focus {
  border-bottom-color: var(--group-dark-rag-border-warning) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-rag-border-warning:hover {
  border-bottom-color: var(--group-dark-rag-border-warning) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-rag-border-warning:active {
  border-bottom-color: var(--group-dark-rag-border-warning) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-rag-border-success:focus {
  border-bottom-color: var(--group-dark-rag-border-success) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-rag-border-success:hover {
  border-bottom-color: var(--group-dark-rag-border-success) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-rag-border-success:active {
  border-bottom-color: var(--group-dark-rag-border-success) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-dark-rag-border-information:focus {
  border-bottom-color: var(--group-dark-rag-border-information) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-dark-rag-border-information:hover {
  border-bottom-color: var(--group-dark-rag-border-information) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-dark-rag-border-information:active {
  border-bottom-color: var(--group-dark-rag-border-information) !important;
  border-bottom-style: solid;
}

.border-left {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.border-left-light-non-interactive-border-white {
  border-left-color: var(--group-light-non-interactive-border-white) !important;
  border-left-style: solid;
}

.border-left-light-non-interactive-border-neutral-1 {
  border-left-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-left-style: solid;
}

.border-left-light-non-interactive-border-neutral-2 {
  border-left-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-left-style: solid;
}

.border-left-light-non-interactive-border-neutral-3 {
  border-left-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-left-style: solid;
}

.border-left-light-non-interactive-border-neutral-4 {
  border-left-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-left-style: solid;
}

.border-left-light-non-interactive-border-neutral-5 {
  border-left-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-left-style: solid;
}

.border-left-light-non-interactive-border-black {
  border-left-color: var(--group-light-non-interactive-border-black) !important;
  border-left-style: solid;
}

.focus\:border-left:focus {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.hover\:border-left:hover {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.active\:border-left:active {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.focus\:border-left-light-non-interactive-border-white:focus {
  border-left-color: var(--group-light-non-interactive-border-white) !important;
  border-left-style: solid;
}

.hover\:border-left-light-non-interactive-border-white:hover {
  border-left-color: var(--group-light-non-interactive-border-white) !important;
  border-left-style: solid;
}

.active\:border-left-light-non-interactive-border-white:active {
  border-left-color: var(--group-light-non-interactive-border-white) !important;
  border-left-style: solid;
}

.focus\:border-left-light-non-interactive-border-neutral-1:focus {
  border-left-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-left-style: solid;
}

.hover\:border-left-light-non-interactive-border-neutral-1:hover {
  border-left-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-left-style: solid;
}

.active\:border-left-light-non-interactive-border-neutral-1:active {
  border-left-color: var(--group-light-non-interactive-border-neutral-1) !important;
  border-left-style: solid;
}

.focus\:border-left-light-non-interactive-border-neutral-2:focus {
  border-left-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-left-style: solid;
}

.hover\:border-left-light-non-interactive-border-neutral-2:hover {
  border-left-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-left-style: solid;
}

.active\:border-left-light-non-interactive-border-neutral-2:active {
  border-left-color: var(--group-light-non-interactive-border-neutral-2) !important;
  border-left-style: solid;
}

.focus\:border-left-light-non-interactive-border-neutral-3:focus {
  border-left-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-left-style: solid;
}

.hover\:border-left-light-non-interactive-border-neutral-3:hover {
  border-left-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-left-style: solid;
}

.active\:border-left-light-non-interactive-border-neutral-3:active {
  border-left-color: var(--group-light-non-interactive-border-neutral-3) !important;
  border-left-style: solid;
}

.focus\:border-left-light-non-interactive-border-neutral-4:focus {
  border-left-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-left-style: solid;
}

.hover\:border-left-light-non-interactive-border-neutral-4:hover {
  border-left-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-left-style: solid;
}

.active\:border-left-light-non-interactive-border-neutral-4:active {
  border-left-color: var(--group-light-non-interactive-border-neutral-4) !important;
  border-left-style: solid;
}

.focus\:border-left-light-non-interactive-border-neutral-5:focus {
  border-left-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-left-style: solid;
}

.hover\:border-left-light-non-interactive-border-neutral-5:hover {
  border-left-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-left-style: solid;
}

.active\:border-left-light-non-interactive-border-neutral-5:active {
  border-left-color: var(--group-light-non-interactive-border-neutral-5) !important;
  border-left-style: solid;
}

.focus\:border-left-light-non-interactive-border-black:focus {
  border-left-color: var(--group-light-non-interactive-border-black) !important;
  border-left-style: solid;
}

.hover\:border-left-light-non-interactive-border-black:hover {
  border-left-color: var(--group-light-non-interactive-border-black) !important;
  border-left-style: solid;
}

.active\:border-left-light-non-interactive-border-black:active {
  border-left-color: var(--group-light-non-interactive-border-black) !important;
  border-left-style: solid;
}

.border-left {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.border-left-dark-non-interactive-border-white {
  border-left-color: var(--group-dark-non-interactive-border-white) !important;
  border-left-style: solid;
}

.border-left-dark-non-interactive-border-neutral-1 {
  border-left-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-left-style: solid;
}

.border-left-dark-non-interactive-border-neutral-2 {
  border-left-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-left-style: solid;
}

.border-left-dark-non-interactive-border-neutral-3 {
  border-left-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-left-style: solid;
}

.border-left-dark-non-interactive-border-neutral-4 {
  border-left-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-left-style: solid;
}

.border-left-dark-non-interactive-border-neutral-5 {
  border-left-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-left-style: solid;
}

.border-left-dark-non-interactive-border-black {
  border-left-color: var(--group-dark-non-interactive-border-black) !important;
  border-left-style: solid;
}

.focus\:border-left:focus {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.hover\:border-left:hover {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.active\:border-left:active {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-non-interactive-border-white:focus {
  border-left-color: var(--group-dark-non-interactive-border-white) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-non-interactive-border-white:hover {
  border-left-color: var(--group-dark-non-interactive-border-white) !important;
  border-left-style: solid;
}

.active\:border-left-dark-non-interactive-border-white:active {
  border-left-color: var(--group-dark-non-interactive-border-white) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-non-interactive-border-neutral-1:focus {
  border-left-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-non-interactive-border-neutral-1:hover {
  border-left-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-left-style: solid;
}

.active\:border-left-dark-non-interactive-border-neutral-1:active {
  border-left-color: var(--group-dark-non-interactive-border-neutral-1) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-non-interactive-border-neutral-2:focus {
  border-left-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-non-interactive-border-neutral-2:hover {
  border-left-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-left-style: solid;
}

.active\:border-left-dark-non-interactive-border-neutral-2:active {
  border-left-color: var(--group-dark-non-interactive-border-neutral-2) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-non-interactive-border-neutral-3:focus {
  border-left-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-non-interactive-border-neutral-3:hover {
  border-left-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-left-style: solid;
}

.active\:border-left-dark-non-interactive-border-neutral-3:active {
  border-left-color: var(--group-dark-non-interactive-border-neutral-3) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-non-interactive-border-neutral-4:focus {
  border-left-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-non-interactive-border-neutral-4:hover {
  border-left-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-left-style: solid;
}

.active\:border-left-dark-non-interactive-border-neutral-4:active {
  border-left-color: var(--group-dark-non-interactive-border-neutral-4) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-non-interactive-border-neutral-5:focus {
  border-left-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-non-interactive-border-neutral-5:hover {
  border-left-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-left-style: solid;
}

.active\:border-left-dark-non-interactive-border-neutral-5:active {
  border-left-color: var(--group-dark-non-interactive-border-neutral-5) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-non-interactive-border-black:focus {
  border-left-color: var(--group-dark-non-interactive-border-black) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-non-interactive-border-black:hover {
  border-left-color: var(--group-dark-non-interactive-border-black) !important;
  border-left-style: solid;
}

.active\:border-left-dark-non-interactive-border-black:active {
  border-left-color: var(--group-dark-non-interactive-border-black) !important;
  border-left-style: solid;
}

.border-left {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-low-contrast {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-low-contrast-hover {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-low-contrast-pressed {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-low-contrast-disabled {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-high-contrast {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-high-contrast-hover {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-high-contrast-pressed {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-high-contrast-disabled {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-active {
  border-left-color: var(--group-light-interactive-on-light-border-active) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-active-hover {
  border-left-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-active-pressed {
  border-left-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-brand-1 {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-brand-1-hover {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-brand-1-pressed {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-brand-2 {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-brand-2-hover {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-brand-2-pressed {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-brand-2-disabled {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-light-border-brand-2-processing {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-left-style: solid;
}

.focus\:border-left:focus {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.hover\:border-left:hover {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.active\:border-left:active {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-low-contrast:focus {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-low-contrast:hover {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-low-contrast:active {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-low-contrast-hover:focus {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-low-contrast-hover:hover {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-low-contrast-hover:active {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-low-contrast-pressed:focus {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-low-contrast-pressed:hover {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-low-contrast-pressed:active {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-low-contrast-disabled:focus {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-low-contrast-disabled:hover {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-low-contrast-disabled:active {
  border-left-color: var(--group-light-interactive-on-light-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-high-contrast:focus {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-high-contrast:hover {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-high-contrast:active {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-high-contrast-hover:focus {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-high-contrast-hover:hover {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-high-contrast-hover:active {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-high-contrast-pressed:focus {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-high-contrast-pressed:hover {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-high-contrast-pressed:active {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-high-contrast-disabled:focus {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-high-contrast-disabled:hover {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-high-contrast-disabled:active {
  border-left-color: var(--group-light-interactive-on-light-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-active:focus {
  border-left-color: var(--group-light-interactive-on-light-border-active) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-active:hover {
  border-left-color: var(--group-light-interactive-on-light-border-active) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-active:active {
  border-left-color: var(--group-light-interactive-on-light-border-active) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-active-hover:focus {
  border-left-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-active-hover:hover {
  border-left-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-active-hover:active {
  border-left-color: var(--group-light-interactive-on-light-border-active-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-active-pressed:focus {
  border-left-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-active-pressed:hover {
  border-left-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-active-pressed:active {
  border-left-color: var(--group-light-interactive-on-light-border-active-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-brand-1:focus {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-brand-1:hover {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-brand-1:active {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-brand-1-hover:focus {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-brand-1-hover:hover {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-brand-1-hover:active {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-brand-1-pressed:focus {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-brand-1-pressed:hover {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-brand-1-pressed:active {
  border-left-color: var(--group-light-interactive-on-light-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-brand-2:focus {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-brand-2:hover {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-brand-2:active {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-brand-2-hover:focus {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-brand-2-hover:hover {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-brand-2-hover:active {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-brand-2-pressed:focus {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-brand-2-pressed:hover {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-brand-2-pressed:active {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-brand-2-disabled:focus {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-brand-2-disabled:hover {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-brand-2-disabled:active {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-light-border-brand-2-processing:focus {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-light-border-brand-2-processing:hover {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-light-border-brand-2-processing:active {
  border-left-color: var(--group-light-interactive-on-light-border-brand-2-processing) !important;
  border-left-style: solid;
}

.border-left {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-low-contrast {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-low-contrast-hover {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-low-contrast-pressed {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-low-contrast-disabled {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-high-contrast {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-high-contrast-hover {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-high-contrast-pressed {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-high-contrast-disabled {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-active {
  border-left-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-active-hover {
  border-left-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-active-pressed {
  border-left-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-brand-2 {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-brand-2-hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-brand-2-pressed {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-brand-2-disabled {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-brand-2-processing {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-brand-1 {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-brand-1-hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-brand-1-pressed {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-brand-1-disabled {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-left-style: solid;
}

.border-left-light-interactive-on-dark-border-brand-1-processing {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-left-style: solid;
}

.focus\:border-left:focus {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.hover\:border-left:hover {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.active\:border-left:active {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-low-contrast:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-low-contrast:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-low-contrast:active {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-low-contrast-hover:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-low-contrast-hover:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-low-contrast-hover:active {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-low-contrast-pressed:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-low-contrast-pressed:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-low-contrast-pressed:active {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-low-contrast-disabled:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-low-contrast-disabled:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-low-contrast-disabled:active {
  border-left-color: var(--group-light-interactive-on-dark-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-high-contrast:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-high-contrast:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-high-contrast:active {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-high-contrast-hover:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-high-contrast-hover:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-high-contrast-hover:active {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-high-contrast-pressed:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-high-contrast-pressed:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-high-contrast-pressed:active {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-high-contrast-disabled:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-high-contrast-disabled:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-high-contrast-disabled:active {
  border-left-color: var(--group-light-interactive-on-dark-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-active:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-active:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-active:active {
  border-left-color: var(--group-light-interactive-on-dark-border-active) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-active-hover:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-active-hover:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-active-hover:active {
  border-left-color: var(--group-light-interactive-on-dark-border-active-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-active-pressed:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-active-pressed:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-active-pressed:active {
  border-left-color: var(--group-light-interactive-on-dark-border-active-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-brand-2:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-brand-2:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-brand-2:active {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-brand-2-hover:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-brand-2-hover:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-brand-2-hover:active {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-brand-2-pressed:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-brand-2-pressed:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-brand-2-pressed:active {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-brand-2-disabled:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-brand-2-disabled:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-brand-2-disabled:active {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-brand-2-processing:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-brand-2-processing:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-brand-2-processing:active {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-2-processing) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-brand-1:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-brand-1:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-brand-1:active {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-brand-1-hover:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-brand-1-hover:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-brand-1-hover:active {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-brand-1-pressed:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-brand-1-pressed:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-brand-1-pressed:active {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-brand-1-disabled:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-brand-1-disabled:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-brand-1-disabled:active {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-light-interactive-on-dark-border-brand-1-processing:focus {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-left-style: solid;
}

.hover\:border-left-light-interactive-on-dark-border-brand-1-processing:hover {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-left-style: solid;
}

.active\:border-left-light-interactive-on-dark-border-brand-1-processing:active {
  border-left-color: var(--group-light-interactive-on-dark-border-brand-1-processing) !important;
  border-left-style: solid;
}

.border-left {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-low-contrast {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-low-contrast-hover {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-low-contrast-pressed {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-low-contrast-disabled {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-high-contrast {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-high-contrast-hover {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-high-contrast-pressed {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-high-contrast-disabled {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-active {
  border-left-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-active-hover {
  border-left-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-active-pressed {
  border-left-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-brand-1 {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-brand-1-hover {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-brand-1-pressed {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-brand-2 {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-brand-2-hover {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-brand-2-pressed {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-brand-2-disabled {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-light-border-brand-2-processing {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-left-style: solid;
}

.focus\:border-left:focus {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.hover\:border-left:hover {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.active\:border-left:active {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-low-contrast:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-low-contrast:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-low-contrast:active {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-low-contrast-hover:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-low-contrast-hover:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-low-contrast-hover:active {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-low-contrast-pressed:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-low-contrast-pressed:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-low-contrast-pressed:active {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-low-contrast-disabled:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-low-contrast-disabled:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-low-contrast-disabled:active {
  border-left-color: var(--group-dark-interactive-on-light-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-high-contrast:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-high-contrast:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-high-contrast:active {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-high-contrast-hover:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-high-contrast-hover:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-high-contrast-hover:active {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-high-contrast-pressed:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-high-contrast-pressed:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-high-contrast-pressed:active {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-high-contrast-disabled:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-high-contrast-disabled:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-high-contrast-disabled:active {
  border-left-color: var(--group-dark-interactive-on-light-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-active:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-active:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-active:active {
  border-left-color: var(--group-dark-interactive-on-light-border-active) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-active-hover:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-active-hover:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-active-hover:active {
  border-left-color: var(--group-dark-interactive-on-light-border-active-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-active-pressed:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-active-pressed:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-active-pressed:active {
  border-left-color: var(--group-dark-interactive-on-light-border-active-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-brand-1:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-brand-1:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-brand-1:active {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-brand-1-hover:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-brand-1-hover:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-brand-1-hover:active {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-brand-1-pressed:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-brand-1-pressed:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-brand-1-pressed:active {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-brand-2:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-brand-2:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-brand-2:active {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-brand-2-hover:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-brand-2-hover:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-brand-2-hover:active {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-brand-2-pressed:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-brand-2-pressed:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-brand-2-pressed:active {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-brand-2-disabled:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-brand-2-disabled:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-brand-2-disabled:active {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-light-border-brand-2-processing:focus {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-light-border-brand-2-processing:hover {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-light-border-brand-2-processing:active {
  border-left-color: var(--group-dark-interactive-on-light-border-brand-2-processing) !important;
  border-left-style: solid;
}

.border-left {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-low-contrast {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-low-contrast-hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-low-contrast-pressed {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-low-contrast-disabled {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-high-contrast {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-high-contrast-hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-high-contrast-pressed {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-high-contrast-disabled {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-active {
  border-left-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-active-hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-active-pressed {
  border-left-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-brand-2 {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-brand-2-hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-brand-2-pressed {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-brand-2-disabled {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-brand-2-processing {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-brand-1 {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-brand-1-hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-brand-1-pressed {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-brand-1-disabled {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-left-style: solid;
}

.border-left-dark-interactive-on-dark-border-brand-1-processing {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-left-style: solid;
}

.focus\:border-left:focus {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.hover\:border-left:hover {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.active\:border-left:active {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-low-contrast:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-low-contrast:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-low-contrast:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-low-contrast-hover:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-low-contrast-hover:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-low-contrast-hover:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-low-contrast-pressed:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-low-contrast-pressed:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-low-contrast-pressed:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-low-contrast-disabled:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-low-contrast-disabled:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-low-contrast-disabled:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-low-contrast-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-high-contrast:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-high-contrast:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-high-contrast:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-high-contrast-hover:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-high-contrast-hover:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-high-contrast-hover:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-high-contrast-pressed:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-high-contrast-pressed:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-high-contrast-pressed:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-high-contrast-disabled:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-high-contrast-disabled:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-high-contrast-disabled:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-high-contrast-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-active:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-active:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-active:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-active) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-active-hover:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-active-hover:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-active-hover:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-active-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-active-pressed:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-active-pressed:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-active-pressed:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-active-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-brand-2:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-brand-2:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-brand-2:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-brand-2-hover:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-brand-2-hover:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-brand-2-hover:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-brand-2-pressed:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-brand-2-pressed:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-brand-2-pressed:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-brand-2-disabled:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-brand-2-disabled:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-brand-2-disabled:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-brand-2-processing:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-brand-2-processing:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-brand-2-processing:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-2-processing) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-brand-1:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-brand-1:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-brand-1:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-brand-1-hover:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-brand-1-hover:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-brand-1-hover:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-hover) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-brand-1-pressed:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-brand-1-pressed:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-brand-1-pressed:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-pressed) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-brand-1-disabled:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-brand-1-disabled:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-brand-1-disabled:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-disabled) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-interactive-on-dark-border-brand-1-processing:focus {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-interactive-on-dark-border-brand-1-processing:hover {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-left-style: solid;
}

.active\:border-left-dark-interactive-on-dark-border-brand-1-processing:active {
  border-left-color: var(--group-dark-interactive-on-dark-border-brand-1-processing) !important;
  border-left-style: solid;
}

.border-left {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.border-left-light-rag-border-error {
  border-left-color: var(--group-light-rag-border-error) !important;
  border-left-style: solid;
}

.border-left-light-rag-border-warning {
  border-left-color: var(--group-light-rag-border-warning) !important;
  border-left-style: solid;
}

.border-left-light-rag-border-success {
  border-left-color: var(--group-light-rag-border-success) !important;
  border-left-style: solid;
}

.border-left-light-rag-border-information {
  border-left-color: var(--group-light-rag-border-information) !important;
  border-left-style: solid;
}

.focus\:border-left:focus {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.hover\:border-left:hover {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.active\:border-left:active {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.focus\:border-left-light-rag-border-error:focus {
  border-left-color: var(--group-light-rag-border-error) !important;
  border-left-style: solid;
}

.hover\:border-left-light-rag-border-error:hover {
  border-left-color: var(--group-light-rag-border-error) !important;
  border-left-style: solid;
}

.active\:border-left-light-rag-border-error:active {
  border-left-color: var(--group-light-rag-border-error) !important;
  border-left-style: solid;
}

.focus\:border-left-light-rag-border-warning:focus {
  border-left-color: var(--group-light-rag-border-warning) !important;
  border-left-style: solid;
}

.hover\:border-left-light-rag-border-warning:hover {
  border-left-color: var(--group-light-rag-border-warning) !important;
  border-left-style: solid;
}

.active\:border-left-light-rag-border-warning:active {
  border-left-color: var(--group-light-rag-border-warning) !important;
  border-left-style: solid;
}

.focus\:border-left-light-rag-border-success:focus {
  border-left-color: var(--group-light-rag-border-success) !important;
  border-left-style: solid;
}

.hover\:border-left-light-rag-border-success:hover {
  border-left-color: var(--group-light-rag-border-success) !important;
  border-left-style: solid;
}

.active\:border-left-light-rag-border-success:active {
  border-left-color: var(--group-light-rag-border-success) !important;
  border-left-style: solid;
}

.focus\:border-left-light-rag-border-information:focus {
  border-left-color: var(--group-light-rag-border-information) !important;
  border-left-style: solid;
}

.hover\:border-left-light-rag-border-information:hover {
  border-left-color: var(--group-light-rag-border-information) !important;
  border-left-style: solid;
}

.active\:border-left-light-rag-border-information:active {
  border-left-color: var(--group-light-rag-border-information) !important;
  border-left-style: solid;
}

.border-left {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.border-left-dark-rag-border-error {
  border-left-color: var(--group-dark-rag-border-error) !important;
  border-left-style: solid;
}

.border-left-dark-rag-border-warning {
  border-left-color: var(--group-dark-rag-border-warning) !important;
  border-left-style: solid;
}

.border-left-dark-rag-border-success {
  border-left-color: var(--group-dark-rag-border-success) !important;
  border-left-style: solid;
}

.border-left-dark-rag-border-information {
  border-left-color: var(--group-dark-rag-border-information) !important;
  border-left-style: solid;
}

.focus\:border-left:focus {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.hover\:border-left:hover {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.active\:border-left:active {
  border-left-color: var(--group-color-base-neutral-3) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-rag-border-error:focus {
  border-left-color: var(--group-dark-rag-border-error) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-rag-border-error:hover {
  border-left-color: var(--group-dark-rag-border-error) !important;
  border-left-style: solid;
}

.active\:border-left-dark-rag-border-error:active {
  border-left-color: var(--group-dark-rag-border-error) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-rag-border-warning:focus {
  border-left-color: var(--group-dark-rag-border-warning) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-rag-border-warning:hover {
  border-left-color: var(--group-dark-rag-border-warning) !important;
  border-left-style: solid;
}

.active\:border-left-dark-rag-border-warning:active {
  border-left-color: var(--group-dark-rag-border-warning) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-rag-border-success:focus {
  border-left-color: var(--group-dark-rag-border-success) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-rag-border-success:hover {
  border-left-color: var(--group-dark-rag-border-success) !important;
  border-left-style: solid;
}

.active\:border-left-dark-rag-border-success:active {
  border-left-color: var(--group-dark-rag-border-success) !important;
  border-left-style: solid;
}

.focus\:border-left-dark-rag-border-information:focus {
  border-left-color: var(--group-dark-rag-border-information) !important;
  border-left-style: solid;
}

.hover\:border-left-dark-rag-border-information:hover {
  border-left-color: var(--group-dark-rag-border-information) !important;
  border-left-style: solid;
}

.active\:border-left-dark-rag-border-information:active {
  border-left-color: var(--group-dark-rag-border-information) !important;
  border-left-style: solid;
}

.radius-none {
  border-radius: 0 !important;
}

.radius-normal {
  border-radius: var(--group-radius-normal) !important;
}

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

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

@media screen and (max-width: 768px) {
  .mobile\:radius-none {
    border-radius: 0 !important;
  }
  .mobile\:radius-normal {
    border-radius: var(--group-radius-normal) !important;
  }
  .mobile\:radius-large {
    border-radius: var(--group-radius-large) !important;
  }
  .mobile\:radius-rounded {
    border-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:radius-none {
    border-radius: 0 !important;
  }
  .tablet\:radius-normal {
    border-radius: var(--group-radius-normal) !important;
  }
  .tablet\:radius-large {
    border-radius: var(--group-radius-large) !important;
  }
  .tablet\:radius-rounded {
    border-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:radius-none {
    border-radius: 0 !important;
  }
  .desktop\:radius-normal {
    border-radius: var(--group-radius-normal) !important;
  }
  .desktop\:radius-large {
    border-radius: var(--group-radius-large) !important;
  }
  .desktop\:radius-rounded {
    border-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:radius-none {
    border-radius: 0 !important;
  }
  .widescreen\:radius-normal {
    border-radius: var(--group-radius-normal) !important;
  }
  .widescreen\:radius-large {
    border-radius: var(--group-radius-large) !important;
  }
  .widescreen\:radius-rounded {
    border-radius: var(--group-radius-rounded) !important;
  }
}
.radius-top-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.radius-top-normal {
  border-top-left-radius: var(--group-radius-normal) !important;
  border-top-right-radius: var(--group-radius-normal) !important;
}

.radius-top-large {
  border-top-left-radius: var(--group-radius-large) !important;
  border-top-right-radius: var(--group-radius-large) !important;
}

.radius-top-rounded {
  border-top-left-radius: var(--group-radius-rounded) !important;
  border-top-right-radius: var(--group-radius-rounded) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:radius-top-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mobile\:radius-top-normal {
    border-top-left-radius: var(--group-radius-normal) !important;
    border-top-right-radius: var(--group-radius-normal) !important;
  }
  .mobile\:radius-top-large {
    border-top-left-radius: var(--group-radius-large) !important;
    border-top-right-radius: var(--group-radius-large) !important;
  }
  .mobile\:radius-top-rounded {
    border-top-left-radius: var(--group-radius-rounded) !important;
    border-top-right-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:radius-top-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .tablet\:radius-top-normal {
    border-top-left-radius: var(--group-radius-normal) !important;
    border-top-right-radius: var(--group-radius-normal) !important;
  }
  .tablet\:radius-top-large {
    border-top-left-radius: var(--group-radius-large) !important;
    border-top-right-radius: var(--group-radius-large) !important;
  }
  .tablet\:radius-top-rounded {
    border-top-left-radius: var(--group-radius-rounded) !important;
    border-top-right-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:radius-top-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .desktop\:radius-top-normal {
    border-top-left-radius: var(--group-radius-normal) !important;
    border-top-right-radius: var(--group-radius-normal) !important;
  }
  .desktop\:radius-top-large {
    border-top-left-radius: var(--group-radius-large) !important;
    border-top-right-radius: var(--group-radius-large) !important;
  }
  .desktop\:radius-top-rounded {
    border-top-left-radius: var(--group-radius-rounded) !important;
    border-top-right-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:radius-top-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .widescreen\:radius-top-normal {
    border-top-left-radius: var(--group-radius-normal) !important;
    border-top-right-radius: var(--group-radius-normal) !important;
  }
  .widescreen\:radius-top-large {
    border-top-left-radius: var(--group-radius-large) !important;
    border-top-right-radius: var(--group-radius-large) !important;
  }
  .widescreen\:radius-top-rounded {
    border-top-left-radius: var(--group-radius-rounded) !important;
    border-top-right-radius: var(--group-radius-rounded) !important;
  }
}
.radius-left-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.radius-left-normal {
  border-top-left-radius: var(--group-radius-normal) !important;
  border-bottom-left-radius: var(--group-radius-normal) !important;
}

.radius-left-large {
  border-top-left-radius: var(--group-radius-large) !important;
  border-bottom-left-radius: var(--group-radius-large) !important;
}

.radius-left-rounded {
  border-top-left-radius: var(--group-radius-rounded) !important;
  border-bottom-left-radius: var(--group-radius-rounded) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:radius-left-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .mobile\:radius-left-normal {
    border-top-left-radius: var(--group-radius-normal) !important;
    border-bottom-left-radius: var(--group-radius-normal) !important;
  }
  .mobile\:radius-left-large {
    border-top-left-radius: var(--group-radius-large) !important;
    border-bottom-left-radius: var(--group-radius-large) !important;
  }
  .mobile\:radius-left-rounded {
    border-top-left-radius: var(--group-radius-rounded) !important;
    border-bottom-left-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:radius-left-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .tablet\:radius-left-normal {
    border-top-left-radius: var(--group-radius-normal) !important;
    border-bottom-left-radius: var(--group-radius-normal) !important;
  }
  .tablet\:radius-left-large {
    border-top-left-radius: var(--group-radius-large) !important;
    border-bottom-left-radius: var(--group-radius-large) !important;
  }
  .tablet\:radius-left-rounded {
    border-top-left-radius: var(--group-radius-rounded) !important;
    border-bottom-left-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:radius-left-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .desktop\:radius-left-normal {
    border-top-left-radius: var(--group-radius-normal) !important;
    border-bottom-left-radius: var(--group-radius-normal) !important;
  }
  .desktop\:radius-left-large {
    border-top-left-radius: var(--group-radius-large) !important;
    border-bottom-left-radius: var(--group-radius-large) !important;
  }
  .desktop\:radius-left-rounded {
    border-top-left-radius: var(--group-radius-rounded) !important;
    border-bottom-left-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:radius-left-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .widescreen\:radius-left-normal {
    border-top-left-radius: var(--group-radius-normal) !important;
    border-bottom-left-radius: var(--group-radius-normal) !important;
  }
  .widescreen\:radius-left-large {
    border-top-left-radius: var(--group-radius-large) !important;
    border-bottom-left-radius: var(--group-radius-large) !important;
  }
  .widescreen\:radius-left-rounded {
    border-top-left-radius: var(--group-radius-rounded) !important;
    border-bottom-left-radius: var(--group-radius-rounded) !important;
  }
}
.radius-right-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.radius-right-normal {
  border-top-right-radius: var(--group-radius-normal) !important;
  border-bottom-right-radius: var(--group-radius-normal) !important;
}

.radius-right-large {
  border-top-right-radius: var(--group-radius-large) !important;
  border-bottom-right-radius: var(--group-radius-large) !important;
}

.radius-right-rounded {
  border-top-right-radius: var(--group-radius-rounded) !important;
  border-bottom-right-radius: var(--group-radius-rounded) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:radius-right-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mobile\:radius-right-normal {
    border-top-right-radius: var(--group-radius-normal) !important;
    border-bottom-right-radius: var(--group-radius-normal) !important;
  }
  .mobile\:radius-right-large {
    border-top-right-radius: var(--group-radius-large) !important;
    border-bottom-right-radius: var(--group-radius-large) !important;
  }
  .mobile\:radius-right-rounded {
    border-top-right-radius: var(--group-radius-rounded) !important;
    border-bottom-right-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:radius-right-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .tablet\:radius-right-normal {
    border-top-right-radius: var(--group-radius-normal) !important;
    border-bottom-right-radius: var(--group-radius-normal) !important;
  }
  .tablet\:radius-right-large {
    border-top-right-radius: var(--group-radius-large) !important;
    border-bottom-right-radius: var(--group-radius-large) !important;
  }
  .tablet\:radius-right-rounded {
    border-top-right-radius: var(--group-radius-rounded) !important;
    border-bottom-right-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:radius-right-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .desktop\:radius-right-normal {
    border-top-right-radius: var(--group-radius-normal) !important;
    border-bottom-right-radius: var(--group-radius-normal) !important;
  }
  .desktop\:radius-right-large {
    border-top-right-radius: var(--group-radius-large) !important;
    border-bottom-right-radius: var(--group-radius-large) !important;
  }
  .desktop\:radius-right-rounded {
    border-top-right-radius: var(--group-radius-rounded) !important;
    border-bottom-right-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:radius-right-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .widescreen\:radius-right-normal {
    border-top-right-radius: var(--group-radius-normal) !important;
    border-bottom-right-radius: var(--group-radius-normal) !important;
  }
  .widescreen\:radius-right-large {
    border-top-right-radius: var(--group-radius-large) !important;
    border-bottom-right-radius: var(--group-radius-large) !important;
  }
  .widescreen\:radius-right-rounded {
    border-top-right-radius: var(--group-radius-rounded) !important;
    border-bottom-right-radius: var(--group-radius-rounded) !important;
  }
}
.radius-bottom-none {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.radius-bottom-normal {
  border-bottom-left-radius: var(--group-radius-normal) !important;
  border-bottom-right-radius: var(--group-radius-normal) !important;
}

.radius-bottom-large {
  border-bottom-left-radius: var(--group-radius-large) !important;
  border-bottom-right-radius: var(--group-radius-large) !important;
}

.radius-bottom-rounded {
  border-bottom-left-radius: var(--group-radius-rounded) !important;
  border-bottom-right-radius: var(--group-radius-rounded) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:radius-bottom-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mobile\:radius-bottom-normal {
    border-bottom-left-radius: var(--group-radius-normal) !important;
    border-bottom-right-radius: var(--group-radius-normal) !important;
  }
  .mobile\:radius-bottom-large {
    border-bottom-left-radius: var(--group-radius-large) !important;
    border-bottom-right-radius: var(--group-radius-large) !important;
  }
  .mobile\:radius-bottom-rounded {
    border-bottom-left-radius: var(--group-radius-rounded) !important;
    border-bottom-right-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:radius-bottom-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .tablet\:radius-bottom-normal {
    border-bottom-left-radius: var(--group-radius-normal) !important;
    border-bottom-right-radius: var(--group-radius-normal) !important;
  }
  .tablet\:radius-bottom-large {
    border-bottom-left-radius: var(--group-radius-large) !important;
    border-bottom-right-radius: var(--group-radius-large) !important;
  }
  .tablet\:radius-bottom-rounded {
    border-bottom-left-radius: var(--group-radius-rounded) !important;
    border-bottom-right-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:radius-bottom-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .desktop\:radius-bottom-normal {
    border-bottom-left-radius: var(--group-radius-normal) !important;
    border-bottom-right-radius: var(--group-radius-normal) !important;
  }
  .desktop\:radius-bottom-large {
    border-bottom-left-radius: var(--group-radius-large) !important;
    border-bottom-right-radius: var(--group-radius-large) !important;
  }
  .desktop\:radius-bottom-rounded {
    border-bottom-left-radius: var(--group-radius-rounded) !important;
    border-bottom-right-radius: var(--group-radius-rounded) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:radius-bottom-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .widescreen\:radius-bottom-normal {
    border-bottom-left-radius: var(--group-radius-normal) !important;
    border-bottom-right-radius: var(--group-radius-normal) !important;
  }
  .widescreen\:radius-bottom-large {
    border-bottom-left-radius: var(--group-radius-large) !important;
    border-bottom-right-radius: var(--group-radius-large) !important;
  }
  .widescreen\:radius-bottom-rounded {
    border-bottom-left-radius: var(--group-radius-rounded) !important;
    border-bottom-right-radius: var(--group-radius-rounded) !important;
  }
}
.border-none {
  border-width: unset !important;
}

@media screen and (max-width: 768px) {
  .mobile\:border-none {
    border-width: unset !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:border-none {
    border-width: unset !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:border-none {
    border-width: unset !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:border-none {
    border-width: unset !important;
  }
}
.border-top-none {
  border-top-width: unset !important;
}

@media screen and (max-width: 768px) {
  .mobile\:border-top-none {
    border-top-width: unset !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:border-top-none {
    border-top-width: unset !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:border-top-none {
    border-top-width: unset !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:border-top-none {
    border-top-width: unset !important;
  }
}
.border-right-none {
  border-right-width: unset !important;
}

@media screen and (max-width: 768px) {
  .mobile\:border-right-none {
    border-right-width: unset !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:border-right-none {
    border-right-width: unset !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:border-right-none {
    border-right-width: unset !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:border-right-none {
    border-right-width: unset !important;
  }
}
.border-bottom-none {
  border-bottom-width: unset !important;
}

@media screen and (max-width: 768px) {
  .mobile\:border-bottom-none {
    border-bottom-width: unset !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:border-bottom-none {
    border-bottom-width: unset !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:border-bottom-none {
    border-bottom-width: unset !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:border-bottom-none {
    border-bottom-width: unset !important;
  }
}
.border-left-none {
  border-left-width: unset !important;
}

@media screen and (max-width: 768px) {
  .mobile\:border-left-none {
    border-left-width: unset !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:border-left-none {
    border-left-width: unset !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:border-left-none {
    border-left-width: unset !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:border-left-none {
    border-left-width: unset !important;
  }
}
.bw-width-none {
  border-width: unset !important;
}

.bw-width-small {
  border-width: var(--group-border-small) !important;
}

.bw-width-medium {
  border-width: var(--group-border-medium) !important;
}

.bw-width-large {
  border-width: var(--group-border-large) !important;
}

.focus\:bw-width-none:focus {
  border-width: unset !important;
}

.hover\:bw-width-none:hover {
  border-width: unset !important;
}

.active\:bw-width-none:active {
  border-width: unset !important;
}

.focus\:bw-width-small:focus {
  border-width: var(--group-border-small) !important;
}

.hover\:bw-width-small:hover {
  border-width: var(--group-border-small) !important;
}

.active\:bw-width-small:active {
  border-width: var(--group-border-small) !important;
}

.focus\:bw-width-medium:focus {
  border-width: var(--group-border-medium) !important;
}

.hover\:bw-width-medium:hover {
  border-width: var(--group-border-medium) !important;
}

.active\:bw-width-medium:active {
  border-width: var(--group-border-medium) !important;
}

.focus\:bw-width-large:focus {
  border-width: var(--group-border-large) !important;
}

.hover\:bw-width-large:hover {
  border-width: var(--group-border-large) !important;
}

.active\:bw-width-large:active {
  border-width: var(--group-border-large) !important;
}

@media screen and (min-width: 769px), print {
  .bw-width-none {
    border-width: unset !important;
  }
  .bw-width-small {
    border-width: var(--group-border-small-tablet) !important;
  }
  .tablet:bw-width-small {
    border-width: var(--group-border-small-tablet) !important;
  }
  .bw-width-medium {
    border-width: var(--group-border-medium-tablet) !important;
  }
  .tablet:bw-width-medium {
    border-width: var(--group-border-medium-tablet) !important;
  }
  .bw-width-large {
    border-width: var(--group-border-large-tablet) !important;
  }
  .tablet:bw-width-large {
    border-width: var(--group-border-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .bw-width-none {
    border-width: unset !important;
  }
  .bw-width-small {
    border-width: var(--group-border-small-desktop) !important;
  }
  .desktop:bw-width-small {
    border-width: var(--group-border-small-desktop) !important;
  }
  .bw-width-medium {
    border-width: var(--group-border-medium-desktop) !important;
  }
  .desktop:bw-width-medium {
    border-width: var(--group-border-medium-desktop) !important;
  }
  .bw-width-large {
    border-width: var(--group-border-large-desktop) !important;
  }
  .desktop:bw-width-large {
    border-width: var(--group-border-large-desktop) !important;
  }
}
.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.opacity-0 {
  opacity: var(--group-opacity-0) !important;
}

.opacity-30 {
  opacity: var(--group-opacity-30) !important;
}

.opacity-40 {
  opacity: var(--group-opacity-40) !important;
}

.opacity-50 {
  opacity: var(--group-opacity-50) !important;
}

.opacity-60 {
  opacity: var(--group-opacity-60) !important;
}

.opacity-80 {
  opacity: var(--group-opacity-80) !important;
}

.opacity-100 {
  opacity: var(--group-opacity-100) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-small {
  box-shadow: var(--group-shadow-small) !important;
}

.shadow-normal {
  box-shadow: var(--group-shadow-normal) !important;
}

.shadow-large {
  box-shadow: var(--group-shadow-large) !important;
}

.focus\:shadow-none:focus {
  box-shadow: none !important;
}

.hover\:shadow-none:hover {
  box-shadow: none !important;
}

.active\:shadow-none:active {
  box-shadow: none !important;
}

.focus\:shadow-small:focus {
  box-shadow: var(--group-shadow-small) !important;
}

.hover\:shadow-small:hover {
  box-shadow: var(--group-shadow-small) !important;
}

.active\:shadow-small:active {
  box-shadow: var(--group-shadow-small) !important;
}

.focus\:shadow-normal:focus {
  box-shadow: var(--group-shadow-normal) !important;
}

.hover\:shadow-normal:hover {
  box-shadow: var(--group-shadow-normal) !important;
}

.active\:shadow-normal:active {
  box-shadow: var(--group-shadow-normal) !important;
}

.focus\:shadow-large:focus {
  box-shadow: var(--group-shadow-large) !important;
}

.hover\:shadow-large:hover {
  box-shadow: var(--group-shadow-large) !important;
}

.active\:shadow-large:active {
  box-shadow: var(--group-shadow-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:shadow-none {
    box-shadow: none !important;
  }
  .mobile\:shadow-small {
    box-shadow: var(--group-shadow-small) !important;
  }
  .mobile\:shadow-normal {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .mobile\:shadow-large {
    box-shadow: var(--group-shadow-large) !important;
  }
  .mobile\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .mobile\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .mobile\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .mobile\:focus\:shadow-small:focus {
    box-shadow: var(--group-shadow-small) !important;
  }
  .mobile\:hover\:shadow-small:hover {
    box-shadow: var(--group-shadow-small) !important;
  }
  .mobile\:active\:shadow-small:active {
    box-shadow: var(--group-shadow-small) !important;
  }
  .mobile\:focus\:shadow-normal:focus {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .mobile\:hover\:shadow-normal:hover {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .mobile\:active\:shadow-normal:active {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .mobile\:focus\:shadow-large:focus {
    box-shadow: var(--group-shadow-large) !important;
  }
  .mobile\:hover\:shadow-large:hover {
    box-shadow: var(--group-shadow-large) !important;
  }
  .mobile\:active\:shadow-large:active {
    box-shadow: var(--group-shadow-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:shadow-none {
    box-shadow: none !important;
  }
  .tablet\:shadow-small {
    box-shadow: var(--group-shadow-small) !important;
  }
  .tablet\:shadow-normal {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .tablet\:shadow-large {
    box-shadow: var(--group-shadow-large) !important;
  }
  .tablet\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .tablet\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .tablet\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .tablet\:focus\:shadow-small:focus {
    box-shadow: var(--group-shadow-small) !important;
  }
  .tablet\:hover\:shadow-small:hover {
    box-shadow: var(--group-shadow-small) !important;
  }
  .tablet\:active\:shadow-small:active {
    box-shadow: var(--group-shadow-small) !important;
  }
  .tablet\:focus\:shadow-normal:focus {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .tablet\:hover\:shadow-normal:hover {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .tablet\:active\:shadow-normal:active {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .tablet\:focus\:shadow-large:focus {
    box-shadow: var(--group-shadow-large) !important;
  }
  .tablet\:hover\:shadow-large:hover {
    box-shadow: var(--group-shadow-large) !important;
  }
  .tablet\:active\:shadow-large:active {
    box-shadow: var(--group-shadow-large) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:shadow-none {
    box-shadow: none !important;
  }
  .desktop\:shadow-small {
    box-shadow: var(--group-shadow-small) !important;
  }
  .desktop\:shadow-normal {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .desktop\:shadow-large {
    box-shadow: var(--group-shadow-large) !important;
  }
  .desktop\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .desktop\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .desktop\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .desktop\:focus\:shadow-small:focus {
    box-shadow: var(--group-shadow-small) !important;
  }
  .desktop\:hover\:shadow-small:hover {
    box-shadow: var(--group-shadow-small) !important;
  }
  .desktop\:active\:shadow-small:active {
    box-shadow: var(--group-shadow-small) !important;
  }
  .desktop\:focus\:shadow-normal:focus {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .desktop\:hover\:shadow-normal:hover {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .desktop\:active\:shadow-normal:active {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .desktop\:focus\:shadow-large:focus {
    box-shadow: var(--group-shadow-large) !important;
  }
  .desktop\:hover\:shadow-large:hover {
    box-shadow: var(--group-shadow-large) !important;
  }
  .desktop\:active\:shadow-large:active {
    box-shadow: var(--group-shadow-large) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:shadow-none {
    box-shadow: none !important;
  }
  .widescreen\:shadow-small {
    box-shadow: var(--group-shadow-small) !important;
  }
  .widescreen\:shadow-normal {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .widescreen\:shadow-large {
    box-shadow: var(--group-shadow-large) !important;
  }
  .widescreen\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .widescreen\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .widescreen\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .widescreen\:focus\:shadow-small:focus {
    box-shadow: var(--group-shadow-small) !important;
  }
  .widescreen\:hover\:shadow-small:hover {
    box-shadow: var(--group-shadow-small) !important;
  }
  .widescreen\:active\:shadow-small:active {
    box-shadow: var(--group-shadow-small) !important;
  }
  .widescreen\:focus\:shadow-normal:focus {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .widescreen\:hover\:shadow-normal:hover {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .widescreen\:active\:shadow-normal:active {
    box-shadow: var(--group-shadow-normal) !important;
  }
  .widescreen\:focus\:shadow-large:focus {
    box-shadow: var(--group-shadow-large) !important;
  }
  .widescreen\:hover\:shadow-large:hover {
    box-shadow: var(--group-shadow-large) !important;
  }
  .widescreen\:active\:shadow-large:active {
    box-shadow: var(--group-shadow-large) !important;
  }
}
.text-shadow-normal {
  text-shadow: var(--group-text-shadow-normal) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:text-shadow-normal {
    text-shadow: var(--group-text-shadow-normal) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:text-shadow-normal {
    text-shadow: var(--group-text-shadow-normal) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:text-shadow-normal {
    text-shadow: var(--group-text-shadow-normal) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:text-shadow-normal {
    text-shadow: var(--group-text-shadow-normal) !important;
  }
}
.elevation-light-elevation-decorative {
  elevation: var(--group-light-elevation-decorative) !important;
}

.elevation-light-elevation-functional {
  elevation: var(--group-light-elevation-functional) !important;
}

.elevation-light-elevation-border {
  elevation: var(--group-light-elevation-border) !important;
}

.elevation-dark-elevation-decorative {
  elevation: var(--group-dark-elevation-decorative) !important;
}

.elevation-dark-elevation-functional {
  elevation: var(--group-dark-elevation-functional) !important;
}

.elevation-dark-elevation-border {
  elevation: var(--group-dark-elevation-border) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:elevation-light-elevation-decorative {
    elevation: var(--group-light-elevation-decorative) !important;
  }
  .mobile\:elevation-light-elevation-functional {
    elevation: var(--group-light-elevation-functional) !important;
  }
  .mobile\:elevation-light-elevation-border {
    elevation: var(--group-light-elevation-border) !important;
  }
  .mobile\:elevation-dark-elevation-decorative {
    elevation: var(--group-dark-elevation-decorative) !important;
  }
  .mobile\:elevation-dark-elevation-functional {
    elevation: var(--group-dark-elevation-functional) !important;
  }
  .mobile\:elevation-dark-elevation-border {
    elevation: var(--group-dark-elevation-border) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:elevation-light-elevation-decorative {
    elevation: var(--group-light-elevation-decorative) !important;
  }
  .tablet\:elevation-light-elevation-functional {
    elevation: var(--group-light-elevation-functional) !important;
  }
  .tablet\:elevation-light-elevation-border {
    elevation: var(--group-light-elevation-border) !important;
  }
  .tablet\:elevation-dark-elevation-decorative {
    elevation: var(--group-dark-elevation-decorative) !important;
  }
  .tablet\:elevation-dark-elevation-functional {
    elevation: var(--group-dark-elevation-functional) !important;
  }
  .tablet\:elevation-dark-elevation-border {
    elevation: var(--group-dark-elevation-border) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:elevation-light-elevation-decorative {
    elevation: var(--group-light-elevation-decorative) !important;
  }
  .desktop\:elevation-light-elevation-functional {
    elevation: var(--group-light-elevation-functional) !important;
  }
  .desktop\:elevation-light-elevation-border {
    elevation: var(--group-light-elevation-border) !important;
  }
  .desktop\:elevation-dark-elevation-decorative {
    elevation: var(--group-dark-elevation-decorative) !important;
  }
  .desktop\:elevation-dark-elevation-functional {
    elevation: var(--group-dark-elevation-functional) !important;
  }
  .desktop\:elevation-dark-elevation-border {
    elevation: var(--group-dark-elevation-border) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:elevation-light-elevation-decorative {
    elevation: var(--group-light-elevation-decorative) !important;
  }
  .widescreen\:elevation-light-elevation-functional {
    elevation: var(--group-light-elevation-functional) !important;
  }
  .widescreen\:elevation-light-elevation-border {
    elevation: var(--group-light-elevation-border) !important;
  }
  .widescreen\:elevation-dark-elevation-decorative {
    elevation: var(--group-dark-elevation-decorative) !important;
  }
  .widescreen\:elevation-dark-elevation-functional {
    elevation: var(--group-dark-elevation-functional) !important;
  }
  .widescreen\:elevation-dark-elevation-border {
    elevation: var(--group-dark-elevation-border) !important;
  }
}
.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-baseline {
  align-content: baseline !important;
}

.align-content-space-between {
  align-content: space-between !important;
}

.align-content-space-around {
  align-content: space-around !important;
}

.align-content-space-evenly {
  align-content: space-evenly !important;
}

@media screen and (max-width: 768px) {
  .mobile\:align-content-start {
    align-content: flex-start !important;
  }
  .mobile\:align-content-end {
    align-content: flex-end !important;
  }
  .mobile\:align-content-center {
    align-content: center !important;
  }
  .mobile\:align-content-baseline {
    align-content: baseline !important;
  }
  .mobile\:align-content-space-between {
    align-content: space-between !important;
  }
  .mobile\:align-content-space-around {
    align-content: space-around !important;
  }
  .mobile\:align-content-space-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:align-content-start {
    align-content: flex-start !important;
  }
  .tablet\:align-content-end {
    align-content: flex-end !important;
  }
  .tablet\:align-content-center {
    align-content: center !important;
  }
  .tablet\:align-content-baseline {
    align-content: baseline !important;
  }
  .tablet\:align-content-space-between {
    align-content: space-between !important;
  }
  .tablet\:align-content-space-around {
    align-content: space-around !important;
  }
  .tablet\:align-content-space-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:align-content-start {
    align-content: flex-start !important;
  }
  .desktop\:align-content-end {
    align-content: flex-end !important;
  }
  .desktop\:align-content-center {
    align-content: center !important;
  }
  .desktop\:align-content-baseline {
    align-content: baseline !important;
  }
  .desktop\:align-content-space-between {
    align-content: space-between !important;
  }
  .desktop\:align-content-space-around {
    align-content: space-around !important;
  }
  .desktop\:align-content-space-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:align-content-start {
    align-content: flex-start !important;
  }
  .widescreen\:align-content-end {
    align-content: flex-end !important;
  }
  .widescreen\:align-content-center {
    align-content: center !important;
  }
  .widescreen\:align-content-baseline {
    align-content: baseline !important;
  }
  .widescreen\:align-content-space-between {
    align-content: space-between !important;
  }
  .widescreen\:align-content-space-around {
    align-content: space-around !important;
  }
  .widescreen\:align-content-space-evenly {
    align-content: space-evenly !important;
  }
}
.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

@media screen and (max-width: 768px) {
  .mobile\:align-items-start {
    align-items: flex-start !important;
  }
  .mobile\:align-items-end {
    align-items: flex-end !important;
  }
  .mobile\:align-items-center {
    align-items: center !important;
  }
  .mobile\:align-items-stretch {
    align-items: stretch !important;
  }
  .mobile\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:align-items-start {
    align-items: flex-start !important;
  }
  .tablet\:align-items-end {
    align-items: flex-end !important;
  }
  .tablet\:align-items-center {
    align-items: center !important;
  }
  .tablet\:align-items-stretch {
    align-items: stretch !important;
  }
  .tablet\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:align-items-start {
    align-items: flex-start !important;
  }
  .desktop\:align-items-end {
    align-items: flex-end !important;
  }
  .desktop\:align-items-center {
    align-items: center !important;
  }
  .desktop\:align-items-stretch {
    align-items: stretch !important;
  }
  .desktop\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:align-items-start {
    align-items: flex-start !important;
  }
  .widescreen\:align-items-end {
    align-items: flex-end !important;
  }
  .widescreen\:align-items-center {
    align-items: center !important;
  }
  .widescreen\:align-items-stretch {
    align-items: stretch !important;
  }
  .widescreen\:align-items-baseline {
    align-items: baseline !important;
  }
}
.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

@media screen and (max-width: 768px) {
  .mobile\:align-self-start {
    align-self: flex-start !important;
  }
  .mobile\:align-self-end {
    align-self: flex-end !important;
  }
  .mobile\:align-self-center {
    align-self: center !important;
  }
  .mobile\:align-self-stretch {
    align-self: stretch !important;
  }
  .mobile\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:align-self-start {
    align-self: flex-start !important;
  }
  .tablet\:align-self-end {
    align-self: flex-end !important;
  }
  .tablet\:align-self-center {
    align-self: center !important;
  }
  .tablet\:align-self-stretch {
    align-self: stretch !important;
  }
  .tablet\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:align-self-start {
    align-self: flex-start !important;
  }
  .desktop\:align-self-end {
    align-self: flex-end !important;
  }
  .desktop\:align-self-center {
    align-self: center !important;
  }
  .desktop\:align-self-stretch {
    align-self: stretch !important;
  }
  .desktop\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:align-self-start {
    align-self: flex-start !important;
  }
  .widescreen\:align-self-end {
    align-self: flex-end !important;
  }
  .widescreen\:align-self-center {
    align-self: center !important;
  }
  .widescreen\:align-self-stretch {
    align-self: stretch !important;
  }
  .widescreen\:align-self-baseline {
    align-self: baseline !important;
  }
}
.flex-direction-row {
  flex-direction: row !important;
}

.flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-direction-column {
  flex-direction: column !important;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

@media screen and (max-width: 768px) {
  .mobile\:flex-direction-row {
    flex-direction: row !important;
  }
  .mobile\:flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
  .mobile\:flex-direction-column {
    flex-direction: column !important;
  }
  .mobile\:flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:flex-direction-row {
    flex-direction: row !important;
  }
  .tablet\:flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tablet\:flex-direction-column {
    flex-direction: column !important;
  }
  .tablet\:flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:flex-direction-row {
    flex-direction: row !important;
  }
  .desktop\:flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
  .desktop\:flex-direction-column {
    flex-direction: column !important;
  }
  .desktop\:flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:flex-direction-row {
    flex-direction: row !important;
  }
  .widescreen\:flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
  .widescreen\:flex-direction-column {
    flex-direction: column !important;
  }
  .widescreen\:flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.flex-1 {
  flex: 1 1 0% !important;
}

.flex-auto {
  flex: 1 1 auto !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

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

@media screen and (max-width: 768px) {
  .mobile\:flex-1 {
    flex: 1 1 0% !important;
  }
  .mobile\:flex-auto {
    flex: 1 1 auto !important;
  }
  .mobile\:flex-initial {
    flex: 0 1 auto !important;
  }
  .mobile\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:flex-1 {
    flex: 1 1 0% !important;
  }
  .tablet\:flex-auto {
    flex: 1 1 auto !important;
  }
  .tablet\:flex-initial {
    flex: 0 1 auto !important;
  }
  .tablet\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:flex-1 {
    flex: 1 1 0% !important;
  }
  .desktop\:flex-auto {
    flex: 1 1 auto !important;
  }
  .desktop\:flex-initial {
    flex: 0 1 auto !important;
  }
  .desktop\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:flex-1 {
    flex: 1 1 0% !important;
  }
  .widescreen\:flex-auto {
    flex: 1 1 auto !important;
  }
  .widescreen\:flex-initial {
    flex: 0 1 auto !important;
  }
  .widescreen\:flex-none {
    flex: none !important;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.justify-content-space-around {
  justify-content: space-around !important;
}

.justify-content-space-evenly {
  justify-content: space-evenly !important;
}

@media screen and (max-width: 768px) {
  .mobile\:justify-content-start {
    justify-content: flex-start !important;
  }
  .mobile\:justify-content-end {
    justify-content: flex-end !important;
  }
  .mobile\:justify-content-center {
    justify-content: center !important;
  }
  .mobile\:justify-content-space-between {
    justify-content: space-between !important;
  }
  .mobile\:justify-content-space-around {
    justify-content: space-around !important;
  }
  .mobile\:justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:justify-content-start {
    justify-content: flex-start !important;
  }
  .tablet\:justify-content-end {
    justify-content: flex-end !important;
  }
  .tablet\:justify-content-center {
    justify-content: center !important;
  }
  .tablet\:justify-content-space-between {
    justify-content: space-between !important;
  }
  .tablet\:justify-content-space-around {
    justify-content: space-around !important;
  }
  .tablet\:justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:justify-content-start {
    justify-content: flex-start !important;
  }
  .desktop\:justify-content-end {
    justify-content: flex-end !important;
  }
  .desktop\:justify-content-center {
    justify-content: center !important;
  }
  .desktop\:justify-content-space-between {
    justify-content: space-between !important;
  }
  .desktop\:justify-content-space-around {
    justify-content: space-around !important;
  }
  .desktop\:justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:justify-content-start {
    justify-content: flex-start !important;
  }
  .widescreen\:justify-content-end {
    justify-content: flex-end !important;
  }
  .widescreen\:justify-content-center {
    justify-content: center !important;
  }
  .widescreen\:justify-content-space-between {
    justify-content: space-between !important;
  }
  .widescreen\:justify-content-space-around {
    justify-content: space-around !important;
  }
  .widescreen\:justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

@media screen and (max-width: 768px) {
  .mobile\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .mobile\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .mobile\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .tablet\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .tablet\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .desktop\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .desktop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .widescreen\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .widescreen\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.gap-none {
  gap: 0 !important;
}

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

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

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

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

.gap-normal {
  gap: var(--group-space-normal) !important;
}

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

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

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

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

.row-gap-none {
  row-gap: 0 !important;
}

.row-gap-auto {
  row-gap: auto !important;
}

.row-gap-xx-small {
  row-gap: var(--group-space-xx-small) !important;
}

.row-gap-x-small {
  row-gap: var(--group-space-x-small) !important;
}

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

.row-gap-normal {
  row-gap: var(--group-space-normal) !important;
}

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

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

.row-gap-x-large {
  row-gap: var(--group-space-x-large) !important;
}

.row-gap-xx-large {
  row-gap: var(--group-space-xx-large) !important;
}

.column-gap-none {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-auto {
  -moz-column-gap: auto !important;
       column-gap: auto !important;
}

.column-gap-xx-small {
  -moz-column-gap: var(--group-space-xx-small) !important;
       column-gap: var(--group-space-xx-small) !important;
}

.column-gap-x-small {
  -moz-column-gap: var(--group-space-x-small) !important;
       column-gap: var(--group-space-x-small) !important;
}

.column-gap-small {
  -moz-column-gap: var(--group-space-small) !important;
       column-gap: var(--group-space-small) !important;
}

.column-gap-normal {
  -moz-column-gap: var(--group-space-normal) !important;
       column-gap: var(--group-space-normal) !important;
}

.column-gap-medium {
  -moz-column-gap: var(--group-space-medium) !important;
       column-gap: var(--group-space-medium) !important;
}

.column-gap-large {
  -moz-column-gap: var(--group-space-large) !important;
       column-gap: var(--group-space-large) !important;
}

.column-gap-x-large {
  -moz-column-gap: var(--group-space-x-large) !important;
       column-gap: var(--group-space-x-large) !important;
}

.column-gap-xx-large {
  -moz-column-gap: var(--group-space-xx-large) !important;
       column-gap: var(--group-space-xx-large) !important;
}

@media screen and (min-width: 769px), print {
  .gap-xx-small {
    gap: var(--group-space-xx-small-tablet) !important;
  }
  .gap-x-small {
    gap: var(--group-space-x-small-tablet) !important;
  }
  .gap-small {
    gap: var(--group-space-small-tablet) !important;
  }
  .gap-normal {
    gap: var(--group-space-normal-tablet) !important;
  }
  .gap-medium {
    gap: var(--group-space-medium-tablet) !important;
  }
  .gap-large {
    gap: var(--group-space-large-tablet) !important;
  }
  .gap-x-large {
    gap: var(--group-space-x-large-tablet) !important;
  }
  .gap-xx-large {
    gap: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 769px), print {
  .row-gap-xx-small {
    row-gap: var(--group-space-xx-small-tablet) !important;
  }
  .row-gap-x-small {
    row-gap: var(--group-space-x-small-tablet) !important;
  }
  .row-gap-small {
    row-gap: var(--group-space-small-tablet) !important;
  }
  .row-gap-normal {
    row-gap: var(--group-space-normal-tablet) !important;
  }
  .row-gap-medium {
    row-gap: var(--group-space-medium-tablet) !important;
  }
  .row-gap-large {
    row-gap: var(--group-space-large-tablet) !important;
  }
  .row-gap-x-large {
    row-gap: var(--group-space-x-large-tablet) !important;
  }
  .row-gap-xx-large {
    row-gap: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 769px), print {
  .column-gap-xx-small {
    -moz-column-gap: var(--group-space-xx-small-tablet) !important;
         column-gap: var(--group-space-xx-small-tablet) !important;
  }
  .column-gap-x-small {
    -moz-column-gap: var(--group-space-x-small-tablet) !important;
         column-gap: var(--group-space-x-small-tablet) !important;
  }
  .column-gap-small {
    -moz-column-gap: var(--group-space-small-tablet) !important;
         column-gap: var(--group-space-small-tablet) !important;
  }
  .column-gap-normal {
    -moz-column-gap: var(--group-space-normal-tablet) !important;
         column-gap: var(--group-space-normal-tablet) !important;
  }
  .column-gap-medium {
    -moz-column-gap: var(--group-space-medium-tablet) !important;
         column-gap: var(--group-space-medium-tablet) !important;
  }
  .column-gap-large {
    -moz-column-gap: var(--group-space-large-tablet) !important;
         column-gap: var(--group-space-large-tablet) !important;
  }
  .column-gap-x-large {
    -moz-column-gap: var(--group-space-x-large-tablet) !important;
         column-gap: var(--group-space-x-large-tablet) !important;
  }
  .column-gap-xx-large {
    -moz-column-gap: var(--group-space-xx-large-tablet) !important;
         column-gap: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .gap-xx-small {
    gap: var(--group-space-xx-small-desktop) !important;
  }
  .gap-x-small {
    gap: var(--group-space-x-small-desktop) !important;
  }
  .gap-small {
    gap: var(--group-space-small-desktop) !important;
  }
  .gap-normal {
    gap: var(--group-space-normal-desktop) !important;
  }
  .gap-medium {
    gap: var(--group-space-medium-desktop) !important;
  }
  .gap-large {
    gap: var(--group-space-large-desktop) !important;
  }
  .gap-x-large {
    gap: var(--group-space-x-large-desktop) !important;
  }
  .gap-xx-large {
    gap: var(--group-space-xx-large-desktop) !important;
  }
}
@media screen and (min-width: 1024px) {
  .row-gap-xx-small {
    row-gap: var(--group-space-xx-small-desktop) !important;
  }
  .row-gap-x-small {
    row-gap: var(--group-space-x-small-desktop) !important;
  }
  .row-gap-small {
    row-gap: var(--group-space-small-desktop) !important;
  }
  .row-gap-normal {
    row-gap: var(--group-space-normal-desktop) !important;
  }
  .row-gap-medium {
    row-gap: var(--group-space-medium-desktop) !important;
  }
  .row-gap-large {
    row-gap: var(--group-space-large-desktop) !important;
  }
  .row-gap-x-large {
    row-gap: var(--group-space-x-large-desktop) !important;
  }
  .row-gap-xx-large {
    row-gap: var(--group-space-xx-large-desktop) !important;
  }
}
@media screen and (min-width: 1024px) {
  .column-gap-xx-small {
    -moz-column-gap: var(--group-space-xx-small-desktop) !important;
         column-gap: var(--group-space-xx-small-desktop) !important;
  }
  .column-gap-x-small {
    -moz-column-gap: var(--group-space-x-small-desktop) !important;
         column-gap: var(--group-space-x-small-desktop) !important;
  }
  .column-gap-small {
    -moz-column-gap: var(--group-space-small-desktop) !important;
         column-gap: var(--group-space-small-desktop) !important;
  }
  .column-gap-normal {
    -moz-column-gap: var(--group-space-normal-desktop) !important;
         column-gap: var(--group-space-normal-desktop) !important;
  }
  .column-gap-medium {
    -moz-column-gap: var(--group-space-medium-desktop) !important;
         column-gap: var(--group-space-medium-desktop) !important;
  }
  .column-gap-large {
    -moz-column-gap: var(--group-space-large-desktop) !important;
         column-gap: var(--group-space-large-desktop) !important;
  }
  .column-gap-x-large {
    -moz-column-gap: var(--group-space-x-large-desktop) !important;
         column-gap: var(--group-space-x-large-desktop) !important;
  }
  .column-gap-xx-large {
    -moz-column-gap: var(--group-space-xx-large-desktop) !important;
         column-gap: var(--group-space-xx-large-desktop) !important;
  }
}
.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

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

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.hidden {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

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

.flex {
  display: flex !important;
}

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

@media screen and (max-width: 768px) {
  .mobile\:hidden {
    display: none !important;
  }
  .mobile\:block {
    display: block !important;
  }
  .mobile\:inline {
    display: inline !important;
  }
  .mobile\:inline-block {
    display: inline-block !important;
  }
  .mobile\:flex {
    display: flex !important;
  }
  .mobile\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:hidden {
    display: none !important;
  }
  .tablet\:block {
    display: block !important;
  }
  .tablet\:inline {
    display: inline !important;
  }
  .tablet\:inline-block {
    display: inline-block !important;
  }
  .tablet\:flex {
    display: flex !important;
  }
  .tablet\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .tablet-only\:hidden {
    display: none !important;
  }
  .tablet-only\:block {
    display: block !important;
  }
  .tablet-only\:inline {
    display: inline !important;
  }
  .tablet-only\:inline-block {
    display: inline-block !important;
  }
  .tablet-only\:flex {
    display: flex !important;
  }
  .tablet-only\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .touch\:hidden {
    display: none !important;
  }
  .touch\:block {
    display: block !important;
  }
  .touch\:inline {
    display: inline !important;
  }
  .touch\:inline-block {
    display: inline-block !important;
  }
  .touch\:flex {
    display: flex !important;
  }
  .touch\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:hidden {
    display: none !important;
  }
  .desktop\:block {
    display: block !important;
  }
  .desktop\:inline {
    display: inline !important;
  }
  .desktop\:inline-block {
    display: inline-block !important;
  }
  .desktop\:flex {
    display: flex !important;
  }
  .desktop\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .desktop-only\:hidden {
    display: none !important;
  }
  .desktop-only\:block {
    display: block !important;
  }
  .desktop-only\:inline {
    display: inline !important;
  }
  .desktop-only\:inline-block {
    display: inline-block !important;
  }
  .desktop-only\:flex {
    display: flex !important;
  }
  .desktop-only\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1280px) {
  .high-definition\:hidden {
    display: none !important;
  }
  .high-definition\:block {
    display: block !important;
  }
  .high-definition\:inline {
    display: inline !important;
  }
  .high-definition\:inline-block {
    display: inline-block !important;
  }
  .high-definition\:flex {
    display: flex !important;
  }
  .high-definition\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .high-definition-only\:hidden {
    display: none !important;
  }
  .high-definition-only\:block {
    display: block !important;
  }
  .high-definition-only\:inline {
    display: inline !important;
  }
  .high-definition-only\:inline-block {
    display: inline-block !important;
  }
  .high-definition-only\:flex {
    display: flex !important;
  }
  .high-definition-only\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:hidden {
    display: none !important;
  }
  .widescreen\:block {
    display: block !important;
  }
  .widescreen\:inline {
    display: inline !important;
  }
  .widescreen\:inline-block {
    display: inline-block !important;
  }
  .widescreen\:flex {
    display: flex !important;
  }
  .widescreen\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .widescreen-only\:hidden {
    display: none !important;
  }
  .widescreen-only\:block {
    display: block !important;
  }
  .widescreen-only\:inline {
    display: inline !important;
  }
  .widescreen-only\:inline-block {
    display: inline-block !important;
  }
  .widescreen-only\:flex {
    display: flex !important;
  }
  .widescreen-only\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1920px) {
  .fullhd\:hidden {
    display: none !important;
  }
  .fullhd\:block {
    display: block !important;
  }
  .fullhd\:inline {
    display: inline !important;
  }
  .fullhd\:inline-block {
    display: inline-block !important;
  }
  .fullhd\:flex {
    display: flex !important;
  }
  .fullhd\:inline-flex {
    display: inline-flex !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .mobile\:overflow-auto {
    overflow: auto !important;
  }
  .mobile\:overflow-hidden {
    overflow: hidden !important;
  }
  .mobile\:overflow-visible {
    overflow: visible !important;
  }
  .mobile\:overflow-scroll {
    overflow: scroll !important;
  }
  .mobile\:overflow-x-auto {
    overflow: auto !important;
  }
  .mobile\:overflow-x-hidden {
    overflow: hidden !important;
  }
  .mobile\:overflow-x-visible {
    overflow: visible !important;
  }
  .mobile\:overflow-x-scroll {
    overflow: scroll !important;
  }
  .mobile\:overflow-y-auto {
    overflow: auto !important;
  }
  .mobile\:overflow-y-hidden {
    overflow: hidden !important;
  }
  .mobile\:overflow-y-visible {
    overflow: visible !important;
  }
  .mobile\:overflow-y-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:overflow-auto {
    overflow: auto !important;
  }
  .tablet\:overflow-hidden {
    overflow: hidden !important;
  }
  .tablet\:overflow-visible {
    overflow: visible !important;
  }
  .tablet\:overflow-scroll {
    overflow: scroll !important;
  }
  .tablet\:overflow-x-auto {
    overflow: auto !important;
  }
  .tablet\:overflow-x-hidden {
    overflow: hidden !important;
  }
  .tablet\:overflow-x-visible {
    overflow: visible !important;
  }
  .tablet\:overflow-x-scroll {
    overflow: scroll !important;
  }
  .tablet\:overflow-y-auto {
    overflow: auto !important;
  }
  .tablet\:overflow-y-hidden {
    overflow: hidden !important;
  }
  .tablet\:overflow-y-visible {
    overflow: visible !important;
  }
  .tablet\:overflow-y-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:overflow-auto {
    overflow: auto !important;
  }
  .desktop\:overflow-hidden {
    overflow: hidden !important;
  }
  .desktop\:overflow-visible {
    overflow: visible !important;
  }
  .desktop\:overflow-scroll {
    overflow: scroll !important;
  }
  .desktop\:overflow-x-auto {
    overflow: auto !important;
  }
  .desktop\:overflow-x-hidden {
    overflow: hidden !important;
  }
  .desktop\:overflow-x-visible {
    overflow: visible !important;
  }
  .desktop\:overflow-x-scroll {
    overflow: scroll !important;
  }
  .desktop\:overflow-y-auto {
    overflow: auto !important;
  }
  .desktop\:overflow-y-hidden {
    overflow: hidden !important;
  }
  .desktop\:overflow-y-visible {
    overflow: visible !important;
  }
  .desktop\:overflow-y-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:overflow-auto {
    overflow: auto !important;
  }
  .widescreen\:overflow-hidden {
    overflow: hidden !important;
  }
  .widescreen\:overflow-visible {
    overflow: visible !important;
  }
  .widescreen\:overflow-scroll {
    overflow: scroll !important;
  }
  .widescreen\:overflow-x-auto {
    overflow: auto !important;
  }
  .widescreen\:overflow-x-hidden {
    overflow: hidden !important;
  }
  .widescreen\:overflow-x-visible {
    overflow: visible !important;
  }
  .widescreen\:overflow-x-scroll {
    overflow: scroll !important;
  }
  .widescreen\:overflow-y-auto {
    overflow: auto !important;
  }
  .widescreen\:overflow-y-hidden {
    overflow: hidden !important;
  }
  .widescreen\:overflow-y-visible {
    overflow: visible !important;
  }
  .widescreen\:overflow-y-scroll {
    overflow: scroll !important;
  }
}
.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.sticky {
  position: sticky !important;
}

@media screen and (max-width: 768px) {
  .mobile\:static {
    position: static !important;
  }
  .mobile\:fixed {
    position: fixed !important;
  }
  .mobile\:relative {
    position: relative !important;
  }
  .mobile\:absolute {
    position: absolute !important;
  }
  .mobile\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:static {
    position: static !important;
  }
  .tablet\:fixed {
    position: fixed !important;
  }
  .tablet\:relative {
    position: relative !important;
  }
  .tablet\:absolute {
    position: absolute !important;
  }
  .tablet\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:static {
    position: static !important;
  }
  .desktop\:fixed {
    position: fixed !important;
  }
  .desktop\:relative {
    position: relative !important;
  }
  .desktop\:absolute {
    position: absolute !important;
  }
  .desktop\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:static {
    position: static !important;
  }
  .widescreen\:fixed {
    position: fixed !important;
  }
  .widescreen\:relative {
    position: relative !important;
  }
  .widescreen\:absolute {
    position: absolute !important;
  }
  .widescreen\:sticky {
    position: sticky !important;
  }
}
.top-auto {
  top: auto !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

@media screen and (max-width: 768px) {
  .mobile\:top-auto {
    top: auto !important;
  }
  .mobile\:top-0 {
    top: 0 !important;
  }
  .mobile\:top-50 {
    top: 50% !important;
  }
  .mobile\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:top-auto {
    top: auto !important;
  }
  .tablet\:top-0 {
    top: 0 !important;
  }
  .tablet\:top-50 {
    top: 50% !important;
  }
  .tablet\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:top-auto {
    top: auto !important;
  }
  .desktop\:top-0 {
    top: 0 !important;
  }
  .desktop\:top-50 {
    top: 50% !important;
  }
  .desktop\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:top-auto {
    top: auto !important;
  }
  .widescreen\:top-0 {
    top: 0 !important;
  }
  .widescreen\:top-50 {
    top: 50% !important;
  }
  .widescreen\:top-100 {
    top: 100% !important;
  }
}
.right-auto {
  right: auto !important;
}

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

.right-50 {
  right: 50% !important;
}

.right-100 {
  right: 100% !important;
}

@media screen and (max-width: 768px) {
  .mobile\:right-auto {
    right: auto !important;
  }
  .mobile\:right-0 {
    right: 0 !important;
  }
  .mobile\:right-50 {
    right: 50% !important;
  }
  .mobile\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:right-auto {
    right: auto !important;
  }
  .tablet\:right-0 {
    right: 0 !important;
  }
  .tablet\:right-50 {
    right: 50% !important;
  }
  .tablet\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:right-auto {
    right: auto !important;
  }
  .desktop\:right-0 {
    right: 0 !important;
  }
  .desktop\:right-50 {
    right: 50% !important;
  }
  .desktop\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:right-auto {
    right: auto !important;
  }
  .widescreen\:right-0 {
    right: 0 !important;
  }
  .widescreen\:right-50 {
    right: 50% !important;
  }
  .widescreen\:right-100 {
    right: 100% !important;
  }
}
.bottom-auto {
  bottom: auto !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

@media screen and (max-width: 768px) {
  .mobile\:bottom-auto {
    bottom: auto !important;
  }
  .mobile\:bottom-0 {
    bottom: 0 !important;
  }
  .mobile\:bottom-50 {
    bottom: 50% !important;
  }
  .mobile\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:bottom-auto {
    bottom: auto !important;
  }
  .tablet\:bottom-0 {
    bottom: 0 !important;
  }
  .tablet\:bottom-50 {
    bottom: 50% !important;
  }
  .tablet\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:bottom-auto {
    bottom: auto !important;
  }
  .desktop\:bottom-0 {
    bottom: 0 !important;
  }
  .desktop\:bottom-50 {
    bottom: 50% !important;
  }
  .desktop\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:bottom-auto {
    bottom: auto !important;
  }
  .widescreen\:bottom-0 {
    bottom: 0 !important;
  }
  .widescreen\:bottom-50 {
    bottom: 50% !important;
  }
  .widescreen\:bottom-100 {
    bottom: 100% !important;
  }
}
.left-auto {
  left: auto !important;
}

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

.left-50 {
  left: 50% !important;
}

.left-100 {
  left: 100% !important;
}

@media screen and (max-width: 768px) {
  .mobile\:left-auto {
    left: auto !important;
  }
  .mobile\:left-0 {
    left: 0 !important;
  }
  .mobile\:left-50 {
    left: 50% !important;
  }
  .mobile\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:left-auto {
    left: auto !important;
  }
  .tablet\:left-0 {
    left: 0 !important;
  }
  .tablet\:left-50 {
    left: 50% !important;
  }
  .tablet\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:left-auto {
    left: auto !important;
  }
  .desktop\:left-0 {
    left: 0 !important;
  }
  .desktop\:left-50 {
    left: 50% !important;
  }
  .desktop\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:left-auto {
    left: auto !important;
  }
  .widescreen\:left-0 {
    left: 0 !important;
  }
  .widescreen\:left-50 {
    left: 50% !important;
  }
  .widescreen\:left-100 {
    left: 100% !important;
  }
}
.z-index-deep {
  z-index: var(--group-z-index-deep) !important;
}

.z-index {
  z-index: var(--group-z-index) !important;
}

.z-index-masked {
  z-index: var(--group-z-index-masked) !important;
}

.z-index-mask {
  z-index: var(--group-z-index-mask) !important;
}

.z-index-sticky {
  z-index: var(--group-z-index-sticky) !important;
}

.z-index-navigation {
  z-index: var(--group-z-index-navigation) !important;
}

.z-index-popup {
  z-index: var(--group-z-index-popup) !important;
}

.z-index-modal {
  z-index: var(--group-z-index-modal) !important;
}

.z-index-toast {
  z-index: var(--group-z-index-toast) !important;
}

.z-index-tooltip {
  z-index: var(--group-z-index-tooltip) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:z-index-deep {
    z-index: var(--group-z-index-deep) !important;
  }
  .mobile\:z-index {
    z-index: var(--group-z-index) !important;
  }
  .mobile\:z-index-masked {
    z-index: var(--group-z-index-masked) !important;
  }
  .mobile\:z-index-mask {
    z-index: var(--group-z-index-mask) !important;
  }
  .mobile\:z-index-sticky {
    z-index: var(--group-z-index-sticky) !important;
  }
  .mobile\:z-index-navigation {
    z-index: var(--group-z-index-navigation) !important;
  }
  .mobile\:z-index-popup {
    z-index: var(--group-z-index-popup) !important;
  }
  .mobile\:z-index-modal {
    z-index: var(--group-z-index-modal) !important;
  }
  .mobile\:z-index-toast {
    z-index: var(--group-z-index-toast) !important;
  }
  .mobile\:z-index-tooltip {
    z-index: var(--group-z-index-tooltip) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:z-index-deep {
    z-index: var(--group-z-index-deep) !important;
  }
  .tablet\:z-index {
    z-index: var(--group-z-index) !important;
  }
  .tablet\:z-index-masked {
    z-index: var(--group-z-index-masked) !important;
  }
  .tablet\:z-index-mask {
    z-index: var(--group-z-index-mask) !important;
  }
  .tablet\:z-index-sticky {
    z-index: var(--group-z-index-sticky) !important;
  }
  .tablet\:z-index-navigation {
    z-index: var(--group-z-index-navigation) !important;
  }
  .tablet\:z-index-popup {
    z-index: var(--group-z-index-popup) !important;
  }
  .tablet\:z-index-modal {
    z-index: var(--group-z-index-modal) !important;
  }
  .tablet\:z-index-toast {
    z-index: var(--group-z-index-toast) !important;
  }
  .tablet\:z-index-tooltip {
    z-index: var(--group-z-index-tooltip) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:z-index-deep {
    z-index: var(--group-z-index-deep) !important;
  }
  .desktop\:z-index {
    z-index: var(--group-z-index) !important;
  }
  .desktop\:z-index-masked {
    z-index: var(--group-z-index-masked) !important;
  }
  .desktop\:z-index-mask {
    z-index: var(--group-z-index-mask) !important;
  }
  .desktop\:z-index-sticky {
    z-index: var(--group-z-index-sticky) !important;
  }
  .desktop\:z-index-navigation {
    z-index: var(--group-z-index-navigation) !important;
  }
  .desktop\:z-index-popup {
    z-index: var(--group-z-index-popup) !important;
  }
  .desktop\:z-index-modal {
    z-index: var(--group-z-index-modal) !important;
  }
  .desktop\:z-index-toast {
    z-index: var(--group-z-index-toast) !important;
  }
  .desktop\:z-index-tooltip {
    z-index: var(--group-z-index-tooltip) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:z-index-deep {
    z-index: var(--group-z-index-deep) !important;
  }
  .widescreen\:z-index {
    z-index: var(--group-z-index) !important;
  }
  .widescreen\:z-index-masked {
    z-index: var(--group-z-index-masked) !important;
  }
  .widescreen\:z-index-mask {
    z-index: var(--group-z-index-mask) !important;
  }
  .widescreen\:z-index-sticky {
    z-index: var(--group-z-index-sticky) !important;
  }
  .widescreen\:z-index-navigation {
    z-index: var(--group-z-index-navigation) !important;
  }
  .widescreen\:z-index-popup {
    z-index: var(--group-z-index-popup) !important;
  }
  .widescreen\:z-index-modal {
    z-index: var(--group-z-index-modal) !important;
  }
  .widescreen\:z-index-toast {
    z-index: var(--group-z-index-toast) !important;
  }
  .widescreen\:z-index-tooltip {
    z-index: var(--group-z-index-tooltip) !important;
  }
}
.vertical-align-top {
  vertical-align: top !important;
}

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

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

@media screen and (max-width: 768px) {
  .mobile\:vertical-align-top {
    vertical-align: top !important;
  }
  .mobile\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .mobile\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:vertical-align-top {
    vertical-align: top !important;
  }
  .tablet\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .tablet\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:vertical-align-top {
    vertical-align: top !important;
  }
  .desktop\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .desktop\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:vertical-align-top {
    vertical-align: top !important;
  }
  .widescreen\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .widescreen\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
}
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.h-auto {
  height: auto !important;
}

.h-min {
  height: -moz-min-content !important;
  height: min-content !important;
}

.h-max {
  height: -moz-max-content !important;
  height: max-content !important;
}

.h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.h-1rem {
  height: 1rem !important;
}

.h-2rem {
  height: 2rem !important;
}

.h-3rem {
  height: 3rem !important;
}

.h-4rem {
  height: 4rem !important;
}

.h-5rem {
  height: 5rem !important;
}

.h-6rem {
  height: 6rem !important;
}

.h-7rem {
  height: 7rem !important;
}

.h-8rem {
  height: 8rem !important;
}

.h-9rem {
  height: 9rem !important;
}

.h-10rem {
  height: 10rem !important;
}

.h-11rem {
  height: 11rem !important;
}

.h-12rem {
  height: 12rem !important;
}

.h-13rem {
  height: 13rem !important;
}

.h-14rem {
  height: 14rem !important;
}

.h-15rem {
  height: 15rem !important;
}

.h-16rem {
  height: 16rem !important;
}

.h-17rem {
  height: 17rem !important;
}

.h-18rem {
  height: 18rem !important;
}

.h-19rem {
  height: 19rem !important;
}

.h-20rem {
  height: 20rem !important;
}

.h-21rem {
  height: 21rem !important;
}

.h-22rem {
  height: 22rem !important;
}

.h-23rem {
  height: 23rem !important;
}

.h-24rem {
  height: 24rem !important;
}

.h-25rem {
  height: 25rem !important;
}

.h-26rem {
  height: 26rem !important;
}

.h-27rem {
  height: 27rem !important;
}

.h-28rem {
  height: 28rem !important;
}

.h-29rem {
  height: 29rem !important;
}

.h-30rem {
  height: 30rem !important;
}

@media screen and (max-width: 768px) {
  .mobile\:h-full {
    height: 100% !important;
  }
  .mobile\:h-screen {
    height: 100vh !important;
  }
  .mobile\:h-auto {
    height: auto !important;
  }
  .mobile\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .mobile\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .mobile\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .mobile\:h-1rem {
    height: 1rem !important;
  }
  .mobile\:h-2rem {
    height: 2rem !important;
  }
  .mobile\:h-3rem {
    height: 3rem !important;
  }
  .mobile\:h-4rem {
    height: 4rem !important;
  }
  .mobile\:h-5rem {
    height: 5rem !important;
  }
  .mobile\:h-6rem {
    height: 6rem !important;
  }
  .mobile\:h-7rem {
    height: 7rem !important;
  }
  .mobile\:h-8rem {
    height: 8rem !important;
  }
  .mobile\:h-9rem {
    height: 9rem !important;
  }
  .mobile\:h-10rem {
    height: 10rem !important;
  }
  .mobile\:h-11rem {
    height: 11rem !important;
  }
  .mobile\:h-12rem {
    height: 12rem !important;
  }
  .mobile\:h-13rem {
    height: 13rem !important;
  }
  .mobile\:h-14rem {
    height: 14rem !important;
  }
  .mobile\:h-15rem {
    height: 15rem !important;
  }
  .mobile\:h-16rem {
    height: 16rem !important;
  }
  .mobile\:h-17rem {
    height: 17rem !important;
  }
  .mobile\:h-18rem {
    height: 18rem !important;
  }
  .mobile\:h-19rem {
    height: 19rem !important;
  }
  .mobile\:h-20rem {
    height: 20rem !important;
  }
  .mobile\:h-21rem {
    height: 21rem !important;
  }
  .mobile\:h-22rem {
    height: 22rem !important;
  }
  .mobile\:h-23rem {
    height: 23rem !important;
  }
  .mobile\:h-24rem {
    height: 24rem !important;
  }
  .mobile\:h-25rem {
    height: 25rem !important;
  }
  .mobile\:h-26rem {
    height: 26rem !important;
  }
  .mobile\:h-27rem {
    height: 27rem !important;
  }
  .mobile\:h-28rem {
    height: 28rem !important;
  }
  .mobile\:h-29rem {
    height: 29rem !important;
  }
  .mobile\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:h-full {
    height: 100% !important;
  }
  .tablet\:h-screen {
    height: 100vh !important;
  }
  .tablet\:h-auto {
    height: auto !important;
  }
  .tablet\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .tablet\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .tablet\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .tablet\:h-1rem {
    height: 1rem !important;
  }
  .tablet\:h-2rem {
    height: 2rem !important;
  }
  .tablet\:h-3rem {
    height: 3rem !important;
  }
  .tablet\:h-4rem {
    height: 4rem !important;
  }
  .tablet\:h-5rem {
    height: 5rem !important;
  }
  .tablet\:h-6rem {
    height: 6rem !important;
  }
  .tablet\:h-7rem {
    height: 7rem !important;
  }
  .tablet\:h-8rem {
    height: 8rem !important;
  }
  .tablet\:h-9rem {
    height: 9rem !important;
  }
  .tablet\:h-10rem {
    height: 10rem !important;
  }
  .tablet\:h-11rem {
    height: 11rem !important;
  }
  .tablet\:h-12rem {
    height: 12rem !important;
  }
  .tablet\:h-13rem {
    height: 13rem !important;
  }
  .tablet\:h-14rem {
    height: 14rem !important;
  }
  .tablet\:h-15rem {
    height: 15rem !important;
  }
  .tablet\:h-16rem {
    height: 16rem !important;
  }
  .tablet\:h-17rem {
    height: 17rem !important;
  }
  .tablet\:h-18rem {
    height: 18rem !important;
  }
  .tablet\:h-19rem {
    height: 19rem !important;
  }
  .tablet\:h-20rem {
    height: 20rem !important;
  }
  .tablet\:h-21rem {
    height: 21rem !important;
  }
  .tablet\:h-22rem {
    height: 22rem !important;
  }
  .tablet\:h-23rem {
    height: 23rem !important;
  }
  .tablet\:h-24rem {
    height: 24rem !important;
  }
  .tablet\:h-25rem {
    height: 25rem !important;
  }
  .tablet\:h-26rem {
    height: 26rem !important;
  }
  .tablet\:h-27rem {
    height: 27rem !important;
  }
  .tablet\:h-28rem {
    height: 28rem !important;
  }
  .tablet\:h-29rem {
    height: 29rem !important;
  }
  .tablet\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:h-full {
    height: 100% !important;
  }
  .desktop\:h-screen {
    height: 100vh !important;
  }
  .desktop\:h-auto {
    height: auto !important;
  }
  .desktop\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .desktop\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .desktop\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .desktop\:h-1rem {
    height: 1rem !important;
  }
  .desktop\:h-2rem {
    height: 2rem !important;
  }
  .desktop\:h-3rem {
    height: 3rem !important;
  }
  .desktop\:h-4rem {
    height: 4rem !important;
  }
  .desktop\:h-5rem {
    height: 5rem !important;
  }
  .desktop\:h-6rem {
    height: 6rem !important;
  }
  .desktop\:h-7rem {
    height: 7rem !important;
  }
  .desktop\:h-8rem {
    height: 8rem !important;
  }
  .desktop\:h-9rem {
    height: 9rem !important;
  }
  .desktop\:h-10rem {
    height: 10rem !important;
  }
  .desktop\:h-11rem {
    height: 11rem !important;
  }
  .desktop\:h-12rem {
    height: 12rem !important;
  }
  .desktop\:h-13rem {
    height: 13rem !important;
  }
  .desktop\:h-14rem {
    height: 14rem !important;
  }
  .desktop\:h-15rem {
    height: 15rem !important;
  }
  .desktop\:h-16rem {
    height: 16rem !important;
  }
  .desktop\:h-17rem {
    height: 17rem !important;
  }
  .desktop\:h-18rem {
    height: 18rem !important;
  }
  .desktop\:h-19rem {
    height: 19rem !important;
  }
  .desktop\:h-20rem {
    height: 20rem !important;
  }
  .desktop\:h-21rem {
    height: 21rem !important;
  }
  .desktop\:h-22rem {
    height: 22rem !important;
  }
  .desktop\:h-23rem {
    height: 23rem !important;
  }
  .desktop\:h-24rem {
    height: 24rem !important;
  }
  .desktop\:h-25rem {
    height: 25rem !important;
  }
  .desktop\:h-26rem {
    height: 26rem !important;
  }
  .desktop\:h-27rem {
    height: 27rem !important;
  }
  .desktop\:h-28rem {
    height: 28rem !important;
  }
  .desktop\:h-29rem {
    height: 29rem !important;
  }
  .desktop\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:h-full {
    height: 100% !important;
  }
  .widescreen\:h-screen {
    height: 100vh !important;
  }
  .widescreen\:h-auto {
    height: auto !important;
  }
  .widescreen\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .widescreen\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .widescreen\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .widescreen\:h-1rem {
    height: 1rem !important;
  }
  .widescreen\:h-2rem {
    height: 2rem !important;
  }
  .widescreen\:h-3rem {
    height: 3rem !important;
  }
  .widescreen\:h-4rem {
    height: 4rem !important;
  }
  .widescreen\:h-5rem {
    height: 5rem !important;
  }
  .widescreen\:h-6rem {
    height: 6rem !important;
  }
  .widescreen\:h-7rem {
    height: 7rem !important;
  }
  .widescreen\:h-8rem {
    height: 8rem !important;
  }
  .widescreen\:h-9rem {
    height: 9rem !important;
  }
  .widescreen\:h-10rem {
    height: 10rem !important;
  }
  .widescreen\:h-11rem {
    height: 11rem !important;
  }
  .widescreen\:h-12rem {
    height: 12rem !important;
  }
  .widescreen\:h-13rem {
    height: 13rem !important;
  }
  .widescreen\:h-14rem {
    height: 14rem !important;
  }
  .widescreen\:h-15rem {
    height: 15rem !important;
  }
  .widescreen\:h-16rem {
    height: 16rem !important;
  }
  .widescreen\:h-17rem {
    height: 17rem !important;
  }
  .widescreen\:h-18rem {
    height: 18rem !important;
  }
  .widescreen\:h-19rem {
    height: 19rem !important;
  }
  .widescreen\:h-20rem {
    height: 20rem !important;
  }
  .widescreen\:h-21rem {
    height: 21rem !important;
  }
  .widescreen\:h-22rem {
    height: 22rem !important;
  }
  .widescreen\:h-23rem {
    height: 23rem !important;
  }
  .widescreen\:h-24rem {
    height: 24rem !important;
  }
  .widescreen\:h-25rem {
    height: 25rem !important;
  }
  .widescreen\:h-26rem {
    height: 26rem !important;
  }
  .widescreen\:h-27rem {
    height: 27rem !important;
  }
  .widescreen\:h-28rem {
    height: 28rem !important;
  }
  .widescreen\:h-29rem {
    height: 29rem !important;
  }
  .widescreen\:h-30rem {
    height: 30rem !important;
  }
}
.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-auto {
  width: auto !important;
}

.w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-1 {
  width: 8.3333% !important;
}

.w-2 {
  width: 16.6667% !important;
}

.w-3 {
  width: 25% !important;
}

.w-4 {
  width: 33.3333% !important;
}

.w-5 {
  width: 41.6667% !important;
}

.w-6 {
  width: 50% !important;
}

.w-7 {
  width: 58.3333% !important;
}

.w-8 {
  width: 66.6667% !important;
}

.w-9 {
  width: 75% !important;
}

.w-10 {
  width: 83.3333% !important;
}

.w-11 {
  width: 91.6667% !important;
}

.w-12 {
  width: 100% !important;
}

.w-1rem {
  width: 1rem !important;
}

.w-2rem {
  width: 2rem !important;
}

.w-3rem {
  width: 3rem !important;
}

.w-4rem {
  width: 4rem !important;
}

.w-5rem {
  width: 5rem !important;
}

.w-6rem {
  width: 6rem !important;
}

.w-7rem {
  width: 7rem !important;
}

.w-8rem {
  width: 8rem !important;
}

.w-9rem {
  width: 9rem !important;
}

.w-10rem {
  width: 10rem !important;
}

.w-11rem {
  width: 11rem !important;
}

.w-12rem {
  width: 12rem !important;
}

.w-13rem {
  width: 13rem !important;
}

.w-14rem {
  width: 14rem !important;
}

.w-15rem {
  width: 15rem !important;
}

.w-16rem {
  width: 16rem !important;
}

.w-17rem {
  width: 17rem !important;
}

.w-18rem {
  width: 18rem !important;
}

.w-19rem {
  width: 19rem !important;
}

.w-20rem {
  width: 20rem !important;
}

.w-21rem {
  width: 21rem !important;
}

.w-22rem {
  width: 22rem !important;
}

.w-23rem {
  width: 23rem !important;
}

.w-24rem {
  width: 24rem !important;
}

.w-25rem {
  width: 25rem !important;
}

.w-26rem {
  width: 26rem !important;
}

.w-27rem {
  width: 27rem !important;
}

.w-28rem {
  width: 28rem !important;
}

.w-29rem {
  width: 29rem !important;
}

.w-30rem {
  width: 30rem !important;
}

@media screen and (max-width: 768px) {
  .mobile\:w-full {
    width: 100% !important;
  }
  .mobile\:w-screen {
    width: 100vw !important;
  }
  .mobile\:w-auto {
    width: auto !important;
  }
  .mobile\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .mobile\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .mobile\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .mobile\:w-1 {
    width: 8.3333% !important;
  }
  .mobile\:w-2 {
    width: 16.6667% !important;
  }
  .mobile\:w-3 {
    width: 25% !important;
  }
  .mobile\:w-4 {
    width: 33.3333% !important;
  }
  .mobile\:w-5 {
    width: 41.6667% !important;
  }
  .mobile\:w-6 {
    width: 50% !important;
  }
  .mobile\:w-7 {
    width: 58.3333% !important;
  }
  .mobile\:w-8 {
    width: 66.6667% !important;
  }
  .mobile\:w-9 {
    width: 75% !important;
  }
  .mobile\:w-10 {
    width: 83.3333% !important;
  }
  .mobile\:w-11 {
    width: 91.6667% !important;
  }
  .mobile\:w-12 {
    width: 100% !important;
  }
  .mobile\:w-1rem {
    width: 1rem !important;
  }
  .mobile\:w-2rem {
    width: 2rem !important;
  }
  .mobile\:w-3rem {
    width: 3rem !important;
  }
  .mobile\:w-4rem {
    width: 4rem !important;
  }
  .mobile\:w-5rem {
    width: 5rem !important;
  }
  .mobile\:w-6rem {
    width: 6rem !important;
  }
  .mobile\:w-7rem {
    width: 7rem !important;
  }
  .mobile\:w-8rem {
    width: 8rem !important;
  }
  .mobile\:w-9rem {
    width: 9rem !important;
  }
  .mobile\:w-10rem {
    width: 10rem !important;
  }
  .mobile\:w-11rem {
    width: 11rem !important;
  }
  .mobile\:w-12rem {
    width: 12rem !important;
  }
  .mobile\:w-13rem {
    width: 13rem !important;
  }
  .mobile\:w-14rem {
    width: 14rem !important;
  }
  .mobile\:w-15rem {
    width: 15rem !important;
  }
  .mobile\:w-16rem {
    width: 16rem !important;
  }
  .mobile\:w-17rem {
    width: 17rem !important;
  }
  .mobile\:w-18rem {
    width: 18rem !important;
  }
  .mobile\:w-19rem {
    width: 19rem !important;
  }
  .mobile\:w-20rem {
    width: 20rem !important;
  }
  .mobile\:w-21rem {
    width: 21rem !important;
  }
  .mobile\:w-22rem {
    width: 22rem !important;
  }
  .mobile\:w-23rem {
    width: 23rem !important;
  }
  .mobile\:w-24rem {
    width: 24rem !important;
  }
  .mobile\:w-25rem {
    width: 25rem !important;
  }
  .mobile\:w-26rem {
    width: 26rem !important;
  }
  .mobile\:w-27rem {
    width: 27rem !important;
  }
  .mobile\:w-28rem {
    width: 28rem !important;
  }
  .mobile\:w-29rem {
    width: 29rem !important;
  }
  .mobile\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:w-full {
    width: 100% !important;
  }
  .tablet\:w-screen {
    width: 100vw !important;
  }
  .tablet\:w-auto {
    width: auto !important;
  }
  .tablet\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .tablet\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .tablet\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .tablet\:w-1 {
    width: 8.3333% !important;
  }
  .tablet\:w-2 {
    width: 16.6667% !important;
  }
  .tablet\:w-3 {
    width: 25% !important;
  }
  .tablet\:w-4 {
    width: 33.3333% !important;
  }
  .tablet\:w-5 {
    width: 41.6667% !important;
  }
  .tablet\:w-6 {
    width: 50% !important;
  }
  .tablet\:w-7 {
    width: 58.3333% !important;
  }
  .tablet\:w-8 {
    width: 66.6667% !important;
  }
  .tablet\:w-9 {
    width: 75% !important;
  }
  .tablet\:w-10 {
    width: 83.3333% !important;
  }
  .tablet\:w-11 {
    width: 91.6667% !important;
  }
  .tablet\:w-12 {
    width: 100% !important;
  }
  .tablet\:w-1rem {
    width: 1rem !important;
  }
  .tablet\:w-2rem {
    width: 2rem !important;
  }
  .tablet\:w-3rem {
    width: 3rem !important;
  }
  .tablet\:w-4rem {
    width: 4rem !important;
  }
  .tablet\:w-5rem {
    width: 5rem !important;
  }
  .tablet\:w-6rem {
    width: 6rem !important;
  }
  .tablet\:w-7rem {
    width: 7rem !important;
  }
  .tablet\:w-8rem {
    width: 8rem !important;
  }
  .tablet\:w-9rem {
    width: 9rem !important;
  }
  .tablet\:w-10rem {
    width: 10rem !important;
  }
  .tablet\:w-11rem {
    width: 11rem !important;
  }
  .tablet\:w-12rem {
    width: 12rem !important;
  }
  .tablet\:w-13rem {
    width: 13rem !important;
  }
  .tablet\:w-14rem {
    width: 14rem !important;
  }
  .tablet\:w-15rem {
    width: 15rem !important;
  }
  .tablet\:w-16rem {
    width: 16rem !important;
  }
  .tablet\:w-17rem {
    width: 17rem !important;
  }
  .tablet\:w-18rem {
    width: 18rem !important;
  }
  .tablet\:w-19rem {
    width: 19rem !important;
  }
  .tablet\:w-20rem {
    width: 20rem !important;
  }
  .tablet\:w-21rem {
    width: 21rem !important;
  }
  .tablet\:w-22rem {
    width: 22rem !important;
  }
  .tablet\:w-23rem {
    width: 23rem !important;
  }
  .tablet\:w-24rem {
    width: 24rem !important;
  }
  .tablet\:w-25rem {
    width: 25rem !important;
  }
  .tablet\:w-26rem {
    width: 26rem !important;
  }
  .tablet\:w-27rem {
    width: 27rem !important;
  }
  .tablet\:w-28rem {
    width: 28rem !important;
  }
  .tablet\:w-29rem {
    width: 29rem !important;
  }
  .tablet\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:w-full {
    width: 100% !important;
  }
  .desktop\:w-screen {
    width: 100vw !important;
  }
  .desktop\:w-auto {
    width: auto !important;
  }
  .desktop\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .desktop\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .desktop\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .desktop\:w-1 {
    width: 8.3333% !important;
  }
  .desktop\:w-2 {
    width: 16.6667% !important;
  }
  .desktop\:w-3 {
    width: 25% !important;
  }
  .desktop\:w-4 {
    width: 33.3333% !important;
  }
  .desktop\:w-5 {
    width: 41.6667% !important;
  }
  .desktop\:w-6 {
    width: 50% !important;
  }
  .desktop\:w-7 {
    width: 58.3333% !important;
  }
  .desktop\:w-8 {
    width: 66.6667% !important;
  }
  .desktop\:w-9 {
    width: 75% !important;
  }
  .desktop\:w-10 {
    width: 83.3333% !important;
  }
  .desktop\:w-11 {
    width: 91.6667% !important;
  }
  .desktop\:w-12 {
    width: 100% !important;
  }
  .desktop\:w-1rem {
    width: 1rem !important;
  }
  .desktop\:w-2rem {
    width: 2rem !important;
  }
  .desktop\:w-3rem {
    width: 3rem !important;
  }
  .desktop\:w-4rem {
    width: 4rem !important;
  }
  .desktop\:w-5rem {
    width: 5rem !important;
  }
  .desktop\:w-6rem {
    width: 6rem !important;
  }
  .desktop\:w-7rem {
    width: 7rem !important;
  }
  .desktop\:w-8rem {
    width: 8rem !important;
  }
  .desktop\:w-9rem {
    width: 9rem !important;
  }
  .desktop\:w-10rem {
    width: 10rem !important;
  }
  .desktop\:w-11rem {
    width: 11rem !important;
  }
  .desktop\:w-12rem {
    width: 12rem !important;
  }
  .desktop\:w-13rem {
    width: 13rem !important;
  }
  .desktop\:w-14rem {
    width: 14rem !important;
  }
  .desktop\:w-15rem {
    width: 15rem !important;
  }
  .desktop\:w-16rem {
    width: 16rem !important;
  }
  .desktop\:w-17rem {
    width: 17rem !important;
  }
  .desktop\:w-18rem {
    width: 18rem !important;
  }
  .desktop\:w-19rem {
    width: 19rem !important;
  }
  .desktop\:w-20rem {
    width: 20rem !important;
  }
  .desktop\:w-21rem {
    width: 21rem !important;
  }
  .desktop\:w-22rem {
    width: 22rem !important;
  }
  .desktop\:w-23rem {
    width: 23rem !important;
  }
  .desktop\:w-24rem {
    width: 24rem !important;
  }
  .desktop\:w-25rem {
    width: 25rem !important;
  }
  .desktop\:w-26rem {
    width: 26rem !important;
  }
  .desktop\:w-27rem {
    width: 27rem !important;
  }
  .desktop\:w-28rem {
    width: 28rem !important;
  }
  .desktop\:w-29rem {
    width: 29rem !important;
  }
  .desktop\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:w-full {
    width: 100% !important;
  }
  .widescreen\:w-screen {
    width: 100vw !important;
  }
  .widescreen\:w-auto {
    width: auto !important;
  }
  .widescreen\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .widescreen\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .widescreen\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .widescreen\:w-1 {
    width: 8.3333% !important;
  }
  .widescreen\:w-2 {
    width: 16.6667% !important;
  }
  .widescreen\:w-3 {
    width: 25% !important;
  }
  .widescreen\:w-4 {
    width: 33.3333% !important;
  }
  .widescreen\:w-5 {
    width: 41.6667% !important;
  }
  .widescreen\:w-6 {
    width: 50% !important;
  }
  .widescreen\:w-7 {
    width: 58.3333% !important;
  }
  .widescreen\:w-8 {
    width: 66.6667% !important;
  }
  .widescreen\:w-9 {
    width: 75% !important;
  }
  .widescreen\:w-10 {
    width: 83.3333% !important;
  }
  .widescreen\:w-11 {
    width: 91.6667% !important;
  }
  .widescreen\:w-12 {
    width: 100% !important;
  }
  .widescreen\:w-1rem {
    width: 1rem !important;
  }
  .widescreen\:w-2rem {
    width: 2rem !important;
  }
  .widescreen\:w-3rem {
    width: 3rem !important;
  }
  .widescreen\:w-4rem {
    width: 4rem !important;
  }
  .widescreen\:w-5rem {
    width: 5rem !important;
  }
  .widescreen\:w-6rem {
    width: 6rem !important;
  }
  .widescreen\:w-7rem {
    width: 7rem !important;
  }
  .widescreen\:w-8rem {
    width: 8rem !important;
  }
  .widescreen\:w-9rem {
    width: 9rem !important;
  }
  .widescreen\:w-10rem {
    width: 10rem !important;
  }
  .widescreen\:w-11rem {
    width: 11rem !important;
  }
  .widescreen\:w-12rem {
    width: 12rem !important;
  }
  .widescreen\:w-13rem {
    width: 13rem !important;
  }
  .widescreen\:w-14rem {
    width: 14rem !important;
  }
  .widescreen\:w-15rem {
    width: 15rem !important;
  }
  .widescreen\:w-16rem {
    width: 16rem !important;
  }
  .widescreen\:w-17rem {
    width: 17rem !important;
  }
  .widescreen\:w-18rem {
    width: 18rem !important;
  }
  .widescreen\:w-19rem {
    width: 19rem !important;
  }
  .widescreen\:w-20rem {
    width: 20rem !important;
  }
  .widescreen\:w-21rem {
    width: 21rem !important;
  }
  .widescreen\:w-22rem {
    width: 22rem !important;
  }
  .widescreen\:w-23rem {
    width: 23rem !important;
  }
  .widescreen\:w-24rem {
    width: 24rem !important;
  }
  .widescreen\:w-25rem {
    width: 25rem !important;
  }
  .widescreen\:w-26rem {
    width: 26rem !important;
  }
  .widescreen\:w-27rem {
    width: 27rem !important;
  }
  .widescreen\:w-28rem {
    width: 28rem !important;
  }
  .widescreen\:w-29rem {
    width: 29rem !important;
  }
  .widescreen\:w-30rem {
    width: 30rem !important;
  }
}
.min-h-auto {
  min-height: auto !important;
}

.min-h-0 {
  min-height: 0px !important;
}

.min-h-full {
  min-height: 100% !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.min-h-min {
  min-height: -moz-min-content !important;
  min-height: min-content !important;
}

.min-h-max {
  min-height: -moz-max-content !important;
  min-height: max-content !important;
}

.min-h-fit {
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

@media screen and (max-width: 768px) {
  .mobile\:min-h-auto {
    min-height: auto !important;
  }
  .mobile\:min-h-0 {
    min-height: 0px !important;
  }
  .mobile\:min-h-full {
    min-height: 100% !important;
  }
  .mobile\:min-h-screen {
    min-height: 100vh !important;
  }
  .mobile\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .mobile\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .mobile\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:min-h-auto {
    min-height: auto !important;
  }
  .tablet\:min-h-0 {
    min-height: 0px !important;
  }
  .tablet\:min-h-full {
    min-height: 100% !important;
  }
  .tablet\:min-h-screen {
    min-height: 100vh !important;
  }
  .tablet\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .tablet\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .tablet\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:min-h-auto {
    min-height: auto !important;
  }
  .desktop\:min-h-0 {
    min-height: 0px !important;
  }
  .desktop\:min-h-full {
    min-height: 100% !important;
  }
  .desktop\:min-h-screen {
    min-height: 100vh !important;
  }
  .desktop\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .desktop\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .desktop\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:min-h-auto {
    min-height: auto !important;
  }
  .widescreen\:min-h-0 {
    min-height: 0px !important;
  }
  .widescreen\:min-h-full {
    min-height: 100% !important;
  }
  .widescreen\:min-h-screen {
    min-height: 100vh !important;
  }
  .widescreen\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .widescreen\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .widescreen\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
.min-w-auto {
  min-width: auto !important;
}

.min-w-0 {
  min-width: 0px !important;
}

.min-w-full {
  min-width: 100% !important;
}

.min-w-screen {
  min-width: 100vw !important;
}

.min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-max {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.min-w-fit {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

@media screen and (max-width: 768px) {
  .mobile\:min-w-auto {
    min-width: auto !important;
  }
  .mobile\:min-w-0 {
    min-width: 0px !important;
  }
  .mobile\:min-w-full {
    min-width: 100% !important;
  }
  .mobile\:min-w-screen {
    min-width: 100vw !important;
  }
  .mobile\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .mobile\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .mobile\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:min-w-auto {
    min-width: auto !important;
  }
  .tablet\:min-w-0 {
    min-width: 0px !important;
  }
  .tablet\:min-w-full {
    min-width: 100% !important;
  }
  .tablet\:min-w-screen {
    min-width: 100vw !important;
  }
  .tablet\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .tablet\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .tablet\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:min-w-auto {
    min-width: auto !important;
  }
  .desktop\:min-w-0 {
    min-width: 0px !important;
  }
  .desktop\:min-w-full {
    min-width: 100% !important;
  }
  .desktop\:min-w-screen {
    min-width: 100vw !important;
  }
  .desktop\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .desktop\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .desktop\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:min-w-auto {
    min-width: auto !important;
  }
  .widescreen\:min-w-0 {
    min-width: 0px !important;
  }
  .widescreen\:min-w-full {
    min-width: 100% !important;
  }
  .widescreen\:min-w-screen {
    min-width: 100vw !important;
  }
  .widescreen\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .widescreen\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .widescreen\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
.max-h-auto {
  max-height: auto !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.min-h-min {
  max-height: -moz-min-content !important;
  max-height: min-content !important;
}

.min-h-max {
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}

.min-h-fit {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

@media screen and (max-width: 768px) {
  .mobile\:max-h-auto {
    max-height: auto !important;
  }
  .mobile\:max-h-0 {
    max-height: 0px !important;
  }
  .mobile\:max-h-full {
    max-height: 100% !important;
  }
  .mobile\:max-h-screen {
    max-height: 100vh !important;
  }
  .mobile\:min-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .mobile\:min-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .mobile\:min-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:max-h-auto {
    max-height: auto !important;
  }
  .tablet\:max-h-0 {
    max-height: 0px !important;
  }
  .tablet\:max-h-full {
    max-height: 100% !important;
  }
  .tablet\:max-h-screen {
    max-height: 100vh !important;
  }
  .tablet\:min-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .tablet\:min-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .tablet\:min-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:max-h-auto {
    max-height: auto !important;
  }
  .desktop\:max-h-0 {
    max-height: 0px !important;
  }
  .desktop\:max-h-full {
    max-height: 100% !important;
  }
  .desktop\:max-h-screen {
    max-height: 100vh !important;
  }
  .desktop\:min-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .desktop\:min-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .desktop\:min-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:max-h-auto {
    max-height: auto !important;
  }
  .widescreen\:max-h-0 {
    max-height: 0px !important;
  }
  .widescreen\:max-h-full {
    max-height: 100% !important;
  }
  .widescreen\:max-h-screen {
    max-height: 100vh !important;
  }
  .widescreen\:min-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .widescreen\:min-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .widescreen\:min-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
}
.max-w-auto {
  max-width: auto !important;
}

.max-w-0 {
  max-width: 0px !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-screen {
  max-width: 100vw !important;
}

.max-w-min {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.max-w-fit {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

@media screen and (max-width: 768px) {
  .mobile\:max-w-auto {
    max-width: auto !important;
  }
  .mobile\:max-w-0 {
    max-width: 0px !important;
  }
  .mobile\:max-w-full {
    max-width: 100% !important;
  }
  .mobile\:max-w-screen {
    max-width: 100vw !important;
  }
  .mobile\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .mobile\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .mobile\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:max-w-auto {
    max-width: auto !important;
  }
  .tablet\:max-w-0 {
    max-width: 0px !important;
  }
  .tablet\:max-w-full {
    max-width: 100% !important;
  }
  .tablet\:max-w-screen {
    max-width: 100vw !important;
  }
  .tablet\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .tablet\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .tablet\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:max-w-auto {
    max-width: auto !important;
  }
  .desktop\:max-w-0 {
    max-width: 0px !important;
  }
  .desktop\:max-w-full {
    max-width: 100% !important;
  }
  .desktop\:max-w-screen {
    max-width: 100vw !important;
  }
  .desktop\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .desktop\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .desktop\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:max-w-auto {
    max-width: auto !important;
  }
  .widescreen\:max-w-0 {
    max-width: 0px !important;
  }
  .widescreen\:max-w-full {
    max-width: 100% !important;
  }
  .widescreen\:max-w-screen {
    max-width: 100vw !important;
  }
  .widescreen\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .widescreen\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .widescreen\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}
.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.m-none {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.m-xx-small {
  margin: var(--group-space-xx-small) !important;
}

.m-x-small {
  margin: var(--group-space-x-small) !important;
}

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

.m-normal {
  margin: var(--group-space-normal) !important;
}

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

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

.m-x-large {
  margin: var(--group-space-x-large) !important;
}

.m-xx-large {
  margin: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:m-xx-small {
    margin: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:m-x-small {
    margin: var(--group-space-x-small-mobile) !important;
  }
  .mobile:m-small {
    margin: var(--group-space-small-mobile) !important;
  }
  .mobile:m-normal {
    margin: var(--group-space-normal-mobile) !important;
  }
  .mobile:m-medium {
    margin: var(--group-space-medium-mobile) !important;
  }
  .mobile:m-large {
    margin: var(--group-space-large-mobile) !important;
  }
  .mobile:m-x-large {
    margin: var(--group-space-x-large-mobile) !important;
  }
  .mobile:m-xx-large {
    margin: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .m-none {
    margin: 0 !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .m-xx-small {
    margin: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:m-xx-small {
    margin: var(--group-space-xx-small-tablet) !important;
  }
  .m-x-small {
    margin: var(--group-space-x-small-tablet) !important;
  }
  .tablet:m-x-small {
    margin: var(--group-space-x-small-tablet) !important;
  }
  .m-small {
    margin: var(--group-space-small-tablet) !important;
  }
  .tablet:m-small {
    margin: var(--group-space-small-tablet) !important;
  }
  .m-normal {
    margin: var(--group-space-normal-tablet) !important;
  }
  .tablet:m-normal {
    margin: var(--group-space-normal-tablet) !important;
  }
  .m-medium {
    margin: var(--group-space-medium-tablet) !important;
  }
  .tablet:m-medium {
    margin: var(--group-space-medium-tablet) !important;
  }
  .m-large {
    margin: var(--group-space-large-tablet) !important;
  }
  .tablet:m-large {
    margin: var(--group-space-large-tablet) !important;
  }
  .m-x-large {
    margin: var(--group-space-x-large-tablet) !important;
  }
  .tablet:m-x-large {
    margin: var(--group-space-x-large-tablet) !important;
  }
  .m-xx-large {
    margin: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:m-xx-large {
    margin: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-none {
    margin: 0 !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .m-xx-small {
    margin: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:m-xx-small {
    margin: var(--group-space-xx-small-desktop) !important;
  }
  .m-x-small {
    margin: var(--group-space-x-small-desktop) !important;
  }
  .desktop:m-x-small {
    margin: var(--group-space-x-small-desktop) !important;
  }
  .m-small {
    margin: var(--group-space-small-desktop) !important;
  }
  .desktop:m-small {
    margin: var(--group-space-small-desktop) !important;
  }
  .m-normal {
    margin: var(--group-space-normal-desktop) !important;
  }
  .desktop:m-normal {
    margin: var(--group-space-normal-desktop) !important;
  }
  .m-medium {
    margin: var(--group-space-medium-desktop) !important;
  }
  .desktop:m-medium {
    margin: var(--group-space-medium-desktop) !important;
  }
  .m-large {
    margin: var(--group-space-large-desktop) !important;
  }
  .desktop:m-large {
    margin: var(--group-space-large-desktop) !important;
  }
  .m-x-large {
    margin: var(--group-space-x-large-desktop) !important;
  }
  .desktop:m-x-large {
    margin: var(--group-space-x-large-desktop) !important;
  }
  .m-xx-large {
    margin: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:m-xx-large {
    margin: var(--group-space-xx-large-desktop) !important;
  }
}
.mx-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-xx-small {
  margin-left: var(--group-space-xx-small) !important;
  margin-right: var(--group-space-xx-small) !important;
}

.mx-x-small {
  margin-left: var(--group-space-x-small) !important;
  margin-right: var(--group-space-x-small) !important;
}

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

.mx-normal {
  margin-left: var(--group-space-normal) !important;
  margin-right: var(--group-space-normal) !important;
}

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

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

.mx-x-large {
  margin-left: var(--group-space-x-large) !important;
  margin-right: var(--group-space-x-large) !important;
}

.mx-xx-large {
  margin-left: var(--group-space-xx-large) !important;
  margin-right: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:mx-xx-small {
    margin-left: var(--group-space-xx-small-mobile) !important;
    margin-right: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:mx-x-small {
    margin-left: var(--group-space-x-small-mobile) !important;
    margin-right: var(--group-space-x-small-mobile) !important;
  }
  .mobile:mx-small {
    margin-left: var(--group-space-small-mobile) !important;
    margin-right: var(--group-space-small-mobile) !important;
  }
  .mobile:mx-normal {
    margin-left: var(--group-space-normal-mobile) !important;
    margin-right: var(--group-space-normal-mobile) !important;
  }
  .mobile:mx-medium {
    margin-left: var(--group-space-medium-mobile) !important;
    margin-right: var(--group-space-medium-mobile) !important;
  }
  .mobile:mx-large {
    margin-left: var(--group-space-large-mobile) !important;
    margin-right: var(--group-space-large-mobile) !important;
  }
  .mobile:mx-x-large {
    margin-left: var(--group-space-x-large-mobile) !important;
    margin-right: var(--group-space-x-large-mobile) !important;
  }
  .mobile:mx-xx-large {
    margin-left: var(--group-space-xx-large-mobile) !important;
    margin-right: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .mx-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xx-small {
    margin-left: var(--group-space-xx-small-tablet) !important;
    margin-right: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:mx-xx-small {
    margin-left: var(--group-space-xx-small-tablet) !important;
    margin-right: var(--group-space-xx-small-tablet) !important;
  }
  .mx-x-small {
    margin-left: var(--group-space-x-small-tablet) !important;
    margin-right: var(--group-space-x-small-tablet) !important;
  }
  .tablet:mx-x-small {
    margin-left: var(--group-space-x-small-tablet) !important;
    margin-right: var(--group-space-x-small-tablet) !important;
  }
  .mx-small {
    margin-left: var(--group-space-small-tablet) !important;
    margin-right: var(--group-space-small-tablet) !important;
  }
  .tablet:mx-small {
    margin-left: var(--group-space-small-tablet) !important;
    margin-right: var(--group-space-small-tablet) !important;
  }
  .mx-normal {
    margin-left: var(--group-space-normal-tablet) !important;
    margin-right: var(--group-space-normal-tablet) !important;
  }
  .tablet:mx-normal {
    margin-left: var(--group-space-normal-tablet) !important;
    margin-right: var(--group-space-normal-tablet) !important;
  }
  .mx-medium {
    margin-left: var(--group-space-medium-tablet) !important;
    margin-right: var(--group-space-medium-tablet) !important;
  }
  .tablet:mx-medium {
    margin-left: var(--group-space-medium-tablet) !important;
    margin-right: var(--group-space-medium-tablet) !important;
  }
  .mx-large {
    margin-left: var(--group-space-large-tablet) !important;
    margin-right: var(--group-space-large-tablet) !important;
  }
  .tablet:mx-large {
    margin-left: var(--group-space-large-tablet) !important;
    margin-right: var(--group-space-large-tablet) !important;
  }
  .mx-x-large {
    margin-left: var(--group-space-x-large-tablet) !important;
    margin-right: var(--group-space-x-large-tablet) !important;
  }
  .tablet:mx-x-large {
    margin-left: var(--group-space-x-large-tablet) !important;
    margin-right: var(--group-space-x-large-tablet) !important;
  }
  .mx-xx-large {
    margin-left: var(--group-space-xx-large-tablet) !important;
    margin-right: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:mx-xx-large {
    margin-left: var(--group-space-xx-large-tablet) !important;
    margin-right: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .mx-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xx-small {
    margin-left: var(--group-space-xx-small-desktop) !important;
    margin-right: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:mx-xx-small {
    margin-left: var(--group-space-xx-small-desktop) !important;
    margin-right: var(--group-space-xx-small-desktop) !important;
  }
  .mx-x-small {
    margin-left: var(--group-space-x-small-desktop) !important;
    margin-right: var(--group-space-x-small-desktop) !important;
  }
  .desktop:mx-x-small {
    margin-left: var(--group-space-x-small-desktop) !important;
    margin-right: var(--group-space-x-small-desktop) !important;
  }
  .mx-small {
    margin-left: var(--group-space-small-desktop) !important;
    margin-right: var(--group-space-small-desktop) !important;
  }
  .desktop:mx-small {
    margin-left: var(--group-space-small-desktop) !important;
    margin-right: var(--group-space-small-desktop) !important;
  }
  .mx-normal {
    margin-left: var(--group-space-normal-desktop) !important;
    margin-right: var(--group-space-normal-desktop) !important;
  }
  .desktop:mx-normal {
    margin-left: var(--group-space-normal-desktop) !important;
    margin-right: var(--group-space-normal-desktop) !important;
  }
  .mx-medium {
    margin-left: var(--group-space-medium-desktop) !important;
    margin-right: var(--group-space-medium-desktop) !important;
  }
  .desktop:mx-medium {
    margin-left: var(--group-space-medium-desktop) !important;
    margin-right: var(--group-space-medium-desktop) !important;
  }
  .mx-large {
    margin-left: var(--group-space-large-desktop) !important;
    margin-right: var(--group-space-large-desktop) !important;
  }
  .desktop:mx-large {
    margin-left: var(--group-space-large-desktop) !important;
    margin-right: var(--group-space-large-desktop) !important;
  }
  .mx-x-large {
    margin-left: var(--group-space-x-large-desktop) !important;
    margin-right: var(--group-space-x-large-desktop) !important;
  }
  .desktop:mx-x-large {
    margin-left: var(--group-space-x-large-desktop) !important;
    margin-right: var(--group-space-x-large-desktop) !important;
  }
  .mx-xx-large {
    margin-left: var(--group-space-xx-large-desktop) !important;
    margin-right: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:mx-xx-large {
    margin-left: var(--group-space-xx-large-desktop) !important;
    margin-right: var(--group-space-xx-large-desktop) !important;
  }
}
.my-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-xx-small {
  margin-top: var(--group-space-xx-small) !important;
  margin-bottom: var(--group-space-xx-small) !important;
}

.my-x-small {
  margin-top: var(--group-space-x-small) !important;
  margin-bottom: var(--group-space-x-small) !important;
}

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

.my-normal {
  margin-top: var(--group-space-normal) !important;
  margin-bottom: var(--group-space-normal) !important;
}

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

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

.my-x-large {
  margin-top: var(--group-space-x-large) !important;
  margin-bottom: var(--group-space-x-large) !important;
}

.my-xx-large {
  margin-top: var(--group-space-xx-large) !important;
  margin-bottom: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:my-xx-small {
    margin-top: var(--group-space-xx-small-mobile) !important;
    margin-bottom: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:my-x-small {
    margin-top: var(--group-space-x-small-mobile) !important;
    margin-bottom: var(--group-space-x-small-mobile) !important;
  }
  .mobile:my-small {
    margin-top: var(--group-space-small-mobile) !important;
    margin-bottom: var(--group-space-small-mobile) !important;
  }
  .mobile:my-normal {
    margin-top: var(--group-space-normal-mobile) !important;
    margin-bottom: var(--group-space-normal-mobile) !important;
  }
  .mobile:my-medium {
    margin-top: var(--group-space-medium-mobile) !important;
    margin-bottom: var(--group-space-medium-mobile) !important;
  }
  .mobile:my-large {
    margin-top: var(--group-space-large-mobile) !important;
    margin-bottom: var(--group-space-large-mobile) !important;
  }
  .mobile:my-x-large {
    margin-top: var(--group-space-x-large-mobile) !important;
    margin-bottom: var(--group-space-x-large-mobile) !important;
  }
  .mobile:my-xx-large {
    margin-top: var(--group-space-xx-large-mobile) !important;
    margin-bottom: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .my-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xx-small {
    margin-top: var(--group-space-xx-small-tablet) !important;
    margin-bottom: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:my-xx-small {
    margin-top: var(--group-space-xx-small-tablet) !important;
    margin-bottom: var(--group-space-xx-small-tablet) !important;
  }
  .my-x-small {
    margin-top: var(--group-space-x-small-tablet) !important;
    margin-bottom: var(--group-space-x-small-tablet) !important;
  }
  .tablet:my-x-small {
    margin-top: var(--group-space-x-small-tablet) !important;
    margin-bottom: var(--group-space-x-small-tablet) !important;
  }
  .my-small {
    margin-top: var(--group-space-small-tablet) !important;
    margin-bottom: var(--group-space-small-tablet) !important;
  }
  .tablet:my-small {
    margin-top: var(--group-space-small-tablet) !important;
    margin-bottom: var(--group-space-small-tablet) !important;
  }
  .my-normal {
    margin-top: var(--group-space-normal-tablet) !important;
    margin-bottom: var(--group-space-normal-tablet) !important;
  }
  .tablet:my-normal {
    margin-top: var(--group-space-normal-tablet) !important;
    margin-bottom: var(--group-space-normal-tablet) !important;
  }
  .my-medium {
    margin-top: var(--group-space-medium-tablet) !important;
    margin-bottom: var(--group-space-medium-tablet) !important;
  }
  .tablet:my-medium {
    margin-top: var(--group-space-medium-tablet) !important;
    margin-bottom: var(--group-space-medium-tablet) !important;
  }
  .my-large {
    margin-top: var(--group-space-large-tablet) !important;
    margin-bottom: var(--group-space-large-tablet) !important;
  }
  .tablet:my-large {
    margin-top: var(--group-space-large-tablet) !important;
    margin-bottom: var(--group-space-large-tablet) !important;
  }
  .my-x-large {
    margin-top: var(--group-space-x-large-tablet) !important;
    margin-bottom: var(--group-space-x-large-tablet) !important;
  }
  .tablet:my-x-large {
    margin-top: var(--group-space-x-large-tablet) !important;
    margin-bottom: var(--group-space-x-large-tablet) !important;
  }
  .my-xx-large {
    margin-top: var(--group-space-xx-large-tablet) !important;
    margin-bottom: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:my-xx-large {
    margin-top: var(--group-space-xx-large-tablet) !important;
    margin-bottom: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .my-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xx-small {
    margin-top: var(--group-space-xx-small-desktop) !important;
    margin-bottom: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:my-xx-small {
    margin-top: var(--group-space-xx-small-desktop) !important;
    margin-bottom: var(--group-space-xx-small-desktop) !important;
  }
  .my-x-small {
    margin-top: var(--group-space-x-small-desktop) !important;
    margin-bottom: var(--group-space-x-small-desktop) !important;
  }
  .desktop:my-x-small {
    margin-top: var(--group-space-x-small-desktop) !important;
    margin-bottom: var(--group-space-x-small-desktop) !important;
  }
  .my-small {
    margin-top: var(--group-space-small-desktop) !important;
    margin-bottom: var(--group-space-small-desktop) !important;
  }
  .desktop:my-small {
    margin-top: var(--group-space-small-desktop) !important;
    margin-bottom: var(--group-space-small-desktop) !important;
  }
  .my-normal {
    margin-top: var(--group-space-normal-desktop) !important;
    margin-bottom: var(--group-space-normal-desktop) !important;
  }
  .desktop:my-normal {
    margin-top: var(--group-space-normal-desktop) !important;
    margin-bottom: var(--group-space-normal-desktop) !important;
  }
  .my-medium {
    margin-top: var(--group-space-medium-desktop) !important;
    margin-bottom: var(--group-space-medium-desktop) !important;
  }
  .desktop:my-medium {
    margin-top: var(--group-space-medium-desktop) !important;
    margin-bottom: var(--group-space-medium-desktop) !important;
  }
  .my-large {
    margin-top: var(--group-space-large-desktop) !important;
    margin-bottom: var(--group-space-large-desktop) !important;
  }
  .desktop:my-large {
    margin-top: var(--group-space-large-desktop) !important;
    margin-bottom: var(--group-space-large-desktop) !important;
  }
  .my-x-large {
    margin-top: var(--group-space-x-large-desktop) !important;
    margin-bottom: var(--group-space-x-large-desktop) !important;
  }
  .desktop:my-x-large {
    margin-top: var(--group-space-x-large-desktop) !important;
    margin-bottom: var(--group-space-x-large-desktop) !important;
  }
  .my-xx-large {
    margin-top: var(--group-space-xx-large-desktop) !important;
    margin-bottom: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:my-xx-large {
    margin-top: var(--group-space-xx-large-desktop) !important;
    margin-bottom: var(--group-space-xx-large-desktop) !important;
  }
}
.mt-none {
  margin-top: 0 !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-xx-small {
  margin-top: var(--group-space-xx-small) !important;
}

.mt-x-small {
  margin-top: var(--group-space-x-small) !important;
}

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

.mt-normal {
  margin-top: var(--group-space-normal) !important;
}

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

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

.mt-x-large {
  margin-top: var(--group-space-x-large) !important;
}

.mt-xx-large {
  margin-top: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:mt-xx-small {
    margin-top: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:mt-x-small {
    margin-top: var(--group-space-x-small-mobile) !important;
  }
  .mobile:mt-small {
    margin-top: var(--group-space-small-mobile) !important;
  }
  .mobile:mt-normal {
    margin-top: var(--group-space-normal-mobile) !important;
  }
  .mobile:mt-medium {
    margin-top: var(--group-space-medium-mobile) !important;
  }
  .mobile:mt-large {
    margin-top: var(--group-space-large-mobile) !important;
  }
  .mobile:mt-x-large {
    margin-top: var(--group-space-x-large-mobile) !important;
  }
  .mobile:mt-xx-large {
    margin-top: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .mt-none {
    margin-top: 0 !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .mt-xx-small {
    margin-top: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:mt-xx-small {
    margin-top: var(--group-space-xx-small-tablet) !important;
  }
  .mt-x-small {
    margin-top: var(--group-space-x-small-tablet) !important;
  }
  .tablet:mt-x-small {
    margin-top: var(--group-space-x-small-tablet) !important;
  }
  .mt-small {
    margin-top: var(--group-space-small-tablet) !important;
  }
  .tablet:mt-small {
    margin-top: var(--group-space-small-tablet) !important;
  }
  .mt-normal {
    margin-top: var(--group-space-normal-tablet) !important;
  }
  .tablet:mt-normal {
    margin-top: var(--group-space-normal-tablet) !important;
  }
  .mt-medium {
    margin-top: var(--group-space-medium-tablet) !important;
  }
  .tablet:mt-medium {
    margin-top: var(--group-space-medium-tablet) !important;
  }
  .mt-large {
    margin-top: var(--group-space-large-tablet) !important;
  }
  .tablet:mt-large {
    margin-top: var(--group-space-large-tablet) !important;
  }
  .mt-x-large {
    margin-top: var(--group-space-x-large-tablet) !important;
  }
  .tablet:mt-x-large {
    margin-top: var(--group-space-x-large-tablet) !important;
  }
  .mt-xx-large {
    margin-top: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:mt-xx-large {
    margin-top: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt-none {
    margin-top: 0 !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .mt-xx-small {
    margin-top: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:mt-xx-small {
    margin-top: var(--group-space-xx-small-desktop) !important;
  }
  .mt-x-small {
    margin-top: var(--group-space-x-small-desktop) !important;
  }
  .desktop:mt-x-small {
    margin-top: var(--group-space-x-small-desktop) !important;
  }
  .mt-small {
    margin-top: var(--group-space-small-desktop) !important;
  }
  .desktop:mt-small {
    margin-top: var(--group-space-small-desktop) !important;
  }
  .mt-normal {
    margin-top: var(--group-space-normal-desktop) !important;
  }
  .desktop:mt-normal {
    margin-top: var(--group-space-normal-desktop) !important;
  }
  .mt-medium {
    margin-top: var(--group-space-medium-desktop) !important;
  }
  .desktop:mt-medium {
    margin-top: var(--group-space-medium-desktop) !important;
  }
  .mt-large {
    margin-top: var(--group-space-large-desktop) !important;
  }
  .desktop:mt-large {
    margin-top: var(--group-space-large-desktop) !important;
  }
  .mt-x-large {
    margin-top: var(--group-space-x-large-desktop) !important;
  }
  .desktop:mt-x-large {
    margin-top: var(--group-space-x-large-desktop) !important;
  }
  .mt-xx-large {
    margin-top: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:mt-xx-large {
    margin-top: var(--group-space-xx-large-desktop) !important;
  }
}
.mr-none {
  margin-right: 0 !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mr-xx-small {
  margin-right: var(--group-space-xx-small) !important;
}

.mr-x-small {
  margin-right: var(--group-space-x-small) !important;
}

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

.mr-normal {
  margin-right: var(--group-space-normal) !important;
}

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

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

.mr-x-large {
  margin-right: var(--group-space-x-large) !important;
}

.mr-xx-large {
  margin-right: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:mr-xx-small {
    margin-right: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:mr-x-small {
    margin-right: var(--group-space-x-small-mobile) !important;
  }
  .mobile:mr-small {
    margin-right: var(--group-space-small-mobile) !important;
  }
  .mobile:mr-normal {
    margin-right: var(--group-space-normal-mobile) !important;
  }
  .mobile:mr-medium {
    margin-right: var(--group-space-medium-mobile) !important;
  }
  .mobile:mr-large {
    margin-right: var(--group-space-large-mobile) !important;
  }
  .mobile:mr-x-large {
    margin-right: var(--group-space-x-large-mobile) !important;
  }
  .mobile:mr-xx-large {
    margin-right: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .mr-none {
    margin-right: 0 !important;
  }
  .mr-auto {
    margin-right: auto !important;
  }
  .mr-xx-small {
    margin-right: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:mr-xx-small {
    margin-right: var(--group-space-xx-small-tablet) !important;
  }
  .mr-x-small {
    margin-right: var(--group-space-x-small-tablet) !important;
  }
  .tablet:mr-x-small {
    margin-right: var(--group-space-x-small-tablet) !important;
  }
  .mr-small {
    margin-right: var(--group-space-small-tablet) !important;
  }
  .tablet:mr-small {
    margin-right: var(--group-space-small-tablet) !important;
  }
  .mr-normal {
    margin-right: var(--group-space-normal-tablet) !important;
  }
  .tablet:mr-normal {
    margin-right: var(--group-space-normal-tablet) !important;
  }
  .mr-medium {
    margin-right: var(--group-space-medium-tablet) !important;
  }
  .tablet:mr-medium {
    margin-right: var(--group-space-medium-tablet) !important;
  }
  .mr-large {
    margin-right: var(--group-space-large-tablet) !important;
  }
  .tablet:mr-large {
    margin-right: var(--group-space-large-tablet) !important;
  }
  .mr-x-large {
    margin-right: var(--group-space-x-large-tablet) !important;
  }
  .tablet:mr-x-large {
    margin-right: var(--group-space-x-large-tablet) !important;
  }
  .mr-xx-large {
    margin-right: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:mr-xx-large {
    margin-right: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr-none {
    margin-right: 0 !important;
  }
  .mr-auto {
    margin-right: auto !important;
  }
  .mr-xx-small {
    margin-right: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:mr-xx-small {
    margin-right: var(--group-space-xx-small-desktop) !important;
  }
  .mr-x-small {
    margin-right: var(--group-space-x-small-desktop) !important;
  }
  .desktop:mr-x-small {
    margin-right: var(--group-space-x-small-desktop) !important;
  }
  .mr-small {
    margin-right: var(--group-space-small-desktop) !important;
  }
  .desktop:mr-small {
    margin-right: var(--group-space-small-desktop) !important;
  }
  .mr-normal {
    margin-right: var(--group-space-normal-desktop) !important;
  }
  .desktop:mr-normal {
    margin-right: var(--group-space-normal-desktop) !important;
  }
  .mr-medium {
    margin-right: var(--group-space-medium-desktop) !important;
  }
  .desktop:mr-medium {
    margin-right: var(--group-space-medium-desktop) !important;
  }
  .mr-large {
    margin-right: var(--group-space-large-desktop) !important;
  }
  .desktop:mr-large {
    margin-right: var(--group-space-large-desktop) !important;
  }
  .mr-x-large {
    margin-right: var(--group-space-x-large-desktop) !important;
  }
  .desktop:mr-x-large {
    margin-right: var(--group-space-x-large-desktop) !important;
  }
  .mr-xx-large {
    margin-right: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:mr-xx-large {
    margin-right: var(--group-space-xx-large-desktop) !important;
  }
}
.mb-none {
  margin-bottom: 0 !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-xx-small {
  margin-bottom: var(--group-space-xx-small) !important;
}

.mb-x-small {
  margin-bottom: var(--group-space-x-small) !important;
}

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

.mb-normal {
  margin-bottom: var(--group-space-normal) !important;
}

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

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

.mb-x-large {
  margin-bottom: var(--group-space-x-large) !important;
}

.mb-xx-large {
  margin-bottom: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:mb-xx-small {
    margin-bottom: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:mb-x-small {
    margin-bottom: var(--group-space-x-small-mobile) !important;
  }
  .mobile:mb-small {
    margin-bottom: var(--group-space-small-mobile) !important;
  }
  .mobile:mb-normal {
    margin-bottom: var(--group-space-normal-mobile) !important;
  }
  .mobile:mb-medium {
    margin-bottom: var(--group-space-medium-mobile) !important;
  }
  .mobile:mb-large {
    margin-bottom: var(--group-space-large-mobile) !important;
  }
  .mobile:mb-x-large {
    margin-bottom: var(--group-space-x-large-mobile) !important;
  }
  .mobile:mb-xx-large {
    margin-bottom: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .mb-none {
    margin-bottom: 0 !important;
  }
  .mb-auto {
    margin-bottom: auto !important;
  }
  .mb-xx-small {
    margin-bottom: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:mb-xx-small {
    margin-bottom: var(--group-space-xx-small-tablet) !important;
  }
  .mb-x-small {
    margin-bottom: var(--group-space-x-small-tablet) !important;
  }
  .tablet:mb-x-small {
    margin-bottom: var(--group-space-x-small-tablet) !important;
  }
  .mb-small {
    margin-bottom: var(--group-space-small-tablet) !important;
  }
  .tablet:mb-small {
    margin-bottom: var(--group-space-small-tablet) !important;
  }
  .mb-normal {
    margin-bottom: var(--group-space-normal-tablet) !important;
  }
  .tablet:mb-normal {
    margin-bottom: var(--group-space-normal-tablet) !important;
  }
  .mb-medium {
    margin-bottom: var(--group-space-medium-tablet) !important;
  }
  .tablet:mb-medium {
    margin-bottom: var(--group-space-medium-tablet) !important;
  }
  .mb-large {
    margin-bottom: var(--group-space-large-tablet) !important;
  }
  .tablet:mb-large {
    margin-bottom: var(--group-space-large-tablet) !important;
  }
  .mb-x-large {
    margin-bottom: var(--group-space-x-large-tablet) !important;
  }
  .tablet:mb-x-large {
    margin-bottom: var(--group-space-x-large-tablet) !important;
  }
  .mb-xx-large {
    margin-bottom: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:mb-xx-large {
    margin-bottom: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb-none {
    margin-bottom: 0 !important;
  }
  .mb-auto {
    margin-bottom: auto !important;
  }
  .mb-xx-small {
    margin-bottom: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:mb-xx-small {
    margin-bottom: var(--group-space-xx-small-desktop) !important;
  }
  .mb-x-small {
    margin-bottom: var(--group-space-x-small-desktop) !important;
  }
  .desktop:mb-x-small {
    margin-bottom: var(--group-space-x-small-desktop) !important;
  }
  .mb-small {
    margin-bottom: var(--group-space-small-desktop) !important;
  }
  .desktop:mb-small {
    margin-bottom: var(--group-space-small-desktop) !important;
  }
  .mb-normal {
    margin-bottom: var(--group-space-normal-desktop) !important;
  }
  .desktop:mb-normal {
    margin-bottom: var(--group-space-normal-desktop) !important;
  }
  .mb-medium {
    margin-bottom: var(--group-space-medium-desktop) !important;
  }
  .desktop:mb-medium {
    margin-bottom: var(--group-space-medium-desktop) !important;
  }
  .mb-large {
    margin-bottom: var(--group-space-large-desktop) !important;
  }
  .desktop:mb-large {
    margin-bottom: var(--group-space-large-desktop) !important;
  }
  .mb-x-large {
    margin-bottom: var(--group-space-x-large-desktop) !important;
  }
  .desktop:mb-x-large {
    margin-bottom: var(--group-space-x-large-desktop) !important;
  }
  .mb-xx-large {
    margin-bottom: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:mb-xx-large {
    margin-bottom: var(--group-space-xx-large-desktop) !important;
  }
}
.ml-none {
  margin-left: 0 !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-xx-small {
  margin-left: var(--group-space-xx-small) !important;
}

.ml-x-small {
  margin-left: var(--group-space-x-small) !important;
}

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

.ml-normal {
  margin-left: var(--group-space-normal) !important;
}

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

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

.ml-x-large {
  margin-left: var(--group-space-x-large) !important;
}

.ml-xx-large {
  margin-left: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:ml-xx-small {
    margin-left: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:ml-x-small {
    margin-left: var(--group-space-x-small-mobile) !important;
  }
  .mobile:ml-small {
    margin-left: var(--group-space-small-mobile) !important;
  }
  .mobile:ml-normal {
    margin-left: var(--group-space-normal-mobile) !important;
  }
  .mobile:ml-medium {
    margin-left: var(--group-space-medium-mobile) !important;
  }
  .mobile:ml-large {
    margin-left: var(--group-space-large-mobile) !important;
  }
  .mobile:ml-x-large {
    margin-left: var(--group-space-x-large-mobile) !important;
  }
  .mobile:ml-xx-large {
    margin-left: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .ml-none {
    margin-left: 0 !important;
  }
  .ml-auto {
    margin-left: auto !important;
  }
  .ml-xx-small {
    margin-left: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:ml-xx-small {
    margin-left: var(--group-space-xx-small-tablet) !important;
  }
  .ml-x-small {
    margin-left: var(--group-space-x-small-tablet) !important;
  }
  .tablet:ml-x-small {
    margin-left: var(--group-space-x-small-tablet) !important;
  }
  .ml-small {
    margin-left: var(--group-space-small-tablet) !important;
  }
  .tablet:ml-small {
    margin-left: var(--group-space-small-tablet) !important;
  }
  .ml-normal {
    margin-left: var(--group-space-normal-tablet) !important;
  }
  .tablet:ml-normal {
    margin-left: var(--group-space-normal-tablet) !important;
  }
  .ml-medium {
    margin-left: var(--group-space-medium-tablet) !important;
  }
  .tablet:ml-medium {
    margin-left: var(--group-space-medium-tablet) !important;
  }
  .ml-large {
    margin-left: var(--group-space-large-tablet) !important;
  }
  .tablet:ml-large {
    margin-left: var(--group-space-large-tablet) !important;
  }
  .ml-x-large {
    margin-left: var(--group-space-x-large-tablet) !important;
  }
  .tablet:ml-x-large {
    margin-left: var(--group-space-x-large-tablet) !important;
  }
  .ml-xx-large {
    margin-left: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:ml-xx-large {
    margin-left: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml-none {
    margin-left: 0 !important;
  }
  .ml-auto {
    margin-left: auto !important;
  }
  .ml-xx-small {
    margin-left: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:ml-xx-small {
    margin-left: var(--group-space-xx-small-desktop) !important;
  }
  .ml-x-small {
    margin-left: var(--group-space-x-small-desktop) !important;
  }
  .desktop:ml-x-small {
    margin-left: var(--group-space-x-small-desktop) !important;
  }
  .ml-small {
    margin-left: var(--group-space-small-desktop) !important;
  }
  .desktop:ml-small {
    margin-left: var(--group-space-small-desktop) !important;
  }
  .ml-normal {
    margin-left: var(--group-space-normal-desktop) !important;
  }
  .desktop:ml-normal {
    margin-left: var(--group-space-normal-desktop) !important;
  }
  .ml-medium {
    margin-left: var(--group-space-medium-desktop) !important;
  }
  .desktop:ml-medium {
    margin-left: var(--group-space-medium-desktop) !important;
  }
  .ml-large {
    margin-left: var(--group-space-large-desktop) !important;
  }
  .desktop:ml-large {
    margin-left: var(--group-space-large-desktop) !important;
  }
  .ml-x-large {
    margin-left: var(--group-space-x-large-desktop) !important;
  }
  .desktop:ml-x-large {
    margin-left: var(--group-space-x-large-desktop) !important;
  }
  .ml-xx-large {
    margin-left: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:ml-xx-large {
    margin-left: var(--group-space-xx-large-desktop) !important;
  }
}
.p-none {
  padding: 0 !important;
}

.p-auto {
  padding: auto !important;
}

.p-xx-small {
  padding: var(--group-space-xx-small) !important;
}

.p-x-small {
  padding: var(--group-space-x-small) !important;
}

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

.p-normal {
  padding: var(--group-space-normal) !important;
}

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

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

.p-x-large {
  padding: var(--group-space-x-large) !important;
}

.p-xx-large {
  padding: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:p-xx-small {
    padding: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:p-x-small {
    padding: var(--group-space-x-small-mobile) !important;
  }
  .mobile:p-small {
    padding: var(--group-space-small-mobile) !important;
  }
  .mobile:p-normal {
    padding: var(--group-space-normal-mobile) !important;
  }
  .mobile:p-medium {
    padding: var(--group-space-medium-mobile) !important;
  }
  .mobile:p-large {
    padding: var(--group-space-large-mobile) !important;
  }
  .mobile:p-x-large {
    padding: var(--group-space-x-large-mobile) !important;
  }
  .mobile:p-xx-large {
    padding: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .p-none {
    padding: 0 !important;
  }
  .p-auto {
    padding: auto !important;
  }
  .p-xx-small {
    padding: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:p-xx-small {
    padding: var(--group-space-xx-small-tablet) !important;
  }
  .p-x-small {
    padding: var(--group-space-x-small-tablet) !important;
  }
  .tablet:p-x-small {
    padding: var(--group-space-x-small-tablet) !important;
  }
  .p-small {
    padding: var(--group-space-small-tablet) !important;
  }
  .tablet:p-small {
    padding: var(--group-space-small-tablet) !important;
  }
  .p-normal {
    padding: var(--group-space-normal-tablet) !important;
  }
  .tablet:p-normal {
    padding: var(--group-space-normal-tablet) !important;
  }
  .p-medium {
    padding: var(--group-space-medium-tablet) !important;
  }
  .tablet:p-medium {
    padding: var(--group-space-medium-tablet) !important;
  }
  .p-large {
    padding: var(--group-space-large-tablet) !important;
  }
  .tablet:p-large {
    padding: var(--group-space-large-tablet) !important;
  }
  .p-x-large {
    padding: var(--group-space-x-large-tablet) !important;
  }
  .tablet:p-x-large {
    padding: var(--group-space-x-large-tablet) !important;
  }
  .p-xx-large {
    padding: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:p-xx-large {
    padding: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .p-none {
    padding: 0 !important;
  }
  .p-auto {
    padding: auto !important;
  }
  .p-xx-small {
    padding: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:p-xx-small {
    padding: var(--group-space-xx-small-desktop) !important;
  }
  .p-x-small {
    padding: var(--group-space-x-small-desktop) !important;
  }
  .desktop:p-x-small {
    padding: var(--group-space-x-small-desktop) !important;
  }
  .p-small {
    padding: var(--group-space-small-desktop) !important;
  }
  .desktop:p-small {
    padding: var(--group-space-small-desktop) !important;
  }
  .p-normal {
    padding: var(--group-space-normal-desktop) !important;
  }
  .desktop:p-normal {
    padding: var(--group-space-normal-desktop) !important;
  }
  .p-medium {
    padding: var(--group-space-medium-desktop) !important;
  }
  .desktop:p-medium {
    padding: var(--group-space-medium-desktop) !important;
  }
  .p-large {
    padding: var(--group-space-large-desktop) !important;
  }
  .desktop:p-large {
    padding: var(--group-space-large-desktop) !important;
  }
  .p-x-large {
    padding: var(--group-space-x-large-desktop) !important;
  }
  .desktop:p-x-large {
    padding: var(--group-space-x-large-desktop) !important;
  }
  .p-xx-large {
    padding: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:p-xx-large {
    padding: var(--group-space-xx-large-desktop) !important;
  }
}
.px-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.px-xx-small {
  padding-left: var(--group-space-xx-small) !important;
  padding-right: var(--group-space-xx-small) !important;
}

.px-x-small {
  padding-left: var(--group-space-x-small) !important;
  padding-right: var(--group-space-x-small) !important;
}

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

.px-normal {
  padding-left: var(--group-space-normal) !important;
  padding-right: var(--group-space-normal) !important;
}

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

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

.px-x-large {
  padding-left: var(--group-space-x-large) !important;
  padding-right: var(--group-space-x-large) !important;
}

.px-xx-large {
  padding-left: var(--group-space-xx-large) !important;
  padding-right: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:px-xx-small {
    padding-left: var(--group-space-xx-small-mobile) !important;
    padding-right: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:px-x-small {
    padding-left: var(--group-space-x-small-mobile) !important;
    padding-right: var(--group-space-x-small-mobile) !important;
  }
  .mobile:px-small {
    padding-left: var(--group-space-small-mobile) !important;
    padding-right: var(--group-space-small-mobile) !important;
  }
  .mobile:px-normal {
    padding-left: var(--group-space-normal-mobile) !important;
    padding-right: var(--group-space-normal-mobile) !important;
  }
  .mobile:px-medium {
    padding-left: var(--group-space-medium-mobile) !important;
    padding-right: var(--group-space-medium-mobile) !important;
  }
  .mobile:px-large {
    padding-left: var(--group-space-large-mobile) !important;
    padding-right: var(--group-space-large-mobile) !important;
  }
  .mobile:px-x-large {
    padding-left: var(--group-space-x-large-mobile) !important;
    padding-right: var(--group-space-x-large-mobile) !important;
  }
  .mobile:px-xx-large {
    padding-left: var(--group-space-xx-large-mobile) !important;
    padding-right: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .px-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-xx-small {
    padding-left: var(--group-space-xx-small-tablet) !important;
    padding-right: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:px-xx-small {
    padding-left: var(--group-space-xx-small-tablet) !important;
    padding-right: var(--group-space-xx-small-tablet) !important;
  }
  .px-x-small {
    padding-left: var(--group-space-x-small-tablet) !important;
    padding-right: var(--group-space-x-small-tablet) !important;
  }
  .tablet:px-x-small {
    padding-left: var(--group-space-x-small-tablet) !important;
    padding-right: var(--group-space-x-small-tablet) !important;
  }
  .px-small {
    padding-left: var(--group-space-small-tablet) !important;
    padding-right: var(--group-space-small-tablet) !important;
  }
  .tablet:px-small {
    padding-left: var(--group-space-small-tablet) !important;
    padding-right: var(--group-space-small-tablet) !important;
  }
  .px-normal {
    padding-left: var(--group-space-normal-tablet) !important;
    padding-right: var(--group-space-normal-tablet) !important;
  }
  .tablet:px-normal {
    padding-left: var(--group-space-normal-tablet) !important;
    padding-right: var(--group-space-normal-tablet) !important;
  }
  .px-medium {
    padding-left: var(--group-space-medium-tablet) !important;
    padding-right: var(--group-space-medium-tablet) !important;
  }
  .tablet:px-medium {
    padding-left: var(--group-space-medium-tablet) !important;
    padding-right: var(--group-space-medium-tablet) !important;
  }
  .px-large {
    padding-left: var(--group-space-large-tablet) !important;
    padding-right: var(--group-space-large-tablet) !important;
  }
  .tablet:px-large {
    padding-left: var(--group-space-large-tablet) !important;
    padding-right: var(--group-space-large-tablet) !important;
  }
  .px-x-large {
    padding-left: var(--group-space-x-large-tablet) !important;
    padding-right: var(--group-space-x-large-tablet) !important;
  }
  .tablet:px-x-large {
    padding-left: var(--group-space-x-large-tablet) !important;
    padding-right: var(--group-space-x-large-tablet) !important;
  }
  .px-xx-large {
    padding-left: var(--group-space-xx-large-tablet) !important;
    padding-right: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:px-xx-large {
    padding-left: var(--group-space-xx-large-tablet) !important;
    padding-right: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .px-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-xx-small {
    padding-left: var(--group-space-xx-small-desktop) !important;
    padding-right: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:px-xx-small {
    padding-left: var(--group-space-xx-small-desktop) !important;
    padding-right: var(--group-space-xx-small-desktop) !important;
  }
  .px-x-small {
    padding-left: var(--group-space-x-small-desktop) !important;
    padding-right: var(--group-space-x-small-desktop) !important;
  }
  .desktop:px-x-small {
    padding-left: var(--group-space-x-small-desktop) !important;
    padding-right: var(--group-space-x-small-desktop) !important;
  }
  .px-small {
    padding-left: var(--group-space-small-desktop) !important;
    padding-right: var(--group-space-small-desktop) !important;
  }
  .desktop:px-small {
    padding-left: var(--group-space-small-desktop) !important;
    padding-right: var(--group-space-small-desktop) !important;
  }
  .px-normal {
    padding-left: var(--group-space-normal-desktop) !important;
    padding-right: var(--group-space-normal-desktop) !important;
  }
  .desktop:px-normal {
    padding-left: var(--group-space-normal-desktop) !important;
    padding-right: var(--group-space-normal-desktop) !important;
  }
  .px-medium {
    padding-left: var(--group-space-medium-desktop) !important;
    padding-right: var(--group-space-medium-desktop) !important;
  }
  .desktop:px-medium {
    padding-left: var(--group-space-medium-desktop) !important;
    padding-right: var(--group-space-medium-desktop) !important;
  }
  .px-large {
    padding-left: var(--group-space-large-desktop) !important;
    padding-right: var(--group-space-large-desktop) !important;
  }
  .desktop:px-large {
    padding-left: var(--group-space-large-desktop) !important;
    padding-right: var(--group-space-large-desktop) !important;
  }
  .px-x-large {
    padding-left: var(--group-space-x-large-desktop) !important;
    padding-right: var(--group-space-x-large-desktop) !important;
  }
  .desktop:px-x-large {
    padding-left: var(--group-space-x-large-desktop) !important;
    padding-right: var(--group-space-x-large-desktop) !important;
  }
  .px-xx-large {
    padding-left: var(--group-space-xx-large-desktop) !important;
    padding-right: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:px-xx-large {
    padding-left: var(--group-space-xx-large-desktop) !important;
    padding-right: var(--group-space-xx-large-desktop) !important;
  }
}
.py-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.py-xx-small {
  padding-top: var(--group-space-xx-small) !important;
  padding-bottom: var(--group-space-xx-small) !important;
}

.py-x-small {
  padding-top: var(--group-space-x-small) !important;
  padding-bottom: var(--group-space-x-small) !important;
}

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

.py-normal {
  padding-top: var(--group-space-normal) !important;
  padding-bottom: var(--group-space-normal) !important;
}

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

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

.py-x-large {
  padding-top: var(--group-space-x-large) !important;
  padding-bottom: var(--group-space-x-large) !important;
}

.py-xx-large {
  padding-top: var(--group-space-xx-large) !important;
  padding-bottom: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:py-xx-small {
    padding-top: var(--group-space-xx-small-mobile) !important;
    padding-bottom: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:py-x-small {
    padding-top: var(--group-space-x-small-mobile) !important;
    padding-bottom: var(--group-space-x-small-mobile) !important;
  }
  .mobile:py-small {
    padding-top: var(--group-space-small-mobile) !important;
    padding-bottom: var(--group-space-small-mobile) !important;
  }
  .mobile:py-normal {
    padding-top: var(--group-space-normal-mobile) !important;
    padding-bottom: var(--group-space-normal-mobile) !important;
  }
  .mobile:py-medium {
    padding-top: var(--group-space-medium-mobile) !important;
    padding-bottom: var(--group-space-medium-mobile) !important;
  }
  .mobile:py-large {
    padding-top: var(--group-space-large-mobile) !important;
    padding-bottom: var(--group-space-large-mobile) !important;
  }
  .mobile:py-x-large {
    padding-top: var(--group-space-x-large-mobile) !important;
    padding-bottom: var(--group-space-x-large-mobile) !important;
  }
  .mobile:py-xx-large {
    padding-top: var(--group-space-xx-large-mobile) !important;
    padding-bottom: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .py-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-xx-small {
    padding-top: var(--group-space-xx-small-tablet) !important;
    padding-bottom: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:py-xx-small {
    padding-top: var(--group-space-xx-small-tablet) !important;
    padding-bottom: var(--group-space-xx-small-tablet) !important;
  }
  .py-x-small {
    padding-top: var(--group-space-x-small-tablet) !important;
    padding-bottom: var(--group-space-x-small-tablet) !important;
  }
  .tablet:py-x-small {
    padding-top: var(--group-space-x-small-tablet) !important;
    padding-bottom: var(--group-space-x-small-tablet) !important;
  }
  .py-small {
    padding-top: var(--group-space-small-tablet) !important;
    padding-bottom: var(--group-space-small-tablet) !important;
  }
  .tablet:py-small {
    padding-top: var(--group-space-small-tablet) !important;
    padding-bottom: var(--group-space-small-tablet) !important;
  }
  .py-normal {
    padding-top: var(--group-space-normal-tablet) !important;
    padding-bottom: var(--group-space-normal-tablet) !important;
  }
  .tablet:py-normal {
    padding-top: var(--group-space-normal-tablet) !important;
    padding-bottom: var(--group-space-normal-tablet) !important;
  }
  .py-medium {
    padding-top: var(--group-space-medium-tablet) !important;
    padding-bottom: var(--group-space-medium-tablet) !important;
  }
  .tablet:py-medium {
    padding-top: var(--group-space-medium-tablet) !important;
    padding-bottom: var(--group-space-medium-tablet) !important;
  }
  .py-large {
    padding-top: var(--group-space-large-tablet) !important;
    padding-bottom: var(--group-space-large-tablet) !important;
  }
  .tablet:py-large {
    padding-top: var(--group-space-large-tablet) !important;
    padding-bottom: var(--group-space-large-tablet) !important;
  }
  .py-x-large {
    padding-top: var(--group-space-x-large-tablet) !important;
    padding-bottom: var(--group-space-x-large-tablet) !important;
  }
  .tablet:py-x-large {
    padding-top: var(--group-space-x-large-tablet) !important;
    padding-bottom: var(--group-space-x-large-tablet) !important;
  }
  .py-xx-large {
    padding-top: var(--group-space-xx-large-tablet) !important;
    padding-bottom: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:py-xx-large {
    padding-top: var(--group-space-xx-large-tablet) !important;
    padding-bottom: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .py-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-xx-small {
    padding-top: var(--group-space-xx-small-desktop) !important;
    padding-bottom: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:py-xx-small {
    padding-top: var(--group-space-xx-small-desktop) !important;
    padding-bottom: var(--group-space-xx-small-desktop) !important;
  }
  .py-x-small {
    padding-top: var(--group-space-x-small-desktop) !important;
    padding-bottom: var(--group-space-x-small-desktop) !important;
  }
  .desktop:py-x-small {
    padding-top: var(--group-space-x-small-desktop) !important;
    padding-bottom: var(--group-space-x-small-desktop) !important;
  }
  .py-small {
    padding-top: var(--group-space-small-desktop) !important;
    padding-bottom: var(--group-space-small-desktop) !important;
  }
  .desktop:py-small {
    padding-top: var(--group-space-small-desktop) !important;
    padding-bottom: var(--group-space-small-desktop) !important;
  }
  .py-normal {
    padding-top: var(--group-space-normal-desktop) !important;
    padding-bottom: var(--group-space-normal-desktop) !important;
  }
  .desktop:py-normal {
    padding-top: var(--group-space-normal-desktop) !important;
    padding-bottom: var(--group-space-normal-desktop) !important;
  }
  .py-medium {
    padding-top: var(--group-space-medium-desktop) !important;
    padding-bottom: var(--group-space-medium-desktop) !important;
  }
  .desktop:py-medium {
    padding-top: var(--group-space-medium-desktop) !important;
    padding-bottom: var(--group-space-medium-desktop) !important;
  }
  .py-large {
    padding-top: var(--group-space-large-desktop) !important;
    padding-bottom: var(--group-space-large-desktop) !important;
  }
  .desktop:py-large {
    padding-top: var(--group-space-large-desktop) !important;
    padding-bottom: var(--group-space-large-desktop) !important;
  }
  .py-x-large {
    padding-top: var(--group-space-x-large-desktop) !important;
    padding-bottom: var(--group-space-x-large-desktop) !important;
  }
  .desktop:py-x-large {
    padding-top: var(--group-space-x-large-desktop) !important;
    padding-bottom: var(--group-space-x-large-desktop) !important;
  }
  .py-xx-large {
    padding-top: var(--group-space-xx-large-desktop) !important;
    padding-bottom: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:py-xx-large {
    padding-top: var(--group-space-xx-large-desktop) !important;
    padding-bottom: var(--group-space-xx-large-desktop) !important;
  }
}
.pt-none {
  padding-top: 0 !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pt-xx-small {
  padding-top: var(--group-space-xx-small) !important;
}

.pt-x-small {
  padding-top: var(--group-space-x-small) !important;
}

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

.pt-normal {
  padding-top: var(--group-space-normal) !important;
}

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

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

.pt-x-large {
  padding-top: var(--group-space-x-large) !important;
}

.pt-xx-large {
  padding-top: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:pt-xx-small {
    padding-top: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:pt-x-small {
    padding-top: var(--group-space-x-small-mobile) !important;
  }
  .mobile:pt-small {
    padding-top: var(--group-space-small-mobile) !important;
  }
  .mobile:pt-normal {
    padding-top: var(--group-space-normal-mobile) !important;
  }
  .mobile:pt-medium {
    padding-top: var(--group-space-medium-mobile) !important;
  }
  .mobile:pt-large {
    padding-top: var(--group-space-large-mobile) !important;
  }
  .mobile:pt-x-large {
    padding-top: var(--group-space-x-large-mobile) !important;
  }
  .mobile:pt-xx-large {
    padding-top: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .pt-none {
    padding-top: 0 !important;
  }
  .pt-auto {
    padding-top: auto !important;
  }
  .pt-xx-small {
    padding-top: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:pt-xx-small {
    padding-top: var(--group-space-xx-small-tablet) !important;
  }
  .pt-x-small {
    padding-top: var(--group-space-x-small-tablet) !important;
  }
  .tablet:pt-x-small {
    padding-top: var(--group-space-x-small-tablet) !important;
  }
  .pt-small {
    padding-top: var(--group-space-small-tablet) !important;
  }
  .tablet:pt-small {
    padding-top: var(--group-space-small-tablet) !important;
  }
  .pt-normal {
    padding-top: var(--group-space-normal-tablet) !important;
  }
  .tablet:pt-normal {
    padding-top: var(--group-space-normal-tablet) !important;
  }
  .pt-medium {
    padding-top: var(--group-space-medium-tablet) !important;
  }
  .tablet:pt-medium {
    padding-top: var(--group-space-medium-tablet) !important;
  }
  .pt-large {
    padding-top: var(--group-space-large-tablet) !important;
  }
  .tablet:pt-large {
    padding-top: var(--group-space-large-tablet) !important;
  }
  .pt-x-large {
    padding-top: var(--group-space-x-large-tablet) !important;
  }
  .tablet:pt-x-large {
    padding-top: var(--group-space-x-large-tablet) !important;
  }
  .pt-xx-large {
    padding-top: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:pt-xx-large {
    padding-top: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt-none {
    padding-top: 0 !important;
  }
  .pt-auto {
    padding-top: auto !important;
  }
  .pt-xx-small {
    padding-top: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:pt-xx-small {
    padding-top: var(--group-space-xx-small-desktop) !important;
  }
  .pt-x-small {
    padding-top: var(--group-space-x-small-desktop) !important;
  }
  .desktop:pt-x-small {
    padding-top: var(--group-space-x-small-desktop) !important;
  }
  .pt-small {
    padding-top: var(--group-space-small-desktop) !important;
  }
  .desktop:pt-small {
    padding-top: var(--group-space-small-desktop) !important;
  }
  .pt-normal {
    padding-top: var(--group-space-normal-desktop) !important;
  }
  .desktop:pt-normal {
    padding-top: var(--group-space-normal-desktop) !important;
  }
  .pt-medium {
    padding-top: var(--group-space-medium-desktop) !important;
  }
  .desktop:pt-medium {
    padding-top: var(--group-space-medium-desktop) !important;
  }
  .pt-large {
    padding-top: var(--group-space-large-desktop) !important;
  }
  .desktop:pt-large {
    padding-top: var(--group-space-large-desktop) !important;
  }
  .pt-x-large {
    padding-top: var(--group-space-x-large-desktop) !important;
  }
  .desktop:pt-x-large {
    padding-top: var(--group-space-x-large-desktop) !important;
  }
  .pt-xx-large {
    padding-top: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:pt-xx-large {
    padding-top: var(--group-space-xx-large-desktop) !important;
  }
}
.pr-none {
  padding-right: 0 !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pr-xx-small {
  padding-right: var(--group-space-xx-small) !important;
}

.pr-x-small {
  padding-right: var(--group-space-x-small) !important;
}

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

.pr-normal {
  padding-right: var(--group-space-normal) !important;
}

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

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

.pr-x-large {
  padding-right: var(--group-space-x-large) !important;
}

.pr-xx-large {
  padding-right: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:pr-xx-small {
    padding-right: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:pr-x-small {
    padding-right: var(--group-space-x-small-mobile) !important;
  }
  .mobile:pr-small {
    padding-right: var(--group-space-small-mobile) !important;
  }
  .mobile:pr-normal {
    padding-right: var(--group-space-normal-mobile) !important;
  }
  .mobile:pr-medium {
    padding-right: var(--group-space-medium-mobile) !important;
  }
  .mobile:pr-large {
    padding-right: var(--group-space-large-mobile) !important;
  }
  .mobile:pr-x-large {
    padding-right: var(--group-space-x-large-mobile) !important;
  }
  .mobile:pr-xx-large {
    padding-right: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .pr-none {
    padding-right: 0 !important;
  }
  .pr-auto {
    padding-right: auto !important;
  }
  .pr-xx-small {
    padding-right: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:pr-xx-small {
    padding-right: var(--group-space-xx-small-tablet) !important;
  }
  .pr-x-small {
    padding-right: var(--group-space-x-small-tablet) !important;
  }
  .tablet:pr-x-small {
    padding-right: var(--group-space-x-small-tablet) !important;
  }
  .pr-small {
    padding-right: var(--group-space-small-tablet) !important;
  }
  .tablet:pr-small {
    padding-right: var(--group-space-small-tablet) !important;
  }
  .pr-normal {
    padding-right: var(--group-space-normal-tablet) !important;
  }
  .tablet:pr-normal {
    padding-right: var(--group-space-normal-tablet) !important;
  }
  .pr-medium {
    padding-right: var(--group-space-medium-tablet) !important;
  }
  .tablet:pr-medium {
    padding-right: var(--group-space-medium-tablet) !important;
  }
  .pr-large {
    padding-right: var(--group-space-large-tablet) !important;
  }
  .tablet:pr-large {
    padding-right: var(--group-space-large-tablet) !important;
  }
  .pr-x-large {
    padding-right: var(--group-space-x-large-tablet) !important;
  }
  .tablet:pr-x-large {
    padding-right: var(--group-space-x-large-tablet) !important;
  }
  .pr-xx-large {
    padding-right: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:pr-xx-large {
    padding-right: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr-none {
    padding-right: 0 !important;
  }
  .pr-auto {
    padding-right: auto !important;
  }
  .pr-xx-small {
    padding-right: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:pr-xx-small {
    padding-right: var(--group-space-xx-small-desktop) !important;
  }
  .pr-x-small {
    padding-right: var(--group-space-x-small-desktop) !important;
  }
  .desktop:pr-x-small {
    padding-right: var(--group-space-x-small-desktop) !important;
  }
  .pr-small {
    padding-right: var(--group-space-small-desktop) !important;
  }
  .desktop:pr-small {
    padding-right: var(--group-space-small-desktop) !important;
  }
  .pr-normal {
    padding-right: var(--group-space-normal-desktop) !important;
  }
  .desktop:pr-normal {
    padding-right: var(--group-space-normal-desktop) !important;
  }
  .pr-medium {
    padding-right: var(--group-space-medium-desktop) !important;
  }
  .desktop:pr-medium {
    padding-right: var(--group-space-medium-desktop) !important;
  }
  .pr-large {
    padding-right: var(--group-space-large-desktop) !important;
  }
  .desktop:pr-large {
    padding-right: var(--group-space-large-desktop) !important;
  }
  .pr-x-large {
    padding-right: var(--group-space-x-large-desktop) !important;
  }
  .desktop:pr-x-large {
    padding-right: var(--group-space-x-large-desktop) !important;
  }
  .pr-xx-large {
    padding-right: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:pr-xx-large {
    padding-right: var(--group-space-xx-large-desktop) !important;
  }
}
.pb-none {
  padding-bottom: 0 !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pb-xx-small {
  padding-bottom: var(--group-space-xx-small) !important;
}

.pb-x-small {
  padding-bottom: var(--group-space-x-small) !important;
}

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

.pb-normal {
  padding-bottom: var(--group-space-normal) !important;
}

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

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

.pb-x-large {
  padding-bottom: var(--group-space-x-large) !important;
}

.pb-xx-large {
  padding-bottom: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:pb-xx-small {
    padding-bottom: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:pb-x-small {
    padding-bottom: var(--group-space-x-small-mobile) !important;
  }
  .mobile:pb-small {
    padding-bottom: var(--group-space-small-mobile) !important;
  }
  .mobile:pb-normal {
    padding-bottom: var(--group-space-normal-mobile) !important;
  }
  .mobile:pb-medium {
    padding-bottom: var(--group-space-medium-mobile) !important;
  }
  .mobile:pb-large {
    padding-bottom: var(--group-space-large-mobile) !important;
  }
  .mobile:pb-x-large {
    padding-bottom: var(--group-space-x-large-mobile) !important;
  }
  .mobile:pb-xx-large {
    padding-bottom: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .pb-none {
    padding-bottom: 0 !important;
  }
  .pb-auto {
    padding-bottom: auto !important;
  }
  .pb-xx-small {
    padding-bottom: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:pb-xx-small {
    padding-bottom: var(--group-space-xx-small-tablet) !important;
  }
  .pb-x-small {
    padding-bottom: var(--group-space-x-small-tablet) !important;
  }
  .tablet:pb-x-small {
    padding-bottom: var(--group-space-x-small-tablet) !important;
  }
  .pb-small {
    padding-bottom: var(--group-space-small-tablet) !important;
  }
  .tablet:pb-small {
    padding-bottom: var(--group-space-small-tablet) !important;
  }
  .pb-normal {
    padding-bottom: var(--group-space-normal-tablet) !important;
  }
  .tablet:pb-normal {
    padding-bottom: var(--group-space-normal-tablet) !important;
  }
  .pb-medium {
    padding-bottom: var(--group-space-medium-tablet) !important;
  }
  .tablet:pb-medium {
    padding-bottom: var(--group-space-medium-tablet) !important;
  }
  .pb-large {
    padding-bottom: var(--group-space-large-tablet) !important;
  }
  .tablet:pb-large {
    padding-bottom: var(--group-space-large-tablet) !important;
  }
  .pb-x-large {
    padding-bottom: var(--group-space-x-large-tablet) !important;
  }
  .tablet:pb-x-large {
    padding-bottom: var(--group-space-x-large-tablet) !important;
  }
  .pb-xx-large {
    padding-bottom: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:pb-xx-large {
    padding-bottom: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb-none {
    padding-bottom: 0 !important;
  }
  .pb-auto {
    padding-bottom: auto !important;
  }
  .pb-xx-small {
    padding-bottom: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:pb-xx-small {
    padding-bottom: var(--group-space-xx-small-desktop) !important;
  }
  .pb-x-small {
    padding-bottom: var(--group-space-x-small-desktop) !important;
  }
  .desktop:pb-x-small {
    padding-bottom: var(--group-space-x-small-desktop) !important;
  }
  .pb-small {
    padding-bottom: var(--group-space-small-desktop) !important;
  }
  .desktop:pb-small {
    padding-bottom: var(--group-space-small-desktop) !important;
  }
  .pb-normal {
    padding-bottom: var(--group-space-normal-desktop) !important;
  }
  .desktop:pb-normal {
    padding-bottom: var(--group-space-normal-desktop) !important;
  }
  .pb-medium {
    padding-bottom: var(--group-space-medium-desktop) !important;
  }
  .desktop:pb-medium {
    padding-bottom: var(--group-space-medium-desktop) !important;
  }
  .pb-large {
    padding-bottom: var(--group-space-large-desktop) !important;
  }
  .desktop:pb-large {
    padding-bottom: var(--group-space-large-desktop) !important;
  }
  .pb-x-large {
    padding-bottom: var(--group-space-x-large-desktop) !important;
  }
  .desktop:pb-x-large {
    padding-bottom: var(--group-space-x-large-desktop) !important;
  }
  .pb-xx-large {
    padding-bottom: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:pb-xx-large {
    padding-bottom: var(--group-space-xx-large-desktop) !important;
  }
}
.pl-none {
  padding-left: 0 !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pl-xx-small {
  padding-left: var(--group-space-xx-small) !important;
}

.pl-x-small {
  padding-left: var(--group-space-x-small) !important;
}

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

.pl-normal {
  padding-left: var(--group-space-normal) !important;
}

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

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

.pl-x-large {
  padding-left: var(--group-space-x-large) !important;
}

.pl-xx-large {
  padding-left: var(--group-space-xx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile:pl-xx-small {
    padding-left: var(--group-space-xx-small-mobile) !important;
  }
  .mobile:pl-x-small {
    padding-left: var(--group-space-x-small-mobile) !important;
  }
  .mobile:pl-small {
    padding-left: var(--group-space-small-mobile) !important;
  }
  .mobile:pl-normal {
    padding-left: var(--group-space-normal-mobile) !important;
  }
  .mobile:pl-medium {
    padding-left: var(--group-space-medium-mobile) !important;
  }
  .mobile:pl-large {
    padding-left: var(--group-space-large-mobile) !important;
  }
  .mobile:pl-x-large {
    padding-left: var(--group-space-x-large-mobile) !important;
  }
  .mobile:pl-xx-large {
    padding-left: var(--group-space-xx-large-mobile) !important;
  }
}
@media screen and (min-width: 769px), print {
  .pl-none {
    padding-left: 0 !important;
  }
  .pl-auto {
    padding-left: auto !important;
  }
  .pl-xx-small {
    padding-left: var(--group-space-xx-small-tablet) !important;
  }
  .tablet:pl-xx-small {
    padding-left: var(--group-space-xx-small-tablet) !important;
  }
  .pl-x-small {
    padding-left: var(--group-space-x-small-tablet) !important;
  }
  .tablet:pl-x-small {
    padding-left: var(--group-space-x-small-tablet) !important;
  }
  .pl-small {
    padding-left: var(--group-space-small-tablet) !important;
  }
  .tablet:pl-small {
    padding-left: var(--group-space-small-tablet) !important;
  }
  .pl-normal {
    padding-left: var(--group-space-normal-tablet) !important;
  }
  .tablet:pl-normal {
    padding-left: var(--group-space-normal-tablet) !important;
  }
  .pl-medium {
    padding-left: var(--group-space-medium-tablet) !important;
  }
  .tablet:pl-medium {
    padding-left: var(--group-space-medium-tablet) !important;
  }
  .pl-large {
    padding-left: var(--group-space-large-tablet) !important;
  }
  .tablet:pl-large {
    padding-left: var(--group-space-large-tablet) !important;
  }
  .pl-x-large {
    padding-left: var(--group-space-x-large-tablet) !important;
  }
  .tablet:pl-x-large {
    padding-left: var(--group-space-x-large-tablet) !important;
  }
  .pl-xx-large {
    padding-left: var(--group-space-xx-large-tablet) !important;
  }
  .tablet:pl-xx-large {
    padding-left: var(--group-space-xx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl-none {
    padding-left: 0 !important;
  }
  .pl-auto {
    padding-left: auto !important;
  }
  .pl-xx-small {
    padding-left: var(--group-space-xx-small-desktop) !important;
  }
  .desktop:pl-xx-small {
    padding-left: var(--group-space-xx-small-desktop) !important;
  }
  .pl-x-small {
    padding-left: var(--group-space-x-small-desktop) !important;
  }
  .desktop:pl-x-small {
    padding-left: var(--group-space-x-small-desktop) !important;
  }
  .pl-small {
    padding-left: var(--group-space-small-desktop) !important;
  }
  .desktop:pl-small {
    padding-left: var(--group-space-small-desktop) !important;
  }
  .pl-normal {
    padding-left: var(--group-space-normal-desktop) !important;
  }
  .desktop:pl-normal {
    padding-left: var(--group-space-normal-desktop) !important;
  }
  .pl-medium {
    padding-left: var(--group-space-medium-desktop) !important;
  }
  .desktop:pl-medium {
    padding-left: var(--group-space-medium-desktop) !important;
  }
  .pl-large {
    padding-left: var(--group-space-large-desktop) !important;
  }
  .desktop:pl-large {
    padding-left: var(--group-space-large-desktop) !important;
  }
  .pl-x-large {
    padding-left: var(--group-space-x-large-desktop) !important;
  }
  .desktop:pl-x-large {
    padding-left: var(--group-space-x-large-desktop) !important;
  }
  .pl-xx-large {
    padding-left: var(--group-space-xx-large-desktop) !important;
  }
  .desktop:pl-xx-large {
    padding-left: var(--group-space-xx-large-desktop) !important;
  }
}
.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.text-on-dark {
  color: var(--group-light-text-on-dark) !important;
}

.text-on-dark-hover {
  color: var(--group-light-text-on-dark-hover) !important;
}

.text-on-dark-pressed {
  color: var(--group-light-text-on-dark-pressed) !important;
}

.text-on-dark-disabled-1 {
  color: var(--group-light-text-on-dark-disabled-1) !important;
}

.text-on-dark-disabled-2 {
  color: var(--group-light-text-on-dark-disabled-2) !important;
}

.focus\:text-on-dark:focus {
  color: var(--group-light-text-on-dark) !important;
}

.hover\:text-on-dark:hover {
  color: var(--group-light-text-on-dark) !important;
}

.active\:text-on-dark:active {
  color: var(--group-light-text-on-dark) !important;
}

.focus\:text-on-dark-hover:focus {
  color: var(--group-light-text-on-dark-hover) !important;
}

.hover\:text-on-dark-hover:hover {
  color: var(--group-light-text-on-dark-hover) !important;
}

.active\:text-on-dark-hover:active {
  color: var(--group-light-text-on-dark-hover) !important;
}

.focus\:text-on-dark-pressed:focus {
  color: var(--group-light-text-on-dark-pressed) !important;
}

.hover\:text-on-dark-pressed:hover {
  color: var(--group-light-text-on-dark-pressed) !important;
}

.active\:text-on-dark-pressed:active {
  color: var(--group-light-text-on-dark-pressed) !important;
}

.focus\:text-on-dark-disabled-1:focus {
  color: var(--group-light-text-on-dark-disabled-1) !important;
}

.hover\:text-on-dark-disabled-1:hover {
  color: var(--group-light-text-on-dark-disabled-1) !important;
}

.active\:text-on-dark-disabled-1:active {
  color: var(--group-light-text-on-dark-disabled-1) !important;
}

.focus\:text-on-dark-disabled-2:focus {
  color: var(--group-light-text-on-dark-disabled-2) !important;
}

.hover\:text-on-dark-disabled-2:hover {
  color: var(--group-light-text-on-dark-disabled-2) !important;
}

.active\:text-on-dark-disabled-2:active {
  color: var(--group-light-text-on-dark-disabled-2) !important;
}

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

.text-on-light-hover {
  color: var(--group-light-text-on-light-hover) !important;
}

.text-on-light-pressed {
  color: var(--group-light-text-on-light-pressed) !important;
}

.text-on-light-disabled-1 {
  color: var(--group-light-text-on-light-disabled-1) !important;
}

.text-on-light-disabled-2 {
  color: var(--group-light-text-on-light-disabled-2) !important;
}

.focus\:text-on-light:focus {
  color: var(--group-light-text-on-light) !important;
}

.hover\:text-on-light:hover {
  color: var(--group-light-text-on-light) !important;
}

.active\:text-on-light:active {
  color: var(--group-light-text-on-light) !important;
}

.focus\:text-on-light-hover:focus {
  color: var(--group-light-text-on-light-hover) !important;
}

.hover\:text-on-light-hover:hover {
  color: var(--group-light-text-on-light-hover) !important;
}

.active\:text-on-light-hover:active {
  color: var(--group-light-text-on-light-hover) !important;
}

.focus\:text-on-light-pressed:focus {
  color: var(--group-light-text-on-light-pressed) !important;
}

.hover\:text-on-light-pressed:hover {
  color: var(--group-light-text-on-light-pressed) !important;
}

.active\:text-on-light-pressed:active {
  color: var(--group-light-text-on-light-pressed) !important;
}

.focus\:text-on-light-disabled-1:focus {
  color: var(--group-light-text-on-light-disabled-1) !important;
}

.hover\:text-on-light-disabled-1:hover {
  color: var(--group-light-text-on-light-disabled-1) !important;
}

.active\:text-on-light-disabled-1:active {
  color: var(--group-light-text-on-light-disabled-1) !important;
}

.focus\:text-on-light-disabled-2:focus {
  color: var(--group-light-text-on-light-disabled-2) !important;
}

.hover\:text-on-light-disabled-2:hover {
  color: var(--group-light-text-on-light-disabled-2) !important;
}

.active\:text-on-light-disabled-2:active {
  color: var(--group-light-text-on-light-disabled-2) !important;
}

.text-dark-rag-on-light {
  color: var(--group-dark-rag-text-on-light) !important;
}

.text-dark-rag-on-dark {
  color: var(--group-dark-rag-text-on-dark) !important;
}

.text-rag-on-light {
  color: var(--group-light-rag-text-on-light) !important;
}

.text-rag-on-dark {
  color: var(--group-light-rag-text-on-dark) !important;
}

.font-family-title {
  font-family: var(--group-font-family-title) !important;
}

.font-family-text {
  font-family: var(--group-font-family-text) !important;
}

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

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

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

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

.focus\:text-color-info:focus {
  color: var(--group-color-text-info) !important;
}

.hover\:text-color-info:hover {
  color: var(--group-color-text-info) !important;
}

.active\:text-color-info:active {
  color: var(--group-color-text-info) !important;
}

.focus\:text-color-warning:focus {
  color: var(--group-color-text-warning) !important;
}

.hover\:text-color-warning:hover {
  color: var(--group-color-text-warning) !important;
}

.active\:text-color-warning:active {
  color: var(--group-color-text-warning) !important;
}

.focus\:text-color-success:focus {
  color: var(--group-color-text-success) !important;
}

.hover\:text-color-success:hover {
  color: var(--group-color-text-success) !important;
}

.active\:text-color-success:active {
  color: var(--group-color-text-success) !important;
}

.focus\:text-color-error:focus {
  color: var(--group-color-text-error) !important;
}

.hover\:text-color-error:hover {
  color: var(--group-color-text-error) !important;
}

.active\:text-color-error:active {
  color: var(--group-color-text-error) !important;
}

.text-s1 {
  font-size: var(--group-text-size-1) !important;
}

.text-s2 {
  font-size: var(--group-text-size-2) !important;
}

.text-s3 {
  font-size: var(--group-text-size-3) !important;
}

.text-s4 {
  font-size: var(--group-text-size-4) !important;
}

.text-s5 {
  font-size: var(--group-text-size-5) !important;
}

.text-s6 {
  font-size: var(--group-text-size-6) !important;
}

.text-s7 {
  font-size: var(--group-text-size-7) !important;
}

@media screen and (min-width: 769px), print {
  .text-s1 {
    font-size: var(--group-text-size-1-tablet) !important;
  }
  .text-s2 {
    font-size: var(--group-text-size-2-tablet) !important;
  }
  .text-s3 {
    font-size: var(--group-text-size-3-tablet) !important;
  }
  .text-s4 {
    font-size: var(--group-text-size-4-tablet) !important;
  }
  .text-s5 {
    font-size: var(--group-text-size-5-tablet) !important;
  }
  .text-s6 {
    font-size: var(--group-text-size-6-tablet) !important;
  }
  .text-s7 {
    font-size: var(--group-text-size-7-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .text-s1 {
    font-size: var(--group-text-size-1-desktop) !important;
  }
  .text-s2 {
    font-size: var(--group-text-size-2-desktop) !important;
  }
  .text-s3 {
    font-size: var(--group-text-size-3-desktop) !important;
  }
  .text-s4 {
    font-size: var(--group-text-size-4-desktop) !important;
  }
  .text-s5 {
    font-size: var(--group-text-size-5-desktop) !important;
  }
  .text-s6 {
    font-size: var(--group-text-size-6-desktop) !important;
  }
  .text-s7 {
    font-size: var(--group-text-size-7-desktop) !important;
  }
}
.text-align-center {
  text-align: center !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .mobile\:text-align-center {
    text-align: center !important;
  }
  .mobile\:text-align-left {
    text-align: left !important;
  }
  .mobile\:text-align-right {
    text-align: right !important;
  }
  .mobile\:text-align-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:text-align-center {
    text-align: center !important;
  }
  .tablet\:text-align-left {
    text-align: left !important;
  }
  .tablet\:text-align-right {
    text-align: right !important;
  }
  .tablet\:text-align-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:text-align-center {
    text-align: center !important;
  }
  .desktop\:text-align-left {
    text-align: left !important;
  }
  .desktop\:text-align-right {
    text-align: right !important;
  }
  .desktop\:text-align-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:text-align-center {
    text-align: center !important;
  }
  .widescreen\:text-align-left {
    text-align: left !important;
  }
  .widescreen\:text-align-right {
    text-align: right !important;
  }
  .widescreen\:text-align-justify {
    text-align: justify !important;
  }
}
.lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

.white-space-normal {
  white-space: normal !important;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.lh-s1 {
  line-height: var(--group-line-height-size-1) !important;
}

.lh-s2 {
  line-height: var(--group-line-height-size-2) !important;
}

.lh-s3 {
  line-height: var(--group-line-height-size-3) !important;
}

.lh-s4 {
  line-height: var(--group-line-height-size-4) !important;
}

.lh-s5 {
  line-height: var(--group-line-height-size-5) !important;
}

.lh-s6 {
  line-height: var(--group-line-height-size-6) !important;
}

.lh-s7 {
  line-height: var(--group-line-height-size-7) !important;
}

@media screen and (min-width: 769px), print {
  .lh-s1 {
    line-height: var(--group-line-height-size-1-tablet) !important;
  }
  .lh-s2 {
    line-height: var(--group-line-height-size-2-tablet) !important;
  }
  .lh-s3 {
    line-height: var(--group-line-height-size-3-tablet) !important;
  }
  .lh-s4 {
    line-height: var(--group-line-height-size-4-tablet) !important;
  }
  .lh-s5 {
    line-height: var(--group-line-height-size-5-tablet) !important;
  }
  .lh-s6 {
    line-height: var(--group-line-height-size-6-tablet) !important;
  }
  .lh-s7 {
    line-height: var(--group-line-height-size-7-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .lh-s1 {
    line-height: var(--group-line-height-size-1-desktop) !important;
  }
  .lh-s2 {
    line-height: var(--group-line-height-size-2-desktop) !important;
  }
  .lh-s3 {
    line-height: var(--group-line-height-size-3-desktop) !important;
  }
  .lh-s4 {
    line-height: var(--group-line-height-size-4-desktop) !important;
  }
  .lh-s5 {
    line-height: var(--group-line-height-size-5-desktop) !important;
  }
  .lh-s6 {
    line-height: var(--group-line-height-size-6-desktop) !important;
  }
  .lh-s7 {
    line-height: var(--group-line-height-size-7-desktop) !important;
  }
}
.text-overflow-clip {
  text-overflow: clip !important;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis !important;
}

@media screen and (max-width: 768px) {
  .mobile\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .mobile\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .tablet\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .desktop\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .widescreen\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.surface-int-primary {
  background: var(--group-light-interactive-on-light-surface-primary) !important;
}

.surface-int-primary-hover {
  background: var(--group-light-interactive-on-light-surface-primary-hover) !important;
}

.surface-int-primary-pressed {
  background: var(--group-light-interactive-on-light-surface-primary-pressed) !important;
}

.surface-int-primary-disabled {
  background: var(--group-light-interactive-on-light-surface-primary-disabled) !important;
}

.surface-int-primary-processing {
  background: var(--group-light-interactive-on-light-surface-primary-processing) !important;
}

.surface-int-active {
  background: var(--group-light-interactive-on-light-surface-active) !important;
}

.surface-int-active-hover {
  background: var(--group-light-interactive-on-light-surface-active-hover) !important;
}

.surface-int-active-pressed {
  background: var(--group-light-interactive-on-light-surface-active-pressed) !important;
}

.surface-int-brand-1 {
  background: var(--group-light-interactive-on-light-surface-brand-1) !important;
}

.surface-int-brand-1-hover {
  background: var(--group-light-interactive-on-light-surface-brand-1-hover) !important;
}

.surface-int-brand-1-pressed {
  background: var(--group-light-interactive-on-light-surface-brand-1-pressed) !important;
}

.surface-int-brand-1-disabled {
  background: var(--group-light-interactive-on-light-surface-brand-1-disabled) !important;
}

.surface-int-brand-1-processing {
  background: var(--group-light-interactive-on-light-surface-brand-1-processing) !important;
}

.surface-int-brand-2 {
  background: var(--group-light-interactive-on-light-surface-brand-2) !important;
}

.surface-int-brand-2-hover {
  background: var(--group-light-interactive-on-light-surface-brand-2-hover) !important;
}

.surface-int-brand-2-pressed {
  background: var(--group-light-interactive-on-light-surface-brand-2-pressed) !important;
}

.surface-int-brand-2-disabled {
  background: var(--group-light-interactive-on-light-surface-brand-2-disabled) !important;
}

.surface-int-brand-2-processing {
  background: var(--group-light-interactive-on-light-surface-brand-2-processing) !important;
}

.surface-dark-int-light-surface-primary {
  background: var(--group-dark-interactive-on-light-surface-primary) !important;
}

.surface-dark-int-light-surface-primary-hover {
  background: var(--group-dark-interactive-on-light-surface-primary-hover) !important;
}

.surface-dark-int-light-surface-primary-pressed {
  background: var(--group-dark-interactive-on-light-surface-primary-pressed) !important;
}

.surface-dark-int-light-surface-primary-disabled {
  background: var(--group-dark-interactive-on-light-surface-primary-disabled) !important;
}

.surface-dark-int-light-surface-primary-processing {
  background: var(--group-dark-interactive-on-light-surface-primary-processing) !important;
}

.surface-dark-int-light-surface-active {
  background: var(--group-dark-interactive-on-light-surface-active) !important;
}

.surface-dark-int-light-surface-active-hover {
  background: var(--group-dark-interactive-on-light-surface-active-hover) !important;
}

.surface-dark-int-light-surface-active-pressed {
  background: var(--group-dark-interactive-on-light-surface-active-pressed) !important;
}

.surface-dark-int-light-surface-brand-1 {
  background: var(--group-dark-interactive-on-light-surface-brand-1) !important;
}

.surface-dark-int-light-surface-brand-1-hover {
  background: var(--group-dark-interactive-on-light-surface-brand-1-hover) !important;
}

.surface-dark-int-light-surface-brand-1-pressed {
  background: var(--group-dark-interactive-on-light-surface-brand-1-pressed) !important;
}

.surface-dark-int-light-surface-brand-1-disabled {
  background: var(--group-dark-interactive-on-light-surface-brand-1-disabled) !important;
}

.surface-dark-int-light-surface-brand-1-processing {
  background: var(--group-dark-interactive-on-light-surface-brand-1-processing) !important;
}

.surface-dark-int-light-surface-brand-2 {
  background: var(--group-dark-interactive-on-light-surface-brand-2) !important;
}

.surface-dark-int-light-surface-brand-2-hover {
  background: var(--group-dark-interactive-on-light-surface-brand-2-hover) !important;
}

.surface-dark-int-light-surface-brand-2-pressed {
  background: var(--group-dark-interactive-on-light-surface-brand-2-pressed) !important;
}

.surface-dark-int-light-surface-brand-2-disabled {
  background: var(--group-dark-interactive-on-light-surface-brand-2-disabled) !important;
}

.surface-dark-int-light-surface-brand-2-processing {
  background: var(--group-dark-interactive-on-light-surface-brand-2-processing) !important;
}

.surface-ni-white {
  background: var(--group-light-non-interactive-surface-white) !important;
}

.surface-ni-neutral-1 {
  background: var(--group-light-non-interactive-surface-neutral-1) !important;
}

.surface-ni-neutral-2 {
  background: var(--group-light-non-interactive-surface-neutral-2) !important;
}

.surface-ni-neutral-3 {
  background: var(--group-light-non-interactive-surface-neutral-3) !important;
}

.surface-ni-neutral-4 {
  background: var(--group-light-non-interactive-surface-neutral-4) !important;
}

.surface-ni-neutral-5 {
  background: var(--group-light-non-interactive-surface-neutral-5) !important;
}

.surface-ni-black {
  background: var(--group-light-non-interactive-surface-black) !important;
}

.surface-ni-brand-1 {
  background: var(--group-light-non-interactive-surface-brand-1) !important;
}

.surface-ni-brand-2 {
  background: var(--group-light-non-interactive-surface-brand-2) !important;
}

.surface-ni-brand-3 {
  background: var(--group-light-non-interactive-surface-brand-3) !important;
}

.surface-int-dark-primary {
  background: var(--group-light-interactive-on-dark-surface-primary) !important;
}

.surface-int-dark-primary-hover {
  background: var(--group-light-interactive-on-dark-surface-primary-hover) !important;
}

.surface-int-dark-primary-pressed {
  background: var(--group-light-interactive-on-dark-surface-primary-pressed) !important;
}

.surface-int-dark-primary-disabled {
  background: var(--group-light-interactive-on-dark-surface-primary-disabled) !important;
}

.surface-int-dark-active {
  background: var(--group-light-interactive-on-dark-surface-active) !important;
}

.surface-int-dark-active-hover {
  background: var(--group-light-interactive-on-dark-surface-active-hover) !important;
}

.surface-int-dark-active-pressed {
  background: var(--group-light-interactive-on-dark-surface-active-pressed) !important;
}

.surface-int-dark-brand-1 {
  background: var(--group-light-interactive-on-dark-surface-brand-1) !important;
}

.surface-int-dark-brand-1-hover {
  background: var(--group-light-interactive-on-dark-surface-brand-1-hover) !important;
}

.surface-int-dark-brand-1-pressed {
  background: var(--group-light-interactive-on-dark-surface-brand-1-pressed) !important;
}

.surface-int-dark-brand-1-disabled {
  background: var(--group-light-interactive-on-dark-surface-brand-1-disabled) !important;
}

.surface-int-dark-brand-1-processing {
  background: var(--group-light-interactive-on-dark-surface-brand-1-processing) !important;
}

.surface-int-dark-brand-2 {
  background: var(--group-light-interactive-on-dark-surface-brand-2) !important;
}

.surface-int-dark-brand-2-hover {
  background: var(--group-light-interactive-on-dark-surface-brand-2-hover) !important;
}

.surface-int-dark-brand-2-pressed {
  background: var(--group-light-interactive-on-dark-surface-brand-2-pressed) !important;
}

.surface-int-dark-brand-2-disabled {
  background: var(--group-light-interactive-on-dark-surface-brand-2-disabled) !important;
}

.surface-int-dark-brand-2-processing {
  background: var(--group-light-interactive-on-dark-surface-brand-2-processing) !important;
}

.surface-dark-int-dark-surface-primary {
  background: var(--group-dark-interactive-on-dark-surface-primary) !important;
}

.surface-dark-int-dark-surface-primary-hover {
  background: var(--group-dark-interactive-on-dark-surface-primary-hover) !important;
}

.surface-dark-int-dark-surface-primary-pressed {
  background: var(--group-dark-interactive-on-dark-surface-primary-pressed) !important;
}

.surface-dark-int-dark-surface-primary-disabled {
  background: var(--group-dark-interactive-on-dark-surface-primary-disabled) !important;
}

.surface-dark-int-dark-surface-active {
  background: var(--group-dark-interactive-on-dark-surface-active) !important;
}

.surface-dark-int-dark-surface-active-hover {
  background: var(--group-dark-interactive-on-dark-surface-active-hover) !important;
}

.surface-dark-int-dark-surface-active-pressed {
  background: var(--group-dark-interactive-on-dark-surface-active-pressed) !important;
}

.surface-dark-int-dark-surface-brand-1 {
  background: var(--group-dark-interactive-on-dark-surface-brand-1) !important;
}

.surface-dark-int-dark-surface-brand-1-hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-hover) !important;
}

.surface-dark-int-dark-surface-brand-1-pressed {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-pressed) !important;
}

.surface-dark-int-dark-surface-brand-1-disabled {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-disabled) !important;
}

.surface-dark-int-dark-surface-brand-1-processing {
  background: var(--group-dark-interactive-on-dark-surface-brand-1-processing) !important;
}

.surface-dark-int-dark-surface-brand-2 {
  background: var(--group-dark-interactive-on-dark-surface-brand-2) !important;
}

.surface-dark-int-dark-surface-brand-2-hover {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-hover) !important;
}

.surface-dark-int-dark-surface-brand-2-pressed {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-pressed) !important;
}

.surface-dark-int-dark-surface-brand-2-disabled {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-disabled) !important;
}

.surface-dark-int-dark-surface-brand-2-processing {
  background: var(--group-dark-interactive-on-dark-surface-brand-2-processing) !important;
}

.bg-transparent {
  background: transparent !important;
}

.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

a.link:not(.button):focus-visible,
a.is-link:not(.button):focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:not(.button).is-inverted:focus-visible,
  a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
  a.is-link:not(.button).is-light:focus-visible {
    box-shadow: var(--group-shadow-small) !important;
  }
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lrt-on-light {
  color: var(--group-light-rag-text-on-light) !important;
}

.lrt-on-dark {
  color: var(--group-light-rag-text-on-dark) !important;
}

.focus\:lrt-on-light:focus {
  color: var(--group-light-rag-text-on-light) !important;
}

.hover\:lrt-on-light:hover {
  color: var(--group-light-rag-text-on-light) !important;
}

.active\:lrt-on-light:active {
  color: var(--group-light-rag-text-on-light) !important;
}

.focus\:lrt-on-dark:focus {
  color: var(--group-light-rag-text-on-dark) !important;
}

.hover\:lrt-on-dark:hover {
  color: var(--group-light-rag-text-on-dark) !important;
}

.active\:lrt-on-dark:active {
  color: var(--group-light-rag-text-on-dark) !important;
}

.drt-on-light {
  color: var(--group-dark-rag-text-on-light) !important;
}

.drt-on-dark {
  color: var(--group-dark-rag-text-on-dark) !important;
}
/*# sourceMappingURL=group-design-system.css.map */