/*
customize based on tailwind@3.4.3
*/
/*
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)
*/
:where(.tw-only),
:where(.tw-only) *,
:where(.tw-only) ::before,
:where(.tw-only)::before,
:where(.tw-only) ::after,
:where(.tw-only)::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
:where(.tw-only) ::before,
:where(.tw-only) ::after,
:where(.tw-only)::before,
:where(.tw-only)::after {
  --tw-content: '';
}
/*
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.
*/
:where(.tw-only) hr,
hr:where(.tw-only) {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
:where(.tw-only) abbr:where([title]),
abbr:where([title]):where(.tw-only) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
:where(.tw-only) h1,
:where(.tw-only) h2,
:where(.tw-only) h3,
:where(.tw-only) h4,
:where(.tw-only) h5,
:where(.tw-only) h6,
h1:where(.tw-only),
h2:where(.tw-only),
h3:where(.tw-only),
h4:where(.tw-only),
h5:where(.tw-only),
h6:where(.tw-only) {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
:where(.tw-only) a,
a:where(.tw-only) {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
:where(.tw-only) b,
:where(.tw-only) strong,
b:where(.tw-only),
strong:where(.tw-only) {
  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.
*/
:where(.tw-only) code,
:where(.tw-only) kbd,
:where(.tw-only) samp,
:where(.tw-only) pre,
code:where(.tw-only),
kbd:where(.tw-only),
samp:where(.tw-only),
pre:where(.tw-only) {
  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.
*/
:where(.tw-only) small,
small:where(.tw-only) {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
:where(.tw-only) sub,
:where(.tw-only) sup,
sub:where(.tw-only),
sup:where(.tw-only) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:where(.tw-only) sub,
sub:where(.tw-only) {
  bottom: -0.25em;
}
:where(.tw-only) sup,
sup:where(.tw-only) {
  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.
*/
:where(.tw-only) table,
table:where(.tw-only) {
  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.
*/
:where(.tw-only) button,
:where(.tw-only) input,
:where(.tw-only) optgroup,
:where(.tw-only) select,
:where(.tw-only) textarea,
button:where(.tw-only),
input:where(.tw-only),
optgroup:where(.tw-only),
select:where(.tw-only),
textarea:where(.tw-only) {
  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.
*/
:where(.tw-only) button,
:where(.tw-only) select,
button:where(.tw-only),
select:where(.tw-only) {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
:where(.tw-only) button,
:where(.tw-only) input:where([type='button']),
:where(.tw-only) input:where([type='reset']),
:where(.tw-only) input:where([type='submit']),
button:where(.tw-only),
input:where(.tw-only):where([type='button']),
input:where(.tw-only):where([type='reset']),
input:where(.tw-only):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.
*/
:where(.tw-only) :-moz-focusring,
:where(.tw-only):-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)
*/
:where(.tw-only) :-moz-ui-invalid,
:where(.tw-only):-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
:where(.tw-only) progress,
progress:where(.tw-only) {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
:where(.tw-only) ::-webkit-inner-spin-button,
:where(.tw-only)::-webkit-inner-spin-button,
:where(.tw-only) ::-webkit-outer-spin-button,
:where(.tw-only)::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
:where(.tw-only) [type='search'],
:where(.tw-only)[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
:where(.tw-only) ::-webkit-search-decoration,
:where(.tw-only)::-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.
*/
:where(.tw-only) ::-webkit-file-upload-button,
:where(.tw-only)::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
:where(.tw-only) summary,
summary:where(.tw-only) {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
:where(.tw-only) blockquote,
:where(.tw-only) dl,
:where(.tw-only) dd,
:where(.tw-only) h1,
:where(.tw-only) h2,
:where(.tw-only) h3,
:where(.tw-only) h4,
:where(.tw-only) h5,
:where(.tw-only) h6,
:where(.tw-only) hr,
:where(.tw-only) figure,
:where(.tw-only) p,
:where(.tw-only) pre,
blockquote:where(.tw-only),
dl:where(.tw-only),
dd:where(.tw-only),
h1:where(.tw-only),
h2:where(.tw-only),
h3:where(.tw-only),
h4:where(.tw-only),
h5:where(.tw-only),
h6:where(.tw-only),
hr:where(.tw-only),
figure:where(.tw-only),
p:where(.tw-only),
pre:where(.tw-only) {
  margin: 0;
}
:where(.tw-only) fieldset,
fieldset:where(.tw-only) {
  margin: 0;
  padding: 0;
}
:where(.tw-only) legend,
legend:where(.tw-only) {
  padding: 0;
}
:where(.tw-only) ol,
:where(.tw-only) ul,
:where(.tw-only) menu,
ol:where(.tw-only),
ul:where(.tw-only),
menu:where(.tw-only) {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
:where(.tw-only) dialog,
dialog:where(.tw-only) {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
:where(.tw-only) textarea,
textarea:where(.tw-only) {
  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.
*/
:where(.tw-only) input::placeholder,
:where(.tw-only) textarea::placeholder,
input:where(.tw-only)::placeholder,
textarea:where(.tw-only)::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
:where(.tw-only) button,
:where(.tw-only) [role='button'],
button:where(.tw-only),
:where(.tw-only)[role='button'] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:where(.tw-only) :disabled,
:where(.tw-only):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.
*/
:where(.tw-only) img,
:where(.tw-only) svg,
:where(.tw-only) video,
:where(.tw-only) canvas,
:where(.tw-only) audio,
:where(.tw-only) iframe,
:where(.tw-only) embed,
:where(.tw-only) object,
img:where(.tw-only),
svg:where(.tw-only),
video:where(.tw-only),
canvas:where(.tw-only),
audio:where(.tw-only),
iframe:where(.tw-only),
embed:where(.tw-only),
object:where(.tw-only) {
  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)
*/
:where(.tw-only) img,
:where(.tw-only) video,
img:where(.tw-only),
video:where(.tw-only) {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
:where(.tw-only) [hidden],
:where(.tw-only)[hidden] {
  display: none;
}
.-translate-x-1\/2, .-translate-y-1\/2, .transform {
  --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;
}
.blur, .drop-shadow, .grayscale, .filter {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}
:root {
  --assist-color-active-green: #1dd765;
  --assist-color-active-green-text: #00a545;
  --assist-color-ai-blue: #00b5ee;
  --assist-color-azure: #2b5db9;
  --assist-color-blue: #4b5dc2;
  --assist-color-brown: #9b6016;
  --assist-color-celulean: #408d9f;
  --assist-color-green: #3b824a;
  --assist-color-orange: #fc9c0c;
  --assist-color-purple: #5e39d0;
  --assist-color-red: #e54a82;
  --assist-color-resso: #ff005c;
  --assist-color-yellow: #face15;
  --assist-ui-shape-blue: rgba(0, 162, 201, 0.12);
  --assist-ui-text-blue: #004d58;
  --bg-base: #f5f5f5;
  --bg-brand: rgba(254, 44, 85, 0.06);
  --bg-const-overlay-dark-gray-3-4: rgba(37, 37, 37, 0.34);
  --bg-creation: #121212;
  --bg-creation-2: #1b1b1b;
  --bg-creation-3: #f8f8f8;
  --bg-creation-5: rgba(0, 0, 0, 0.15);
  --bg-hover: rgba(22, 24, 35, 0.1);
  --bg-input: rgba(22, 24, 35, 0.06);
  --bg-input-2: rgba(22, 24, 35, 0.06);
  --bg-inverse-3: rgba(37, 37, 37, 0.6);
  --bg-levitation: #fff;
  --bg-placeholder-default: rgba(22, 24, 35, 0.06);
  --bg-placeholder-opaque: #f1f1f1;
  --bg-primary: #fff;
  --bg-primary-2: #fff;
  --bg-quaternary: #fff;
  --bg-quinary: #fff;
  --bg-reverse: #fff;
  --bg-reverse-2: rgba(255, 255, 255, 0.9);
  --bg-secondary: #fff;
  --bg-secondary-2: #fff;
  --bg-tertiary: #fff;
  --bg-tertiary-2: #fff;
  --bg-view: rgba(22, 24, 35, 0.03);
  --bg-view-2: rgba(22, 24, 35, 0.03);
  --const-bg-brand: rgba(254, 44, 85, 0.5);
  --const-bg-container: rgba(255, 255, 255, 0.12);
  --const-bg-container-2: rgba(255, 255, 255, 0.08);
  --const-bg-container-3: rgba(255, 255, 255, 0.04);
  --const-bg-inverse: #000;
  --const-bg-inverse-1: rgba(56, 56, 56, 0.95);
  --const-bg-inverse-2: rgba(0, 0, 0, 0.6);
  --const-bg-inverse-3: rgba(37, 37, 37, 0.6);
  --const-bg-inverse-4: rgba(84, 84, 84, 0.5);
  --const-bg-inverse-5: rgba(0, 0, 0, 0.2);
  --const-bg-inverse-opaque: #2e2e2e;
  --const-bg-mat: rgba(255, 255, 255, 0.34);
  --const-bg-mat-2: rgba(255, 255, 255, 0.2);
  --const-bg-overlay-dark-gray-3-4: rgba(37, 37, 37, 0.34);
  --const-bg-placeholder-opaque: #f1f1f1;
  --const-bg-secondary: rgba(32, 213, 236, 0.05);
  --const-interact-state-pressed-mask-light-inverse: rgba(22, 24, 35, 0.1);
  --const-interact-state-pressed-mask-strong-inverse: rgba(22, 24, 35, 0.3);
  --const-line-inverse: rgba(255, 255, 255, 0.2);
  --const-line-inverse-2: rgba(255, 255, 255, 0.12);
  --const-sd-secondary: rgba(0, 0, 0, 0.5);
  --const-text-inverse: #fff;
  --const-text-inverse-2: rgba(255, 255, 255, 0.9);
  --const-text-inverse-3: rgba(255, 255, 255, 0.75);
  --const-text-inverse-4: rgba(255, 255, 255, 0.5);
  --const-text-inverse-5: rgba(255, 255, 255, 0.34);
  --const-text-primary: #161823;
  --interact-state-pressed-mask-light: rgba(22, 24, 35, 0.1);
  --line-darker: rgba(22, 24, 35, 0.03);
  --line-input: rgba(22, 24, 35, 0.5);
  --line-inverse: rgba(22, 24, 35, 0.2);
  --line-primary: rgba(22, 24, 35, 0.2);
  --line-primary-2: rgba(22, 24, 35, 0.2);
  --line-reverse-2: rgba(22, 24, 35, 0.12);
  --line-reverse-3: rgba(22, 24, 35, 0.12);
  --line-secondary: rgba(22, 24, 35, 0.12);
  --line-secondary-2: rgba(22, 24, 35, 0.12);
  --line-secondary-3: rgba(22, 24, 35, 0.12);
  --link: #fe2c55;
  --link-2: #fe2c55;
  --link-3: #fe2c55;
  --live-color-end: #ed3495;
  --live-color-start: #ff1764;
  --negative: #ff4c3a;
  --positive: #0be09b;
  --positive-2: #4fab7e;
  --primary: #fe2c55;
  --primary-2: #161823;
  --sd-primary: rgba(0, 0, 0, 0.8);
  --sd-secondary: rgba(0, 0, 0, 0.5);
  --sd-tertiary: rgba(0, 0, 0, 0.2);
  --secondary: #20d5ec;
  --secondary-2: #10a2c5;
  --shadow-primary: rgba(0, 0, 0, 0.12);
  --shadow-secondary: rgba(0, 0, 0, 0.06);
  --story-color-end: #1ae3c6;
  --story-color-middle: #20d5ec;
  --story-color-start: #15c0f9;
  --tag-brown-bg: #f5f0f0;
  --tag-brown-text: #805959;
  --tag-green-bg: #eff5f2;
  --tag-green-text: #59806c;
  --tag-purple-bg: #f6f0f5;
  --tag-purple-text: #805979;
  --text-primary: #000;
  --text-quaternary: rgba(0, 0, 0, 0.32);
  --text-reverse: #000;
  --text-reverse-2: rgba(0, 0, 0, 0.72);
  --text-reverse-3: rgba(0, 0, 0, 0.46);
  --text-reverse-4: rgba(0, 0, 0, 0.32);
  --text-secondary: rgba(0, 0, 0, 0.72);
  --text-tertiary: rgba(0, 0, 0, 0.56);
  --text-tertiary-2: rgba(0, 0, 0, 0.46);
  --text-tertiary-alt: rgba(0, 0, 0, 0.56);
  --toast-default: rgba(84, 84, 84, 0.92);
  --toast-negative: rgba(255, 76, 58, 0.92);
  --brand-ai-1: #8470ff;
  --brand-ai-gradient-1: #00f1c8;
  --brand-ai-gradient-1-a-7-0: rgba(0, 241, 200, 0.699999988079071);
  --brand-ai-gradient-2: #00edea;
  --brand-ai-gradient-3: #d9ff9e;
  --brand-ai-gradient-3-a-5-0: rgba(217, 255, 158, 0.5);
  --brand-ai-gradient-3-a-7-0: rgba(217, 255, 158, 0.699999988079071);
  --brand-ai-gradient-4: #8fb4ff;
  --brand-ai-gradient-4-a-2-0: rgba(143, 180, 255, 0.20000000298023224);
  --brand-ai-gradient-4-a-5-0: rgba(143, 180, 255, 0.5);
  --brand-ai-gradient-5: #b28cff;
  --brand-ai-gradient-5-a-2-0: rgba(178, 140, 255, 0.20000000298023224);
  --brand-ai-gradient-6: #d3fffc;
  --brand-ai-gradient-6-a-1-0: rgba(211, 255, 252, 0.10000000149011612);
  --brand-ai-gradient-6-a-5-0: rgba(211, 255, 252, 0.5);
  --brand-ai-icon-1: #00bab4;
  --brand-lemon-8: #fff700;
  --brand-oscar-gold: #ba9e5e;
  --brand-tako-1: #00b5ee;
  --brand-tako-2: #000;
  --brand-tik-tok-photos-1: #64facd;
  --brand-tik-tok-photos-2: #00aa96;
  --brand-tik-tok-plus-1: #ffc804;
  --brand-tik-tok-plus-2: #e5a500;
  --brand-tik-tok-black: #000;
  --brand-tik-tok-blaze: #f1204a;
  --brand-tik-tok-dawn: #edbbe8;
  --brand-tik-tok-ember: #4a0505;
  --brand-tik-tok-glint: #2dccd3;
  --brand-tik-tok-glow: #fbeb35;
  --brand-tik-tok-muse: #edd4b2;
  --brand-tik-tok-neutral-background: #fff;
  --brand-tik-tok-neutral-foreground: #000;
  --brand-tik-tok-shimmer: #baf6f0;
  --brand-tik-tok-thrive: #033624;
  --brand-tik-tok-white: #fff;
  --brand-tokopedia-1: #00aa5b;
  --creation-adjust-background: #ffb2d7;
  --creation-adjust-hsl-blue: #3298f6;
  --creation-adjust-hsl-cyan: #35e1e1;
  --creation-adjust-hsl-fuchsia: #c92eff;
  --creation-adjust-hsl-green: #78c25e;
  --creation-adjust-hsl-indigo: #5856d6;
  --creation-adjust-hsl-orange: #ff933d;
  --creation-adjust-hsl-red: #ff5252;
  --creation-adjust-hsl-yellow: #f2cd46;
  --creation-adjust-label: #8e1f54;
  --creation-comment-christmas-text: #006b2f;
  --creation-filter-background: #ffbfbf;
  --creation-filter-label: #8b2329;
  --creation-first-comment-gradient-red-1: #ff3b86;
  --creation-first-comment-gradient-red-2: #ff955a;
  --creation-flash-light-cold: #d3eaff;
  --creation-flash-light-warm: #fff2cd;
  --creation-glance-watermark: #fff85a;
  --creation-pill-overlay: rgba(230, 230, 230, 0.3199999928474426);
  --creation-sticker-background: #b4afff;
  --creation-sticker-label: #412fb1;
  --customer-service-report: #3e4879;
  --data-categories-assist-1: #8b7fff;
  --data-categories-assist-2: #f58d00;
  --data-categories-assist-3: #f8cc10;
  --data-categories-assist-4: #fa45a0;
  --data-categories-assist-5: #80c3ff;
  --data-categories-assist-6: #00a37f;
  --data-categories-assist-7: #4ad674;
  --data-categories-primary: #0075db;
  --data-categories-secondary: #ff4a67;
  --data-categories-tertiary: #11cfe6;
  --ec-azure-banner: rgba(37, 163, 255, 0.07999999821186066);
  --ec-azure-main: #25a3ff;
  --ec-azure-tag: rgba(37, 163, 255, 0.11999999731779099);
  --ec-azure-text: #0077cf;
  --ec-azure-text-on-tag: #0077cf;
  --ec-black-image-mask: rgba(0, 0, 0, 0.029999999329447746);
  --ec-black-text-1: #000;
  --ec-black-text-2: rgba(0, 0, 0, 0.6499999761581421);
  --ec-black-text-3: rgba(0, 0, 0, 0.47999998927116394);
  --ec-bronze-banner: #fff5e7;
  --ec-bronze-border: rgba(137, 81, 9, 0.15000000596046448);
  --ec-bronze-main: #9b590b;
  --ec-bronze-tag: rgba(203, 103, 11, 0.11999999731779099);
  --ec-bronze-text: #895109;
  --ec-bronze-text-on-tag: #895109;
  --ec-cyan-banner: #f0fbfb;
  --ec-cyan-border: rgba(0, 123, 123, 0.14000000059604645);
  --ec-cyan-main: #00b8b9;
  --ec-cyan-tag: rgba(0, 184, 185, 0.11999999731779099);
  --ec-cyan-text: #007b7b;
  --ec-cyan-text-on-tag: #007b7b;
  --ec-gold-banner: #fdf6e7;
  --ec-gold-border: rgba(182, 122, 6, 0.20000000298023224);
  --ec-gold-main: #ffc122;
  --ec-gold-tag: rgba(255, 193, 34, 0.20000000298023224);
  --ec-gold-text: #b67a06;
  --ec-gold-text-on-tag: #b67a06;
  --ec-neutral-tag: rgba(0, 0, 0, 0.05000000074505806);
  --ec-neutral-text: #6b6b6b;
  --ec-neutral-text-on-tag: #6b6b6b;
  --ec-orange-banner: #fff2ee;
  --ec-orange-border: rgba(235, 94, 45, 0.1599999964237213);
  --ec-orange-main: #ff5c21;
  --ec-orange-tag: rgba(255, 92, 33, 0.11999999731779099);
  --ec-orange-text: #eb5e2d;
  --ec-orange-text-on-tag: #eb5e2d;
  --ec-primary-banner: #fff2f5;
  --ec-primary-border: rgba(225, 5, 67, 0.10000000149011612);
  --ec-primary-tag: rgba(254, 44, 85, 0.11999999731779099);
  --ec-primary-text-on-tag: #e10543;
  --ec-theme-affirm: #4a4af4;
  --ec-theme-ai-chat-bubble-sent: rgba(0, 186, 180, 0.11999999731779099);
  --ec-theme-ai-gradient-primary-1: #00bab4;
  --ec-theme-ai-gradient-primary-2: #27dcd7;
  --ec-theme-ai-gradient-primary-subtle: #f1fbfb;
  --ec-theme-ai-gradient-secondary-1: #db82fb;
  --ec-theme-ai-gradient-secondary-subtle: #f8f1fb;
  --ec-theme-best-seller-top-1: #ffe0af;
  --ec-theme-best-seller-top-1-text: #694829;
  --ec-theme-best-seller-top-2: #e2e6f8;
  --ec-theme-best-seller-top-2-text: #3e4155;
  --ec-theme-best-seller-top-3: #ebccb8;
  --ec-theme-best-seller-top-3-text: #785239;
  --ec-theme-klarna: #ffa8cd;
  --ec-theme-pay-pal: #ffc439;
  --ec-theme-store-tier-gold-1: #f7ede2;
  --ec-theme-store-tier-gold-2: #b67a06;
  --ec-theme-store-tier-silver-1: #e3f1fc;
  --ec-theme-store-tier-silver-2: #56778f;
  --ec-theme-toko-primary: #009e42;
  --ec-theme-top-picks-banner: rgba(117, 48, 223, 0.07000000029802322);
  --ec-theme-top-picks-text: #7530df;
  --ec-theme-vip-banner-gradient-1: #fff0d5;
  --ec-theme-vip-banner-gradient-2: #ffe3b9;
  --ec-theme-vip-banner-gradient-3: #f7d19a;
  --ec-theme-vip-main-gradient-1: #9b590b;
  --ec-theme-vip-main-gradient-2: #7e532c;
  --ec-theme-vip-main-gradient-3: #4a2f20;
  --ec-theme-venmo: #008cff;
  --ec-white-text-1: #fff;
  --ec-white-text-2: rgba(255, 255, 255, 0.8799999952316284);
  --ec-white-text-3: rgba(255, 255, 255, 0.6000000238418579);
  --effect-platform-capability-3d: #9fdaf8;
  --effect-platform-capability-audio: #a3a3ff;
  --effect-platform-capability-face: #e5b2f1;
  --effect-platform-capability-other: #fff;
  --effect-platform-capability-render: #fce08b;
  --effect-platform-capability-screen: #45cca7;
  --effect-platform-capability-tracker: #f28d97;
  --feature-illustration-base-image: #e4e8f0;
  --feature-illustration-base-plain: #eef1f6;
  --feature-illustration-elevated-image: #777c84;
  --feature-illustration-elevated-plain: #fff;
  --feature-illustration-gesture-1: #fff;
  --feature-illustration-gesture-2: rgba(255, 255, 255, 0.6000000238418579);
  --feature-illustration-skeleton-on-base-image: rgba(255, 255, 255, 0.75);
  --feature-illustration-skeleton-on-base-plain: #d7dde6;
  --feature-illustration-skeleton-on-elevated-image: rgba(255, 255, 255, 0.6000000238418579);
  --feature-illustration-skeleton-on-elevated-plain: #eef1f6;
  --feature-illustration-text-1: #000;
  --feature-illustration-text-2: rgba(0, 0, 0, 0.550000011920929);
  --feature-illustration-transparent-base-image: rgba(228, 232, 240, 0);
  --feature-illustration-transparent-base-plain: rgba(238, 241, 246, 0);
  --feature-illustration-transparent-elevated-image: rgba(119, 124, 132, 0);
  --feature-illustration-transparent-elevated-plain: rgba(0, 0, 0, 0);
  --feature-illustration-transparent-skeleton-on-base-image: rgba(0, 0, 0, 0);
  --feature-illustration-transparent-skeleton-on-base-plain: rgba(215, 221, 230, 0);
  --feature-illustration-transparent-skeleton-on-elevated-image: rgba(0, 0, 0, 0);
  --feature-illustration-transparent-skeleton-on-elevated-plain: rgba(238, 241, 246, 0);
  --feature-illustration-transparent-text-1: rgba(0, 0, 0, 0);
  --feature-illustration-transparent-text-2: rgba(0, 0, 0, 0);
  --feed-anchor-bg: rgba(37, 37, 37, 0.3400000035762787);
  --feed-components-text-2-on-backdrop: rgba(255, 255, 255, 0.5);
  --feed-components-text-backdrop: rgba(77, 77, 77, 0.5);
  --feed-components-text-backdrop-2: rgba(64, 64, 64, 0.5);
  --feed-top-tab-text-shadow-a-3-0: rgba(0, 0, 0, 0.30000001192092896);
  --feed-top-tab-text-shadow-a-4-0: rgba(0, 0, 0, 0.4000000059604645);
  --feed-top-tab-text-shadow-a-5-0: rgba(0, 0, 0, 0.5);
  --feed-top-tab-text-shadow-a-6-6: rgba(0, 0, 0, 0.6600000262260437);
  --feed-top-tab-text-shadow-a-8-3: rgba(0, 0, 0, 0.8299999833106995);
  --illustration-color-primary: #6de7e3;
  --illustration-color-secondary: #ff727b;
  --illustration-color-stroke: #6633f5;
  --illustration-color-symbol: #fff;
  --illustration-color-tertiary: #ffdd2a;
  --illustration-gray-fill: rgba(0, 0, 0, 0.14000000059604645);
  --illustration-gray-stroke: rgba(0, 0, 0, 0.25999999046325684);
  --inbox-filter-highlight: rgba(21, 192, 249, 0.1599999964237213);
  --inbox-filter-text-on-highlight: #0d829e;
  --live-brand-1: #ff1764;
  --live-brand-2: #ed3495;
  --livee-commerce-billboard-overlay: rgba(255, 255, 255, 0.8500000238418579);
  --live-foundation-background-1: rgba(51, 51, 51, 0.5);
  --live-foundation-background-2: rgba(84, 84, 84, 0.11999999731779099);
  --live-foundation-shape-1: rgba(64, 64, 64, 0.5);
  --live-foundation-shape-2: #404040;
  --live-foundational-profile-text-1: #fa4d4d;
  --live-multi-guest-social-shape-1: #1763e8;
  --live-multi-guest-social-shape-2: #d416a2;
  --live-multi-guest-social-shape-3: #6220e6;
  --live-revenue-beans-shape: #1e153d;
  --live-revenue-enigma-shape-1: #5c69e6;
  --live-revenue-enigma-shape-2: rgba(92, 105, 230, 0.20000000298023224);
  --live-revenue-enigma-shape-3: #1d2255;
  --live-revenue-enigma-shape-4: #9db0ff;
  --live-revenue-enigma-shape-5: #1e1e35;
  --live-revenue-enigma-text-1: #c5d4ff;
  --live-revenue-ranking-daily-text-1: #fff34c;
  --live-revenue-ranking-daily-text-2: #ffbb00;
  --live-revenue-ranking-daily-text-3: #2d201b;
  --live-revenue-ranking-league-a-shape: #ffe19a;
  --live-revenue-ranking-league-a-shape-1: #fff3ba;
  --live-revenue-ranking-league-a-shape-2: #ffe585;
  --live-revenue-ranking-league-a-shape-3: #ffde6a;
  --live-revenue-ranking-league-a-shape-4: #ffd053;
  --live-revenue-ranking-league-a-shape-5: #482500;
  --live-revenue-ranking-league-a-text: #512219;
  --live-revenue-ranking-league-b-shape: #d4e5ff;
  --live-revenue-ranking-league-b-shape-1: #f1fbff;
  --live-revenue-ranking-league-b-shape-2: #e0f0ff;
  --live-revenue-ranking-league-b-shape-3: #d0ebff;
  --live-revenue-ranking-league-b-shape-4: #c0e5ff;
  --live-revenue-ranking-league-b-shape-5: #72afff;
  --live-revenue-ranking-league-b-shape-6: #290078;
  --live-revenue-ranking-league-b-text: #203656;
  --live-revenue-ranking-league-c-shape: #ffd6c1;
  --live-revenue-ranking-league-c-shape-1: #ffefe5;
  --live-revenue-ranking-league-c-shape-2: #ffdbc3;
  --live-revenue-ranking-league-c-shape-3: #ffd5bc;
  --live-revenue-ranking-league-c-shape-4: #ffcaa7;
  --live-revenue-ranking-league-c-shape-5: #ff9c72;
  --live-revenue-ranking-league-c-shape-6: #4d0c00;
  --live-revenue-ranking-league-c-text: #4f2a10;
  --live-revenue-ranking-league-d-shape: #f5dbdb;
  --live-revenue-ranking-league-d-shape-1: #fff1f0;
  --live-revenue-ranking-league-d-shape-2: #ffd9d7;
  --live-revenue-ranking-league-d-shape-3: #ffd1d0;
  --live-revenue-ranking-league-d-shape-4: #ee7d90;
  --live-revenue-ranking-league-d-shape-5: #540032;
  --live-revenue-ranking-league-d-text: #461517;
  --live-revenue-ranking-lv-1-background: rgba(191, 134, 0, 0.6000000238418579);
  --live-revenue-ranking-shape: rgba(235, 141, 0, 0.11999999731779099);
  --live-revenue-ranking-shape-golden-1: #f3e8bf;
  --live-revenue-ranking-shape-golden-2: #cebd93;
  --live-revenue-ranking-shape-golden-3: rgba(191, 134, 0, 0.800000011920929);
  --live-revenue-ranking-shape-silver-1: #d4dbdd;
  --live-revenue-ranking-shape-silver-2: #97a6ac;
  --live-revenue-ranking-shape-silver-3: rgba(84, 126, 141, 0.800000011920929);
  --live-revenue-ranking-text: #eb8d00;
  --live-revenue-recharge-shape-1: #ffe19a;
  --live-revenue-recharge-shape-2: rgba(255, 225, 154, 0.6499999761581421);
  --live-revenue-stage-primary-1: #11bee0;
  --live-revenue-stage-primary-2: #fe7c02;
  --live-revenue-stage-primary-3: #8b38ff;
  --live-revenue-sticker-text-1: #ffc804;
  --live-revenue-superfan-shape-1: rgba(245, 204, 135, 0.20000000298023224);
  --live-revenue-superfan-shape-2: rgba(115, 67, 0, 0.10000000149011612);
  --live-revenue-superfan-shape-3: #b47827;
  --live-revenue-superfan-text-1: #dca55a;
  --live-revenue-superfan-text-2: #734300;
  --live-revenue-team-shape-1: rgba(255, 115, 0, 0.17000000178813934);
  --live-revenue-team-shape-2: rgba(255, 115, 0, 0.07999999821186066);
  --live-revenue-team-shape-3: #fa8423;
  --live-revenue-team-text-primary-1: #ff7300;
  --live-revenue-team-text-primary-2: #ff9640;
  --livesmb-service-background-1: rgba(14, 98, 255, 0.14000000059604645);
  --livesmb-service-background-2: rgba(14, 98, 255, 0.11999999731779099);
  --livesmb-service-background-3: rgba(14, 98, 255, 0);
  --livesmb-service-shape-1: #109daf;
  --live-subscription-privilege-shape-1: #ffeac6;
  --live-subscription-privilege-shape-2: rgba(255, 234, 198, 0.8999999761581421);
  --live-subscription-privilege-text-1: #ff8308;
  --live-subscription-privilege-text-2: rgba(255, 131, 8, 0.8999999761581421);
  --local-service-poi: #13bd90;
  --local-service-poi-background: rgba(19, 189, 144, 0.11999999731779099);
  --local-service-ranking-gold-1: rgba(255, 195, 0, 0.15000000596046448);
  --local-service-ranking-text-1-on-gold-1: #6e5303;
  --misc-online-shape: #1dd765;
  --misc-online-shape-4: rgba(29, 215, 101, 0.1599999964237213);
  --misc-online-text: #00a545;
  --misc-rating-star-selected-fill: #ffbb00;
  --misc-toast-background: #525252;
  --misc-tooltip-background: #3a3a3a;
  --misc-tooltip-text-1: #f6f6f6;
  --misc-verified-badge-1: #20d5ec;
  --misc-verified-badge-2: #fff;
  --pgc-creator-assistant-1: #3f63ff;
  --photo-text-text-mode-background-1: #f5f5f5;
  --photo-text-text-mode-background-2: #c3ccda;
  --privacy-meditation-text-primary: #1d60bf;
  --privacy-wellbeing-hub-page-2: rgba(89, 158, 255, 0.07999999821186066);
  --profile-icon-background-dark-gray: rgba(124, 124, 124, 0.8999999761581421);
  --search-results-section-background: #fff;
  --search-sensitive-overlay: rgba(0, 0, 0, 0.8999999761581421);
  --search-tako-chat-bubble: #00a1d4;
  --search-tako-chat-bubble-2: rgba(0, 148, 255, 0.10000000149011612);
  --search-task-coin-1: #ffaf37;
  --search-task-coin-2: #ff8a00;
  --social-avatar-brand-1: #7059ff;
  --social-avatar-profile-0-1-1: #ded2fa;
  --social-avatar-profile-0-1-2: #1a1312;
  --social-avatar-profile-0-1-3: #ccb3f5;
  --social-avatar-profile-0-2-1: #625fff;
  --social-avatar-profile-0-2-2: #fcdd49;
  --social-avatar-profile-0-2-3: #9492f9;
  --social-avatar-profile-0-3-1: #726d90;
  --social-avatar-profile-0-3-2: #efe5cc;
  --social-avatar-profile-0-3-3: #b2aae2;
  --social-avatar-profile-0-4-1: #fbc436;
  --social-avatar-profile-0-4-2: #3d3d3d;
  --social-avatar-profile-0-4-3: #fbc436;
  --social-avatar-profile-0-5-1: #f86363;
  --social-avatar-profile-0-5-2: #3d4b94;
  --social-avatar-profile-0-5-3: #ff7373;
  --social-avatar-profile-0-6-1: #eae8e0;
  --social-avatar-profile-0-6-2: #737f96;
  --social-avatar-profile-0-6-3: #bfbfbf;
  --social-chat-gradient-blue-1: #00b8d3;
  --social-chat-gradient-blue-2: #00add2;
  --social-chat-gradient-blue-3: #1787d9;
  --social-relation-connect-now: #9162f5;
  --social-relation-contact: #1eb205;
  --social-relation-facebook: #0075fa;
  --social-relation-invite: #f2ae00;
  --social-relation-qr-code: #f2682d;
  --social-relation-share: #00abf4;
  --social-share-group-share-icon: #5476ff;
  --social-snail-1: #dd0f88;
  --social-story-create: #8357ff;
  --social-story-gradient-green-1: #0094ff;
  --social-story-gradient-green-2: #20d5ec;
  --social-story-gradient-green-3: #00ffa3;
  --social-story-gradient-purple-1: #c757ff;
  --social-story-gradient-purple-2: #6f52ff;
  --social-story-gradient-purple-3: #8357ff;
  --social-story-plus-background: #14cdf6;
  --social-story-shape-purple: rgba(124, 92, 253, 0.6600000262260437);
  --social-streak-0-1-1: #f7f0d4;
  --social-streak-0-1-2: #ffd338;
  --social-streak-0-1-3: #ba9407;
  --social-streak-0-2-1: #f7e2d4;
  --social-streak-0-2-2: #ff8c38;
  --social-streak-0-2-3: #ff5e3b;
  --social-streak-0-3-1: #ffd1d9;
  --social-streak-0-3-2: #ff6288;
  --social-streak-0-3-3: #d50f32;
  --social-streak-0-4-1: #fdcbec;
  --social-streak-0-4-2: #f262c1;
  --social-streak-0-4-3: #d9218f;
  --social-streak-0-5-1: #eacaf2;
  --social-streak-0-5-2: #e558f1;
  --social-streak-0-5-3: #af10fa;
  --social-text-streak: #ff6613;
  --ui-image-overlay-black: #000;
  --ui-image-overlay-black-a-1-5: rgba(0, 0, 0, 0.15000000596046448);
  --ui-image-overlay-black-a-2-5: rgba(0, 0, 0, 0.25);
  --ui-image-overlay-black-a-5-0: rgba(0, 0, 0, 0.5);
  --ui-image-overlay-black-a-8-0: rgba(0, 0, 0, 0.800000011920929);
  --ui-image-overlay-dark-gray-a-3-0: rgba(51, 51, 51, 0.30000001192092896);
  --ui-image-overlay-dark-gray-a-4-0: rgba(51, 51, 51, 0.4000000059604645);
  --ui-image-overlay-dark-gray-a-6-0: rgba(51, 51, 51, 0.6000000238418579);
  --ui-image-overlay-dark-gray-a-8-5: rgba(51, 51, 51, 0.8500000238418579);
  --ui-image-overlay-white: #fff;
  --ui-image-overlay-white-a-2-0: rgba(255, 255, 255, 0.20000000298023224);
  --ui-image-overlay-white-a-4-0: rgba(255, 255, 255, 0.4000000059604645);
  --ui-image-overlay-white-a-7-5: rgba(255, 255, 255, 0.75);
  --ui-page-flat-1: #fff;
  --ui-page-flat-2: #f8f8f8;
  --ui-page-flat-3: #fff;
  --ui-page-grouped-1: #f5f5f5;
  --ui-page-grouped-2: #fff;
  --ui-page-grouped-3: #f8f8f8;
  --ui-shape-danger: #ff4c3a;
  --ui-shape-danger-2: rgba(255, 76, 58, 0.3199999928474426);
  --ui-shape-danger-3: rgba(255, 76, 58, 0.20999999344348907);
  --ui-shape-danger-4: rgba(255, 76, 58, 0.09000000357627869);
  --ui-shape-info: #0075dc;
  --ui-shape-info-2: rgba(0, 117, 220, 0.30000001192092896);
  --ui-shape-info-3: rgba(0, 117, 220, 0.1899999976158142);
  --ui-shape-info-4: rgba(0, 117, 220, 0.10000000149011612);
  --ui-shape-neutral: #000;
  --ui-shape-neutral-2: rgba(0, 0, 0, 0.17000000178813934);
  --ui-shape-neutral-3: rgba(0, 0, 0, 0.11999999731779099);
  --ui-shape-neutral-4: rgba(0, 0, 0, 0.05000000074505806);
  --ui-shape-primary: #fe2c55;
  --ui-shape-primary-2: rgba(254, 44, 85, 0.3100000023841858);
  --ui-shape-primary-3: rgba(254, 44, 85, 0.18000000715255737);
  --ui-shape-primary-4: rgba(254, 44, 85, 0.07000000029802322);
  --ui-shape-primary-5: rgba(254, 44, 85, 0.05000000074505806);
  --ui-shape-secondary: #20d5ec;
  --ui-shape-secondary-2: rgba(32, 213, 236, 0.5);
  --ui-shape-secondary-3: rgba(32, 213, 236, 0.3199999928474426);
  --ui-shape-secondary-4: rgba(32, 213, 236, 0.12999999523162842);
  --ui-shape-secondary-5: rgba(32, 213, 236, 0.05000000074505806);
  --ui-shape-secondary-muted: #00a2c9;
  --ui-shape-secondary-muted-2: rgba(0, 162, 201, 0.33000001311302185);
  --ui-shape-secondary-muted-3: rgba(0, 162, 201, 0.23999999463558197);
  --ui-shape-secondary-muted-4: rgba(0, 162, 201, 0.11999999731779099);
  --ui-shape-secondary-muted-5: rgba(0, 162, 201, 0.05000000074505806);
  --ui-shape-success: #0be09b;
  --ui-shape-success-2: rgba(11, 224, 155, 0.47999998927116394);
  --ui-shape-success-3: rgba(11, 224, 155, 0.2800000011920929);
  --ui-shape-success-4: rgba(11, 224, 155, 0.11999999731779099);
  --ui-shape-text-1-on-danger: #fff;
  --ui-shape-text-1-on-info: #e7f4ff;
  --ui-shape-text-1-on-neutral: #fff;
  --ui-shape-text-1-on-primary: #fff;
  --ui-shape-text-1-on-secondary: #00343c;
  --ui-shape-text-1-on-secondary-muted: #fff;
  --ui-shape-text-1-on-success: #003628;
  --ui-shape-text-1-on-warning: #2d1201;
  --ui-shape-text-2-on-danger: #ffcbbe;
  --ui-shape-text-2-on-info: #8ecaff;
  --ui-shape-text-2-on-neutral: rgba(255, 255, 255, 0.6000000238418579);
  --ui-shape-text-2-on-primary: #ffd9da;
  --ui-shape-text-2-on-secondary: #006674;
  --ui-shape-text-2-on-secondary-muted: #b1f0ff;
  --ui-shape-text-2-on-success: #008568;
  --ui-shape-text-2-on-warning: #92480f;
  --ui-shape-text-on-secondary-2-or-3: #01434b;
  --ui-shape-text-on-secondary-4-or-5: #026d7a;
  --ui-shape-text-on-secondary-muted-2-or-3: #0a4151;
  --ui-shape-text-on-secondary-muted-4-or-5: #176a83;
  --ui-shape-warning: #fe7c02;
  --ui-shape-warning-2: rgba(254, 124, 2, 0.47999998927116394);
  --ui-shape-warning-3: rgba(254, 124, 2, 0.2800000011920929);
  --ui-shape-warning-4: rgba(254, 124, 2, 0.11999999731779099);
  --ui-sheet-backdrop-1: rgba(0, 0, 0, 0.5);
  --ui-sheet-backdrop-2: rgba(0, 0, 0, 0.20000000298023224);
  --ui-sheet-flat-1: #fff;
  --ui-sheet-flat-2: #f8f8f8;
  --ui-sheet-flat-3: #fff;
  --ui-sheet-grouped-1: #f5f5f5;
  --ui-sheet-grouped-2: #fff;
  --ui-sheet-grouped-3: #f8f8f8;
  --ui-text-1: #000;
  --ui-text-1-display: #202020;
  --ui-text-2: rgba(0, 0, 0, 0.6499999761581421);
  --ui-text-3: rgba(0, 0, 0, 0.47999998927116394);
  --ui-text-danger: #da3123;
  --ui-text-danger-display: #ff4c3a;
  --ui-text-info: #2b5db9;
  --ui-text-info-display: #0075db;
  --ui-text-placeholder: rgba(0, 0, 0, 0.3400000035762787);
  --ui-text-primary: #e10543;
  --ui-text-primary-display: #fe2c55;
  --ui-text-secondary: #008192;
  --ui-text-secondary-display: #00bad0;
  --ui-text-success: #008568;
  --ui-text-success-display: #00c39b;
  --ui-text-warning: #b85801;
  --ui-text-warning-display: #fe7c02;
  --brand-tik-tok-background: #fff;
  --brand-tik-tok-background-element: #000;
  --brand-tik-tok-razzmatazz: #fe2c55;
  --brand-tik-tok-splash: #25f4ee;
  --brand-tik-tok-spotlight: #000;
  --brand-tik-tok-subject-in-spotlight: #fff;
  --shadow-attached: rgba(0, 0, 0, 0.14000000059604645);
  --shadow-blocking: rgba(0, 0, 0, 0.1599999964237213);
  --shadow-contrast: rgba(0, 0, 0, 0.30000001192092896);
  --shadow-floating: rgba(0, 0, 0, 0.10000000149011612);
  --shadow-notice: rgba(0, 0, 0, 0.10000000149011612);
  --shadow-subtle: rgba(0, 0, 0, 0.07000000029802322);
}
[data-theme="dark"] {
  --assist-color-active-green: #1dd765;
  --assist-color-active-green-text: #22c660;
  --assist-color-ai-blue: #00b5ee;
  --assist-color-azure: #8fbee9;
  --assist-color-blue: #4b5dc2;
  --assist-color-brown: #c7893d;
  --assist-color-celulean: #7ebbc9;
  --assist-color-green: #3b824a;
  --assist-color-orange: #fc9c0c;
  --assist-color-purple: #5e39d0;
  --assist-color-red: #e54a82;
  --assist-color-resso: #ff005c;
  --assist-color-yellow: #face15;
  --assist-ui-shape-blue: rgba(0, 162, 201, 0.27);
  --assist-ui-text-blue: #83f7ff;
  --bg-base: #000;
  --bg-brand: rgba(254, 44, 85, 0.24);
  --bg-const-overlay-dark-gray-3-4: rgba(37, 37, 37, 0.34);
  --bg-creation: #121212;
  --bg-creation-2: #1b1b1b;
  --bg-creation-3: #121212;
  --bg-creation-5: rgba(0, 0, 0, 0.15);
  --bg-hover: rgba(255, 255, 255, 0.1);
  --bg-input: rgba(255, 255, 255, 0.12);
  --bg-input-2: rgba(255, 255, 255, 0.08);
  --bg-inverse-3: rgba(37, 37, 37, 0.6);
  --bg-levitation: #191919;
  --bg-placeholder-default: rgba(255, 255, 255, 0.08);
  --bg-placeholder-opaque: #252525;
  --bg-primary: #121212;
  --bg-primary-2: rgba(255, 255, 255, 0.04);
  --bg-quaternary: #383838;
  --bg-quinary: #4b4b4b;
  --bg-reverse: #121212;
  --bg-reverse-2: rgba(18, 18, 18, 0.9);
  --bg-secondary: #252525;
  --bg-secondary-2: rgba(255, 255, 255, 0.08);
  --bg-tertiary: #2e2e2e;
  --bg-tertiary-2: rgba(255, 255, 255, 0.12);
  --bg-view: rgba(255, 255, 255, 0.04);
  --bg-view-2: rgba(0, 0, 0, 0);
  --const-bg-brand: rgba(254, 44, 85, 0.5);
  --const-bg-container: rgba(255, 255, 255, 0.12);
  --const-bg-container-2: rgba(255, 255, 255, 0.08);
  --const-bg-container-3: rgba(255, 255, 255, 0.04);
  --const-bg-inverse: #000;
  --const-bg-inverse-1: rgba(56, 56, 56, 0.95);
  --const-bg-inverse-2: rgba(0, 0, 0, 0.6);
  --const-bg-inverse-3: rgba(37, 37, 37, 0.6);
  --const-bg-inverse-4: rgba(84, 84, 84, 0.5);
  --const-bg-inverse-5: rgba(0, 0, 0, 0.2);
  --const-bg-inverse-opaque: #2e2e2e;
  --const-bg-mat: rgba(255, 255, 255, 0.34);
  --const-bg-mat-2: rgba(255, 255, 255, 0.2);
  --const-bg-overlay-dark-gray-3-4: rgba(37, 37, 37, 0.34);
  --const-bg-placeholder-opaque: #f1f1f1;
  --const-bg-secondary: rgba(32, 213, 236, 0.05);
  --const-interact-state-pressed-mask-light-inverse: rgba(22, 24, 35, 0.1);
  --const-interact-state-pressed-mask-strong-inverse: rgba(22, 24, 35, 0.3);
  --const-line-inverse: rgba(255, 255, 255, 0.2);
  --const-line-inverse-2: rgba(255, 255, 255, 0.12);
  --const-sd-secondary: rgba(0, 0, 0, 0.5);
  --const-text-inverse: #fff;
  --const-text-inverse-2: rgba(255, 255, 255, 0.9);
  --const-text-inverse-3: rgba(255, 255, 255, 0.75);
  --const-text-inverse-4: rgba(255, 255, 255, 0.5);
  --const-text-inverse-5: rgba(255, 255, 255, 0.34);
  --const-text-primary: #161823;
  --interact-state-pressed-mask-light: rgba(255, 255, 255, 0.1);
  --line-darker: rgba(0, 0, 0, 0.35);
  --line-input: rgba(255, 255, 255, 0.5);
  --line-inverse: rgba(0, 0, 0, 0);
  --line-primary: rgba(0, 0, 0, 0);
  --line-primary-2: rgba(255, 255, 255, 0.2);
  --line-reverse-2: rgba(255, 255, 255, 0.12);
  --line-reverse-3: rgba(0, 0, 0, 0);
  --line-secondary: rgba(255, 255, 255, 0.12);
  --line-secondary-2: rgba(0, 0, 0, 0);
  --line-secondary-3: rgba(255, 255, 255, 0.5);
  --link: #ff3b5c;
  --link-2: #ff3b5c;
  --link-3: #ff3b5c;
  --live-color-end: #ed3495;
  --live-color-start: #ff1764;
  --negative: #ff4c3a;
  --positive: #0be09b;
  --positive-2: #4fab7e;
  --primary: #ff3b5c;
  --primary-2: rgba(255, 255, 255, 0.9);
  --sd-primary: rgba(0, 0, 0, 0.8);
  --sd-secondary: rgba(0, 0, 0, 0.68);
  --sd-tertiary: rgba(0, 0, 0, 0.5);
  --secondary: #20d5ec;
  --secondary-2: #10a2c5;
  --shadow-primary: rgba(0, 0, 0, 0.12);
  --shadow-secondary: rgba(0, 0, 0, 0.06);
  --story-color-end: #1ae3c6;
  --story-color-middle: #20d5ec;
  --story-color-start: #15c0f9;
  --tag-brown-bg: #805959;
  --tag-brown-text: #ffb3b3;
  --tag-green-bg: #598066;
  --tag-green-text: #b2ffd9;
  --tag-purple-bg: #80596c;
  --tag-purple-text: #ffb2d9;
  --text-primary: rgba(255, 255, 255, 0.9);
  --text-quaternary: rgba(255, 255, 255, 0.34);
  --text-reverse: rgba(255, 255, 255, 0.9);
  --text-reverse-2: rgba(255, 255, 255, 0.75);
  --text-reverse-3: rgba(255, 255, 255, 0.5);
  --text-reverse-4: rgba(255, 255, 255, 0.34);
  --text-secondary: rgba(255, 255, 255, 0.75);
  --text-tertiary: rgba(255, 255, 255, 0.5);
  --text-tertiary-2: rgba(255, 255, 255, 0.75);
  --text-tertiary-alt: rgba(255, 255, 255, 0.6);
  --toast-default: rgba(84, 84, 84, 0.92);
  --toast-negative: rgba(255, 76, 58, 0.92);
  --brand-ai-1: #8470ff;
  --brand-ai-gradient-1: #00f1c8;
  --brand-ai-gradient-1-a-7-0: rgba(0, 241, 200, 0.699999988079071);
  --brand-ai-gradient-2: #00edea;
  --brand-ai-gradient-3: #d9ff9e;
  --brand-ai-gradient-3-a-5-0: rgba(217, 255, 158, 0.5);
  --brand-ai-gradient-3-a-7-0: rgba(217, 255, 158, 0.699999988079071);
  --brand-ai-gradient-4: #8fb4ff;
  --brand-ai-gradient-4-a-2-0: rgba(143, 180, 255, 0.20000000298023224);
  --brand-ai-gradient-4-a-5-0: rgba(143, 180, 255, 0.5);
  --brand-ai-gradient-5: #b28cff;
  --brand-ai-gradient-5-a-2-0: rgba(178, 140, 255, 0.20000000298023224);
  --brand-ai-gradient-6: #d3fffc;
  --brand-ai-gradient-6-a-1-0: rgba(211, 255, 252, 0.10000000149011612);
  --brand-ai-gradient-6-a-5-0: rgba(211, 255, 252, 0.5);
  --brand-ai-icon-1: #00f1dd;
  --brand-lemon-8: #fff700;
  --brand-oscar-gold: #ba9e5e;
  --brand-tako-1: #00b5ee;
  --brand-tako-2: #fff;
  --brand-tik-tok-photos-1: #64facd;
  --brand-tik-tok-photos-2: #00aa96;
  --brand-tik-tok-plus-1: #ffc804;
  --brand-tik-tok-plus-2: #e5a500;
  --brand-tik-tok-black: #000;
  --brand-tik-tok-blaze: #f1204a;
  --brand-tik-tok-dawn: #edbbe8;
  --brand-tik-tok-ember: #4a0505;
  --brand-tik-tok-glint: #2dccd3;
  --brand-tik-tok-glow: #fbeb35;
  --brand-tik-tok-muse: #edd4b2;
  --brand-tik-tok-neutral-background: #000;
  --brand-tik-tok-neutral-foreground: #fff;
  --brand-tik-tok-shimmer: #baf6f0;
  --brand-tik-tok-thrive: #033624;
  --brand-tik-tok-white: #fff;
  --brand-tokopedia-1: #00aa5b;
  --creation-adjust-background: #ffb2d7;
  --creation-adjust-hsl-blue: #3298f6;
  --creation-adjust-hsl-cyan: #35e1e1;
  --creation-adjust-hsl-fuchsia: #c92eff;
  --creation-adjust-hsl-green: #78c25e;
  --creation-adjust-hsl-indigo: #5856d6;
  --creation-adjust-hsl-orange: #ff933d;
  --creation-adjust-hsl-red: #ff5252;
  --creation-adjust-hsl-yellow: #f2cd46;
  --creation-adjust-label: #8e1f54;
  --creation-comment-christmas-text: #449b5c;
  --creation-filter-background: #ffbfbf;
  --creation-filter-label: #8b2329;
  --creation-first-comment-gradient-red-1: #ff3b86;
  --creation-first-comment-gradient-red-2: #ff955a;
  --creation-flash-light-cold: #d3eaff;
  --creation-flash-light-warm: #fff2cd;
  --creation-glance-watermark: #fff85a;
  --creation-pill-overlay: rgba(230, 230, 230, 0.3199999928474426);
  --creation-sticker-background: #b4afff;
  --creation-sticker-label: #412fb1;
  --customer-service-report: #3e4879;
  --data-categories-assist-1: #9289ff;
  --data-categories-assist-2: #fd9300;
  --data-categories-assist-3: #ebbf00;
  --data-categories-assist-4: #ff55a9;
  --data-categories-assist-5: #8ecaff;
  --data-categories-assist-6: #00c39b;
  --data-categories-assist-7: #00ae4b;
  --data-categories-primary: #007fea;
  --data-categories-secondary: #ff5f75;
  --data-categories-tertiary: #00bed4;
  --ec-azure-banner: #222d3d;
  --ec-azure-main: #25a3ff;
  --ec-azure-tag: rgba(37, 163, 255, 0.3400000035762787);
  --ec-azure-text: #15b6ff;
  --ec-azure-text-on-tag: #afd9ff;
  --ec-black-image-mask: rgba(0, 0, 0, 0.029999999329447746);
  --ec-black-text-1: #000;
  --ec-black-text-2: rgba(0, 0, 0, 0.6499999761581421);
  --ec-black-text-3: rgba(0, 0, 0, 0.47999998927116394);
  --ec-bronze-banner: #41260b;
  --ec-bronze-border: rgba(244, 232, 198, 0.15000000596046448);
  --ec-bronze-main: #9b590b;
  --ec-bronze-tag: rgba(203, 103, 11, 0.30000001192092896);
  --ec-bronze-text: #e4b284;
  --ec-bronze-text-on-tag: #f3e0c0;
  --ec-cyan-banner: #1a3031;
  --ec-cyan-border: rgba(168, 231, 231, 0.14000000059604645);
  --ec-cyan-main: #00b8b9;
  --ec-cyan-tag: rgba(0, 184, 185, 0.3400000035762787);
  --ec-cyan-text: #57baba;
  --ec-cyan-text-on-tag: #a8e7e7;
  --ec-gold-banner: #322c1b;
  --ec-gold-border: rgba(250, 216, 167, 0.20000000298023224);
  --ec-gold-main: #ffc122;
  --ec-gold-tag: rgba(255, 193, 34, 0.3199999928474426);
  --ec-gold-text: #ffc644;
  --ec-gold-text-on-tag: #fad8a7;
  --ec-neutral-tag: rgba(255, 255, 255, 0.20000000298023224);
  --ec-neutral-text: #c1c1c1;
  --ec-neutral-text-on-tag: #dddddd;
  --ec-orange-banner: #39251e;
  --ec-orange-border: rgba(255, 199, 175, 0.1599999964237213);
  --ec-orange-main: #ff5c21;
  --ec-orange-tag: rgba(255, 92, 33, 0.30000001192092896);
  --ec-orange-text: #fe7f4b;
  --ec-orange-text-on-tag: #f6b99b;
  --ec-primary-banner: #392125;
  --ec-primary-border: rgba(255, 183, 197, 0.11999999731779099);
  --ec-primary-tag: rgba(254, 44, 85, 0.3400000035762787);
  --ec-primary-text-on-tag: #ffcdce;
  --ec-theme-affirm: #4a4af4;
  --ec-theme-ai-chat-bubble-sent: rgba(0, 186, 180, 0.2800000011920929);
  --ec-theme-ai-gradient-primary-1: #00bab4;
  --ec-theme-ai-gradient-primary-2: #27dcd7;
  --ec-theme-ai-gradient-primary-subtle: #1f2928;
  --ec-theme-ai-gradient-secondary-1: #db82fb;
  --ec-theme-ai-gradient-secondary-subtle: #2d2433;
  --ec-theme-best-seller-top-1: #ffe0af;
  --ec-theme-best-seller-top-1-text: #694829;
  --ec-theme-best-seller-top-2: #e2e6f8;
  --ec-theme-best-seller-top-2-text: #3e4155;
  --ec-theme-best-seller-top-3: #ebccb8;
  --ec-theme-best-seller-top-3-text: #785239;
  --ec-theme-klarna: #ffa8cd;
  --ec-theme-pay-pal: #ffc439;
  --ec-theme-store-tier-gold-1: #f7ede2;
  --ec-theme-store-tier-gold-2: #ffc644;
  --ec-theme-store-tier-silver-1: #e3f1fc;
  --ec-theme-store-tier-silver-2: #a0cbeb;
  --ec-theme-toko-primary: #009e42;
  --ec-theme-top-picks-banner: #352d3d;
  --ec-theme-top-picks-text: #d9bbf0;
  --ec-theme-vip-banner-gradient-1: #41260b;
  --ec-theme-vip-banner-gradient-2: #583715;
  --ec-theme-vip-banner-gradient-3: #744c21;
  --ec-theme-vip-main-gradient-1: #ffca91;
  --ec-theme-vip-main-gradient-2: #ffdebb;
  --ec-theme-vip-main-gradient-3: #ffe7cb;
  --ec-theme-venmo: #008cff;
  --ec-white-text-1: #fff;
  --ec-white-text-2: rgba(255, 255, 255, 0.8799999952316284);
  --ec-white-text-3: rgba(255, 255, 255, 0.6000000238418579);
  --effect-platform-capability-3d: #9fdaf8;
  --effect-platform-capability-audio: #a3a3ff;
  --effect-platform-capability-face: #e5b2f1;
  --effect-platform-capability-other: #fff;
  --effect-platform-capability-render: #fce08b;
  --effect-platform-capability-screen: #45cca7;
  --effect-platform-capability-tracker: #f28d97;
  --feature-illustration-base-image: #363c48;
  --feature-illustration-base-plain: #434b5a;
  --feature-illustration-elevated-image: #272b30;
  --feature-illustration-elevated-plain: #565f6f;
  --feature-illustration-gesture-1: #a2b2c7;
  --feature-illustration-gesture-2: rgba(162, 178, 199, 0.6000000238418579);
  --feature-illustration-skeleton-on-base-image: rgba(90, 96, 106, 0.75);
  --feature-illustration-skeleton-on-base-plain: #596574;
  --feature-illustration-skeleton-on-elevated-image: rgba(99, 106, 114, 0.6000000238418579);
  --feature-illustration-skeleton-on-elevated-plain: #6f7785;
  --feature-illustration-text-1: #fff;
  --feature-illustration-text-2: rgba(255, 255, 255, 0.550000011920929);
  --feature-illustration-transparent-base-image: rgba(54, 60, 72, 0);
  --feature-illustration-transparent-base-plain: rgba(67, 75, 90, 0);
  --feature-illustration-transparent-elevated-image: rgba(39, 43, 48, 0);
  --feature-illustration-transparent-elevated-plain: rgba(86, 95, 111, 0);
  --feature-illustration-transparent-skeleton-on-base-image: rgba(90, 96, 106, 0);
  --feature-illustration-transparent-skeleton-on-base-plain: rgba(89, 101, 116, 0);
  --feature-illustration-transparent-skeleton-on-elevated-image: rgba(99, 106, 114, 0);
  --feature-illustration-transparent-skeleton-on-elevated-plain: rgba(111, 119, 133, 0);
  --feature-illustration-transparent-text-1: rgba(0, 0, 0, 0);
  --feature-illustration-transparent-text-2: rgba(0, 0, 0, 0);
  --feed-anchor-bg: rgba(37, 37, 37, 0.3400000035762787);
  --feed-components-text-2-on-backdrop: rgba(255, 255, 255, 0.5);
  --feed-components-text-backdrop: rgba(77, 77, 77, 0.5);
  --feed-components-text-backdrop-2: rgba(64, 64, 64, 0.5);
  --feed-top-tab-text-shadow-a-3-0: rgba(0, 0, 0, 0.30000001192092896);
  --feed-top-tab-text-shadow-a-4-0: rgba(0, 0, 0, 0.4000000059604645);
  --feed-top-tab-text-shadow-a-5-0: rgba(0, 0, 0, 0.5);
  --feed-top-tab-text-shadow-a-6-6: rgba(0, 0, 0, 0.6600000262260437);
  --feed-top-tab-text-shadow-a-8-3: rgba(0, 0, 0, 0.8299999833106995);
  --illustration-color-primary: #49c2bf;
  --illustration-color-secondary: #d4555e;
  --illustration-color-stroke: #826ff6;
  --illustration-color-symbol: #e3e3e3;
  --illustration-color-tertiary: #dfc00c;
  --illustration-gray-fill: rgba(255, 255, 255, 0.1899999976158142);
  --illustration-gray-stroke: rgba(255, 255, 255, 0.28999999165534973);
  --inbox-filter-highlight: rgba(21, 192, 249, 0.23999999463558197);
  --inbox-filter-text-on-highlight: #11bad4;
  --live-brand-1: #ff1764;
  --live-brand-2: #ed3495;
  --livee-commerce-billboard-overlay: rgba(255, 255, 255, 0.8500000238418579);
  --live-foundation-background-1: rgba(51, 51, 51, 0.5);
  --live-foundation-background-2: rgba(84, 84, 84, 0.5);
  --live-foundation-shape-1: rgba(64, 64, 64, 0.5);
  --live-foundation-shape-2: #404040;
  --live-foundational-profile-text-1: #fa4d4d;
  --live-multi-guest-social-shape-1: #1763e8;
  --live-multi-guest-social-shape-2: #d416a2;
  --live-multi-guest-social-shape-3: #6220e6;
  --live-revenue-beans-shape: #1e153d;
  --live-revenue-enigma-shape-1: #5c69e6;
  --live-revenue-enigma-shape-2: rgba(92, 105, 230, 0.20000000298023224);
  --live-revenue-enigma-shape-3: #1d2255;
  --live-revenue-enigma-shape-4: #9db0ff;
  --live-revenue-enigma-shape-5: #1e1e35;
  --live-revenue-enigma-text-1: #c5d4ff;
  --live-revenue-ranking-daily-text-1: #fff34c;
  --live-revenue-ranking-daily-text-2: #ffbb00;
  --live-revenue-ranking-daily-text-3: #2d201b;
  --live-revenue-ranking-league-a-shape: #ffe19a;
  --live-revenue-ranking-league-a-shape-1: #fff3ba;
  --live-revenue-ranking-league-a-shape-2: #ffe585;
  --live-revenue-ranking-league-a-shape-3: #ffde6a;
  --live-revenue-ranking-league-a-shape-4: #ffd053;
  --live-revenue-ranking-league-a-shape-5: #482500;
  --live-revenue-ranking-league-a-text: #512219;
  --live-revenue-ranking-league-b-shape: #d4e5ff;
  --live-revenue-ranking-league-b-shape-1: #f1fbff;
  --live-revenue-ranking-league-b-shape-2: #e0f0ff;
  --live-revenue-ranking-league-b-shape-3: #d0ebff;
  --live-revenue-ranking-league-b-shape-4: #c0e5ff;
  --live-revenue-ranking-league-b-shape-5: #72afff;
  --live-revenue-ranking-league-b-shape-6: #290078;
  --live-revenue-ranking-league-b-text: #203656;
  --live-revenue-ranking-league-c-shape: #ffd6c1;
  --live-revenue-ranking-league-c-shape-1: #ffefe5;
  --live-revenue-ranking-league-c-shape-2: #ffdbc3;
  --live-revenue-ranking-league-c-shape-3: #ffd5bc;
  --live-revenue-ranking-league-c-shape-4: #ffcaa7;
  --live-revenue-ranking-league-c-shape-5: #ff9c72;
  --live-revenue-ranking-league-c-shape-6: #4d0c00;
  --live-revenue-ranking-league-c-text: #4f2a10;
  --live-revenue-ranking-league-d-shape: #f5dbdb;
  --live-revenue-ranking-league-d-shape-1: #fff1f0;
  --live-revenue-ranking-league-d-shape-2: #ffd9d7;
  --live-revenue-ranking-league-d-shape-3: #ffd1d0;
  --live-revenue-ranking-league-d-shape-4: #ee7d90;
  --live-revenue-ranking-league-d-shape-5: #540032;
  --live-revenue-ranking-league-d-text: #461517;
  --live-revenue-ranking-lv-1-background: rgba(191, 134, 0, 0.6000000238418579);
  --live-revenue-ranking-shape: rgba(235, 141, 0, 0.20000000298023224);
  --live-revenue-ranking-shape-golden-1: #f3e8bf;
  --live-revenue-ranking-shape-golden-2: #cebd93;
  --live-revenue-ranking-shape-golden-3: rgba(191, 134, 0, 0.800000011920929);
  --live-revenue-ranking-shape-silver-1: #d4dbdd;
  --live-revenue-ranking-shape-silver-2: #97a6ac;
  --live-revenue-ranking-shape-silver-3: rgba(84, 126, 141, 0.800000011920929);
  --live-revenue-ranking-text: #eb8d00;
  --live-revenue-recharge-shape-1: #392f25;
  --live-revenue-recharge-shape-2: rgba(57, 47, 37, 0.6499999761581421);
  --live-revenue-stage-primary-1: #11bee0;
  --live-revenue-stage-primary-2: #fe7c02;
  --live-revenue-stage-primary-3: #8b38ff;
  --live-revenue-sticker-text-1: #ffc804;
  --live-revenue-superfan-shape-1: rgba(245, 204, 135, 0.20000000298023224);
  --live-revenue-superfan-shape-2: rgba(115, 67, 0, 0.10000000149011612);
  --live-revenue-superfan-shape-3: #b47827;
  --live-revenue-superfan-text-1: #dca55a;
  --live-revenue-superfan-text-2: #734300;
  --live-revenue-team-shape-1: rgba(255, 115, 0, 0.17000000178813934);
  --live-revenue-team-shape-2: rgba(255, 115, 0, 0.07999999821186066);
  --live-revenue-team-shape-3: #fa8423;
  --live-revenue-team-text-primary-1: #ff7300;
  --live-revenue-team-text-primary-2: #ff9640;
  --livesmb-service-background-1: rgba(14, 98, 255, 0.14000000059604645);
  --livesmb-service-background-2: rgba(14, 98, 255, 0.11999999731779099);
  --livesmb-service-background-3: rgba(14, 98, 255, 0);
  --livesmb-service-shape-1: #109daf;
  --live-subscription-privilege-shape-1: #ffeac6;
  --live-subscription-privilege-shape-2: rgba(255, 234, 198, 0.8999999761581421);
  --live-subscription-privilege-text-1: #ff8308;
  --live-subscription-privilege-text-2: rgba(255, 131, 8, 0.8999999761581421);
  --local-service-poi: #13bd90;
  --local-service-poi-background: rgba(19, 189, 144, 0.20000000298023224);
  --local-service-ranking-gold-1: rgba(255, 195, 0, 0.15000000596046448);
  --local-service-ranking-text-1-on-gold-1: #ddb13f;
  --misc-online-shape: #1dd765;
  --misc-online-shape-4: rgba(29, 215, 101, 0.25);
  --misc-online-text: #22c660;
  --misc-rating-star-selected-fill: #ffbb00;
  --misc-toast-background: #525252;
  --misc-tooltip-background: #fff;
  --misc-tooltip-text-1: #000;
  --misc-verified-badge-1: #20d5ec;
  --misc-verified-badge-2: #fff;
  --pgc-creator-assistant-1: #3555e9;
  --photo-text-text-mode-background-1: #202020;
  --photo-text-text-mode-background-2: #000;
  --privacy-meditation-text-primary: #1d60bf;
  --privacy-wellbeing-hub-page-2: rgba(89, 158, 255, 0.2199999988079071);
  --profile-icon-background-dark-gray: rgba(124, 124, 124, 0.8999999761581421);
  --search-results-section-background: #121212;
  --search-sensitive-overlay: rgba(0, 0, 0, 0.8999999761581421);
  --search-tako-chat-bubble: #0093c2;
  --search-tako-chat-bubble-2: rgba(0, 148, 255, 0.4000000059604645);
  --search-task-coin-1: #ffaf37;
  --search-task-coin-2: #ff8a00;
  --social-avatar-brand-1: #7059ff;
  --social-avatar-profile-0-1-1: #ded2fa;
  --social-avatar-profile-0-1-2: #1a1312;
  --social-avatar-profile-0-1-3: #ccb3f5;
  --social-avatar-profile-0-2-1: #625fff;
  --social-avatar-profile-0-2-2: #fcdd49;
  --social-avatar-profile-0-2-3: #9492f9;
  --social-avatar-profile-0-3-1: #726d90;
  --social-avatar-profile-0-3-2: #efe5cc;
  --social-avatar-profile-0-3-3: #b2aae2;
  --social-avatar-profile-0-4-1: #fbc436;
  --social-avatar-profile-0-4-2: #3d3d3d;
  --social-avatar-profile-0-4-3: #fbc436;
  --social-avatar-profile-0-5-1: #f86363;
  --social-avatar-profile-0-5-2: #3d4b94;
  --social-avatar-profile-0-5-3: #ff7373;
  --social-avatar-profile-0-6-1: #eae8e0;
  --social-avatar-profile-0-6-2: #737f96;
  --social-avatar-profile-0-6-3: #bfbfbf;
  --social-chat-gradient-blue-1: #00b8d3;
  --social-chat-gradient-blue-2: #00add2;
  --social-chat-gradient-blue-3: #1787d9;
  --social-relation-connect-now: #9162f5;
  --social-relation-contact: #1eb205;
  --social-relation-facebook: #0075fa;
  --social-relation-invite: #f2ae00;
  --social-relation-qr-code: #f2682d;
  --social-relation-share: #00abf4;
  --social-share-group-share-icon: #5476ff;
  --social-snail-1: #dd0f88;
  --social-story-create: #8357ff;
  --social-story-gradient-green-1: #0094ff;
  --social-story-gradient-green-2: #20d5ec;
  --social-story-gradient-green-3: #00ffa3;
  --social-story-gradient-purple-1: #c757ff;
  --social-story-gradient-purple-2: #6f52ff;
  --social-story-gradient-purple-3: #8357ff;
  --social-story-plus-background: #13bfe5;
  --social-story-shape-purple: rgba(124, 92, 253, 0.6600000262260437);
  --social-streak-0-1-1: #f7f0d4;
  --social-streak-0-1-2: #ffd338;
  --social-streak-0-1-3: #ba9407;
  --social-streak-0-2-1: #f7e2d4;
  --social-streak-0-2-2: #ff8c38;
  --social-streak-0-2-3: #ff5e3b;
  --social-streak-0-3-1: #ffd1d9;
  --social-streak-0-3-2: #ff6288;
  --social-streak-0-3-3: #d50f32;
  --social-streak-0-4-1: #fdcbec;
  --social-streak-0-4-2: #f262c1;
  --social-streak-0-4-3: #d9218f;
  --social-streak-0-5-1: #eacaf2;
  --social-streak-0-5-2: #e558f1;
  --social-streak-0-5-3: #af10fa;
  --social-text-streak: #ff6612;
  --ui-image-overlay-black: #000;
  --ui-image-overlay-black-a-1-5: rgba(0, 0, 0, 0.15000000596046448);
  --ui-image-overlay-black-a-2-5: rgba(0, 0, 0, 0.25);
  --ui-image-overlay-black-a-5-0: rgba(0, 0, 0, 0.5);
  --ui-image-overlay-black-a-8-0: rgba(0, 0, 0, 0.800000011920929);
  --ui-image-overlay-dark-gray-a-3-0: rgba(51, 51, 51, 0.30000001192092896);
  --ui-image-overlay-dark-gray-a-4-0: rgba(51, 51, 51, 0.4000000059604645);
  --ui-image-overlay-dark-gray-a-6-0: rgba(51, 51, 51, 0.6000000238418579);
  --ui-image-overlay-dark-gray-a-8-5: rgba(51, 51, 51, 0.8500000238418579);
  --ui-image-overlay-white: #fff;
  --ui-image-overlay-white-a-2-0: rgba(255, 255, 255, 0.20000000298023224);
  --ui-image-overlay-white-a-4-0: rgba(255, 255, 255, 0.4000000059604645);
  --ui-image-overlay-white-a-7-5: rgba(255, 255, 255, 0.75);
  --ui-page-flat-1: #000;
  --ui-page-flat-2: #1e1e1e;
  --ui-page-flat-3: #2c2c2c;
  --ui-page-grouped-1: #000;
  --ui-page-grouped-2: #1e1e1e;
  --ui-page-grouped-3: #2c2c2c;
  --ui-shape-danger: #ff4c3a;
  --ui-shape-danger-2: rgba(255, 76, 58, 0.6800000071525574);
  --ui-shape-danger-3: rgba(255, 76, 58, 0.5);
  --ui-shape-danger-4: rgba(255, 76, 58, 0.28999999165534973);
  --ui-shape-info: #0075dc;
  --ui-shape-info-2: rgba(32, 151, 255, 0.6000000238418579);
  --ui-shape-info-3: rgba(32, 151, 255, 0.4699999988079071);
  --ui-shape-info-4: rgba(32, 151, 255, 0.28999999165534973);
  --ui-shape-neutral: #fafafa;
  --ui-shape-neutral-2: rgba(255, 255, 255, 0.3199999928474426);
  --ui-shape-neutral-3: rgba(255, 255, 255, 0.1899999976158142);
  --ui-shape-neutral-4: rgba(255, 255, 255, 0.12999999523162842);
  --ui-shape-primary: #fe2c55;
  --ui-shape-primary-2: rgba(254, 44, 85, 0.6000000238418579);
  --ui-shape-primary-3: rgba(254, 44, 85, 0.4300000071525574);
  --ui-shape-primary-4: rgba(254, 44, 85, 0.27000001072883606);
  --ui-shape-primary-5: rgba(254, 44, 85, 0.12999999523162842);
  --ui-shape-secondary: #20d5ec;
  --ui-shape-secondary-2: rgba(32, 213, 236, 0.5);
  --ui-shape-secondary-3: rgba(32, 213, 236, 0.3199999928474426);
  --ui-shape-secondary-4: rgba(32, 213, 236, 0.20999999344348907);
  --ui-shape-secondary-5: rgba(32, 213, 236, 0.12999999523162842);
  --ui-shape-secondary-muted: #00a2c9;
  --ui-shape-secondary-muted-2: rgba(0, 162, 201, 0.6600000262260437);
  --ui-shape-secondary-muted-3: rgba(0, 162, 201, 0.46000000834465027);
  --ui-shape-secondary-muted-4: rgba(0, 162, 201, 0.30000001192092896);
  --ui-shape-secondary-muted-5: rgba(0, 162, 201, 0.12999999523162842);
  --ui-shape-success: #0be09b;
  --ui-shape-success-2: rgba(11, 224, 155, 0.6600000262260437);
  --ui-shape-success-3: rgba(11, 224, 155, 0.46000000834465027);
  --ui-shape-success-4: rgba(11, 224, 155, 0.25);
  --ui-shape-text-1-on-danger: #fff;
  --ui-shape-text-1-on-info: #e7f4ff;
  --ui-shape-text-1-on-neutral: #000;
  --ui-shape-text-1-on-primary: #fff;
  --ui-shape-text-1-on-secondary: #00343c;
  --ui-shape-text-1-on-secondary-muted: #fff;
  --ui-shape-text-1-on-success: #003628;
  --ui-shape-text-1-on-warning: #2d1201;
  --ui-shape-text-2-on-danger: #ffcbbe;
  --ui-shape-text-2-on-info: #8ecaff;
  --ui-shape-text-2-on-neutral: rgba(0, 0, 0, 0.47999998927116394);
  --ui-shape-text-2-on-primary: #ffd9da;
  --ui-shape-text-2-on-secondary: #006674;
  --ui-shape-text-2-on-secondary-muted: #b1f0ff;
  --ui-shape-text-2-on-success: #008568;
  --ui-shape-text-2-on-warning: #92480f;
  --ui-shape-text-on-secondary-2-or-3: #a0edfa;
  --ui-shape-text-on-secondary-4-or-5: #81ccd8;
  --ui-shape-text-on-secondary-muted-2-or-3: #ade9ff;
  --ui-shape-text-on-secondary-muted-4-or-5: #86c9e2;
  --ui-shape-warning: #fe7c02;
  --ui-shape-warning-2: rgba(254, 124, 2, 0.6700000166893005);
  --ui-shape-warning-3: rgba(254, 124, 2, 0.5099999904632568);
  --ui-shape-warning-4: rgba(254, 124, 2, 0.2800000011920929);
  --ui-sheet-backdrop-1: rgba(0, 0, 0, 0.699999988079071);
  --ui-sheet-backdrop-2: rgba(0, 0, 0, 0.5);
  --ui-sheet-flat-1: #1e1e1e;
  --ui-sheet-flat-2: #2c2c2c;
  --ui-sheet-flat-3: #3a3a3a;
  --ui-sheet-grouped-1: #1e1e1e;
  --ui-sheet-grouped-2: #2c2c2c;
  --ui-sheet-grouped-3: #3a3a3a;
  --ui-text-1: #f6f6f6;
  --ui-text-1-display: #f0f0f0;
  --ui-text-2: rgba(255, 255, 255, 0.8799999952316284);
  --ui-text-3: rgba(255, 255, 255, 0.6000000238418579);
  --ui-text-danger: #ff7660;
  --ui-text-danger-display: #ff5b48;
  --ui-text-info: #60b3ff;
  --ui-text-info-display: #60b3ff;
  --ui-text-placeholder: rgba(255, 255, 255, 0.4000000059604645);
  --ui-text-primary: #ff576f;
  --ui-text-primary-display: #ff3b5c;
  --ui-text-secondary: #20d5ec;
  --ui-text-secondary-display: #20d5ec;
  --ui-text-success: #0be09b;
  --ui-text-success-display: #0be09b;
  --ui-text-warning: #ffad7c;
  --ui-text-warning-display: #fe7c02;
  --brand-tik-tok-background: #000;
  --brand-tik-tok-background-element: #fff;
  --brand-tik-tok-razzmatazz: #fe2c55;
  --brand-tik-tok-splash: #25f4ee;
  --brand-tik-tok-spotlight: #fff;
  --brand-tik-tok-subject-in-spotlight: #000;
  --shadow-attached: rgba(0, 0, 0, 0.20999999344348907);
  --shadow-blocking: rgba(0, 0, 0, 0.23999999463558197);
  --shadow-contrast: rgba(0, 0, 0, 0.30000001192092896);
  --shadow-floating: rgba(0, 0, 0, 0.15000000596046448);
  --shadow-notice: rgba(0, 0, 0, 0.15000000596046448);
  --shadow-subtle: rgba(0, 0, 0, 0.07000000029802322);
}
@font-face {
  font-family: TikTokSans;
  src: url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans-VF.woff2?_default_font=1&v=2") format("woff2"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans-VF.ttf?_default_font=1&v=2") format("truetype");
  font-weight: 300 900;
  font-stretch: 75% 150%;
  font-style: oblique 0deg 6deg;
  font-display: fallback;
}
@font-face {
  font-family: TikTokSans16pt;
  src: url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans16pt-Regular.woff2?_default_font=1&v=2") format("woff2"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans16pt-Regular.otf?_default_font=1&v=2") format("opentype"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans16pt-Regular.ttf?_default_font=1&v=2") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: TikTokSans16pt;
  src: url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans16pt-SemiBold.woff2?_default_font=1&v=2") format("woff2"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans16pt-SemiBold.otf?_default_font=1&v=2") format("opentype"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans16pt-SemiBold.ttf?_default_font=1&v=2") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: TikTokSans16pt;
  src: url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans16pt-Bold.woff2?_default_font=1&v=2") format("woff2"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans16pt-Bold.otf?_default_font=1&v=2") format("opentype"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans16pt-Bold.ttf?_default_font=1&v=2") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: TikTokSans36pt;
  src: url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans36pt-Regular.woff2?_default_font=1&v=2") format("woff2"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans36pt-Regular.otf?_default_font=1&v=2") format("opentype"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans36pt-Regular.ttf?_default_font=1&v=2") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: TikTokSans36pt;
  src: url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans36pt-SemiBold.woff2?_default_font=1&v=2") format("woff2"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans36pt-SemiBold.otf?_default_font=1&v=2") format("opentype"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans36pt-SemiBold.ttf?_default_font=1&v=2") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: TikTokSans36pt;
  src: url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans36pt-Bold.woff2?_default_font=1&v=2") format("woff2"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans36pt-Bold.otf?_default_font=1&v=2") format("opentype"),url("https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokSans36pt-Bold.ttf?_default_font=1&v=2") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
:root {
  --tiktok-font-display: TikTokSans, TikTokSans36pt, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;;
  --tiktok-font: TikTokSans, TikTokSans16pt, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-family: var(--tiktok-font);
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIxsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIVsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIJsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI5sdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI9sdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIFsdP3pBms.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIxsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIVsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIJsdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI5sdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI9sdP3pBmtF8A.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFsdP3pBms.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root:lang(vi) {
  --tiktok-font-display: 'IBM Plex Sans', TikTokDisplayFont, system-ui, -apple-system, 'Roboto', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --tiktok-font: 'IBM Plex Sans', TikTokFont, system-ui, -apple-system, 'Roboto', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-family: var(--tiktok-font);
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }
  .container {
    max-width: 1536px;
  }
}
.H1-Bold {
  line-height: 115%;
  letter-spacing: 0px;
  font-size: 96px;
  font-weight: 700;
  font-family: var(--tiktok-font-display);
}
.P1-Bold {
  line-height: 130%;
  letter-spacing: -0.168px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--tiktok-font);
}
.P1-Regular {
  line-height: 130%;
  letter-spacing: -0.168px;
  font-size: 24px;
  font-weight: 400;
  font-family: var(--tiktok-font);
}
.P2-Bold {
  line-height: 130%;
  letter-spacing: -0.0288px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--tiktok-font);
}
.P2-Regular {
  line-height: 130%;
  letter-spacing: -0.0288px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--tiktok-font);
}
.P3-Bold {
  line-height: 130%;
  letter-spacing: 0.0304px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--tiktok-font);
}
.P3-Medium {
  line-height: 130%;
  letter-spacing: 0.0304px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--tiktok-font);
}
.P3-Regular {
  line-height: 130%;
  letter-spacing: 0.0304px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--tiktok-font);
}
.P4-Bold {
  line-height: 130%;
  letter-spacing: 0.0938px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--tiktok-font);
}
.P4-Medium {
  line-height: 130%;
  letter-spacing: 0.0938px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--tiktok-font);
}
.P4-Regular {
  line-height: 130%;
  letter-spacing: 0.0938px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--tiktok-font);
}
.P5-Medium {
  line-height: 130%;
  letter-spacing: 0.1608px;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--tiktok-font);
}
.P5-Regular {
  line-height: 130%;
  letter-spacing: 0.1608px;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--tiktok-font);
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[100\%\] {
  bottom: 100%;
}
.bottom-\[42px\] {
  bottom: 42px;
}
.bottom-\[96px\] {
  bottom: 96px;
}
.end-8 {
  inset-inline-end: 8px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 12px;
}
.top-\[-12px\] {
  top: -12px;
}
.top-\[-16px\] {
  top: -16px;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}
.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.me-8 {
  margin-inline-end: 8px;
}
.ms-2 {
  margin-inline-start: 2px;
}
.ms-4 {
  margin-inline-start: 4px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-14 {
  height: 14px;
}
.h-16 {
  height: 16px;
}
.h-20 {
  height: 20px;
}
.h-24 {
  height: 24px;
}
.h-32 {
  height: 32px;
}
.h-40 {
  height: 40px;
}
.h-\[0\.5px\] {
  height: 0.5px;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[168px\] {
  height: 168px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[298px\] {
  height: 298px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[356px\] {
  height: 356px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[96px\] {
  height: 96px;
}
.h-full {
  height: 100%;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.min-h-\[348px\] {
  min-height: 348px;
}
.w-0 {
  width: 0px;
}
.w-14 {
  width: 14px;
}
.w-16 {
  width: 16px;
}
.w-20 {
  width: 20px;
}
.w-24 {
  width: 24px;
}
.w-32 {
  width: 32px;
}
.w-40 {
  width: 40px;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[168px\] {
  width: 168px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[298px\] {
  width: 298px;
}
.w-\[334px\] {
  width: 334px;
}
.w-\[375px\] {
  width: 375px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[92px\] {
  width: 92px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-auto {
  cursor: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  user-select: none;
}
.select-text {
  user-select: text;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-16 {
  gap: 16px;
}
.gap-8 {
  gap: 8px;
}
.gap-\[5px\] {
  gap: 5px;
}
.self-start {
  align-self: flex-start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-b-\[8px\] {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.border {
  border-width: 1px;
}
.bg-BGInput {
  background-color: var(--bg-input);
}
.bg-BGQuaternary {
  background-color: var(--bg-quaternary);
}
.bg-LineSecondary {
  background-color: var(--line-secondary);
}
.bg-MiscTooltipBackground {
  background-color: var(--misc-tooltip-background);
}
.bg-Primary {
  background-color: var(--primary);
}
.bg-UIPageFlat3 {
  background-color: var(--ui-page-flat-3);
}
.bg-\[\#fe2c55\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 44 85 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.13\)\] {
  background-color: rgba(255,255,255,0.13);
}
.object-cover {
  object-fit: cover;
}
.p-8 {
  padding: 8px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pe-24 {
  padding-inline-end: 24px;
}
.ps-12 {
  padding-inline-start: 12px;
}
.ps-8 {
  padding-inline-start: 8px;
}
.pt-2 {
  padding-top: 2px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-8 {
  padding-top: 8px;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.align-text-top {
  vertical-align: text-top;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12\.5px\] {
  font-size: 12.5px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[24px\] {
  font-size: 24px;
}
.font-600 {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.leading-\[11px\] {
  line-height: 11px;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[42px\] {
  line-height: 42px;
}
.text-ConstBGInverse {
  color: var(--const-bg-inverse);
}
.text-ConstTextInverse {
  color: var(--const-text-inverse);
}
.text-ConstTextInverse2 {
  color: var(--const-text-inverse-2);
}
.text-ConstTextInverse3 {
  color: var(--const-text-inverse-3);
}
.text-MiscTooltipBackground {
  color: var(--misc-tooltip-background);
}
.text-TextPrimary {
  color: var(--text-primary);
}
.text-TextQuaternary {
  color: var(--text-quaternary);
}
.text-TextReverse {
  color: var(--text-reverse);
}
.text-TextReverse2 {
  color: var(--text-reverse-2);
}
.text-TextTertiary2 {
  color: var(--text-tertiary-2);
}
.text-UIShapeText1OnNeutral {
  color: var(--ui-shape-text-1-on-neutral);
}
.text-UIText1 {
  color: var(--ui-text-1);
}
.text-UIText3 {
  color: var(--ui-text-3);
}
.text-\[\#f6f6f6\] {
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}
.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, 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;
}
.ease-\[cubic-bezier\(\.65\2c 0\2c \.35\2c 1\)\] {
  transition-timing-function: cubic-bezier(.65,0,.35,1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:bg-BGInput:hover {
  background-color: var(--bg-input);
}
.hover\:bg-UIPageFlat3:hover {
  background-color: var(--ui-page-flat-3);
}
.hover\:px-0:hover {
  padding-left: 0px;
  padding-right: 0px;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.ltr\:left-12:where([dir="ltr"], [dir="ltr"] *) {
  left: 12px;
}
.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0px;
}
.ltr\:right-\[-8px\]:where([dir="ltr"], [dir="ltr"] *) {
  right: -8px;
}
.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 2px;
}
.ltr\:ml-4:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 4px;
}
.ltr\:mr-4:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 4px;
}
.ltr\:mr-8:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 8px;
}
.ltr\:rounded-r-\[12px\]:where([dir="ltr"], [dir="ltr"] *) {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.ltr\:pr-4:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 4px;
}
.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}
.rtl\:left-\[-8px\]:where([dir="rtl"], [dir="rtl"] *) {
  left: -8px;
}
.rtl\:right-12:where([dir="rtl"], [dir="rtl"] *) {
  right: 12px;
}
.rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 4px;
}
.rtl\:ml-8:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 8px;
}
.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 2px;
}
.rtl\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 4px;
}
.rtl\:rounded-l-\[12px\]:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.rtl\:pl-4:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 4px;
}

:root {
  --tux-colorPositive: rgba(11, 224, 155, 1);
  --tux-colorNegative: rgba(255, 76, 58, 1);
  --tux-colorToastDefault: rgba(84, 84, 84, 0.92);
  --tux-colorToastNegative: rgba(255, 76, 58, 0.92);
  --tux-colorSecondary: rgba(32, 213, 236, 1);
  --tux-colorSecondary2: rgba(16, 162, 197, 1);
  --tux-colorPositive2: rgba(79, 171, 126, 1);

  --tux-colorConstTextInverse: rgba(255, 255, 255, 1);
  --tux-colorConstTextInverse2: rgba(255, 255, 255, 0.9);
  --tux-colorConstTextInverse3: rgba(255, 255, 255, 0.75);
  --tux-colorConstTextInverse4: rgba(255, 255, 255, 0.5);
  --tux-colorConstTextInverse5: rgba(255, 255, 255, 0.34);
  --tux-colorConstTextPrimary: rgba(22, 24, 35, 1);

  --tux-colorConstBGInverse: rgba(0, 0, 0, 1);
  --tux-colorConstBGInverse2: rgba(0, 0, 0, 0.6);
  --tux-colorConstBGInverse3: rgba(37, 37, 37, 0.6);
  --tux-colorConstBGInverse4: rgba(84, 84, 84, 0.5);
  --tux-colorBGCreation: rgba(0, 0, 0, 1);
  --tux-colorBGCreation2: rgba(27, 27, 27, 1);
  --tux-colorBGCreation5: rgba(0, 0, 0, 0.15);
  --tux-colorConstBGMat: rgba(255, 255, 255, 0.2);
  --tux-colorConstBGContainer: rgba(255, 255, 255, 0.12);
  --tux-colorConstBGContainer2: rgba(255, 255, 255, 0.08);
  --tux-colorConstBGContainer3: rgba(255, 255, 255, 0.04);
  --tux-colorConstBGPlaceholderOpaque: rgba(241, 241, 241, 1);
  --tux-colorConstBGInverseOpaque: rgba(37, 37, 37, 1);
  --tux-colorConstBGInverse1: rgba(56, 56, 56, 0.95);

  --tux-colorConstLineInverse: rgba(255, 255, 255, 0.2);
  --tux-colorConstLineInverse2: rgba(255, 255, 255, 0.12);

  --tux-colorSDPrimary: rgba(0, 0, 0, 0.8);

  --tux-gradientLive: linear-gradient(131.17deg, #ff1764 0%, #ed3495 94.15%);
  --tux-gradientVideoCoverOverlay: linear-gradient(
    180deg,
    rgba(22, 24, 35, 0.0001) 2.92%,
    rgba(22, 24, 35, 0.5) 98.99%
  );

  --tux-colorAssistColorYellow: rgba(250, 206, 21, 1);
}

:root,
[data-theme='light'],
[data-tux-theme='light'] {
  --tux-colorPrimary: rgba(254, 44, 85, 1);
  --tux-colorPrimary-tint-4: rgba(244, 42, 82, 1);
  --tux-colorPrimary-tint-8: rgba(234, 40, 78, 1);
  --tux-colorPrimary-tint-12: rgba(224, 39, 75, 1);
  --tux-colorPrimary-opacity-0: rgba(254, 44, 85, 0);
  --tux-colorPrimary-opacity-4: rgba(254, 44, 85, 0.04);
  --tux-colorPrimary-opacity-8: rgba(254, 44, 85, 0.08);
  --tux-colorPrimary-opacity-12: rgba(254, 44, 85, 0.12);

  --tux-colorLink: rgba(254, 44, 85, 1);
  --tux-colorPrimary2: rgba(22, 24, 35, 1);

  --tux-colorTextPrimary: rgba(22, 24, 35, 1);
  --tux-colorTextSecondary: rgba(22, 24, 35, 0.75);
  --tux-colorTextTertiary: rgba(22, 24, 35, 0.5);
  --tux-colorTextQuaternary: rgba(22, 24, 35, 0.34);

  --tux-colorBGPrimary: rgba(255, 255, 255, 1);

  --tux-colorBGSecondary: rgba(255, 255, 255, 1);
  --tux-colorBGSecondary-tint-4: rgba(245, 245, 245, 1);
  --tux-colorBGSecondary-tint-8: rgba(235, 235, 235, 1);
  --tux-colorBGSecondary-tint-12: rgba(224, 224, 224, 1);
  --tux-colorBGSecondary-opacity-0: rgba(255, 255, 255, 0);
  --tux-colorBGSecondary-opacity-4: rgba(255, 255, 255, 0.04);
  --tux-colorBGSecondary-opacity-8: rgba(255, 255, 255, 0.08);
  --tux-colorBGSecondary-opacity-12: rgba(255, 255, 255, 0.12);

  --tux-colorBGTertiary: rgba(255, 255, 255, 1);
  --tux-colorBGQuaternary: rgba(255, 255, 255, 1);
  --tux-colorBGQuinary: rgba(255, 255, 255, 1);
  --tux-colorBGSecondary2: rgba(255, 255, 255, 1);
  --tux-colorBGTertiary2: rgba(255, 255, 255, 1);
  --tux-colorBGPlaceholderDefault: rgba(22, 24, 35, 0.06);
  --tux-colorBGPlaceholderOpaque: rgba(241, 241, 241, 1);
  --tux-colorBGInput: rgba(22, 24, 35, 0.06);
  --tux-colorBGInput2: rgba(22, 24, 35, 0.06);
  --tux-colorBGView: rgba(22, 24, 35, 0.03);
  --tux-colorBGCreation3: rgba(248, 248, 248, 1);
  --tux-colorBGCreation4: rgba(255, 255, 255, 1);
  --tux-colorBGHover: rgba(22, 24, 35, 0.06);
  --tux-colorBGBrand: rgba(254, 44, 85, 0.06);

  --tux-colorLinePrimary: rgba(22, 24, 35, 0.2);
  --tux-colorLineSecondary: rgba(22, 24, 35, 0.12);
  --tux-colorLineInput: rgba(22, 24, 35, 0.5);
  --tux-colorLinePrimary2: rgba(22, 24, 35, 0.2);
  --tux-colorLineSecondary2: rgba(22, 24, 35, 0.12);
  --tux-colorLineSecondary3: rgba(22, 24, 35, 0.12);
  --tux-colorLineDarker: rgba(22, 24, 35, 0.12);

  --tux-colorSDSecondary: rgba(0, 0, 0, 0.5);
  --tux-colorSDTertiary: rgba(0, 0, 0, 0.2);
}

[data-theme='dark'],
[data-tux-theme='dark'] {
  --tux-colorPrimary: rgba(255, 59, 92, 1);
  --tux-colorPrimary-tint-4: rgba(255, 67, 99, 1);
  --tux-colorPrimary-tint-8: rgba(255, 75, 105, 1);
  --tux-colorPrimary-tint-12: rgba(255, 83, 112, 1);
  --tux-colorPrimary-opacity-0: rgba(255, 59, 92, 0);
  --tux-colorPrimary-opacity-4: rgba(255, 59, 92, 0.04);
  --tux-colorPrimary-opacity-8: rgba(255, 59, 92, 0.08);
  --tux-colorPrimary-opacity-12: rgba(255, 59, 92, 0.12);

  --tux-colorLink: rgba(255, 59, 92, 1);
  --tux-colorPrimary2: rgba(255, 255, 255, 0.9);

  --tux-colorTextPrimary: rgba(255, 255, 255, 0.9);
  --tux-colorTextSecondary: rgba(255, 255, 255, 0.75);
  --tux-colorTextTertiary: rgba(255, 255, 255, 0.5);
  --tux-colorTextQuaternary: rgba(255, 255, 255, 0.34);

  --tux-colorBGPrimary: rgba(18, 18, 18, 1);

  --tux-colorBGSecondary: rgba(37, 37, 37, 1);
  --tux-colorBGSecondary-tint-4: rgba(46, 46, 46, 1);
  --tux-colorBGSecondary-tint-8: rgba(54, 54, 54, 1);
  --tux-colorBGSecondary-tint-12: rgba(63, 63, 63, 1);
  --tux-colorBGSecondary-opacity-0: rgba(37, 37, 37, 0);
  --tux-colorBGSecondary-opacity-4: rgba(37, 37, 37, 0.04);
  --tux-colorBGSecondary-opacity-8: rgba(37, 37, 37, 0.08);
  --tux-colorBGSecondary-opacity-12: rgba(37, 37, 37, 0.12);

  --tux-colorBGTertiary: rgba(46, 46, 46, 1);
  --tux-colorBGQuaternary: rgba(56, 56, 56, 1);
  --tux-colorBGQuinary: rgba(75, 75, 75, 1);
  --tux-colorBGSecondary2: rgba(255, 255, 255, 0.08);
  --tux-colorBGTertiary2: rgba(255, 255, 255, 0.12);
  --tux-colorBGPlaceholderDefault: rgba(255, 255, 255, 0.08);
  --tux-colorBGPlaceholderOpaque: rgba(37, 37, 37, 1);
  --tux-colorBGInput: rgba(255, 255, 255, 0.12);
  --tux-colorBGInput2: rgba(255, 255, 255, 0.08);
  --tux-colorBGView: rgba(255, 255, 255, 0.04);
  --tux-colorBGCreation3: rgba(18, 18, 18, 1);
  --tux-colorBGCreation4: rgba(27, 27, 27, 1);
  --tux-colorBGBrand: rgba(254, 44, 85, 0.34);

  --tux-colorLinePrimary: rgba(255, 255, 255, 0);
  --tux-colorLineSecondary: rgba(255, 255, 255, 0.12);
  --tux-colorLineInput: rgba(255, 255, 255, 0.5);
  --tux-colorLinePrimary2: rgba(255, 255, 255, 0.2);
  --tux-colorLineSecondary2: rgba(255, 255, 255, 0);
  --tux-colorLineSecondary3: rgba(255, 255, 255, 0.5);
  --tux-colorLineDarker: rgba(0, 0, 0, 0.6);

  --tux-colorSDSecondary: rgba(0, 0, 0, 0.68);
  --tux-colorSDTertiary: rgba(0, 0, 0, 0.5);
}

:root {
  --tux-boxShadowIcon: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  --tux-boxShadowLayer: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  --tux-boxShadowNotice: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  --tux-fontFamilyHeading: 'TikTokDisplayFont', Arial, Tahoma, PingFangSC, sans-serif;
  --tux-fontFamilyParagraph: 'TikTokFont', Arial, Tahoma, PingFangSC, sans-serif;

  --tux-fontWeightRegular: 400;
  --tux-fontWeightSemibold: 500;
  --tux-fontWeightBold: 700;

  --tux-fontSizeH1: 96px;
  --tux-fontSizeH2: 72px;
  --tux-fontSizeH3: 56px;
  --tux-fontSizeH4: 48px;
  --tux-fontSizeH5: 32px;
  --tux-fontSizeH6: 24px;
  --tux-fontSizeH7: 18px;

  --tux-fontSizeP1: 24px;
  --tux-fontSizeP2: 18px;
  --tux-fontSizeP3: 16px;
  --tux-fontSizeP4: 14px;
  --tux-fontSizeP5: 12px;
}

@font-face {
  font-family: 'TikTokFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Regular.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Regular.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Regular.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Bold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Bold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Bold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokDisplayFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Regular.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Regular.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Regular.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokDisplayFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokDisplayFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokDisplayFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Bold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Bold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Bold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

/* Color */

.tux-color-TextPrimary {
  color: var(--tux-colorTextPrimary);
}

.tux-color-TextSecondary {
  color: var(--tux-colorTextSecondary);
}

.tux-color-TextTertiary {
  color: var(--tux-colorTextTertiary);
}

.tux-color-TextQuaternary {
  color: var(--tux-colorTextQuaternary);
}

.tux-color-Link {
  color: var(--tux-colorLink);
}

.tux-color-Primary {
  color: var(--tux-colorPrimary);
}

.tux-color-Primary2 {
  color: var(--tux-colorPrimary2);
}

.tux-color-Secondary {
  color: var(--tux-colorSecondary);
}

.tux-color-Secondary2 {
  color: var(--tux-colorSecondary2);
}

.tux-color-Positive {
  color: var(--tux-colorPositive);
}

.tux-color-Positive2 {
  color: var(--tux-colorPositive2);
}

.tux-colorNegative {
  color: var(--tux-colorNegative);
}

.tux-color-ConstTextPrimary {
  color: var(--tux-colorConstTextPrimary);
}

.tux-color-ConstTextInverse {
  color: var(--tux-colorConstTextInverse);
}

.tux-color-ConstTextInverse2 {
  color: var(--tux-colorConstTextInverse2);
}

.tux-color-ConstTextInverse3 {
  color: var(--tux-colorConstTextInverse3);
}

.tux-color-ConstTextInverse4 {
  color: var(--tux-colorConstTextInverse4);
}

.tux-color-ConstTextInverse5 {
  color: var(--tux-colorConstTextInverse5);
}

.tux-color-AssistColorYellow {
  color: var(--tux-colorAssistColorYellow);
}

/* Background color */

.tux-background-BGPrimary {
  background-color: var(--tux-colorBGPrimary);
}

.tux-background-BGSecondary {
  background-color: var(--tux-colorBGSecondary);
}

.tux-background-BGSecondary2 {
  background-color: var(--tux-colorBGSecondary2);
}

.tux-background-BGTertiary {
  background-color: var(--tux-colorBGTertiary);
}

.tux-background-BGTertiary2 {
  background-color: var(--tux-colorBGTertiary2);
}

.tux-background-BGQuaternary {
  background-color: var(--tux-colorBGQuaternary);
}

.tux-background-BGQuinary {
  background-color: var(--tux-colorBGQuinary);
}

.tux-background-BGInput {
  background-color: var(--tux-colorBGInput);
}

.tux-background-BGInput2 {
  background-color: var(--tux-colorBGInput2);
}

.tux-background-BGView {
  background-color: var(--tux-colorBGView);
}

.tux-background-BGHover {
  background-color: var(--tux-colorBGHover);
}

.tux-background-BGBrand {
  background-color: var(--tux-colorBGBrand);
}

.tux-background-BGPlaceholderDefault {
  background-color: var(--tux-colorBGPlaceholderDefault);
}

.tux-background-BGPlaceholderOpaque {
  background-color: var(--tux-colorBGPlaceholderOpaque);
}

.tux-background-ToastDefault {
  background-color: var(--tux-colorToastDefault);
}

.tux-background-ToastNegative {
  background-color: var(--tux-colorToastNegative);
}

.tux-background-ConstBGInverse {
  background-color: var(--tux-colorConstBGInverse);
}

.tux-background-ConstBGInverse1 {
  background-color: var(--tux-colorConstBGInverse1);
}

.tux-background-ConstBGInverse2 {
  background-color: var(--tux-colorBGConstBGInverse2);
}

.tux-background-ConstBGInverse3 {
  background-color: var(--tux-colorBGConstBGInverse3);
}

.tux-background-ConstBGInverse4 {
  background-color: var(--tux-colorBGConstBGInverse4);
}

.tux-background-BGCreation {
  background-color: var(--tux-colorBGCreation);
}

.tux-background-BGCreation2 {
  background-color: var(--tux-colorBGCreation2);
}

.tux-background-BGCreation3 {
  background-color: var(--tux-colorBGCreation3);
}

.tux-background-BGCreation4 {
  background-color: var(--tux-colorBGCreation4);
}

.tux-background-BGCreation5 {
  background-color: var(--tux-colorBGCreation5);
}

.tux-background-ConstBGMat {
  background-color: var(--tux-colorConstBGMat);
}

.tux-background-ConstBGContainer {
  background-color: var(--tux-colorConstBGContainer);
}

.tux-background-ConstBGContainer2 {
  background-color: var(--tux-colorConstBGContainer2);
}

.tux-background-ConstBGContainer3 {
  background-color: var(--tux-colorConstBGContainer3);
}

.tux-background-ConstBGPlaceholderOpaque {
  background-color: var(--tux-colorConstBGPlaceholderOpaque);
}

._TUXInputLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._TUXInputLabel--hidden {
  display: none;
}

[dir="ltr"] ._TUXInputLabel-tooltipIcon {
  margin-left: 6px;
}

[dir="rtl"] ._TUXInputLabel-tooltipIcon {
  margin-right: 6px;
}

._TUXInputLabel-tooltipIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
  height: 16px;
  width: 16px;
}

._TUXInputError {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._TUXInputError-icon {
  height: 14px;
}

._TUXChip-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  font-family: var(--tux-fontFamilyParagraph);
  font-weight: var(--tux-fontWeightSemibold);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}

._TUXChip-container--small {
  height: 40px;
  max-width: 360px;
  padding-left: 20px;
  padding-right: 20px;
  padding-inline: 20px;
  font-size: var(--tux-fontSizeP3);
}

._TUXChip-container--large {
  height: 50px;
  max-width: 450px;
  padding-left: 30px;
  padding-right: 30px;
  padding-inline: 30px;
  font-size: var(--tux-fontSizeP1);
}

._TUXChip-iconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[dir="ltr"] ._TUXChip-iconContainer--small {
  margin-right: 4px;
}

[dir="rtl"] ._TUXChip-iconContainer--small {
  margin-left: 4px;
}

._TUXChip-iconContainer--small {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}

[dir="ltr"] ._TUXChip-iconContainer--large {
  margin-right: 8px;
}

[dir="rtl"] ._TUXChip-iconContainer--large {
  margin-left: 8px;
}

._TUXChip-iconContainer--large {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

._TUXChip-iconContainer > * {
  height: 1em;
  width: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

._TUXTooltip-reference {
  display: inline-block;
}

._TUXTooltip-tooltip {
  padding: 12px;
  border-radius: 8px;
  -webkit-box-shadow: var(--tux-boxShadowNotice);
          box-shadow: var(--tux-boxShadowNotice);
  -webkit-transition: opacity 300ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 300ms cubic-bezier(0.65, 0, 0.35, 1); /* TODO: consider making this a variable */
  opacity: 0;
}

._TUXTooltip-tooltip--small {
  max-width: 240px;
}

._TUXTooltip-tooltip--medium {
  max-width: 360px;
}

._TUXTooltip-tooltip--primary {
  background-color: var(--tux-colorSecondary2);
  color: var(--tux-colorSecondary2); /* This will set the color of the arrow SVG */
}

._TUXTooltip-tooltip--secondary {
  background-color: var(--tux-colorToastDefault);
  color: var(--tux-colorToastDefault); /* This will set the color of the arrow SVG */
}

._TUXTooltip-tooltip--popover {
  background-color: var(--tux-colorBGSecondary);
  color: var(--tux-colorBGSecondary); /* This will set the color of the arrow SVG */
}

._TUXTooltip-tooltip--initial,
._TUXTooltip-tooltip--close {
  opacity: 0;
}

._TUXTooltip-tooltip--open {
  opacity: 1;
}

._TUXTooltip-content--primary {
  color: var(--tux-colorConstTextInverse);
}

._TUXTooltip-content--secondary {
  color: var(--tux-colorConstTextInverse);
}

._TUXTooltip-content--popover {
  color: var(--tux-colorTextPrimary);
}

._TUXRadioStandalone-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 999px;
}

._TUXRadioStandalone-container--disabled {
  opacity: 0.34;
  background-color: var(--tux-colorBGInput);
}

._TUXRadioStandalone-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

._TUXRadioStandalone-input:disabled {
  cursor: not-allowed;
}

._TUXRadioStandalone-circleOutside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: var(--tux-colorLineSecondary);
}

/* Light up the outer circle when the input is checked */

[data-tux-radio-input]:checked ~ ._TUXRadioStandalone-circleOutside {
  color: var(--tux-colorPrimary);
}

/* Light up the outer circle when the input is hovered or focused */

[data-tux-radio-input]:not(:disabled):hover ~ ._TUXRadioStandalone-circleOutside,
[data-tux-radio-input].focus-visible ~ ._TUXRadioStandalone-circleOutside {
  color: rgba(234, 40, 78, 1);
}

[data-tux-radio-input]:not(:disabled):hover ~ ._TUXRadioStandalone-circleOutside,
[data-tux-radio-input]:focus-visible ~ ._TUXRadioStandalone-circleOutside {
  color: rgba(234, 40, 78, 1);
}

/* Light up the outer circle when the input is active */

[data-tux-radio-input]:not(:disabled):active ~ ._TUXRadioStandalone-circleOutside {
  color: rgba(224, 39, 75, 1);
}

._TUXRadioStandalone-circleInside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  color: var(--tux-colorPrimary);
  pointer-events: none;
  visibility: hidden;
}

/* Show up the inner circle when the input is checked */

[data-tux-radio-input]:checked ~ ._TUXRadioStandalone-circleInside {
  visibility: visible;
}

/* Light up the inner circle when the input is hovered or focused */

[data-tux-radio-input]:not(:disabled):hover ~ ._TUXRadioStandalone-circleInside,
[data-tux-radio-input].focus-visible ~ ._TUXRadioStandalone-circleInside {
  color: rgba(234, 40, 78, 1);
}

[data-tux-radio-input]:not(:disabled):hover ~ ._TUXRadioStandalone-circleInside,
[data-tux-radio-input]:focus-visible ~ ._TUXRadioStandalone-circleInside {
  color: rgba(234, 40, 78, 1);
}

/* Light up the inner circle when the input is active */

[data-tux-radio-input]:not(:disabled):active ~ ._TUXRadioStandalone-circleInside {
  color: rgba(224, 39, 75, 1);
}

._TUXRadio-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._TUXRadio-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* Use padding instead of margin so the gap between button and label remains clickable */

[dir="ltr"] ._TUXRadio-label--before {
  padding-left: 0px;
}

[dir="rtl"] ._TUXRadio-label--before {
  padding-right: 0px;
}

[dir="ltr"] ._TUXRadio-label--before {
  padding-right: 12px;
}

[dir="rtl"] ._TUXRadio-label--before {
  padding-left: 12px;
}

._TUXRadio-label--before {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
}

[dir="ltr"] ._TUXRadio-label--after {
  padding-left: 12px;
}

[dir="rtl"] ._TUXRadio-label--after {
  padding-right: 12px;
}

[dir="ltr"] ._TUXRadio-label--after {
  padding-right: 0px;
}

[dir="rtl"] ._TUXRadio-label--after {
  padding-left: 0px;
}

._TUXRadio-label--after {
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
  -webkit-padding-end: 0px;
          padding-inline-end: 0px;
}

._TUXMenu-container {
  min-width: 240px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-block: 3px;
}

._TUXMenuItem-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-block: 7px;
  padding-left: 11px;
  padding-right: 11px;
  padding-inline: 11px;
  cursor: pointer;
  white-space: nowrap;

  text-decoration: none;
  font-family: var(--tux-fontFamilyParagraph);
  font-size: var(--tux-fontSizeP3);
  font-weight: var(--tux-fontWeightRegular);
  color: var(--tux-colorTextPrimary);

  /* Reset button styles if used as a button */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}

._TUXMenuItem-container:hover {
  background-color: var(--tux-colorBGView);
}

._TUXMenuItem-container:disabled {
  background-color: var(--tuxColorBGView);
  color: var(--tux-colorTextQuaternary);
  cursor: not-allowed;
}

._TUXMenuItem-container:disabled:hover {
  background-color: transparent;
}

._TUXTimeInput-inputContainer {
  margin-top: 6px;
  -webkit-margin-before: 6px;
          margin-block-start: 6px;
}

._TUXTimeInput-inputContainer--hasDescription {
  margin-top: 4px;
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}

._TUXTimeInput-inputContainer--isLabelHidden {
  margin-top: 0px;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
}

._TUXTimeInput-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 36px;
  min-width: 140px;
  padding-left: 11px;
  padding-right: 11px;
  padding-inline: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--tux-colorLineSecondary);
  border-radius: 2px;
  background-color: var(--tux-colorBGPrimary);
  outline: none;
  cursor: pointer;
}

._TUXTimeInput-button--large {
  height: 48px;
}

._TUXTimeInput-button--error {
  border-color: var(--tux-colorNegative);
}

._TUXTimeInput-button:disabled {
  color: var(--tux-colorTextQuaternary);
  background-color: var(--tux-colorBGInput);
  cursor: not-allowed;
}

._TUXTimeInput-button.focus-visible:not(:disabled) {
  border-color: var(--tux-colorLineInput);
}

._TUXTimeInput-button:focus-visible:not(:disabled) {
  border-color: var(--tux-colorLineInput);
}

._TUXTimeInput-button:hover:not(:disabled) {
  background-color: var(--tux-colorBGSecondary-tint-4);
}

[dir="ltr"] ._TUXTimeInput-buttonIcon {
  margin-right: 8px;
}

[dir="rtl"] ._TUXTimeInput-buttonIcon {
  margin-left: 8px;
}

._TUXTimeInput-buttonIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 16px;
  width: 16px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  color: inherit;
}

._TUXTimeInput-popoverContent {
  height: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._TUXTimeInput-list {
  overflow-y: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  padding-block: 96px;
}

[dir="ltr"] ._TUXTimeInput-list:not(:last-child) {
  border-right: 1px solid var(--tux-colorLineSecondary);
}

[dir="rtl"] ._TUXTimeInput-list:not(:last-child) {
  border-left: 1px solid var(--tux-colorLineSecondary);
}

._TUXTimeInput-list:not(:last-child) {
  -webkit-border-end: 1px solid var(--tux-colorLineSecondary);
          border-inline-end: 1px solid var(--tux-colorLineSecondary);
}

._TUXTimeInput-timeOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  width: 64px;
  color: var(--tux-colorTextPrimary);
  cursor: pointer;
}

._TUXTimeInput-timeOption:not(._TUXTimeInput-timeOption--disabled):hover {
  background-color: var(--tux-colorBGView);
}

._TUXTimeInput-timeOption--selected {
  color: var(--tux-colorPrimary);
  background-color: var(--tux-colorBGPrimary);
  font-weight: 700;
}

._TUXTimeInput-timeOption--disabled {
  color: var(--tux-colorTextTertiary);
}

._TUXTimeInput-timeOption--selected._TUXTimeInput-timeOption--disabled {
  background-color: var(--tux-colorNegative);
  color: var(--tux-colorConstTextInverse);
}

._TUXSidesheet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  overflow: hidden;

  --tux-sidesheetTransitionDuration: 0.3s;
}

._TUXSidesheet--alignStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

._TUXSidesheet--alignEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

._TUXSidesheet-backdrop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: var(--tux-colorSDSecondary);
  opacity: 0;

  -webkit-transition-property: opacity;

  transition-property: opacity;
  -webkit-transition-duration: var(--tux-sidesheetTransitionDuration);
          transition-duration: var(--tux-sidesheetTransitionDuration);
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

._TUXSidesheet-backdrop--entering {
  opacity: 1;
}

._TUXSidesheet-backdrop--entered {
  opacity: 1;
}

._TUXSidesheet-backdrop--exiting {
  opacity: 0;
}

._TUXSidesheet-backdrop--exited {
  opacity: 0;
}

._TUXSidesheet-sheet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--tux-colorBGPrimary);
  -webkit-box-shadow: var(--tux-boxShadowNotice);
          box-shadow: var(--tux-boxShadowNotice);
  width: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: var(--tux-sidesheetTransitionDuration);
          transition-duration: var(--tux-sidesheetTransitionDuration);
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* stylelint-disable selector-no-qualifying-type */

body:not([dir='rtl']) ._TUXSidesheet-sheet--alignStart,
body[dir='rtl'] ._TUXSidesheet-sheet--alignEnd {
  /* Sliding in from left. */
  --tux-sidesheet-exitTranslateX: -100%;
}

body:not([dir='rtl']) ._TUXSidesheet-sheet--alignEnd,
body[dir='rtl'] ._TUXSidesheet-sheet--alignStart {
  /* Sliding in from right. */
  --tux-sidesheet-exitTranslateX: +100%;
}

/* stylelint-enable selector-no-qualifying-type */

._TUXSidesheet-sheet--entering {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

._TUXSidesheet-sheet--entered {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

._TUXSidesheet-sheet--exiting {
  -webkit-transform: translateX(var(--tux-sidesheet-exitTranslateX));
          transform: translateX(var(--tux-sidesheet-exitTranslateX));
  opacity: 0;
}

._TUXSidesheet-sheet--exited {
  -webkit-transform: translateX(var(--tux-sidesheet-exitTranslateX));
          transform: translateX(var(--tux-sidesheet-exitTranslateX));
  opacity: 0;
}

@-webkit-keyframes TUXSkeleton__background--light {
  0% {
    background-color: rgba(22, 24, 35, 0.1);
  }

  50.0% {
    background-color: var(--tux-colorBGView);
  }

  100.0% {
    background-color: rgba(22, 24, 35, 0.1);
  }
}

@keyframes TUXSkeleton__background--light {
  0% {
    background-color: rgba(22, 24, 35, 0.1);
  }

  50.0% {
    background-color: var(--tux-colorBGView);
  }

  100.0% {
    background-color: rgba(22, 24, 35, 0.1);
  }
}

@-webkit-keyframes TUXSkeleton__background--dark {
  0% {
    background-color: rgba(255, 255, 255, 0.1);
  }

  50.0% {
    background-color: var(--tux-colorBGView);
  }

  100.0% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@keyframes TUXSkeleton__background--dark {
  0% {
    background-color: rgba(255, 255, 255, 0.1);
  }

  50.0% {
    background-color: var(--tux-colorBGView);
  }

  100.0% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

._TUXSkeleton {
  background-color: var(--tux-colorBGView);
  -webkit-animation-name: TUXSkeleton__background--light;
          animation-name: TUXSkeleton__background--light;
  -webkit-animation-duration: 1600ms;
          animation-duration: 1600ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

[data-theme='dark'] ._TUXSkeleton {
  -webkit-animation-name: TUXSkeleton__background--dark;
          animation-name: TUXSkeleton__background--dark;
}

._TUXSkeletonCircle {
  border-radius: 50%;
}

._TUXSkeletonRectangle {
  border-radius: 2px;
}

._TUXSkeletonCell {
  border-radius: 24px;
}

._TUXDropdownButton-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 11px;
  padding-right: 11px;
  padding-inline: 11px;
  border: 1px solid var(--tux-colorLineSecondary);
  color: var(--tux-colorTextPrimary);
  background-color: var(--tux-colorBGSecondary);
  border-radius: 2px;
  font-weight: var(--tux-fontWeightSemibold);
  font-family: var(--tux-fontFamilyParagraph);
  cursor: pointer;
}

._TUXDropdownButton-button:not(:disabled):hover {
  background-color: var(--tux-colorBGSecondary-tint-4);
  border-color: var(--tux-colorLinePrimary);
}

._TUXDropdownButton-button:not(:disabled):active {
  background-color: var(--tux-colorBGSecondary-tint-8);
  border-color: var(--tux-colorLinePrimary);
}

._TUXDropdownButton-button:disabled {
  color: var(--tux-colorTextQuaternary);
  cursor: not-allowed;
}

._TUXDropdownButton-button--small {
  font-size: var(--tux-fontSizeP4);
  height: 28px;
  padding-left: 11px;
  padding-right: 11px;
  padding-inline: 11px;
}

._TUXDropdownButton-button--medium {
  font-size: var(--tux-fontSizeP3);
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  padding-inline: 15px;
}

._TUXDropdownButton-button--large {
  font-size: var(--tux-fontSizeP3);
  height: 48px;
  padding-left: 23px;
  padding-right: 23px;
  padding-inline: 23px;
}

._TUXDropdownButton-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* TODO: make this timing function into a CSS variable */
  -webkit-transition: -webkit-transform 220ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 220ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 220ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 220ms cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 220ms cubic-bezier(0.65, 0, 0.35, 1);
}

[dir="ltr"] ._TUXDropdownButton-button--small ._TUXDropdownButton-icon {
  margin-left: 2px;
}

[dir="rtl"] ._TUXDropdownButton-button--small ._TUXDropdownButton-icon {
  margin-right: 2px;
}

._TUXDropdownButton-button--small ._TUXDropdownButton-icon {
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
}

[dir="ltr"] ._TUXDropdownButton-button--medium ._TUXDropdownButton-icon {
  margin-left: 4px;
}

[dir="rtl"] ._TUXDropdownButton-button--medium ._TUXDropdownButton-icon {
  margin-right: 4px;
}

._TUXDropdownButton-button--medium ._TUXDropdownButton-icon {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}

[dir="ltr"] ._TUXDropdownButton-button--large ._TUXDropdownButton-icon {
  margin-left: 4px;
}

[dir="rtl"] ._TUXDropdownButton-button--large ._TUXDropdownButton-icon {
  margin-right: 4px;
}

._TUXDropdownButton-button--large ._TUXDropdownButton-icon {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}

._TUXDropdownButton-icon--isOpen {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

._TUXAccordion-container {
  background-color: var(--tux-colorBGSecondary);
}

[dir="ltr"] ._TUXAccordion-sectionHeader {
  text-align: left;
}

[dir="rtl"] ._TUXAccordion-sectionHeader {
  text-align: right;
}

._TUXAccordion-sectionHeader {
  /* reset button appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
  text-align: start;

  padding-top: 16px;

  padding-bottom: 16px;

  padding-block: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--tux-colorBGSecondary);
  cursor: pointer;
}

._TUXAccordion-sectionHeader:hover {
  background-color: var(--tux-colorBGSecondary-tint-4);
}

._TUXAccordion-sectionHeader:active {
  background-color: var(--tux-colorBGSecondary-tint-8);
}

[dir="ltr"] ._TUXAccordion-triangleIcon {
  margin-left: 48px;
}

[dir="rtl"] ._TUXAccordion-triangleIcon {
  margin-right: 48px;
}

._TUXAccordion-triangleIcon {
  height: 16px;
  width: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-start: 48px;
          margin-inline-start: 48px;
  color: var(--tux-colorTextPrimary);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 220ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 220ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 220ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 220ms cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 220ms cubic-bezier(0.65, 0, 0.35, 1);
}

/* stylelint-disable selector-no-qualifying-type */

body[dir='rtl'] ._TUXAccordion-triangleIcon {
  -webkit-transform: rotate(+90deg);
          transform: rotate(+90deg);
}

body[dir='rtl'] ._TUXAccordion-triangleIcon--isOpen,
._TUXAccordion-triangleIcon--isOpen {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* stylelint-enable selector-no-qualifying-type */

._TUXAccordion-sectionDivider {
  margin-left: 24px;
  margin-right: 24px;
  margin-inline: 24px;
  border-top: 1px solid var(--tux-colorLineSecondary);
}

._TUXAccordion-sectionContent {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-block: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-inline: 24px;
}

._TUXModalHeader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  min-height: 84px;
  overflow: hidden;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-self: space-between;

  padding: 24px;
  margin-top: 2px;
}

._TUXModalTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  text-align: center;
  margin: 32px auto 8px;
  overflow: hidden;
}

._TUXModalBody {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-box-flex: 1;

      -ms-flex-positive: 1;

          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;

  overflow-y: auto;
  overflow-x: hidden;

  padding: 24px;
}

._TUXModalFooter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;

  padding: 24px;
  gap: 8px;
}

._TUXModalCloseButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: none;
  cursor: pointer;

  height: 32px;
  width: 32px;
  font-size: 32px;
  padding: 0;

  background: transparent;
  color: var(--tux-colorTextSecondary);
}

._TUXModal-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  overflow: auto;

  --tux-modalTransitionDuration: 0.3s;
}

._TUXModal-verticalPositionWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;

  max-height: 100vh;
  overflow: visible;
}

._TUXModal-verticalPaddingWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  padding: 32px 16px;
  max-width: 100vw;
}

._TUXModal-backdrop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: var(--tux-colorSDSecondary);
  opacity: 0;

  -webkit-transition-property: opacity;

  transition-property: opacity;
  -webkit-transition-duration: var(--tux-modalTransitionDuration);
          transition-duration: var(--tux-modalTransitionDuration);
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

._TUXModal-backdrop--entering {
  opacity: 1;
}

._TUXModal-backdrop--entered {
  opacity: 1;
}

._TUXModal-backdrop--exiting {
  opacity: 0;
}

._TUXModal-backdrop--exited {
  opacity: 0;
}

._TUXModal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  background-color: var(--tux-colorBGPrimary);
  -webkit-box-shadow: var(--tux-boxShadowNotice);
          box-shadow: var(--tux-boxShadowNotice);

  max-width: calc(100vw - 32px);
  overflow: hidden;

  border-radius: 8px;
  outline: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;

  -webkit-transition-property: opacity, -webkit-transform;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: var(--tux-modalTransitionDuration);
          transition-duration: var(--tux-modalTransitionDuration);
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

._TUXModal--width-Small {
  width: 400px;
}

._TUXModal--width-Medium {
  width: 764px;
}

._TUXModal--width-Large {
  width: 1000px;
}

._TUXModal--width-Compact {
  width: auto;
}

._TUXModal--width-Full {
  width: calc(100vw - 32px);
}

._TUXModal--height-Compact {
  height: auto;
}

._TUXModal--height-Full {
  height: calc(100vh - 64px);
  min-height: 178px;
}

._TUXModal--transparent {
  background-color: none;
}

._TUXModal--entering {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

._TUXModal--entered {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

._TUXModal--exiting {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
}

._TUXModal--exited {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

._TUXModal-closeButtonWrapper {
  position: absolute;
  top: 26px;
  right: 24px;
}

body[dir='rtl'] ._TUXModal-closeButtonWrapper {
  left: 24px;
  right: auto;
}

:root {
  --tux-colorPositive: rgba(11, 224, 155, 1);
  --tux-colorNegative: rgba(255, 76, 58, 1);
  --tux-colorToastDefault: rgba(84, 84, 84, 0.92);
  --tux-colorToastNegative: rgba(255, 76, 58, 0.92);
  --tux-colorSecondary: rgba(32, 213, 236, 1);
  --tux-colorSecondary2: rgba(16, 162, 197, 1);
  --tux-colorPositive2: rgba(79, 171, 126, 1);

  --tux-colorConstTextInverse: rgba(255, 255, 255, 1);
  --tux-colorConstTextInverse2: rgba(255, 255, 255, 0.9);
  --tux-colorConstTextInverse3: rgba(255, 255, 255, 0.75);
  --tux-colorConstTextInverse4: rgba(255, 255, 255, 0.5);
  --tux-colorConstTextInverse5: rgba(255, 255, 255, 0.34);
  --tux-colorConstTextPrimary: rgba(22, 24, 35, 1);

  --tux-colorConstBGInverse: rgba(0, 0, 0, 1);
  --tux-colorConstBGInverse2: rgba(0, 0, 0, 0.6);
  --tux-colorConstBGInverse3: rgba(37, 37, 37, 0.6);
  --tux-colorConstBGInverse4: rgba(84, 84, 84, 0.5);
  --tux-colorBGCreation: rgba(0, 0, 0, 1);
  --tux-colorBGCreation2: rgba(27, 27, 27, 1);
  --tux-colorBGCreation5: rgba(0, 0, 0, 0.15);
  --tux-colorConstBGMat: rgba(255, 255, 255, 0.2);
  --tux-colorConstBGContainer: rgba(255, 255, 255, 0.12);
  --tux-colorConstBGContainer2: rgba(255, 255, 255, 0.08);
  --tux-colorConstBGContainer3: rgba(255, 255, 255, 0.04);
  --tux-colorConstBGPlaceholderOpaque: rgba(241, 241, 241, 1);
  --tux-colorConstBGInverseOpaque: rgba(37, 37, 37, 1);
  --tux-colorConstBGInverse1: rgba(56, 56, 56, 0.95);

  --tux-colorConstLineInverse: rgba(255, 255, 255, 0.2);
  --tux-colorConstLineInverse2: rgba(255, 255, 255, 0.12);

  --tux-colorSDPrimary: rgba(0, 0, 0, 0.8);

  --tux-gradientLive: linear-gradient(131.17deg, #ff1764 0%, #ed3495 94.15%);
  --tux-gradientVideoCoverOverlay: linear-gradient(
    180deg,
    rgba(22, 24, 35, 0.0001) 2.92%,
    rgba(22, 24, 35, 0.5) 98.99%
  );

  --tux-colorAssistColorYellow: rgba(250, 206, 21, 1);
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9zdHlsZXMvY29uc3QtcGFsZXR0ZS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSwwQ0FBMEM7RUFDMUMseUNBQXlDO0VBQ3pDLCtDQUErQztFQUMvQyxpREFBaUQ7RUFDakQsMkNBQTJDO0VBQzNDLDRDQUE0QztFQUM1QywyQ0FBMkM7O0VBRTNDLG1EQUFtRDtFQUNuRCxzREFBc0Q7RUFDdEQsdURBQXVEO0VBQ3ZELHNEQUFzRDtFQUN0RCx1REFBdUQ7RUFDdkQsZ0RBQWdEOztFQUVoRCwyQ0FBMkM7RUFDM0MsOENBQThDO0VBQzlDLGlEQUFpRDtFQUNqRCxpREFBaUQ7RUFDakQsdUNBQXVDO0VBQ3ZDLDJDQUEyQztFQUMzQywyQ0FBMkM7RUFDM0MsK0NBQStDO0VBQy9DLHNEQUFzRDtFQUN0RCx1REFBdUQ7RUFDdkQsdURBQXVEO0VBQ3ZELDJEQUEyRDtFQUMzRCxvREFBb0Q7RUFDcEQsa0RBQWtEOztFQUVsRCxxREFBcUQ7RUFDckQsdURBQXVEOztFQUV2RCx3Q0FBd0M7O0VBRXhDLDBFQUEwRTtFQUMxRTs7OztHQUlDOztFQUVELG1EQUFtRDtBQUNyRCIsImZpbGUiOiJjb25zdC1wYWxldHRlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIjpyb290IHtcbiAgLS10dXgtY29sb3JQb3NpdGl2ZTogcmdiYSgxMSwgMjI0LCAxNTUsIDEpO1xuICAtLXR1eC1jb2xvck5lZ2F0aXZlOiByZ2JhKDI1NSwgNzYsIDU4LCAxKTtcbiAgLS10dXgtY29sb3JUb2FzdERlZmF1bHQ6IHJnYmEoODQsIDg0LCA4NCwgMC45Mik7XG4gIC0tdHV4LWNvbG9yVG9hc3ROZWdhdGl2ZTogcmdiYSgyNTUsIDc2LCA1OCwgMC45Mik7XG4gIC0tdHV4LWNvbG9yU2Vjb25kYXJ5OiByZ2JhKDMyLCAyMTMsIDIzNiwgMSk7XG4gIC0tdHV4LWNvbG9yU2Vjb25kYXJ5MjogcmdiYSgxNiwgMTYyLCAxOTcsIDEpO1xuICAtLXR1eC1jb2xvclBvc2l0aXZlMjogcmdiYSg3OSwgMTcxLCAxMjYsIDEpO1xuXG4gIC0tdHV4LWNvbG9yQ29uc3RUZXh0SW52ZXJzZTogcmdiYSgyNTUsIDI1NSwgMjU1LCAxKTtcbiAgLS10dXgtY29sb3JDb25zdFRleHRJbnZlcnNlMjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjkpO1xuICAtLXR1eC1jb2xvckNvbnN0VGV4dEludmVyc2UzOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNzUpO1xuICAtLXR1eC1jb2xvckNvbnN0VGV4dEludmVyc2U0OiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSk7XG4gIC0tdHV4LWNvbG9yQ29uc3RUZXh0SW52ZXJzZTU6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4zNCk7XG4gIC0tdHV4LWNvbG9yQ29uc3RUZXh0UHJpbWFyeTogcmdiYSgyMiwgMjQsIDM1LCAxKTtcblxuICAtLXR1eC1jb2xvckNvbnN0QkdJbnZlcnNlOiByZ2JhKDAsIDAsIDAsIDEpO1xuICAtLXR1eC1jb2xvckNvbnN0QkdJbnZlcnNlMjogcmdiYSgwLCAwLCAwLCAwLjYpO1xuICAtLXR1eC1jb2xvckNvbnN0QkdJbnZlcnNlMzogcmdiYSgzNywgMzcsIDM3LCAwLjYpO1xuICAtLXR1eC1jb2xvckNvbnN0QkdJbnZlcnNlNDogcmdiYSg4NCwgODQsIDg0LCAwLjUpO1xuICAtLXR1eC1jb2xvckJHQ3JlYXRpb246IHJnYmEoMCwgMCwgMCwgMSk7XG4gIC0tdHV4LWNvbG9yQkdDcmVhdGlvbjI6IHJnYmEoMjcsIDI3LCAyNywgMSk7XG4gIC0tdHV4LWNvbG9yQkdDcmVhdGlvbjU6IHJnYmEoMCwgMCwgMCwgMC4xNSk7XG4gIC0tdHV4LWNvbG9yQ29uc3RCR01hdDogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpO1xuICAtLXR1eC1jb2xvckNvbnN0QkdDb250YWluZXI6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4xMik7XG4gIC0tdHV4LWNvbG9yQ29uc3RCR0NvbnRhaW5lcjI6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4wOCk7XG4gIC0tdHV4LWNvbG9yQ29uc3RCR0NvbnRhaW5lcjM6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4wNCk7XG4gIC0tdHV4LWNvbG9yQ29uc3RCR1BsYWNlaG9sZGVyT3BhcXVlOiByZ2JhKDI0MSwgMjQxLCAyNDEsIDEpO1xuICAtLXR1eC1jb2xvckNvbnN0QkdJbnZlcnNlT3BhcXVlOiByZ2JhKDM3LCAzNywgMzcsIDEpO1xuICAtLXR1eC1jb2xvckNvbnN0QkdJbnZlcnNlMTogcmdiYSg1NiwgNTYsIDU2LCAwLjk1KTtcblxuICAtLXR1eC1jb2xvckNvbnN0TGluZUludmVyc2U6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKTtcbiAgLS10dXgtY29sb3JDb25zdExpbmVJbnZlcnNlMjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjEyKTtcblxuICAtLXR1eC1jb2xvclNEUHJpbWFyeTogcmdiYSgwLCAwLCAwLCAwLjgpO1xuXG4gIC0tdHV4LWdyYWRpZW50TGl2ZTogbGluZWFyLWdyYWRpZW50KDEzMS4xN2RlZywgI2ZmMTc2NCAwJSwgI2VkMzQ5NSA5NC4xNSUpO1xuICAtLXR1eC1ncmFkaWVudFZpZGVvQ292ZXJPdmVybGF5OiBsaW5lYXItZ3JhZGllbnQoXG4gICAgMTgwZGVnLFxuICAgIHJnYmEoMjIsIDI0LCAzNSwgMC4wMDAxKSAyLjkyJSxcbiAgICByZ2JhKDIyLCAyNCwgMzUsIDAuNSkgOTguOTklXG4gICk7XG5cbiAgLS10dXgtY29sb3JBc3Npc3RDb2xvclllbGxvdzogcmdiYSgyNTAsIDIwNiwgMjEsIDEpO1xufVxuIl19 */
:root,
[data-theme='light'],
[data-tux-theme='light'] {
  --tux-colorPrimary: rgba(254, 44, 85, 1);
  --tux-colorPrimary-tint-4: rgba(244, 42, 82, 1);
  --tux-colorPrimary-tint-8: rgba(234, 40, 78, 1);
  --tux-colorPrimary-tint-12: rgba(224, 39, 75, 1);
  --tux-colorPrimary-opacity-0: rgba(254, 44, 85, 0);
  --tux-colorPrimary-opacity-4: rgba(254, 44, 85, 0.04);
  --tux-colorPrimary-opacity-8: rgba(254, 44, 85, 0.08);
  --tux-colorPrimary-opacity-12: rgba(254, 44, 85, 0.12);

  --tux-colorLink: rgba(254, 44, 85, 1);
  --tux-colorPrimary2: rgba(22, 24, 35, 1);

  --tux-colorTextPrimary: rgba(22, 24, 35, 1);
  --tux-colorTextSecondary: rgba(22, 24, 35, 0.75);
  --tux-colorTextTertiary: rgba(22, 24, 35, 0.5);
  --tux-colorTextQuaternary: rgba(22, 24, 35, 0.34);

  --tux-colorBGPrimary: rgba(255, 255, 255, 1);

  --tux-colorBGSecondary: rgba(255, 255, 255, 1);
  --tux-colorBGSecondary-tint-4: rgba(245, 245, 245, 1);
  --tux-colorBGSecondary-tint-8: rgba(235, 235, 235, 1);
  --tux-colorBGSecondary-tint-12: rgba(224, 224, 224, 1);
  --tux-colorBGSecondary-opacity-0: rgba(255, 255, 255, 0);
  --tux-colorBGSecondary-opacity-4: rgba(255, 255, 255, 0.04);
  --tux-colorBGSecondary-opacity-8: rgba(255, 255, 255, 0.08);
  --tux-colorBGSecondary-opacity-12: rgba(255, 255, 255, 0.12);

  --tux-colorBGTertiary: rgba(255, 255, 255, 1);
  --tux-colorBGQuaternary: rgba(255, 255, 255, 1);
  --tux-colorBGQuinary: rgba(255, 255, 255, 1);
  --tux-colorBGSecondary2: rgba(255, 255, 255, 1);
  --tux-colorBGTertiary2: rgba(255, 255, 255, 1);
  --tux-colorBGPlaceholderDefault: rgba(22, 24, 35, 0.06);
  --tux-colorBGPlaceholderOpaque: rgba(241, 241, 241, 1);
  --tux-colorBGInput: rgba(22, 24, 35, 0.06);
  --tux-colorBGInput2: rgba(22, 24, 35, 0.06);
  --tux-colorBGView: rgba(22, 24, 35, 0.03);
  --tux-colorBGCreation3: rgba(248, 248, 248, 1);
  --tux-colorBGCreation4: rgba(255, 255, 255, 1);
  --tux-colorBGHover: rgba(22, 24, 35, 0.06);
  --tux-colorBGBrand: rgba(254, 44, 85, 0.06);

  --tux-colorLinePrimary: rgba(22, 24, 35, 0.2);
  --tux-colorLineSecondary: rgba(22, 24, 35, 0.12);
  --tux-colorLineInput: rgba(22, 24, 35, 0.5);
  --tux-colorLinePrimary2: rgba(22, 24, 35, 0.2);
  --tux-colorLineSecondary2: rgba(22, 24, 35, 0.12);
  --tux-colorLineSecondary3: rgba(22, 24, 35, 0.12);
  --tux-colorLineDarker: rgba(22, 24, 35, 0.12);

  --tux-colorSDSecondary: rgba(0, 0, 0, 0.5);
  --tux-colorSDTertiary: rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9zdHlsZXMvbGlnaHQtcGFsZXR0ZS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7OztFQUdFLHdDQUF3QztFQUN4QywrQ0FBK0M7RUFDL0MsK0NBQStDO0VBQy9DLGdEQUFnRDtFQUNoRCxrREFBa0Q7RUFDbEQscURBQXFEO0VBQ3JELHFEQUFxRDtFQUNyRCxzREFBc0Q7O0VBRXRELHFDQUFxQztFQUNyQyx3Q0FBd0M7O0VBRXhDLDJDQUEyQztFQUMzQyxnREFBZ0Q7RUFDaEQsOENBQThDO0VBQzlDLGlEQUFpRDs7RUFFakQsNENBQTRDOztFQUU1Qyw4Q0FBOEM7RUFDOUMscURBQXFEO0VBQ3JELHFEQUFxRDtFQUNyRCxzREFBc0Q7RUFDdEQsd0RBQXdEO0VBQ3hELDJEQUEyRDtFQUMzRCwyREFBMkQ7RUFDM0QsNERBQTREOztFQUU1RCw2Q0FBNkM7RUFDN0MsK0NBQStDO0VBQy9DLDRDQUE0QztFQUM1QywrQ0FBK0M7RUFDL0MsOENBQThDO0VBQzlDLHVEQUF1RDtFQUN2RCxzREFBc0Q7RUFDdEQsMENBQTBDO0VBQzFDLDJDQUEyQztFQUMzQyx5Q0FBeUM7RUFDekMsOENBQThDO0VBQzlDLDhDQUE4QztFQUM5QywwQ0FBMEM7RUFDMUMsMkNBQTJDOztFQUUzQyw2Q0FBNkM7RUFDN0MsZ0RBQWdEO0VBQ2hELDJDQUEyQztFQUMzQyw4Q0FBOEM7RUFDOUMsaURBQWlEO0VBQ2pELGlEQUFpRDtFQUNqRCw2Q0FBNkM7O0VBRTdDLDBDQUEwQztFQUMxQyx5Q0FBeUM7QUFDM0MiLCJmaWxlIjoibGlnaHQtcGFsZXR0ZS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyI6cm9vdCxcbltkYXRhLXRoZW1lPSdsaWdodCddLFxuW2RhdGEtdHV4LXRoZW1lPSdsaWdodCddIHtcbiAgLS10dXgtY29sb3JQcmltYXJ5OiByZ2JhKDI1NCwgNDQsIDg1LCAxKTtcbiAgLS10dXgtY29sb3JQcmltYXJ5LXRpbnQtNDogcmdiYSgyNDQsIDQyLCA4MiwgMSk7XG4gIC0tdHV4LWNvbG9yUHJpbWFyeS10aW50LTg6IHJnYmEoMjM0LCA0MCwgNzgsIDEpO1xuICAtLXR1eC1jb2xvclByaW1hcnktdGludC0xMjogcmdiYSgyMjQsIDM5LCA3NSwgMSk7XG4gIC0tdHV4LWNvbG9yUHJpbWFyeS1vcGFjaXR5LTA6IHJnYmEoMjU0LCA0NCwgODUsIDApO1xuICAtLXR1eC1jb2xvclByaW1hcnktb3BhY2l0eS00OiByZ2JhKDI1NCwgNDQsIDg1LCAwLjA0KTtcbiAgLS10dXgtY29sb3JQcmltYXJ5LW9wYWNpdHktODogcmdiYSgyNTQsIDQ0LCA4NSwgMC4wOCk7XG4gIC0tdHV4LWNvbG9yUHJpbWFyeS1vcGFjaXR5LTEyOiByZ2JhKDI1NCwgNDQsIDg1LCAwLjEyKTtcblxuICAtLXR1eC1jb2xvckxpbms6IHJnYmEoMjU0LCA0NCwgODUsIDEpO1xuICAtLXR1eC1jb2xvclByaW1hcnkyOiByZ2JhKDIyLCAyNCwgMzUsIDEpO1xuXG4gIC0tdHV4LWNvbG9yVGV4dFByaW1hcnk6IHJnYmEoMjIsIDI0LCAzNSwgMSk7XG4gIC0tdHV4LWNvbG9yVGV4dFNlY29uZGFyeTogcmdiYSgyMiwgMjQsIDM1LCAwLjc1KTtcbiAgLS10dXgtY29sb3JUZXh0VGVydGlhcnk6IHJnYmEoMjIsIDI0LCAzNSwgMC41KTtcbiAgLS10dXgtY29sb3JUZXh0UXVhdGVybmFyeTogcmdiYSgyMiwgMjQsIDM1LCAwLjM0KTtcblxuICAtLXR1eC1jb2xvckJHUHJpbWFyeTogcmdiYSgyNTUsIDI1NSwgMjU1LCAxKTtcblxuICAtLXR1eC1jb2xvckJHU2Vjb25kYXJ5OiByZ2JhKDI1NSwgMjU1LCAyNTUsIDEpO1xuICAtLXR1eC1jb2xvckJHU2Vjb25kYXJ5LXRpbnQtNDogcmdiYSgyNDUsIDI0NSwgMjQ1LCAxKTtcbiAgLS10dXgtY29sb3JCR1NlY29uZGFyeS10aW50LTg6IHJnYmEoMjM1LCAyMzUsIDIzNSwgMSk7XG4gIC0tdHV4LWNvbG9yQkdTZWNvbmRhcnktdGludC0xMjogcmdiYSgyMjQsIDIyNCwgMjI0LCAxKTtcbiAgLS10dXgtY29sb3JCR1NlY29uZGFyeS1vcGFjaXR5LTA6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMCk7XG4gIC0tdHV4LWNvbG9yQkdTZWNvbmRhcnktb3BhY2l0eS00OiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMDQpO1xuICAtLXR1eC1jb2xvckJHU2Vjb25kYXJ5LW9wYWNpdHktODogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjA4KTtcbiAgLS10dXgtY29sb3JCR1NlY29uZGFyeS1vcGFjaXR5LTEyOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMTIpO1xuXG4gIC0tdHV4LWNvbG9yQkdUZXJ0aWFyeTogcmdiYSgyNTUsIDI1NSwgMjU1LCAxKTtcbiAgLS10dXgtY29sb3JCR1F1YXRlcm5hcnk6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMSk7XG4gIC0tdHV4LWNvbG9yQkdRdWluYXJ5OiByZ2JhKDI1NSwgMjU1LCAyNTUsIDEpO1xuICAtLXR1eC1jb2xvckJHU2Vjb25kYXJ5MjogcmdiYSgyNTUsIDI1NSwgMjU1LCAxKTtcbiAgLS10dXgtY29sb3JCR1RlcnRpYXJ5MjogcmdiYSgyNTUsIDI1NSwgMjU1LCAxKTtcbiAgLS10dXgtY29sb3JCR1BsYWNlaG9sZGVyRGVmYXVsdDogcmdiYSgyMiwgMjQsIDM1LCAwLjA2KTtcbiAgLS10dXgtY29sb3JCR1BsYWNlaG9sZGVyT3BhcXVlOiByZ2JhKDI0MSwgMjQxLCAyNDEsIDEpO1xuICAtLXR1eC1jb2xvckJHSW5wdXQ6IHJnYmEoMjIsIDI0LCAzNSwgMC4wNik7XG4gIC0tdHV4LWNvbG9yQkdJbnB1dDI6IHJnYmEoMjIsIDI0LCAzNSwgMC4wNik7XG4gIC0tdHV4LWNvbG9yQkdWaWV3OiByZ2JhKDIyLCAyNCwgMzUsIDAuMDMpO1xuICAtLXR1eC1jb2xvckJHQ3JlYXRpb24zOiByZ2JhKDI0OCwgMjQ4LCAyNDgsIDEpO1xuICAtLXR1eC1jb2xvckJHQ3JlYXRpb240OiByZ2JhKDI1NSwgMjU1LCAyNTUsIDEpO1xuICAtLXR1eC1jb2xvckJHSG92ZXI6IHJnYmEoMjIsIDI0LCAzNSwgMC4wNik7XG4gIC0tdHV4LWNvbG9yQkdCcmFuZDogcmdiYSgyNTQsIDQ0LCA4NSwgMC4wNik7XG5cbiAgLS10dXgtY29sb3JMaW5lUHJpbWFyeTogcmdiYSgyMiwgMjQsIDM1LCAwLjIpO1xuICAtLXR1eC1jb2xvckxpbmVTZWNvbmRhcnk6IHJnYmEoMjIsIDI0LCAzNSwgMC4xMik7XG4gIC0tdHV4LWNvbG9yTGluZUlucHV0OiByZ2JhKDIyLCAyNCwgMzUsIDAuNSk7XG4gIC0tdHV4LWNvbG9yTGluZVByaW1hcnkyOiByZ2JhKDIyLCAyNCwgMzUsIDAuMik7XG4gIC0tdHV4LWNvbG9yTGluZVNlY29uZGFyeTI6IHJnYmEoMjIsIDI0LCAzNSwgMC4xMik7XG4gIC0tdHV4LWNvbG9yTGluZVNlY29uZGFyeTM6IHJnYmEoMjIsIDI0LCAzNSwgMC4xMik7XG4gIC0tdHV4LWNvbG9yTGluZURhcmtlcjogcmdiYSgyMiwgMjQsIDM1LCAwLjEyKTtcblxuICAtLXR1eC1jb2xvclNEU2Vjb25kYXJ5OiByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIC0tdHV4LWNvbG9yU0RUZXJ0aWFyeTogcmdiYSgwLCAwLCAwLCAwLjIpO1xufVxuIl19 */
[data-theme='dark'],
[data-tux-theme='dark'] {
  --tux-colorPrimary: rgba(255, 59, 92, 1);
  --tux-colorPrimary-tint-4: rgba(255, 67, 99, 1);
  --tux-colorPrimary-tint-8: rgba(255, 75, 105, 1);
  --tux-colorPrimary-tint-12: rgba(255, 83, 112, 1);
  --tux-colorPrimary-opacity-0: rgba(255, 59, 92, 0);
  --tux-colorPrimary-opacity-4: rgba(255, 59, 92, 0.04);
  --tux-colorPrimary-opacity-8: rgba(255, 59, 92, 0.08);
  --tux-colorPrimary-opacity-12: rgba(255, 59, 92, 0.12);

  --tux-colorLink: rgba(255, 59, 92, 1);
  --tux-colorPrimary2: rgba(255, 255, 255, 0.9);

  --tux-colorTextPrimary: rgba(255, 255, 255, 0.9);
  --tux-colorTextSecondary: rgba(255, 255, 255, 0.75);
  --tux-colorTextTertiary: rgba(255, 255, 255, 0.5);
  --tux-colorTextQuaternary: rgba(255, 255, 255, 0.34);

  --tux-colorBGPrimary: rgba(18, 18, 18, 1);

  --tux-colorBGSecondary: rgba(37, 37, 37, 1);
  --tux-colorBGSecondary-tint-4: rgba(46, 46, 46, 1);
  --tux-colorBGSecondary-tint-8: rgba(54, 54, 54, 1);
  --tux-colorBGSecondary-tint-12: rgba(63, 63, 63, 1);
  --tux-colorBGSecondary-opacity-0: rgba(37, 37, 37, 0);
  --tux-colorBGSecondary-opacity-4: rgba(37, 37, 37, 0.04);
  --tux-colorBGSecondary-opacity-8: rgba(37, 37, 37, 0.08);
  --tux-colorBGSecondary-opacity-12: rgba(37, 37, 37, 0.12);

  --tux-colorBGTertiary: rgba(46, 46, 46, 1);
  --tux-colorBGQuaternary: rgba(56, 56, 56, 1);
  --tux-colorBGQuinary: rgba(75, 75, 75, 1);
  --tux-colorBGSecondary2: rgba(255, 255, 255, 0.08);
  --tux-colorBGTertiary2: rgba(255, 255, 255, 0.12);
  --tux-colorBGPlaceholderDefault: rgba(255, 255, 255, 0.08);
  --tux-colorBGPlaceholderOpaque: rgba(37, 37, 37, 1);
  --tux-colorBGInput: rgba(255, 255, 255, 0.12);
  --tux-colorBGInput2: rgba(255, 255, 255, 0.08);
  --tux-colorBGView: rgba(255, 255, 255, 0.04);
  --tux-colorBGCreation3: rgba(18, 18, 18, 1);
  --tux-colorBGCreation4: rgba(27, 27, 27, 1);
  --tux-colorBGBrand: rgba(254, 44, 85, 0.34);

  --tux-colorLinePrimary: rgba(255, 255, 255, 0);
  --tux-colorLineSecondary: rgba(255, 255, 255, 0.12);
  --tux-colorLineInput: rgba(255, 255, 255, 0.5);
  --tux-colorLinePrimary2: rgba(255, 255, 255, 0.2);
  --tux-colorLineSecondary2: rgba(255, 255, 255, 0);
  --tux-colorLineSecondary3: rgba(255, 255, 255, 0.5);
  --tux-colorLineDarker: rgba(0, 0, 0, 0.6);

  --tux-colorSDSecondary: rgba(0, 0, 0, 0.68);
  --tux-colorSDTertiary: rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9zdHlsZXMvZGFyay1wYWxldHRlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7RUFFRSx3Q0FBd0M7RUFDeEMsK0NBQStDO0VBQy9DLGdEQUFnRDtFQUNoRCxpREFBaUQ7RUFDakQsa0RBQWtEO0VBQ2xELHFEQUFxRDtFQUNyRCxxREFBcUQ7RUFDckQsc0RBQXNEOztFQUV0RCxxQ0FBcUM7RUFDckMsNkNBQTZDOztFQUU3QyxnREFBZ0Q7RUFDaEQsbURBQW1EO0VBQ25ELGlEQUFpRDtFQUNqRCxvREFBb0Q7O0VBRXBELHlDQUF5Qzs7RUFFekMsMkNBQTJDO0VBQzNDLGtEQUFrRDtFQUNsRCxrREFBa0Q7RUFDbEQsbURBQW1EO0VBQ25ELHFEQUFxRDtFQUNyRCx3REFBd0Q7RUFDeEQsd0RBQXdEO0VBQ3hELHlEQUF5RDs7RUFFekQsMENBQTBDO0VBQzFDLDRDQUE0QztFQUM1Qyx5Q0FBeUM7RUFDekMsa0RBQWtEO0VBQ2xELGlEQUFpRDtFQUNqRCwwREFBMEQ7RUFDMUQsbURBQW1EO0VBQ25ELDZDQUE2QztFQUM3Qyw4Q0FBOEM7RUFDOUMsNENBQTRDO0VBQzVDLDJDQUEyQztFQUMzQywyQ0FBMkM7RUFDM0MsMkNBQTJDOztFQUUzQyw4Q0FBOEM7RUFDOUMsbURBQW1EO0VBQ25ELDhDQUE4QztFQUM5QyxpREFBaUQ7RUFDakQsaURBQWlEO0VBQ2pELG1EQUFtRDtFQUNuRCx5Q0FBeUM7O0VBRXpDLDJDQUEyQztFQUMzQyx5Q0FBeUM7QUFDM0MiLCJmaWxlIjoiZGFyay1wYWxldHRlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIltkYXRhLXRoZW1lPSdkYXJrJ10sXG5bZGF0YS10dXgtdGhlbWU9J2RhcmsnXSB7XG4gIC0tdHV4LWNvbG9yUHJpbWFyeTogcmdiYSgyNTUsIDU5LCA5MiwgMSk7XG4gIC0tdHV4LWNvbG9yUHJpbWFyeS10aW50LTQ6IHJnYmEoMjU1LCA2NywgOTksIDEpO1xuICAtLXR1eC1jb2xvclByaW1hcnktdGludC04OiByZ2JhKDI1NSwgNzUsIDEwNSwgMSk7XG4gIC0tdHV4LWNvbG9yUHJpbWFyeS10aW50LTEyOiByZ2JhKDI1NSwgODMsIDExMiwgMSk7XG4gIC0tdHV4LWNvbG9yUHJpbWFyeS1vcGFjaXR5LTA6IHJnYmEoMjU1LCA1OSwgOTIsIDApO1xuICAtLXR1eC1jb2xvclByaW1hcnktb3BhY2l0eS00OiByZ2JhKDI1NSwgNTksIDkyLCAwLjA0KTtcbiAgLS10dXgtY29sb3JQcmltYXJ5LW9wYWNpdHktODogcmdiYSgyNTUsIDU5LCA5MiwgMC4wOCk7XG4gIC0tdHV4LWNvbG9yUHJpbWFyeS1vcGFjaXR5LTEyOiByZ2JhKDI1NSwgNTksIDkyLCAwLjEyKTtcblxuICAtLXR1eC1jb2xvckxpbms6IHJnYmEoMjU1LCA1OSwgOTIsIDEpO1xuICAtLXR1eC1jb2xvclByaW1hcnkyOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuOSk7XG5cbiAgLS10dXgtY29sb3JUZXh0UHJpbWFyeTogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjkpO1xuICAtLXR1eC1jb2xvclRleHRTZWNvbmRhcnk6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC43NSk7XG4gIC0tdHV4LWNvbG9yVGV4dFRlcnRpYXJ5OiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSk7XG4gIC0tdHV4LWNvbG9yVGV4dFF1YXRlcm5hcnk6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4zNCk7XG5cbiAgLS10dXgtY29sb3JCR1ByaW1hcnk6IHJnYmEoMTgsIDE4LCAxOCwgMSk7XG5cbiAgLS10dXgtY29sb3JCR1NlY29uZGFyeTogcmdiYSgzNywgMzcsIDM3LCAxKTtcbiAgLS10dXgtY29sb3JCR1NlY29uZGFyeS10aW50LTQ6IHJnYmEoNDYsIDQ2LCA0NiwgMSk7XG4gIC0tdHV4LWNvbG9yQkdTZWNvbmRhcnktdGludC04OiByZ2JhKDU0LCA1NCwgNTQsIDEpO1xuICAtLXR1eC1jb2xvckJHU2Vjb25kYXJ5LXRpbnQtMTI6IHJnYmEoNjMsIDYzLCA2MywgMSk7XG4gIC0tdHV4LWNvbG9yQkdTZWNvbmRhcnktb3BhY2l0eS0wOiByZ2JhKDM3LCAzNywgMzcsIDApO1xuICAtLXR1eC1jb2xvckJHU2Vjb25kYXJ5LW9wYWNpdHktNDogcmdiYSgzNywgMzcsIDM3LCAwLjA0KTtcbiAgLS10dXgtY29sb3JCR1NlY29uZGFyeS1vcGFjaXR5LTg6IHJnYmEoMzcsIDM3LCAzNywgMC4wOCk7XG4gIC0tdHV4LWNvbG9yQkdTZWNvbmRhcnktb3BhY2l0eS0xMjogcmdiYSgzNywgMzcsIDM3LCAwLjEyKTtcblxuICAtLXR1eC1jb2xvckJHVGVydGlhcnk6IHJnYmEoNDYsIDQ2LCA0NiwgMSk7XG4gIC0tdHV4LWNvbG9yQkdRdWF0ZXJuYXJ5OiByZ2JhKDU2LCA1NiwgNTYsIDEpO1xuICAtLXR1eC1jb2xvckJHUXVpbmFyeTogcmdiYSg3NSwgNzUsIDc1LCAxKTtcbiAgLS10dXgtY29sb3JCR1NlY29uZGFyeTI6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4wOCk7XG4gIC0tdHV4LWNvbG9yQkdUZXJ0aWFyeTI6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4xMik7XG4gIC0tdHV4LWNvbG9yQkdQbGFjZWhvbGRlckRlZmF1bHQ6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4wOCk7XG4gIC0tdHV4LWNvbG9yQkdQbGFjZWhvbGRlck9wYXF1ZTogcmdiYSgzNywgMzcsIDM3LCAxKTtcbiAgLS10dXgtY29sb3JCR0lucHV0OiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMTIpO1xuICAtLXR1eC1jb2xvckJHSW5wdXQyOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMDgpO1xuICAtLXR1eC1jb2xvckJHVmlldzogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjA0KTtcbiAgLS10dXgtY29sb3JCR0NyZWF0aW9uMzogcmdiYSgxOCwgMTgsIDE4LCAxKTtcbiAgLS10dXgtY29sb3JCR0NyZWF0aW9uNDogcmdiYSgyNywgMjcsIDI3LCAxKTtcbiAgLS10dXgtY29sb3JCR0JyYW5kOiByZ2JhKDI1NCwgNDQsIDg1LCAwLjM0KTtcblxuICAtLXR1eC1jb2xvckxpbmVQcmltYXJ5OiByZ2JhKDI1NSwgMjU1LCAyNTUsIDApO1xuICAtLXR1eC1jb2xvckxpbmVTZWNvbmRhcnk6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4xMik7XG4gIC0tdHV4LWNvbG9yTGluZUlucHV0OiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSk7XG4gIC0tdHV4LWNvbG9yTGluZVByaW1hcnkyOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMik7XG4gIC0tdHV4LWNvbG9yTGluZVNlY29uZGFyeTI6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMCk7XG4gIC0tdHV4LWNvbG9yTGluZVNlY29uZGFyeTM6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC41KTtcbiAgLS10dXgtY29sb3JMaW5lRGFya2VyOiByZ2JhKDAsIDAsIDAsIDAuNik7XG5cbiAgLS10dXgtY29sb3JTRFNlY29uZGFyeTogcmdiYSgwLCAwLCAwLCAwLjY4KTtcbiAgLS10dXgtY29sb3JTRFRlcnRpYXJ5OiByZ2JhKDAsIDAsIDAsIDAuNSk7XG59XG4iXX0= */
:root {
  --tux-boxShadowIcon: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  --tux-boxShadowLayer: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  --tux-boxShadowNotice: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9zdHlsZXMvc2hhZG93cy5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSxxREFBcUQ7RUFDckQscURBQXFEO0VBQ3JELHVEQUF1RDtBQUN6RCIsImZpbGUiOiJzaGFkb3dzLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIjpyb290IHtcbiAgLS10dXgtYm94U2hhZG93SWNvbjogMCAycHggMTJweCAwIHJnYmEoMCwgMCwgMCwgMC4xMik7XG4gIC0tdHV4LWJveFNoYWRvd0xheWVyOiAwIDJweCA4cHggMCByZ2JhKDAsIDAsIDAsIDAuMDYpO1xuICAtLXR1eC1ib3hTaGFkb3dOb3RpY2U6IDAgMnB4IDEycHggMCByZ2JhKDAsIDAsIDAsIDAuMTIpO1xufVxuIl19 */
:root {
  --tux-fontFamilyHeading: 'TikTokDisplayFont', Arial, Tahoma, PingFangSC, sans-serif;
  --tux-fontFamilyParagraph: 'TikTokFont', Arial, Tahoma, PingFangSC, sans-serif;

  --tux-fontWeightRegular: 400;
  --tux-fontWeightSemibold: 500;
  --tux-fontWeightBold: 700;

  --tux-fontSizeH1: 96px;
  --tux-fontSizeH2: 72px;
  --tux-fontSizeH3: 56px;
  --tux-fontSizeH4: 48px;
  --tux-fontSizeH5: 32px;
  --tux-fontSizeH6: 24px;
  --tux-fontSizeH7: 18px;

  --tux-fontSizeP1: 24px;
  --tux-fontSizeP2: 18px;
  --tux-fontSizeP3: 16px;
  --tux-fontSizeP4: 14px;
  --tux-fontSizeP5: 12px;
}

@font-face {
  font-family: 'TikTokFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Regular.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Regular.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Regular.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Semibold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Bold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Bold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokFont-Bold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokDisplayFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Regular.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Regular.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Regular.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokDisplayFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokDisplayFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Semibold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'TikTokDisplayFont';
  src: url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Bold.woff2?_default_font=1&v=2)
      format('woff2'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Bold.woff?_default_font=1&v=2)
      format('woff'),
    url(https://lf16-tiktok-common.tiktokcdn-us.com/obj/tiktok-web-common-tx/tiktok_fonts/TikTokDisplayFont-Bold.otf?_default_font=1&v=2)
      format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9zdHlsZXMvZm9udHMuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsbUZBQW1GO0VBQ25GLDhFQUE4RTs7RUFFOUUsNEJBQTRCO0VBQzVCLDZCQUE2QjtFQUM3Qix5QkFBeUI7O0VBRXpCLHNCQUFzQjtFQUN0QixzQkFBc0I7RUFDdEIsc0JBQXNCO0VBQ3RCLHNCQUFzQjtFQUN0QixzQkFBc0I7RUFDdEIsc0JBQXNCO0VBQ3RCLHNCQUFzQjs7RUFFdEIsc0JBQXNCO0VBQ3RCLHNCQUFzQjtFQUN0QixzQkFBc0I7RUFDdEIsc0JBQXNCO0VBQ3RCLHNCQUFzQjtBQUN4Qjs7QUFFQTtFQUNFLHlCQUF5QjtFQUN6Qjs7Ozs7d0JBS3NCO0VBQ3RCLG1CQUFtQjtFQUNuQixrQkFBa0I7RUFDbEIsc0JBQXNCO0FBQ3hCOztBQUVBO0VBQ0UseUJBQXlCO0VBQ3pCOzs7Ozt3QkFLc0I7RUFDdEIsZ0JBQWdCO0VBQ2hCLGtCQUFrQjtFQUNsQixzQkFBc0I7QUFDeEI7O0FBRUE7RUFDRSx5QkFBeUI7RUFDekI7Ozs7O3dCQUtzQjtFQUN0QixnQkFBZ0I7RUFDaEIsa0JBQWtCO0VBQ2xCLHNCQUFzQjtBQUN4Qjs7QUFFQTtFQUNFLHlCQUF5QjtFQUN6Qjs7Ozs7d0JBS3NCO0VBQ3RCLGlCQUFpQjtFQUNqQixrQkFBa0I7RUFDbEIsc0JBQXNCO0FBQ3hCOztBQUVBO0VBQ0UsZ0NBQWdDO0VBQ2hDOzs7Ozt3QkFLc0I7RUFDdEIsbUJBQW1CO0VBQ25CLGtCQUFrQjtFQUNsQixzQkFBc0I7QUFDeEI7O0FBRUE7RUFDRSxnQ0FBZ0M7RUFDaEM7Ozs7O3dCQUtzQjtFQUN0QixnQkFBZ0I7RUFDaEIsa0JBQWtCO0VBQ2xCLHNCQUFzQjtBQUN4Qjs7QUFFQTtFQUNFLGdDQUFnQztFQUNoQzs7Ozs7d0JBS3NCO0VBQ3RCLGdCQUFnQjtFQUNoQixrQkFBa0I7RUFDbEIsc0JBQXNCO0FBQ3hCOztBQUVBO0VBQ0UsZ0NBQWdDO0VBQ2hDOzs7Ozt3QkFLc0I7RUFDdEIsaUJBQWlCO0VBQ2pCLGtCQUFrQjtFQUNsQixzQkFBc0I7QUFDeEIiLCJmaWxlIjoiZm9udHMuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiOnJvb3Qge1xuICAtLXR1eC1mb250RmFtaWx5SGVhZGluZzogJ1Rpa1Rva0Rpc3BsYXlGb250JywgQXJpYWwsIFRhaG9tYSwgUGluZ0ZhbmdTQywgc2Fucy1zZXJpZjtcbiAgLS10dXgtZm9udEZhbWlseVBhcmFncmFwaDogJ1Rpa1Rva0ZvbnQnLCBBcmlhbCwgVGFob21hLCBQaW5nRmFuZ1NDLCBzYW5zLXNlcmlmO1xuXG4gIC0tdHV4LWZvbnRXZWlnaHRSZWd1bGFyOiA0MDA7XG4gIC0tdHV4LWZvbnRXZWlnaHRTZW1pYm9sZDogNTAwO1xuICAtLXR1eC1mb250V2VpZ2h0Qm9sZDogNzAwO1xuXG4gIC0tdHV4LWZvbnRTaXplSDE6IDk2cHg7XG4gIC0tdHV4LWZvbnRTaXplSDI6IDcycHg7XG4gIC0tdHV4LWZvbnRTaXplSDM6IDU2cHg7XG4gIC0tdHV4LWZvbnRTaXplSDQ6IDQ4cHg7XG4gIC0tdHV4LWZvbnRTaXplSDU6IDMycHg7XG4gIC0tdHV4LWZvbnRTaXplSDY6IDI0cHg7XG4gIC0tdHV4LWZvbnRTaXplSDc6IDE4cHg7XG5cbiAgLS10dXgtZm9udFNpemVQMTogMjRweDtcbiAgLS10dXgtZm9udFNpemVQMjogMThweDtcbiAgLS10dXgtZm9udFNpemVQMzogMTZweDtcbiAgLS10dXgtZm9udFNpemVQNDogMTRweDtcbiAgLS10dXgtZm9udFNpemVQNTogMTJweDtcbn1cblxuQGZvbnQtZmFjZSB7XG4gIGZvbnQtZmFtaWx5OiAnVGlrVG9rRm9udCc7XG4gIHNyYzogdXJsKGh0dHBzOi8vc2YxNi13ZWJzaXRlLWxvZ2luLm5ldXRyYWwudHR3c3RhdGljLmNvbS9vYmovdGlrdG9rX3dlYl9sb2dpbl9zdGF0aWMvdGlrdG9rX2ZvbnRzL1Rpa1Rva0ZvbnQtUmVndWxhci53b2ZmMj9fZGVmYXVsdF9mb250PTEmdj0yKVxuICAgICAgZm9ybWF0KCd3b2ZmMicpLFxuICAgIHVybChodHRwczovL3NmMTYtd2Vic2l0ZS1sb2dpbi5uZXV0cmFsLnR0d3N0YXRpYy5jb20vb2JqL3Rpa3Rva193ZWJfbG9naW5fc3RhdGljL3Rpa3Rva19mb250cy9UaWtUb2tGb250LVJlZ3VsYXIud29mZj9fZGVmYXVsdF9mb250PTEmdj0yKVxuICAgICAgZm9ybWF0KCd3b2ZmJyksXG4gICAgdXJsKGh0dHBzOi8vc2YxNi13ZWJzaXRlLWxvZ2luLm5ldXRyYWwudHR3c3RhdGljLmNvbS9vYmovdGlrdG9rX3dlYl9sb2dpbl9zdGF0aWMvdGlrdG9rX2ZvbnRzL1Rpa1Rva0ZvbnQtUmVndWxhci5vdGY/X2RlZmF1bHRfZm9udD0xJnY9MilcbiAgICAgIGZvcm1hdCgnb3BlbnR5cGUnKTtcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xuICBmb250LWRpc3BsYXk6IGZhbGxiYWNrO1xufVxuXG5AZm9udC1mYWNlIHtcbiAgZm9udC1mYW1pbHk6ICdUaWtUb2tGb250JztcbiAgc3JjOiB1cmwoaHR0cHM6Ly9zZjE2LXdlYnNpdGUtbG9naW4ubmV1dHJhbC50dHdzdGF0aWMuY29tL29iai90aWt0b2tfd2ViX2xvZ2luX3N0YXRpYy90aWt0b2tfZm9udHMvVGlrVG9rRm9udC1TZW1pYm9sZC53b2ZmMj9fZGVmYXVsdF9mb250PTEmdj0yKVxuICAgICAgZm9ybWF0KCd3b2ZmMicpLFxuICAgIHVybChodHRwczovL3NmMTYtd2Vic2l0ZS1sb2dpbi5uZXV0cmFsLnR0d3N0YXRpYy5jb20vb2JqL3Rpa3Rva193ZWJfbG9naW5fc3RhdGljL3Rpa3Rva19mb250cy9UaWtUb2tGb250LVNlbWlib2xkLndvZmY/X2RlZmF1bHRfZm9udD0xJnY9MilcbiAgICAgIGZvcm1hdCgnd29mZicpLFxuICAgIHVybChodHRwczovL3NmMTYtd2Vic2l0ZS1sb2dpbi5uZXV0cmFsLnR0d3N0YXRpYy5jb20vb2JqL3Rpa3Rva193ZWJfbG9naW5fc3RhdGljL3Rpa3Rva19mb250cy9UaWtUb2tGb250LVNlbWlib2xkLm90Zj9fZGVmYXVsdF9mb250PTEmdj0yKVxuICAgICAgZm9ybWF0KCdvcGVudHlwZScpO1xuICBmb250LXdlaWdodDogNTAwO1xuICBmb250LXN0eWxlOiBub3JtYWw7XG4gIGZvbnQtZGlzcGxheTogZmFsbGJhY2s7XG59XG5cbkBmb250LWZhY2Uge1xuICBmb250LWZhbWlseTogJ1Rpa1Rva0ZvbnQnO1xuICBzcmM6IHVybChodHRwczovL3NmMTYtd2Vic2l0ZS1sb2dpbi5uZXV0cmFsLnR0d3N0YXRpYy5jb20vb2JqL3Rpa3Rva193ZWJfbG9naW5fc3RhdGljL3Rpa3Rva19mb250cy9UaWtUb2tGb250LVNlbWlib2xkLndvZmYyP19kZWZhdWx0X2ZvbnQ9MSZ2PTIpXG4gICAgICBmb3JtYXQoJ3dvZmYyJyksXG4gICAgdXJsKGh0dHBzOi8vc2YxNi13ZWJzaXRlLWxvZ2luLm5ldXRyYWwudHR3c3RhdGljLmNvbS9vYmovdGlrdG9rX3dlYl9sb2dpbl9zdGF0aWMvdGlrdG9rX2ZvbnRzL1Rpa1Rva0ZvbnQtU2VtaWJvbGQud29mZj9fZGVmYXVsdF9mb250PTEmdj0yKVxuICAgICAgZm9ybWF0KCd3b2ZmJyksXG4gICAgdXJsKGh0dHBzOi8vc2YxNi13ZWJzaXRlLWxvZ2luLm5ldXRyYWwudHR3c3RhdGljLmNvbS9vYmovdGlrdG9rX3dlYl9sb2dpbl9zdGF0aWMvdGlrdG9rX2ZvbnRzL1Rpa1Rva0ZvbnQtU2VtaWJvbGQub3RmP19kZWZhdWx0X2ZvbnQ9MSZ2PTIpXG4gICAgICBmb3JtYXQoJ29wZW50eXBlJyk7XG4gIGZvbnQtd2VpZ2h0OiA1MDA7XG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgZm9udC1kaXNwbGF5OiBmYWxsYmFjaztcbn1cblxuQGZvbnQtZmFjZSB7XG4gIGZvbnQtZmFtaWx5OiAnVGlrVG9rRm9udCc7XG4gIHNyYzogdXJsKGh0dHBzOi8vc2YxNi13ZWJzaXRlLWxvZ2luLm5ldXRyYWwudHR3c3RhdGljLmNvbS9vYmovdGlrdG9rX3dlYl9sb2dpbl9zdGF0aWMvdGlrdG9rX2ZvbnRzL1Rpa1Rva0ZvbnQtQm9sZC53b2ZmMj9fZGVmYXVsdF9mb250PTEmdj0yKVxuICAgICAgZm9ybWF0KCd3b2ZmMicpLFxuICAgIHVybChodHRwczovL3NmMTYtd2Vic2l0ZS1sb2dpbi5uZXV0cmFsLnR0d3N0YXRpYy5jb20vb2JqL3Rpa3Rva193ZWJfbG9naW5fc3RhdGljL3Rpa3Rva19mb250cy9UaWtUb2tGb250LUJvbGQud29mZj9fZGVmYXVsdF9mb250PTEmdj0yKVxuICAgICAgZm9ybWF0KCd3b2ZmJyksXG4gICAgdXJsKGh0dHBzOi8vc2YxNi13ZWJzaXRlLWxvZ2luLm5ldXRyYWwudHR3c3RhdGljLmNvbS9vYmovdGlrdG9rX3dlYl9sb2dpbl9zdGF0aWMvdGlrdG9rX2ZvbnRzL1Rpa1Rva0ZvbnQtQm9sZC5vdGY/X2RlZmF1bHRfZm9udD0xJnY9MilcbiAgICAgIGZvcm1hdCgnb3BlbnR5cGUnKTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgZm9udC1kaXNwbGF5OiBmYWxsYmFjaztcbn1cblxuQGZvbnQtZmFjZSB7XG4gIGZvbnQtZmFtaWx5OiAnVGlrVG9rRGlzcGxheUZvbnQnO1xuICBzcmM6IHVybChodHRwczovL3NmMTYtd2Vic2l0ZS1sb2dpbi5uZXV0cmFsLnR0d3N0YXRpYy5jb20vb2JqL3Rpa3Rva193ZWJfbG9naW5fc3RhdGljL3Rpa3Rva19mb250cy9UaWtUb2tEaXNwbGF5Rm9udC1SZWd1bGFyLndvZmYyP19kZWZhdWx0X2ZvbnQ9MSZ2PTIpXG4gICAgICBmb3JtYXQoJ3dvZmYyJyksXG4gICAgdXJsKGh0dHBzOi8vc2YxNi13ZWJzaXRlLWxvZ2luLm5ldXRyYWwudHR3c3RhdGljLmNvbS9vYmovdGlrdG9rX3dlYl9sb2dpbl9zdGF0aWMvdGlrdG9rX2ZvbnRzL1Rpa1Rva0Rpc3BsYXlGb250LVJlZ3VsYXIud29mZj9fZGVmYXVsdF9mb250PTEmdj0yKVxuICAgICAgZm9ybWF0KCd3b2ZmJyksXG4gICAgdXJsKGh0dHBzOi8vc2YxNi13ZWJzaXRlLWxvZ2luLm5ldXRyYWwudHR3c3RhdGljLmNvbS9vYmovdGlrdG9rX3dlYl9sb2dpbl9zdGF0aWMvdGlrdG9rX2ZvbnRzL1Rpa1Rva0Rpc3BsYXlGb250LVJlZ3VsYXIub3RmP19kZWZhdWx0X2ZvbnQ9MSZ2PTIpXG4gICAgICBmb3JtYXQoJ29wZW50eXBlJyk7XG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgZm9udC1kaXNwbGF5OiBmYWxsYmFjaztcbn1cblxuQGZvbnQtZmFjZSB7XG4gIGZvbnQtZmFtaWx5OiAnVGlrVG9rRGlzcGxheUZvbnQnO1xuICBzcmM6IHVybChodHRwczovL3NmMTYtd2Vic2l0ZS1sb2dpbi5uZXV0cmFsLnR0d3N0YXRpYy5jb20vb2JqL3Rpa3Rva193ZWJfbG9naW5fc3RhdGljL3Rpa3Rva19mb250cy9UaWtUb2tEaXNwbGF5Rm9udC1TZW1pYm9sZC53b2ZmMj9fZGVmYXVsdF9mb250PTEmdj0yKVxuICAgICAgZm9ybWF0KCd3b2ZmMicpLFxuICAgIHVybChodHRwczovL3NmMTYtd2Vic2l0ZS1sb2dpbi5uZXV0cmFsLnR0d3N0YXRpYy5jb20vb2JqL3Rpa3Rva193ZWJfbG9naW5fc3RhdGljL3Rpa3Rva19mb250cy9UaWtUb2tEaXNwbGF5Rm9udC1TZW1pYm9sZC53b2ZmP19kZWZhdWx0X2ZvbnQ9MSZ2PTIpXG4gICAgICBmb3JtYXQoJ3dvZmYnKSxcbiAgICB1cmwoaHR0cHM6Ly9zZjE2LXdlYnNpdGUtbG9naW4ubmV1dHJhbC50dHdzdGF0aWMuY29tL29iai90aWt0b2tfd2ViX2xvZ2luX3N0YXRpYy90aWt0b2tfZm9udHMvVGlrVG9rRGlzcGxheUZvbnQtU2VtaWJvbGQub3RmP19kZWZhdWx0X2ZvbnQ9MSZ2PTIpXG4gICAgICBmb3JtYXQoJ29wZW50eXBlJyk7XG4gIGZvbnQtd2VpZ2h0OiA1MDA7XG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgZm9udC1kaXNwbGF5OiBmYWxsYmFjaztcbn1cblxuQGZvbnQtZmFjZSB7XG4gIGZvbnQtZmFtaWx5OiAnVGlrVG9rRGlzcGxheUZvbnQnO1xuICBzcmM6IHVybChodHRwczovL3NmMTYtd2Vic2l0ZS1sb2dpbi5uZXV0cmFsLnR0d3N0YXRpYy5jb20vb2JqL3Rpa3Rva193ZWJfbG9naW5fc3RhdGljL3Rpa3Rva19mb250cy9UaWtUb2tEaXNwbGF5Rm9udC1TZW1pYm9sZC53b2ZmMj9fZGVmYXVsdF9mb250PTEmdj0yKVxuICAgICAgZm9ybWF0KCd3b2ZmMicpLFxuICAgIHVybChodHRwczovL3NmMTYtd2Vic2l0ZS1sb2dpbi5uZXV0cmFsLnR0d3N0YXRpYy5jb20vb2JqL3Rpa3Rva193ZWJfbG9naW5fc3RhdGljL3Rpa3Rva19mb250cy9UaWtUb2tEaXNwbGF5Rm9udC1TZW1pYm9sZC53b2ZmP19kZWZhdWx0X2ZvbnQ9MSZ2PTIpXG4gICAgICBmb3JtYXQoJ3dvZmYnKSxcbiAgICB1cmwoaHR0cHM6Ly9zZjE2LXdlYnNpdGUtbG9naW4ubmV1dHJhbC50dHdzdGF0aWMuY29tL29iai90aWt0b2tfd2ViX2xvZ2luX3N0YXRpYy90aWt0b2tfZm9udHMvVGlrVG9rRGlzcGxheUZvbnQtU2VtaWJvbGQub3RmP19kZWZhdWx0X2ZvbnQ9MSZ2PTIpXG4gICAgICBmb3JtYXQoJ29wZW50eXBlJyk7XG4gIGZvbnQtd2VpZ2h0OiA1MDA7XG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgZm9udC1kaXNwbGF5OiBmYWxsYmFjaztcbn1cblxuQGZvbnQtZmFjZSB7XG4gIGZvbnQtZmFtaWx5OiAnVGlrVG9rRGlzcGxheUZvbnQnO1xuICBzcmM6IHVybChodHRwczovL3NmMTYtd2Vic2l0ZS1sb2dpbi5uZXV0cmFsLnR0d3N0YXRpYy5jb20vb2JqL3Rpa3Rva193ZWJfbG9naW5fc3RhdGljL3Rpa3Rva19mb250cy9UaWtUb2tEaXNwbGF5Rm9udC1Cb2xkLndvZmYyP19kZWZhdWx0X2ZvbnQ9MSZ2PTIpXG4gICAgICBmb3JtYXQoJ3dvZmYyJyksXG4gICAgdXJsKGh0dHBzOi8vc2YxNi13ZWJzaXRlLWxvZ2luLm5ldXRyYWwudHR3c3RhdGljLmNvbS9vYmovdGlrdG9rX3dlYl9sb2dpbl9zdGF0aWMvdGlrdG9rX2ZvbnRzL1Rpa1Rva0Rpc3BsYXlGb250LUJvbGQud29mZj9fZGVmYXVsdF9mb250PTEmdj0yKVxuICAgICAgZm9ybWF0KCd3b2ZmJyksXG4gICAgdXJsKGh0dHBzOi8vc2YxNi13ZWJzaXRlLWxvZ2luLm5ldXRyYWwudHR3c3RhdGljLmNvbS9vYmovdGlrdG9rX3dlYl9sb2dpbl9zdGF0aWMvdGlrdG9rX2ZvbnRzL1Rpa1Rva0Rpc3BsYXlGb250LUJvbGQub3RmP19kZWZhdWx0X2ZvbnQ9MSZ2PTIpXG4gICAgICBmb3JtYXQoJ29wZW50eXBlJyk7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBmb250LXN0eWxlOiBub3JtYWw7XG4gIGZvbnQtZGlzcGxheTogZmFsbGJhY2s7XG59XG4iXX0= */
/* Color */

.tux-color-TextPrimary {
  color: var(--tux-colorTextPrimary);
}

.tux-color-TextSecondary {
  color: var(--tux-colorTextSecondary);
}

.tux-color-TextTertiary {
  color: var(--tux-colorTextTertiary);
}

.tux-color-TextQuaternary {
  color: var(--tux-colorTextQuaternary);
}

.tux-color-Link {
  color: var(--tux-colorLink);
}

.tux-color-Primary {
  color: var(--tux-colorPrimary);
}

.tux-color-Primary2 {
  color: var(--tux-colorPrimary2);
}

.tux-color-Secondary {
  color: var(--tux-colorSecondary);
}

.tux-color-Secondary2 {
  color: var(--tux-colorSecondary2);
}

.tux-color-Positive {
  color: var(--tux-colorPositive);
}

.tux-color-Positive2 {
  color: var(--tux-colorPositive2);
}

.tux-colorNegative {
  color: var(--tux-colorNegative);
}

.tux-color-ConstTextPrimary {
  color: var(--tux-colorConstTextPrimary);
}

.tux-color-ConstTextInverse {
  color: var(--tux-colorConstTextInverse);
}

.tux-color-ConstTextInverse2 {
  color: var(--tux-colorConstTextInverse2);
}

.tux-color-ConstTextInverse3 {
  color: var(--tux-colorConstTextInverse3);
}

.tux-color-ConstTextInverse4 {
  color: var(--tux-colorConstTextInverse4);
}

.tux-color-ConstTextInverse5 {
  color: var(--tux-colorConstTextInverse5);
}

.tux-color-AssistColorYellow {
  color: var(--tux-colorAssistColorYellow);
}

/* Background color */

.tux-background-BGPrimary {
  background-color: var(--tux-colorBGPrimary);
}

.tux-background-BGSecondary {
  background-color: var(--tux-colorBGSecondary);
}

.tux-background-BGSecondary2 {
  background-color: var(--tux-colorBGSecondary2);
}

.tux-background-BGTertiary {
  background-color: var(--tux-colorBGTertiary);
}

.tux-background-BGTertiary2 {
  background-color: var(--tux-colorBGTertiary2);
}

.tux-background-BGQuaternary {
  background-color: var(--tux-colorBGQuaternary);
}

.tux-background-BGQuinary {
  background-color: var(--tux-colorBGQuinary);
}

.tux-background-BGInput {
  background-color: var(--tux-colorBGInput);
}

.tux-background-BGInput2 {
  background-color: var(--tux-colorBGInput2);
}

.tux-background-BGView {
  background-color: var(--tux-colorBGView);
}

.tux-background-BGHover {
  background-color: var(--tux-colorBGHover);
}

.tux-background-BGBrand {
  background-color: var(--tux-colorBGBrand);
}

.tux-background-BGPlaceholderDefault {
  background-color: var(--tux-colorBGPlaceholderDefault);
}

.tux-background-BGPlaceholderOpaque {
  background-color: var(--tux-colorBGPlaceholderOpaque);
}

.tux-background-ToastDefault {
  background-color: var(--tux-colorToastDefault);
}

.tux-background-ToastNegative {
  background-color: var(--tux-colorToastNegative);
}

.tux-background-ConstBGInverse {
  background-color: var(--tux-colorConstBGInverse);
}

.tux-background-ConstBGInverse1 {
  background-color: var(--tux-colorConstBGInverse1);
}

.tux-background-ConstBGInverse2 {
  background-color: var(--tux-colorBGConstBGInverse2);
}

.tux-background-ConstBGInverse3 {
  background-color: var(--tux-colorBGConstBGInverse3);
}

.tux-background-ConstBGInverse4 {
  background-color: var(--tux-colorBGConstBGInverse4);
}

.tux-background-BGCreation {
  background-color: var(--tux-colorBGCreation);
}

.tux-background-BGCreation2 {
  background-color: var(--tux-colorBGCreation2);
}

.tux-background-BGCreation3 {
  background-color: var(--tux-colorBGCreation3);
}

.tux-background-BGCreation4 {
  background-color: var(--tux-colorBGCreation4);
}

.tux-background-BGCreation5 {
  background-color: var(--tux-colorBGCreation5);
}

.tux-background-ConstBGMat {
  background-color: var(--tux-colorConstBGMat);
}

.tux-background-ConstBGContainer {
  background-color: var(--tux-colorConstBGContainer);
}

.tux-background-ConstBGContainer2 {
  background-color: var(--tux-colorConstBGContainer2);
}

.tux-background-ConstBGContainer3 {
  background-color: var(--tux-colorConstBGContainer3);
}

.tux-background-ConstBGPlaceholderOpaque {
  background-color: var(--tux-colorConstBGPlaceholderOpaque);
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9zdHlsZXMvdXRpbGl0aWVzLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxVQUFVOztBQUVWO0VBQ0Usa0NBQWtDO0FBQ3BDOztBQUVBO0VBQ0Usb0NBQW9DO0FBQ3RDOztBQUVBO0VBQ0UsbUNBQW1DO0FBQ3JDOztBQUVBO0VBQ0UscUNBQXFDO0FBQ3ZDOztBQUVBO0VBQ0UsMkJBQTJCO0FBQzdCOztBQUVBO0VBQ0UsOEJBQThCO0FBQ2hDOztBQUVBO0VBQ0UsK0JBQStCO0FBQ2pDOztBQUVBO0VBQ0UsZ0NBQWdDO0FBQ2xDOztBQUVBO0VBQ0UsaUNBQWlDO0FBQ25DOztBQUVBO0VBQ0UsK0JBQStCO0FBQ2pDOztBQUVBO0VBQ0UsZ0NBQWdDO0FBQ2xDOztBQUVBO0VBQ0UsK0JBQStCO0FBQ2pDOztBQUVBO0VBQ0UsdUNBQXVDO0FBQ3pDOztBQUVBO0VBQ0UsdUNBQXVDO0FBQ3pDOztBQUVBO0VBQ0Usd0NBQXdDO0FBQzFDOztBQUVBO0VBQ0Usd0NBQXdDO0FBQzFDOztBQUVBO0VBQ0Usd0NBQXdDO0FBQzFDOztBQUVBO0VBQ0Usd0NBQXdDO0FBQzFDOztBQUVBO0VBQ0Usd0NBQXdDO0FBQzFDOztBQUVBLHFCQUFxQjs7QUFFckI7RUFDRSwyQ0FBMkM7QUFDN0M7O0FBRUE7RUFDRSw2Q0FBNkM7QUFDL0M7O0FBRUE7RUFDRSw4Q0FBOEM7QUFDaEQ7O0FBRUE7RUFDRSw0Q0FBNEM7QUFDOUM7O0FBRUE7RUFDRSw2Q0FBNkM7QUFDL0M7O0FBRUE7RUFDRSw4Q0FBOEM7QUFDaEQ7O0FBRUE7RUFDRSwyQ0FBMkM7QUFDN0M7O0FBRUE7RUFDRSx5Q0FBeUM7QUFDM0M7O0FBRUE7RUFDRSwwQ0FBMEM7QUFDNUM7O0FBRUE7RUFDRSx3Q0FBd0M7QUFDMUM7O0FBRUE7RUFDRSx5Q0FBeUM7QUFDM0M7O0FBRUE7RUFDRSx5Q0FBeUM7QUFDM0M7O0FBRUE7RUFDRSxzREFBc0Q7QUFDeEQ7O0FBRUE7RUFDRSxxREFBcUQ7QUFDdkQ7O0FBRUE7RUFDRSw4Q0FBOEM7QUFDaEQ7O0FBRUE7RUFDRSwrQ0FBK0M7QUFDakQ7O0FBRUE7RUFDRSxnREFBZ0Q7QUFDbEQ7O0FBRUE7RUFDRSxpREFBaUQ7QUFDbkQ7O0FBRUE7RUFDRSxtREFBbUQ7QUFDckQ7O0FBRUE7RUFDRSxtREFBbUQ7QUFDckQ7O0FBRUE7RUFDRSxtREFBbUQ7QUFDckQ7O0FBRUE7RUFDRSw0Q0FBNEM7QUFDOUM7O0FBRUE7RUFDRSw2Q0FBNkM7QUFDL0M7O0FBRUE7RUFDRSw2Q0FBNkM7QUFDL0M7O0FBRUE7RUFDRSw2Q0FBNkM7QUFDL0M7O0FBRUE7RUFDRSw2Q0FBNkM7QUFDL0M7O0FBRUE7RUFDRSw0Q0FBNEM7QUFDOUM7O0FBRUE7RUFDRSxrREFBa0Q7QUFDcEQ7O0FBRUE7RUFDRSxtREFBbUQ7QUFDckQ7O0FBRUE7RUFDRSxtREFBbUQ7QUFDckQ7O0FBRUE7RUFDRSwwREFBMEQ7QUFDNUQiLCJmaWxlIjoidXRpbGl0aWVzLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qIENvbG9yICovXG5cbi50dXgtY29sb3ItVGV4dFByaW1hcnkge1xuICBjb2xvcjogdmFyKC0tdHV4LWNvbG9yVGV4dFByaW1hcnkpO1xufVxuXG4udHV4LWNvbG9yLVRleHRTZWNvbmRhcnkge1xuICBjb2xvcjogdmFyKC0tdHV4LWNvbG9yVGV4dFNlY29uZGFyeSk7XG59XG5cbi50dXgtY29sb3ItVGV4dFRlcnRpYXJ5IHtcbiAgY29sb3I6IHZhcigtLXR1eC1jb2xvclRleHRUZXJ0aWFyeSk7XG59XG5cbi50dXgtY29sb3ItVGV4dFF1YXRlcm5hcnkge1xuICBjb2xvcjogdmFyKC0tdHV4LWNvbG9yVGV4dFF1YXRlcm5hcnkpO1xufVxuXG4udHV4LWNvbG9yLUxpbmsge1xuICBjb2xvcjogdmFyKC0tdHV4LWNvbG9yTGluayk7XG59XG5cbi50dXgtY29sb3ItUHJpbWFyeSB7XG4gIGNvbG9yOiB2YXIoLS10dXgtY29sb3JQcmltYXJ5KTtcbn1cblxuLnR1eC1jb2xvci1QcmltYXJ5MiB7XG4gIGNvbG9yOiB2YXIoLS10dXgtY29sb3JQcmltYXJ5Mik7XG59XG5cbi50dXgtY29sb3ItU2Vjb25kYXJ5IHtcbiAgY29sb3I6IHZhcigtLXR1eC1jb2xvclNlY29uZGFyeSk7XG59XG5cbi50dXgtY29sb3ItU2Vjb25kYXJ5MiB7XG4gIGNvbG9yOiB2YXIoLS10dXgtY29sb3JTZWNvbmRhcnkyKTtcbn1cblxuLnR1eC1jb2xvci1Qb3NpdGl2ZSB7XG4gIGNvbG9yOiB2YXIoLS10dXgtY29sb3JQb3NpdGl2ZSk7XG59XG5cbi50dXgtY29sb3ItUG9zaXRpdmUyIHtcbiAgY29sb3I6IHZhcigtLXR1eC1jb2xvclBvc2l0aXZlMik7XG59XG5cbi50dXgtY29sb3JOZWdhdGl2ZSB7XG4gIGNvbG9yOiB2YXIoLS10dXgtY29sb3JOZWdhdGl2ZSk7XG59XG5cbi50dXgtY29sb3ItQ29uc3RUZXh0UHJpbWFyeSB7XG4gIGNvbG9yOiB2YXIoLS10dXgtY29sb3JDb25zdFRleHRQcmltYXJ5KTtcbn1cblxuLnR1eC1jb2xvci1Db25zdFRleHRJbnZlcnNlIHtcbiAgY29sb3I6IHZhcigtLXR1eC1jb2xvckNvbnN0VGV4dEludmVyc2UpO1xufVxuXG4udHV4LWNvbG9yLUNvbnN0VGV4dEludmVyc2UyIHtcbiAgY29sb3I6IHZhcigtLXR1eC1jb2xvckNvbnN0VGV4dEludmVyc2UyKTtcbn1cblxuLnR1eC1jb2xvci1Db25zdFRleHRJbnZlcnNlMyB7XG4gIGNvbG9yOiB2YXIoLS10dXgtY29sb3JDb25zdFRleHRJbnZlcnNlMyk7XG59XG5cbi50dXgtY29sb3ItQ29uc3RUZXh0SW52ZXJzZTQge1xuICBjb2xvcjogdmFyKC0tdHV4LWNvbG9yQ29uc3RUZXh0SW52ZXJzZTQpO1xufVxuXG4udHV4LWNvbG9yLUNvbnN0VGV4dEludmVyc2U1IHtcbiAgY29sb3I6IHZhcigtLXR1eC1jb2xvckNvbnN0VGV4dEludmVyc2U1KTtcbn1cblxuLnR1eC1jb2xvci1Bc3Npc3RDb2xvclllbGxvdyB7XG4gIGNvbG9yOiB2YXIoLS10dXgtY29sb3JBc3Npc3RDb2xvclllbGxvdyk7XG59XG5cbi8qIEJhY2tncm91bmQgY29sb3IgKi9cblxuLnR1eC1iYWNrZ3JvdW5kLUJHUHJpbWFyeSB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckJHUHJpbWFyeSk7XG59XG5cbi50dXgtYmFja2dyb3VuZC1CR1NlY29uZGFyeSB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckJHU2Vjb25kYXJ5KTtcbn1cblxuLnR1eC1iYWNrZ3JvdW5kLUJHU2Vjb25kYXJ5MiB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckJHU2Vjb25kYXJ5Mik7XG59XG5cbi50dXgtYmFja2dyb3VuZC1CR1RlcnRpYXJ5IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQkdUZXJ0aWFyeSk7XG59XG5cbi50dXgtYmFja2dyb3VuZC1CR1RlcnRpYXJ5MiB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckJHVGVydGlhcnkyKTtcbn1cblxuLnR1eC1iYWNrZ3JvdW5kLUJHUXVhdGVybmFyeSB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckJHUXVhdGVybmFyeSk7XG59XG5cbi50dXgtYmFja2dyb3VuZC1CR1F1aW5hcnkge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS10dXgtY29sb3JCR1F1aW5hcnkpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQkdJbnB1dCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckJHSW5wdXQpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQkdJbnB1dDIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS10dXgtY29sb3JCR0lucHV0Mik7XG59XG5cbi50dXgtYmFja2dyb3VuZC1CR1ZpZXcge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS10dXgtY29sb3JCR1ZpZXcpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQkdIb3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckJHSG92ZXIpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQkdCcmFuZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckJHQnJhbmQpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQkdQbGFjZWhvbGRlckRlZmF1bHQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS10dXgtY29sb3JCR1BsYWNlaG9sZGVyRGVmYXVsdCk7XG59XG5cbi50dXgtYmFja2dyb3VuZC1CR1BsYWNlaG9sZGVyT3BhcXVlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQkdQbGFjZWhvbGRlck9wYXF1ZSk7XG59XG5cbi50dXgtYmFja2dyb3VuZC1Ub2FzdERlZmF1bHQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS10dXgtY29sb3JUb2FzdERlZmF1bHQpO1xufVxuXG4udHV4LWJhY2tncm91bmQtVG9hc3ROZWdhdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvclRvYXN0TmVnYXRpdmUpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQ29uc3RCR0ludmVyc2Uge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS10dXgtY29sb3JDb25zdEJHSW52ZXJzZSk7XG59XG5cbi50dXgtYmFja2dyb3VuZC1Db25zdEJHSW52ZXJzZTEge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS10dXgtY29sb3JDb25zdEJHSW52ZXJzZTEpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQ29uc3RCR0ludmVyc2UyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQkdDb25zdEJHSW52ZXJzZTIpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQ29uc3RCR0ludmVyc2UzIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQkdDb25zdEJHSW52ZXJzZTMpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQ29uc3RCR0ludmVyc2U0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQkdDb25zdEJHSW52ZXJzZTQpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQkdDcmVhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckJHQ3JlYXRpb24pO1xufVxuXG4udHV4LWJhY2tncm91bmQtQkdDcmVhdGlvbjIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS10dXgtY29sb3JCR0NyZWF0aW9uMik7XG59XG5cbi50dXgtYmFja2dyb3VuZC1CR0NyZWF0aW9uMyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckJHQ3JlYXRpb24zKTtcbn1cblxuLnR1eC1iYWNrZ3JvdW5kLUJHQ3JlYXRpb240IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQkdDcmVhdGlvbjQpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQkdDcmVhdGlvbjUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS10dXgtY29sb3JCR0NyZWF0aW9uNSk7XG59XG5cbi50dXgtYmFja2dyb3VuZC1Db25zdEJHTWF0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQ29uc3RCR01hdCk7XG59XG5cbi50dXgtYmFja2dyb3VuZC1Db25zdEJHQ29udGFpbmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQ29uc3RCR0NvbnRhaW5lcik7XG59XG5cbi50dXgtYmFja2dyb3VuZC1Db25zdEJHQ29udGFpbmVyMiB7XG4gIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckNvbnN0QkdDb250YWluZXIyKTtcbn1cblxuLnR1eC1iYWNrZ3JvdW5kLUNvbnN0QkdDb250YWluZXIzIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQ29uc3RCR0NvbnRhaW5lcjMpO1xufVxuXG4udHV4LWJhY2tncm91bmQtQ29uc3RCR1BsYWNlaG9sZGVyT3BhcXVlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQ29uc3RCR1BsYWNlaG9sZGVyT3BhcXVlKTtcbn1cbiJdfQ== */
._TUXInputError {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._TUXInputError-icon {
  height: 14px;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1RVWElucHV0RXJyb3IvVFVYSW5wdXRFcnJvci5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSw4QkFBc0I7VUFBdEIsc0JBQXNCO0VBQ3RCLG9CQUFhO0VBQWIsb0JBQWE7RUFBYixhQUFhO0VBQ2IseUJBQW1CO01BQW5CLHNCQUFtQjtVQUFuQixtQkFBbUI7QUFDckI7O0FBRUE7RUFDRSxZQUFZO0FBQ2QiLCJmaWxlIjoiVFVYSW5wdXRFcnJvci5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuX1RVWElucHV0RXJyb3Ige1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uX1RVWElucHV0RXJyb3ItaWNvbiB7XG4gIGhlaWdodDogMTRweDtcbn1cbiJdfQ== */
._TUXInputLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._TUXInputLabel--hidden {
  display: none;
}

[dir="ltr"] ._TUXInputLabel-tooltipIcon {
  margin-left: 6px;
}

[dir="rtl"] ._TUXInputLabel-tooltipIcon {
  margin-right: 6px;
}

._TUXInputLabel-tooltipIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
  height: 16px;
  width: 16px;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1RVWElucHV0TGFiZWwvVFVYSW5wdXRMYWJlbC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSxvQkFBYTtFQUFiLG9CQUFhO0VBQWIsYUFBYTtFQUNiLDhCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIseUJBQW1CO01BQW5CLHNCQUFtQjtVQUFuQixtQkFBbUI7QUFDckI7O0FBRUE7RUFDRSxhQUFhO0FBQ2Y7O0FBRUE7RUFFRTtBQUdGOztBQUxBO0VBRUU7QUFHRjs7QUFMQTtFQUNFLDhCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIseUJBQXdCO1VBQXhCLHdCQUF3QjtFQUN4QixZQUFZO0VBQ1osV0FBVztBQUNiIiwiZmlsZSI6IlRVWElucHV0TGFiZWwuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLl9UVVhJbnB1dExhYmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLl9UVVhJbnB1dExhYmVsLS1oaWRkZW4ge1xuICBkaXNwbGF5OiBub25lO1xufVxuXG4uX1RVWElucHV0TGFiZWwtdG9vbHRpcEljb24ge1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBtYXJnaW4taW5saW5lLXN0YXJ0OiA2cHg7XG4gIGhlaWdodDogMTZweDtcbiAgd2lkdGg6IDE2cHg7XG59XG4iXX0= */
._TUXRadioStandalone-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 999px;
}

._TUXRadioStandalone-container--disabled {
  opacity: 0.34;
  background-color: var(--tux-colorBGInput);
}

._TUXRadioStandalone-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

._TUXRadioStandalone-input:disabled {
  cursor: not-allowed;
}

._TUXRadioStandalone-circleOutside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: var(--tux-colorLineSecondary);
}

/* Light up the outer circle when the input is checked */

[data-tux-radio-input]:checked ~ ._TUXRadioStandalone-circleOutside {
  color: var(--tux-colorPrimary);
}

/* Light up the outer circle when the input is hovered or focused */

[data-tux-radio-input]:not(:disabled):hover ~ ._TUXRadioStandalone-circleOutside,
[data-tux-radio-input].focus-visible ~ ._TUXRadioStandalone-circleOutside {
  color: rgba(234, 40, 78, 1);
}

[data-tux-radio-input]:not(:disabled):hover ~ ._TUXRadioStandalone-circleOutside,
[data-tux-radio-input]:focus-visible ~ ._TUXRadioStandalone-circleOutside {
  color: rgba(234, 40, 78, 1);
}

/* Light up the outer circle when the input is active */

[data-tux-radio-input]:not(:disabled):active ~ ._TUXRadioStandalone-circleOutside {
  color: rgba(224, 39, 75, 1);
}

._TUXRadioStandalone-circleInside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  color: var(--tux-colorPrimary);
  pointer-events: none;
  visibility: hidden;
}

/* Show up the inner circle when the input is checked */

[data-tux-radio-input]:checked ~ ._TUXRadioStandalone-circleInside {
  visibility: visible;
}

/* Light up the inner circle when the input is hovered or focused */

[data-tux-radio-input]:not(:disabled):hover ~ ._TUXRadioStandalone-circleInside,
[data-tux-radio-input].focus-visible ~ ._TUXRadioStandalone-circleInside {
  color: rgba(234, 40, 78, 1);
}

[data-tux-radio-input]:not(:disabled):hover ~ ._TUXRadioStandalone-circleInside,
[data-tux-radio-input]:focus-visible ~ ._TUXRadioStandalone-circleInside {
  color: rgba(234, 40, 78, 1);
}

/* Light up the inner circle when the input is active */

[data-tux-radio-input]:not(:disabled):active ~ ._TUXRadioStandalone-circleInside {
  color: rgba(224, 39, 75, 1);
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1RVWFJhZGlvL1RVWFJhZGlvU3RhbmRhbG9uZS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSw4QkFBc0I7VUFBdEIsc0JBQXNCO0VBQ3RCLDJCQUFvQjtFQUFwQiwyQkFBb0I7RUFBcEIsb0JBQW9CO0VBQ3BCLGtCQUFrQjtFQUNsQixXQUFXO0VBQ1gsWUFBWTtFQUNaLG9CQUFjO01BQWQsY0FBYztFQUNkLGdCQUFnQjtFQUNoQixvQkFBb0I7QUFDdEI7O0FBRUE7RUFDRSxhQUFhO0VBQ2IseUNBQXlDO0FBQzNDOztBQUVBO0VBQ0UsOEJBQXNCO1VBQXRCLHNCQUFzQjtFQUN0Qix3QkFBZ0I7S0FBaEIscUJBQWdCO1VBQWhCLGdCQUFnQjtFQUNoQixZQUFZO0VBQ1osV0FBVztFQUNYLFNBQVM7RUFDVCxlQUFlO0FBQ2pCOztBQUVBO0VBQ0UsbUJBQW1CO0FBQ3JCOztBQUVBO0VBQ0UsOEJBQXNCO1VBQXRCLHNCQUFzQjtFQUN0QixrQkFBa0I7RUFDbEIsV0FBVztFQUNYLFlBQVk7RUFDWixvQkFBb0I7RUFDcEIsb0NBQW9DO0FBQ3RDOztBQUVBLHdEQUF3RDtBQUN4RDtFQUNFLDhCQUE4QjtBQUNoQzs7QUFFQSxtRUFBbUU7QUFDbkU7O0VBRUUsMkJBQTJCO0FBQzdCO0FBSEE7O0VBRUUsMkJBQTJCO0FBQzdCOztBQUVBLHVEQUF1RDtBQUN2RDtFQUNFLDJCQUEyQjtBQUM3Qjs7QUFFQTtFQUNFLDhCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIsa0JBQWtCO0VBQ2xCLFdBQVc7RUFDWCxZQUFZO0VBQ1osOEJBQThCO0VBQzlCLG9CQUFvQjtFQUNwQixrQkFBa0I7QUFDcEI7O0FBRUEsdURBQXVEO0FBQ3ZEO0VBQ0UsbUJBQW1CO0FBQ3JCOztBQUVBLG1FQUFtRTtBQUNuRTs7RUFFRSwyQkFBMkI7QUFDN0I7QUFIQTs7RUFFRSwyQkFBMkI7QUFDN0I7O0FBRUEsdURBQXVEO0FBQ3ZEO0VBQ0UsMkJBQTJCO0FBQzdCIiwiZmlsZSI6IlRVWFJhZGlvU3RhbmRhbG9uZS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuX1RVWFJhZGlvU3RhbmRhbG9uZS1jb250YWluZXIge1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogMTZweDtcbiAgaGVpZ2h0OiAxNnB4O1xuICBmbGV4LXNocmluazogMDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgYm9yZGVyLXJhZGl1czogOTk5cHg7XG59XG5cbi5fVFVYUmFkaW9TdGFuZGFsb25lLWNvbnRhaW5lci0tZGlzYWJsZWQge1xuICBvcGFjaXR5OiAwLjM0O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS10dXgtY29sb3JCR0lucHV0KTtcbn1cblxuLl9UVVhSYWRpb1N0YW5kYWxvbmUtaW5wdXQge1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBhcHBlYXJhbmNlOiBub25lO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW46IDA7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cblxuLl9UVVhSYWRpb1N0YW5kYWxvbmUtaW5wdXQ6ZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4uX1RVWFJhZGlvU3RhbmRhbG9uZS1jaXJjbGVPdXRzaWRlIHtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgY29sb3I6IHZhcigtLXR1eC1jb2xvckxpbmVTZWNvbmRhcnkpO1xufVxuXG4vKiBMaWdodCB1cCB0aGUgb3V0ZXIgY2lyY2xlIHdoZW4gdGhlIGlucHV0IGlzIGNoZWNrZWQgKi9cbltkYXRhLXR1eC1yYWRpby1pbnB1dF06Y2hlY2tlZCB+IC5fVFVYUmFkaW9TdGFuZGFsb25lLWNpcmNsZU91dHNpZGUge1xuICBjb2xvcjogdmFyKC0tdHV4LWNvbG9yUHJpbWFyeSk7XG59XG5cbi8qIExpZ2h0IHVwIHRoZSBvdXRlciBjaXJjbGUgd2hlbiB0aGUgaW5wdXQgaXMgaG92ZXJlZCBvciBmb2N1c2VkICovXG5bZGF0YS10dXgtcmFkaW8taW5wdXRdOm5vdCg6ZGlzYWJsZWQpOmhvdmVyIH4gLl9UVVhSYWRpb1N0YW5kYWxvbmUtY2lyY2xlT3V0c2lkZSxcbltkYXRhLXR1eC1yYWRpby1pbnB1dF06Zm9jdXMtdmlzaWJsZSB+IC5fVFVYUmFkaW9TdGFuZGFsb25lLWNpcmNsZU91dHNpZGUge1xuICBjb2xvcjogcmdiYSgyMzQsIDQwLCA3OCwgMSk7XG59XG5cbi8qIExpZ2h0IHVwIHRoZSBvdXRlciBjaXJjbGUgd2hlbiB0aGUgaW5wdXQgaXMgYWN0aXZlICovXG5bZGF0YS10dXgtcmFkaW8taW5wdXRdOm5vdCg6ZGlzYWJsZWQpOmFjdGl2ZSB+IC5fVFVYUmFkaW9TdGFuZGFsb25lLWNpcmNsZU91dHNpZGUge1xuICBjb2xvcjogcmdiYSgyMjQsIDM5LCA3NSwgMSk7XG59XG5cbi5fVFVYUmFkaW9TdGFuZGFsb25lLWNpcmNsZUluc2lkZSB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgY29sb3I6IHZhcigtLXR1eC1jb2xvclByaW1hcnkpO1xuICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgdmlzaWJpbGl0eTogaGlkZGVuO1xufVxuXG4vKiBTaG93IHVwIHRoZSBpbm5lciBjaXJjbGUgd2hlbiB0aGUgaW5wdXQgaXMgY2hlY2tlZCAqL1xuW2RhdGEtdHV4LXJhZGlvLWlucHV0XTpjaGVja2VkIH4gLl9UVVhSYWRpb1N0YW5kYWxvbmUtY2lyY2xlSW5zaWRlIHtcbiAgdmlzaWJpbGl0eTogdmlzaWJsZTtcbn1cblxuLyogTGlnaHQgdXAgdGhlIGlubmVyIGNpcmNsZSB3aGVuIHRoZSBpbnB1dCBpcyBob3ZlcmVkIG9yIGZvY3VzZWQgKi9cbltkYXRhLXR1eC1yYWRpby1pbnB1dF06bm90KDpkaXNhYmxlZCk6aG92ZXIgfiAuX1RVWFJhZGlvU3RhbmRhbG9uZS1jaXJjbGVJbnNpZGUsXG5bZGF0YS10dXgtcmFkaW8taW5wdXRdOmZvY3VzLXZpc2libGUgfiAuX1RVWFJhZGlvU3RhbmRhbG9uZS1jaXJjbGVJbnNpZGUge1xuICBjb2xvcjogcmdiYSgyMzQsIDQwLCA3OCwgMSk7XG59XG5cbi8qIExpZ2h0IHVwIHRoZSBpbm5lciBjaXJjbGUgd2hlbiB0aGUgaW5wdXQgaXMgYWN0aXZlICovXG5bZGF0YS10dXgtcmFkaW8taW5wdXRdOm5vdCg6ZGlzYWJsZWQpOmFjdGl2ZSB+IC5fVFVYUmFkaW9TdGFuZGFsb25lLWNpcmNsZUluc2lkZSB7XG4gIGNvbG9yOiByZ2JhKDIyNCwgMzksIDc1LCAxKTtcbn1cbiJdfQ== */
._TUXRadio-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._TUXRadio-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* Use padding instead of margin so the gap between button and label remains clickable */

[dir="ltr"] ._TUXRadio-label--before {
  padding-left: 0px;
}

[dir="rtl"] ._TUXRadio-label--before {
  padding-right: 0px;
}

[dir="ltr"] ._TUXRadio-label--before {
  padding-right: 12px;
}

[dir="rtl"] ._TUXRadio-label--before {
  padding-left: 12px;
}

._TUXRadio-label--before {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
}

[dir="ltr"] ._TUXRadio-label--after {
  padding-left: 12px;
}

[dir="rtl"] ._TUXRadio-label--after {
  padding-right: 12px;
}

[dir="ltr"] ._TUXRadio-label--after {
  padding-right: 0px;
}

[dir="rtl"] ._TUXRadio-label--after {
  padding-left: 0px;
}

._TUXRadio-label--after {
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
  -webkit-padding-end: 0px;
          padding-inline-end: 0px;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1RVWFJhZGlvL1RVWFJhZGlvLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLDhCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIsb0JBQWE7RUFBYixvQkFBYTtFQUFiLGFBQWE7QUFDZjs7QUFFQTtFQUNFLG1CQUFZO01BQVosb0JBQVk7VUFBWixZQUFZO0FBQ2Q7O0FBRUEsd0ZBQXdGO0FBQ3hGO0VBQ0U7QUFFRjtBQUhBO0VBQ0U7QUFFRjtBQUhBO0VBRUU7QUFDRjtBQUhBO0VBRUU7QUFDRjtBQUhBO0VBQ0UsMEJBQXlCO1VBQXpCLHlCQUF5QjtFQUN6Qix5QkFBd0I7VUFBeEIsd0JBQXdCO0FBQzFCOztBQUVBO0VBQ0U7QUFFRjs7QUFIQTtFQUNFO0FBRUY7O0FBSEE7RUFFRTtBQUNGOztBQUhBO0VBRUU7QUFDRjs7QUFIQTtFQUNFLDJCQUEwQjtVQUExQiwwQkFBMEI7RUFDMUIsd0JBQXVCO1VBQXZCLHVCQUF1QjtBQUN6QiIsImZpbGUiOiJUVVhSYWRpby5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuX1RVWFJhZGlvLWNvbnRhaW5lciB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG5cbi5fVFVYUmFkaW8tbGFiZWwge1xuICBmbGV4LWdyb3c6IDE7XG59XG5cbi8qIFVzZSBwYWRkaW5nIGluc3RlYWQgb2YgbWFyZ2luIHNvIHRoZSBnYXAgYmV0d2VlbiBidXR0b24gYW5kIGxhYmVsIHJlbWFpbnMgY2xpY2thYmxlICovXG4uX1RVWFJhZGlvLWxhYmVsLS1iZWZvcmUge1xuICBwYWRkaW5nLWlubGluZS1zdGFydDogMHB4O1xuICBwYWRkaW5nLWlubGluZS1lbmQ6IDEycHg7XG59XG5cbi5fVFVYUmFkaW8tbGFiZWwtLWFmdGVyIHtcbiAgcGFkZGluZy1pbmxpbmUtc3RhcnQ6IDEycHg7XG4gIHBhZGRpbmctaW5saW5lLWVuZDogMHB4O1xufVxuIl19 */
@-webkit-keyframes TUXSkeleton__background--light {
  0% {
    background-color: rgba(22, 24, 35, 0.1);
  }

  50.0% {
    background-color: var(--tux-colorBGView);
  }

  100.0% {
    background-color: rgba(22, 24, 35, 0.1);
  }
}

@keyframes TUXSkeleton__background--light {
  0% {
    background-color: rgba(22, 24, 35, 0.1);
  }

  50.0% {
    background-color: var(--tux-colorBGView);
  }

  100.0% {
    background-color: rgba(22, 24, 35, 0.1);
  }
}

@-webkit-keyframes TUXSkeleton__background--dark {
  0% {
    background-color: rgba(255, 255, 255, 0.1);
  }

  50.0% {
    background-color: var(--tux-colorBGView);
  }

  100.0% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@keyframes TUXSkeleton__background--dark {
  0% {
    background-color: rgba(255, 255, 255, 0.1);
  }

  50.0% {
    background-color: var(--tux-colorBGView);
  }

  100.0% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

._TUXSkeleton {
  background-color: var(--tux-colorBGView);
  -webkit-animation-name: TUXSkeleton__background--light;
          animation-name: TUXSkeleton__background--light;
  -webkit-animation-duration: 1600ms;
          animation-duration: 1600ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

[data-theme='dark'] ._TUXSkeleton {
  -webkit-animation-name: TUXSkeleton__background--dark;
          animation-name: TUXSkeleton__background--dark;
}

._TUXSkeletonCircle {
  border-radius: 50%;
}

._TUXSkeletonRectangle {
  border-radius: 2px;
}

._TUXSkeletonCell {
  border-radius: 24px;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1RVWFNrZWxldG9uL1RVWFNrZWxldG9uLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFO0lBQ0UsdUNBQXVDO0VBQ3pDOztFQUVBO0lBQ0Usd0NBQXdDO0VBQzFDOztFQUVBO0lBQ0UsdUNBQXVDO0VBQ3pDO0FBQ0Y7O0FBWkE7RUFDRTtJQUNFLHVDQUF1QztFQUN6Qzs7RUFFQTtJQUNFLHdDQUF3QztFQUMxQzs7RUFFQTtJQUNFLHVDQUF1QztFQUN6QztBQUNGOztBQUVBO0VBQ0U7SUFDRSwwQ0FBMEM7RUFDNUM7O0VBRUE7SUFDRSx3Q0FBd0M7RUFDMUM7O0VBRUE7SUFDRSwwQ0FBMEM7RUFDNUM7QUFDRjs7QUFaQTtFQUNFO0lBQ0UsMENBQTBDO0VBQzVDOztFQUVBO0lBQ0Usd0NBQXdDO0VBQzFDOztFQUVBO0lBQ0UsMENBQTBDO0VBQzVDO0FBQ0Y7O0FBRUE7RUFDRSx3Q0FBd0M7RUFDeEMsc0RBQThDO1VBQTlDLDhDQUE4QztFQUM5QyxrQ0FBMEI7VUFBMUIsMEJBQTBCO0VBQzFCLHlDQUFpQztVQUFqQyxpQ0FBaUM7RUFDakMsMkNBQW1DO1VBQW5DLG1DQUFtQztFQUNuQyxxQ0FBNkI7VUFBN0IsNkJBQTZCO0FBQy9COztBQUVBO0VBQ0UscURBQTZDO1VBQTdDLDZDQUE2QztBQUMvQzs7QUFFQTtFQUNFLGtCQUFrQjtBQUNwQjs7QUFFQTtFQUNFLGtCQUFrQjtBQUNwQjs7QUFFQTtFQUNFLG1CQUFtQjtBQUNyQiIsImZpbGUiOiJUVVhTa2VsZXRvbi5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAa2V5ZnJhbWVzIFRVWFNrZWxldG9uX19iYWNrZ3JvdW5kLS1saWdodCB7XG4gIDAlIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDIyLCAyNCwgMzUsIDAuMSk7XG4gIH1cblxuICA1MC4wJSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQkdWaWV3KTtcbiAgfVxuXG4gIDEwMC4wJSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMiwgMjQsIDM1LCAwLjEpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgVFVYU2tlbGV0b25fX2JhY2tncm91bmQtLWRhcmsge1xuICAwJSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjEpO1xuICB9XG5cbiAgNTAuMCUge1xuICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXR1eC1jb2xvckJHVmlldyk7XG4gIH1cblxuICAxMDAuMCUge1xuICAgIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4xKTtcbiAgfVxufVxuXG4uX1RVWFNrZWxldG9uIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQkdWaWV3KTtcbiAgYW5pbWF0aW9uLW5hbWU6IFRVWFNrZWxldG9uX19iYWNrZ3JvdW5kLS1saWdodDtcbiAgYW5pbWF0aW9uLWR1cmF0aW9uOiAxNjAwbXM7XG4gIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGxpbmVhcjtcbiAgYW5pbWF0aW9uLWl0ZXJhdGlvbi1jb3VudDogaW5maW5pdGU7XG4gIGFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nO1xufVxuXG5bZGF0YS10aGVtZT0nZGFyayddIC5fVFVYU2tlbGV0b24ge1xuICBhbmltYXRpb24tbmFtZTogVFVYU2tlbGV0b25fX2JhY2tncm91bmQtLWRhcms7XG59XG5cbi5fVFVYU2tlbGV0b25DaXJjbGUge1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG59XG5cbi5fVFVYU2tlbGV0b25SZWN0YW5nbGUge1xuICBib3JkZXItcmFkaXVzOiAycHg7XG59XG5cbi5fVFVYU2tlbGV0b25DZWxsIHtcbiAgYm9yZGVyLXJhZGl1czogMjRweDtcbn1cbiJdfQ== */
._TUXModalHeader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  min-height: 84px;
  overflow: hidden;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-self: space-between;

  padding: 24px;
  margin-top: 2px;
}

._TUXModalTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  text-align: center;
  margin: 32px auto 8px;
  overflow: hidden;
}

._TUXModalBody {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-box-flex: 1;

      -ms-flex-positive: 1;

          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;

  overflow-y: auto;
  overflow-x: hidden;

  padding: 24px;
}

._TUXModalFooter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;

  padding: 24px;
  gap: 8px;
}

._TUXModalCloseButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: none;
  cursor: pointer;

  height: 32px;
  width: 32px;
  font-size: 32px;
  padding: 0;

  background: transparent;
  color: var(--tux-colorTextSecondary);
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1RVWE1vZGFsL1RVWE1vZGFsTGF5b3V0LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLDhCQUFzQjtVQUF0QixzQkFBc0I7O0VBRXRCLGdCQUFnQjtFQUNoQixnQkFBZ0I7O0VBRWhCLG9CQUFhOztFQUFiLG9CQUFhOztFQUFiLGFBQWE7RUFDYiw4QkFBcUI7RUFBckIsNkJBQXFCO01BQXJCLHlCQUFxQjtVQUFyQixxQkFBcUI7RUFDckIsd0JBQXVCO01BQXZCLHFCQUF1QjtVQUF2Qix1QkFBdUI7RUFDdkIsMkJBQTJCOztFQUUzQixhQUFhO0VBQ2IsZUFBZTtBQUNqQjs7QUFFQTtFQUNFLDhCQUFzQjtVQUF0QixzQkFBc0I7O0VBRXRCLGtCQUFrQjtFQUNsQixxQkFBcUI7RUFDckIsZ0JBQWdCO0FBQ2xCOztBQUVBO0VBQ0UsOEJBQXNCO1VBQXRCLHNCQUFzQjs7RUFFdEIsbUJBQVk7O01BQVosb0JBQVk7O1VBQVosWUFBWTtFQUNaLG9CQUFjO01BQWQsY0FBYzs7RUFFZCxnQkFBZ0I7RUFDaEIsa0JBQWtCOztFQUVsQixhQUFhO0FBQ2Y7O0FBRUE7RUFDRSw4QkFBc0I7VUFBdEIsc0JBQXNCOztFQUV0QixvQkFBYTs7RUFBYixvQkFBYTs7RUFBYixhQUFhO0VBQ2IseUJBQW1CO01BQW5CLHNCQUFtQjtVQUFuQixtQkFBbUI7RUFDbkIscUJBQXlCO01BQXpCLGtCQUF5QjtVQUF6Qix5QkFBeUI7O0VBRXpCLGFBQWE7RUFDYixRQUFRO0FBQ1Y7O0FBRUE7RUFDRSw4QkFBc0I7VUFBdEIsc0JBQXNCOztFQUV0QixZQUFZO0VBQ1osZUFBZTs7RUFFZixZQUFZO0VBQ1osV0FBVztFQUNYLGVBQWU7RUFDZixVQUFVOztFQUVWLHVCQUF1QjtFQUN2QixvQ0FBb0M7QUFDdEMiLCJmaWxlIjoiVFVYTW9kYWxMYXlvdXQuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLl9UVVhNb2RhbEhlYWRlciB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG5cbiAgbWluLWhlaWdodDogODRweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcblxuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWZsb3c6IHJvdyBub3dyYXA7XG4gIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICBqdXN0aWZ5LXNlbGY6IHNwYWNlLWJldHdlZW47XG5cbiAgcGFkZGluZzogMjRweDtcbiAgbWFyZ2luLXRvcDogMnB4O1xufVxuXG4uX1RVWE1vZGFsVGl0bGUge1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuXG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgbWFyZ2luOiAzMnB4IGF1dG8gOHB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4uX1RVWE1vZGFsQm9keSB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG5cbiAgZmxleC1ncm93OiAxO1xuICBmbGV4LXNocmluazogMTtcblxuICBvdmVyZmxvdy15OiBhdXRvO1xuICBvdmVyZmxvdy14OiBoaWRkZW47XG5cbiAgcGFkZGluZzogMjRweDtcbn1cblxuLl9UVVhNb2RhbEZvb3RlciB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG5cbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcblxuICBwYWRkaW5nOiAyNHB4O1xuICBnYXA6IDhweDtcbn1cblxuLl9UVVhNb2RhbENsb3NlQnV0dG9uIHtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDtcblxuICBib3JkZXI6IG5vbmU7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICBoZWlnaHQ6IDMycHg7XG4gIHdpZHRoOiAzMnB4O1xuICBmb250LXNpemU6IDMycHg7XG4gIHBhZGRpbmc6IDA7XG5cbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gIGNvbG9yOiB2YXIoLS10dXgtY29sb3JUZXh0U2Vjb25kYXJ5KTtcbn1cbiJdfQ== */
._TUXModal-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  overflow: auto;

  --tux-modalTransitionDuration: 0.3s;
}

._TUXModal-verticalPositionWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;

  max-height: 100vh;
  overflow: visible;
}

._TUXModal-verticalPaddingWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  padding: 32px 16px;
  max-width: 100vw;
}

._TUXModal-backdrop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: var(--tux-colorSDSecondary);
  opacity: 0;

  -webkit-transition-property: opacity;

  transition-property: opacity;
  -webkit-transition-duration: var(--tux-modalTransitionDuration);
          transition-duration: var(--tux-modalTransitionDuration);
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

._TUXModal-backdrop--entering {
  opacity: 1;
}

._TUXModal-backdrop--entered {
  opacity: 1;
}

._TUXModal-backdrop--exiting {
  opacity: 0;
}

._TUXModal-backdrop--exited {
  opacity: 0;
}

._TUXModal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  background-color: var(--tux-colorBGPrimary);
  -webkit-box-shadow: var(--tux-boxShadowNotice);
          box-shadow: var(--tux-boxShadowNotice);

  max-width: calc(100vw - 32px);
  overflow: hidden;

  border-radius: 8px;
  outline: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;

  -webkit-transition-property: opacity, -webkit-transform;

  transition-property: opacity, -webkit-transform;

  transition-property: transform, opacity;

  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: var(--tux-modalTransitionDuration);
          transition-duration: var(--tux-modalTransitionDuration);
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

._TUXModal--width-Small {
  width: 400px;
}

._TUXModal--width-Medium {
  width: 764px;
}

._TUXModal--width-Large {
  width: 1000px;
}

._TUXModal--width-Compact {
  width: auto;
}

._TUXModal--width-Full {
  width: calc(100vw - 32px);
}

._TUXModal--height-Compact {
  height: auto;
}

._TUXModal--height-Full {
  height: calc(100vh - 64px);
  min-height: 178px;
}

._TUXModal--transparent {
  background-color: none;
}

._TUXModal--entering {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

._TUXModal--entered {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

._TUXModal--exiting {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
}

._TUXModal--exited {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

._TUXModal-closeButtonWrapper {
  position: absolute;
  top: 26px;
  right: 24px;
}

body[dir='rtl'] ._TUXModal-closeButtonWrapper {
  left: 24px;
  right: auto;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL1RVWE1vZGFsL1RVWE1vZGFsLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLDhCQUFzQjtVQUF0QixzQkFBc0I7O0VBRXRCLGVBQWU7RUFDZixNQUFNO0VBQ04sUUFBUTtFQUNSLFNBQVM7RUFDVCxPQUFPOztFQUVQLG9CQUFhOztFQUFiLG9CQUFhOztFQUFiLGFBQWE7RUFDYix5QkFBbUI7TUFBbkIsc0JBQW1CO1VBQW5CLG1CQUFtQjtFQUNuQix3QkFBdUI7TUFBdkIscUJBQXVCO1VBQXZCLHVCQUF1Qjs7RUFFdkIsY0FBYzs7RUFFZCxtQ0FBbUM7QUFDckM7O0FBRUE7RUFDRSxvQkFBYTtFQUFiLG9CQUFhO0VBQWIsYUFBYTtFQUNiLHdCQUF1QjtNQUF2QixxQkFBdUI7VUFBdkIsdUJBQXVCO0VBQ3ZCLHdCQUF1QjtNQUF2QixxQkFBdUI7VUFBdkIsdUJBQXVCOztFQUV2QixpQkFBaUI7RUFDakIsaUJBQWlCO0FBQ25COztBQUVBO0VBQ0Usb0JBQWE7RUFBYixvQkFBYTtFQUFiLGFBQWE7RUFDYix3QkFBdUI7TUFBdkIscUJBQXVCO1VBQXZCLHVCQUF1QjtFQUN2Qix5QkFBbUI7TUFBbkIsc0JBQW1CO1VBQW5CLG1CQUFtQjs7RUFFbkIsa0JBQWtCO0VBQ2xCLGdCQUFnQjtBQUNsQjs7QUFFQTtFQUNFLDhCQUFzQjtVQUF0QixzQkFBc0I7O0VBRXRCLGVBQWU7RUFDZixNQUFNO0VBQ04sUUFBUTtFQUNSLFNBQVM7RUFDVCxPQUFPOztFQUVQLHVDQUF1QztFQUN2QyxVQUFVOztFQUVWLG9DQUE0Qjs7RUFBNUIsNEJBQTRCO0VBQzVCLCtEQUF1RDtVQUF2RCx1REFBdUQ7RUFDdkQsMENBQWtDO1VBQWxDLGtDQUFrQztBQUNwQzs7QUFFQTtFQUNFLFVBQVU7QUFDWjs7QUFFQTtFQUNFLFVBQVU7QUFDWjs7QUFFQTtFQUNFLFVBQVU7QUFDWjs7QUFFQTtFQUNFLFVBQVU7QUFDWjs7QUFFQTtFQUNFLDhCQUFzQjtVQUF0QixzQkFBc0I7O0VBRXRCLDJDQUEyQztFQUMzQyw4Q0FBc0M7VUFBdEMsc0NBQXNDOztFQUV0Qyw2QkFBNkI7RUFDN0IsZ0JBQWdCOztFQUVoQixrQkFBa0I7RUFDbEIsVUFBVTs7RUFFVixvQkFBYTs7RUFBYixvQkFBYTs7RUFBYixhQUFhO0VBQ2IsNEJBQXNCO0VBQXRCLDZCQUFzQjtNQUF0QiwwQkFBc0I7VUFBdEIsc0JBQXNCO0VBQ3RCLDBCQUFvQjtNQUFwQix1QkFBb0I7VUFBcEIsb0JBQW9CO0VBQ3BCLHVCQUEyQjtNQUEzQixvQkFBMkI7VUFBM0IsMkJBQTJCOztFQUUzQix1REFBdUM7O0VBQXZDLCtDQUF1Qzs7RUFBdkMsdUNBQXVDOztFQUF2QywwREFBdUM7RUFDdkMsK0RBQXVEO1VBQXZELHVEQUF1RDtFQUN2RCwwQ0FBa0M7VUFBbEMsa0NBQWtDO0FBQ3BDOztBQUVBO0VBQ0UsWUFBWTtBQUNkOztBQUVBO0VBQ0UsWUFBWTtBQUNkOztBQUVBO0VBQ0UsYUFBYTtBQUNmOztBQUVBO0VBQ0UsV0FBVztBQUNiOztBQUVBO0VBQ0UseUJBQXlCO0FBQzNCOztBQUVBO0VBQ0UsWUFBWTtBQUNkOztBQUVBO0VBQ0UsMEJBQTBCO0VBQzFCLGlCQUFpQjtBQUNuQjs7QUFFQTtFQUNFLHNCQUFzQjtBQUN4Qjs7QUFFQTtFQUNFLDJCQUFtQjtVQUFuQixtQkFBbUI7RUFDbkIsVUFBVTtBQUNaOztBQUVBO0VBQ0UsMkJBQW1CO1VBQW5CLG1CQUFtQjtFQUNuQixVQUFVO0FBQ1o7O0FBRUE7RUFDRSwyQkFBbUI7VUFBbkIsbUJBQW1CO0VBQ25CLFVBQVU7QUFDWjs7QUFFQTtFQUNFLDZCQUFxQjtVQUFyQixxQkFBcUI7RUFDckIsVUFBVTtBQUNaOztBQUVBO0VBQ0Usa0JBQWtCO0VBQ2xCLFNBQVM7RUFDVCxXQUFXO0FBQ2I7O0FBRUE7RUFDRSxVQUFVO0VBQ1YsV0FBVztBQUNiIiwiZmlsZSI6IlRVWE1vZGFsLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5fVFVYTW9kYWwtd3JhcHBlciB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG5cbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIHJpZ2h0OiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG5cbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG5cbiAgb3ZlcmZsb3c6IGF1dG87XG5cbiAgLS10dXgtbW9kYWxUcmFuc2l0aW9uRHVyYXRpb246IDAuM3M7XG59XG5cbi5fVFVYTW9kYWwtdmVydGljYWxQb3NpdGlvbldyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7XG5cbiAgbWF4LWhlaWdodDogMTAwdmg7XG4gIG92ZXJmbG93OiB2aXNpYmxlO1xufVxuXG4uX1RVWE1vZGFsLXZlcnRpY2FsUGFkZGluZ1dyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcblxuICBwYWRkaW5nOiAzMnB4IDE2cHg7XG4gIG1heC13aWR0aDogMTAwdnc7XG59XG5cbi5fVFVYTW9kYWwtYmFja2Ryb3Age1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuXG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICByaWdodDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuXG4gIGJhY2tncm91bmQ6IHZhcigtLXR1eC1jb2xvclNEU2Vjb25kYXJ5KTtcbiAgb3BhY2l0eTogMDtcblxuICB0cmFuc2l0aW9uLXByb3BlcnR5OiBvcGFjaXR5O1xuICB0cmFuc2l0aW9uLWR1cmF0aW9uOiB2YXIoLS10dXgtbW9kYWxUcmFuc2l0aW9uRHVyYXRpb24pO1xuICB0cmFuc2l0aW9uLXRpbWluZy1mdW5jdGlvbjogbGluZWFyO1xufVxuXG4uX1RVWE1vZGFsLWJhY2tkcm9wLS1lbnRlcmluZyB7XG4gIG9wYWNpdHk6IDE7XG59XG5cbi5fVFVYTW9kYWwtYmFja2Ryb3AtLWVudGVyZWQge1xuICBvcGFjaXR5OiAxO1xufVxuXG4uX1RVWE1vZGFsLWJhY2tkcm9wLS1leGl0aW5nIHtcbiAgb3BhY2l0eTogMDtcbn1cblxuLl9UVVhNb2RhbC1iYWNrZHJvcC0tZXhpdGVkIHtcbiAgb3BhY2l0eTogMDtcbn1cblxuLl9UVVhNb2RhbCB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG5cbiAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tdHV4LWNvbG9yQkdQcmltYXJ5KTtcbiAgYm94LXNoYWRvdzogdmFyKC0tdHV4LWJveFNoYWRvd05vdGljZSk7XG5cbiAgbWF4LXdpZHRoOiBjYWxjKDEwMHZ3IC0gMzJweCk7XG4gIG92ZXJmbG93OiBoaWRkZW47XG5cbiAgYm9yZGVyLXJhZGl1czogOHB4O1xuICBvdXRsaW5lOiAwO1xuXG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG5cbiAgdHJhbnNpdGlvbi1wcm9wZXJ0eTogdHJhbnNmb3JtLCBvcGFjaXR5O1xuICB0cmFuc2l0aW9uLWR1cmF0aW9uOiB2YXIoLS10dXgtbW9kYWxUcmFuc2l0aW9uRHVyYXRpb24pO1xuICB0cmFuc2l0aW9uLXRpbWluZy1mdW5jdGlvbjogbGluZWFyO1xufVxuXG4uX1RVWE1vZGFsLS13aWR0aC1TbWFsbCB7XG4gIHdpZHRoOiA0MDBweDtcbn1cblxuLl9UVVhNb2RhbC0td2lkdGgtTWVkaXVtIHtcbiAgd2lkdGg6IDc2NHB4O1xufVxuXG4uX1RVWE1vZGFsLS13aWR0aC1MYXJnZSB7XG4gIHdpZHRoOiAxMDAwcHg7XG59XG5cbi5fVFVYTW9kYWwtLXdpZHRoLUNvbXBhY3Qge1xuICB3aWR0aDogYXV0bztcbn1cblxuLl9UVVhNb2RhbC0td2lkdGgtRnVsbCB7XG4gIHdpZHRoOiBjYWxjKDEwMHZ3IC0gMzJweCk7XG59XG5cbi5fVFVYTW9kYWwtLWhlaWdodC1Db21wYWN0IHtcbiAgaGVpZ2h0OiBhdXRvO1xufVxuXG4uX1RVWE1vZGFsLS1oZWlnaHQtRnVsbCB7XG4gIGhlaWdodDogY2FsYygxMDB2aCAtIDY0cHgpO1xuICBtaW4taGVpZ2h0OiAxNzhweDtcbn1cblxuLl9UVVhNb2RhbC0tdHJhbnNwYXJlbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBub25lO1xufVxuXG4uX1RVWE1vZGFsLS1lbnRlcmluZyB7XG4gIHRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIG9wYWNpdHk6IDE7XG59XG5cbi5fVFVYTW9kYWwtLWVudGVyZWQge1xuICB0cmFuc2Zvcm06IHNjYWxlKDEpO1xuICBvcGFjaXR5OiAxO1xufVxuXG4uX1RVWE1vZGFsLS1leGl0aW5nIHtcbiAgdHJhbnNmb3JtOiBzY2FsZSgxKTtcbiAgb3BhY2l0eTogMDtcbn1cblxuLl9UVVhNb2RhbC0tZXhpdGVkIHtcbiAgdHJhbnNmb3JtOiBzY2FsZSgwLjgpO1xuICBvcGFjaXR5OiAwO1xufVxuXG4uX1RVWE1vZGFsLWNsb3NlQnV0dG9uV3JhcHBlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAyNnB4O1xuICByaWdodDogMjRweDtcbn1cblxuYm9keVtkaXI9J3J0bCddIC5fVFVYTW9kYWwtY2xvc2VCdXR0b25XcmFwcGVyIHtcbiAgbGVmdDogMjRweDtcbiAgcmlnaHQ6IGF1dG87XG59XG4iXX0= */
