/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*
Some default styling.  This applies to edit mode and run mode, and effects things
such as HTML elements.
*/
b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

body {
  font-family: Helvetica, Arial, sans-serif;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

ul,
ol {
  display: block;
  padding-left: 40px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
}

input:-moz-ui-invalid {
  box-shadow: none;
}

input[type=input],
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=input]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
input[type=input]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9a9a9;
  opacity: 1;
}
input[type=input]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #a9a9a9 !important;
}
input[type=input]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #a9a9a9;
  opacity: 1;
}
input[type=input].grey::-webkit-input-placeholder,
input[type=text].grey::-webkit-input-placeholder,
input[type=password].grey::-webkit-input-placeholder,
input[type=email].grey::-webkit-input-placeholder,
input[type=search].grey::-webkit-input-placeholder,
input[type=tel].grey::-webkit-input-placeholder,
textarea.grey::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
input[type=input].grey::-moz-placeholder,
input[type=text].grey::-moz-placeholder,
input[type=password].grey::-moz-placeholder,
input[type=email].grey::-moz-placeholder,
input[type=search].grey::-moz-placeholder,
input[type=tel].grey::-moz-placeholder,
textarea.grey::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9a9a9;
  opacity: 1;
}
input[type=input].grey:-ms-input-placeholder,
input[type=text].grey:-ms-input-placeholder,
input[type=password].grey:-ms-input-placeholder,
input[type=email].grey:-ms-input-placeholder,
input[type=search].grey:-ms-input-placeholder,
input[type=tel].grey:-ms-input-placeholder,
textarea.grey:-ms-input-placeholder {
  /* IE 10+ */
  color: #a9a9a9 !important;
}
input[type=input].grey:-moz-placeholder,
input[type=text].grey:-moz-placeholder,
input[type=password].grey:-moz-placeholder,
input[type=email].grey:-moz-placeholder,
input[type=search].grey:-moz-placeholder,
input[type=tel].grey:-moz-placeholder,
textarea.grey:-moz-placeholder {
  /* Firefox 18- */
  color: #a9a9a9;
  opacity: 1;
}
input[type=input].white::-webkit-input-placeholder,
input[type=text].white::-webkit-input-placeholder,
input[type=password].white::-webkit-input-placeholder,
input[type=email].white::-webkit-input-placeholder,
input[type=search].white::-webkit-input-placeholder,
input[type=tel].white::-webkit-input-placeholder,
textarea.white::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
input[type=input].white::-moz-placeholder,
input[type=text].white::-moz-placeholder,
input[type=password].white::-moz-placeholder,
input[type=email].white::-moz-placeholder,
input[type=search].white::-moz-placeholder,
input[type=tel].white::-moz-placeholder,
textarea.white::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
input[type=input].white:-ms-input-placeholder,
input[type=text].white:-ms-input-placeholder,
input[type=password].white:-ms-input-placeholder,
input[type=email].white:-ms-input-placeholder,
input[type=search].white:-ms-input-placeholder,
input[type=tel].white:-ms-input-placeholder,
textarea.white:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
}
input[type=input].white:-moz-placeholder,
input[type=text].white:-moz-placeholder,
input[type=password].white:-moz-placeholder,
input[type=email].white:-moz-placeholder,
input[type=search].white:-moz-placeholder,
input[type=tel].white:-moz-placeholder,
textarea.white:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}
input[type=input].black::-webkit-input-placeholder,
input[type=text].black::-webkit-input-placeholder,
input[type=password].black::-webkit-input-placeholder,
input[type=email].black::-webkit-input-placeholder,
input[type=search].black::-webkit-input-placeholder,
input[type=tel].black::-webkit-input-placeholder,
textarea.black::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
input[type=input].black::-moz-placeholder,
input[type=text].black::-moz-placeholder,
input[type=password].black::-moz-placeholder,
input[type=email].black::-moz-placeholder,
input[type=search].black::-moz-placeholder,
input[type=tel].black::-moz-placeholder,
textarea.black::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  opacity: 1;
}
input[type=input].black:-ms-input-placeholder,
input[type=text].black:-ms-input-placeholder,
input[type=password].black:-ms-input-placeholder,
input[type=email].black:-ms-input-placeholder,
input[type=search].black:-ms-input-placeholder,
input[type=tel].black:-ms-input-placeholder,
textarea.black:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333 !important;
}
input[type=input].black:-moz-placeholder,
input[type=text].black:-moz-placeholder,
input[type=password].black:-moz-placeholder,
input[type=email].black:-moz-placeholder,
input[type=search].black:-moz-placeholder,
input[type=tel].black:-moz-placeholder,
textarea.black:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  opacity: 1;
}
input[type=input].blue::-webkit-input-placeholder,
input[type=text].blue::-webkit-input-placeholder,
input[type=password].blue::-webkit-input-placeholder,
input[type=email].blue::-webkit-input-placeholder,
input[type=search].blue::-webkit-input-placeholder,
input[type=tel].blue::-webkit-input-placeholder,
textarea.blue::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #60aef7;
}
input[type=input].blue::-moz-placeholder,
input[type=text].blue::-moz-placeholder,
input[type=password].blue::-moz-placeholder,
input[type=email].blue::-moz-placeholder,
input[type=search].blue::-moz-placeholder,
input[type=tel].blue::-moz-placeholder,
textarea.blue::-moz-placeholder {
  /* Firefox 19+ */
  color: #60aef7;
  opacity: 1;
}
input[type=input].blue:-ms-input-placeholder,
input[type=text].blue:-ms-input-placeholder,
input[type=password].blue:-ms-input-placeholder,
input[type=email].blue:-ms-input-placeholder,
input[type=search].blue:-ms-input-placeholder,
input[type=tel].blue:-ms-input-placeholder,
textarea.blue:-ms-input-placeholder {
  /* IE 10+ */
  color: #60aef7 !important;
}
input[type=input].blue:-moz-placeholder,
input[type=text].blue:-moz-placeholder,
input[type=password].blue:-moz-placeholder,
input[type=email].blue:-moz-placeholder,
input[type=search].blue:-moz-placeholder,
input[type=tel].blue:-moz-placeholder,
textarea.blue:-moz-placeholder {
  /* Firefox 18- */
  color: #60aef7;
  opacity: 1;
}
input[type=input].green::-webkit-input-placeholder,
input[type=text].green::-webkit-input-placeholder,
input[type=password].green::-webkit-input-placeholder,
input[type=email].green::-webkit-input-placeholder,
input[type=search].green::-webkit-input-placeholder,
input[type=tel].green::-webkit-input-placeholder,
textarea.green::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #69c765;
}
input[type=input].green::-moz-placeholder,
input[type=text].green::-moz-placeholder,
input[type=password].green::-moz-placeholder,
input[type=email].green::-moz-placeholder,
input[type=search].green::-moz-placeholder,
input[type=tel].green::-moz-placeholder,
textarea.green::-moz-placeholder {
  /* Firefox 19+ */
  color: #69c765;
  opacity: 1;
}
input[type=input].green:-ms-input-placeholder,
input[type=text].green:-ms-input-placeholder,
input[type=password].green:-ms-input-placeholder,
input[type=email].green:-ms-input-placeholder,
input[type=search].green:-ms-input-placeholder,
input[type=tel].green:-ms-input-placeholder,
textarea.green:-ms-input-placeholder {
  /* IE 10+ */
  color: #69c765;
}
input[type=input].green:-moz-placeholder,
input[type=text].green:-moz-placeholder,
input[type=password].green:-moz-placeholder,
input[type=email].green:-moz-placeholder,
input[type=search].green:-moz-placeholder,
input[type=tel].green:-moz-placeholder,
textarea.green:-moz-placeholder {
  /* Firefox 18- */
  color: #69c765;
  opacity: 1;
}
input[type=input].red::-webkit-input-placeholder,
input[type=text].red::-webkit-input-placeholder,
input[type=password].red::-webkit-input-placeholder,
input[type=email].red::-webkit-input-placeholder,
input[type=search].red::-webkit-input-placeholder,
input[type=tel].red::-webkit-input-placeholder,
textarea.red::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff8585;
}
input[type=input].red::-moz-placeholder,
input[type=text].red::-moz-placeholder,
input[type=password].red::-moz-placeholder,
input[type=email].red::-moz-placeholder,
input[type=search].red::-moz-placeholder,
input[type=tel].red::-moz-placeholder,
textarea.red::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff8585;
  opacity: 1;
}
input[type=input].red:-ms-input-placeholder,
input[type=text].red:-ms-input-placeholder,
input[type=password].red:-ms-input-placeholder,
input[type=email].red:-ms-input-placeholder,
input[type=search].red:-ms-input-placeholder,
input[type=tel].red:-ms-input-placeholder,
textarea.red:-ms-input-placeholder {
  /* IE 10+ */
  color: #ff8585 !important;
}
input[type=input].red:-moz-placeholder,
input[type=text].red:-moz-placeholder,
input[type=password].red:-moz-placeholder,
input[type=email].red:-moz-placeholder,
input[type=search].red:-moz-placeholder,
input[type=tel].red:-moz-placeholder,
textarea.red:-moz-placeholder {
  /* Firefox 18- */
  color: #ff8585;
  opacity: 1;
}

textarea {
  resize: none;
}

/*# sourceMappingURL=reset.css.map */

