/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
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;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}html {
  font-family: DMSans, Helvetica, sans-serif;
}:root {
  --shadow-color: rgb(0 0 0 / 50%);
}@font-face {
  font-family: 'XSans';
  src: url('https://static.cimcontent.net/common-web-assets/fonts/x-sans/xsans_w_bd.woff2') format('woff2'), url('https://static.cimcontent.net/common-web-assets/fonts/x-sans/xsans_w_bd.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}@font-face {
  font-family: 'XSans';
  src: url('https://static.cimcontent.net/common-web-assets/fonts/x-sans/xsans_w_sbd.woff2') format('woff2'), url('https://static.cimcontent.net/common-web-assets/fonts/x-sans/xsans_w_sbd.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}@font-face {
  font-family: 'DMSans';
  src: url('https://static.cimcontent.net/common-web-assets/fonts/dm-sans/dmsans-regular.woff2') format('woff2'), url('https://static.cimcontent.net/common-web-assets/fonts/dm-sans/dmsans-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}:root, .light, [light] {
  --palette-black: #000000;
  --palette-blue-05: #D9E1F2;
  --palette-blue-10: #8BAFF9;
  --palette-blue-20: #4784FF;
  --palette-blue-30: #3376FF;
  --palette-blue-40: #2970FF;
  --palette-blue-50: #1F69FF;
  --palette-blue-60: #0051D0;
  --palette-blue-70: #0040A3;
  --palette-blue-80: #003485;
  --palette-blue-90: #131E34;
  --palette-green-05: #D9F2EA;
  --palette-green-10: #78E3BF;
  --palette-green-20: #0AC284;
  --palette-green-30: #009965;
  --palette-green-40: #008F5E;
  --palette-green-50: #008558;
  --palette-green-60: #006851;
  --palette-green-70: #005240;
  --palette-green-80: #003328;
  --palette-green-90: #0E2A21;
  --palette-grey-05: #F6F6F9;
  --palette-grey-10: #ECECF2;
  --palette-grey-20: #CECEDA;
  --palette-grey-30: #B1B1BD;
  --palette-grey-40: #8B8B97;
  --palette-grey-50: #62626C;
  --palette-grey-60: #484851;
  --palette-grey-70: #35353B;
  --palette-grey-80: #232328;
  --palette-grey-90: #141417;
  --palette-orange-05: #F2E1D9;
  --palette-orange-10: #FFB68F;
  --palette-orange-20: #FF8D52;
  --palette-orange-30: #FF6F24;
  --palette-orange-40: #F95600;
  --palette-orange-50: #E64F00;
  --palette-orange-60: #B33D00;
  --palette-orange-70: #A33800;
  --palette-orange-80: #8F3100;
  --palette-orange-90: #392014;
  --palette-pink-05: #FFF2FE;
  --palette-pink-10: #FFE4FD;
  --palette-pink-20: #FFB4F9;
  --palette-pink-30: #FFA1F7;
  --palette-pink-40: #FF73F5;
  --palette-pink-50: #C029C1;
  --palette-pink-60: #B603AC;
  --palette-pink-70: #A3039B;
  --palette-pink-80: #73026D;
  --palette-pink-90: #660261;
  --palette-purple-05: #F1ECF8;
  --palette-purple-10: #DED3F1;
  --palette-purple-20: #BDA7E3;
  --palette-purple-30: #9C7BD5;
  --palette-purple-40: #916CD0;
  --palette-purple-50: #5A23B9;
  --palette-purple-60: #481C94;
  --palette-purple-70: #3D1881;
  --palette-purple-80: #291155;
  --palette-purple-90: #270E48;
  --palette-red-05: #F2D9E1;
  --palette-red-10: #FF99BA;
  --palette-red-20: #FF6194;
  --palette-red-30: #FF3878;
  --palette-red-40: #F0004D;
  --palette-red-50: #E6004A;
  --palette-red-60: #B7023C;
  --palette-red-70: #8F002F;
  --palette-red-80: #660021;
  --palette-red-90: #31111B;
  --palette-theme1-05: #F1ECF8;
  --palette-theme1-10: #DED3F1;
  --palette-theme1-20: #BDA7E3;
  --palette-theme1-30: #9C7BD5;
  --palette-theme1-40: #916CD0;
  --palette-theme1-50: #5A23B9;
  --palette-theme1-60: #481C94;
  --palette-theme1-70: #3D1881;
  --palette-theme1-80: #291155;
  --palette-theme1-90: #270E48;
  --palette-theme2-05: #F1ECF8;
  --palette-theme2-10: #DED3F1;
  --palette-theme2-20: #BDA7E3;
  --palette-theme2-30: #9C7BD5;
  --palette-theme2-40: #916CD0;
  --palette-theme2-50: #5A23B9;
  --palette-theme2-60: #481C94;
  --palette-theme2-70: #3D1881;
  --palette-theme2-80: #291155;
  --palette-theme2-90: #270E48;
  --palette-white: #FFFFFF;
  --palette-yellow-05: #F2EAD9;
  --palette-yellow-10: #FFD88A;
  --palette-yellow-20: #FFC95C;
  --palette-yellow-30: #FFB829;
  --palette-yellow-40: #FFAA00;
  --palette-yellow-50: #B87700;
  --palette-yellow-60: #8F5D00;
  --palette-yellow-70: #7A5000;
  --palette-yellow-80: #664200;
  --palette-yellow-90: #352913;
  --shadow-palette-black: rgba(0,0,0,0.51);
  --shadow-palette-blue-05: rgba(117,122,132,0.51);
  --shadow-palette-blue-10: rgba(71,92,136,0.51);
  --shadow-palette-blue-20: rgba(34,67,140,0.51);
  --shadow-palette-blue-30: rgba(23,60,140,0.51);
  --shadow-palette-blue-40: rgba(18,56,140,0.51);
  --shadow-palette-blue-50: rgba(13,52,140,0.51);
  --shadow-palette-blue-60: rgba(0,39,112,0.51);
  --shadow-palette-blue-70: rgba(0,30,85,0.51);
  --shadow-palette-blue-80: rgba(0,24,68,0.51);
  --shadow-palette-blue-90: rgba(8,13,24,0.51);
  --shadow-palette-green-05: rgba(117,132,127,0.51);
  --shadow-palette-green-10: rgba(61,123,102,0.51);
  --shadow-palette-green-20: rgba(4,103,67,0.51);
  --shadow-palette-green-30: rgba(0,79,50,0.51);
  --shadow-palette-green-40: rgba(0,74,46,0.51);
  --shadow-palette-green-50: rgba(0,68,43,0.51);
  --shadow-palette-green-60: rgba(0,52,39,0.51);
  --shadow-palette-green-70: rgba(0,40,30,0.51);
  --shadow-palette-green-80: rgba(0,23,18,0.51);
  --shadow-palette-green-90: rgba(6,19,14,0.51);
  --shadow-palette-grey-05: rgba(135,135,136,0.51);
  --shadow-palette-grey-10: rgba(129,129,132,0.51);
  --shadow-palette-grey-20: rgba(111,111,118,0.51);
  --shadow-palette-grey-30: rgba(93,93,100,0.51);
  --shadow-palette-grey-40: rgba(71,71,78,0.51);
  --shadow-palette-grey-50: rgba(48,48,54,0.51);
  --shadow-palette-grey-60: rgba(34,34,39,0.51);
  --shadow-palette-grey-70: rgba(24,24,28,0.51);
  --shadow-palette-grey-80: rgba(15,15,18,0.51);
  --shadow-palette-grey-90: rgba(8,8,10,0.51);
  --shadow-palette-orange-05: rgba(132,122,117,0.51);
  --shadow-palette-orange-10: rgba(140,96,74,0.51);
  --shadow-palette-orange-20: rgba(140,73,40,0.51);
  --shadow-palette-orange-30: rgba(140,56,16,0.51);
  --shadow-palette-orange-40: rgba(136,42,0,0.51);
  --shadow-palette-orange-50: rgba(125,38,0,0.51);
  --shadow-palette-orange-60: rgba(95,29,0,0.51);
  --shadow-palette-orange-70: rgba(85,26,0,0.51);
  --shadow-palette-orange-80: rgba(74,22,0,0.51);
  --shadow-palette-orange-90: rgba(27,14,8,0.51);
  --shadow-palette-pink-05: rgba(140,132,139,0.51);
  --shadow-palette-pink-10: rgba(140,124,139,0.51);
  --shadow-palette-pink-20: rgba(140,95,136,0.51);
  --shadow-palette-pink-30: rgba(140,84,135,0.51);
  --shadow-palette-pink-40: rgba(140,58,134,0.51);
  --shadow-palette-pink-50: rgba(102,18,103,0.51);
  --shadow-palette-pink-60: rgba(96,1,90,0.51);
  --shadow-palette-pink-70: rgba(85,1,81,0.51);
  --shadow-palette-pink-80: rgba(58,1,54,0.51);
  --shadow-palette-pink-90: rgba(51,1,48,0.51);
  --shadow-palette-purple-05: rgba(132,129,136,0.51);
  --shadow-palette-purple-10: rgba(120,114,132,0.51);
  --shadow-palette-purple-20: rgba(100,88,123,0.51);
  --shadow-palette-purple-30: rgba(81,62,115,0.51);
  --shadow-palette-purple-40: rgba(75,54,112,0.51);
  --shadow-palette-purple-50: rgba(44,15,98,0.51);
  --shadow-palette-purple-60: rgba(34,12,77,0.51);
  --shadow-palette-purple-70: rgba(29,10,66,0.51);
  --shadow-palette-purple-80: rgba(18,7,41,0.51);
  --shadow-palette-purple-90: rgba(17,6,34,0.51);
  --shadow-palette-red-05: rgba(132,117,122,0.51);
  --shadow-palette-red-10: rgba(140,79,99,0.51);
  --shadow-palette-red-20: rgba(140,48,77,0.51);
  --shadow-palette-red-30: rgba(140,26,61,0.51);
  --shadow-palette-red-40: rgba(131,0,37,0.51);
  --shadow-palette-red-50: rgba(125,0,35,0.51);
  --shadow-palette-red-60: rgba(97,1,28,0.51);
  --shadow-palette-red-70: rgba(74,0,21,0.51);
  --shadow-palette-red-80: rgba(51,0,14,0.51);
  --shadow-palette-red-90: rgba(22,7,12,0.51);
  --shadow-palette-theme1-05: rgba(132,129,136,0.51);
  --shadow-palette-theme1-10: rgba(120,114,132,0.51);
  --shadow-palette-theme1-20: rgba(100,88,123,0.51);
  --shadow-palette-theme1-30: rgba(81,62,115,0.51);
  --shadow-palette-theme1-40: rgba(75,54,112,0.51);
  --shadow-palette-theme1-50: rgba(44,15,98,0.51);
  --shadow-palette-theme1-60: rgba(34,12,77,0.51);
  --shadow-palette-theme1-70: rgba(29,10,66,0.51);
  --shadow-palette-theme1-80: rgba(18,7,41,0.51);
  --shadow-palette-theme1-90: rgba(17,6,34,0.51);
  --shadow-palette-theme2-05: rgba(132,129,136,0.51);
  --shadow-palette-theme2-10: rgba(120,114,132,0.51);
  --shadow-palette-theme2-20: rgba(100,88,123,0.51);
  --shadow-palette-theme2-30: rgba(81,62,115,0.51);
  --shadow-palette-theme2-40: rgba(75,54,112,0.51);
  --shadow-palette-theme2-50: rgba(44,15,98,0.51);
  --shadow-palette-theme2-60: rgba(34,12,77,0.51);
  --shadow-palette-theme2-70: rgba(29,10,66,0.51);
  --shadow-palette-theme2-80: rgba(18,7,41,0.51);
  --shadow-palette-theme2-90: rgba(17,6,34,0.51);
  --shadow-palette-white: rgba(140,140,140,0.51);
  --shadow-palette-yellow-05: rgba(132,127,117,0.51);
  --shadow-palette-yellow-10: rgba(140,117,71,0.51);
  --shadow-palette-yellow-20: rgba(140,108,45,0.51);
  --shadow-palette-yellow-30: rgba(140,97,18,0.51);
  --shadow-palette-yellow-40: rgba(140,89,0,0.51);
  --shadow-palette-yellow-50: rgba(97,60,0,0.51);
  --shadow-palette-yellow-60: rgba(74,46,0,0.51);
  --shadow-palette-yellow-70: rgba(62,39,0,0.51);
  --shadow-palette-yellow-80: rgba(51,31,0,0.51);
  --shadow-palette-yellow-90: rgba(24,18,8,0.51);
  --background-color-fill-caution-base: 179 61 0;
  --background-color-fill-caution-down: 143 49 0;
  --background-color-fill-caution-focus: 163 56 0;
  --background-color-fill-caution-hover: 163 56 0;
  --background-color-fill-info-base: 0 81 208;
  --background-color-fill-info-down: 0 52 133;
  --background-color-fill-info-focus: 0 64 163;
  --background-color-fill-info-hover: 0 64 163;
  --background-color-fill-inverse-base: 246 246 249;
  --background-color-fill-inverse-down: 206 206 218;
  --background-color-fill-inverse-focus: 255 255 255;
  --background-color-fill-inverse-hover: 255 255 255;
  --background-color-fill-negative-base: 183 2 60;
  --background-color-fill-negative-down: 102 0 33;
  --background-color-fill-negative-focus: 143 0 47;
  --background-color-fill-negative-hover: 143 0 47;
  --background-color-fill-neutral-base: 20 20 23;
  --background-color-fill-neutral-down: 72 72 81;
  --background-color-fill-neutral-focus: 53 53 59;
  --background-color-fill-neutral-hover: 53 53 59;
  --background-color-fill-neutral2-base: 98 98 108;
  --background-color-fill-neutral2-down: 35 35 40;
  --background-color-fill-neutral2-focus: 53 53 59;
  --background-color-fill-neutral2-hover: 53 53 59;
  --background-color-fill-positive-base: 0 104 81;
  --background-color-fill-positive-down: 0 51 40;
  --background-color-fill-positive-focus: 0 82 64;
  --background-color-fill-positive-hover: 0 82 64;
  --background-color-fill-theme1-base: 90 35 185;
  --background-color-fill-theme1-down: 41 17 85;
  --background-color-fill-theme1-focus: 61 24 129;
  --background-color-fill-theme1-hover: 61 24 129;
  --background-color-fill-theme2-base: 90 35 185;
  --background-color-fill-theme2-down: 41 17 85;
  --background-color-fill-theme2-focus: 61 24 129;
  --background-color-fill-theme2-hover: 61 24 129;
  --background-color-material-1: 255 255 255;
  --background-color-material-2: 246 246 249;
  --background-color-material-1-inverse: 20 20 23;
  --background-color-material-2-inverse: 35 35 40;
  --background-color-material-caution: 242 225 217;
  --background-color-material-caution-inverse: 57 32 20;
  --background-color-material-info: 217 225 242;
  --background-color-material-info-inverse: 19 30 52;
  --background-color-material-negative: 242 217 225;
  --background-color-material-negative-inverse: 49 17 27;
  --background-color-material-positive: 217 242 234;
  --background-color-material-positive-inverse: 14 42 33;
  --background-color-material-theme1: 241 236 248;
  --background-color-material-theme1-inverse: 39 14 72;
  --background-color-transparent: transparent;
  --background-color-material-neutral-base: 255 255 255;
  --background-color-material-neutral-down: 224 224 224;
  --background-color-material-neutral-focus: 245 245 245;
  --background-color-material-neutral-hover: 245 245 245;
  --background-color-material-neutral2-base: 246 246 249;
  --background-color-material-neutral2-down: 216 216 219;
  --background-color-material-neutral2-focus: 236 236 239;
  --background-color-material-neutral2-hover: 236 236 239;
  --background-color-material-positive-base: 217 242 234;
  --background-color-material-positive-down: 191 213 206;
  --background-color-material-positive-focus: 208 232 225;
  --background-color-material-positive-hover: 208 232 225;
  --background-color-material-caution-base: 242 225 217;
  --background-color-material-caution-down: 213 198 191;
  --background-color-material-caution-focus: 232 216 208;
  --background-color-material-caution-hover: 232 216 208;
  --background-color-material-negative-base: 242 217 225;
  --background-color-material-negative-down: 213 191 198;
  --background-color-material-negative-focus: 232 208 216;
  --background-color-material-negative-hover: 232 208 216;
  --background-color-material-info-base: 217 225 242;
  --background-color-material-info-down: 191 198 213;
  --background-color-material-info-focus: 208 216 232;
  --background-color-material-info-hover: 208 216 232;
  --background-color-material-neutral-inverse-base: 20 20 23;
  --background-color-material-neutral-inverse-down: 48 48 51;
  --background-color-material-neutral-inverse-focus: 29 29 32;
  --background-color-material-neutral-inverse-hover: 29 29 32;
  --background-color-material-neutral2-inverse-base: 35 35 40;
  --background-color-material-neutral2-inverse-down: 61 61 66;
  --background-color-material-neutral2-inverse-focus: 44 44 49;
  --background-color-material-neutral2-inverse-hover: 44 44 49;
  --background-color-material-positive-inverse-base: 14 42 33;
  --background-color-material-positive-inverse-down: 43 68 60;
  --background-color-material-positive-inverse-focus: 24 51 42;
  --background-color-material-positive-inverse-hover: 24 51 42;
  --background-color-material-caution-inverse-base: 57 32 20;
  --background-color-material-caution-inverse-down: 81 59 48;
  --background-color-material-caution-inverse-focus: 65 41 29;
  --background-color-material-caution-inverse-hover: 65 41 29;
  --background-color-material-negative-inverse-base: 49 17 27;
  --background-color-material-negative-inverse-down: 74 46 54;
  --background-color-material-negative-inverse-focus: 57 27 36;
  --background-color-material-negative-inverse-hover: 57 27 36;
  --background-color-material-info-inverse-base: 19 30 52;
  --background-color-material-info-inverse-down: 47 57 76;
  --background-color-material-info-inverse-focus: 28 39 60;
  --background-color-material-info-inverse-hover: 28 39 60;
  --background-color-material-theme1-base: 241 236 248;
  --background-color-material-theme1-down: 212 208 218;
  --background-color-material-theme1-focus: 231 227 238;
  --background-color-material-theme1-hover: 231 227 238;
  --background-color-material-theme1-inverse-base: 39 14 72;
  --background-color-material-theme1-inverse-down: 65 43 94;
  --background-color-material-theme1-inverse-focus: 48 24 79;
  --background-color-material-theme1-inverse-hover: 48 24 79;
  --background-color-material-theme2-base: 241 236 248;
  --background-color-material-theme2-down: 212 208 218;
  --background-color-material-theme2-focus: 231 227 238;
  --background-color-material-theme2-hover: 231 227 238;
  --background-color-material-theme2-inverse-base: 39 14 72;
  --background-color-material-theme2-inverse-down: 65 43 94;
  --background-color-material-theme2-inverse-focus: 48 24 79;
  --background-color-material-theme2-inverse-hover: 48 24 79;
  --background-image-gradient-expressive: linear-gradient(90deg, #28156B, #7B30FF);
  --border-color-stroke-caution-base: 179 61 0;
  --border-color-stroke-caution-down: 143 49 0;
  --border-color-stroke-caution-focus: 163 56 0;
  --border-color-stroke-caution-hover: 163 56 0;
  --border-color-stroke-info-base: 0 81 208;
  --border-color-stroke-info-down: 0 52 133;
  --border-color-stroke-info-focus: 0 64 163;
  --border-color-stroke-info-hover: 0 64 163;
  --border-color-stroke-inverse-base: 246 246 249;
  --border-color-stroke-inverse-down: 206 206 218;
  --border-color-stroke-inverse-focus: 255 255 255;
  --border-color-stroke-inverse-hover: 255 255 255;
  --border-color-stroke-negative-base: 183 2 60;
  --border-color-stroke-negative-down: 102 0 33;
  --border-color-stroke-negative-focus: 143 0 47;
  --border-color-stroke-negative-hover: 143 0 47;
  --border-color-stroke-neutral-base: 20 20 23;
  --border-color-stroke-neutral-down: 72 72 81;
  --border-color-stroke-neutral-focus: 53 53 59;
  --border-color-stroke-neutral-hover: 53 53 59;
  --border-color-stroke-neutral2-base: 98 98 108;
  --border-color-stroke-neutral2-down: 35 35 40;
  --border-color-stroke-neutral2-focus: 53 53 59;
  --border-color-stroke-neutral2-hover: 53 53 59;
  --border-color-stroke-positive-base: 0 104 81;
  --border-color-stroke-positive-down: 0 51 40;
  --border-color-stroke-positive-focus: 0 82 64;
  --border-color-stroke-positive-hover: 0 82 64;
  --border-color-stroke-theme1-base: 90 35 185;
  --border-color-stroke-theme1-down: 41 17 85;
  --border-color-stroke-theme1-focus: 61 24 129;
  --border-color-stroke-theme1-hover: 61 24 129;
  --border-color-stroke-theme2-base: 90 35 185;
  --border-color-stroke-theme2-down: 41 17 85;
  --border-color-stroke-theme2-focus: 61 24 129;
  --border-color-stroke-theme2-hover: 61 24 129;
  --border-color-transparent: transparent;
  --text-color-caution-base: 179 61 0;
  --text-color-caution-down: 143 49 0;
  --text-color-caution-focus: 163 56 0;
  --text-color-caution-hover: 163 56 0;
  --text-color-info-base: 0 81 208;
  --text-color-info-down: 0 52 133;
  --text-color-info-focus: 0 64 163;
  --text-color-info-hover: 0 64 163;
  --text-color-inverse-base: 246 246 249;
  --text-color-inverse-down: 206 206 218;
  --text-color-inverse-focus: 255 255 255;
  --text-color-inverse-hover: 255 255 255;
  --text-color-negative-base: 183 2 60;
  --text-color-negative-down: 102 0 33;
  --text-color-negative-focus: 143 0 47;
  --text-color-negative-hover: 143 0 47;
  --text-color-neutral-base: 20 20 23;
  --text-color-neutral-down: 72 72 81;
  --text-color-neutral-focus: 53 53 59;
  --text-color-neutral-hover: 53 53 59;
  --text-color-neutral2-base: 98 98 108;
  --text-color-neutral2-down: 35 35 40;
  --text-color-neutral2-focus: 53 53 59;
  --text-color-neutral2-hover: 53 53 59;
  --text-color-positive-base: 0 104 81;
  --text-color-positive-down: 0 51 40;
  --text-color-positive-focus: 0 82 64;
  --text-color-positive-hover: 0 82 64;
  --text-color-theme1-base: 90 35 185;
  --text-color-theme1-down: 41 17 85;
  --text-color-theme1-focus: 61 24 129;
  --text-color-theme1-hover: 61 24 129;
  --text-color-theme2-base: 90 35 185;
  --text-color-theme2-down: 41 17 85;
  --text-color-theme2-focus: 61 24 129;
  --text-color-theme2-hover: 61 24 129;
  --outline-color-transparent: transparent;
  --outline-color-caution-base: #B33D00;
  --outline-color-caution-down: #8F3100;
  --outline-color-caution-focus: #A33800;
  --outline-color-caution-hover: #A33800;
  --outline-color-info-base: #0051D0;
  --outline-color-info-down: #003485;
  --outline-color-info-focus: #0040A3;
  --outline-color-info-hover: #0040A3;
  --outline-color-inverse-base: #F6F6F9;
  --outline-color-inverse-down: #CECEDA;
  --outline-color-inverse-focus: #FFFFFF;
  --outline-color-inverse-hover: #FFFFFF;
  --outline-color-negative-base: #B7023C;
  --outline-color-negative-down: #660021;
  --outline-color-negative-focus: #8F002F;
  --outline-color-negative-hover: #8F002F;
  --outline-color-neutral-base: #141417;
  --outline-color-neutral-down: #484851;
  --outline-color-neutral-focus: #35353B;
  --outline-color-neutral-hover: #35353B;
  --outline-color-neutral2-base: #62626C;
  --outline-color-neutral2-down: #232328;
  --outline-color-neutral2-focus: #35353B;
  --outline-color-neutral2-hover: #35353B;
  --outline-color-positive-base: #006851;
  --outline-color-positive-down: #003328;
  --outline-color-positive-focus: #005240;
  --outline-color-positive-hover: #005240;
  --outline-color-theme1-base: #5A23B9;
  --outline-color-theme1-down: #291155;
  --outline-color-theme1-focus: #3D1881;
  --outline-color-theme1-hover: #3D1881;
  --outline-color-theme2-base: #5A23B9;
  --outline-color-theme2-down: #291155;
  --outline-color-theme2-focus: #3D1881;
  --outline-color-theme2-hover: #3D1881;
  --ring-color-stroke-caution-base: 179 61 0;
  --ring-color-stroke-caution-down: 143 49 0;
  --ring-color-stroke-caution-focus: 163 56 0;
  --ring-color-stroke-caution-hover: 163 56 0;
  --ring-color-stroke-info-base: 0 81 208;
  --ring-color-stroke-info-down: 0 52 133;
  --ring-color-stroke-info-focus: 0 64 163;
  --ring-color-stroke-info-hover: 0 64 163;
  --ring-color-stroke-inverse-base: 246 246 249;
  --ring-color-stroke-inverse-down: 206 206 218;
  --ring-color-stroke-inverse-focus: 255 255 255;
  --ring-color-stroke-inverse-hover: 255 255 255;
  --ring-color-stroke-negative-base: 183 2 60;
  --ring-color-stroke-negative-down: 102 0 33;
  --ring-color-stroke-negative-focus: 143 0 47;
  --ring-color-stroke-negative-hover: 143 0 47;
  --ring-color-stroke-neutral-base: 20 20 23;
  --ring-color-stroke-neutral-down: 72 72 81;
  --ring-color-stroke-neutral-focus: 53 53 59;
  --ring-color-stroke-neutral-hover: 53 53 59;
  --ring-color-stroke-neutral2-base: 98 98 108;
  --ring-color-stroke-neutral2-down: 35 35 40;
  --ring-color-stroke-neutral2-focus: 53 53 59;
  --ring-color-stroke-neutral2-hover: 53 53 59;
  --ring-color-stroke-positive-base: 0 104 81;
  --ring-color-stroke-positive-down: 0 51 40;
  --ring-color-stroke-positive-focus: 0 82 64;
  --ring-color-stroke-positive-hover: 0 82 64;
  --ring-color-stroke-theme1-base: 90 35 185;
  --ring-color-stroke-theme1-down: 41 17 85;
  --ring-color-stroke-theme1-focus: 61 24 129;
  --ring-color-stroke-theme1-hover: 61 24 129;
  --ring-color-stroke-theme2-base: 90 35 185;
  --ring-color-stroke-theme2-down: 41 17 85;
  --ring-color-stroke-theme2-focus: 61 24 129;
  --ring-color-stroke-theme2-hover: 61 24 129;
  --ring-offset-color-material-1: 255 255 255;
  --ring-offset-color-material-2: 246 246 249;
  --ring-offset-color-material-1-inverse: 20 20 23;
  --ring-offset-color-material-2-inverse: 35 35 40;
  --ring-offset-color-material-caution: 242 225 217;
  --ring-offset-color-material-caution-inverse: 57 32 20;
  --ring-offset-color-material-info: 217 225 242;
  --ring-offset-color-material-info-inverse: 19 30 52;
  --ring-offset-color-material-negative: 242 217 225;
  --ring-offset-color-material-negative-inverse: 49 17 27;
  --ring-offset-color-material-positive: 217 242 234;
  --ring-offset-color-material-positive-inverse: 14 42 33;
  --ring-offset-color-material-theme1: 241 236 248;
  --ring-offset-color-material-theme1-inverse: 39 14 72;
  --ring-offset-color-material-neutral-base: 255 255 255;
  --ring-offset-color-material-neutral-down: 224 224 224;
  --ring-offset-color-material-neutral-focus: 245 245 245;
  --ring-offset-color-material-neutral-hover: 245 245 245;
  --ring-offset-color-material-neutral2-base: 246 246 249;
  --ring-offset-color-material-neutral2-down: 216 216 219;
  --ring-offset-color-material-neutral2-focus: 236 236 239;
  --ring-offset-color-material-neutral2-hover: 236 236 239;
  --ring-offset-color-material-positive-base: 217 242 234;
  --ring-offset-color-material-positive-down: 191 213 206;
  --ring-offset-color-material-positive-focus: 208 232 225;
  --ring-offset-color-material-positive-hover: 208 232 225;
  --ring-offset-color-material-caution-base: 242 225 217;
  --ring-offset-color-material-caution-down: 213 198 191;
  --ring-offset-color-material-caution-focus: 232 216 208;
  --ring-offset-color-material-caution-hover: 232 216 208;
  --ring-offset-color-material-negative-base: 242 217 225;
  --ring-offset-color-material-negative-down: 213 191 198;
  --ring-offset-color-material-negative-focus: 232 208 216;
  --ring-offset-color-material-negative-hover: 232 208 216;
  --ring-offset-color-material-info-base: 217 225 242;
  --ring-offset-color-material-info-down: 191 198 213;
  --ring-offset-color-material-info-focus: 208 216 232;
  --ring-offset-color-material-info-hover: 208 216 232;
  --ring-offset-color-material-neutral-inverse-base: 20 20 23;
  --ring-offset-color-material-neutral-inverse-down: 48 48 51;
  --ring-offset-color-material-neutral-inverse-focus: 29 29 32;
  --ring-offset-color-material-neutral-inverse-hover: 29 29 32;
  --ring-offset-color-material-neutral2-inverse-base: 35 35 40;
  --ring-offset-color-material-neutral2-inverse-down: 61 61 66;
  --ring-offset-color-material-neutral2-inverse-focus: 44 44 49;
  --ring-offset-color-material-neutral2-inverse-hover: 44 44 49;
  --ring-offset-color-material-positive-inverse-base: 14 42 33;
  --ring-offset-color-material-positive-inverse-down: 43 68 60;
  --ring-offset-color-material-positive-inverse-focus: 24 51 42;
  --ring-offset-color-material-positive-inverse-hover: 24 51 42;
  --ring-offset-color-material-caution-inverse-base: 57 32 20;
  --ring-offset-color-material-caution-inverse-down: 81 59 48;
  --ring-offset-color-material-caution-inverse-focus: 65 41 29;
  --ring-offset-color-material-caution-inverse-hover: 65 41 29;
  --ring-offset-color-material-negative-inverse-base: 49 17 27;
  --ring-offset-color-material-negative-inverse-down: 74 46 54;
  --ring-offset-color-material-negative-inverse-focus: 57 27 36;
  --ring-offset-color-material-negative-inverse-hover: 57 27 36;
  --ring-offset-color-material-info-inverse-base: 19 30 52;
  --ring-offset-color-material-info-inverse-down: 47 57 76;
  --ring-offset-color-material-info-inverse-focus: 28 39 60;
  --ring-offset-color-material-info-inverse-hover: 28 39 60;
  --ring-offset-color-material-theme1-base: 241 236 248;
  --ring-offset-color-material-theme1-down: 212 208 218;
  --ring-offset-color-material-theme1-focus: 231 227 238;
  --ring-offset-color-material-theme1-hover: 231 227 238;
  --ring-offset-color-material-theme1-inverse-base: 39 14 72;
  --ring-offset-color-material-theme1-inverse-down: 65 43 94;
  --ring-offset-color-material-theme1-inverse-focus: 48 24 79;
  --ring-offset-color-material-theme1-inverse-hover: 48 24 79;
  --ring-offset-color-material-theme2-base: 241 236 248;
  --ring-offset-color-material-theme2-down: 212 208 218;
  --ring-offset-color-material-theme2-focus: 231 227 238;
  --ring-offset-color-material-theme2-hover: 231 227 238;
  --ring-offset-color-material-theme2-inverse-base: 39 14 72;
  --ring-offset-color-material-theme2-inverse-down: 65 43 94;
  --ring-offset-color-material-theme2-inverse-focus: 48 24 79;
  --ring-offset-color-material-theme2-inverse-hover: 48 24 79;
  --opacity-inactive: 0.3;
  --opacity-none: 0;
  --opacity-primary: 1;
  --opacity-secondary: 0.6;
  --opacity-tertiary: 0.15;
  --border-opacity-inactive: 0.3;
  --border-opacity-none: 0;
  --border-opacity-primary: 1;
  --border-opacity-secondary: 0.6;
  --border-opacity-tertiary: 0.15;
  --background-opacity-inactive: 0.3;
  --background-opacity-none: 0;
  --background-opacity-primary: 1;
  --background-opacity-secondary: 0.6;
  --background-opacity-tertiary: 0.15;
  --text-opacity-inactive: 0.3;
  --text-opacity-none: 0;
  --text-opacity-primary: 1;
  --text-opacity-secondary: 0.6;
  --text-opacity-tertiary: 0.15;
  --border-radius-none: 0px;
  --border-radius-xsmall: 2px;
  --border-radius-small: 4px;
  --border-radius-medium: 8px;
  --border-radius-large: 16px;
  --border-radius-xlarge: 32px;
  --text-display0-family: var(--text-family-brand);
  --text-display0-size: clamp(2.25rem, calc(2.07143rem + 0.89286vw), 2.5rem);
  --text-display0-line-height: clamp(2.5rem, calc(2.32143rem + 0.89286vw), 2.75rem);
  --text-display0-weight: 700;
  --text-display0-letter-spacing: -0.04px;
  --text-display0-text-transform: none;
  --text-display1-family: var(--text-family-brand);
  --text-display1-size: clamp(2rem, calc(1.82143rem + 0.89286vw), 2.25rem);
  --text-display1-line-height: clamp(2.375rem, calc(2.19643rem + 0.89286vw), 2.625rem);
  --text-display1-weight: 700;
  --text-display1-letter-spacing: -0.04px;
  --text-display1-text-transform: none;
  --text-display2-family: var(--text-family-brand);
  --text-display2-size: clamp(1.75rem, calc(1.57143rem + 0.89286vw), 2rem);
  --text-display2-line-height: clamp(2.125rem, calc(1.85714rem + 1.33929vw), 2.5rem);
  --text-display2-weight: 700;
  --text-display2-letter-spacing: -0.04px;
  --text-display2-text-transform: none;
  --text-headline1-family: var(--text-family-brand);
  --text-headline1-size: 1.50000rem;
  --text-headline1-line-height: 1.87500rem;
  --text-headline1-weight: 600;
  --text-headline1-letter-spacing: -0.02px;
  --text-headline1-text-transform: none;
  --text-headline2-family: var(--text-family-brand);
  --text-headline2-size: 1.25000rem;
  --text-headline2-line-height: clamp(1.5625rem, calc(1.51786rem + 0.22321vw), 1.625rem);
  --text-headline2-weight: 600;
  --text-headline2-letter-spacing: -0.02px;
  --text-headline2-text-transform: none;
  --text-headline3-family: var(--text-family-brand);
  --text-headline3-size: 1.00000rem;
  --text-headline3-line-height: clamp(1.3125rem, calc(1.26786rem + 0.22321vw), 1.375rem);
  --text-headline3-weight: 600;
  --text-headline3-letter-spacing: 0px;
  --text-headline3-text-transform: none;
  --text-body0-family: var(--text-family-default);
  --text-body0-size: 1.12500rem;
  --text-body0-line-height: clamp(1.5rem, calc(1.41071rem + 0.44643vw), 1.625rem);
  --text-body0-weight: 400;
  --text-body0-letter-spacing: 0px;
  --text-body0-text-transform: none;
  --text-body1-family: var(--text-family-default);
  --text-body1-size: 1.00000rem;
  --text-body1-line-height: 1.50000rem;
  --text-body1-weight: 400;
  --text-body1-letter-spacing: 0px;
  --text-body1-text-transform: none;
  --text-body2-family: var(--text-family-default);
  --text-body2-size: 0.87500rem;
  --text-body2-line-height: 1.31250rem;
  --text-body2-weight: 400;
  --text-body2-letter-spacing: 0px;
  --text-body2-text-transform: none;
  --text-callout1-family: var(--text-family-brand);
  --text-callout1-size: 0.87500rem;
  --text-callout1-line-height: 1.31250rem;
  --text-callout1-weight: 600;
  --text-callout1-letter-spacing: 0.5px;
  --text-callout1-text-transform: uppercase;
  --text-callout2-family: var(--text-family-brand);
  --text-callout2-size: 0.75000rem;
  --text-callout2-line-height: 1.00000rem;
  --text-callout2-weight: 600;
  --text-callout2-letter-spacing: 0.5px;
  --text-callout2-text-transform: uppercase;
  --text-body3-family: var(--text-family-default);
  --text-body3-size: 0.87500rem;
  --text-body3-line-height: 1.50000;
  --text-body3-weight: 400;
  --text-body3-letter-spacing: 0px;
  --text-body3-text-transform: none;
  --text-body4-family: var(--text-family-default);
  --text-body4-size: 0.87500rem;
  --text-body4-line-height: 1.50000;
  --text-body4-weight: 400;
  --text-body4-letter-spacing: 0px;
  --text-body4-text-transform: none;
  --text-button1-family: var(--text-family-brand);
  --text-button1-size: 1.00000rem;
  --text-button1-line-height: 1.50000;
  --text-button1-weight: 600;
  --text-button1-letter-spacing: -0.02px;
  --text-button1-text-transform: none;
  --text-button2-family: var(--text-family-brand);
  --text-button2-size: 0.87500rem;
  --text-button2-line-height: 1.71429;
  --text-button2-weight: 600;
  --text-button2-letter-spacing: -0.02px;
  --text-button2-text-transform: none;
  --text-caption-family: var(--text-family-default);
  --text-caption-size: 0.75000rem;
  --text-caption-line-height: 1.33333;
  --text-caption-weight: 400;
  --text-caption-letter-spacing: 0px;
  --text-caption-text-transform: none;
  --text-tag-family: var(--text-family-default);
  --text-tag-size: 0.62500rem;
  --text-tag-line-height: 1.20000;
  --text-tag-weight: 400;
  --text-tag-letter-spacing: 0px;
  --text-tag-text-transform: none;
  --text-family-brand: XSans, DMSans, Helvetica, sans-serif;
  --text-family-default: DMSans, Helvetica, sans-serif;
}.dark, [dark] {
  --palette-black: #000000;
  --palette-blue-05: #D9E1F2;
  --palette-blue-10: #8BAFF9;
  --palette-blue-20: #4784FF;
  --palette-blue-30: #3376FF;
  --palette-blue-40: #2970FF;
  --palette-blue-50: #1F69FF;
  --palette-blue-60: #0051D0;
  --palette-blue-70: #0040A3;
  --palette-blue-80: #003485;
  --palette-blue-90: #131E34;
  --palette-green-05: #D9F2EA;
  --palette-green-10: #78E3BF;
  --palette-green-20: #0AC284;
  --palette-green-30: #009965;
  --palette-green-40: #008F5E;
  --palette-green-50: #008558;
  --palette-green-60: #006851;
  --palette-green-70: #005240;
  --palette-green-80: #003328;
  --palette-green-90: #0E2A21;
  --palette-grey-05: #F6F6F9;
  --palette-grey-10: #ECECF2;
  --palette-grey-20: #CECEDA;
  --palette-grey-30: #B1B1BD;
  --palette-grey-40: #8B8B97;
  --palette-grey-50: #62626C;
  --palette-grey-60: #484851;
  --palette-grey-70: #35353B;
  --palette-grey-80: #232328;
  --palette-grey-90: #141417;
  --palette-orange-05: #F2E1D9;
  --palette-orange-10: #FFB68F;
  --palette-orange-20: #FF8D52;
  --palette-orange-30: #FF6F24;
  --palette-orange-40: #F95600;
  --palette-orange-50: #E64F00;
  --palette-orange-60: #B33D00;
  --palette-orange-70: #A33800;
  --palette-orange-80: #8F3100;
  --palette-orange-90: #392014;
  --palette-pink-05: #FFF2FE;
  --palette-pink-10: #FFE4FD;
  --palette-pink-20: #FFB4F9;
  --palette-pink-30: #FFA1F7;
  --palette-pink-40: #FF73F5;
  --palette-pink-50: #C029C1;
  --palette-pink-60: #B603AC;
  --palette-pink-70: #A3039B;
  --palette-pink-80: #73026D;
  --palette-pink-90: #660261;
  --palette-purple-05: #F1ECF8;
  --palette-purple-10: #DED3F1;
  --palette-purple-20: #BDA7E3;
  --palette-purple-30: #9C7BD5;
  --palette-purple-40: #916CD0;
  --palette-purple-50: #5A23B9;
  --palette-purple-60: #481C94;
  --palette-purple-70: #3D1881;
  --palette-purple-80: #291155;
  --palette-purple-90: #270E48;
  --palette-red-05: #F2D9E1;
  --palette-red-10: #FF99BA;
  --palette-red-20: #FF6194;
  --palette-red-30: #FF3878;
  --palette-red-40: #F0004D;
  --palette-red-50: #E6004A;
  --palette-red-60: #B7023C;
  --palette-red-70: #8F002F;
  --palette-red-80: #660021;
  --palette-red-90: #31111B;
  --palette-theme1-05: #F1ECF8;
  --palette-theme1-10: #DED3F1;
  --palette-theme1-20: #BDA7E3;
  --palette-theme1-30: #9C7BD5;
  --palette-theme1-40: #916CD0;
  --palette-theme1-50: #5A23B9;
  --palette-theme1-60: #481C94;
  --palette-theme1-70: #3D1881;
  --palette-theme1-80: #291155;
  --palette-theme1-90: #270E48;
  --palette-theme2-05: #F1ECF8;
  --palette-theme2-10: #DED3F1;
  --palette-theme2-20: #BDA7E3;
  --palette-theme2-30: #9C7BD5;
  --palette-theme2-40: #916CD0;
  --palette-theme2-50: #5A23B9;
  --palette-theme2-60: #481C94;
  --palette-theme2-70: #3D1881;
  --palette-theme2-80: #291155;
  --palette-theme2-90: #270E48;
  --palette-white: #FFFFFF;
  --palette-yellow-05: #F2EAD9;
  --palette-yellow-10: #FFD88A;
  --palette-yellow-20: #FFC95C;
  --palette-yellow-30: #FFB829;
  --palette-yellow-40: #FFAA00;
  --palette-yellow-50: #B87700;
  --palette-yellow-60: #8F5D00;
  --palette-yellow-70: #7A5000;
  --palette-yellow-80: #664200;
  --palette-yellow-90: #352913;
  --shadow-palette-black: rgba(0,0,0,0.51);
  --shadow-palette-blue-05: rgba(0,0,0,0.51);
  --shadow-palette-blue-10: rgba(0,0,0,0.51);
  --shadow-palette-blue-20: rgba(0,0,0,0.51);
  --shadow-palette-blue-30: rgba(0,0,0,0.51);
  --shadow-palette-blue-40: rgba(0,0,0,0.51);
  --shadow-palette-blue-50: rgba(0,0,0,0.51);
  --shadow-palette-blue-60: rgba(0,0,0,0.51);
  --shadow-palette-blue-70: rgba(0,0,0,0.51);
  --shadow-palette-blue-80: rgba(0,0,0,0.51);
  --shadow-palette-blue-90: rgba(0,0,0,0.51);
  --shadow-palette-green-05: rgba(0,0,0,0.51);
  --shadow-palette-green-10: rgba(0,0,0,0.51);
  --shadow-palette-green-20: rgba(0,0,0,0.51);
  --shadow-palette-green-30: rgba(0,0,0,0.51);
  --shadow-palette-green-40: rgba(0,0,0,0.51);
  --shadow-palette-green-50: rgba(0,0,0,0.51);
  --shadow-palette-green-60: rgba(0,0,0,0.51);
  --shadow-palette-green-70: rgba(0,0,0,0.51);
  --shadow-palette-green-80: rgba(0,0,0,0.51);
  --shadow-palette-green-90: rgba(0,0,0,0.51);
  --shadow-palette-grey-05: rgba(0,0,0,0.51);
  --shadow-palette-grey-10: rgba(0,0,0,0.51);
  --shadow-palette-grey-20: rgba(0,0,0,0.51);
  --shadow-palette-grey-30: rgba(0,0,0,0.51);
  --shadow-palette-grey-40: rgba(0,0,0,0.51);
  --shadow-palette-grey-50: rgba(0,0,0,0.51);
  --shadow-palette-grey-60: rgba(0,0,0,0.51);
  --shadow-palette-grey-70: rgba(0,0,0,0.51);
  --shadow-palette-grey-80: rgba(0,0,0,0.51);
  --shadow-palette-grey-90: rgba(0,0,0,0.51);
  --shadow-palette-orange-05: rgba(0,0,0,0.51);
  --shadow-palette-orange-10: rgba(0,0,0,0.51);
  --shadow-palette-orange-20: rgba(0,0,0,0.51);
  --shadow-palette-orange-30: rgba(0,0,0,0.51);
  --shadow-palette-orange-40: rgba(0,0,0,0.51);
  --shadow-palette-orange-50: rgba(0,0,0,0.51);
  --shadow-palette-orange-60: rgba(0,0,0,0.51);
  --shadow-palette-orange-70: rgba(0,0,0,0.51);
  --shadow-palette-orange-80: rgba(0,0,0,0.51);
  --shadow-palette-orange-90: rgba(0,0,0,0.51);
  --shadow-palette-pink-05: rgba(0,0,0,0.51);
  --shadow-palette-pink-10: rgba(0,0,0,0.51);
  --shadow-palette-pink-20: rgba(0,0,0,0.51);
  --shadow-palette-pink-30: rgba(0,0,0,0.51);
  --shadow-palette-pink-40: rgba(0,0,0,0.51);
  --shadow-palette-pink-50: rgba(0,0,0,0.51);
  --shadow-palette-pink-60: rgba(0,0,0,0.51);
  --shadow-palette-pink-70: rgba(0,0,0,0.51);
  --shadow-palette-pink-80: rgba(0,0,0,0.51);
  --shadow-palette-pink-90: rgba(0,0,0,0.51);
  --shadow-palette-purple-05: rgba(0,0,0,0.51);
  --shadow-palette-purple-10: rgba(0,0,0,0.51);
  --shadow-palette-purple-20: rgba(0,0,0,0.51);
  --shadow-palette-purple-30: rgba(0,0,0,0.51);
  --shadow-palette-purple-40: rgba(0,0,0,0.51);
  --shadow-palette-purple-50: rgba(0,0,0,0.51);
  --shadow-palette-purple-60: rgba(0,0,0,0.51);
  --shadow-palette-purple-70: rgba(0,0,0,0.51);
  --shadow-palette-purple-80: rgba(0,0,0,0.51);
  --shadow-palette-purple-90: rgba(0,0,0,0.51);
  --shadow-palette-red-05: rgba(0,0,0,0.51);
  --shadow-palette-red-10: rgba(0,0,0,0.51);
  --shadow-palette-red-20: rgba(0,0,0,0.51);
  --shadow-palette-red-30: rgba(0,0,0,0.51);
  --shadow-palette-red-40: rgba(0,0,0,0.51);
  --shadow-palette-red-50: rgba(0,0,0,0.51);
  --shadow-palette-red-60: rgba(0,0,0,0.51);
  --shadow-palette-red-70: rgba(0,0,0,0.51);
  --shadow-palette-red-80: rgba(0,0,0,0.51);
  --shadow-palette-red-90: rgba(0,0,0,0.51);
  --shadow-palette-theme1-05: rgba(0,0,0,0.51);
  --shadow-palette-theme1-10: rgba(0,0,0,0.51);
  --shadow-palette-theme1-20: rgba(0,0,0,0.51);
  --shadow-palette-theme1-30: rgba(0,0,0,0.51);
  --shadow-palette-theme1-40: rgba(0,0,0,0.51);
  --shadow-palette-theme1-50: rgba(0,0,0,0.51);
  --shadow-palette-theme1-60: rgba(0,0,0,0.51);
  --shadow-palette-theme1-70: rgba(0,0,0,0.51);
  --shadow-palette-theme1-80: rgba(0,0,0,0.51);
  --shadow-palette-theme1-90: rgba(0,0,0,0.51);
  --shadow-palette-theme2-05: rgba(0,0,0,0.51);
  --shadow-palette-theme2-10: rgba(0,0,0,0.51);
  --shadow-palette-theme2-20: rgba(0,0,0,0.51);
  --shadow-palette-theme2-30: rgba(0,0,0,0.51);
  --shadow-palette-theme2-40: rgba(0,0,0,0.51);
  --shadow-palette-theme2-50: rgba(0,0,0,0.51);
  --shadow-palette-theme2-60: rgba(0,0,0,0.51);
  --shadow-palette-theme2-70: rgba(0,0,0,0.51);
  --shadow-palette-theme2-80: rgba(0,0,0,0.51);
  --shadow-palette-theme2-90: rgba(0,0,0,0.51);
  --shadow-palette-white: rgba(0,0,0,0.51);
  --shadow-palette-yellow-05: rgba(0,0,0,0.51);
  --shadow-palette-yellow-10: rgba(0,0,0,0.51);
  --shadow-palette-yellow-20: rgba(0,0,0,0.51);
  --shadow-palette-yellow-30: rgba(0,0,0,0.51);
  --shadow-palette-yellow-40: rgba(0,0,0,0.51);
  --shadow-palette-yellow-50: rgba(0,0,0,0.51);
  --shadow-palette-yellow-60: rgba(0,0,0,0.51);
  --shadow-palette-yellow-70: rgba(0,0,0,0.51);
  --shadow-palette-yellow-80: rgba(0,0,0,0.51);
  --shadow-palette-yellow-90: rgba(0,0,0,0.51);
  --background-color-fill-caution-base: 255 111 36;
  --background-color-fill-caution-down: 255 182 143;
  --background-color-fill-caution-focus: 255 141 82;
  --background-color-fill-caution-hover: 255 141 82;
  --background-color-fill-info-base: 51 118 255;
  --background-color-fill-info-down: 139 175 249;
  --background-color-fill-info-focus: 71 136 255;
  --background-color-fill-info-hover: 71 136 255;
  --background-color-fill-inverse-base: 20 20 23;
  --background-color-fill-inverse-down: 72 72 81;
  --background-color-fill-inverse-focus: 53 53 59;
  --background-color-fill-inverse-hover: 53 53 59;
  --background-color-fill-negative-base: 255 56 120;
  --background-color-fill-negative-down: 255 153 186;
  --background-color-fill-negative-focus: 255 97 148;
  --background-color-fill-negative-hover: 255 97 148;
  --background-color-fill-neutral-base: 246 246 249;
  --background-color-fill-neutral-down: 255 255 255;
  --background-color-fill-neutral-focus: 206 206 218;
  --background-color-fill-neutral-hover: 206 206 218;
  --background-color-fill-neutral2-base: 139 139 151;
  --background-color-fill-neutral2-down: 206 206 218;
  --background-color-fill-neutral2-focus: 177 177 189;
  --background-color-fill-neutral2-hover: 177 177 189;
  --background-color-fill-positive-base: 0 153 101;
  --background-color-fill-positive-down: 120 227 191;
  --background-color-fill-positive-focus: 10 194 132;
  --background-color-fill-positive-hover: 10 194 132;
  --background-color-fill-theme1-base: 189 167 227;
  --background-color-fill-theme1-down: 241 236 248;
  --background-color-fill-theme1-focus: 222 211 241;
  --background-color-fill-theme1-hover: 222 211 241;
  --background-color-fill-theme2-base: 189 167 227;
  --background-color-fill-theme2-down: 241 236 248;
  --background-color-fill-theme2-focus: 222 211 241;
  --background-color-fill-theme2-hover: 222 211 241;
  --background-color-material-1: 20 20 23;
  --background-color-material-2: 35 35 40;
  --background-color-material-1-inverse: 255 255 255;
  --background-color-material-2-inverse: 246 246 249;
  --background-color-material-caution: 57 32 20;
  --background-color-material-caution-inverse: 242 225 217;
  --background-color-material-info: 19 30 52;
  --background-color-material-info-inverse: 217 225 242;
  --background-color-material-negative: 49 17 27;
  --background-color-material-negative-inverse: 242 217 225;
  --background-color-material-positive: 14 42 33;
  --background-color-material-positive-inverse: 217 242 234;
  --background-color-material-theme1: 39 14 72;
  --background-color-material-theme1-inverse: 241 236 248;
  --background-color-transparent: transparent;
  --background-color-material-neutral-base: 20 20 23;
  --background-color-material-neutral-down: 48 48 51;
  --background-color-material-neutral-focus: 29 29 32;
  --background-color-material-neutral-hover: 29 29 32;
  --background-color-material-neutral2-base: 35 35 40;
  --background-color-material-neutral2-down: 61 61 66;
  --background-color-material-neutral2-focus: 44 44 49;
  --background-color-material-neutral2-hover: 44 44 49;
  --background-color-material-positive-base: 14 42 33;
  --background-color-material-positive-down: 43 68 60;
  --background-color-material-positive-focus: 24 51 42;
  --background-color-material-positive-hover: 24 51 42;
  --background-color-material-caution-base: 57 32 20;
  --background-color-material-caution-down: 81 59 48;
  --background-color-material-caution-focus: 65 41 29;
  --background-color-material-caution-hover: 65 41 29;
  --background-color-material-negative-base: 49 17 27;
  --background-color-material-negative-down: 74 46 54;
  --background-color-material-negative-focus: 57 27 36;
  --background-color-material-negative-hover: 57 27 36;
  --background-color-material-info-base: 19 30 52;
  --background-color-material-info-down: 47 57 76;
  --background-color-material-info-focus: 28 39 60;
  --background-color-material-info-hover: 28 39 60;
  --background-color-material-neutral-inverse-base: 255 255 255;
  --background-color-material-neutral-inverse-down: 224 224 224;
  --background-color-material-neutral-inverse-focus: 245 245 245;
  --background-color-material-neutral-inverse-hover: 245 245 245;
  --background-color-material-neutral2-inverse-base: 246 246 249;
  --background-color-material-neutral2-inverse-down: 216 216 219;
  --background-color-material-neutral2-inverse-focus: 236 236 239;
  --background-color-material-neutral2-inverse-hover: 236 236 239;
  --background-color-material-positive-inverse-base: 217 242 234;
  --background-color-material-positive-inverse-down: 191 213 206;
  --background-color-material-positive-inverse-focus: 208 232 225;
  --background-color-material-positive-inverse-hover: 208 232 225;
  --background-color-material-caution-inverse-base: 242 225 217;
  --background-color-material-caution-inverse-down: 213 198 191;
  --background-color-material-caution-inverse-focus: 232 216 208;
  --background-color-material-caution-inverse-hover: 232 216 208;
  --background-color-material-negative-inverse-base: 242 217 225;
  --background-color-material-negative-inverse-down: 213 191 198;
  --background-color-material-negative-inverse-focus: 232 208 216;
  --background-color-material-negative-inverse-hover: 232 208 216;
  --background-color-material-info-inverse-base: 217 225 242;
  --background-color-material-info-inverse-down: 191 198 213;
  --background-color-material-info-inverse-focus: 208 216 232;
  --background-color-material-info-inverse-hover: 208 216 232;
  --background-color-material-theme1-base: 39 14 72;
  --background-color-material-theme1-down: 65 43 94;
  --background-color-material-theme1-focus: 48 24 79;
  --background-color-material-theme1-hover: 48 24 79;
  --background-color-material-theme1-inverse-base: 241 236 248;
  --background-color-material-theme1-inverse-down: 212 208 218;
  --background-color-material-theme1-inverse-focus: 231 227 238;
  --background-color-material-theme1-inverse-hover: 231 227 238;
  --background-color-material-theme2-base: 39 14 72;
  --background-color-material-theme2-down: 65 43 94;
  --background-color-material-theme2-focus: 48 24 79;
  --background-color-material-theme2-hover: 48 24 79;
  --background-color-material-theme2-inverse-base: 241 236 248;
  --background-color-material-theme2-inverse-down: 212 208 218;
  --background-color-material-theme2-inverse-focus: 231 227 238;
  --background-color-material-theme2-inverse-hover: 231 227 238;
  --background-image-gradient-expressive: linear-gradient(90deg, #BDA7E3, #7C01BD);
  --border-color-stroke-caution-base: 255 111 36;
  --border-color-stroke-caution-down: 255 182 143;
  --border-color-stroke-caution-focus: 255 141 82;
  --border-color-stroke-caution-hover: 255 141 82;
  --border-color-stroke-info-base: 51 118 255;
  --border-color-stroke-info-down: 139 175 249;
  --border-color-stroke-info-focus: 71 136 255;
  --border-color-stroke-info-hover: 71 136 255;
  --border-color-stroke-inverse-base: 20 20 23;
  --border-color-stroke-inverse-down: 72 72 81;
  --border-color-stroke-inverse-focus: 53 53 59;
  --border-color-stroke-inverse-hover: 53 53 59;
  --border-color-stroke-negative-base: 255 56 120;
  --border-color-stroke-negative-down: 255 153 186;
  --border-color-stroke-negative-focus: 255 97 148;
  --border-color-stroke-negative-hover: 255 97 148;
  --border-color-stroke-neutral-base: 246 246 249;
  --border-color-stroke-neutral-down: 255 255 255;
  --border-color-stroke-neutral-focus: 206 206 218;
  --border-color-stroke-neutral-hover: 206 206 218;
  --border-color-stroke-neutral2-base: 139 139 151;
  --border-color-stroke-neutral2-down: 206 206 218;
  --border-color-stroke-neutral2-focus: 177 177 189;
  --border-color-stroke-neutral2-hover: 177 177 189;
  --border-color-stroke-positive-base: 0 153 101;
  --border-color-stroke-positive-down: 120 227 191;
  --border-color-stroke-positive-focus: 10 194 132;
  --border-color-stroke-positive-hover: 10 194 132;
  --border-color-stroke-theme1-base: 189 167 227;
  --border-color-stroke-theme1-down: 241 236 248;
  --border-color-stroke-theme1-focus: 222 211 241;
  --border-color-stroke-theme1-hover: 222 211 241;
  --border-color-stroke-theme2-base: 189 167 227;
  --border-color-stroke-theme2-down: 241 236 248;
  --border-color-stroke-theme2-focus: 222 211 241;
  --border-color-stroke-theme2-hover: 222 211 241;
  --border-color-transparent: transparent;
  --text-color-caution-base: 255 141 82;
  --text-color-caution-down: 242 225 217;
  --text-color-caution-focus: 255 182 143;
  --text-color-caution-hover: 255 182 143;
  --text-color-info-base: 71 136 255;
  --text-color-info-down: 217 225 242;
  --text-color-info-focus: 139 175 249;
  --text-color-info-hover: 139 175 249;
  --text-color-inverse-base: 20 20 23;
  --text-color-inverse-down: 72 72 81;
  --text-color-inverse-focus: 53 53 59;
  --text-color-inverse-hover: 53 53 59;
  --text-color-negative-base: 255 97 148;
  --text-color-negative-down: 242 217 225;
  --text-color-negative-focus: 255 153 186;
  --text-color-negative-hover: 255 153 186;
  --text-color-neutral-base: 246 246 249;
  --text-color-neutral-down: 206 206 218;
  --text-color-neutral-focus: 255 255 255;
  --text-color-neutral-hover: 255 255 255;
  --text-color-neutral2-base: 139 139 151;
  --text-color-neutral2-down: 206 206 218;
  --text-color-neutral2-focus: 177 177 189;
  --text-color-neutral2-hover: 177 177 189;
  --text-color-positive-base: 10 194 132;
  --text-color-positive-down: 217 242 234;
  --text-color-positive-focus: 120 227 191;
  --text-color-positive-hover: 120 227 191;
  --text-color-theme1-base: 189 167 227;
  --text-color-theme1-down: 241 236 248;
  --text-color-theme1-focus: 222 211 241;
  --text-color-theme1-hover: 222 211 241;
  --text-color-theme2-base: 189 167 227;
  --text-color-theme2-down: 241 236 248;
  --text-color-theme2-focus: 222 211 241;
  --text-color-theme2-hover: 222 211 241;
  --outline-color-transparent: transparent;
  --outline-color-caution-base: #FF6F24;
  --outline-color-caution-down: #FFB68F;
  --outline-color-caution-focus: #FF8D52;
  --outline-color-caution-hover: #FF8D52;
  --outline-color-info-base: #3376FF;
  --outline-color-info-down: #8BAFF9;
  --outline-color-info-focus: #4788FF;
  --outline-color-info-hover: #4788FF;
  --outline-color-inverse-base: #141417;
  --outline-color-inverse-down: #484851;
  --outline-color-inverse-focus: #35353B;
  --outline-color-inverse-hover: #35353B;
  --outline-color-negative-base: #FF3878;
  --outline-color-negative-down: #FF99BA;
  --outline-color-negative-focus: #FF6194;
  --outline-color-negative-hover: #FF6194;
  --outline-color-neutral-base: #F6F6F9;
  --outline-color-neutral-down: #FFFFFF;
  --outline-color-neutral-focus: #CECEDA;
  --outline-color-neutral-hover: #CECEDA;
  --outline-color-neutral2-base: #8B8B97;
  --outline-color-neutral2-down: #CECEDA;
  --outline-color-neutral2-focus: #B1B1BD;
  --outline-color-neutral2-hover: #B1B1BD;
  --outline-color-positive-base: #009965;
  --outline-color-positive-down: #78E3BF;
  --outline-color-positive-focus: #0AC284;
  --outline-color-positive-hover: #0AC284;
  --outline-color-theme1-base: #BDA7E3;
  --outline-color-theme1-down: #F1ECF8;
  --outline-color-theme1-focus: #DED3F1;
  --outline-color-theme1-hover: #DED3F1;
  --outline-color-theme2-base: #BDA7E3;
  --outline-color-theme2-down: #F1ECF8;
  --outline-color-theme2-focus: #DED3F1;
  --outline-color-theme2-hover: #DED3F1;
  --ring-color-stroke-caution-base: 255 111 36;
  --ring-color-stroke-caution-down: 255 182 143;
  --ring-color-stroke-caution-focus: 255 141 82;
  --ring-color-stroke-caution-hover: 255 141 82;
  --ring-color-stroke-info-base: 51 118 255;
  --ring-color-stroke-info-down: 139 175 249;
  --ring-color-stroke-info-focus: 71 136 255;
  --ring-color-stroke-info-hover: 71 136 255;
  --ring-color-stroke-inverse-base: 20 20 23;
  --ring-color-stroke-inverse-down: 72 72 81;
  --ring-color-stroke-inverse-focus: 53 53 59;
  --ring-color-stroke-inverse-hover: 53 53 59;
  --ring-color-stroke-negative-base: 255 56 120;
  --ring-color-stroke-negative-down: 255 153 186;
  --ring-color-stroke-negative-focus: 255 97 148;
  --ring-color-stroke-negative-hover: 255 97 148;
  --ring-color-stroke-neutral-base: 246 246 249;
  --ring-color-stroke-neutral-down: 255 255 255;
  --ring-color-stroke-neutral-focus: 206 206 218;
  --ring-color-stroke-neutral-hover: 206 206 218;
  --ring-color-stroke-neutral2-base: 139 139 151;
  --ring-color-stroke-neutral2-down: 206 206 218;
  --ring-color-stroke-neutral2-focus: 177 177 189;
  --ring-color-stroke-neutral2-hover: 177 177 189;
  --ring-color-stroke-positive-base: 0 153 101;
  --ring-color-stroke-positive-down: 120 227 191;
  --ring-color-stroke-positive-focus: 10 194 132;
  --ring-color-stroke-positive-hover: 10 194 132;
  --ring-color-stroke-theme1-base: 189 167 227;
  --ring-color-stroke-theme1-down: 241 236 248;
  --ring-color-stroke-theme1-focus: 222 211 241;
  --ring-color-stroke-theme1-hover: 222 211 241;
  --ring-color-stroke-theme2-base: 189 167 227;
  --ring-color-stroke-theme2-down: 241 236 248;
  --ring-color-stroke-theme2-focus: 222 211 241;
  --ring-color-stroke-theme2-hover: 222 211 241;
  --ring-offset-color-material-1: 20 20 23;
  --ring-offset-color-material-2: 35 35 40;
  --ring-offset-color-material-1-inverse: 255 255 255;
  --ring-offset-color-material-2-inverse: 246 246 249;
  --ring-offset-color-material-caution: 57 32 20;
  --ring-offset-color-material-caution-inverse: 242 225 217;
  --ring-offset-color-material-info: 19 30 52;
  --ring-offset-color-material-info-inverse: 217 225 242;
  --ring-offset-color-material-negative: 49 17 27;
  --ring-offset-color-material-negative-inverse: 242 217 225;
  --ring-offset-color-material-positive: 14 42 33;
  --ring-offset-color-material-positive-inverse: 217 242 234;
  --ring-offset-color-material-theme1: 39 14 72;
  --ring-offset-color-material-theme1-inverse: 241 236 248;
  --ring-offset-color-material-neutral-base: 20 20 23;
  --ring-offset-color-material-neutral-down: 48 48 51;
  --ring-offset-color-material-neutral-focus: 29 29 32;
  --ring-offset-color-material-neutral-hover: 29 29 32;
  --ring-offset-color-material-neutral2-base: 35 35 40;
  --ring-offset-color-material-neutral2-down: 61 61 66;
  --ring-offset-color-material-neutral2-focus: 44 44 49;
  --ring-offset-color-material-neutral2-hover: 44 44 49;
  --ring-offset-color-material-positive-base: 14 42 33;
  --ring-offset-color-material-positive-down: 43 68 60;
  --ring-offset-color-material-positive-focus: 24 51 42;
  --ring-offset-color-material-positive-hover: 24 51 42;
  --ring-offset-color-material-caution-base: 57 32 20;
  --ring-offset-color-material-caution-down: 81 59 48;
  --ring-offset-color-material-caution-focus: 65 41 29;
  --ring-offset-color-material-caution-hover: 65 41 29;
  --ring-offset-color-material-negative-base: 49 17 27;
  --ring-offset-color-material-negative-down: 74 46 54;
  --ring-offset-color-material-negative-focus: 57 27 36;
  --ring-offset-color-material-negative-hover: 57 27 36;
  --ring-offset-color-material-info-base: 19 30 52;
  --ring-offset-color-material-info-down: 47 57 76;
  --ring-offset-color-material-info-focus: 28 39 60;
  --ring-offset-color-material-info-hover: 28 39 60;
  --ring-offset-color-material-neutral-inverse-base: 255 255 255;
  --ring-offset-color-material-neutral-inverse-down: 224 224 224;
  --ring-offset-color-material-neutral-inverse-focus: 245 245 245;
  --ring-offset-color-material-neutral-inverse-hover: 245 245 245;
  --ring-offset-color-material-neutral2-inverse-base: 246 246 249;
  --ring-offset-color-material-neutral2-inverse-down: 216 216 219;
  --ring-offset-color-material-neutral2-inverse-focus: 236 236 239;
  --ring-offset-color-material-neutral2-inverse-hover: 236 236 239;
  --ring-offset-color-material-positive-inverse-base: 217 242 234;
  --ring-offset-color-material-positive-inverse-down: 191 213 206;
  --ring-offset-color-material-positive-inverse-focus: 208 232 225;
  --ring-offset-color-material-positive-inverse-hover: 208 232 225;
  --ring-offset-color-material-caution-inverse-base: 242 225 217;
  --ring-offset-color-material-caution-inverse-down: 213 198 191;
  --ring-offset-color-material-caution-inverse-focus: 232 216 208;
  --ring-offset-color-material-caution-inverse-hover: 232 216 208;
  --ring-offset-color-material-negative-inverse-base: 242 217 225;
  --ring-offset-color-material-negative-inverse-down: 213 191 198;
  --ring-offset-color-material-negative-inverse-focus: 232 208 216;
  --ring-offset-color-material-negative-inverse-hover: 232 208 216;
  --ring-offset-color-material-info-inverse-base: 217 225 242;
  --ring-offset-color-material-info-inverse-down: 191 198 213;
  --ring-offset-color-material-info-inverse-focus: 208 216 232;
  --ring-offset-color-material-info-inverse-hover: 208 216 232;
  --ring-offset-color-material-theme1-base: 39 14 72;
  --ring-offset-color-material-theme1-down: 65 43 94;
  --ring-offset-color-material-theme1-focus: 48 24 79;
  --ring-offset-color-material-theme1-hover: 48 24 79;
  --ring-offset-color-material-theme1-inverse-base: 241 236 248;
  --ring-offset-color-material-theme1-inverse-down: 212 208 218;
  --ring-offset-color-material-theme1-inverse-focus: 231 227 238;
  --ring-offset-color-material-theme1-inverse-hover: 231 227 238;
  --ring-offset-color-material-theme2-base: 39 14 72;
  --ring-offset-color-material-theme2-down: 65 43 94;
  --ring-offset-color-material-theme2-focus: 48 24 79;
  --ring-offset-color-material-theme2-hover: 48 24 79;
  --ring-offset-color-material-theme2-inverse-base: 241 236 248;
  --ring-offset-color-material-theme2-inverse-down: 212 208 218;
  --ring-offset-color-material-theme2-inverse-focus: 231 227 238;
  --ring-offset-color-material-theme2-inverse-hover: 231 227 238;
  --opacity-inactive: 0.3;
  --opacity-none: 0;
  --opacity-primary: 1;
  --opacity-secondary: 0.6;
  --opacity-tertiary: 0.15;
  --border-opacity-inactive: 0.3;
  --border-opacity-none: 0;
  --border-opacity-primary: 1;
  --border-opacity-secondary: 0.6;
  --border-opacity-tertiary: 0.15;
  --background-opacity-inactive: 0.3;
  --background-opacity-none: 0;
  --background-opacity-primary: 1;
  --background-opacity-secondary: 0.6;
  --background-opacity-tertiary: 0.15;
  --text-opacity-inactive: 0.3;
  --text-opacity-none: 0;
  --text-opacity-primary: 1;
  --text-opacity-secondary: 0.6;
  --text-opacity-tertiary: 0.15;
  --border-radius-none: 0px;
  --border-radius-xsmall: 2px;
  --border-radius-small: 4px;
  --border-radius-medium: 8px;
  --border-radius-large: 16px;
  --border-radius-xlarge: 32px;
  --text-display0-family: var(--text-family-brand);
  --text-display0-size: clamp(2.25rem, calc(2.07143rem + 0.89286vw), 2.5rem);
  --text-display0-line-height: clamp(2.5rem, calc(2.32143rem + 0.89286vw), 2.75rem);
  --text-display0-weight: 700;
  --text-display0-letter-spacing: -0.04px;
  --text-display0-text-transform: none;
  --text-display1-family: var(--text-family-brand);
  --text-display1-size: clamp(2rem, calc(1.82143rem + 0.89286vw), 2.25rem);
  --text-display1-line-height: clamp(2.375rem, calc(2.19643rem + 0.89286vw), 2.625rem);
  --text-display1-weight: 700;
  --text-display1-letter-spacing: -0.04px;
  --text-display1-text-transform: none;
  --text-display2-family: var(--text-family-brand);
  --text-display2-size: clamp(1.75rem, calc(1.57143rem + 0.89286vw), 2rem);
  --text-display2-line-height: clamp(2.125rem, calc(1.85714rem + 1.33929vw), 2.5rem);
  --text-display2-weight: 700;
  --text-display2-letter-spacing: -0.04px;
  --text-display2-text-transform: none;
  --text-headline1-family: var(--text-family-brand);
  --text-headline1-size: 1.50000rem;
  --text-headline1-line-height: 1.87500rem;
  --text-headline1-weight: 600;
  --text-headline1-letter-spacing: -0.02px;
  --text-headline1-text-transform: none;
  --text-headline2-family: var(--text-family-brand);
  --text-headline2-size: 1.25000rem;
  --text-headline2-line-height: clamp(1.5625rem, calc(1.51786rem + 0.22321vw), 1.625rem);
  --text-headline2-weight: 600;
  --text-headline2-letter-spacing: -0.02px;
  --text-headline2-text-transform: none;
  --text-headline3-family: var(--text-family-brand);
  --text-headline3-size: 1.00000rem;
  --text-headline3-line-height: clamp(1.3125rem, calc(1.26786rem + 0.22321vw), 1.375rem);
  --text-headline3-weight: 600;
  --text-headline3-letter-spacing: 0px;
  --text-headline3-text-transform: none;
  --text-body0-family: var(--text-family-default);
  --text-body0-size: 1.12500rem;
  --text-body0-line-height: clamp(1.5rem, calc(1.41071rem + 0.44643vw), 1.625rem);
  --text-body0-weight: 400;
  --text-body0-letter-spacing: 0px;
  --text-body0-text-transform: none;
  --text-body1-family: var(--text-family-default);
  --text-body1-size: 1.00000rem;
  --text-body1-line-height: 1.50000rem;
  --text-body1-weight: 400;
  --text-body1-letter-spacing: 0px;
  --text-body1-text-transform: none;
  --text-body2-family: var(--text-family-default);
  --text-body2-size: 0.87500rem;
  --text-body2-line-height: 1.31250rem;
  --text-body2-weight: 400;
  --text-body2-letter-spacing: 0px;
  --text-body2-text-transform: none;
  --text-callout1-family: var(--text-family-brand);
  --text-callout1-size: 0.87500rem;
  --text-callout1-line-height: 1.31250rem;
  --text-callout1-weight: 600;
  --text-callout1-letter-spacing: 0.5px;
  --text-callout1-text-transform: uppercase;
  --text-callout2-family: var(--text-family-brand);
  --text-callout2-size: 0.75000rem;
  --text-callout2-line-height: 1.00000rem;
  --text-callout2-weight: 600;
  --text-callout2-letter-spacing: 0.5px;
  --text-callout2-text-transform: uppercase;
  --text-body3-family: var(--text-family-default);
  --text-body3-size: 0.87500rem;
  --text-body3-line-height: 1.50000;
  --text-body3-weight: 400;
  --text-body3-letter-spacing: 0px;
  --text-body3-text-transform: none;
  --text-body4-family: var(--text-family-default);
  --text-body4-size: 0.87500rem;
  --text-body4-line-height: 1.50000;
  --text-body4-weight: 400;
  --text-body4-letter-spacing: 0px;
  --text-body4-text-transform: none;
  --text-button1-family: var(--text-family-brand);
  --text-button1-size: 1.00000rem;
  --text-button1-line-height: 1.50000;
  --text-button1-weight: 600;
  --text-button1-letter-spacing: -0.02px;
  --text-button1-text-transform: none;
  --text-button2-family: var(--text-family-brand);
  --text-button2-size: 0.87500rem;
  --text-button2-line-height: 1.71429;
  --text-button2-weight: 600;
  --text-button2-letter-spacing: -0.02px;
  --text-button2-text-transform: none;
  --text-caption-family: var(--text-family-default);
  --text-caption-size: 0.75000rem;
  --text-caption-line-height: 1.33333;
  --text-caption-weight: 400;
  --text-caption-letter-spacing: 0px;
  --text-caption-text-transform: none;
  --text-tag-family: var(--text-family-default);
  --text-tag-size: 0.62500rem;
  --text-tag-line-height: 1.20000;
  --text-tag-weight: 400;
  --text-tag-letter-spacing: 0px;
  --text-tag-text-transform: none;
  --text-family-brand: XSans, DMSans, Helvetica, sans-serif;
  --text-family-default: DMSans, Helvetica, sans-serif;
}body {
  margin: 0px;
  padding: 0px;
  background-color: rgb(var(--background-color-material-neutral-base));
  color: rgb(var(--text-color-neutral-base));
}html {
  box-sizing: border-box;
}img {
  display: inline;
}button {
  touch-action: manipulation;
}mark {
  font-weight: bolder;
  background-color: transparent;
  color: rgb(var(--text-color-neutral-base));
}a {
  touch-action: manipulation;
  color: rgb(var(--text-color-theme1-base));
  font-size: inherit;
  text-decoration: underline;
}a:hover {
  color: rgb(var(--text-color-theme1-hover));
}a:focus {
  color: rgb(var(--text-color-theme1-focus));
  border-radius: var(--border-radius-xsmall, 2px);
  outline-width: 2px;
  outline-style: solid;
  outline-color: rgb(var(--border-color-stroke-theme1-base));
}a:active {
  color: rgb(var(--text-color-theme1-down));
}a:disabled {
  opacity: var(--opacity-inactive, 0.3);
}*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}.container {
  width: 100%;
}@media (min-width: 640px) {.container {
    max-width: 640px;
  }
}@media (min-width: 768px) {.container {
    max-width: 768px;
  }
}@media (min-width: 1024px) {.container {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {.container {
    max-width: 1280px;
  }
}@media (min-width: 1536px) {.container {
    max-width: 1536px;
  }
}.text-display2 {
  font-family: var(--text-display2-family);
  font-size: var(--text-display2-size);
  font-weight: var(--text-display2-weight);
  letter-spacing: var(--text-display2-letter-spacing);
  line-height: var(--text-display2-leading);
  text-transform: var(--text-display2-text-transform);
  --text-display2-leading: var(--text-display2-line-height);
}.text-headline1 {
  font-family: var(--text-headline1-family);
  font-size: var(--text-headline1-size);
  font-weight: var(--text-headline1-weight);
  letter-spacing: var(--text-headline1-letter-spacing);
  line-height: var(--text-headline1-leading);
  text-transform: var(--text-headline1-text-transform);
  --text-headline1-leading: var(--text-headline1-line-height);
}.text-headline2 {
  font-family: var(--text-headline2-family);
  font-size: var(--text-headline2-size);
  font-weight: var(--text-headline2-weight);
  letter-spacing: var(--text-headline2-letter-spacing);
  line-height: var(--text-headline2-leading);
  text-transform: var(--text-headline2-text-transform);
  --text-headline2-leading: var(--text-headline2-line-height);
}.text-headline3 {
  font-family: var(--text-headline3-family);
  font-size: var(--text-headline3-size);
  font-weight: var(--text-headline3-weight);
  letter-spacing: var(--text-headline3-letter-spacing);
  line-height: var(--text-headline3-leading);
  text-transform: var(--text-headline3-text-transform);
  --text-headline3-leading: var(--text-headline3-line-height);
}.text-body0 {
  font-family: var(--text-body0-family);
  font-size: var(--text-body0-size);
  font-weight: var(--text-body0-weight);
  letter-spacing: var(--text-body0-letter-spacing);
  line-height: var(--text-body0-leading);
  text-transform: var(--text-body0-text-transform);
  --text-body0-leading: var(--text-body0-line-height);
}.text-body1 {
  font-family: var(--text-body1-family);
  font-size: var(--text-body1-size);
  font-weight: var(--text-body1-weight);
  letter-spacing: var(--text-body1-letter-spacing);
  line-height: var(--text-body1-leading);
  text-transform: var(--text-body1-text-transform);
  --text-body1-leading: var(--text-body1-line-height);
}.text-body2 {
  font-family: var(--text-body2-family);
  font-size: var(--text-body2-size);
  font-weight: var(--text-body2-weight);
  letter-spacing: var(--text-body2-letter-spacing);
  line-height: var(--text-body2-leading);
  text-transform: var(--text-body2-text-transform);
  --text-body2-leading: var(--text-body2-line-height);
}.text-callout1 {
  font-family: var(--text-callout1-family);
  font-size: var(--text-callout1-size);
  font-weight: var(--text-callout1-weight);
  letter-spacing: var(--text-callout1-letter-spacing);
  line-height: var(--text-callout1-leading);
  text-transform: var(--text-callout1-text-transform);
  --text-callout1-leading: var(--text-callout1-line-height);
}.visible {
  visibility: visible;
}.collapse {
  visibility: collapse;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.-top-5 {
  top: -1.25rem;
}.bottom-0 {
  bottom: 0px;
}.right-0 {
  right: 0px;
}.right-28 {
  right: 7rem;
}.right-4 {
  right: 1rem;
}.right-\[1rem\] {
  right: 1rem;
}.top-0 {
  top: 0px;
}.z-10 {
  z-index: 10;
}.z-100 {
  z-index: 100;
}.m-auto {
  margin: auto;
}.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-8 {
  margin-bottom: 2rem;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-auto {
  margin-left: auto;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-4 {
  margin-right: 1rem;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-auto {
  margin-top: auto;
}.block {
  display: block;
}.flex {
  display: flex;
}.\!table {
  display: table !important;
}.table {
  display: table;
}.hidden {
  display: none;
}.\!h-\[auto\] {
  height: auto !important;
}.h-1 {
  height: 0.25rem;
}.h-1\/4 {
  height: 25%;
}.h-12 {
  height: 3rem;
}.h-48 {
  height: 12rem;
}.h-6 {
  height: 1.5rem;
}.h-full {
  height: 100%;
}.h-screen {
  height: 100vh;
}.max-h-\[400px\] {
  max-height: 400px;
}.w-1\/2 {
  width: 50%;
}.w-10\/12 {
  width: 83.333333%;
}.w-11\/12 {
  width: 91.666667%;
}.w-full {
  width: 100%;
}.max-w-2xl {
  max-width: 42rem;
}.max-w-3xl {
  max-width: 48rem;
}.max-w-4xl {
  max-width: 56rem;
}.max-w-screen-lg {
  max-width: 1024px;
}.max-w-screen-xl {
  max-width: 1280px;
}.flex-1 {
  flex: 1 1 0%;
}.cursor-pointer {
  cursor: pointer;
}.flex-row {
  flex-direction: row;
}.flex-row-reverse {
  flex-direction: row-reverse;
}.flex-col {
  flex-direction: column;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-items-center {
  justify-items: center;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-6 {
  gap: 1.5rem;
}.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.overflow-hidden {
  overflow: hidden;
}.overflow-y-auto {
  overflow-y: auto;
}.whitespace-normal {
  white-space: normal;
}.whitespace-pre-wrap {
  white-space: pre-wrap;
}.break-words {
  overflow-wrap: break-word;
}.break-all {
  word-break: break-all;
}.rounded-medium {
  border-radius: var(--border-radius-medium, 8px);
}.rounded-small {
  border-radius: var(--border-radius-small, 4px);
}.border {
  border-width: 1px;
}.border-b-2 {
  border-bottom-width: 2px;
}.border-stroke-neutral-base {
  --tw-border-opacity: 1;
  border-color: rgb(var(--border-color-stroke-neutral-base) / var(--tw-border-opacity));
}.border-b-stroke-inverse-down {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(var(--border-color-stroke-inverse-down) / var(--tw-border-opacity));
}.border-opacity-30 {
  --tw-border-opacity: 0.3;
}.bg-fill-negative-base {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--background-color-fill-negative-base) / var(--tw-bg-opacity));
}.bg-fill-neutral-base {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--background-color-fill-neutral-base) / var(--tw-bg-opacity));
}.bg-fill-positive-base {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--background-color-fill-positive-base) / var(--tw-bg-opacity));
}.bg-fill-theme1-base {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--background-color-fill-theme1-base) / var(--tw-bg-opacity));
}.bg-none {
  background-image: none;
}.p-1 {
  padding: 0.25rem;
}.p-2 {
  padding: 0.5rem;
}.p-20 {
  padding: 5rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.p-6 {
  padding: 1.5rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-14 {
  padding-bottom: 3.5rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pr-12 {
  padding-right: 3rem;
}.pr-4 {
  padding-right: 1rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-6 {
  padding-top: 1.5rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.font-brand {
  font-family: XSans, DMSans, Helvetica, sans-serif;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold {
  font-weight: 700;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.italic {
  font-style: italic;
}.text-caution-base {
  --tw-text-opacity: 1;
  color: rgb(var(--text-color-caution-base) / var(--tw-text-opacity));
}.text-inverse-base {
  --tw-text-opacity: 1;
  color: rgb(var(--text-color-inverse-base) / var(--tw-text-opacity));
}.text-negative-base {
  --tw-text-opacity: 1;
  color: rgb(var(--text-color-negative-base) / var(--tw-text-opacity));
}.text-neutral-base {
  --tw-text-opacity: 1;
  color: rgb(var(--text-color-neutral-base) / var(--tw-text-opacity));
}.text-neutral-down {
  --tw-text-opacity: 1;
  color: rgb(var(--text-color-neutral-down) / var(--tw-text-opacity));
}.text-positive-base {
  --tw-text-opacity: 1;
  color: rgb(var(--text-color-positive-base) / var(--tw-text-opacity));
}.text-theme1-base {
  --tw-text-opacity: 1;
  color: rgb(var(--text-color-theme1-base) / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-opacity-secondary {
  --tw-text-opacity: var(--text-opacity-secondary, 0.6);
}.underline {
  text-decoration-line: underline;
}.no-underline {
  text-decoration-line: none;
}.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline {
  outline-style: solid;
}.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-stroke-inverse-down {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--ring-color-stroke-inverse-down) / var(--tw-ring-opacity));
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.bg-fill-negative-base {
  --shadow-color: var(--fill-negative-base-shadow);
}.bg-fill-neutral-base {
  --shadow-color: var(--fill-neutral-base-shadow);
}.bg-fill-positive-base {
  --shadow-color: var(--fill-positive-base-shadow);
}.bg-fill-theme1-base {
  --shadow-color: var(--fill-theme1-base-shadow);
}:root,.light,[light] {
  --fill-caution-base-shadow: rgba(95,29,0,0.51);
  --fill-caution-down-shadow: rgba(74,22,0,0.51);
  --fill-caution-focus-shadow: rgba(85,26,0,0.51);
  --fill-caution-hover-shadow: rgba(85,26,0,0.51);
  --fill-info-base-shadow: rgba(0,39,112,0.51);
  --fill-info-down-shadow: rgba(0,24,68,0.51);
  --fill-info-focus-shadow: rgba(0,30,85,0.51);
  --fill-info-hover-shadow: rgba(0,30,85,0.51);
  --fill-inverse-base-shadow: rgba(135,135,136,0.51);
  --fill-inverse-down-shadow: rgba(111,111,118,0.51);
  --fill-inverse-focus-shadow: rgba(140,140,140,0.51);
  --fill-inverse-hover-shadow: rgba(140,140,140,0.51);
  --fill-negative-base-shadow: rgba(97,1,28,0.51);
  --fill-negative-down-shadow: rgba(51,0,14,0.51);
  --fill-negative-focus-shadow: rgba(74,0,21,0.51);
  --fill-negative-hover-shadow: rgba(74,0,21,0.51);
  --fill-neutral-base-shadow: rgba(8,8,10,0.51);
  --fill-neutral-down-shadow: rgba(34,34,39,0.51);
  --fill-neutral-focus-shadow: rgba(24,24,28,0.51);
  --fill-neutral-hover-shadow: rgba(24,24,28,0.51);
  --fill-positive-base-shadow: rgba(0,52,39,0.51);
  --fill-positive-down-shadow: rgba(0,23,18,0.51);
  --fill-positive-focus-shadow: rgba(0,40,30,0.51);
  --fill-positive-hover-shadow: rgba(0,40,30,0.51);
  --fill-theme1-base-shadow: rgba(44,15,98,0.51);
  --fill-theme1-down-shadow: rgba(18,7,41,0.51);
  --fill-theme1-focus-shadow: rgba(29,10,66,0.51);
  --fill-theme1-hover-shadow: rgba(29,10,66,0.51);
  --fill-theme2-base-shadow: rgba(44,15,98,0.51);
  --fill-theme2-down-shadow: rgba(18,7,41,0.51);
  --fill-theme2-focus-shadow: rgba(29,10,66,0.51);
  --fill-theme2-hover-shadow: rgba(29,10,66,0.51);
  --material-1-shadow: rgba(140,140,140,0.51);
  --material-2-shadow: rgba(135,135,136,0.51);
  --material-1-inverse-shadow: rgba(8,8,10,0.51);
  --material-2-inverse-shadow: rgba(15,15,18,0.51);
  --material-caution-shadow: rgba(132,122,117,0.51);
  --material-caution-inverse-shadow: rgba(27,14,8,0.51);
  --material-info-shadow: rgba(117,122,132,0.51);
  --material-info-inverse-shadow: rgba(8,13,24,0.51);
  --material-negative-shadow: rgba(132,117,122,0.51);
  --material-negative-inverse-shadow: rgba(22,7,12,0.51);
  --material-positive-shadow: rgba(117,132,127,0.51);
  --material-positive-inverse-shadow: rgba(6,19,14,0.51);
  --material-theme1-shadow: rgba(132,129,136,0.51);
  --material-theme1-inverse-shadow: rgba(17,6,34,0.51);
  --material-neutral-base-shadow: rgba(140,140,140,0.51);
  --material-neutral-down-shadow: rgba(121,121,121,0.51);
  --material-neutral-focus-shadow: rgba(134,134,134,0.51);
  --material-neutral-hover-shadow: rgba(134,134,134,0.51);
  --material-neutral2-base-shadow: rgba(135,135,136,0.51);
  --material-neutral2-down-shadow: rgba(117,117,118,0.51);
  --material-neutral2-focus-shadow: rgba(129,129,130,0.51);
  --material-neutral2-hover-shadow: rgba(129,129,130,0.51);
  --material-caution-base-shadow: rgba(132,122,117,0.51);
  --material-caution-down-shadow: rgba(115,106,102,0.51);
  --material-caution-focus-shadow: rgba(126,117,112,0.51);
  --material-caution-hover-shadow: rgba(126,117,112,0.51);
  --material-info-base-shadow: rgba(117,122,132,0.51);
  --material-info-down-shadow: rgba(102,106,115,0.51);
  --material-info-focus-shadow: rgba(112,117,126,0.51);
  --material-info-hover-shadow: rgba(112,117,126,0.51);
  --material-negative-base-shadow: rgba(132,117,122,0.51);
  --material-negative-down-shadow: rgba(115,102,106,0.51);
  --material-negative-focus-shadow: rgba(126,112,117,0.51);
  --material-negative-hover-shadow: rgba(126,112,117,0.51);
  --material-positive-base-shadow: rgba(117,132,127,0.51);
  --material-positive-down-shadow: rgba(102,115,111,0.51);
  --material-positive-focus-shadow: rgba(112,126,122,0.51);
  --material-positive-hover-shadow: rgba(112,126,122,0.51);
  --material-neutral-inverse-base-shadow: rgba(8,8,10,0.51);
  --material-neutral-inverse-down-shadow: rgba(22,22,23,0.51);
  --material-neutral-inverse-focus-shadow: rgba(13,13,14,0.51);
  --material-neutral-inverse-hover-shadow: rgba(13,13,14,0.51);
  --material-neutral2-inverse-base-shadow: rgba(15,15,18,0.51);
  --material-neutral2-inverse-down-shadow: rgba(29,29,31,0.51);
  --material-neutral2-inverse-focus-shadow: rgba(20,20,22,0.51);
  --material-neutral2-inverse-hover-shadow: rgba(20,20,22,0.51);
  --material-caution-inverse-base-shadow: rgba(27,14,8,0.51);
  --material-caution-inverse-down-shadow: rgba(39,28,22,0.51);
  --material-caution-inverse-focus-shadow: rgba(31,18,13,0.51);
  --material-caution-inverse-hover-shadow: rgba(31,18,13,0.51);
  --material-info-inverse-base-shadow: rgba(8,13,24,0.51);
  --material-info-inverse-down-shadow: rgba(21,27,37,0.51);
  --material-info-inverse-focus-shadow: rgba(12,17,28,0.51);
  --material-info-inverse-hover-shadow: rgba(12,17,28,0.51);
  --material-negative-inverse-base-shadow: rgba(22,7,12,0.51);
  --material-negative-inverse-down-shadow: rgba(35,21,25,0.51);
  --material-negative-inverse-focus-shadow: rgba(27,12,16,0.51);
  --material-negative-inverse-hover-shadow: rgba(27,12,16,0.51);
  --material-positive-inverse-base-shadow: rgba(6,19,14,0.51);
  --material-positive-inverse-down-shadow: rgba(19,32,28,0.51);
  --material-positive-inverse-focus-shadow: rgba(10,23,19,0.51);
  --material-positive-inverse-hover-shadow: rgba(10,23,19,0.51);
  --material-theme1-base-shadow: rgba(132,129,136,0.51);
  --material-theme1-down-shadow: rgba(114,112,118,0.51);
  --material-theme1-focus-shadow: rgba(126,123,130,0.51);
  --material-theme1-hover-shadow: rgba(126,123,130,0.51);
  --material-theme2-base-shadow: rgba(132,129,136,0.51);
  --material-theme2-down-shadow: rgba(114,112,118,0.51);
  --material-theme2-focus-shadow: rgba(126,123,130,0.51);
  --material-theme2-hover-shadow: rgba(126,123,130,0.51);
}.dark,[dark] {
  --fill-caution-base-shadow: rgba(0,0,0,0.51);
  --fill-caution-down-shadow: rgba(0,0,0,0.51);
  --fill-caution-focus-shadow: rgba(0,0,0,0.51);
  --fill-caution-hover-shadow: rgba(0,0,0,0.51);
  --fill-info-base-shadow: rgba(0,0,0,0.51);
  --fill-info-down-shadow: rgba(0,0,0,0.51);
  --fill-info-focus-shadow: rgba(0,0,0,0.51);
  --fill-info-hover-shadow: rgba(0,0,0,0.51);
  --fill-inverse-base-shadow: rgba(0,0,0,0.51);
  --fill-inverse-down-shadow: rgba(0,0,0,0.51);
  --fill-inverse-focus-shadow: rgba(0,0,0,0.51);
  --fill-inverse-hover-shadow: rgba(0,0,0,0.51);
  --fill-negative-base-shadow: rgba(0,0,0,0.51);
  --fill-negative-down-shadow: rgba(0,0,0,0.51);
  --fill-negative-focus-shadow: rgba(0,0,0,0.51);
  --fill-negative-hover-shadow: rgba(0,0,0,0.51);
  --fill-neutral-base-shadow: rgba(0,0,0,0.51);
  --fill-neutral-down-shadow: rgba(0,0,0,0.51);
  --fill-neutral-focus-shadow: rgba(0,0,0,0.51);
  --fill-neutral-hover-shadow: rgba(0,0,0,0.51);
  --fill-positive-base-shadow: rgba(0,0,0,0.51);
  --fill-positive-down-shadow: rgba(0,0,0,0.51);
  --fill-positive-focus-shadow: rgba(0,0,0,0.51);
  --fill-positive-hover-shadow: rgba(0,0,0,0.51);
  --fill-theme1-base-shadow: rgba(0,0,0,0.51);
  --fill-theme1-down-shadow: rgba(0,0,0,0.51);
  --fill-theme1-focus-shadow: rgba(0,0,0,0.51);
  --fill-theme1-hover-shadow: rgba(0,0,0,0.51);
  --fill-theme2-base-shadow: rgba(0,0,0,0.51);
  --fill-theme2-down-shadow: rgba(0,0,0,0.51);
  --fill-theme2-focus-shadow: rgba(0,0,0,0.51);
  --fill-theme2-hover-shadow: rgba(0,0,0,0.51);
  --material-1-shadow: rgba(8,8,10,0.51);
  --material-2-shadow: rgba(15,15,18,0.51);
  --material-1-inverse-shadow: rgba(140,140,140,0.51);
  --material-2-inverse-shadow: rgba(135,135,136,0.51);
  --material-caution-shadow: rgba(27,14,8,0.51);
  --material-caution-inverse-shadow: rgba(132,122,117,0.51);
  --material-info-shadow: rgba(8,13,24,0.51);
  --material-info-inverse-shadow: rgba(117,122,132,0.51);
  --material-negative-shadow: rgba(22,7,12,0.51);
  --material-negative-inverse-shadow: rgba(132,117,122,0.51);
  --material-positive-shadow: rgba(6,19,14,0.51);
  --material-positive-inverse-shadow: rgba(117,132,127,0.51);
  --material-theme1-shadow: rgba(17,6,34,0.51);
  --material-theme1-inverse-shadow: rgba(132,129,136,0.51);
  --material-neutral-base-shadow: rgba(0,0,0,0.51);
  --material-neutral-down-shadow: rgba(0,0,0,0.51);
  --material-neutral-focus-shadow: rgba(0,0,0,0.51);
  --material-neutral-hover-shadow: rgba(0,0,0,0.51);
  --material-neutral2-base-shadow: rgba(0,0,0,0.51);
  --material-neutral2-down-shadow: rgba(0,0,0,0.51);
  --material-neutral2-focus-shadow: rgba(0,0,0,0.51);
  --material-neutral2-hover-shadow: rgba(0,0,0,0.51);
  --material-caution-base-shadow: rgba(0,0,0,0.51);
  --material-caution-down-shadow: rgba(0,0,0,0.51);
  --material-caution-focus-shadow: rgba(0,0,0,0.51);
  --material-caution-hover-shadow: rgba(0,0,0,0.51);
  --material-info-base-shadow: rgba(0,0,0,0.51);
  --material-info-down-shadow: rgba(0,0,0,0.51);
  --material-info-focus-shadow: rgba(0,0,0,0.51);
  --material-info-hover-shadow: rgba(0,0,0,0.51);
  --material-negative-base-shadow: rgba(0,0,0,0.51);
  --material-negative-down-shadow: rgba(0,0,0,0.51);
  --material-negative-focus-shadow: rgba(0,0,0,0.51);
  --material-negative-hover-shadow: rgba(0,0,0,0.51);
  --material-positive-base-shadow: rgba(0,0,0,0.51);
  --material-positive-down-shadow: rgba(0,0,0,0.51);
  --material-positive-focus-shadow: rgba(0,0,0,0.51);
  --material-positive-hover-shadow: rgba(0,0,0,0.51);
  --material-neutral-inverse-base-shadow: rgba(0,0,0,0.51);
  --material-neutral-inverse-down-shadow: rgba(0,0,0,0.51);
  --material-neutral-inverse-focus-shadow: rgba(0,0,0,0.51);
  --material-neutral-inverse-hover-shadow: rgba(0,0,0,0.51);
  --material-neutral2-inverse-base-shadow: rgba(0,0,0,0.51);
  --material-neutral2-inverse-down-shadow: rgba(0,0,0,0.51);
  --material-neutral2-inverse-focus-shadow: rgba(0,0,0,0.51);
  --material-neutral2-inverse-hover-shadow: rgba(0,0,0,0.51);
  --material-caution-inverse-base-shadow: rgba(0,0,0,0.51);
  --material-caution-inverse-down-shadow: rgba(0,0,0,0.51);
  --material-caution-inverse-focus-shadow: rgba(0,0,0,0.51);
  --material-caution-inverse-hover-shadow: rgba(0,0,0,0.51);
  --material-info-inverse-base-shadow: rgba(0,0,0,0.51);
  --material-info-inverse-down-shadow: rgba(0,0,0,0.51);
  --material-info-inverse-focus-shadow: rgba(0,0,0,0.51);
  --material-info-inverse-hover-shadow: rgba(0,0,0,0.51);
  --material-negative-inverse-base-shadow: rgba(0,0,0,0.51);
  --material-negative-inverse-down-shadow: rgba(0,0,0,0.51);
  --material-negative-inverse-focus-shadow: rgba(0,0,0,0.51);
  --material-negative-inverse-hover-shadow: rgba(0,0,0,0.51);
  --material-positive-inverse-base-shadow: rgba(0,0,0,0.51);
  --material-positive-inverse-down-shadow: rgba(0,0,0,0.51);
  --material-positive-inverse-focus-shadow: rgba(0,0,0,0.51);
  --material-positive-inverse-hover-shadow: rgba(0,0,0,0.51);
  --material-theme1-base-shadow: rgba(0,0,0,0.51);
  --material-theme1-down-shadow: rgba(0,0,0,0.51);
  --material-theme1-focus-shadow: rgba(0,0,0,0.51);
  --material-theme1-hover-shadow: rgba(0,0,0,0.51);
  --material-theme2-base-shadow: rgba(0,0,0,0.51);
  --material-theme2-down-shadow: rgba(0,0,0,0.51);
  --material-theme2-focus-shadow: rgba(0,0,0,0.51);
  --material-theme2-hover-shadow: rgba(0,0,0,0.51);
}/* You can add global styles to this file; and also import other style files */html,
body {
  height: 100%;
}#root {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}.skeleton-loader {
  background-image: linear-gradient(
    110deg,
    var(--palette-grey-05, #F6F6F9),
    var(--palette-grey-05, #F6F6F9) 25%,
    var(--palette-grey-10, #ECECF2) 45%,
    var(--palette-grey-10, #ECECF2) 50%,
    var(--palette-grey-05, #F6F6F9) 75%,
    var(--palette-grey-05, #F6F6F9)
  );
  background-size: 800px 800px;
  animation: skeleton-shimmer 1.6s linear infinite;
}@keyframes skeleton-shimmer {
  0% {
    background-position: -400px 0;
  }

  to {
    background-position: 400px 0;
  }
}/* CART-3 updates below *//* business nav bar is sticky above cart with full width */@media (min-width: 1024px) {
  [data-cart-drawer-type='fixed-sidebar'] [data-component-id='business-nav-bar'] {
    position: sticky !important;
    top: 0px;
    left: 0px;
    width: 100%;
    /* above the index of the cart component */
    z-index: 50;
  }
  [data-cart-drawer-type='fixed-sidebar'][data-cart-drawer-display='open']
    [data-component-id='business-nav-bar'] {
    width: calc(100% + var(--cart-drawer-width, 0));
  }
}:root {
  --host-nav-height: var(--polaris-nav-height);

  /* Polaris Fixed/Sticky - below block will be removed when Polaris team can add Fixed/Sticky behavior */
  --polaris-nav-height: 64px;
  /* Polaris Fixed/Sticky */
}@media (min-width: 1024px) {
  [id='root'][data-cart-drawer-type='fixed-sidebar'][data-cart-drawer-display='open'] {
    width: calc(100% - var(--cart-drawer-width, 0));
  }
}/* Polaris Fixed/Sticky - below block will be removed when Polaris team can add Fixed/Sticky behavior */@media (min-width: 1024px) {
  :root {
    --polaris-nav-height: 80px;
  }

  [data-cart-drawer-type='fixed-sidebar'] [data-component-id='polaris-nav-bar'] {
    position: sticky !important;
    top: 0px;
    left: 0px;
    width: 100%;
    /* above the index of the cart component */
    z-index: 50;
  }

  /* when open, make sure width includes cart */
  [data-cart-drawer-type='fixed-sidebar'][data-cart-drawer-display='open']
    [data-component-id='polaris-nav-bar'] {
    width: calc(100% + var(--cart-drawer-width, 0));
  }

  [data-cart-drawer-type='fixed-sidebar']
    [data-component-id='polaris-nav-bar']
    .xc-header--overlay {
    pointer-events: none;
  }

  body.xc-overflow-hidden
    [data-cart-drawer-type='fixed-sidebar']
    [data-component-id='polaris-nav-bar']
    .xc-header--overlay {
    pointer-events: auto;
  }
}/* Polaris Fixed/Sticky *//* ENABLE_SURPRESS_SC_WARNING_ELEMENTS */.suppress-sc-warning-elements
  [style='background: darkorange; outline: orange solid 5px; padding: 10px; color: white; max-width: 500px;'] {
  display: none;
}/* END ENABLE_SURPRESS_SC_WARNING_ELEMENTS *//* ENABLE SOURCE Styles */.is-source {
  & .overflow-hidden {
    overflow: visible;
  }

  & [data-source] {
    --source-hue: 0;
    --source-saturation: 0%;
    --source-lightness: 40%;
    --source-background-color: hsl(
      var(--source-hue),
      var(--source-saturation),
      var(--source-lightness)
    );
    --source-outline-color: hsl(
      var(--source-hue),
      var(--source-saturation),
      calc(var(--source-lightness) + 20%)
    );
    outline: 2px dashed var(--source-outline-color);
    position: relative;

    &:hover {
      text-transform: none;

      outline: 2px dashed var(--source-outline-color);

      &:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: attr(data-source);
        background-color: var(--source-background-color);
        border: 1px solid var(--source-outline-color);
        color: white;
        font-family: 'Courier New', Courier, monospace;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1;
        padding: 0.25rem 0.5rem;
        text-shadow: 0 0 5px var(--source-background-color);
        width: -moz-max-content;
        width: max-content;
        position-visibility: always;
        z-index: 1000;
        -webkit-text-fill-color: white;
        background-clip: unset;
        -webkit-background-clip: unset;
      }
    }
  }

  & [data-source-align='right']:hover::before {
    left: auto;
    right: 0;
  }

  & [data-source^='PEGC'] {
    --source-hue: 0;
    --source-saturation: 80%;
  }

  & [data-source^='BCS'] {
    --source-hue: 120;
    --source-saturation: 80%;
  }

  & [data-source^='Sitecore'] {
    --source-hue: 240;
    --source-saturation: 80%;
  }

  & [data-source^='OFFERS'] {
    --source-hue: 30;
    --source-saturation: 80%;
  }
}/* END ENABLE_SOURCE styles */.hover\:bg-fill-theme1-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--background-color-fill-theme1-hover) / var(--tw-bg-opacity));
}.hover\:bg-material-neutral-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--background-color-material-neutral-hover) / var(--tw-bg-opacity));
}.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:bg-fill-theme1-hover:hover {
  --shadow-color: var(--fill-theme1-hover-shadow);
}.hover\:bg-material-neutral-hover:hover {
  --shadow-color: var(--material-neutral-hover-shadow);
}.focus-visible\:bg-fill-theme1-focus:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--background-color-fill-theme1-focus) / var(--tw-bg-opacity));
}.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}.focus-visible\:ring-offset-material-neutral-base:focus-visible {
  --tw-ring-offset-color: rgb(var(--ring-offset-color-material-neutral-base));
}.focus-visible\:bg-fill-theme1-focus:focus-visible {
  --shadow-color: var(--fill-theme1-focus-shadow);
}.active\:bg-fill-theme1-down:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--background-color-fill-theme1-down) / var(--tw-bg-opacity));
  --shadow-color: var(--fill-theme1-down-shadow);
}@media (min-width: 768px) {.md\:right-\[2\.5rem\] {
    right: 2.5rem;
  }.md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }.md\:p-10 {
    padding: 2.5rem;
  }.md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}@media (min-width: 1024px) {.lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }.lg\:\!h-\[230px\] {
    height: 230px !important;
  }.lg\:\!w-\[750px\] {
    width: 750px !important;
  }.lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}@media (max-width: 767px) {.max-md\:hidden {
    display: none;
  }
}


