/* 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;
  color: inherit;
  cursor: pointer;
}
a:visited {
  color: inherit;
  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 */

/*
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 */
/*
Globally relevant dimensions/numbers/etc go here

NOTE: filename begins with underscore, thus its variables can be used globally

*/
/* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */
/*

Terrible z-indexes responsible for all the evils of the world

*/
.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-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-50 {
  min-width: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.width-one-tenth {
  width: 10% !important;
}

.width-two-tenth {
  width: 20% !important;
}

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

.width-three-tenth {
  width: 30% !important;
}

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

.width-four-tenth {
  width: 40% !important;
}

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

.width-six-tenth {
  width: 60% !important;
}

.width-two-third {
  width: 66.667% !important;
}

.width-seven-tenth {
  width: 70% !important;
}

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

.width-eight-tenth {
  width: 80% !important;
}

.width-nine-tenth {
  width: 90% !important;
}

.width-eighty-five-percent {
  width: 85% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.height-one-tenth {
  height: 10% !important;
}

.height-two-tenth {
  height: 20% !important;
}

.height-one-quarter {
  height: 25% !important;
}

.height-three-tenth {
  height: 30% !important;
}

.height-one-third {
  height: 33.334% !important;
}

.height-four-tenth {
  height: 40% !important;
}

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

.height-six-tenth {
  height: 60% !important;
}

.height-two-third {
  height: 66.667% !important;
}

.height-seven-tenth {
  height: 70% !important;
}

.height-three-quarter {
  height: 75% !important;
}

.height-eight-tenth {
  height: 80% !important;
}

.height-nine-tenth {
  height: 90% !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;
}

/*
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 */
/*
Globally relevant dimensions/numbers/etc go here

NOTE: filename begins with underscore, thus its variables can be used globally

*/
/* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */
/*

Terrible z-indexes responsible for all the evils of the world

*/
.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-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-50 {
  min-width: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.width-one-tenth {
  width: 10% !important;
}

.width-two-tenth {
  width: 20% !important;
}

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

.width-three-tenth {
  width: 30% !important;
}

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

.width-four-tenth {
  width: 40% !important;
}

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

.width-six-tenth {
  width: 60% !important;
}

.width-two-third {
  width: 66.667% !important;
}

.width-seven-tenth {
  width: 70% !important;
}

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

.width-eight-tenth {
  width: 80% !important;
}

.width-nine-tenth {
  width: 90% !important;
}

.width-eighty-five-percent {
  width: 85% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.height-one-tenth {
  height: 10% !important;
}

.height-two-tenth {
  height: 20% !important;
}

.height-one-quarter {
  height: 25% !important;
}

.height-three-tenth {
  height: 30% !important;
}

.height-one-third {
  height: 33.334% !important;
}

.height-four-tenth {
  height: 40% !important;
}

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

.height-six-tenth {
  height: 60% !important;
}

.height-two-third {
  height: 66.667% !important;
}

.height-seven-tenth {
  height: 70% !important;
}

.height-three-quarter {
  height: 75% !important;
}

.height-eight-tenth {
  height: 80% !important;
}

.height-nine-tenth {
  height: 90% !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);
}

/*------------------
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 {
  display: grid;
  justify-items: stretch;
}
.bubble-rg > .bubble-element.group-item {
  position: relative;
}
.bubble-rg.masonry > .bubble-element.group-item {
  height: max-content;
}

.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-element.group-item {
  position: relative;
}

.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 {
  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 > * {
  display: none;
}
.bubble-legacy-table > .incompatible-message {
  display: inline-block;
  text-align: center;
}
.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 */
/*
Globally relevant dimensions/numbers/etc go here

NOTE: filename begins with underscore, thus its variables can be used globally

*/
/* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */
/*

Terrible z-indexes responsible for all the evils of the world

*/
.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-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-50 {
  min-width: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.width-one-tenth {
  width: 10% !important;
}

.width-two-tenth {
  width: 20% !important;
}

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

.width-three-tenth {
  width: 30% !important;
}

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

.width-four-tenth {
  width: 40% !important;
}

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

.width-six-tenth {
  width: 60% !important;
}

.width-two-third {
  width: 66.667% !important;
}

.width-seven-tenth {
  width: 70% !important;
}

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

.width-eight-tenth {
  width: 80% !important;
}

.width-nine-tenth {
  width: 90% !important;
}

.width-eighty-five-percent {
  width: 85% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.height-one-tenth {
  height: 10% !important;
}

.height-two-tenth {
  height: 20% !important;
}

.height-one-quarter {
  height: 25% !important;
}

.height-three-tenth {
  height: 30% !important;
}

.height-one-third {
  height: 33.334% !important;
}

.height-four-tenth {
  height: 40% !important;
}

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

.height-six-tenth {
  height: 60% !important;
}

.height-two-third {
  height: 66.667% !important;
}

.height-seven-tenth {
  height: 70% !important;
}

.height-three-quarter {
  height: 75% !important;
}

.height-eight-tenth {
  height: 80% !important;
}

.height-nine-tenth {
  height: 90% !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 */

.radio {
  padding-top: 3px;
  padding-bottom: 3px;
  overflow: hidden;
  display: grid;
  grid-auto-rows: max-content;
  justify-items: stretch;
  padding-left: 20px;
  grid-gap: 10px 20px;
  gap: 10px 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
  width: 100%;
}

html[dir=rtl] .radio {
  padding-left: unset;
  padding-right: 20px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  margin-top: -2px;
  height: 15px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

html[dir=rtl] .radio label::before {
  left: unset;
  margin-left: unset;
  right: 0;
  margin-right: -20px;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  margin-top: -2px;
  left: 4px;
  top: 4px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

html[dir=rtl] .radio label::after {
  left: unset;
  margin-left: unset;
  right: 4px;
  margin-right: -20px;
}

.radio input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: -20px;
}

html[dir=rtl] .radio input[type=radio] {
  left: unset;
  right: -20px;
}

.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
  cursor: default;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-v0 {
  padding-left: 20px;
  padding-bottom: 5px;
  overflow: hidden;
}

html[dir=rtl] .radio-v0 {
  padding-left: unset;
  padding-right: 20px;
}

.radio-v0 label {
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: relative;
  padding-left: 6px;
  cursor: pointer;
}

html[dir=rtl] .radio-v0 label {
  padding-left: unset;
  padding-right: 6px;
}

.radio-v0 label:nth-child(2) {
  margin-top: 3px;
}

.radio-v0 label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  margin-top: -2px;
  height: 15px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

html[dir=rtl] .radio-v0 label::before {
  left: unset;
  margin-left: unset;
  right: 0;
  margin-right: -20px;
}

.radio-v0 label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  margin-top: -2px;
  left: 4px;
  top: 4px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

html[dir=rtl] .radio-v0 label::after {
  left: unset;
  margin-left: unset;
  right: 4px;
  margin-right: -20px;
}

.radio-v0 input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: -20px;
}

html[dir=rtl] .radio-v0 input[type=radio] {
  left: unset;
  right: -20px;
}

.radio-v0 input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio-v0 input[type=radio]:disabled + label {
  opacity: 0.65;
  cursor: default;
}

.radio-v0.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #337ab7;
}

.radio-primary input[type=radio]:checked + label::before {
  border-color: #337ab7;
}

.radio-primary input[type=radio]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type=radio] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type=radio] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::after {
  background-color: #5cb85c;
}

/*# sourceMappingURL=radio.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 */

/*
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 */
/*
Globally relevant dimensions/numbers/etc go here

NOTE: filename begins with underscore, thus its variables can be used globally

*/
/* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */
/*

Terrible z-indexes responsible for all the evils of the world

*/
.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-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-50 {
  min-width: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.width-one-tenth {
  width: 10% !important;
}

.width-two-tenth {
  width: 20% !important;
}

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

.width-three-tenth {
  width: 30% !important;
}

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

.width-four-tenth {
  width: 40% !important;
}

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

.width-six-tenth {
  width: 60% !important;
}

.width-two-third {
  width: 66.667% !important;
}

.width-seven-tenth {
  width: 70% !important;
}

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

.width-eight-tenth {
  width: 80% !important;
}

.width-nine-tenth {
  width: 90% !important;
}

.width-eighty-five-percent {
  width: 85% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.height-one-tenth {
  height: 10% !important;
}

.height-two-tenth {
  height: 20% !important;
}

.height-one-quarter {
  height: 25% !important;
}

.height-three-tenth {
  height: 30% !important;
}

.height-one-third {
  height: 33.334% !important;
}

.height-four-tenth {
  height: 40% !important;
}

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

.height-six-tenth {
  height: 60% !important;
}

.height-two-third {
  height: 66.667% !important;
}

.height-seven-tenth {
  height: 70% !important;
}

.height-three-quarter {
  height: 75% !important;
}

.height-eight-tenth {
  height: 80% !important;
}

.height-nine-tenth {
  height: 90% !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.baTaIqn {
  background-color: #FFFFFF;
  min-width: 320px;
  min-height: 100%;
  min-height: max(300px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  height: max-content;
  flex-shrink: 0;
  justify-content: flex-start;
  opacity: 1;
}
.b-root body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-root {
  --font_default: "League Spartan";
  --font_bTJvB1_default: "League Spartan";
  --color_text_default: rgba(12, 21, 38, 1);
  --color_text_default_rgb: 12,21,38;
  --color_alert_default: rgba(234, 78, 62, 1);
  --color_alert_default_rgb: 234,78,62;
  --color_primary_default: rgba(12, 21, 38, 1);
  --color_primary_default_rgb: 12,21,38;
  --color_success_default: rgba(34, 197, 94, 1);
  --color_success_default_rgb: 34,197,94;
  --color_surface_default: rgba(243, 246, 249, 1);
  --color_surface_default_rgb: 243,246,249;
  --color_background_default: rgba(255, 255, 255, 1);
  --color_background_default_rgb: 255,255,255;
  --color_destructive_default: rgba(239, 68, 68, 1);
  --color_destructive_default_rgb: 239,68,68;
  --color_primary_contrast_default: rgba(255,255,255,1);
  --color_primary_contrast_default_rgb: 255,255,255;
  --color_bTKpO1_default: rgba(234,78,62,1);
  --color_bTKpO1_default_rgb: 234,78,62;
  --color_bTKpP1_default: rgba(0,0,0,1);
  --color_bTKpP1_default_rgb: 0,0,0;
  --color_bTKpQ1_default: rgba(204,204,205,1);
  --color_bTKpQ1_default_rgb: 204,204,205;
  --color_bTbYa2_default: rgba(231, 231, 231, 1);
  --color_bTbYa2_default_rgb: 231,231,231;
  --color_bTbYb2_default: rgba(0,0,0,1);
  --color_bTbYb2_default_rgb: 0,0,0;
  --color_bTbYf2_default: rgba(0,0,0,1);
  --color_bTbYf2_default_rgb: 0,0,0;
  --color_bTbYg2_default: rgba(0,0,0,1);
  --color_bTbYg2_default_rgb: 0,0,0;
  --color_bTbYh2_default: rgba(0,0,0,1);
  --color_bTbYh2_default_rgb: 0,0,0;
  --color_bTbYl2_default: rgba(0,0,0,1);
  --color_bTbYl2_default_rgb: 0,0,0;
  --color_bTbYm2_default: rgba(0,0,0,1);
  --color_bTbYm2_default_rgb: 0,0,0;
  --color_bTbYn2_default: rgba(0,0,0,1);
  --color_bTbYn2_default_rgb: 0,0,0;
  --color_bTbYr2_default: rgba(0,0,0,1);
  --color_bTbYr2_default_rgb: 0,0,0;
  --color_bTbYs2_default: rgba(0,0,0,1);
  --color_bTbYs2_default_rgb: 0,0,0;
}
.b-root .bubble-element.baTaIqp {
  width: initial;
  min-width: 320px;
  min-height: 64px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: fixed;
  z-index: 1503;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.baTaHiaT1 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 40px 16px 40px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 64px;
  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.baTaHbf0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 24px 24px 24px 24px;
  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: 280px;
  max-width: 472px;
  min-height: 0px;
}
.b-root .baTaHbf0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaHbi0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 472px;
  order: 2;
  min-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.baTaHeaD0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: stretch;
  min-width: 280px;
  order: 1;
  min-height: 16px;
  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.baTaHeaG0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: stretch;
  min-width: 20px;
  order: 1;
  min-height: 16px;
  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.baTaJaEm0 {
  width: max-content;
  min-width: 20px;
  min-height: 20px;
  left: 0px;
  right: unset;
  top: 0px;
  bottom: unset;
  max-width: calc(calc(1 * calc(100% + 0px)) - 0px);
  height: auto;
  max-height: calc(100% - 0px);
  position: absolute;
  z-index: 0;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.baTaHaFaB0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 280px;
  max-width: 472px;
  min-height: 100px;
}
.b-root .baTaHaFaB0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaHaFaJ0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 24px 16px 24px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.baTaHaFaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 16px;
  width: 20px;
  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.baTaHaFaS0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 24px 16px 24px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 5px;
  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.baTaHaFaV0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 16px;
  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.baTaHaFaY0 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 24px 16px 24px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 5px;
  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.baTaHaFf0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 7px 15px 7px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 114px;
  order: 2;
  min-height: 16px;
  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 .baTaHaFf0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHaFf0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaOaPl0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: center;
  min-width: 20px;
  order: 4;
  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: 34;
}
.b-root .bubble-element.baTaOaPn0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 24px;
  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.baTaOaPo0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaHdaJ0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 0px 32px 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  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.baTaHdaM0 {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 1;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  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 .baTaHdaM0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHdaM0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaHdaP0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: rgba(118, 122, 144, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  order: 5;
  min-height: 16px;
  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.baTaHaYt0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  order: 6;
  min-height: 18px;
  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.baTaHaYu0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.baTaHaYv0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(46, 171, 223, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  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.baTaJzaR {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(46, 171, 223, 1);
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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 .baTaJzaR .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJzaR .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaQaYaS0 {
  visibility: hidden;
  padding: 4px 16px 4px 16px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(104, 34, 27, 1);
  text-align: center;
  line-height: 1;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  min-height: 48px;
  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: 35;
}
.b-root .bubble-element.baTaVfaK {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 400px;
  order: 3;
  min-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: 36;
}
.b-root .bubble-element.baTaPaGn0 {
  width: max-content;
  min-width: 20px;
  min-height: 20px;
  left: 0px;
  right: unset;
  top: 0px;
  bottom: unset;
  max-width: calc(calc(1 * calc(100% + 0px)) - 0px);
  height: auto;
  max-height: calc(100% - 0px);
  position: absolute;
  z-index: 0;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.baTaPaFaV0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 400px;
  order: 1;
  min-height: 15px;
  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.baTaPaGa0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.baTaPaGb0 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 220px;
  order: 1;
  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 .baTaPaGb0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaPaGb0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 30%;
}
.b-root .bubble-element.baTaPaGaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTJvB1_default);
  font-size: 24px;
  font-weight: 600;
  color: rgba(12, 21, 38, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 14px;
  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: 19;
}
.b-root .bubble-element.baTaPaGd0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 4;
  min-height: 14px;
  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: 21;
}
.b-root .bubble-element.baTaQaAaJ0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 24;
}
.b-root .bubble-element.baTaPzp0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 14px;
  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: 22;
}
.b-root .bubble-element.baTaQaAaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: rgba(161, 162, 163, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 14px;
  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: 23;
}
.b-root .bubble-element.baTaPaFaW0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 16px 0px;
  opacity: 1;
  align-self: stretch;
  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: 19;
}
.b-root .bubble-element.baTaPaFaU0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  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: 14;
}
.b-root .bubble-element.baTaPaGaF0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 14px;
  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 .bubble-element.baTaPaGaE0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaPaGaI0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 6;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: -20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaPaGaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 14px;
  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.baTaQaUe0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaPaGg0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-end;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  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 .baTaPaGg0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaPaGg0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaVfaQ {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 100px 16px;
  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: 689px;
  max-width: 689px;
  min-height: 410px;
}
.b-root .baTaVfaQ.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaVfaW {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 1;
  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: 2;
}
.b-root .baTaVfaWinput {
}
.b-root .baTaVfaW .icon-item {
}
.b-root .baTaVfaW label {
}
.b-root .bubble-element.baTaHaXw0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 15px;
  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.baTaHdaC0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.baTaJoaU {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 220px;
  order: 1;
  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 .baTaJoaU img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaJoaU .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 30%;
}
.b-root .bubble-element.baTaJpaW {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTJvB1_default);
  font-size: 24px;
  font-weight: 600;
  color: rgba(12, 21, 38, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 14px;
  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: 19;
}
.b-root .bubble-element.baTaJpaZ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 4;
  min-height: 14px;
  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: 21;
}
.b-root .bubble-element.baTaHaYaJ0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 16px 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: 19;
}
.b-root .bubble-element.baTaJpj {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  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: 27;
}
.b-root .bubble-element.baTaJpl {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  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: 24;
}
.b-root .bubble-element.baTaJpp {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 7px 8px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 166px;
  order: 2;
  min-height: 40px;
  width: 166px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baTaJpr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 16px;
  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.baTaJpw {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 7px 11px 7px 15px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 166px;
  order: 1;
  min-height: 40px;
  width: 166px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.baTaJpy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(12, 21, 38, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 16px;
  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.baTaJps {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  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: 23;
}
.b-root .bubble-element.baTaJpt {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 12px 8px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 166px;
  order: 1;
  min-height: 40px;
  width: 166px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baTaJpv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 16px;
  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.baTaJpm {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 7px 7px 7px 15px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 166px;
  order: 2;
  min-height: 40px;
  width: 166px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.baTaJpo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(12, 21, 38, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 16px;
  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.baTaVzaT2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 40px;
  order: 3;
  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: 18;
}
.b-root .bubble-element.baTaVzaV2 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 20px;
  max-width: 40px;
  order: 1;
  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 .baTaVzaV2input {
}
.b-root .baTaVzaV2 .icon-item {
}
.b-root .baTaVzaV2 label {
}
.b-root .bubble-element.baTaVzaZ2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 12px;
  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.baTaHaYaK0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  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: 14;
}
.b-root .bubble-element.baTaHcaY0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 14px;
  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 .bubble-element.baTaHca0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 14px;
  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.baTaHcb0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(173, 173, 176, 0.5);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHcc0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 6;
  min-height: 16px;
  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.baTaHcd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 14px;
  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.baTaNkh {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  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: 20;
}
.b-root .bubble-element.baTaNkd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(14, 79, 38, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 4px;
  order: 1;
  min-height: 4px;
  width: 4px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baTcaDc3 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 8;
  min-height: 16px;
  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.baTcaDh3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 14px;
  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.baTaHcg0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 14px;
  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 .bubble-element.baTaHci0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 14px;
  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.baTaHck0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 7;
  min-height: 16px;
  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.baTaHcl0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 14px;
  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.baTaJqu {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  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: 6;
}
.b-root .bubble-element.baTaHcj0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(173, 173, 176, 0.5);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 7px 31px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 40px;
  max-height: 40px;
  width: calc(100% - 0px);
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJqz {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaJzaB {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 8;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaJqaN {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 14px;
  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: 28;
}
.b-root .bubble-element.baTaJqaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 14px;
  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.baTaJqaQ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJqaR {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 16px;
  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.baTaJqaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 14px;
  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.baTaJqaV {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 14px;
  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: 29;
}
.b-root .bubble-element.baTaJqaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 14px;
  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.baTaJqaY {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJqaZ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 16px;
  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.baTaJqa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 14px;
  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.baTaJqd {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 14px;
  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: 30;
}
.b-root .bubble-element.baTaJqf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 14px;
  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.baTaJqg {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaJqh {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 16px;
  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.baTaJqi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 14px;
  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.baTaHaYw0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 40px;
  order: 6;
  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: 18;
}
.b-root .bubble-element.baTaHcw0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 20px;
  max-width: 40px;
  order: 1;
  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 .baTaHcw0input {
}
.b-root .baTaHcw0 .icon-item {
}
.b-root .baTaHcw0 label {
}
.b-root .bubble-element.baTaHcz0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 12px;
  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.baTaHbl0 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 24px 16px 24px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaGzaU0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  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.baTaHaKaK {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  min-height: 27px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaHaKaT {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 1;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  padding: 12px 0px 12px 0px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, background 200ms ease-out;
  -moz-transition: border-color 200ms ease, background 200ms ease-out;
  -o-transition: border-color 200ms ease, background 200ms ease-out;
  -ms-transition: border-color 200ms ease, background 200ms ease-out;
  transition: border-color 200ms ease, background 200ms ease-out;
  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: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaHaKaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHaKaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaHaKaW {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 1;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  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 .baTaHaKaW .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHaKaW .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaHaJw {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 16px;
  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.baTaZaa1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 24px;
  visibility: hidden;
  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: 3;
}
.b-root .bubble-element.baTaZaf1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 6;
}
.b-root .bubble-element.baTaZag1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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.baTaZax1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 9;
}
.b-root .bubble-element.baTaZay1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 15px;
  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.baTawaL1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 6;
}
.b-root .bubble-element.baTawaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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.baTavaD1 {
  visibility: hidden;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 240px;
  order: 3;
  min-height: 45px;
  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 .baTavaD1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTavaD1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaHgaN0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: start;
  min-width: 24px;
  min-height: 24px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaQaUaS0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  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: 3;
}
.b-root .bubble-element.baTaHaJn {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 93px;
  max-width: 93px;
  order: 1;
  width: 93px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaJn img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaJn .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 30%;
}
.b-root .bubble-element.baTaJaOj1 {
  min-width: 280px;
  max-width: 375px;
  min-height: 280px;
  height: initial;
  right: 20px;
  bottom: 20px;
  z-index: 2106;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 20px 0px;
}
.b-root .bubble-element.baTaJaPaH1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 375px;
  order: 2;
  min-height: 136px;
  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.baTaJaOy1 {
  overflow: visible;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(229, 231, 235, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 16px 24px 16px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: center;
  min-width: 375px;
  order: 1;
  min-height: 68px;
  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.baTaJaOv1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaJaPaD1 {
  overflow: visible;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(229, 231, 235, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 16px 24px 16px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: center;
  min-width: 375px;
  order: 2;
  min-height: 68px;
  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.baTaJaPaF1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaJaPaM1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: center;
  min-width: 375px;
  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: 6;
}
.b-root .bubble-element.baTaJaPaT1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.25;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 22px 70px 22px 70px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 68px;
  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 .baTaJaPaT1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaPaT1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaPb1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.25;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 24px 72px 24px 72px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 68px;
  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 .baTaJaPb1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaJaPb1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaHia1 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 57px;
  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.baTaHit1 {
  min-width: 154px;
  max-width: 1128px;
  min-height: 48px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2106;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.b-root .bubble-element.baTaJaTy1 {
  overflow: visible;
  justify-content: flex-start;
  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: 3;
}
.b-root .bubble-element.baTaHjaA1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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.baTaHjaG1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(12, 21, 38, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -o-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 12px;
  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.baTaJaFaK2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(243, 243, 243, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 16px 24px 16px 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  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: 4;
}
.b-root .bubble-element.baTaJaFaO2 {
  border-radius: 48px;
  -moz-border-radius: 48px;
  opacity: 1;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  width: 48px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTaJaFaO2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 48px;
}
.b-root .baTaJaFaO2 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaJaFaT2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 8;
}
.b-root .bubble-element.baTaJaFaW2 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 16px;
  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.baTaJaFaZ2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(82, 84, 91, 1);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 12px;
  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.baTaJaFh2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  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: 6;
}
.b-root .bubble-element.baTaJaFj2 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -o-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 12px;
  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.baTcaYz1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  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: 6;
}
.b-root .bubble-element.baTcaZaB1 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -o-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 12px;
  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.baTaJaUaE1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 5px;
  max-width: 5px;
  min-height: 5px;
  max-height: 5px;
  width: 5px;
  height: 5px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaJaRaA1 {
  min-width: 280px;
  max-width: 400px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: space-between;
  row-gap: 20px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 20px 0px;
}
.b-root .bubble-element.baTaSaYx0 {
  overflow: visible;
  justify-content: space-between;
  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: 7;
}
.b-root .bubble-element.baTaQpq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(229, 231, 235, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaQps {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(229, 231, 235, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 68px;
  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.baTaQpt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.5;
  padding: 0px 0px 4px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 15px;
  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.baTaQpv {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(229, 231, 235, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 68px;
  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.baTaQpw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.5;
  padding: 0px 0px 4px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 15px;
  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.baTaQpy {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(229, 231, 235, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 68px;
  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.baTaQpz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.5;
  padding: 0px 0px 4px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 15px;
  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.baTaQqaB {
  overflow: visible;
  justify-content: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(229, 231, 235, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(229, 231, 235, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 68px;
  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.baTaQqaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.5;
  padding: 0px 0px 4px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 15px;
  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.baTbqm1 {
  overflow: visible;
  justify-content: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(229, 231, 235, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(229, 231, 235, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 68px;
  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.baTbqr1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.5;
  padding: 0px 0px 4px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 15px;
  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.baTcaYaP {
  visibility: hidden;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  max-width: 240px;
  order: 6;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .baTcaYaP .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTcaYaP .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaJaRaH1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 0px 20px;
  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: 6;
}
.b-root .bubble-element.baTaJaRaQ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  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: 8;
}
.b-root .bubble-element.baTaJaRaR1 {
  border-radius: 48px;
  -moz-border-radius: 48px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 1;
  width: 56px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaJaRaR1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 48px;
}
.b-root .baTaJaRaR1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaRaWaB0 {
  overflow: visible;
  justify-content: center;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  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: 8;
}
.b-root .bubble-element.baTaRaWaG0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 16px;
  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.baTaRaWaE0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(82, 84, 91, 1);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 12px;
  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.baTaQraH {
  overflow: visible;
  justify-content: flex-start;
  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: 9;
}
.b-root .bubble-element.baTaQqw {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  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.baTaQraB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(12, 21, 38, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -o-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 12px;
  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.baTaQqn {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  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: 6;
}
.b-root .bubble-element.baTaQqs {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -o-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 12px;
  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.baTcaZaY1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  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: 6;
}
.b-root .bubble-element.baTcaZd1 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -o-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  transition: font-size 200ms ease, color 200ms ease-out, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 12px;
  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.baTaQraT {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  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: 11;
}
.b-root .bubble-element.baTaQraM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaRof {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -16px;
  z-index: 7;
}
.b-root .bubble-element.baTaOaBk {
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 100px 16px;
  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: 4px;
  max-width: 400px;
  min-height: 200px;
}
.b-root .baTaOaBk.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaRaXz0 {
  overflow: visible;
  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: 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 .baTaRaXz0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaOaBq {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 4px;
  order: 2;
  min-height: 50px;
  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 .baTaOaBq> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaRaXw0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaRaYaK0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  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: 15;
}
.b-root .baTaRaYaK0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaRaYaH0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaRaXo0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 4px;
  order: 2;
  min-height: 50px;
  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 .baTaRaXo0> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaRaYaP0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 15;
}
.b-root .baTaRaYaP0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaRaYaS0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaRaYaO0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 4px;
  order: 2;
  min-height: 50px;
  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 .baTaRaYaO0> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaRaYaR0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 15;
}
.b-root .baTaRaYaR0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaRaYaU0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaRaYaW0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 4px;
  order: 2;
  min-height: 50px;
  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 .baTaRaYaW0> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaRaXu0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 11;
}
.b-root .baTaRaXu0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaOaBn {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 4px;
  order: 2;
  min-height: 50px;
  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 .baTaOaBn> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaRaXr0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaRaaS0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 0px;
  z-index: 15;
}
.b-root .baTaRaaS0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaRaaX0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaRaaV0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 4px;
  order: 2;
  min-height: 50px;
  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 .baTaRaaV0> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaQrv {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  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: 433px;
  max-width: 433px;
  min-height: 304px;
}
.b-root .baTaQrv.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaQry {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaQryinput {
}
.b-root .baTaQry .icon-item {
}
.b-root .baTaQry label {
}
.b-root .bubble-element.baTaQsaB {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaQsaBinput {
}
.b-root .baTaQsaB .icon-item {
}
.b-root .baTaQsaB label {
}
.b-root .bubble-element.baTaQsaE {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 5;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaQsaEinput {
}
.b-root .baTaQsaE .icon-item {
}
.b-root .baTaQsaE label {
}
.b-root .bubble-element.baTaQsaH {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaQsaHinput {
}
.b-root .baTaQsaH .icon-item {
}
.b-root .baTaQsaH label {
}
.b-root .bubble-element.baTaRaZz0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 6;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaRaaC0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 7;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaRaaF0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 8;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaRaaI0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 9;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaRaaO0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 10;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaRaTz0 {
  min-width: 450px;
  max-width: 500px;
  min-height: 40px;
  height: initial;
  right: 20px;
  bottom: 20px;
  z-index: 2108;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(197, 197, 198, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
}
.b-root .bubble-element.baTaRaUaH0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaRaUj0 {
  overflow: visible;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(228, 228, 228, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  max-width: 100%;
  order: 3;
  min-height: 56px;
  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.baTaRaUl0 {
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 7px 7px 7px 31px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: center;
  justify-self: start;
  min-width: 100%;
  max-width: 100%;
  min-height: 40px;
  width: 100%;
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaRaZaJ0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  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: 12;
}
.b-root .bubble-element.baTaRaXaE0 {
  overflow: visible;
  justify-content: flex-start;
  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: 11;
}
.b-root .bubble-element.baTaRaXaI0 {
  overflow: hidden auto;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 9;
}
.b-root .bubble-element.baTaRaYz0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(197, 197, 198, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 16px 8px 20px 8px;
  opacity: 1;
  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: 10;
}
.b-root .bubble-element.baTaRaYq0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-end;
  min-width: 20px;
  order: 1;
  min-height: 32px;
  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.baTaRaYt0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 16px;
  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.baTaRaVaG0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baTaRaVaG0> .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaRaXaJ0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  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: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaRaXf0 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 4;
}
.b-root .bubble-element.baTaRaXi0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 300;
  color: rgba(161, 162, 163, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 20px;
  max-height: 24px;
  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.baTaRaYaZ0 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaRaYaZ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaRaYaZ0 .aspect-ratio {
}
.b-root .bubble-element.baTaRaYh0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  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: 5;
}
.b-root .bubble-element.baTaRaXaQ0 {
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  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: 3;
}
.b-root .baTaRaXaQ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 12px;
}
.b-root .baTaRaXaQ0 .aspect-ratio {
}
.b-root .bubble-element.baTaRaXaW0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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.baTaRaVaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 24, 39, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  max-height: 24px;
  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.baTaRaXaY0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(63, 65, 70, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 24px;
  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 .bubble-element.baTaRaa0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baTaRaa0> .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaRac0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  cursor: pointer;
  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.baTaRaj0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  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: 4;
}
.b-root .bubble-element.baTaRah0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  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: 2;
}
.b-root .bubble-element.baTaRal0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 24, 39, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 24px;
  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 .bubble-element.baTaRak0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(63, 65, 70, 1);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 3;
  min-height: 20px;
  max-height: 24px;
  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 .bubble-element.baTaRzaX0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baTaRzaX0> .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaRzaZ0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  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: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaRzd0 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 4;
}
.b-root .bubble-element.baTaRze0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 300;
  color: rgba(161, 162, 163, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 20px;
  max-height: 24px;
  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.baTaRzj0 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaRzj0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaRzj0 .aspect-ratio {
}
.b-root .bubble-element.baTaRzk0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  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: 5;
}
.b-root .bubble-element.baTaRzl0 {
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  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: 3;
}
.b-root .baTaRzl0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 12px;
}
.b-root .baTaRzl0 .aspect-ratio {
}
.b-root .bubble-element.baTaRzp0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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.baTaRzq0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 24, 39, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  max-height: 24px;
  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.baTaRzr0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(63, 65, 70, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 24px;
  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 .bubble-element.baTaRaWw0 {
  overflow: visible;
  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: 10;
}
.b-root .bubble-element.baTaRaWaL0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 100%;
  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.baTaRaWaU0 {
  overflow: visible;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(228, 228, 228, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 16px 7px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  -moz-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  -o-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  -ms-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  transition: background 200ms ease-out, border-bottom-color 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  order: 1;
  min-height: 48px;
  width: 150px;
  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.baTaRaWaX0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 10px;
  order: 1;
  min-height: 16px;
  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.baTaRaWa0 {
  overflow: visible;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(228, 228, 228, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 16px 7px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  -moz-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  -o-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  -ms-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  transition: background 200ms ease-out, border-bottom-color 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  order: 2;
  min-height: 48px;
  width: 150px;
  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.baTaRaWaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 10px;
  order: 1;
  min-height: 16px;
  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.baTaRaWe0 {
  overflow: visible;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(228, 228, 228, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 16px 7px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  -moz-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  -o-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  -ms-transition: background 200ms ease-out, border-bottom-color 200ms ease;
  transition: background 200ms ease-out, border-bottom-color 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  order: 3;
  min-height: 48px;
  width: 150px;
  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.baTaRaWg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 10px;
  order: 1;
  min-height: 16px;
  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.baTaRaWx0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 1px;
  max-width: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.baTaRod {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 40px 12px 40px;
  opacity: 1;
  -webkit-transition: padding-right 200ms ease-out, padding-left 200ms ease-out;
  -moz-transition: padding-right 200ms ease-out, padding-left 200ms ease-out;
  -o-transition: padding-right 200ms ease-out, padding-left 200ms ease-out;
  -ms-transition: padding-right 200ms ease-out, padding-left 200ms ease-out;
  transition: padding-right 200ms ease-out, padding-left 200ms ease-out;
  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: 7;
}
.b-root .bubble-element.baTaHaSaF0 {
  overflow: visible;
  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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaSaN0 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  min-height: 40px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaHaSaR0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  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.baTcaUx {
  border-radius: 48px;
  -moz-border-radius: 48px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 5;
  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 .baTcaUx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 48px;
}
.b-root .baTcaUx .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaRaTd0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(107,107,107,0);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 240px;
  max-width: 240px;
  order: 10;
  min-height: 0px;
  max-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: 11;
}
.b-root .bubble-element.baTcaVaD {
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  padding: 7px 0px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 180px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTcqv1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 0px 8px 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  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: 10;
}
.b-root .baTcqv1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTcqv1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaRaTh0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  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: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaMeaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaZraR2 {
  visibility: hidden;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  max-width: 240px;
  order: 4;
  min-height: 45px;
  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 .baTaZraR2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaZraR2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTcaVaW {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baTcaVd {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1.33;
  padding: 2px 7px 2px 7px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: start;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: -3px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTcaVaJ {
  color: rgba(0, 0, 0, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTfaHaB1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baTfaHaG1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1.33;
  padding: 2px 7px 2px 7px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: start;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: -3px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTfaHaH1 {
  color: rgba(0, 0, 0, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaSg0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 40px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaHaSj0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 32px;
  visibility: hidden;
  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: 3;
}
.b-root .bubble-element.baTaNnn {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaHaSk0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  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.baTaNuf {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  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: 7;
}
.b-root .bubble-element.baTaHaSn0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  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.baTaNuj {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  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.baTaJaWaK0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  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.baTaQaSaJ0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  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.baTaIaKz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 15px;
  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.baTaTjr2 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 9;
}
.b-root .bubble-element.baTaTjt2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 15px;
  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.baTbqaN1 {
  overflow: visible;
  justify-content: flex-start;
  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: 9;
}
.b-root .bubble-element.baTbqaP1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 15px;
  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.baTaHgaT0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: start;
  min-width: 24px;
  min-height: 24px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaQfaI0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  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: 7;
}
.b-root .bubble-element.baTaQfaN0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 93px;
  max-width: 93px;
  order: 1;
  width: 93px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaQfaN0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaQfaN0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 30%;
}
.b-root .bubble-element.baTaUmaJ1 {
  justify-content: flex-start;
  row-gap: 20px;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 24px 20px 40px 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: 0px;
  max-width: 400px;
  min-height: 200px;
}
.b-root .baTaUmaJ1.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.baTaYzx2 {
  color: rgba(0, 0, 0, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTexo1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 552px;
  min-height: 200px;
}
.b-root .baTexo1.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.baTeui1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 276px;
  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.baTeuj1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 4px;
  order: 1;
  min-height: 24px;
  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.baTeuo1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 276px;
  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.baTeut1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 5;
}
.b-root .bubble-element.baTeuu1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 4px;
  order: 2;
  min-height: 48px;
  width: 4px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTeuu1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTeuu1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTevaS1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 6;
}
.b-root .bubble-element.baTevaY1 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.baTevk1 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  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.baTeve1 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.baTevq1 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  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.baTewaO1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 76px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  letter-spacing: 0.75px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  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 .bubble-element.baTgtaF {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  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: 12;
}
.b-root .bubble-element.baTgsn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  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: 10;
}
.b-root .bubble-element.baTgst {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  color: rgba(96,99,102,1);
  text-align: center;
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  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: 10;
}
.b-root .bubble-element.baTgsz {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 8px 24px 8px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  order: 3;
  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: 11;
}
.b-root .baTgsz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTgsz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaUnaY1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 552px;
  min-height: 200px;
}
.b-root .baTaUnaY1.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.baTaPoaO0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 276px;
  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.baTaPoaR0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 4px;
  order: 1;
  min-height: 24px;
  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.baTaPoaX0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 276px;
  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.baTaPoaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 4px;
  order: 1;
  min-height: 24px;
  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.baTaPoh0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 5;
}
.b-root .bubble-element.baTaPob0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 4px;
  order: 2;
  min-height: 33px;
  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 .baTaPob0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaPob0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaPoe0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 4px;
  order: 1;
  min-height: 33px;
  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 .baTaPoe0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaPoe0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTgjv {
  min-width: 154px;
  max-width: 1128px;
  min-height: 48px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2106;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(173, 173, 176, 0.25);
  border-radius: 8px;
  -moz-border-radius: 8px;
}
.b-root .bubble-element.baTgkaA {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 300px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTgkaG {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 24px 0px 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 4;
}
.b-root .bubble-element.baTgkaL {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(173, 173, 176, 0.5);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 0px 10px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  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.baTgkaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 16px;
  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.baTgmaQ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 24px 10px 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  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: 5;
}
.b-root .baTgmaQ> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTglaJ {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  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: 4;
}
.b-root .baTglaJ> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTglaV {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  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.baTglb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  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.baTglh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  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: 2;
}
.b-root .bubble-element.baTgmaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  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.baTgkaY {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 5px;
  max-width: 5px;
  min-height: 5px;
  max-height: 5px;
  width: 5px;
  height: 5px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHig1 {
  width: initial;
  min-width: 20px;
  min-height: 20px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 0;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.baTaNor {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 4px;
  max-width: 552px;
  min-height: 200px;
}
.b-root .baTaNor.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaNou {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 4px;
  order: 1;
  min-height: 4px;
  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.baTaNox {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 4px;
  order: 1;
  min-height: 4px;
  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.baTaNpaM {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  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: 4;
}
.b-root .bubble-element.baTaNpaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 4px;
  order: 1;
  min-height: 4px;
  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.baTaNpaQ {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 1px;
  order: 4;
  min-height: 4px;
  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 .baTaNpaQ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaNpaQ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaPaFaL0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 40px 16px 40px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 80px;
  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.baTaHpaI0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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.baTaQfaY0 {
  overflow: visible;
  justify-content: flex-start;
  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: 3;
}
.b-root .bubble-element.baTaQfaX0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 93px;
  max-width: 93px;
  order: 1;
  width: 93px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaQfaX0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaQfaX0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 30%;
}
.b-root .bubble-element.baTaQep1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 552px;
  min-height: 200px;
}
.b-root .baTaQep1.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.baTaQeaU1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 276px;
  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.baTaQeaS1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 4px;
  order: 1;
  min-height: 24px;
  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.baTaQeaX1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 276px;
  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.baTaQeaV1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 4px;
  order: 1;
  min-height: 24px;
  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.baTaQeaZ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 5;
}
.b-root .bubble-element.baTaQea1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 4px;
  order: 2;
  min-height: 33px;
  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 .baTaQea1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaQea1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaQeaY1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 4px;
  order: 1;
  min-height: 33px;
  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 .baTaQeaY1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaQeaY1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaWvx1 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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.baTaWwaD1 {
  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: 16px;
  font-weight: 800;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, color 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, color 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, color 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, color 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, color 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 200px;
  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;
}
.b-root .bubble-element.baTaIxaS {
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 10px 10px 10px 10px;
  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: 320px;
  min-height: 320px;
}
.b-root .baTaIxaS> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .baTaIxaS.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaJdaN {
  column-gap: 24px;
  row-gap: 16px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  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: 6;
}
.b-root .baTaJdaN> .group-item {
  min-width: 10px;
  min-height: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.baTaPaWg1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  order: 2;
  min-height: 4px;
  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 .baTaPaWg1input {
}
.b-root .baTaPaWg1 .icon-item {
}
.b-root .baTaPaWg1 label {
}
.b-root .bubble-element.baTaPaWo1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  order: 3;
  min-height: 4px;
  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 .baTaPaWo1input {
}
.b-root .baTaPaWo1 .icon-item {
}
.b-root .baTaPaWo1 label {
}
.b-root .bubble-element.baTaPaWr1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  order: 4;
  min-height: 4px;
  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 .baTaPaWr1input {
}
.b-root .baTaPaWr1 .icon-item {
}
.b-root .baTaPaWr1 label {
}
.b-root .bubble-element.baTaPdt1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  order: 5;
  min-height: 4px;
  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 .baTaPdt1input {
}
.b-root .baTaPdt1 .icon-item {
}
.b-root .baTaPdt1 label {
}
.b-root .bubble-element.baTaLaIaO {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaLaIaO.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaLaIaQ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaLaIaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaLaIaT {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaLaIaU {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaLaIaV {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaLaIaW {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaLaIaW .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaIaW .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaIaX {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaLaIaX .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaIaX .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaNaCaF0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 200px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaNaCaF0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaNaCaH0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaNaCaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaNaCaK0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaNaCaL0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaNaCaM0 {
  overflow: visible;
  justify-content: center;
  row-gap: 8px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaNaCaN0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaNaCaN0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaNaCaN0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaNaCaO0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaNaCaO0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaNaCaO0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaOaLu0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 80px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 40px 40px 40px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  order: 9;
  min-height: 150px;
  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.baTaHaXaO0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_primary_contrast_default);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1200px;
  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.baTaHbf1 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaHnaX0 {
  overflow: visible;
  justify-content: center;
  row-gap: 8px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 20.03125px;
  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.baTaHbaW1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  color: rgba(173,173,176,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaHnh0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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: 5;
}
.b-root .bubble-element.baTaHnn0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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: 6;
}
.b-root .bubble-element.baThaYaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  color: rgba(173,173,176,1);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 10px;
  order: 6;
  min-height: 14px;
  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.baThaYaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  color: rgba(173,173,176,1);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 10px;
  order: 7;
  min-height: 14px;
  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.baThaYg0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  color: rgba(173,173,176,1);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 10px;
  order: 8;
  min-height: 14px;
  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.baTaTlaL1 {
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  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: 587px;
  max-width: 587px;
  min-height: 347px;
}
.b-root .baTaTlaL1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .baTaTlaL1.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaTlaR1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 2;
  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: 2;
}
.b-root .baTaTlaR1input {
}
.b-root .baTaTlaR1 .icon-item {
}
.b-root .baTaTlaR1 label {
}
.b-root .bubble-element.baTaaCv1 {
  gap: 1px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 1;
  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: 3;
}
.b-root .baTaaCv1> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baTaZgt2 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 1200px;
  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: 6;
}
.b-root .bubble-element.baTaZhaL2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 3;
}
.b-root .bubble-element.baThaYt0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 36px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  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: 6;
}
.b-root .bubble-element.baThaYy0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 24px;
  visibility: hidden;
  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: 3;
}
.b-root .bubble-element.baThaZaL0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  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.baThaZaP0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  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.baThaw0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  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.baThbaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  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.baThbaN0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 8;
}
.b-root .bubble-element.baThbaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.5;
  padding: 8px 0px 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  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.baThaZd0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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.baThaZh0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 1;
  width: 56px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baThaZh0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baThaZh0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 92.85714285714286%;
}
.b-root .bubble-element.baThaVz0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  order: 4;
  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: 6;
}
.b-root .bubble-element.baThaWaE0 {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 4;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baThaWaF0 {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baThaWaJ0 {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baThaWaK0 {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 5;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baThaWaL0 {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaPmaI0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  order: 8;
  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.baTaIqs {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 600px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 72px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKyn {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 32px 56px 40px 56px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 280px;
  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.baTaNaRaD0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1128px;
  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: 20;
}
.b-root .bubble-element.baTaNaRaJ0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 600px;
  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: 20;
}
.b-root .bubble-element.baTaLhaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 24px 16px 24px;
  opacity: 1;
  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: 19;
}
.b-root .bubble-element.baTaKzaW {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 552px;
  order: 3;
  min-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: 6;
}
.b-root .bubble-element.baTaKzaL {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 32px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  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: 4;
}
.b-root .bubble-element.baTaJzo {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  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: 4;
}
.b-root .bubble-element.baTaJzi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaJzl {
  border-radius: 24px;
  -moz-border-radius: 24px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  max-width: 96px;
  order: 2;
  min-height: 96px;
  max-height: 96px;
  height: 96px;
  flex-grow: 1;
  width: 96px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaJzl img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 24px;
}
.b-root .baTaJzl .aspect-ratio {
}
.b-root .bubble-element.baTaNaEg0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 3;
  min-height: 24px;
  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.baTaNaEi0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaUfh {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 30;
}
.b-root .bubble-element.baTaUfm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaAaW {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 170px;
  order: 5;
  min-height: 48px;
  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.baTaJzt {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 11px 15px 11px 15px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: end;
  justify-self: center;
  min-width: 20px;
  min-height: 48px;
  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.baTaJzw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(12, 21, 38, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 20px;
  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.baTaVaRaS2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 1px;
  max-width: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaKaFu {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  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: 11;
}
.b-root .bubble-element.baTaKaBaB {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 168px;
  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.baTaKaBaG {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 3;
  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.baTaKaBaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOkaW0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 30;
}
.b-root .bubble-element.baTaOkaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaBw {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 9;
  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: 11;
}
.b-root .bubble-element.baTaKaBy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaKaCaE {
  overflow: visible;
  visibility: hidden;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(161, 162, 163, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 19px 39px 19px 39px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 410px;
  order: 4;
  min-height: 128px;
  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.baTaKaCaJ {
  overflow: visible;
  justify-content: center;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 20px;
  min-height: 20px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaCaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 24px;
  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.baTaKaCaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 24px;
  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.baTaLaVaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 7;
  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: 33;
}
.b-root .bubble-element.baTaLaVaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(12, 21, 38, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaLaVaW {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 24px;
  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.baTaLaVaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaMzp0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 8;
  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: 34;
}
.b-root .bubble-element.baTaMzt0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaBr {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 6;
  min-height: 24px;
  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.baTaKaBl {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  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: 7;
}
.b-root .baTaKaBlinput {
}
.b-root .baTaKaBl .icon-item {
}
.b-root .baTaKaBl label {
}
.b-root .bubble-element.baTaKaBo {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 24px;
  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.baTaPaTe0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 552px;
  order: 3;
  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: 14;
}
.b-root .bubble-element.baTaKaHaY {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 4;
  min-height: 20px;
  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: 4;
}
.b-root .baTaKaHaY> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.baTaKaGk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  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: 2;
}
.b-root .bubble-element.baTaKaGn {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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 .baTaKaGn> .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKaIaR {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaKaGq {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaGqinput {
}
.b-root .baTaKaGq .icon-item {
}
.b-root .baTaKaGq label {
}
.b-root .bubble-element.baTaKaHd {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 5;
  min-height: 20px;
  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 .baTaKaHd> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.baTaKaHf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaHg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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 .baTaKaHg> .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKaHh {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaHhinput {
}
.b-root .baTaKaHh .icon-item {
}
.b-root .baTaKaHh label {
}
.b-root .bubble-element.baTaKaHj {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 7;
  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: 6;
}
.b-root .bubble-element.baTaKaHl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaHp {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 10;
  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: 7;
}
.b-root .bubble-element.baTaKaHr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaJb0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 20px;
  order: 5;
  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;
}
.b-root .bubble-element.baTaKaJe0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 8;
  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: 8;
}
.b-root .bubble-element.baTaKaJg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 3;
  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: 2;
}
.b-root .bubble-element.baTaKaJn0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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: 4;
}
.b-root .bubble-element.baTaKaJr0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  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: 4;
}
.b-root .baTaKaJr0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaJr0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaPiaA1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(197, 197, 198, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 16px 8px 16px 8px;
  opacity: 1;
  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: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaKjaG {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 36px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  order: 1;
  min-height: 12px;
  width: 25px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baTaKjaG> .group-item {
  min-height: 36px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKjaK {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 21, 38, 1);
  border-radius: 99px;
  -moz-border-radius: 99px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 552px;
  order: 1;
  min-height: 28px;
  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.baTaKjaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 16px;
  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.baTaKaKy0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaKaKy0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaLaF0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaKaLaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaLaJ0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaKaLaM0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKaLc0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaKaLaW0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaKaLaW0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaLaW0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaLaZ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaKaLaZ0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaLaZ0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaUi {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  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: 320px;
  min-height: 320px;
}
.b-root .baTaLaUi.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaLaUl {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  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: 2;
}
.b-root .baTaLaUlinput {
}
.b-root .baTaLaUl .icon-item {
}
.b-root .baTaLaUl label {
}
.b-root .bubble-element.baTaLaUr {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  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: 3;
}
.b-root .baTaLaUrinput {
}
.b-root .baTaLaUr .icon-item {
}
.b-root .baTaLaUr label {
}
.b-root .bubble-element.baTaLaUu {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 3;
  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: 4;
}
.b-root .baTaLaUuinput {
}
.b-root .baTaLaUu .icon-item {
}
.b-root .baTaLaUu label {
}
.b-root .bubble-element.baTaLaUx {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 4;
  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: 5;
}
.b-root .baTaLaUxinput {
}
.b-root .baTaLaUx .icon-item {
}
.b-root .baTaLaUx label {
}
.b-root .bubble-element.baTaLaVaA {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 6;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaLaVaAinput {
}
.b-root .baTaLaVaA .icon-item {
}
.b-root .baTaLaVaA label {
}
.b-root .bubble-element.baTaNaEaU0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 5;
  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: 7;
}
.b-root .baTaNaEaU0input {
}
.b-root .baTaNaEaU0 .icon-item {
}
.b-root .baTaNaEaU0 label {
}
.b-root .bubble-element.baTaRlr0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 7;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaRlr0input {
}
.b-root .baTaRlr0 .icon-item {
}
.b-root .baTaRlr0 label {
}
.b-root .bubble-element.baTaRaVa0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(114, 115, 118, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  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: 3;
}
.b-root .bubble-element.baTaRaVf0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 16px;
  order: 1;
  min-height: 16px;
  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.baTaRaVh0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  min-height: 16px;
  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.baTaKaFaN {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 68px;
  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.baTaKaFaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  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: 12;
}
.b-root .bubble-element.baTaKaFaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOka0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 30;
}
.b-root .bubble-element.baTaOkf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaFaZ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 4;
  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: 14;
}
.b-root .bubble-element.baTaKaFb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaKaFc {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaOki0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 31;
}
.b-root .bubble-element.baTaOkk0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaDp {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 168px;
  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.baTaKaDr {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 3;
  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: 7;
}
.b-root .bubble-element.baTaKaDs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOjt0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 29;
}
.b-root .bubble-element.baTaOjy0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaDx {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 7;
  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.baTaKaDy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOkaI0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 30;
}
.b-root .bubble-element.baTaOkaN0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaEaR {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 8;
  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: 13;
}
.b-root .bubble-element.baTaKaEaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaKaEaU {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaKaGaY {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 4;
  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: 14;
}
.b-root .bubble-element.baTaKaGa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOkaB0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 30;
}
.b-root .bubble-element.baTaOkaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaGd {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 5;
  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: 15;
}
.b-root .bubble-element.baTaKaGf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOkaG0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 30;
}
.b-root .bubble-element.baTaOkaF0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaPaEaM1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 6;
  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: 16;
}
.b-root .bubble-element.baTaPaEaR1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaPaEaT1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 30;
}
.b-root .bubble-element.baTaPaEaU1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaDu {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  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: 8;
}
.b-root .bubble-element.baTaKaDv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaKaDw {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaOja0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 27;
}
.b-root .bubble-element.baTaOjc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaEaM {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 7;
  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: 12;
}
.b-root .bubble-element.baTaKaEaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOkaO0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 16px;
  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: 30;
}
.b-root .bubble-element.baTaOkaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaAf {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 6;
  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: 7;
}
.b-root .bubble-element.baTaKaAh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOjr0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 29;
}
.b-root .bubble-element.baTaOjq0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaNaFaR0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 17;
}
.b-root .bubble-element.baTaNaFaF0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 1;
  min-height: 20px;
  width: 96px;
  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.baTaNaFaH0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaNaFaI0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaOje0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 28;
}
.b-root .bubble-element.baTaOjj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaNaFaM0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 2;
  min-height: 20px;
  width: 96px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baTaNaFaO0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaNaFaP0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaOjm0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 29;
}
.b-root .bubble-element.baTaOjo0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaNaEa0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 100px 16px;
  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: 320px;
  min-height: 320px;
}
.b-root .baTaNaEa0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaNaEd0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaNaEd0input {
}
.b-root .baTaNaEd0 .icon-item {
}
.b-root .baTaNaEd0 label {
}
.b-root .bubble-element.baTaNaFaC0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaFaC0input {
}
.b-root .baTaNaFaC0 .icon-item {
}
.b-root .baTaNaFaC0 label {
}
.b-root .bubble-element.baTaNaFaW0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 4;
  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: 4;
}
.b-root .baTaNaFaW0input {
}
.b-root .baTaNaFaW0 .icon-item {
}
.b-root .baTaNaFaW0 label {
}
.b-root .bubble-element.baTaNaFaZ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 5;
  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: 5;
}
.b-root .baTaNaFaZ0input {
}
.b-root .baTaNaFaZ0 .icon-item {
}
.b-root .baTaNaFaZ0 label {
}
.b-root .bubble-element.baTaNaFc0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 6;
  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: 6;
}
.b-root .baTaNaFc0input {
}
.b-root .baTaNaFc0 .icon-item {
}
.b-root .baTaNaFc0 label {
}
.b-root .bubble-element.baTaNaFf0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 7;
  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: 7;
}
.b-root .baTaNaFf0input {
}
.b-root .baTaNaFf0 .icon-item {
}
.b-root .baTaNaFf0 label {
}
.b-root .bubble-element.baTaNaFl0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 9;
  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 .baTaNaFl0input {
}
.b-root .baTaNaFl0 .icon-item {
}
.b-root .baTaNaFl0 label {
}
.b-root .bubble-element.baTaNaFo0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 10;
  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: 10;
}
.b-root .baTaNaFo0input {
}
.b-root .baTaNaFo0 .icon-item {
}
.b-root .baTaNaFo0 label {
}
.b-root .bubble-element.baTaNaFr0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 12;
  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: 11;
}
.b-root .baTaNaFr0input {
}
.b-root .baTaNaFr0 .icon-item {
}
.b-root .baTaNaFr0 label {
}
.b-root .bubble-element.baTaNaFu0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 13;
  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: 12;
}
.b-root .baTaNaFu0input {
}
.b-root .baTaNaFu0 .icon-item {
}
.b-root .baTaNaFu0 label {
}
.b-root .bubble-element.baTaNaFx0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 14;
  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: 13;
}
.b-root .baTaNaFx0input {
}
.b-root .baTaNaFx0 .icon-item {
}
.b-root .baTaNaFx0 label {
}
.b-root .bubble-element.baTaNaGaA0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 15;
  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: 14;
}
.b-root .baTaNaGaA0input {
}
.b-root .baTaNaGaA0 .icon-item {
}
.b-root .baTaNaGaA0 label {
}
.b-root .bubble-element.baTaNaGaK0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 17;
  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: 15;
}
.b-root .baTaNaGaK0input {
}
.b-root .baTaNaGaK0 .icon-item {
}
.b-root .baTaNaGaK0 label {
}
.b-root .bubble-element.baTaNaGaN0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 18;
  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: 16;
}
.b-root .baTaNaGaN0input {
}
.b-root .baTaNaGaN0 .icon-item {
}
.b-root .baTaNaGaN0 label {
}
.b-root .bubble-element.baTaNaGaQ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 11;
  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 .baTaNaGaQ0input {
}
.b-root .baTaNaGaQ0 .icon-item {
}
.b-root .baTaNaGaQ0 label {
}
.b-root .bubble-element.baTaNaGaT0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 19;
  min-height: 20px;
  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: 18;
}
.b-root .baTaNaGaT0input {
}
.b-root .baTaNaGaT0 .icon-item {
}
.b-root .baTaNaGaT0 label {
}
.b-root .bubble-element.baTaNaHaL0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 200px;
  order: 20;
  min-height: 45px;
  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.baTaOgq0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 25;
  min-height: 20px;
  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: 19;
}
.b-root .baTaOgq0input {
}
.b-root .baTaOgq0 .icon-item {
}
.b-root .baTaOgq0 label {
}
.b-root .bubble-element.baTaPaEa1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 16;
  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: 20;
}
.b-root .baTaPaEa1input {
}
.b-root .baTaPaEa1 .icon-item {
}
.b-root .baTaPaEa1 label {
}
.b-root .bubble-element.baTaPlw0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 21;
  min-height: 20px;
  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: 21;
}
.b-root .baTaPlw0input {
}
.b-root .baTaPlw0 .icon-item {
}
.b-root .baTaPlw0 label {
}
.b-root .bubble-element.baTaRmaP0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 22;
  min-height: 20px;
  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: 21;
}
.b-root .baTaRmaP0input {
}
.b-root .baTaRmaP0 .icon-item {
}
.b-root .baTaRmaP0 label {
}
.b-root .bubble-element.baTaUgb {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 23;
  min-height: 20px;
  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: 19;
}
.b-root .baTaUgbinput {
}
.b-root .baTaUgb .icon-item {
}
.b-root .baTaUgb label {
}
.b-root .bubble-element.baTaUgh {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 24;
  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: 19;
}
.b-root .baTaUghinput {
}
.b-root .baTaUgh .icon-item {
}
.b-root .baTaUgh label {
}
.b-root .bubble-element.baTaVaWj {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaVaWjinput {
}
.b-root .baTaVaWj .icon-item {
}
.b-root .baTaVaWj label {
}
.b-root .bubble-element.baTaRaVaL0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(114, 115, 118, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  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: 3;
}
.b-root .bubble-element.baTaRaVaQ0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 16px;
  order: 1;
  min-height: 16px;
  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.baTaRaVaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(12, 21, 38, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  min-height: 16px;
  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.baTaRaVaR0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 6;
  min-height: 16px;
  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.baTaVaRf2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 14;
}
.b-root .bubble-element.baTaVaRaH2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 301px;
  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.baTaVaRv2 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaVaSaB2 {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: default;
  align-self: flex-start;
  min-width: 150px;
  order: 6;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baTaVaSaB2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaVaSaB2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaVaWaV {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 7;
  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: 8;
}
.b-root .bubble-element.baTaVaWaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaVaWb {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaVaWc {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 27;
}
.b-root .bubble-element.baTaVaWd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaVaYaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 20px;
  order: 5;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaKzaO {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  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: 5;
}
.b-root .bubble-element.baTaKaCn {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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.baTaKaCh {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTJvB1_default);
  font-size: 24px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaCk {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: rgba(63, 65, 70, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 20px;
  order: 4;
  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: 3;
}
.b-root .bubble-element.baTaKaEz {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTJvB1_default);
  font-size: 44px;
  font-weight: 600;
  color: rgba(12, 21, 38, 1);
  letter-spacing: -0.88px;
  line-height: 1.27;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 3;
  min-height: 24px;
  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.baTaPiaH1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 24px;
  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.baTaKaEe {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 3;
  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: 18;
}
.b-root .bubble-element.baTaKaCs {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 14px;
  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: 15;
}
.b-root .bubble-element.baTaKaCu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(16, 21, 44, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 14px;
  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.baTaKaDaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 20px;
  order: 4;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaKaDaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 14px;
  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: 16;
}
.b-root .bubble-element.baTaKaDaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(16, 21, 44, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 14px;
  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.baTaKaDaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 20px;
  order: 4;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaKaDaO {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 14px;
  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.baTaKaDaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(16, 21, 44, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 14px;
  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.baTaKaDaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 20px;
  order: 4;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaRra {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 4;
  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: 11;
}
.b-root .bubble-element.baTaRrf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaRrg {
  overflow: visible;
  visibility: hidden;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(161, 162, 163, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 19px 39px 19px 39px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 410px;
  order: 4;
  min-height: 128px;
  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.baTaRrh {
  overflow: visible;
  justify-content: center;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 20px;
  min-height: 20px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaRrm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 24px;
  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.baTaRrn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, color 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 24px;
  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.baTaRrs {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 7;
  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: 33;
}
.b-root .bubble-element.baTaRrt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(12, 21, 38, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaRrx {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 24px;
  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.baTaRry {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaRsaD {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 8;
  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: 34;
}
.b-root .bubble-element.baTaRsaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaEk {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 200px;
  order: 4;
  min-height: 200px;
  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: 19;
}
.b-root .bubble-element.baTaKaEm {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 14px;
  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: 15;
}
.b-root .bubble-element.baTaKaEn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(16, 21, 44, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 14px;
  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.baTaKaEp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 20px;
  order: 4;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaNaBk0 {
  justify-content: flex-start;
  row-gap: 4px;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  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: 400px;
  min-height: 320px;
}
.b-root .baTaNaBk0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaNaBn0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  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: 2;
}
.b-root .baTaNaBn0input {
}
.b-root .baTaNaBn0 .icon-item {
}
.b-root .baTaNaBn0 label {
}
.b-root .bubble-element.baTaNaBq0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  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: 3;
}
.b-root .baTaNaBq0input {
}
.b-root .baTaNaBq0 .icon-item {
}
.b-root .baTaNaBq0 label {
}
.b-root .bubble-element.baTaNaBt0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 3;
  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: 4;
}
.b-root .baTaNaBt0input {
}
.b-root .baTaNaBt0 .icon-item {
}
.b-root .baTaNaBt0 label {
}
.b-root .bubble-element.baTaNaBw0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 4;
  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: 5;
}
.b-root .baTaNaBw0input {
}
.b-root .baTaNaBw0 .icon-item {
}
.b-root .baTaNaBw0 label {
}
.b-root .bubble-element.baTaNaBz0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 7;
  min-height: 20px;
  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 .baTaNaBz0input {
}
.b-root .baTaNaBz0 .icon-item {
}
.b-root .baTaNaBz0 label {
}
.b-root .bubble-element.baTaNaHd0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 200px;
  order: 8;
  min-height: 45px;
  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.baTaPle0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  order: 9;
  min-height: 4px;
  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 .baTaPle0input {
}
.b-root .baTaPle0 .icon-item {
}
.b-root .baTaPle0 label {
}
.b-root .bubble-element.baTaRsp {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 6;
  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: 5;
}
.b-root .baTaRspinput {
}
.b-root .baTaRsp .icon-item {
}
.b-root .baTaRsp label {
}
.b-root .bubble-element.baTaRtaR {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 5;
  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: 5;
}
.b-root .baTaRtaRinput {
}
.b-root .baTaRtaR .icon-item {
}
.b-root .baTaRtaR label {
}
.b-root .bubble-element.baTaRaVaU0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(114, 115, 118, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  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: 3;
}
.b-root .bubble-element.baTaRaVaZ0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 16px;
  order: 1;
  min-height: 16px;
  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.baTaRaVb0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  min-height: 16px;
  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.baTaKzaE {
  overflow: visible;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaLfaU {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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.baTaKzaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTJvB1_default);
  font-size: 24px;
  font-weight: 600;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 24px;
  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.baTaLfaO {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 8px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  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.baTaLfaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(12, 21, 38, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 16px;
  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.baTaLhaY {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 400;
  color: rgba(63, 65, 70, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 24px;
  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.baTaKzs {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 552px;
  order: 5;
  min-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: 11;
}
.b-root .bubble-element.baTaLaAaN {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1128px;
  order: 6;
  min-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: 12;
}
.b-root .bubble-element.baTaLaAaR {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 48px;
  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 .baTaLaAaR> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 24px;
}
.b-root .bubble-element.baTaKaRaT0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaKaRaT0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaRaU0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaKaRaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaRaX0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaKaRaY0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKaRaZ0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaKaRa0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaKaRa0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaRa0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaRb0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaKaRb0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaRb0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaRr0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaKaRr0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaRt0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaKaRu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaRw0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaKaRx0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKaRy0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaKaRz0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaKaRz0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaRz0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaSaA0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaKaSaA0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaSaA0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaSaP0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 616px;
  min-height: 100px;
}
.b-root .baTaKaSaP0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaSaR0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaKaSaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaSaU0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  order: 3;
  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: 4;
}
.b-root .bubble-element.baTaKaSaW0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 20px;
  order: 27;
  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.baTaKaSaX0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaKaSaX0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaSaX0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaSaY0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaKaSaY0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaSaY0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaSaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKaSo0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 7;
  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: 16;
}
.b-root .bubble-element.baTaKaSq0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOiaR0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 7;
  min-height: 16px;
  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.baTaOiaQ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaSt0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 6;
  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: 16;
}
.b-root .bubble-element.baTaKaSv0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaKaSw0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaOiaM0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 7;
  min-height: 16px;
  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.baTaOiaO0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaSy0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 8;
  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.baTaKaTaA0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaKaTaB0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaOiaT0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 7;
  min-height: 16px;
  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.baTaOiaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaTaH0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 11;
  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: 18;
}
.b-root .bubble-element.baTaKaTaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOib0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 7;
  min-height: 16px;
  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.baTaOid0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaTaP0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 12;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 8px);
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .baTaKaTaP0input {
}
.b-root .baTaKaTaP0 .icon-item {
}
.b-root .baTaKaTaP0 label {
}
.b-root .bubble-element.baTaKaUe0 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 15;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.baTaKaUh0 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 16;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.baTaKaUl0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 20;
  min-height: 14px;
  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: 18;
}
.b-root .bubble-element.baTaKaUn0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(16, 21, 44, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 14px;
  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.baTaKaUp0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 20px;
  order: 5;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaOix0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 26;
}
.b-root .bubble-element.baTaOjaC0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaOii0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 30;
}
.b-root .bubble-element.baTaKaUaQ0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  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: 26;
}
.b-root .bubble-element.baTaKaTe0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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: 24;
}
.b-root .bubble-element.baTaKaTaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaUaL0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  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: 25;
}
.b-root .bubble-element.baTaOig0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  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.baTaOif0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaOiq0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 18;
  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: 31;
}
.b-root .bubble-element.baTaKaUaV0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  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: 27;
}
.b-root .bubble-element.baTaKaUaX0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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: 24;
}
.b-root .bubble-element.baTaKaUaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaUa0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  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: 25;
}
.b-root .bubble-element.baTaOir0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  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: 26;
}
.b-root .bubble-element.baTaOiw0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaSwr0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(114, 115, 118, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  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: 3;
}
.b-root .bubble-element.baTaSwt0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 16px;
  order: 1;
  min-height: 16px;
  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.baTaSwy0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  min-height: 16px;
  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.baTaKaVh0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 4;
}
.b-root .baTaKaVh0> .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKaVe0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 231, 1);
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  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: 16px;
  z-index: 1;
}
.b-root .bubble-element.baTaKaVl0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  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: 2;
}
.b-root .baTaKaVl0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaVl0 .aspect-ratio {
}
.b-root .bubble-element.baTaKaVo0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 3;
  min-height: 40px;
  width: 50px;
  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.baTaKaWaA0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 3;
  min-height: 24px;
  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.baTaKaVu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(63, 65, 70, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaVx0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(63, 65, 70, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 4;
  min-height: 24px;
  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.baTaKaWaI0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 8px;
  max-width: 8px;
  order: 3;
  min-height: 8px;
  max-height: 8px;
  width: 8px;
  flex-grow: 1;
  height: 8px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaKaWaL0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 4;
  min-height: 24px;
  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.baTaKaWaN0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(82, 84, 91, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaWaO0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(82, 84, 91, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 4;
  min-height: 24px;
  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.baTaKaWaP0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 3;
  min-height: 4px;
  max-height: 4px;
  width: 12px;
  flex-grow: 1;
  height: 4px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaKaWaS0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  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: 7;
}
.b-root .bubble-element.baTaKaWaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(82, 84, 91, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaWaY0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 6;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaKaWa0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(82, 84, 91, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 24px;
  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.baTaRnv {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 4px;
  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: 9;
}
.b-root .bubble-element.baTaKaVr0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 24, 39, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaWo0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 24px;
  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.baTaPaDo0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaPaDo0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaPaDo0 .aspect-ratio {
}
.b-root .bubble-element.baTaKaXd0 {
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  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: 475px;
  max-width: 475px;
  min-height: 323px;
}
.b-root .baTaKaXd0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaYaN0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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: 34;
}
.b-root .bubble-element.baTaKaYaD0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 200px;
  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: 31;
}
.b-root .bubble-element.baTaKaYaJ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 5;
  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: 33;
}
.b-root .baTaKaYaJ0input {
}
.b-root .baTaKaYaJ0 .icon-item {
}
.b-root .baTaKaYaJ0 label {
}
.b-root .bubble-element.baTaKaYaU0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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: 34;
}
.b-root .bubble-element.baTaKaYaA0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  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: 30;
}
.b-root .baTaKaYaA0input {
}
.b-root .baTaKaYaA0 .icon-item {
}
.b-root .baTaKaYaA0 label {
}
.b-root .bubble-element.baTaKaYaG0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  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: 32;
}
.b-root .baTaKaYaG0input {
}
.b-root .baTaKaYaG0 .icon-item {
}
.b-root .baTaKaYaG0 label {
}
.b-root .bubble-element.baTaKaYaZ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 3;
  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: 33;
}
.b-root .baTaKaYaZ0input {
}
.b-root .baTaKaYaZ0 .icon-item {
}
.b-root .baTaKaYaZ0 label {
}
.b-root .bubble-element.baTaKaYc0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 4;
  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: 34;
}
.b-root .baTaKaYc0input {
}
.b-root .baTaKaYc0 .icon-item {
}
.b-root .baTaKaYc0 label {
}
.b-root .bubble-element.baTaKaYf0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 5;
  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: 35;
}
.b-root .baTaKaYf0input {
}
.b-root .baTaKaYf0 .icon-item {
}
.b-root .baTaKaYf0 label {
}
.b-root .bubble-element.baTaKaYi0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 6;
  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: 36;
}
.b-root .baTaKaYi0input {
}
.b-root .baTaKaYi0 .icon-item {
}
.b-root .baTaKaYi0 label {
}
.b-root .bubble-element.baTaKaYl0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 7;
  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: 37;
}
.b-root .baTaKaYl0input {
}
.b-root .baTaKaYl0 .icon-item {
}
.b-root .baTaKaYl0 label {
}
.b-root .bubble-element.baTaKaYo0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 8;
  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: 38;
}
.b-root .baTaKaYo0input {
}
.b-root .baTaKaYo0 .icon-item {
}
.b-root .baTaKaYo0 label {
}
.b-root .bubble-element.baTaKaYr0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 9;
  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: 39;
}
.b-root .baTaKaYr0input {
}
.b-root .baTaKaYr0 .icon-item {
}
.b-root .baTaKaYr0 label {
}
.b-root .bubble-element.baTaKaYu0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 10;
  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: 40;
}
.b-root .baTaKaYu0input {
}
.b-root .baTaKaYu0 .icon-item {
}
.b-root .baTaKaYu0 label {
}
.b-root .bubble-element.baTaLaAaU {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1128px;
  order: 7;
  min-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: 13;
}
.b-root .bubble-element.baTaLaAc {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 48px;
  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 .baTaLaAc> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 24px;
}
.b-root .bubble-element.baTaKaZaU0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaKaZaU0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaZaV0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaKaZaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaZaY0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaKaZaZ0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKaZa0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaKaZb0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaKaZb0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaZb0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaZc0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaKaZc0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaZc0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaZd0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaKaZd0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaZe0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaKaZf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaZh0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaKaZi0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKaZj0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaKaZk0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaKaZk0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaZk0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaZl0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaKaZl0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaZl0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaZp0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 616px;
  min-height: 100px;
}
.b-root .baTaKaZp0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaZq0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaKaZr0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaZt0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  order: 3;
  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: 4;
}
.b-root .bubble-element.baTaKaZu0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 20px;
  order: 24;
  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.baTaKaZv0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaKaZv0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaZv0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaZw0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaKaZw0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaZw0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaZx0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: var(--color_text_default);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKaZy0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 6;
  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: 16;
}
.b-root .bubble-element.baTaKaZz0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOkn0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 31;
}
.b-root .bubble-element.baTaOkm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaaB0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 7;
  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: 16;
}
.b-root .bubble-element.baTaKaaC0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaKaaD0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaOkp0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 16px;
  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: 32;
}
.b-root .bubble-element.baTaOku0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaaH0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 11;
  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: 18;
}
.b-root .bubble-element.baTaKaaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOlaB0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 16px;
  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: 34;
}
.b-root .bubble-element.baTaOlaG0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaKaaK0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 12;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 8px);
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .baTaKaaK0input {
}
.b-root .baTaKaaK0 .icon-item {
}
.b-root .baTaKaaK0 label {
}
.b-root .bubble-element.baTaKaaL0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  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: 26;
}
.b-root .bubble-element.baTaKaaM0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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: 24;
}
.b-root .bubble-element.baTaKaaN0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaaP0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  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: 25;
}
.b-root .bubble-element.baTaKaaS0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 16;
  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: 27;
}
.b-root .bubble-element.baTaKaaT0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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: 24;
}
.b-root .bubble-element.baTaKaaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaaW0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  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: 25;
}
.b-root .bubble-element.baTaKaaZ0 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 14;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.baTaKaa0 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 15;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.baTaKaaE0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96px;
  order: 8;
  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.baTaKaaF0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  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.baTaOaLaY0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  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: 6;
}
.b-root .bubble-element.baTaOkx0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 16px;
  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: 33;
}
.b-root .bubble-element.baTaOkz0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: var(--color_destructive_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  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.baTaSwf0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(114, 115, 118, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  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: 3;
}
.b-root .bubble-element.baTaSwh0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 16px;
  order: 1;
  min-height: 16px;
  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.baTaSwm0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  min-height: 16px;
  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.baTaKaf0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 40px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 4;
}
.b-root .baTaKaf0> .group-item {
  min-height: 40px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKag0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 231, 1);
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  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: 16px;
  z-index: 1;
}
.b-root .bubble-element.baTaKah0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  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: 2;
}
.b-root .baTaKah0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKah0 .aspect-ratio {
}
.b-root .bubble-element.baTaKai0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 3;
  min-height: 40px;
  width: 50px;
  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.baTaKak0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 3;
  min-height: 24px;
  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.baTaKal0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(63, 65, 70, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKam0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(63, 65, 70, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 4;
  min-height: 24px;
  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.baTaKan0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 8px;
  max-width: 8px;
  order: 3;
  min-height: 8px;
  max-height: 8px;
  width: 8px;
  flex-grow: 1;
  height: 8px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaKao0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 4;
  min-height: 24px;
  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.baTaKap0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(82, 84, 91, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaq0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(82, 84, 91, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 4;
  min-height: 24px;
  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.baTaKar0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 3;
  min-height: 4px;
  max-height: 4px;
  width: 12px;
  flex-grow: 1;
  height: 4px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaKas0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  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: 7;
}
.b-root .bubble-element.baTaKat0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(82, 84, 91, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaRoaB {
  overflow: visible;
  justify-content: flex-start;
  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: 8;
}
.b-root .bubble-element.baTaKaj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 24, 39, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKax0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 24px;
  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.baTaPaDr0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTaPaDr0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaPaDr0 .aspect-ratio {
}
.b-root .bubble-element.baTaKbaA0 {
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  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: 475px;
  max-width: 475px;
  min-height: 323px;
}
.b-root .baTaKbaA0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKbaB0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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: 34;
}
.b-root .bubble-element.baTaKbaC0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 200px;
  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: 31;
}
.b-root .bubble-element.baTaKbaD0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 5;
  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: 33;
}
.b-root .baTaKbaD0input {
}
.b-root .baTaKbaD0 .icon-item {
}
.b-root .baTaKbaD0 label {
}
.b-root .bubble-element.baTaKbaE0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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: 34;
}
.b-root .bubble-element.baTaKbaF0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  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: 30;
}
.b-root .baTaKbaF0input {
}
.b-root .baTaKbaF0 .icon-item {
}
.b-root .baTaKbaF0 label {
}
.b-root .bubble-element.baTaKbaG0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  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: 32;
}
.b-root .baTaKbaG0input {
}
.b-root .baTaKbaG0 .icon-item {
}
.b-root .baTaKbaG0 label {
}
.b-root .bubble-element.baTaKbaH0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 3;
  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: 33;
}
.b-root .baTaKbaH0input {
}
.b-root .baTaKbaH0 .icon-item {
}
.b-root .baTaKbaH0 label {
}
.b-root .bubble-element.baTaKbaI0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 4;
  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: 34;
}
.b-root .baTaKbaI0input {
}
.b-root .baTaKbaI0 .icon-item {
}
.b-root .baTaKbaI0 label {
}
.b-root .bubble-element.baTaKbaJ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 5;
  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: 35;
}
.b-root .baTaKbaJ0input {
}
.b-root .baTaKbaJ0 .icon-item {
}
.b-root .baTaKbaJ0 label {
}
.b-root .bubble-element.baTaKbaK0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 6;
  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: 36;
}
.b-root .baTaKbaK0input {
}
.b-root .baTaKbaK0 .icon-item {
}
.b-root .baTaKbaK0 label {
}
.b-root .bubble-element.baTaKbaL0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 7;
  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: 37;
}
.b-root .baTaKbaL0input {
}
.b-root .baTaKbaL0 .icon-item {
}
.b-root .baTaKbaL0 label {
}
.b-root .bubble-element.baTaKbaM0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 8;
  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: 38;
}
.b-root .baTaKbaM0input {
}
.b-root .baTaKbaM0 .icon-item {
}
.b-root .baTaKbaM0 label {
}
.b-root .bubble-element.baTaKbaN0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 9;
  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: 39;
}
.b-root .baTaKbaN0input {
}
.b-root .baTaKbaN0 .icon-item {
}
.b-root .baTaKbaN0 label {
}
.b-root .bubble-element.baTaLaAaY {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 552px;
  order: 8;
  min-height: 100px;
  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: 14;
}
.b-root .bubble-element.baTaLaAf {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 50px;
  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 .baTaLaAf> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 32px;
}
.b-root .bubble-element.baTaKaMaJ0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaKaMaJ0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaMaK0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaKaMaL0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaMaN0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaKaMaO0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKaMaP0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaKaMaQ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaKaMaQ0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaMaQ0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaMaR0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaKaMaR0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaMaR0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaLp0 {
  column-gap: 24px;
  row-gap: 12px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 552px;
  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 .baTaKaLp0> .group-item {
  min-width: 100px;
  min-height: 40px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baTaKaLq0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(250,250,250,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 264px;
  max-width: 264px;
  order: 1;
  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: 3;
}
.b-root .bubble-element.baTaKaNaI0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaOaI0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 4;
}
.b-root .baTaKaOaI0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaOaI0 .aspect-ratio {
}
.b-root .bubble-element.baTaLhr {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 32px;
  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: 6;
}
.b-root .bubble-element.baTaKaNk0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 24, 39, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaNn0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(250,250,250,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  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.baTaKaNq0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaKaNz0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  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;
}
.b-root .bubble-element.baTaKaNt0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  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.baTaLmaY {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_success_default);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 3;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaKaOaE0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-end;
  min-width: 150px;
  max-width: 240px;
  order: 3;
  min-height: 45px;
  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;
}
.b-root .baTaKaOaE0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaOaE0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaAi {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 552px;
  order: 9;
  min-height: 100px;
  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: 15;
}
.b-root .bubble-element.baTaLaAu {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 50px;
  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: 9;
}
.b-root .baTaLaAu> .bubble-r-container {
  justify-content: center;
  row-gap: 32px;
}
.b-root .bubble-element.baTaKaOaT0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaKaOaT0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaOaU0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaKaOaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaOaX0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaKaOaY0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKaOaZ0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaKaOa0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaKaOa0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaOa0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaOb0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaKaOb0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaOb0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaOc0 {
  column-gap: 24px;
  row-gap: 12px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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 .baTaKaOc0> .group-item {
  min-width: 100px;
  min-height: 40px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baTaKaOd0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(250,250,250,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 264px;
  order: 1;
  min-height: 48px;
  width: 264px;
  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.baTaKaOe0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaOf0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 4;
}
.b-root .baTaKaOf0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaOf0 .aspect-ratio {
}
.b-root .bubble-element.baTaLaAm {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 552px;
  order: 10;
  min-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: 16;
}
.b-root .bubble-element.baTaLaAx {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 50px;
  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: 9;
}
.b-root .baTaLaAx> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.baTaKaPaI0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaKaPaI0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaPaJ0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaKaPaK0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaPaM0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaKaPaN0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKaPaO0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaKaPaP0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaKaPaP0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaPaP0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaPaQ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaKaPaQ0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaPaQ0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaPaR0 {
  column-gap: 24px;
  row-gap: 12px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 552px;
  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: 3;
}
.b-root .baTaKaPaR0> .group-item {
  min-width: 100px;
  min-height: 40px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baTaKaPaS0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(250,250,250,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 264px;
  max-width: 264px;
  order: 1;
  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: 3;
}
.b-root .bubble-element.baTaKaPaT0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 20px;
  width: 20px;
  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.baTaKaPaU0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 4;
}
.b-root .baTaKaPaU0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaPaU0 .aspect-ratio {
}
.b-root .bubble-element.baTaSxaP0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  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: 3;
}
.b-root .bubble-element.baTaSxaR0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 16px;
  order: 1;
  min-height: 16px;
  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.baTaSxaW0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  min-height: 16px;
  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.baTaLaAq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 552px;
  order: 11;
  min-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: 17;
}
.b-root .bubble-element.baTaLaBaA {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 50px;
  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 .baTaLaBaA> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 16px;
}
.b-root .bubble-element.baTaKaPw0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaKaPw0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaKaPx0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaKaPy0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaKaQaA0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaKaQaB0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaKaQaC0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaKaQaD0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaKaQaD0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaQaD0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaQaE0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaKaQaE0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaQaE0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaQaF0 {
  column-gap: 24px;
  row-gap: 12px;
  align-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 552px;
  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 .baTaKaQaF0> .group-item {
  min-width: 100px;
  min-height: 40px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baTaKaQaG0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(250,250,250,1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 264px;
  max-width: 264px;
  order: 1;
  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: 3;
}
.b-root .bubble-element.baTaKaQaH0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 1;
  min-height: 20px;
  width: 20px;
  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.baTaKaQaI0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 4;
}
.b-root .baTaKaQaI0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaQaI0 .aspect-ratio {
}
.b-root .bubble-element.baTaSxaD0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 3;
}
.b-root .bubble-element.baTaSxaF0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 16px;
  order: 1;
  min-height: 16px;
  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.baTaSxaK0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  min-height: 16px;
  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.baTaLaCaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 552px;
  max-width: 552px;
  order: 13;
  min-height: 100px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 552px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baTaLaCaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 552px;
  order: 1;
  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: 3;
}
.b-root .bubble-element.baTaLaBaF {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 56px 40px 56px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  order: 4;
  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: 12;
}
.b-root .bubble-element.baTaLaBaH {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 670px;
  order: 7;
  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: 5;
}
.b-root .bubble-element.baTaLaBaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(63, 65, 70, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 10px;
  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: 2;
}
.b-root .bubble-element.baTaLaBaS {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 14px;
  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: 18;
}
.b-root .bubble-element.baTaLaBaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 20px;
  order: 3;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaPaSaX0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 11px 15px 11px 15px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 4px;
  order: 6;
  min-height: 48px;
  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: 19;
}
.b-root .bubble-element.baTaPaSd0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: center;
  min-width: 4px;
  order: 6;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baTaLaBc {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  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: 358px;
  max-width: 358px;
  min-height: 264px;
}
.b-root .baTaLaBc.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaLaBf {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  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: 2;
}
.b-root .baTaLaBfinput {
}
.b-root .baTaLaBf .icon-item {
}
.b-root .baTaLaBf label {
}
.b-root .bubble-element.baTaLaBi {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaLaBi.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaLaBk {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaLaBl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaLaBn {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaLaBo {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaLaBp {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaLaBq {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaLaBq .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaBq .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaBr {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaLaBr .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaBr .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaNaUaE0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 552px;
  order: 14;
  min-height: 100px;
  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: 19;
}
.b-root .bubble-element.baTaNaUaI0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 504px;
  max-width: 552px;
  order: 1;
  min-height: 50px;
  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.baTaNaKaK0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 400px;
  max-width: 552px;
  min-height: 100px;
}
.b-root .baTaNaKaK0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 2002;
}
.b-root .bubble-element.baTaNaKaL0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 32px 16px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 3;
}
.b-root .bubble-element.baTaNaKaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 700;
  color: rgba(36, 37, 40, 1);
  line-height: 1.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 24px;
  width: 20px;
  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.baTaNaKaO0 {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 32px 15px 32px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  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: 4;
}
.b-root .bubble-element.baTaNaKaP0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  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: 3;
}
.b-root .bubble-element.baTaNaKaQ0 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  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.baTaNaKaR0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 32px;
  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 .baTaNaKaR0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaNaKaR0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaNaKaS0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaNaKaS0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaNaKaS0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaPaYaW1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  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: 7;
}
.b-root .bubble-element.baTaNaQn0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 200px;
  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: 5;
}
.b-root .bubble-element.baTaPaYe1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 4px;
  order: 3;
  min-height: 4px;
  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.baTaPaYh1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 24px 24px 24px 24px;
  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: 556px;
  max-width: 556px;
  min-height: 311px;
}
.b-root .baTaPaYh1.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaPaYk1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(135, 136, 140, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  padding: 7px 7px 7px 7px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background 200ms ease-out, border-color 200ms ease-out;
  -ms-transition: background 200ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, border-color 200ms ease-out;
  align-self: flex-start;
  min-width: 4px;
  order: 8;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPaZc1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  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: 3;
}
.b-root .baTaPaZc1input {
}
.b-root .baTaPaZc1 .icon-item {
}
.b-root .baTaPaZc1 label {
}
.b-root .bubble-element.baTaPaZf1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  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: 4;
}
.b-root .baTaPaZf1input {
}
.b-root .baTaPaZf1 .icon-item {
}
.b-root .baTaPaZf1 label {
}
.b-root .bubble-element.baTaPaZi1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  order: 3;
  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: 5;
}
.b-root .baTaPaZi1input {
}
.b-root .baTaPaZi1 .icon-item {
}
.b-root .baTaPaZi1 label {
}
.b-root .bubble-element.baTaPaZl1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  order: 4;
  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: 6;
}
.b-root .baTaPaZl1input {
}
.b-root .baTaPaZl1 .icon-item {
}
.b-root .baTaPaZl1 label {
}
.b-root .bubble-element.baTaPaZo1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  order: 5;
  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: 7;
}
.b-root .baTaPaZo1input {
}
.b-root .baTaPaZo1 .icon-item {
}
.b-root .baTaPaZo1 label {
}
.b-root .bubble-element.baTaPaZr1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  order: 6;
  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: 8;
}
.b-root .baTaPaZr1input {
}
.b-root .baTaPaZr1 .icon-item {
}
.b-root .baTaPaZr1 label {
}
.b-root .bubble-element.baTaPaZu1 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 4px;
  order: 7;
  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 .baTaPaZu1input {
}
.b-root .baTaPaZu1 .icon-item {
}
.b-root .baTaPaZu1 label {
}
.b-root .bubble-element.baTaPaYl1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 8;
}
.b-root .bubble-element.baTaPaYq1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 200px;
  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: 5;
}
.b-root .bubble-element.baTaPaYs1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 4px;
  order: 3;
  min-height: 4px;
  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.baTaPaYr1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  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: 9;
}
.b-root .bubble-element.baTaPaYw1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 200px;
  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: 5;
}
.b-root .bubble-element.baTaPaYy1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 4px;
  order: 3;
  min-height: 4px;
  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.baTaPaYx1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 10;
}
.b-root .bubble-element.baTaPaZaC1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 200px;
  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: 5;
}
.b-root .bubble-element.baTaPaZaE1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 4px;
  order: 3;
  min-height: 4px;
  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.baTaPaZaD1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 10;
}
.b-root .bubble-element.baTaPaZaI1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 200px;
  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: 5;
}
.b-root .bubble-element.baTaPaZaK1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 4px;
  order: 3;
  min-height: 4px;
  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.baTaPaZaJ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  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: 10;
}
.b-root .bubble-element.baTaPaZaO1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(36, 37, 40, 1);
  line-height: 1.71;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 200px;
  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: 5;
}
.b-root .bubble-element.baTaPaZaQ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(114, 115, 118, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-end;
  min-width: 4px;
  order: 3;
  min-height: 4px;
  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.baTaRpaV {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 552px;
  order: 4;
  min-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: 6;
}
.b-root .bubble-element.baTaRpb {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  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: 5;
}
.b-root .bubble-element.baTaKzk {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 16px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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.baTaKzb {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(238, 133, 126, 1);
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  order: 1;
  min-height: 32px;
  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 .baTaKzb .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKzb .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKze {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 83px;
  order: 3;
  min-height: 32px;
  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 .baTaKze .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKze .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKzh {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 83px;
  order: 2;
  min-height: 32px;
  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 .baTaKzh .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKzh .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaSaVl0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 400px;
  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: 21;
}
.b-root .bubble-element.baTaNaMaD0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(114, 115, 118, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaNaMaF0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 16px;
  order: 1;
  min-height: 16px;
  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.baTaNaMaH0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 6;
  min-height: 16px;
  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.baTaSaVs0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(12, 21, 38, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  min-height: 16px;
  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.baTaSaVy0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(114, 115, 118, 1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  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: 5;
}
.b-root .bubble-element.baTaSaWaD0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  align-self: flex-start;
  min-width: 16px;
  order: 1;
  min-height: 16px;
  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.baTaSaWaF0 {
  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.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 6;
  min-height: 16px;
  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.baTaSaWaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(12, 21, 38, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  min-height: 16px;
  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.baTaSwaZ0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -16px;
  z-index: 21;
}
.b-root .bubble-element.baTaLaHaJ {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(246, 203, 201, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 16px 20px 16px 20px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  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: 4;
}
.b-root .bubble-element.baTaLaHaZ {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 1128px;
  order: 1;
  min-height: 32px;
  width: 20px;
  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.baTaLaHaU {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 1;
  min-height: 32px;
  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.baTaLaHaM {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaLaHaM img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaHaM .aspect-ratio {
}
.b-root .bubble-element.baTaLaHaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(234, 78, 62, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 24px;
  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.baTaLaHr {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 269.6625213623047px;
  order: 2;
  min-height: 32px;
  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.baTaLaHd {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_bTKpO1_default);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_bTKpO1_default);
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 15px 3px 15px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, background 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, background 200ms ease-out;
  -o-transition: border-color 200ms ease-out, background 200ms ease-out;
  -ms-transition: border-color 200ms ease-out, background 200ms ease-out;
  transition: border-color 200ms ease-out, background 200ms ease-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  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 .baTaLaHd .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLaHd .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLaHm {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 4px 16px 4px 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 102.76250457763672px;
  order: 1;
  min-height: 24px;
  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.baTaLaHj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(12, 21, 38, 1);
  letter-spacing: 0.32px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, line-height 200ms ease;
  -moz-transition: font-size 200ms ease, line-height 200ms ease;
  -o-transition: font-size 200ms ease, line-height 200ms ease;
  -ms-transition: font-size 200ms ease, line-height 200ms ease;
  transition: font-size 200ms ease, line-height 200ms ease;
  align-self: center;
  min-width: 20px;
  order: 2;
  min-height: 16px;
  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.baTaPaSaH0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  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: 5;
}
.b-root .bubble-element.baTaPaPaO0 {
  justify-content: flex-start;
  row-gap: 32px;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 16px 16px 80px 16px;
  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: 500px;
  max-width: 500px;
  min-height: 320px;
}
.b-root .baTaPaPaO0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  z-index: 2002;
}
.b-root .bubble-element.baTaQaAb0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  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 .baTaQaAb0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaPaPaP0 {
  column-gap: 24px;
  row-gap: 16px;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 182px;
  max-width: 182px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 182px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 6;
}
.b-root .baTaPaPaP0> .group-item {
  min-width: 10px;
  min-height: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.baTaPaPaN0 {
  column-gap: 24px;
  row-gap: 0px;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 192px;
  max-width: 192px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 192px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baTaPaPaN0> .group-item {
  min-width: 360px;
  min-height: 10px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baTaPtaQ0 {
  column-gap: 24px;
  row-gap: 0px;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 192px;
  max-width: 192px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 192px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .baTaPtaQ0> .group-item {
  min-width: 360px;
  min-height: 10px;
  box-sizing: border-box;
  flex-grow: 0;
}
.b-root .bubble-element.baTaQaAh0 {
  overflow: visible;
  justify-content: flex-start;
  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: 19;
}
.b-root .bubble-element.baTaPaPaR0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baTaPaPaR0input {
}
.b-root .baTaPaPaR0 .icon-item {
}
.b-root .baTaPaPaR0 label {
}
.b-root .bubble-element.baTaPaPaU0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 6;
  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: 13;
}
.b-root .baTaPaPaU0input {
}
.b-root .baTaPaPaU0 .icon-item {
}
.b-root .baTaPaPaU0 label {
}
.b-root .bubble-element.baTaPaPaS0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTaPaPaS0input {
}
.b-root .baTaPaPaS0 .icon-item {
}
.b-root .baTaPaPaS0 label {
}
.b-root .bubble-element.baTaPaPaQ0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baTaPaPaQ0input {
}
.b-root .baTaPaPaQ0 .icon-item {
}
.b-root .baTaPaPaQ0 label {
}
.b-root .bubble-element.baTaPaPaV0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baTaPaPaV0input {
}
.b-root .baTaPaPaV0 .icon-item {
}
.b-root .baTaPaPaV0 label {
}
.b-root .bubble-element.baTaPaPaT0 {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 5;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .baTaPaPaT0input {
}
.b-root .baTaPaPaT0 .icon-item {
}
.b-root .baTaPaPaT0 label {
}
.b-root .bubble-element.baTaRqaM {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 7;
  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: 13;
}
.b-root .baTaRqaMinput {
}
.b-root .baTaRqaM .icon-item {
}
.b-root .baTaRqaM label {
}
.b-root .bubble-element.baTaRqaS {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(36, 37, 40, 1);
  line-height: 1.5;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  order: 8;
  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: 13;
}
.b-root .baTaRqaSinput {
}
.b-root .baTaRqaS .icon-item {
}
.b-root .baTaRqaS label {
}
.b-root .bubble-element.baTaQmaW0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 20;
}
.b-root .baTaQmaW0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaQmb0 {
  column-gap: 24px;
  row-gap: 16px;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 182px;
  max-width: 182px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 182px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 6;
}
.b-root .baTaQmb0> .group-item {
  min-width: 10px;
  min-height: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.baTaQmaZ0 {
  column-gap: 24px;
  row-gap: 16px;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 182px;
  max-width: 182px;
  order: 5;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 182px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .baTaQmaZ0> .group-item {
  min-width: 10px;
  min-height: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.baTaQmd0 {
  column-gap: 24px;
  row-gap: 16px;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 182px;
  max-width: 182px;
  order: 9;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 182px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 8;
}
.b-root .baTaQmd0> .group-item {
  min-width: 10px;
  min-height: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.baTaQmc0 {
  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.33;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -moz-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -o-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  -ms-transition: font-size 200ms ease-out, line-height 200ms ease-out;
  transition: font-size 200ms ease-out, line-height 200ms ease-out;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 24px;
  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: 10;
}
.b-root .bubble-element.baTaQmu0 {
  column-gap: 24px;
  row-gap: 16px;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 182px;
  max-width: 182px;
  order: 7;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 182px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .baTaQmu0> .group-item {
  min-width: 10px;
  min-height: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.baTaQmx0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  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: 10;
}
.b-root .bubble-element.baTaQnaA0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  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: 10;
}
.b-root .bubble-element.baTaQnaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 6;
  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: 10;
}
.b-root .bubble-element.baTaQnaG0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 8;
  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: 10;
}
.b-root .bubble-element.baTaQnaJ0 {
  column-gap: 24px;
  row-gap: 16px;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 182px;
  max-width: 182px;
  order: 11;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 182px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .baTaQnaJ0> .group-item {
  min-width: 10px;
  min-height: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.baTaQnaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 10;
  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: 10;
}
.b-root .bubble-element.baTaQnaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 12;
  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: 10;
}
.b-root .bubble-element.baTaQnaS0 {
  column-gap: 24px;
  row-gap: 16px;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 182px;
  max-width: 182px;
  order: 13;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 182px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .baTaQnaS0> .group-item {
  min-width: 10px;
  min-height: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
.b-root .bubble-element.baTaQnc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.67;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 14;
  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: 10;
}
.b-root .bubble-element.baTaQnf0 {
  column-gap: 24px;
  row-gap: 16px;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 182px;
  max-width: 182px;
  order: 15;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 182px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .baTaQnf0> .group-item {
  min-width: 10px;
  min-height: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