/*

What's worse than z-index hyperinflation?

Single source of truth for shared Sass constants. butter/global/_constants.scss
forwards from here for legacy import paths.

Naming convention: $z_index_<helpful_component_name>
ex: <z_index_modal_popup>, <z_index_ppe_composer_dropdown>

*/
/*
All typefaces used in Butter, available by class and as mixins.

Replaces a few styles in global.scss, but largely represents a new level
of component hierarchy
*/
.h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h5 {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.subhead1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subhead2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.body1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.theme-butter .body1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.theme-butter .body2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line-height-18 {
  line-height: 18px !important;
}

/*
All colors for both themes, concieved as a grid of color x opacity

*/
/* Note on SASS variables as of 4/15/24
 * - $action has not been updated to latest brand color as its descendents need verifcation in components
 * - $bubble_blue also should be updated to latest brand color
 * - $success, $alert, $destructive, $action_dark, $success_dark, $alert_dark, & $destructive_dark (and descendents) are only used in the theming object below
 * - $action, $base, $base_dark, & $reverse_dark were mostly replaced but are still used in the codebase
 * - $action, $base, $reverse, $base_dark, & $reverse_dark descendents are still used in the codebase
*/
/* Theme mapper */
.highlight-dom-changes {
  animation-duration: 1s;
  animation-name: highlight-in;
  animation-timing-function: ease-out;
}

@keyframes highlight-in {
  from {
    background-color: rgb(200, 0, 0);
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* TAGS */
address {
  font-style: normal;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%; /* sub/sup is relative to the surrounding text */
  line-height: 0; /* line-height doesn't interfere with the positioning */
  position: relative; /* Makes all browsers position relative to the surrounding text */
  vertical-align: baseline; /* if you're using reset.css, you can remove this rule */
}

sup {
  top: -0.5em; /* Move the superscripted text up */
}

sub {
  bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */
}

input:focus,
textarea:focus {
  outline: none;
}

/*
GLOBALLY USEFUL CLASSES (formerly tab_common)
For the sake of avoiding specific classes and elaborate rules for spacing

To live here you must:
  a) do exactly one thing
  b) be named something that makes it extremely clear what that one thing is

Note: this was originally applied to .data-user-types, .data-editor,
.maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete
this list when proved not buggy
*/
.code {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: antiquewhite;
  color: maroon;
  padding: 0px 4px;
  border-radius: 2px;
}

.maison-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-row,
.maison-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-start {
  justify-content: flex-start !important;
}

.center {
  justify-content: center !important;
}

.flex-end {
  justify-content: flex-end !important;
}

.space-between {
  justify-content: space-between !important;
}

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

.suspension-vertical {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.horizontal-rule {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-minus20 {
  margin-right: -20px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-minus20 {
  margin-top: -20px !important;
}

.margin-top-minus10 {
  margin-top: -10px !important;
}

.margin-top-minus16 {
  margin-top: -16px !important;
}

.margin-top-minus5 {
  margin-top: -5px !important;
}

.margin-top-minus3 {
  margin-top: -3px !important;
}

.margin-top-minus2 {
  margin-top: -2px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-320 {
  width: 320px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-500 {
  width: 500px !important;
}

.width-540 {
  width: 540px !important;
}

.width-600 {
  width: 600px !important;
}

.width-640 {
  width: 640px !important;
}

.width-700 {
  width: 700px !important;
}

.width-fill {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.width-half {
  width: 50% !important;
}

.height-15 {
  height: 15px !important;
}

.height-45 {
  height: 45px !important;
}

.height-60 {
  height: 60px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.strikethrough {
  text-decoration: line-through;
}

.no-select {
  user-select: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

.word-wrap-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.align-with-composer-input {
  margin-top: calc(12px + 5px + 16px - 9px);
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}

.align-items-stretch {
  align-items: stretch;
}

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

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

.align-text-start {
  text-align: start;
}

.align-text-end {
  text-align: end;
}

.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1000000000000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

.cc_banner-wrapper .cc_btn.cc_btn_accept_all {
  max-width: 130px;
}

/*------------------
RUNMODE VISUAL EFFECTS
--------------------*/
:root {
  --font_default: 'Lato';
  --color_primary_default: rgba(2, 5, 211, 1);
  --color_primary_default_rgb: 2, 5, 211;
  --color_primary_contrast_default: rgba(255, 255, 255, 1);
  --color_primary_contrast_default_rgb: 255, 255, 255;
  --color_text_default: rgba(9, 23, 71, 1);
  --color_text_default_rgb: 9, 23, 71;
  --color_surface_default: rgba(255, 255, 255, 1);
  --color_surface_default_rgb: 255, 255, 255;
  --color_background_default: rgba(255, 255, 255, 0);
  --color_background_default_rgb: 255, 255, 255;
  --color_destructive_default: rgba(255, 0, 0, 1);
  --color_destructive_default_rgb: 255, 0, 0;
  --color_success_default: rgba(23, 219, 78, 1);
  --color_success_default_rgb: 23, 219, 78;
  --color_alert_default: rgba(250, 181, 21, 1);
  --color_alert_default_rgb: 250, 181, 21;
  --color_danger_default_rgb: rgba(176, 32, 12, 1);
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

div.bubble-element,
a.bubble-element {
  overflow: hidden;
  /*Generally speaking Bubble elements hide anything that is out of them, but for containers, we allow this*/
}
div.bubble-element.main-page, div.bubble-element.CustomElement, div.bubble-element.FloatingGroup, div.bubble-element.Group, div.bubble-element.Popup, div.bubble-element.group-item,
a.bubble-element.main-page,
a.bubble-element.CustomElement,
a.bubble-element.FloatingGroup,
a.bubble-element.Group,
a.bubble-element.Popup,
a.bubble-element.group-item {
  overflow: visible;
}

.bubble-element.Icon {
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  cursor: inherit;
  overflow: hidden;
}
.bubble-element.Button {
  padding: 0;
  border: none;
  cursor: inherit;
  background: none;
  text-align: left;
}
.bubble-element.Button.flex-aligned-button {
  display: flex;
}
.bubble-element.Icon svg[data-icon-set], .bubble-element.Button svg[data-icon-set] {
  fill: currentColor;
}
.bubble-element.Icon svg[data-icon-set=feather], .bubble-element.Button svg[data-icon-set=feather] {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.bubble-element.Input {
  border: none;
  background-color: transparent;
  padding: 0;
}
.bubble-element.Page {
  z-index: 1;
}
.bubble-element.Link {
  white-space: pre-wrap;
  text-decoration: none;
}
.bubble-element.DateInput input {
  padding: 0;
}
.bubble-element.Image {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.bubble-legacy-image {
  display: block;
}

img.hidden-image-for-caching {
  display: none;
  left: -9000px;
  top: 9000px;
}

@media all and (min--moz-device-pixel-ratio: 0) {
  option {
    font-family: sans-serif;
  }
}
*:focus {
  outline: 0px dotted transparent;
}
*:focus:active {
  outline: 0px dotted transparent !important;
}

.bubble-element.clickable-element {
  outline: 0px dotted transparent;
  touch-action: manipulation;
}
.bubble-element.clickable-element.show-outline {
  outline: 1px dotted grey;
}

.bad-revision {
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: rgba(48, 48, 48, 0.9);
  font-weight: 600;
  color: white;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  z-index: 20000;
  line-height: 1.4;
  cursor: pointer;
}

.db-limit-reached,
.app-limit-reached {
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: rgba(255, 0, 0, 0.8);
  font-weight: 600;
  color: white;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 20000;
  line-height: 1.4;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input:disabled,
textarea:disabled,
input:disabled::placeholder,
textarea:disabled::placeholder {
  -webkit-text-fill-color: currentcolor;
  opacity: 1;
}

.FloatingGroup,
.CustomElement.floating-group {
  -webkit-transform: translateZ(0);
}

input[type=checkbox]:focus {
  outline: 1px dotted rgb(196, 196, 196);
}

.bubble-element.PoweredByBubble:hover {
  text-decoration: none;
}

.bubble-element.Text {
  overflow-wrap: break-word;
}

input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* STRIPE CHECKOUT FALLBACK ON MOBILE */
.stripe-checkout-greyout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0.6);
}

.stripe-checkout-btn {
  overflow: hidden;
  position: fixed;
  display: inline-block;
  visibility: visible !important;
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: linear-gradient(#28a0e5, #015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
.stripe-checkout-btn .stripe-checkout-display {
  position: relative;
  padding: 0 12px;
  line-height: 30px;
  background: #1275ff;
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/*------------------
RESPONSIVE
--------------------*/
.bubble-r-line {
  clear: both;
  position: relative;
  pointer-events: none;
  /* We have to spell this logic this way to get the right specificity
    everywhere, because IE11 doesn't have a :not for us to use. */
}
.bubble-r-line > * {
  pointer-events: auto;
}
.bubble-r-line > .bubble-r-box, .bubble-r-line > .bubble-r-line {
  pointer-events: none;
}
.bubble-r-line .bubble-r-box {
  position: absolute;
  top: 0px;
  pointer-events: none;
}
.bubble-r-line .bubble-r-box > * {
  pointer-events: auto;
}
.bubble-r-line .bubble-r-box > .bubble-r-box, .bubble-r-line .bubble-r-box > .bubble-r-line {
  pointer-events: none;
}
.bubble-r-line .bubble-r-box.debug {
  pointer-events: auto;
  box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 0.6);
}
.bubble-r-line.debug {
  pointer-events: auto;
  box-shadow: 0px 0px 0px 1px rgba(140, 140, 140, 0.7);
}
.bubble-r-line:after {
  content: " ";
  display: block;
  clear: both;
}

/*------------------
NEW RESPONSIVE
--------------------*/
.bubble-r-container {
  overflow: hidden;
}
.bubble-r-container.fixed > .bubble-element {
  position: absolute;
}
.bubble-r-container.relative > .bubble-element, .bubble-r-container.flex > .bubble-element {
  position: relative;
}
.bubble-r-container.relative {
  display: grid;
  grid-template-areas: "stack";
  grid-template-rows: 100%;
  grid-template-columns: 100%;
}
.bubble-r-container.relative > .bubble-element {
  grid-area: stack;
}
.bubble-r-container.flex {
  display: flex;
  align-content: stretch;
}
.bubble-r-container.flex.row {
  flex-direction: row;
  flex-wrap: wrap;
}
.bubble-r-container.flex.column {
  flex-direction: column;
  flex-wrap: nowrap;
}

.bubble-r-container-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.bubble-r-container-wrapper > .bubble-r-container {
  position: relative;
  z-index: 0;
  max-width: 100%;
  flex-grow: 1;
  height: initial;
  overflow: inherit;
}

.bubble-table {
  display: flex;
  flex-wrap: nowrap;
}

.bubble-cross-axis {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.bubble-rg > .bubble-element.group-item {
  position: relative;
}
.bubble-rg {
  display: grid;
  justify-items: stretch;
}
.bubble-rg.masonry > .bubble-element.group-item {
  height: max-content;
  min-width: 0;
  overflow: hidden;
}

.bubble-rg-flex-row > .bubble-element.group-item {
  position: relative;
}
.bubble-rg-flex-row {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bubble-rg-flex-row.bubble-rg-flex-reverse {
  flex-wrap: wrap-reverse;
  align-content: flex-end;
}

.bubble-rg-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.bubble-rg-reverse > .bubble-rg {
  transform: scale(1, -1);
}
.bubble-rg-reverse > .bubble-rg > * {
  transform: scale(1, -1);
}

.bubble-r-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bubble-element {
  position: relative;
  box-sizing: border-box;
}

html[dir=rtl] .bubble-r-container {
  direction: ltr;
}
html[dir=rtl] .bubble-r-container > *:not(.bubble-r-container) {
  direction: rtl;
}

.dropdown-chevron {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjQxLDguNThMMTIsMTMuMTdMMTYuNTksOC41OEwxOCwxMEwxMiwxNkw2LDEwTDcuNDEsOC41OFoiIC8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat, repeat;
  background-position: right 0em top 50%, 0 0;
  background-size: 1em auto, 100%;
}

.bubble-legacy-table > * {
  display: none;
}
.bubble-legacy-table > .incompatible-message {
  display: inline-block;
  text-align: center;
}
.bubble-legacy-table {
  overflow: hidden !important;
  background: #f9f9f9;
  color: #888888;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}
.bubble-legacy-table:before {
  font-family: "FontAwesome";
  content: "\f071";
}

/*# sourceMappingURL=run.css.map */

/*
All typefaces used in Butter, available by class and as mixins.

Replaces a few styles in global.scss, but largely represents a new level
of component hierarchy
*/
.h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h5 {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.subhead1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subhead2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.body1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.theme-butter .body1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.theme-butter .body2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line-height-18 {
  line-height: 18px !important;
}

/*
All colors for both themes, concieved as a grid of color x opacity

*/
/* Note on SASS variables as of 4/15/24
 * - $action has not been updated to latest brand color as its descendents need verifcation in components
 * - $bubble_blue also should be updated to latest brand color
 * - $success, $alert, $destructive, $action_dark, $success_dark, $alert_dark, & $destructive_dark (and descendents) are only used in the theming object below
 * - $action, $base, $base_dark, & $reverse_dark were mostly replaced but are still used in the codebase
 * - $action, $base, $reverse, $base_dark, & $reverse_dark descendents are still used in the codebase
*/
/* Theme mapper */
/*

What's worse than z-index hyperinflation?

Single source of truth for shared Sass constants. butter/global/_constants.scss
forwards from here for legacy import paths.

Naming convention: $z_index_<helpful_component_name>
ex: <z_index_modal_popup>, <z_index_ppe_composer_dropdown>

*/
.highlight-dom-changes {
  animation-duration: 1s;
  animation-name: highlight-in;
  animation-timing-function: ease-out;
}

@keyframes highlight-in {
  from {
    background-color: rgb(200, 0, 0);
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* TAGS */
address {
  font-style: normal;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%; /* sub/sup is relative to the surrounding text */
  line-height: 0; /* line-height doesn't interfere with the positioning */
  position: relative; /* Makes all browsers position relative to the surrounding text */
  vertical-align: baseline; /* if you're using reset.css, you can remove this rule */
}

sup {
  top: -0.5em; /* Move the superscripted text up */
}

sub {
  bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */
}

input:focus,
textarea:focus {
  outline: none;
}

/*
GLOBALLY USEFUL CLASSES (formerly tab_common)
For the sake of avoiding specific classes and elaborate rules for spacing

To live here you must:
  a) do exactly one thing
  b) be named something that makes it extremely clear what that one thing is

Note: this was originally applied to .data-user-types, .data-editor,
.maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete
this list when proved not buggy
*/
.code {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: antiquewhite;
  color: maroon;
  padding: 0px 4px;
  border-radius: 2px;
}

.maison-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-row,
.maison-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-start {
  justify-content: flex-start !important;
}

.center {
  justify-content: center !important;
}

.flex-end {
  justify-content: flex-end !important;
}

.space-between {
  justify-content: space-between !important;
}

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

.suspension-vertical {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.horizontal-rule {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-minus20 {
  margin-right: -20px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-minus20 {
  margin-top: -20px !important;
}

.margin-top-minus10 {
  margin-top: -10px !important;
}

.margin-top-minus16 {
  margin-top: -16px !important;
}

.margin-top-minus5 {
  margin-top: -5px !important;
}

.margin-top-minus3 {
  margin-top: -3px !important;
}

.margin-top-minus2 {
  margin-top: -2px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-320 {
  width: 320px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-500 {
  width: 500px !important;
}

.width-540 {
  width: 540px !important;
}

.width-600 {
  width: 600px !important;
}

.width-640 {
  width: 640px !important;
}

.width-700 {
  width: 700px !important;
}

.width-fill {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.width-half {
  width: 50% !important;
}

.height-15 {
  height: 15px !important;
}

.height-45 {
  height: 45px !important;
}

.height-60 {
  height: 60px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.strikethrough {
  text-decoration: line-through;
}

.no-select {
  user-select: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

.word-wrap-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.align-with-composer-input {
  margin-top: calc(12px + 5px + 16px - 9px);
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}

.align-items-stretch {
  align-items: stretch;
}

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

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

.align-text-start {
  text-align: start;
}

.align-text-end {
  text-align: end;
}

.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}

.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 160px;
  max-height: 200px;
  overflow-y: auto;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.tt-hint {
  color: #999;
  border-color: transparent !important;
}

.tt-suggestion > p:hover,
.tt-suggestion > p:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.tt-suggestion.tt-cursor > p {
  color: #ffffff;
  background-color: #428bca;
}

span.twitter-typeahead {
  width: 100%;
}
span.twitter-typeahead pre {
  position: fixed !important;
}

.input-group span.twitter-typeahead {
  display: block !important;
}

.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important;
}

/*# sourceMappingURL=typeahead.css.map */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("/static/fonts/fontawesome-webfont.eot");
  src: url("/static/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("/static/fonts/fontawesome-webfont.woff2") format("woff2"), url("/static/fonts/fontawesome-webfont.woff") format("woff"), url("/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("/static/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=font-awesome.min.css.map */

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/*
All typefaces used in Butter, available by class and as mixins.

Replaces a few styles in global.scss, but largely represents a new level
of component hierarchy
*/
.h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h5 {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.subhead1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subhead2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.body1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.theme-butter .body1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.theme-butter .body2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line-height-18 {
  line-height: 18px !important;
}

/*
All colors for both themes, concieved as a grid of color x opacity

*/
/* Note on SASS variables as of 4/15/24
 * - $action has not been updated to latest brand color as its descendents need verifcation in components
 * - $bubble_blue also should be updated to latest brand color
 * - $success, $alert, $destructive, $action_dark, $success_dark, $alert_dark, & $destructive_dark (and descendents) are only used in the theming object below
 * - $action, $base, $base_dark, & $reverse_dark were mostly replaced but are still used in the codebase
 * - $action, $base, $reverse, $base_dark, & $reverse_dark descendents are still used in the codebase
*/
/* Theme mapper */
/*

What's worse than z-index hyperinflation?

Single source of truth for shared Sass constants. butter/global/_constants.scss
forwards from here for legacy import paths.

Naming convention: $z_index_<helpful_component_name>
ex: <z_index_modal_popup>, <z_index_ppe_composer_dropdown>

*/
.highlight-dom-changes {
  animation-duration: 1s;
  animation-name: highlight-in;
  animation-timing-function: ease-out;
}

@keyframes highlight-in {
  from {
    background-color: rgb(200, 0, 0);
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* TAGS */
address {
  font-style: normal;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%; /* sub/sup is relative to the surrounding text */
  line-height: 0; /* line-height doesn't interfere with the positioning */
  position: relative; /* Makes all browsers position relative to the surrounding text */
  vertical-align: baseline; /* if you're using reset.css, you can remove this rule */
}

sup {
  top: -0.5em; /* Move the superscripted text up */
}

sub {
  bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */
}

input:focus,
textarea:focus {
  outline: none;
}

/*
GLOBALLY USEFUL CLASSES (formerly tab_common)
For the sake of avoiding specific classes and elaborate rules for spacing

To live here you must:
  a) do exactly one thing
  b) be named something that makes it extremely clear what that one thing is

Note: this was originally applied to .data-user-types, .data-editor,
.maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete
this list when proved not buggy
*/
.code {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: antiquewhite;
  color: maroon;
  padding: 0px 4px;
  border-radius: 2px;
}

.maison-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-row,
.maison-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-start {
  justify-content: flex-start !important;
}

.center {
  justify-content: center !important;
}

.flex-end {
  justify-content: flex-end !important;
}

.space-between {
  justify-content: space-between !important;
}

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

.suspension-vertical {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.horizontal-rule {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-minus20 {
  margin-right: -20px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-minus20 {
  margin-top: -20px !important;
}

.margin-top-minus10 {
  margin-top: -10px !important;
}

.margin-top-minus16 {
  margin-top: -16px !important;
}

.margin-top-minus5 {
  margin-top: -5px !important;
}

.margin-top-minus3 {
  margin-top: -3px !important;
}

.margin-top-minus2 {
  margin-top: -2px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-320 {
  width: 320px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-500 {
  width: 500px !important;
}

.width-540 {
  width: 540px !important;
}

.width-600 {
  width: 600px !important;
}

.width-640 {
  width: 640px !important;
}

.width-700 {
  width: 700px !important;
}

.width-fill {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.width-half {
  width: 50% !important;
}

.height-15 {
  height: 15px !important;
}

.height-45 {
  height: 45px !important;
}

.height-60 {
  height: 60px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.strikethrough {
  text-decoration: line-through;
}

.no-select {
  user-select: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

.word-wrap-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.align-with-composer-input {
  margin-top: calc(12px + 5px + 16px - 9px);
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}

.align-items-stretch {
  align-items: stretch;
}

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

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

.align-text-start {
  text-align: start;
}

.align-text-end {
  text-align: end;
}

.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0; /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0; /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/static/img/jquery-ui-smoothness/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("/static/img/jquery-ui-smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("/static/img/jquery-ui-smoothness/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/static/img/jquery-ui-smoothness/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("/static/img/jquery-ui-smoothness/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/static/img/jquery-ui-smoothness/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/static/img/jquery-ui-smoothness/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/static/img/jquery-ui-smoothness/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/static/img/jquery-ui-smoothness/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/static/img/jquery-ui-smoothness/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/static/img/jquery-ui-smoothness/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/static/img/jquery-ui-smoothness/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/static/img/jquery-ui-smoothness/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("/static/img/jquery-ui-smoothness/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/static/img/jquery-ui-smoothness/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
  border-radius: 8px;
}

/*# sourceMappingURL=jquery-ui.slider.css.map */

/**
 * Toggle
 * --------------------------------------------------
 */
.item-toggle {
  pointer-events: none;
}

.ionic-toggle input:checked + .ionic-track {
  border-color: #4cd964;
  background-color: #4cd964;
}
.ionic-toggle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  pointer-events: auto;
  margin: -5px;
  padding: 5px;
}
.ionic-toggle.dragging .ionic-handle {
  background-color: rgb(242.25, 242.25, 242.25) !important;
}

.ionic-toggle.toggle-light input:checked + .ionic-track {
  border-color: #ddd;
  background-color: #ddd;
}
.ionic-toggle.toggle-stable input:checked + .ionic-track {
  border-color: #b2b2b2;
  background-color: #b2b2b2;
}
.ionic-toggle.toggle-positive input:checked + .ionic-track {
  border-color: #387ef5;
  background-color: #387ef5;
}
.ionic-toggle.toggle-calm input:checked + .ionic-track {
  border-color: #11c1f3;
  background-color: #11c1f3;
}
.ionic-toggle.toggle-assertive input:checked + .ionic-track {
  border-color: #ef473a;
  background-color: #ef473a;
}
.ionic-toggle.toggle-balanced input:checked + .ionic-track {
  border-color: #33cd5f;
  background-color: #33cd5f;
}
.ionic-toggle.toggle-energized input:checked + .ionic-track {
  border-color: #ffc900;
  background-color: #ffc900;
}
.ionic-toggle.toggle-royal input:checked + .ionic-track {
  border-color: #886aea;
  background-color: #886aea;
}
.ionic-toggle.toggle-dark input:checked + .ionic-track {
  border-color: #444;
  background-color: #444;
}

.ionic-toggle input {
  display: none;
}

/* the track appearance when the toggle is "off" */
.ionic-toggle .ionic-track {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
  display: inline-block;
  box-sizing: border-box;
  width: 51px;
  height: 31px;
  border: solid 2px #e6e6e6;
  border-radius: 20px;
  background-color: #fff;
  content: " ";
  cursor: pointer !important;
  pointer-events: none;
}

/* Fix to avoid background color bleeding */
/* (occured on (at least) Android 4.2, Asus MeMO Pad HD7 ME173X) */
.platform-android4_2 .toggle .ionic-track {
  -webkit-background-clip: padding-box;
}

/* the handle (circle) thats inside the toggle's track area */
/* also the handle's appearance when it is "off" */
.ionic-toggle .ionic-handle {
  -webkit-transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  -webkit-transition-property: background-color, transform;
  transition-property: background-color, transform;
  position: absolute !important;
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: #fff;
  top: 7px;
  left: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.ionic-toggle .ionic-handle:before {
  position: absolute !important;
  top: -4px;
  left: -21.5px;
  padding: 18.5px 34px;
  content: " ";
}

.ionic-toggle input:checked + .ionic-track .ionic-handle {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  background-color: #fff;
}

.item-toggle.active {
  box-shadow: none;
}

.item-toggle,
.item-toggle.item-complex .item-content {
  padding-right: 99px;
}

.item-toggle.item-complex {
  padding-right: 0;
}

.item-toggle .ionic-toggle {
  position: absolute !important;
  top: 10px;
  right: 16px;
  z-index: 3;
}

.ionic-toggle input:disabled + .ionic-track {
  opacity: 0.6;
}

.toggle-small .ionic-track {
  border: 0;
  width: 34px;
  height: 15px;
  background: #9e9e9e;
}
.toggle-small input:checked + .ionic-track {
  background: rgba(0, 150, 137, 0.5);
}
.toggle-small .ionic-handle {
  top: 2px;
  left: 4px;
  width: 21px;
  height: 21px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.toggle-small input:checked + .ionic-track .ionic-handle {
  -webkit-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  background: rgb(0, 150, 137);
}
.toggle-small.item-toggle .ionic-toggle {
  top: 19px;
}
.toggle-small .toggle-light input:checked + .ionic-track {
  background-color: rgba(221, 221, 221, 0.5);
}
.toggle-small .toggle-light input:checked + .ionic-track .ionic-handle {
  background-color: #ddd;
}
.toggle-small .toggle-stable input:checked + .ionic-track {
  background-color: rgba(178, 178, 178, 0.5);
}
.toggle-small .toggle-stable input:checked + .ionic-track .ionic-handle {
  background-color: #b2b2b2;
}
.toggle-small .toggle-positive input:checked + .ionic-track {
  background-color: rgba(56, 126, 245, 0.5);
}
.toggle-small .toggle-positive input:checked + .ionic-track .ionic-handle {
  background-color: #387ef5;
}
.toggle-small .toggle-calm input:checked + .ionic-track {
  background-color: rgba(17, 193, 243, 0.5);
}
.toggle-small .toggle-calm input:checked + .ionic-track .ionic-handle {
  background-color: #11c1f3;
}
.toggle-small .toggle-assertive input:checked + .ionic-track {
  background-color: rgba(239, 71, 58, 0.5);
}
.toggle-small .toggle-assertive input:checked + .ionic-track .ionic-handle {
  background-color: #ef473a;
}
.toggle-small .toggle-balanced input:checked + .ionic-track {
  background-color: rgba(51, 205, 95, 0.5);
}
.toggle-small .toggle-balanced input:checked + .ionic-track .ionic-handle {
  background-color: #33cd5f;
}
.toggle-small .toggle-energized input:checked + .ionic-track {
  background-color: rgba(255, 201, 0, 0.5);
}
.toggle-small .toggle-energized input:checked + .ionic-track .ionic-handle {
  background-color: #ffc900;
}
.toggle-small .toggle-royal input:checked + .ionic-track {
  background-color: rgba(136, 106, 234, 0.5);
}
.toggle-small .toggle-royal input:checked + .ionic-track .ionic-handle {
  background-color: #886aea;
}
.toggle-small .toggle-dark input:checked + .ionic-track {
  background-color: rgba(68, 68, 68, 0.5);
}
.toggle-small .toggle-dark input:checked + .ionic-track .ionic-handle {
  background-color: #444;
}

/*# sourceMappingURL=toggle.css.map */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/static/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Material Icons Outline";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/fonts/MaterialIcons-Outlined.woff2) format("woff2"), url(/static/fonts/MaterialIconsOutlined-Regular.otf) format("opentype");
}
.material-icons {
  font-family: "Material Icons";
}

.material-icons-outline {
  font-family: "Material Icons Outline";
}

.material-icons,
.material-icons-outline {
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.bubble-element.materialicons-Materialicon svg {
  vertical-align: bottom;
}

/*# sourceMappingURL=material-icons.css.map */

/* The MIT License */
/* Changed by us */
.dropzone {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: auto;
  padding-bottom: 30px;
}
.dropzone .dz-message {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dropzone .dz-filename {
  word-wrap: break-word;
}
.dropzone .dz-preview {
  position: relative;
  padding: 7px;
  background: #e8ffe6;
}
.dropzone .dz-preview .dz-details {
  position: relative;
}
.dropzone .dz-preview .dz-size {
  display: none; /* we hide the size because it is not compatible with our hack to prepopulate with files */
}
.dropzone .dz-preview img {
  display: none; /* we hide the thumbnail because it is not compatible with our hack to prepopulate with files */
}
.dropzone .dz-preview .dz-error-message {
  display: none; /* not currently using this */
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  text-align: center;
  right: 4px;
  top: 4px;
}
.dropzone .dz-preview .dz-success-mark {
  color: #8cc657;
  display: none;
}
.dropzone .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-remove {
  text-decoration: none;
  display: block;
  position: absolute;
  right: 10px;
  top: 0px;
  text-align: center;
  color: #630a0a;
  padding: 7px;
  background: #e8ffe6;
}
.dropzone .dz-preview .dz-progress {
  background: #d7d7d7;
  height: 6px;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  width: 0%;
  background-color: #88a6e4;
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 0%;
  height: 10px;
  background-image: url("/static/img/dropzone/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-progress {
  display: none;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

/* we hide errored files for now to handle max-files reached.  we have to hide
   them permanently unfortunately */
.dropzone .dz-preview.dz-error {
  display: none;
}

.dropzone.dz-max-files-reached .dz-message {
  display: none;
}
.dropzone.dz-max-files-reached {
  background-color: rgba(248, 248, 248, 0.89);
}

/* More or less legacy dropzone css... should port over to sass style above as
   we modify it. */
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}

.dropzone .dz-remove:hover,
.dropzone-previews .dz-remove:hover {
  color: #666;
}

@-moz-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/*# sourceMappingURL=dropzone.css.map */

/*
All typefaces used in Butter, available by class and as mixins.

Replaces a few styles in global.scss, but largely represents a new level
of component hierarchy
*/
.h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h5 {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.subhead1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subhead2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.body1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.theme-butter .body1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.theme-butter .body2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line-height-18 {
  line-height: 18px !important;
}

/*
All colors for both themes, concieved as a grid of color x opacity

*/
/* Note on SASS variables as of 4/15/24
 * - $action has not been updated to latest brand color as its descendents need verifcation in components
 * - $bubble_blue also should be updated to latest brand color
 * - $success, $alert, $destructive, $action_dark, $success_dark, $alert_dark, & $destructive_dark (and descendents) are only used in the theming object below
 * - $action, $base, $base_dark, & $reverse_dark were mostly replaced but are still used in the codebase
 * - $action, $base, $reverse, $base_dark, & $reverse_dark descendents are still used in the codebase
*/
/* Theme mapper */
/*

What's worse than z-index hyperinflation?

Single source of truth for shared Sass constants. butter/global/_constants.scss
forwards from here for legacy import paths.

Naming convention: $z_index_<helpful_component_name>
ex: <z_index_modal_popup>, <z_index_ppe_composer_dropdown>

*/
.highlight-dom-changes {
  animation-duration: 1s;
  animation-name: highlight-in;
  animation-timing-function: ease-out;
}

@keyframes highlight-in {
  from {
    background-color: rgb(200, 0, 0);
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* TAGS */
address {
  font-style: normal;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%; /* sub/sup is relative to the surrounding text */
  line-height: 0; /* line-height doesn't interfere with the positioning */
  position: relative; /* Makes all browsers position relative to the surrounding text */
  vertical-align: baseline; /* if you're using reset.css, you can remove this rule */
}

sup {
  top: -0.5em; /* Move the superscripted text up */
}

sub {
  bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */
}

input:focus,
textarea:focus {
  outline: none;
}

/*
GLOBALLY USEFUL CLASSES (formerly tab_common)
For the sake of avoiding specific classes and elaborate rules for spacing

To live here you must:
  a) do exactly one thing
  b) be named something that makes it extremely clear what that one thing is

Note: this was originally applied to .data-user-types, .data-editor,
.maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete
this list when proved not buggy
*/
.code {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: antiquewhite;
  color: maroon;
  padding: 0px 4px;
  border-radius: 2px;
}

.maison-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-row,
.maison-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-start {
  justify-content: flex-start !important;
}

.center {
  justify-content: center !important;
}

.flex-end {
  justify-content: flex-end !important;
}

.space-between {
  justify-content: space-between !important;
}

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

.suspension-vertical {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.horizontal-rule {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-minus20 {
  margin-right: -20px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-minus20 {
  margin-top: -20px !important;
}

.margin-top-minus10 {
  margin-top: -10px !important;
}

.margin-top-minus16 {
  margin-top: -16px !important;
}

.margin-top-minus5 {
  margin-top: -5px !important;
}

.margin-top-minus3 {
  margin-top: -3px !important;
}

.margin-top-minus2 {
  margin-top: -2px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-320 {
  width: 320px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-500 {
  width: 500px !important;
}

.width-540 {
  width: 540px !important;
}

.width-600 {
  width: 600px !important;
}

.width-640 {
  width: 640px !important;
}

.width-700 {
  width: 700px !important;
}

.width-fill {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.width-half {
  width: 50% !important;
}

.height-15 {
  height: 15px !important;
}

.height-45 {
  height: 45px !important;
}

.height-60 {
  height: 60px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.strikethrough {
  text-decoration: line-through;
}

.no-select {
  user-select: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

.word-wrap-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.align-with-composer-input {
  margin-top: calc(12px + 5px + 16px - 9px);
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}

.align-items-stretch {
  align-items: stretch;
}

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

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

.align-text-start {
  text-align: start;
}

.align-text-end {
  text-align: end;
}

.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 0px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: visible;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
  overflow: hidden;
  max-width: 100%;
}

.select2-container .select2-selection__choice {
  overflow: hidden;
  max-width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  border: 0px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.bubble-r-vertical-center > .select2-container {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open {
  z-index: 10000000;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 0px solid #aaa;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 0px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 0px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 0px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 0px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 0px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*# sourceMappingURL=select2.min.css.map */

body {--stylesheet-active: true;}
.b-root .bubble-element.baUaTaQd1 {
  background-color: var(--color_background_default);
  min-width: 0px;
  min-height: 100%;
  min-height: max(676px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  opacity: 1;
}
.b-root body {
  height: 100%;
}
.b-root {
  --font_default: "Rubik";
  --font_bTPau1_default: "Roboto";
  --font_bTPav1_default: "Montserrat";
  --font_bUITV0_default: "Roboto";
  --font_bUITZ0_default: "Open Sans";
  --font_bUWwp1_default: "Lato";
  --font_bUXWb0_default: "Rubik";
  --font_bUXWf0_default: "Rubik";
  --color_text_default: rgba(60,68,64,1);
  --color_text_default_rgb: 60,68,64;
  --color_alert_default: rgba(255,199,45,1);
  --color_alert_default_rgb: 255,199,45;
  --color_primary_default: rgba(172,246,63,1);
  --color_primary_default_rgb: 172,246,63;
  --color_success_default: rgba(130,211,69,1);
  --color_success_default_rgb: 130,211,69;
  --color_surface_default: rgba(255, 255, 255, 1);
  --color_surface_default_rgb: 255,255,255;
  --color_background_default: rgba(239,239,239,1);
  --color_background_default_rgb: 239,239,239;
  --color_destructive_default: rgba(244,48,48,1);
  --color_destructive_default_rgb: 244,48,48;
  --color_primary_contrast_default: rgba(12,75,47,1);
  --color_primary_contrast_default_rgb: 12,75,47;
  --color_bTTnr_default: #0205D3;
  --color_bTTnr_default_rgb: 0205;
  --color_bTWPt_default: #0205D3;
  --color_bTWPt_default_rgb: 0205;
  --color_bTWPx_default: #0205D3;
  --color_bTWPx_default_rgb: 0205;
  --color_bUZDW_default: rgba(211,219,214,1);
  --color_bUZDW_default_rgb: 211,219,214;
  --color_bUZDX_default: rgba(127,127,127,1);
  --color_bUZDX_default_rgb: 127,127,127;
  --color_bTIJi0_default: rgba(27,122,80,1);
  --color_bTIJi0_default_rgb: 27,122,80;
  --color_bTPab1_default: rgba(22, 29, 27, 1);
  --color_bTPab1_default_rgb: 22,29,27;
  --color_bTPac1_default: rgba(250, 181, 21, 1);
  --color_bTPac1_default_rgb: 250,181,21;
  --color_bTPad1_default: rgba(0, 106, 96, 1);
  --color_bTPad1_default_rgb: 0,106,96;
  --color_bTPah1_default: rgba(23, 219, 78, 1);
  --color_bTPah1_default_rgb: 23,219,78;
  --color_bTPai1_default: rgba(255, 255, 255, 1);
  --color_bTPai1_default_rgb: 255,255,255;
  --color_bTPaj1_default: rgba(244, 251, 248, 1);
  --color_bTPaj1_default_rgb: 244,251,248;
  --color_bTPan1_default: rgba(255, 0, 0, 1);
  --color_bTPan1_default_rgb: 255,0,0;
  --color_bTPao1_default: rgba(255, 255, 255, 1);
  --color_bTPao1_default_rgb: 255,255,255;
  --color_bTPap1_default: rgba(204, 232, 226, 1);
  --color_bTPap1_default_rgb: 204,232,226;
  --color_bTPat1_default: rgba(190, 201, 198, 1);
  --color_bTPat1_default_rgb: 190,201,198;
  --color_bTSGF0_default: rgba(130,211,69,1);
  --color_bTSGF0_default_rgb: 130,211,69;
  --color_bTSGG0_default: rgba(255,199,45,1);
  --color_bTSGG0_default_rgb: 255,199,45;
  --color_bTSGH0_default: rgba(62,190,254,1);
  --color_bTSGH0_default_rgb: 62,190,254;
  --color_bTTZE0_default: rgba(227,242,218,1);
  --color_bTTZE0_default_rgb: 227,242,218;
  --color_bTdbQ1_default: #0205D3;
  --color_bTdbQ1_default_rgb: 0205;
  --color_bTflJ0_default: #0205D3;
  --color_bTflJ0_default_rgb: 0205;
  --color_bTrVt1_default: rgba(244,158,223,1);
  --color_bTrVt1_default_rgb: 244,158,223;
  --color_bTrVx1_default: rgba(85,144,173,1);
  --color_bTrVx1_default_rgb: 85,144,173;
  --color_bTrVy1_default: rgba(177,144,53,1);
  --color_bTrVy1_default_rgb: 177,144,53;
  --color_bTrWn2_default: rgba(102,158,59,1);
  --color_bTrWn2_default_rgb: 102,158,59;
  --color_bTrWo2_default: rgba(182,113,165,1);
  --color_bTrWo2_default_rgb: 182,113,165;
  --color_bTrWp2_default: rgba(153,172,180,1);
  --color_bTrWp2_default_rgb: 153,172,180;
  --color_bTrWt2_default: rgba(54,78,66,1);
  --color_bTrWt2_default_rgb: 54,78,66;
  --color_bTufX3_default: rgba(120,144,156,1);
  --color_bTufX3_default_rgb: 120,144,156;
  --color_bUITC0_default: rgba(24, 28, 32, 1);
  --color_bUITC0_default_rgb: 24,28,32;
  --color_bUITD0_default: rgba(250, 181, 21, 1);
  --color_bUITD0_default_rgb: 250,181,21;
  --color_bUITH0_default: rgba(34, 100, 136, 1);
  --color_bUITH0_default_rgb: 34,100,136;
  --color_bUITI0_default: rgba(23, 219, 78, 1);
  --color_bUITI0_default_rgb: 23,219,78;
  --color_bUITJ0_default: rgba(255, 255, 255, 1);
  --color_bUITJ0_default_rgb: 255,255,255;
  --color_bUITN0_default: rgba(246, 250, 254, 1);
  --color_bUITN0_default_rgb: 246,250,254;
  --color_bUITO0_default: rgba(255, 0, 0, 1);
  --color_bUITO0_default_rgb: 255,0,0;
  --color_bUITP0_default: rgba(255, 255, 255, 1);
  --color_bUITP0_default_rgb: 255,255,255;
  --color_bUITT0_default: rgba(210, 229, 245, 1);
  --color_bUITT0_default_rgb: 210,229,245;
  --color_bUITU0_default: rgba(193, 199, 206, 1);
  --color_bUITU0_default_rgb: 193,199,206;
  --color_bUWbz1_default: rgba(206,219,213,1);
  --color_bUWbz1_default_rgb: 206,219,213;
  --color_bUWdP1_default: rgba(3,37,21,1);
  --color_bUWdP1_default_rgb: 3,37,21;
  --color_bUWdT2_default: rgba(0,0,0,0.5);
  --color_bUWdT2_default_rgb: 0,0,0;
  --color_bUWdV2_default: rgba(255,199,45,1);
  --color_bUWdV2_default_rgb: 255,199,45;
  --color_bUXWZ0_default: rgba(172,246,63,0.1);
  --color_bUXWZ0_default_rgb: 172,246,63;
  --color_bUXWa0_default: rgba(227,230,235,1);
  --color_bUXWa0_default_rgb: 227,230,235;
  --color_bUXrZ0_default: rgba(70,100,204,1);
  --color_bUXrZ0_default_rgb: 70,100,204;
  --color_bUXra0_default: rgba(49,122,255,1);
  --color_bUXra0_default_rgb: 49,122,255;
  --color_bUcJb4_default: rgba(238,217,217,1);
  --color_bUcJb4_default_rgb: 238,217,217;
  --color_bUvxg1_default: rgba(0,0,0,1);
  --color_bUvxg1_default_rgb: 0,0,0;
}
.b-root .baUaTaQd1> .bubble-r-container {
}
.b-root .bubble-element.baUaTaRaZ1 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: unset;
  bottom: 0px;
  height: calc(100vh - 0px);
  max-height: 0px;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  z-index: 1513;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 240px 0px 240px;
  opacity: 1;
}
.b-root .bubble-element.baUaTaRb1 {
  visibility: hidden;
  padding: 8px 16px 8px 16px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_destructive_default);
  border-top-left-radius: 12px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_destructive_default);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color_destructive_default);
  border-bottom-left-radius: 0px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transition: box-shadow 500ms ease;
  -moz-transition: box-shadow 500ms ease;
  -o-transition: box-shadow 500ms ease;
  -ms-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  align-self: end;
  justify-self: center;
  min-width: 300px;
  max-width: 340px;
  min-height: 48px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baUaUaYaL1 {
  visibility: hidden;
  padding: 12px 12px 12px 12px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWdP1_default);
  border-top-left-radius: 12px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_bUWdP1_default);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color_bUWdP1_default);
  border-bottom-left-radius: 0px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdP1_default);
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transition: box-shadow 500ms ease;
  -moz-transition: box-shadow 500ms ease;
  -o-transition: box-shadow 500ms ease;
  -ms-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  align-self: end;
  justify-self: center;
  min-width: 300px;
  max-width: 340px;
  min-height: 48px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaTwc1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 200px);
  height: calc(100% - 96px);
  margin-left: 200px;
  margin-top: 96px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUaWaTj2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 20px 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUaWuaM1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.baUaVkl1 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 20px 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 320px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaVkm1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 19px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  transition: color 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUaVkn1 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  max-width: 540px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUaVkr1 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: center;
  min-width: 250px;
  order: 4;
  min-height: 48px;
  max-height: 48px;
  width: 250px;
  flex-grow: 1;
  height: 48px;
  margin-left: 66px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUaVks1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 48px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .baUaVks1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaVks1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUjjaD2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .baUjjaD2> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaVkt1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 232px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -50px;
  margin-right: 0px;
  margin-bottom: 64px;
  z-index: 11;
}
.b-root .baUaVkt1.bubble-rg {
  gap: 16px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUaVkt1.bubble-rg > .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaYaTaK0 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: start;
  justify-self: center;
  min-width: 600px;
  max-width: 800px;
  min-height: 0px;
  width: calc(100% - 400px);
  height: 0px;
  margin-left: 200px;
  margin-top: 50px;
  margin-right: 200px;
  margin-bottom: -50px;
  z-index: 5;
}
.b-root .baUaYaTaK0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 0px;
}
.b-root .bubble-element.baUaYaWaW0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUaYaWb0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUaYaWj0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: default;
  align-self: center;
  min-width: 56px;
  order: 17;
  min-height: 44px;
  max-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .baUaYaWj0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaYaWj0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUtfaR {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 22;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUtfaR .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWbz1_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUtfaR .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzaJf0 {
  color: var(--color_bUWbz1_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 10;
  min-height: 48px;
  max-height: 48px;
  width: 56px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUzyaF {
  color: var(--color_bUWbz1_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 11;
  min-height: 48px;
  max-height: 48px;
  width: 56px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUaYaWo0 {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 72px;
  max-width: 72px;
  order: 1;
  min-height: 72px;
  max-height: 72px;
  width: 72px;
  flex-grow: 1;
  height: 72px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUaYaWp0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: end;
  justify-self: end;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUaYaWt0 {
  color: rgba(var(--color_bUWbz1_default_rgb), 0);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdP1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-width 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 500ms ease, margin-left 500ms ease, min-width 500ms ease, max-width 500ms ease, min-height 500ms ease, max-height 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-width 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 500ms ease, margin-left 500ms ease, min-width 500ms ease, max-width 500ms ease, min-height 500ms ease, max-height 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-width 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 500ms ease, margin-left 500ms ease, min-width 500ms ease, max-width 500ms ease, min-height 500ms ease, max-height 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-width 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 500ms ease, margin-left 500ms ease, min-width 500ms ease, max-width 500ms ease, min-height 500ms ease, max-height 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-width 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 500ms ease, margin-left 500ms ease, min-width 500ms ease, max-width 500ms ease, min-height 500ms ease, max-height 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaYaWu0 {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
  width: 72px;
  height: 72px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaYaWv0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 72px;
  max-width: 72px;
  width: 72px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .baUaYaWv0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baUaYaWv0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUapt1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: start;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUapn1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdT2_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 0;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 1000ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 1000ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 1000ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 1000ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 1000ms ease;
  align-self: start;
  justify-self: end;
  min-width: 13px;
  max-width: 13px;
  min-height: 13px;
  max-height: 13px;
  width: 13px;
  height: 13px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 55px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUaph1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdT2_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 0;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 700ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 700ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 700ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 700ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 700ms ease;
  align-self: start;
  justify-self: end;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  height: 18px;
  margin-left: 0px;
  margin-top: -5px;
  margin-right: 60px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUapaV1 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 0;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: start;
  justify-self: end;
  min-width: 150px;
  max-width: 300px;
  min-height: 55px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: -50px;
  margin-right: 65px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUapb1 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  padding: 8px 8px 8px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: max-height 500ms ease, opacity 500ms ease;
  -moz-transition: max-height 500ms ease, opacity 500ms ease;
  -o-transition: max-height 500ms ease, opacity 500ms ease;
  -ms-transition: max-height 500ms ease, opacity 500ms ease;
  transition: max-height 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  max-width: 200px;
  order: 1;
  min-height: 0px;
  max-height: 100px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaYaWz0 {
  overflow: visible;
  justify-content: center;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaYaXaB0 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaJh0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaYaXaA0 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 100%;
  order: 3;
  min-height: 0px;
  max-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUjlaO2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUjlh2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUtjaM {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVaEvaD0 {
  white-space: pre-wrap;
  overflow: hidden;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 100%;
  order: 4;
  min-height: 0px;
  max-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUjiaN2 {
  color: var(--color_bUWdT2_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 8;
  min-height: 48px;
  max-height: 48px;
  width: 56px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -16px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVaRdaX1 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 9;
  min-height: 48px;
  max-height: 48px;
  width: 56px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUbaXaS0 {
  justify-content: flex-start;
  row-gap: 20px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 800px;
  max-width: 900px;
  min-height: 600px;
  max-height: 80%;
}
.b-root .baUbaXaS0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baUbaWc0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdP1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 400px;
  height: 400px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUbaVaZ0 {
  overflow: visible;
  border-top-left-radius: 20px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_bUWbz1_default);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  align-self: stretch;
  min-width: 40px;
  max-width: 230px;
  order: 1;
  min-height: 50px;
  width: 40px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baUbaVaZ0> .bubble-r-container {
  justify-content: space-between;
}
.b-root .bubble-element.baUbaXaA0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0%;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .baUbaXaA0.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUbaXaA0.bubble-rg > .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUyaUaJ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(var(--color_text_default_rgb), 0);
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(var(--color_text_default_rgb), 0);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(var(--color_text_default_rgb), 0);
  border-bottom-left-radius: 20px;
  padding: 8px 16px 8px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 16px);
  margin-left: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUyaUaL1 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUyaUaQ1 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUynv1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdT2_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 50px;
  order: 2;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 16px;
  z-index: 12;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUynv1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUynv1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUbaWn0 {
  overflow: hidden auto;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 40px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUbaNaK0 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 320px;
  max-width: 760px;
  order: 2;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUbaNaP0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 11;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUbaNaQ0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUbaNaR0 {
  overflow: visible;
  justify-content: center;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 48px;
  min-height: 48px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUbaNaV0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, opacity 500ms ease;
  -moz-transition: border-color 500ms ease, opacity 500ms ease;
  -o-transition: border-color 500ms ease, opacity 500ms ease;
  -ms-transition: border-color 500ms ease, opacity 500ms ease;
  transition: border-color 500ms ease, opacity 500ms ease;
  align-self: flex-end;
  min-width: 106px;
  max-width: 106px;
  order: 1;
  width: 106px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUbaNaV0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baUbaNaV0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaQaSaB1 {
  color: var(--color_bUWbz1_default);
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: end;
  justify-self: end;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -2px;
  margin-bottom: -2px;
  z-index: 5;
}
.b-root .bubble-element.baUbaNd0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 280px;
  order: 2;
  min-height: 40px;
  width: 280px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUbaNh0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUbaNi0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 396px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUbaOaF0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 19;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUbaOaG0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUbaOaH0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - -28px);
  margin-left: -28px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUbaOaN0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUbaOaN0.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-template-columns: repeat(3, minmax(max-content, auto));
  grid-auto-flow: row;
}
.b-root .baUbaOaN0.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baUbaOaR0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: default;
  align-self: flex-start;
  min-width: 40px;
  max-width: 150px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 40px;
  margin-left: 4px;
  margin-top: 8px;
  margin-right: 4px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .baUbaOaR0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUbaOaR0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUybw1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 340px;
  order: 6;
  min-height: 0px;
  width: 340px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUbaOaL0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  justify-self: start;
  min-width: 40px;
  min-height: 40px;
  width: max-content;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUbaOaM0 {
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_text_default);
  padding: 10px 25px 10px 102px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: center;
  justify-self: start;
  min-width: 320px;
  max-width: 320px;
  min-height: 40px;
  max-height: 40px;
  width: 320px;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUybaG1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: default;
  align-self: center;
  justify-self: start;
  min-width: 40px;
  max-width: 150px;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  height: 40px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUybaG1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUybaG1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUbaOaS0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 17;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUbaOaT0 {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVaQxz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baUbaOaY0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUbaOaZ0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUbaOd0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUbaOe0 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 0px 5px 0px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUbaOf0 {
  color: var(--color_primary_contrast_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 0px 5px 0px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUbaOj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUbaOk0 {
  color: var(--color_bUWbz1_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 200ms ease, margin-left 200ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease, color 200ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 200ms ease, margin-left 200ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease, color 200ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 200ms ease, margin-left 200ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease, color 200ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 200ms ease, margin-left 200ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease, color 200ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 200ms ease, margin-left 200ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease, color 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUbaOl0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaBnd0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baVaBnd0 .aspect-ratio {
}
.b-root .bubble-element.baUbet0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 18;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUbfaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUbfaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaBnaX0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baVaBnaX0 .aspect-ratio {
}
.b-root .bubble-element.baUyan1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUyat1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .baUyat1 .aspect-ratio {
}
.b-root .bubble-element.baUbaYaN0 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 320px;
  max-width: 760px;
  order: 10;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUbaaR0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - -20px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -20px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUbaYaO0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUbaYaO0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.baUbaYaP0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baUbaYaP0.bubble-rg {
  gap: 12px;
  grid-auto-rows: minmax(max-content, 53px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUbaYaP0.bubble-rg > .group-item {
  min-height: 53px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUzqaH0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUbaYaT0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUbaYb0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUbaYg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 49px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 49px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBmc0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUbaYf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUbaYaU0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUbaYaV0 {
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baUbaYaV0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 12px;
}
.b-root .baUbaYaV0 .aspect-ratio {
}
.b-root .bubble-element.baUbaYl0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUbaYm0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUbaYn0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUbaYs0 {
  color: var(--color_alert_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUbaYr0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUbaYt0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 34px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUjaWz1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUjaXaK1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUjaXaL1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUjaXaP1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUjaXaQ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 134px);
  margin-left: 34px;
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUjaXaR1 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUjaXaV1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUjaXaW1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUjaXaX1 {
  color: var(--color_bTSGF0_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUjxg {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUjxg> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.baUjxl {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUjxm {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUjxn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  padding: 0px 0px 0px 34px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUjxr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUjxs {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUjxt {
  color: var(--color_bTrVx1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUjxx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUjxz {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .baUjxz.bubble-rg {
  gap: 8px;
  grid-auto-rows: minmax(max-content, 48px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUjxz.bubble-rg > .group-item {
  min-height: 48px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUraXaZ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUjyaD {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 0px 34px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUjyaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baUjyaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUjyaP {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 18;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUjyaQ {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWdP1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 3;
  min-height: 44px;
  max-height: 44px;
  width: 44px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUjyaQ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUjyaQ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUjyaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUjyaV {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  width: 48px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUjyaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUraXaT1 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 134px);
  margin-left: 34px;
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baUjyb {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 12;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUjyc {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWdP1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 44px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: auto;
  margin-left: 34px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUjyc .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUjyc .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUycaH1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUycaN1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .baUycaN1 .aspect-ratio {
}
.b-root .bubble-element.baUbaXw0 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUbaNj0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUbaNn0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baUbaNn0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 4px;
}
.b-root .bubble-element.baUbaNp0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUsaLaF1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baUsaLaF1.bubble-rg {
  column-gap: 0px;
  row-gap: 0px;
  align-content: flex-start;
}
.b-root .baUsaLaF1.bubble-rg > .group-item {
  min-width: 40px;
  min-height: 20px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baUsaLaK1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 2px 4px 2px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .baUsaLaK1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUsaHaJ1 {
  min-width: 250px;
  max-width: 250px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2106;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
}
.b-root .bubble-element.baUsaHaO1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 1;
  min-height: 85px;
  height: 85px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUegaL2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUegd2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUegj2 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 65px;
  max-width: 65px;
  order: 1;
  width: 65px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUegj2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baUegj2 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUegp2 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 65px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUegv2 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUehaB2 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUehaH2 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUehaN2 {
  white-space: pre-wrap;
  overflow: hidden;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUehaU2 {
  white-space: pre-wrap;
  overflow: hidden;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUehy2 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUpaPl0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -8px;
  margin-bottom: 0px;
  z-index: 9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUpaPl0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWbz1_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUpaPl0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUenr2 {
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdP1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  min-height: 0px;
}
.b-root .baUenr2.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baUent2 {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bUWbz1_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baUenx2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUeny2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUenz2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUeoaD2 {
  overflow: visible;
  justify-content: flex-end;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 6;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUeoaE2 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_destructive_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  order: 3;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUeoaE2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_surface_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUeoaE2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUeoaF2 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  order: 4;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUeoaF2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUeoaF2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUpaHaC0 {
  min-width: 105px;
  max-width: 105px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2117;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.b-root .bubble-element.baUpaPaF0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 6px 8px 6px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.b-root .baUpaPaF0 .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUpaPaF0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUpaPaG0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.b-root .baUpaPaG0 .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_destructive_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUpaPaG0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUsaHaU1 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUsaHaZ1 {
  color: var(--color_bUWbz1_default);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(227,242,218,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 0px 1px 0px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 21px;
  max-width: 21px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 21px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUsaHa1 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUsaMe1 {
  white-space: pre-wrap;
  overflow: hidden;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUbaNt0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUbaNv0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUbaNz0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baUbaNz0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 4px;
}
.b-root .bubble-element.baUbaOaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUsaYj1 {
  white-space: pre-wrap;
  overflow: hidden;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUsaYp1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baUsaYp1.bubble-rg {
  column-gap: 0px;
  row-gap: 0px;
  align-content: flex-start;
}
.b-root .baUsaYp1.bubble-rg > .group-item {
  min-width: 40px;
  min-height: 20px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baUsaYr1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 2px 4px 2px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 6;
}
.b-root .baUsaYr1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUsaTn1 {
  min-width: 302px;
  max-width: 302px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2106;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
}
.b-root .bubble-element.baUsaUj1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUcaTaX2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUcaTaZ2 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUcaTv2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUcaTd2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUcaTe2 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUcaTf2 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUcaTk2 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUcaUr2 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUcaUx2 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUcaTp2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUcaTr2 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 19px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUcaUh2 {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 65px;
  max-width: 65px;
  order: 1;
  min-height: 65px;
  max-height: 65px;
  width: 65px;
  flex-grow: 1;
  height: 65px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUcaTw2 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 65px;
  max-width: 65px;
  width: 65px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .baUcaTw2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baUcaTw2 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUcaUaZ2 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUpaRaR0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -8px;
  margin-bottom: 0px;
  z-index: 9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUpaRaR0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWbz1_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUpaRaR0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUcfx5 {
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdP1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  min-height: 0px;
}
.b-root .baUcfx5.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baUceaD5 {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bUWbz1_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baUceaF5 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUceaL5 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUceaQ5 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUceaW5 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 16px;
  column-gap: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUceb5 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_destructive_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  order: 3;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUceb5 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_surface_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUceb5 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUcec5 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  order: 4;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUcec5 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUcec5 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUpaSw0 {
  min-width: 105px;
  max-width: 105px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2117;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.b-root .bubble-element.baUpaTaB0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 6px 8px 6px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.b-root .baUpaTaB0 .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUpaTaB0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUpaTaC0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: default;
  align-self: center;
  min-width: 30px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.b-root .baUpaTaC0 .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_destructive_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUpaTaC0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUsaTs1 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUsaTt1 {
  color: var(--color_bUWbz1_default);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(227,242,218,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 0px 1px 0px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 21px;
  max-width: 21px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 21px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUsaTx1 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUtaJaB2 {
  white-space: pre-wrap;
  overflow: hidden;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 200px;
  height: 200px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUyjt1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUyjz1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .baUyjz1 .aspect-ratio {
}
.b-root .bubble-element.baUbdaB0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 320px;
  max-width: 760px;
  order: 11;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUbdaG0 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: -16px;
  z-index: 13;
}
.b-root .bubble-element.baUbdaH0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 180px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baUbdaH0.bubble-rg {
  gap: 16px;
  grid-auto-rows: minmax(max-content, 56px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUbdaH0.bubble-rg > .group-item {
  min-height: 56px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUtaHaP1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baUtaHaP1> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.baUtaHaR1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUtaHaR1.bubble-rg {
  gap: 8px;
  grid-auto-rows: minmax(max-content, 56px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUtaHaR1.bubble-rg > .group-item {
  min-height: 56px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUtaHaV1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUtaHaW1 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUtaHaX1 {
  overflow: visible;
  justify-content: center;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUtaHb1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUtaHd1 {
  overflow: visible;
  justify-content: space-around;
  row-gap: 20px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUtaHh1 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUtaHi1 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUtaHj1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUtaHn1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUxtaV1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUxtb1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUtaHo1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUxto1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUxti1 {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUxti1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baUxti1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaBnaB0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUtaHt1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 30px;
  order: 1;
  min-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUtaHu1 {
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baUtaHu1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 12px;
}
.b-root .baUtaHu1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUtaHp1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUtaJaI2 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUycaT1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUycaZ1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .baUycaZ1 .aspect-ratio {
}
.b-root .bubble-element.baUych1 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 320px;
  max-width: 760px;
  order: 9;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUyia1 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 13;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - -40px);
  margin-left: -20px;
  margin-top: 0px;
  margin-right: -20px;
  margin-bottom: -16px;
  z-index: 23;
}
.b-root .bubble-element.baUyis1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUyis1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUyis1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUyiy1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUyiy1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUyiy1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUyig1 {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 9;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - -40px);
  margin-left: -20px;
  margin-top: -16px;
  margin-right: -20px;
  margin-bottom: -16px;
  z-index: 24;
}
.b-root .bubble-element.baUydu1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 20px;
  margin-top: 16px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUydv1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .baUydv1 .aspect-ratio {
}
.b-root .bubble-element.baUyhw1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  padding: 10px 16px 10px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWbz1_default_rgb), 0.5);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  cursor: default;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 16px;
  margin-right: 20px;
  margin-bottom: 16px;
  z-index: 21;
}
.b-root .bubble-element.baUyfaN1 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 320px;
  max-width: 760px;
  order: 15;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUygaX1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUygb1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 12;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .baUygb1 .aspect-ratio {
}
.b-root .bubble-element.baUytr0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 21;
  min-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: calc(100% - -20px);
  margin-left: -10px;
  margin-top: -4px;
  margin-right: -10px;
  margin-bottom: -16px;
  z-index: 20;
}
.b-root .baUytr0.bubble-rg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUytr0.bubble-rg > .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUytx0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baUyun0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUywaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaSaTaT1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVaKaOaW2 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 1px 1px 1px 1px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: default;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUyuaV0 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaSaTf1 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 1px 1px 1px 1px;
  opacity: 0;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUyvj0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 7;
  min-height: 10px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUyuaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUyvt0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUzjaR0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_text_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 2000ms ease-in-out, border-color 500ms ease, box-shadow 500ms ease, opacity 2000ms ease-in-out;
  -moz-transition: background 2000ms ease-in-out, border-color 500ms ease, box-shadow 500ms ease, opacity 2000ms ease-in-out;
  -o-transition: background 2000ms ease-in-out, border-color 500ms ease, box-shadow 500ms ease, opacity 2000ms ease-in-out;
  -ms-transition: background 2000ms ease-in-out, border-color 500ms ease, box-shadow 500ms ease, opacity 2000ms ease-in-out;
  transition: background 2000ms ease-in-out, border-color 500ms ease, box-shadow 500ms ease, opacity 2000ms ease-in-out;
  align-self: flex-end;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baVaRraQ0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTthr2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  width: 30px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTthr2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTthr2 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaRraJ0 {
  color: var(--color_bUWbz1_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTtiaC2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  padding: 0px 8px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  max-width: 200px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaCaOv0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVaCaOk0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUyvaJ0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUyuaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaOaP2 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUzaAr0 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 1px 1px 1px 1px;
  opacity: 0;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: default;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUyuh0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaCaPaJ0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baVaCaNaW0 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaCaNaW0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 20px;
}
.b-root .baVaCaNaW0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaCaPaD0 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 80px;
  max-height: 80px;
  height: 80px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUzaCp0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 14;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.baUzaCj0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 44px;
  max-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .baUzaCj0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaCj0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzaCaZ0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  width: 0px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUzaCx0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 15;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.baUzaDb0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUzaDaV0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 3;
  min-height: 42px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUzaDaV0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaDaV0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzxo {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 42px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baUzxo .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzxo .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaCaMg0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 13;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -4px;
  margin-right: 0px;
  margin-bottom: -4px;
  z-index: 12;
}
.b-root .bubble-element.baVaCaMl0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baVaCaMl0.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-template-columns: repeat(2, minmax(max-content, auto));
  grid-auto-flow: row;
}
.b-root .baVaCaMl0.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baVaCaMm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWbz1_default);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTTZE0_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease, border-bottom-width 200ms ease, border-bottom-color 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, border-bottom-width 200ms ease, border-bottom-color 200ms ease, opacity 200ms ease;
  -o-transition: color 200ms ease, border-bottom-width 200ms ease, border-bottom-color 200ms ease, opacity 200ms ease;
  -ms-transition: color 200ms ease, border-bottom-width 200ms ease, border-bottom-color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, border-bottom-width 200ms ease, border-bottom-color 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUzaJaH0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 18;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUzaJb0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUzaGaU0 {
  overflow: hidden auto;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: stretch;
  min-width: 320px;
  order: 3;
  min-height: 40px;
  width: 320px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baUzaGaU0> .bubble-r-container {
  justify-content: space-between;
}
.b-root .bubble-element.baUzaGaZ0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 5;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -20px;
  z-index: 3;
}
.b-root .baUzaGaZ0.bubble-rg {
  gap: 12px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUzaGaZ0.bubble-rg > .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUzaGb0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUzaGf0 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-end;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUzaGf0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baUzaGf0 .aspect-ratio {
}
.b-root .bubble-element.baUzaGg0 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-end;
  min-width: 25px;
  max-width: 25px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUzaGg0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 100px;
}
.b-root .baUzaGg0 .aspect-ratio {
}
.b-root .bubble-element.baUzaGh0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 20px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_bUWbz1_default);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bUWbz1_default);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color_bUWbz1_default);
  border-bottom-left-radius: 20px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 80%;
  order: 2;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzaGl0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzaGm0 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUzaGn0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 38px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUzaGn0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaGn0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzaGr0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 38px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUzaGr0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaGr0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzaGs0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUzaGt0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdP1_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUzaGz0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 8;
  min-height: 40px;
  max-height: 250px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 16px;
  z-index: 7;
}
.b-root .bubble-element.baUzaHaE0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: end;
  justify-self: center;
  min-width: 40px;
  min-height: 40px;
  width: calc(100% - 16px);
  height: max-content;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baUzfh0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUzaHaF0 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 42px;
  order: 2;
  min-height: 42px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baUzaHaF0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaHaF0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaKaFaK2 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baVaKaFaK2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaKaFaK2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaNaWaN0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUzaHaJ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 42px;
  max-height: 42px;
  width: max-content;
  flex-grow: 0;
  height: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUzaHaJ0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaHaJ0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaNaWaU0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 42px;
  max-width: 42px;
  order: 1;
  min-height: 42px;
  max-height: 42px;
  width: 42px;
  flex-grow: 1;
  height: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVaNaWaU0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaNaWaU0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzaHaK0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 57px;
  max-height: 57px;
  height: 57px;
  flex-grow: 1;
  width: calc(100% - 78px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 58px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUzaHaL0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWbz1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 6px 12px 6px 12px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  align-self: center;
  justify-self: start;
  min-width: 40px;
  min-height: 40px;
  width: max-content;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUzaHaL0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaHaL0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzaHaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 58px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUzaHaQ0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baUzaHaQ0 .aspect-ratio {
}
.b-root .bubble-element.baUzgr0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-height 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-height 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-height 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-height 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-height 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 14;
  min-height: 0px;
  max-height: 0%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUzhl0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 32px;
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 64px;
  z-index: 12;
}
.b-root .bubble-element.baUzsl {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 13;
}
.b-root .bubble-element.baUzaFx0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUzaGaC0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 394px;
  height: 394px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUzaGaC0.bubble-rg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 70px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUzaGaC0.bubble-rg > .group-item {
  min-height: 70px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUzaGaD0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUzaGaD0 .aspect-ratio {
}
.b-root .bubble-element.baUzaGaH0 {
  overflow: visible;
  justify-content: flex-start;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bUWbz1_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 1px 16px 1px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 70px;
  max-height: 70px;
  height: 70px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzaGaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzaKaQ0 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_bUWbz1_default);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-width 200ms ease, opacity 500ms ease;
  align-self: stretch;
  min-width: 180px;
  max-width: 250px;
  order: 1;
  min-height: 40px;
  width: 180px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUzaKaW0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUzaKaW0.bubble-rg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUzaKaW0.bubble-rg > .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUzaKc0 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bUWbz1_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 6px 12px 6px 12px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUziaL0 {
  color: var(--color_bUWbz1_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 2px 2px 2px 2px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -6px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaEaX {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUzaKj0 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaEk {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - -16px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -16px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaEe {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaFaO {
  color: var(--color_success_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 3;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUzaLk0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bUWbz1_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 58px;
  max-height: 58px;
  height: 58px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUzaLq0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWbz1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUzaLq0 .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaLq0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzaLw0 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWbz1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUzaLw0 .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaLw0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzaKp0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWbz1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUzaKp0 .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaKp0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzsr {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 320px;
  max-width: 760px;
  order: 16;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUzsw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUzsx {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 12;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .baUzsx .aspect-ratio {
}
.b-root .bubble-element.baUztaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 20;
  min-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: calc(100% - -20px);
  margin-left: -10px;
  margin-top: -4px;
  margin-right: -10px;
  margin-bottom: -16px;
  z-index: 20;
}
.b-root .baUztaB.bubble-rg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUztaB.bubble-rg > .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUztaC {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baUztaH {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUztaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUztaJ {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  cursor: default;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUztaN {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUztaP {
  color: var(--color_bUWbz1_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: -4px;
  margin-right: -4px;
  margin-bottom: -4px;
  z-index: 3;
}
.b-root .bubble-element.baVaBlb0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUztaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBlaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUzvaL {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUzvaR {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzvd {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 1;
  min-height: 0px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUzvd.bubble-rg {
  gap: 8px;
  grid-auto-rows: minmax(max-content, 36px);
  grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
  grid-auto-flow: row;
}
.b-root .baUzvd.bubble-rg > .group-item {
  min-height: 36px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUzvj {
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 36px;
  max-width: 36px;
  order: 1;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUzvj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 12px;
}
.b-root .baUzvj .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUzvp {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUzwaH {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzwaT {
  color: var(--color_alert_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzwf {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUzwf.bubble-rg {
  column-gap: 0px;
  row-gap: 2px;
  align-content: flex-start;
}
.b-root .baUzwf.bubble-rg > .group-item {
  min-width: 20px;
  min-height: 20px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baUzwx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUzwl {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzwaN {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUzwaZ {
  color: var(--color_bTrVx1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzxaE {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUzxaE.bubble-rg {
  column-gap: 0px;
  row-gap: 8px;
  align-content: flex-start;
}
.b-root .baUzxaE.bubble-rg > .group-item {
  min-width: 20px;
  min-height: 20px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baUzxaJ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUzxaK {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzvv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUzwaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBaJaG0 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 17;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVaBaRd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 20px;
  margin-top: 16px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaBaRj0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: -8px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .baVaBaRj0 .aspect-ratio {
}
.b-root .bubble-element.baVaBaSaS0 {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baVaBaSaA0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 16px;
  margin-right: 20px;
  margin-bottom: 8px;
  z-index: 20;
}
.b-root .bubble-element.baVaBaSaG0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaBaSaG0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaBaSaG0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaBaSaM0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  width: 0px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaBaJaN0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 140px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .baVaBaJaN0.bubble-rg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaBaJaN0.bubble-rg > .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaBaJe0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 120px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 8px;
  z-index: 13;
}
.b-root .bubble-element.baVaBaJaA0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVaBaEb0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-height 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-height 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-height 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-height 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, max-height 200ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBaTg0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaBaTn0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baVaBaTn0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaBaTn0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaBaJl0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaBaJr0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBaKaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: -4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBaKaH0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaBaKaN0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBaKaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: -4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBaKaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaRoaP1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdP1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaBaFaK0 {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baVaBaFaK0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baVaBaFaK0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaBeaT2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaBaEm0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaBaEm0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.baVaBaKg0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVaBaHaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 700;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBlm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaBaUaK0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -8px;
  z-index: 11;
}
.b-root .bubble-element.baVaBep2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVaBaGe0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaBaTx0 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaCaFaG2 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baVaBaRaJ0 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 0;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: default;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaCaFaN2 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 0;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: default;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaEaCd {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baVaEaCd.bubble-rg {
  column-gap: 8px;
  row-gap: 8px;
  align-content: flex-start;
}
.b-root .baVaEaCd.bubble-rg > .group-item {
  min-width: 20px;
  min-height: 20px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baVaEaCv {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaEaDaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaRaQaQ1 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 5;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVaRaQaV1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baVaRaQaV1.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-template-columns: repeat(2, minmax(max-content, auto));
  grid-auto-flow: row;
}
.b-root .baVaRaQaV1.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baVaRaQaW1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_bUWbz1_default);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTTZE0_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease, border-bottom-width 200ms ease, border-bottom-color 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, border-bottom-width 200ms ease, border-bottom-color 200ms ease, opacity 200ms ease;
  -o-transition: color 200ms ease, border-bottom-width 200ms ease, border-bottom-color 200ms ease, opacity 200ms ease;
  -ms-transition: color 200ms ease, border-bottom-width 200ms ease, border-bottom-color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, border-bottom-width 200ms ease, border-bottom-color 200ms ease, opacity 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaRaQu1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 9;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baVaRaQn1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVaBaEr0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaBaHn0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 7;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baVaBaHn0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 4px;
}
.b-root .bubble-element.baVaBaHx0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: -4px;
  z-index: 2;
}
.b-root .bubble-element.baVaBaIaD0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaBaIaD0.bubble-rg {
  column-gap: 16px;
  row-gap: 8px;
  align-content: flex-start;
}
.b-root .baVaBaIaD0.bubble-rg > .group-item {
  min-width: 40px;
  min-height: 40px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baVaBaIaJ0 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaBaIaJ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 10px;
}
.b-root .baVaBaIaJ0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaBnw0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baVaBnw0 .aspect-ratio {
}
.b-root .bubble-element.baVaBaFaL0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaBaFaL0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 4px;
}
.b-root .bubble-element.baVaBaFaP0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaBaFaP0.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaBaFaP0.bubble-rg > .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaBaFaQ0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBaFaR0 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBaFaV0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaBaFaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaBoaI0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baVaBoaI0 .aspect-ratio {
}
.b-root .bubble-element.baVaBaFaX0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaRaaH1 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVaRaaA1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baVaRaaS1 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVaRaBp2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaRaBp2> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 4px;
}
.b-root .bubble-element.baVaRaBu2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaRaBu2.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaRaBu2.bubble-rg > .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaRaBv2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaRaBz2 {
  color: var(--color_bUWdV2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaRaCaA2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaRaCaB2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaRaCaF2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaRaCaG2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baVaRaCaG2 .aspect-ratio {
}
.b-root .bubble-element.baVaRaaZ1 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVaRae1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baVaRaf1 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVaDuaH {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 11;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baVaDuaH> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.baVaDuaT {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 500px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaDuaN {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 280px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaDnaR {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaDnaF {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaDnaK {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 42px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaDnaK .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaDnaK .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaDnaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaDmf {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaDmg {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 46px;
  max-width: 46px;
  order: 2;
  width: 46px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baVaDmg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baVaDmg .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaDmh {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaDsaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaDsaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaDmaP {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaDmaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaDsaU {
  overflow: visible;
  justify-content: center;
  row-gap: 8px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaDtaQ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaDtaJ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 160px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baVaDtaJ.bubble-rg {
  gap: 8px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaDtaJ.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baVaDst {
  color: var(--color_alert_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaEaXaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaDsaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaDrq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaDuj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baVaDuj .aspect-ratio {
}
.b-root .bubble-element.baVaDvaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 232px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .baVaDvaB.bubble-rg {
  gap: 8px;
  grid-template-rows: repeat(4, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaDvaB.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baVaDvr {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWbz1_default_rgb), 0);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaDvx {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  width: 50px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaDvx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baVaDvx .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaDwaD {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaDwc {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaDwaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaDxaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaDwi {
  color: var(--color_alert_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaDwh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaEaFz {
  color: var(--color_bUWbz1_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaDxaB {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaDwv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaDxaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaDxaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaDvaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVaDud {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaDva {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaDvaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaDvaO {
  color: var(--color_alert_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaDvl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaDwaJ {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baVaDwaJ .aspect-ratio {
}
.b-root .bubble-element.baVaDxf {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baVaBaHaV0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 20px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_bUWbz1_default);
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bUWbz1_default);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: var(--color_primary_contrast_default);
  border-bottom-left-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaBaHh0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_text_default);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaBaHb0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdP1_default);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaRaSaB1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVaRaRf1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -4px;
  z-index: 2;
}
.b-root .bubble-element.baVaRaRl1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baVaRaRl1 .aspect-ratio {
}
.b-root .bubble-element.baVaRaRaN1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baVaRaRaT1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUbaXk0 {
  min-width: 378px;
  max-width: 378px;
  min-height: 120px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2117;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdP1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
}
.b-root .bubble-element.baUbaTp0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 66px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUbaTv0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baUbaTv0.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUbaTv0.bubble-rg > .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaQaTh1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 54px;
  max-width: 54px;
  order: 1;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 54px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUbaTz0 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baUbaUaA0 {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 0.7;
  -webkit-transition: border-width 500ms ease, border-color 500ms ease, margin-top 500ms ease, margin-right 500ms ease, margin-bottom 500ms ease, margin-left 500ms ease, opacity 500ms ease;
  -moz-transition: border-width 500ms ease, border-color 500ms ease, margin-top 500ms ease, margin-right 500ms ease, margin-bottom 500ms ease, margin-left 500ms ease, opacity 500ms ease;
  -o-transition: border-width 500ms ease, border-color 500ms ease, margin-top 500ms ease, margin-right 500ms ease, margin-bottom 500ms ease, margin-left 500ms ease, opacity 500ms ease;
  -ms-transition: border-width 500ms ease, border-color 500ms ease, margin-top 500ms ease, margin-right 500ms ease, margin-bottom 500ms ease, margin-left 500ms ease, opacity 500ms ease;
  transition: border-width 500ms ease, border-color 500ms ease, margin-top 500ms ease, margin-right 500ms ease, margin-bottom 500ms ease, margin-left 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUbaUaA0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baUbaUaA0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaQaTr1 {
  color: var(--color_bTTZE0_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 2px 2px 2px 2px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: start;
  justify-self: end;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -2px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaQaSj1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 66px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaQaSl1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baVaQaSl1.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaQaSl1.bubble-rg > .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaQaTaU1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 54px;
  max-width: 54px;
  order: 1;
  min-height: 54px;
  max-height: 54px;
  height: 54px;
  flex-grow: 1;
  width: 54px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQaSp1 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baVaQaTb1 {
  color: var(--color_bTTZE0_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 2px 2px 2px 2px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: start;
  justify-self: end;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -2px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUyaaP1 {
  width: max-content;
  min-width: 0px;
  min-height: 0px;
  left: unset;
  right: 0px;
  top: 0px;
  bottom: unset;
  max-width: calc(calc(1 * calc(100% + 0px)) - 0px);
  height: auto;
  max-height: calc(100% - 0px);
  position: absolute;
  z-index: 1515;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.baUyaaR1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWbz1_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWdP1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 42px;
  max-width: 42px;
  order: 1;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: 42px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUyaaR1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWbz1_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUyaaR1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzaBaK0 {
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 320px;
  max-width: 600px;
  min-height: 0px;
}
.b-root .baUzaBaK0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baUzaBaP0 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bUWbz1_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baUzaBaQ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzaBaR0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 16px;
  margin-right: 20px;
  margin-bottom: 16px;
  z-index: 10;
}
.b-root .bubble-element.baUzaBaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUzaBaW0 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 16px;
  column-gap: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 4;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUzaBaX0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_destructive_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 44px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUzaBaX0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_surface_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaBaX0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzaBb0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 44px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUzaBb0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUzaBb0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUbuc0 {
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 320px;
  max-width: 600px;
  min-height: 0px;
}
.b-root .baUbuc0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baUbuh0 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bUWbz1_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baUbui0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUbuj0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 16px;
  margin-right: 20px;
  margin-bottom: 16px;
  z-index: 10;
}
.b-root .bubble-element.baUbun0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUbuo0 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 16px;
  column-gap: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 4;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUbup0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_destructive_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 44px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUbup0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_surface_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUbup0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUbut0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 44px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUbut0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUbut0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUihaL3 {
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdP1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 690px;
  max-width: 690px;
  min-height: 0px;
  max-height: 80%;
}
.b-root .baUihaL3.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baUiaPaL3 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 4px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 450px;
  height: 450px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUiaPaX3 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -4px;
  margin-right: 0px;
  margin-bottom: -16px;
  z-index: 10;
}
.b-root .bubble-element.baUiaPc3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 91px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 13;
}
.b-root .bubble-element.baUiaPi3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 91px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baUiaPi3.bubble-rg {
  gap: 16px;
  grid-auto-rows: minmax(max-content, 91px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUiaPi3.bubble-rg > .group-item {
  min-height: 91px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUiaPj3 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baUiaPj3> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.baUiaPn3 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUiaPn3.bubble-rg {
  gap: 8px;
  grid-auto-rows: minmax(max-content, 56px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUiaPn3.bubble-rg > .group-item {
  min-height: 56px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUtaGf1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUtaGh1 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUtaGl1 {
  overflow: visible;
  justify-content: center;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUtaGm1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUiaPz3 {
  overflow: visible;
  justify-content: space-around;
  row-gap: 20px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUiaQaA3 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUiaQaB3 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUiaQaF3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUiaQaG3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUiaQaH3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUxuaB1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUxuaM1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUxuaN1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUxuaR1 {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUxuaR1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baUxuaR1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaBpaR0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUiaQaM3 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 30px;
  order: 1;
  min-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUiaQaS3 {
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baUiaQaS3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 12px;
}
.b-root .baUiaQaS3 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUiaQaL3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUjaNh2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUrez2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUjaNx2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUjaNz2 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  width: 48px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUjaNz2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 100px;
}
.b-root .baUjaNz2 .aspect-ratio {
}
.b-root .bubble-element.baUjaOaD2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: -4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUjaOaE2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUiaSaD3 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 400px;
  height: 400px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -4px;
  margin-right: 0px;
  margin-bottom: -16px;
  z-index: 10;
}
.b-root .bubble-element.baUiaUaI3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 13;
}
.b-root .bubble-element.baUiaSaK3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUiaSaR3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaSaV3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUiaSaW3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUiaSaX3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 134px);
  margin-left: 34px;
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUiaSb3 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaSc3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaSd3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUiaSh3 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUiaSj3 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUiaSj3> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.baUiaSn3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaSo3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUiaSp3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  padding: 0px 0px 0px 34px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUjau1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUiaSt3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaSu3 {
  color: var(--color_bTrVx1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUiaSv3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUiaSz3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .baUiaSz3.bubble-rg {
  gap: 8px;
  grid-auto-rows: minmax(max-content, 48px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUiaSz3.bubble-rg > .group-item {
  min-height: 48px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUraXaI1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baUiaTaA3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 0px 34px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUiaTaB3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baUiaTaH3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUiaTaM3 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUiaTaN3 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWdP1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 3;
  min-height: 44px;
  max-height: 44px;
  width: 44px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUiaTaN3 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUiaTaN3 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUiaTaS3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUiaTaT3 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  width: 48px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUiaTaY3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUraWp1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 183px);
  margin-left: 83px;
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUjxaT {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 11;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUjaUaQ1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWdP1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 44px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: auto;
  margin-left: 34px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUjaUaQ1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUjaUaQ1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUiaTaZ3 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUiaTaZ3> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.baUiaTd3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaTe3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUiaTf3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  padding: 0px 0px 0px 34px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUiaTj3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaTk3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUiaTl3 {
  color: var(--color_alert_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUiaTp3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 34px);
  margin-left: 34px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baUiaTp3.bubble-rg {
  gap: 12px;
  grid-auto-rows: minmax(max-content, 48px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUiaTp3.bubble-rg > .group-item {
  min-height: 48px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUreo1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaTr3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUiaTv3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUiaTw3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBpaF0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baUiaUaB3 {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUiaUaH3 {
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baUiaUaH3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 8px;
}
.b-root .baUiaUaH3 .aspect-ratio {
}
.b-root .bubble-element.baUiaTx3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUiaXaI3 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -4px;
  margin-right: 0px;
  margin-bottom: -16px;
  z-index: 10;
}
.b-root .bubble-element.baUiaXaN3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 6;
}
.b-root .bubble-element.baUiaXaO3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUiaXaP3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUiaXaT3 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUiaXaU3 {
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_text_default);
  padding: 10px 25px 10px 102px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: center;
  justify-self: start;
  min-width: 310px;
  max-width: 310px;
  min-height: 40px;
  max-height: 40px;
  width: 310px;
  height: 40px;
  margin-left: -100px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUiaXaV3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUiaXaV3.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-template-columns: repeat(4, minmax(max-content, auto));
  grid-auto-flow: row;
}
.b-root .baUiaXaV3.bubble-rg > .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baUiaXaZ3 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  max-width: 150px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUiaXaZ3 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUiaXaZ3 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUiaXa3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 16;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUiaXb3 {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVaQyaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baUiaXg3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUiaXh3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUiaXl3 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUiaXm3 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 0px 5px 0px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUiaXn3 {
  color: var(--color_bUWdT2_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 0px 5px 0px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUiaXr3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUiaXs3 {
  color: var(--color_bUWbz1_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 200ms ease, margin-left 200ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease, color 200ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 200ms ease, margin-left 200ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease, color 200ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 200ms ease, margin-left 200ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease, color 200ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 200ms ease, margin-left 200ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease, color 200ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 200ms ease, margin-left 200ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease, color 200ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUiaXt3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUiaXx3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaXy3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUiaXz3 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 644px;
  max-width: 644px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 644px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUiaYaD3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaYaK3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaQcr0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaQct0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baVaQct0.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaQct0.bubble-rg > .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaQcx0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQcy0 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  width: 44px;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baVaQcz0 {
  color: var(--color_bTTZE0_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 2px 2px 2px 2px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: start;
  justify-self: end;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -2px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaQdaL0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQdaQ0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baVaQdaQ0.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaQdaQ0.bubble-rg > .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaQdaR0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaQdaV0 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, min-width 200ms ease, max-width 200ms ease, min-height 200ms ease, max-height 200ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  width: 44px;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baVaQdaW0 {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 0.7;
  -webkit-transition: border-width 500ms ease, border-color 500ms ease, margin-top 500ms ease, margin-right 500ms ease, margin-bottom 500ms ease, margin-left 500ms ease, opacity 500ms ease;
  -moz-transition: border-width 500ms ease, border-color 500ms ease, margin-top 500ms ease, margin-right 500ms ease, margin-bottom 500ms ease, margin-left 500ms ease, opacity 500ms ease;
  -o-transition: border-width 500ms ease, border-color 500ms ease, margin-top 500ms ease, margin-right 500ms ease, margin-bottom 500ms ease, margin-left 500ms ease, opacity 500ms ease;
  -ms-transition: border-width 500ms ease, border-color 500ms ease, margin-top 500ms ease, margin-right 500ms ease, margin-bottom 500ms ease, margin-left 500ms ease, opacity 500ms ease;
  transition: border-width 500ms ease, border-color 500ms ease, margin-top 500ms ease, margin-right 500ms ease, margin-bottom 500ms ease, margin-left 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaQdaW0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baVaQdaW0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaQdaX0 {
  color: var(--color_bTTZE0_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 2px 2px 2px 2px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: start;
  justify-self: end;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -2px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUtln {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -4px;
  margin-right: 0px;
  margin-bottom: -16px;
  z-index: 10;
}
.b-root .bubble-element.baUtlp {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 6;
}
.b-root .bubble-element.baUtlu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUiaSaE3 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #6B6B6B;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUtaJaT2 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUtaJaT2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUtaJaT2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUiaSaJ3 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUiaSaJ3 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUiaSaJ3 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUtaJz2 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUtaJz2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUtaJz2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUtmaN {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUtmaN .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUtmaN .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUigaI3 {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUigaN3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUigaO3 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWbz1_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWdP1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 42px;
  max-height: 42px;
  width: max-content;
  flex-grow: 0;
  height: 42px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: -12px;
  margin-bottom: 8px;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUigaO3 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWbz1_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUigaO3 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUtfo {
  min-width: 120px;
  max-width: 120px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2117;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.b-root .bubble-element.baUtft {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 6px 8px 6px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.b-root .baUtft .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUtft .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUtgaY {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 6px 8px 6px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  order: 5;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.b-root .baUtgaY .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUtgaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaYaWh0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: default;
  align-self: center;
  min-width: 56px;
  order: 8;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.b-root .baUaYaWh0 .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_destructive_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaYaWh0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaAcw1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 6px 8px 6px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.b-root .baVaAcw1 .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaAcw1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUzaJl0 {
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdP1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 900px;
  min-height: 400px;
}
.b-root .baUzaJl0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baUzaJr0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 600px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAdaT1 {
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdP1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 600px;
  max-width: 600px;
  min-height: 620px;
  max-height: 80%;
}
.b-root .baVaAdaT1.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaAaIaD1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaIaP1 {
  overflow: visible;
  justify-content: space-between;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaIb1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaAaIb1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaAaIb1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaAaIh1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaAaIh1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaAaIh1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaAaIaV1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaIz1 {
  overflow: visible;
  justify-content: center;
  row-gap: 32px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaSd1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaTaF1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaTaL1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdP1_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaTaR1 {
  color: var(--color_bUWdP1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaSj1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaSv1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_success_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: stretch;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaTaX1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaAaTaX1 .aspect-ratio {
}
.b-root .bubble-element.baVaAaTd1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaTj1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaUaB1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaTp1 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaTv1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaUaJ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaUaO1 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaUaP1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaUaZ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaUb1 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaUf1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaUm1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaUr1 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaUs1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaUz1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdT2_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: stretch;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaVaE1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaAaVaE1 .aspect-ratio {
}
.b-root .bubble-element.baVaAaVaF1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 800;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaVaJ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaVaK1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaVaL1 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaVaP1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaVaQ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaVaV1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaWaN1 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaVaW1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaVb1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaWaT1 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaVc1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaVh1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaWaZ1 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaWf1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaWk1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAaWl1 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaXaT1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 9;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAbaE1 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaAay1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdP1_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaAas1 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAbaP1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaAag1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaAag1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaAag1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaAbaX1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAam1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAbh1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAbz1 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 9;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVaAbt1 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -4px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaAbn1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaAcq1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  max-width: 500px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baVaRaSg1 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 11;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baVaRaSa1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .baVaRaSa1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaRaSa1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaAeaW1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baVaAeaW1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaAeaW1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaAaIn1 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaJaX1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaJc1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaJt1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaJv1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaBpi0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baVaBpi0 .aspect-ratio {
}
.b-root .bubble-element.baVaAaKv1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaAaLaO1 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 76px;
  max-width: 76px;
  order: 2;
  width: 76px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baVaAaLaO1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baVaAaLaO1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaAaJaF1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaJaL1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAaJaR1 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaEaBaO {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 160px;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaEaBl {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaEaBaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaEaBs {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaEaBaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaEaBy {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaEaCaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaEaCaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaRaPaI1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 8;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaRaPaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaRaPaO1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baVaRaPaO1 .aspect-ratio {
}
.b-root .bubble-element.baVaKaUaP0 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaXaX0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaXd0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaKaXd0 .aspect-ratio {
}
.b-root .bubble-element.baVaKaXp0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baVaKaXp0.bubble-rg {
  gap: 8px;
  grid-auto-rows: minmax(max-content, 20px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaKaXp0.bubble-rg > .group-item {
  min-height: 20px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKaXv0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaYaB0 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaKaYaB0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 10px;
}
.b-root .baVaKaYaB0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaKaYaH0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaYaN0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaYaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaYw0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaKaYaZ0 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaKaZaH0 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaKaZaN0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaZa0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  padding: 4px 4px 4px 4px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaKaZg0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_bUZDX_default);
  padding: 4px 4px 4px 4px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaKai0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWbz1_default_rgb), 0);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 7;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVaKai0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaKai0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaKbaR0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaKbj0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_bUZDX_default);
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaKbp0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaKbd0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: 0px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKcaP0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaKcaZ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaKcaZ0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaKcaZ0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaKcf0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaKcf0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaKcf0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaAfe1 {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #6B6B6B;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaAfj1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaAfk1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWbz1_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWdP1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 42px;
  max-height: 42px;
  width: max-content;
  flex-grow: 0;
  height: 42px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: -12px;
  margin-bottom: 8px;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVaAfk1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWbz1_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaAfk1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaJaVd {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baVaJaVd.bubble-rg {
  gap: 16px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaJaVd.bubble-rg > .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaJaVo {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: start;
  justify-self: center;
  min-width: 600px;
  max-width: 800px;
  min-height: 0px;
  width: calc(100% - 400px);
  height: 0px;
  margin-left: 200px;
  margin-top: 50px;
  margin-right: 200px;
  margin-bottom: -50px;
  z-index: 5;
}
.b-root .baVaJaVo> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 0px;
}
.b-root .bubble-element.baVaJaPaX {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaJaOa {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaJaOg {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 56px;
  order: 17;
  min-height: 44px;
  max-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .baVaJaOg .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaJaOg .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaJaOb {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 22;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVaJaOb .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUZDX_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaJaOb .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaJaOn {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 72px;
  max-width: 72px;
  order: 1;
  min-height: 72px;
  max-height: 72px;
  width: 72px;
  flex-grow: 1;
  height: 72px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaJaOr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: end;
  justify-self: end;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaJaOs {
  color: var(--color_alert_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-width 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 500ms ease, margin-left 500ms ease, min-width 500ms ease, max-width 500ms ease, min-height 500ms ease, max-height 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-width 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 500ms ease, margin-left 500ms ease, min-width 500ms ease, max-width 500ms ease, min-height 500ms ease, max-height 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-width 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 500ms ease, margin-left 500ms ease, min-width 500ms ease, max-width 500ms ease, min-height 500ms ease, max-height 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-width 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 500ms ease, margin-left 500ms ease, min-width 500ms ease, max-width 500ms ease, min-height 500ms ease, max-height 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-width 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, margin-top 500ms ease, margin-left 500ms ease, min-width 500ms ease, max-width 500ms ease, min-height 500ms ease, max-height 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaJaOt {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
  width: 72px;
  height: 72px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaJaOx {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 72px;
  max-width: 72px;
  width: 72px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .baVaJaOx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 100px;
}
.b-root .baVaJaOx .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaJaPaJ {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 62px;
  max-height: 62px;
  width: 0px;
  flex-grow: 1;
  height: 62px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaJaPaK {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  height: 23px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaJaPaV {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaJaPaQ {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 100%;
  order: 7;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaJaPb {
  min-width: 120px;
  max-width: 120px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2117;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.b-root .bubble-element.baVaJaPd {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: default;
  align-self: center;
  min-width: 56px;
  order: 8;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.b-root .baVaJaPd .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_destructive_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaJaPd .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaJaUaN {
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 320px;
  max-width: 600px;
  min-height: 0px;
}
.b-root .baVaJaUaN.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2002;
}
.b-root .bubble-element.baVaJaUaP {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bUWbz1_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baVaJaUaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaJaUaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 16px;
  margin-right: 20px;
  margin-bottom: 16px;
  z-index: 10;
}
.b-root .bubble-element.baVaJaUaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaJaUaZ {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 16px;
  column-gap: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 4;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baVaJaUa {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_destructive_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 44px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaJaUa .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_surface_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaJaUa .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaJaUb {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 44px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaJaUb .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaJaUb .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaJaXaI {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .baVaJaXaI> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaHoaB3 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaHoaB3> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 32px;
}
.b-root .bubble-element.baUaHyy3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -14px;
  z-index: 5;
}
.b-root .bubble-element.baVaGvf {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaGvm {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWbz1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-radius 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 44px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVaGvm .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaGvm .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaGvz {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bUWbz1_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaEaGaN {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  z-index: 3;
}
.b-root .baVaEaGaN.bubble-rg {
  column-gap: 8px;
  row-gap: 8px;
  align-content: flex-start;
}
.b-root .baVaEaGaN.bubble-rg > .group-item {
  min-width: 30px;
  min-height: 30px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baVaEaGaS {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 50px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaEaGaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaHzu3 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaJaIaF2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUaHzz3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUaInr2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 16px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baUaMvq0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baUaMvk0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUaMwaO0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .baUaMwaO0.bubble-rg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 20px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUaMwaO0.bubble-rg > .group-item {
  min-height: 20px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaYwa0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaMwa0 {
  color: var(--color_bUWdV2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaMwaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaMwg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUaMws0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baUaMwx0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .baUaMwx0.bubble-rg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 20px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baUaMwx0.bubble-rg > .group-item {
  min-height: 20px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaYvl0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaMwz0 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaMwy0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaMxaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUaYvaS0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baUaInaT2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUaIoaC2 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baVaJaOaT2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUaIaJl1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVaGwaJ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUaJaHh2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUaJaHz2 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baUaJaHz2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaJaHz2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaIaAaB3 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, margin-top 500ms ease, min-width 500ms ease, max-width 500ms ease;
  -moz-transition: border-color 500ms ease, margin-top 500ms ease, min-width 500ms ease, max-width 500ms ease;
  -o-transition: border-color 500ms ease, margin-top 500ms ease, min-width 500ms ease, max-width 500ms ease;
  -ms-transition: border-color 500ms ease, margin-top 500ms ease, min-width 500ms ease, max-width 500ms ease;
  transition: border-color 500ms ease, margin-top 500ms ease, min-width 500ms ease, max-width 500ms ease;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 160px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baUaIaAaB3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 20px;
}
.b-root .baUaIaAaB3 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUaIaCd3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaIaCaL3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUaIaCaF3 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  transition: color 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 21px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUaIaCaV3 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUaIaCp3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUaIaCv3 {
  color: var(--color_bUWdT2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUaIaAaH3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 21px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVaEvu1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaIaAaA3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 36px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 44px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaGwaW {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baVaJpr5 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baUaIaSk0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUaJaBaD {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 80px);
  height: 0px;
  margin-left: 40px;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUaJaBaD> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaHtn3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUaHtn3.bubble-rg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 56px);
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-auto-flow: row;
}
.b-root .baUaHtn3.bubble-rg > .group-item {
  min-height: 56px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaHtt3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 250px;
  max-width: 375px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 8;
}
.b-root .bubble-element.baUaHuaB3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUaIaDr3 {
  overflow: visible;
  justify-content: center;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUaHuaG3 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  min-width: 65px;
  max-width: 65px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 65px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baUaHuaG3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 10px;
}
.b-root .baUaHuaG3 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaEaIp {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baVaEaIh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  max-height: 52px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUaHuaF3 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 800;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 52px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaNiaR0 {
  color: var(--color_bUWdV2_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUaIaFaP3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  max-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUaIaFaR3 {
  color: var(--color_bUWdT2_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baUaIaFaV3 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  max-height: 40px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVaEaJaA {
  overflow: visible;
  justify-content: space-between;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 8;
  min-height: 116px;
  max-height: 116px;
  height: 116px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUaIaIaV1 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaIaIaX1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 0px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUaIaIaX1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaIaIaX1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaIaIn1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: 0px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUaIaIn1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaIaIn1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaEaJaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUaIaFaJ3 {
  white-space: pre-wrap;
  overflow: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 60px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUraLl2 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWdP1_default_rgb), 0);
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 2;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: -21px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUraLl2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUraLl2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaIwaA {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -16px;
  z-index: 11;
}
.b-root .bubble-element.baUqaFe1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWdP1_default_rgb), 0);
  border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUqaFe1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUqaFe1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaEwaH1 {
  color: var(--color_bUWdV2_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUaJhaJ4 {
  width: max-content;
  min-width: 0px;
  min-height: 0px;
  left: unset;
  right: 0px;
  top: 0px;
  bottom: unset;
  max-width: calc(calc(1 * calc(100% + 0px)) - 0px);
  height: auto;
  max-height: calc(100% - 0px);
  position: absolute;
  z-index: 1522;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.baUaJhaO4 {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  min-width: 340px;
  min-height: 48px;
  z-index: 20000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  width: initial;
  max-width: 340px;
  height: auto;
  visibility: hidden;
  padding: 8px 16px 8px 16px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWdP1_default);
  border-top-left-radius: 16px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_bUWdP1_default);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 8px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color_bUWdP1_default);
  border-bottom-left-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transition: box-shadow 500ms ease;
  -moz-transition: box-shadow 500ms ease;
  -o-transition: box-shadow 500ms ease;
  -ms-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}
.b-root .bubble-element.baVaJpaH5 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdP1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 650px;
  min-height: 0px;
  max-height: 80%;
}
.b-root .baVaJpaH5> .bubble-r-container {
}
.b-root .baVaJpaH5.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaHon1 {
  overflow: hidden auto;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 58px 20px 69px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  max-height: 100%;
  width: calc(100% - 0px);
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaHon1> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.baVaIaGs1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 20px 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 100%;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaHnaZ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaHvh1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaHut1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaHvaP1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-end;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaHvaV1 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  width: 0px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaIaGg1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaIaDf1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baVaIaDf1 .icon-item {
  width: 16px;
  height: 16px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaIaDf1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaIaEaK1 {
  color: var(--color_bTSGF0_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 2;
  min-height: 44px;
  max-height: 44px;
  width: 44px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaHwaF1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaHwaF1> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.baVaHwe1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaHwe1.bubble-rg {
  gap: 16px;
  grid-auto-rows: minmax(max-content, 48px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaHwe1.bubble-rg > .group-item {
  min-height: 48px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaHwaH1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaHwl1 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  width: 0px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaHwr1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaHwx1 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 48px;
  max-height: 48px;
  width: 0px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaHxaI1 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 7;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaIaDl1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaHxb1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVaHxb1 .icon-item {
  width: 16px;
  height: 16px;
  color: var(--color_bUWdT2_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaHxb1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaIaIaA1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaIaDs1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baVaIaDs1 .icon-item {
  width: 16px;
  height: 16px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaIaDs1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaIaIaH1 {
  color: var(--color_bTSGF0_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 2;
  min-height: 44px;
  max-height: 44px;
  width: 44px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaIaEd1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baVaIaEi1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaIaGaZ1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baVaIaGaZ1 .aspect-ratio {
}
.b-root .bubble-element.baVaIaAx1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baVaIaAz1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baVaIaAz1 .aspect-ratio {
}
.b-root .bubble-element.baVaIaBaD1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 32px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baVaIaBaW1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaIaBaX1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaIaBaX1.bubble-rg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaIaBaX1.bubble-rg > .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaIaBb1 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 4px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baVaIaBc1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaIaBd1 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaIaBh1 {
  color: var(--color_bUWbz1_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaIaBi1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaIaBj1 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaIaBn1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaIaBo1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baVaIaBp1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 22px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baVaHoaI1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaHuaU1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaHoaN1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaHoaO1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaHoaP1 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaHnd1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaHnf1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaIth {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaHuaI1 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  width: 0px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaItb {
  color: var(--color_success_default);
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaIaHaF1 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: unset;
  bottom: 0px;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  z-index: 1505;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.baVaHlaJ1 {
  overflow: visible;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaHlaO1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: default;
  align-self: center;
  justify-self: end;
  min-width: 60px;
  min-height: 44px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaHlaO1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaHlaO1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaIaHaL1 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  z-index: 1504;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.baVaHoh1 {
  overflow: visible;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaHol1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaHom1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWbz1_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWdP1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  min-height: 42px;
  max-height: 42px;
  width: max-content;
  height: 42px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: -12px;
  margin-bottom: 8px;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVaHom1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWbz1_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaHom1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaKaEl2 {
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWdP1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 40px;
  max-width: 800px;
  min-height: 600px;
  max-height: 80%;
}
.b-root .baVaKaEl2.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baVaKaDq2 {
  width: initial;
  min-width: 70px;
  min-height: 70px;
  left: 0px;
  right: 20px;
  top: 0px;
  bottom: 80px;
  max-width: 70px;
  height: initial;
  max-height: 70px;
  margin-left: auto;
  position: absolute;
  margin-top: auto;
  z-index: 1507;
  justify-content: center;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
}
.b-root .bubble-element.baVaKaEf2 {
  color: var(--color_primary_contrast_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaCaV2 {
  overflow: hidden auto;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 7;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaCaX2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaKaCaX2.bubble-rg {
  column-gap: 16px;
  grid-auto-rows: max-content;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaKaCaX2.bubble-rg > .group-item {
  min-height: 40px;
  padding-top: 16px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKaCb2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, max-height 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, max-height 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, max-height 200ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 240px;
  order: 1;
  min-height: 40px;
  max-height: 120px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaLin0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baVaLiaW0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaKaCd2 {
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  width: 55px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baVaKaCd2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 12px;
}
.b-root .baVaKaCd2 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaLiaJ0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaLiaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaLiv0 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -8px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaKaCh2 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaKaCh2.bubble-rg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaKaCh2.bubble-rg > .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKaCi2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 200ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaCn2 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bUWbz1_default);
  border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_text_default);
  padding: 10px 16px 10px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKev0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaKoaB1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaKaTaC0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaKaCj2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 15px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKep0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaTaJ0 {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaKaTaJ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 10px;
}
.b-root .baVaKaTaJ0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaKaGaF2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baVaKaGaF2> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baVaKdu0 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  -webkit-transition: max-width 200ms ease;
  -moz-transition: max-width 200ms ease;
  -o-transition: max-width 200ms ease;
  -ms-transition: max-width 200ms ease;
  transition: max-width 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  max-height: 100%;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVaKaGaR2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baVaKaJaZ2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  width: 80px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baVaKaJaZ2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baVaKaJaZ2 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaKaKn0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-end;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baVaKaGaL2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaKaKx0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baVaKaLaD0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baVaKaLaD0 .aspect-ratio {
}
.b-root .bubble-element.baVaKaJaF2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -8px;
  z-index: 6;
}
.b-root .baVaKaJaF2> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baVaKaJaH2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaJaL2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 3;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baVaKaJaL2.bubble-rg {
  column-gap: 12px;
  row-gap: 8px;
  align-content: flex-start;
}
.b-root .baVaKaJaL2.bubble-rg > .group-item {
  min-width: 35px;
  min-height: 35px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baVaKaJaM2 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  width: 35px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaKaJaM2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 10px;
}
.b-root .baVaKaJaM2 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baVaKaJf2 {
  color: var(--color_alert_default);
  visibility: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: -10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaJaN2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baVaKaJaN2 .aspect-ratio {
}
.b-root .bubble-element.baVaKaGv2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: -8px;
  z-index: 7;
}
.b-root .bubble-element.baVaKaGx2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaHaB2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baVaKaHaB2 .aspect-ratio {
}
.b-root .bubble-element.baVaKaHaC2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: stretch;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .baVaKaHaC2> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 4px;
}
.b-root .bubble-element.baVaKaHaD2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 140px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaKaHaD2.bubble-rg {
  column-gap: 0px;
  row-gap: 0px;
  align-content: flex-start;
}
.b-root .baVaKaHaD2.bubble-rg > .group-item {
  min-width: 40px;
  min-height: 20px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baVaKaHaH2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 8px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaHaI2 {
  color: var(--color_bTrVx1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaHaJ2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaHaN2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 140px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaKaHaN2.bubble-rg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 20px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaKaHaN2.bubble-rg > .group-item {
  min-height: 20px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKaHaO2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 8px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaHaP2 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaHaT2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaHaU2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 140px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaKaHaU2.bubble-rg {
  column-gap: 0px;
  row-gap: 0px;
  align-content: flex-start;
}
.b-root .baVaKaHaU2.bubble-rg > .group-item {
  min-width: 40px;
  min-height: 20px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baVaKaHaV2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaHaZ2 {
  color: var(--color_alert_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaHa2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaHb2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baVaKaHf2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_bUWdT2_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaHg2 {
  color: var(--color_bUWbz1_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaKaIaV2 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  z-index: 2;
}
.b-root .baVaKaIaV2> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baVaKaIaX2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaKaIaX2.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaKaIaX2.bubble-rg > .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaKaIb2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaIc2 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaId2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaKaIh2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaIi2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaKaIj2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baVaKaIj2 .aspect-ratio {
}
.b-root .bubble-element.baVaSlp4 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  z-index: 2;
}
.b-root .baVaSlp4> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 4px;
}
.b-root .bubble-element.baVaSlr4 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaSlr4.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaSlr4.bubble-rg > .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaSlv4 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaSlw4 {
  color: var(--color_bUWdV2_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaSlx4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaSmaB4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaSmaC4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaSmaD4 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baVaSmaD4 .aspect-ratio {
}
.b-root .bubble-element.baVaSmaH4 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVaSmaI4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baVaSmaJ4 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVaSmh4 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaSmh4> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 4px;
}
.b-root .bubble-element.baVaSmm4 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baVaSmm4.bubble-rg {
  gap: 4px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
}
.b-root .baVaSmm4.bubble-rg > .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.baVaSmn4 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaSmr4 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaSms4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baVaSmt4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaSmx4 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baVaSmx4 .aspect-ratio {
}
.b-root .bubble-element.baVaSmy4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baVaSmz4 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVaSnaD4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baVaSnaE4 {
  color: var(--color_success_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -moz-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -o-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  -ms-transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease, color 500ms ease;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baVaKeaS0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50%;
  max-width: 50%;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  width: 50%;
  flex-grow: 1;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -20px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baVaKaDaN2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -moz-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -o-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  -ms-transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease, opacity 500ms ease;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaJv0 {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #6B6B6B;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baVaKaKaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 25px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baVaKaSj0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bUWbz1_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_bUWdP1_default_rgb), 0);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -moz-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -o-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  -ms-transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, border-color 200ms ease, box-shadow 500ms ease, background 500ms ease, opacity 500ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 42px;
  max-height: 42px;
  width: max-content;
  flex-grow: 0;
  height: 42px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: -12px;
  margin-bottom: 8px;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baVaKaSj0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_bUWbz1_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baVaKaSj0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baVaKaKaC0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bUWbz1_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 12px 20px 12px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
