/* 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;
}

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 */

/*!
 *  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 */

body {--stylesheet-active: true;}
.b-root .bubble-element.baTaKaPb {
  background-color: #FFFFFF;
  min-width: 0px;
  min-height: 100%;
  min-height: max(0px, 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: "Lato";
  --color_text_default: rgba(68, 68, 68, 1);
  --color_text_default_rgb: 68,68,68;
  --color_alert_default: rgba(140, 3, 3, 1);
  --color_alert_default_rgb: 140,3,3;
  --color_primary_default: rgba(166, 218, 232, 1);
  --color_primary_default_rgb: 166,218,232;
  --color_success_default: rgba(188, 228, 227, 1);
  --color_success_default_rgb: 188,228,227;
  --color_surface_default: rgba(255, 245, 230, 1);
  --color_surface_default_rgb: 255,245,230;
  --color_background_default: rgba(255, 255, 255, 1);
  --color_background_default_rgb: 255,255,255;
  --color_destructive_default: rgba(240, 141, 169, 1);
  --color_destructive_default_rgb: 240,141,169;
  --color_primary_contrast_default: rgba(168, 99, 38, 1);
  --color_primary_contrast_default_rgb: 168,99,38;
  --color_bTHni_default: rgba(221,221,221,1);
  --color_bTHni_default_rgb: 221,221,221;
}
.b-root .bubble-element.baTaKaZaJ {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 300px;
}
.b-root .baTaKaZaJ.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.baTaKaZaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.baTaKaZaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 3;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaKaZaM {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 280px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaKaZaN {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 280px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaKaZaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 1;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.baTaKaZaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 3;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaZaQ {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: default;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 11;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 6;
}
.b-root .baTaKaZaQ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaZaQ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaRaFs {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 9;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaRaGaE {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 10;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 280px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaRaGaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 6;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaZaO {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 4;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaZaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaKaZaT {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 280px;
  max-width: 280px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 2;
}
.b-root .baTaKaZaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaZaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaPyg {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 2;
  min-height: 300px;
  max-height: 300px;
  height: 300px;
  flex-grow: 1;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .baTaPyg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaPyg .aspect-ratio {
}
.b-root .bubble-element.baTaKaZs {
  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: 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.baTaKaZaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1080px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaKaYaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 104px;
  order: 2;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.baTaKaYaL {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 66%;
  max-width: 350px;
  order: 1;
  min-height: 0px;
  width: 66%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaKaYaJ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaKaYaN {
  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: 3;
}
.b-root .bubble-element.baTaKaYaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 700;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 400px;
  order: 2;
  min-height: 0px;
  width: 400px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaKaYaM {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaYaM img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaYaM .aspect-ratio {
}
.b-root .bubble-element.baTaKaYaQ {
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaYaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 400px;
  order: 3;
  min-height: 0px;
  width: 400px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaKaYaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaYaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaYaP .aspect-ratio {
}
.b-root .bubble-element.baTaKaYaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaKaYaU {
  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: 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.baTaKaYaS {
  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: 8;
}
.b-root .bubble-element.baTaKaYaW {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaKaYaX {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  z-index: 3;
}
.b-root .baTaKaYaX img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaYaX .aspect-ratio {
}
.b-root .bubble-element.baTaKaYaV {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaYaZ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaKaYa {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaYaY {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  z-index: 0;
}
.b-root .baTaKaYaY img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaYaY .aspect-ratio {
}
.b-root .bubble-element.baTaKaYc {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaKaYd {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaYb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  z-index: 0;
}
.b-root .baTaKaYb img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaYb .aspect-ratio {
}
.b-root .bubble-element.baTaKaYf {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 5;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaKaYg {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaYe {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  z-index: 0;
}
.b-root .baTaKaYe img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaYe .aspect-ratio {
}
.b-root .bubble-element.baTaKaYi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  min-height: 20px;
  width: 50px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaKaYj {
  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: 15px;
  z-index: 10;
}
.b-root .bubble-element.baTaKaYh {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 100px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTaKaYh .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaYh .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaRaDaJ {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_contrast_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 100px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTaRaDaJ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaRaDaJ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaYl {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 33%;
  max-width: 350px;
  order: 3;
  min-height: 80px;
  width: 33%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaKaYm {
  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: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaKaYk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 280px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaKaYo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 280px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaKaYp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 30px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baTaKaYp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaYp .aspect-ratio {
}
.b-root .bubble-element.baTaKaYn {
  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: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 8;
}
.b-root .bubble-element.baTaKaYr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaKaYs {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bTHni_default);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_bTHni_default);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTHni_default);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color_bTHni_default);
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 33%;
  max-width: 350px;
  order: 2;
  height: max-content;
  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 .baTaKaYs img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.b-root .baTaKaYs .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 58.57142857142858%;
}
.b-root .bubble-element.baTaKaYq {
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bTHni_default);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_bTHni_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTHni_default);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color_bTHni_default);
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 33%;
  max-width: 350px;
  order: 3;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baTaKaYq img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.b-root .baTaKaYq .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 58.57142857142858%;
}
.b-root .bubble-element.baTaKaYu {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bTHni_default);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_bTHni_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTHni_default);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color_bTHni_default);
  border-bottom-left-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 66%;
  max-width: 350px;
  order: 2;
  width: 66%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baTaKaYu img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.b-root .baTaKaYu .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 60%;
}
.b-root .bubble-element.baTaKaYaG {
  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: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .baTaKaYaG> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaKaXx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaKaYaB {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baTaKaYaB> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaKaYaC {
  gap: 0px;
  grid-template-rows: repeat(5, 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: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaKaYaC> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baTaKaYaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaYaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 240px;
  order: 2;
  min-height: 0px;
  width: 240px;
  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.baTaKaYaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaKaYaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaYaF .aspect-ratio {
}
.b-root .bubble-element.baTaKaYaD {
  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% - 10px);
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaYaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaYaI {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .baTaKaYaI img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaYaI .aspect-ratio {
}
.b-root .bubble-element.baTaLaSaS {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 20px;
}
.b-root .bubble-element.baTaLaaQ {
  overflow: visible;
  justify-content: space-between;
  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: 2;
}
.b-root .bubble-element.baTaLaaR {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--color_background_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 90px;
  max-height: 90px;
  width: 0px;
  flex-grow: 1;
  height: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: 70px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMua0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaPuaG {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaPuaG img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaPuaG .aspect-ratio {
}
.b-root .bubble-element.baTaLaaS {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--color_background_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 90px;
  max-height: 90px;
  width: 0px;
  flex-grow: 1;
  height: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMuaW0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaPtp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaPtp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaPtp .aspect-ratio {
}
.b-root .bubble-element.baTaLaaZ {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--color_background_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 90px;
  max-height: 90px;
  width: 0px;
  flex-grow: 1;
  height: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMuaP0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaMuaU0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMuaU0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMuaU0 .aspect-ratio {
}
.b-root .bubble-element.baTaLad {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--color_background_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 90px;
  max-height: 90px;
  width: 0px;
  flex-grow: 1;
  height: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaLab {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMuaO0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaMuaQ0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMuaQ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMuaQ0 .aspect-ratio {
}
.b-root .bubble-element.baTaLaaM {
  overflow: visible;
  justify-content: flex-start;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bTHni_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: flex-start;
  min-width: 0px;
  order: 2;
  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: 4;
}
.b-root .bubble-element.baTaLaUj {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 5;
  min-height: 100px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaSaT {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 40;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaSaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaSaV {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaSaV img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaSaV .aspect-ratio {
}
.b-root .bubble-element.baTaLaSaW {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 25;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaSaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaSaY {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaSaY img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaSaY .aspect-ratio {
}
.b-root .bubble-element.baTaLaSaZ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaSaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaSb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaSb img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaSb .aspect-ratio {
}
.b-root .bubble-element.baTaLaSf {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 37;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaSd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaSh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaSh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaSh .aspect-ratio {
}
.b-root .bubble-element.baTaLaSi {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaSg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaSk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaSk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaSk .aspect-ratio {
}
.b-root .bubble-element.baTaLaSl {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaSj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaSn {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaSn img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaSn .aspect-ratio {
}
.b-root .bubble-element.baTaLaSo {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 22;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaSm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaSq {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaSq img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaSq .aspect-ratio {
}
.b-root .bubble-element.baTaLaSr {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaSp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaSt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaSt img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaSt .aspect-ratio {
}
.b-root .bubble-element.baTaLaTaA {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaSy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTaC {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTaC .aspect-ratio {
}
.b-root .bubble-element.baTaLaTaD {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 41;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaTaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaLaTaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTaF .aspect-ratio {
}
.b-root .bubble-element.baTaLaTaG {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 24;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaTaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTaI {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTaI img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTaI .aspect-ratio {
}
.b-root .bubble-element.baTaLaTaJ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baTaLaTaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTaL {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTaL img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTaL .aspect-ratio {
}
.b-root .bubble-element.baTaLaTaM {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaLaTaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTaO {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTaO .aspect-ratio {
}
.b-root .bubble-element.baTaLaTaP {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 34;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 8;
}
.b-root .bubble-element.baTaLaTaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTaR {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTaR img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTaR .aspect-ratio {
}
.b-root .bubble-element.baTaLaTaS {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 9;
}
.b-root .bubble-element.baTaLaTaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTaU {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTaU img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTaU .aspect-ratio {
}
.b-root .bubble-element.baTaLaTaV {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 35;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 9;
}
.b-root .bubble-element.baTaLaTaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTaX {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTaX img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTaX .aspect-ratio {
}
.b-root .bubble-element.baTaLaTaY {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 9;
}
.b-root .bubble-element.baTaLaTaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTa {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTa img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTa .aspect-ratio {
}
.b-root .bubble-element.baTaLaTb {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 10;
}
.b-root .bubble-element.baTaLaTaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTd {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTd img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTd .aspect-ratio {
}
.b-root .bubble-element.baTaLaTh {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 30;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 10;
}
.b-root .bubble-element.baTaLaTf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTj .aspect-ratio {
}
.b-root .bubble-element.baTaLaTk {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 20;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 10;
}
.b-root .bubble-element.baTaLaTi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTm {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTm img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTm .aspect-ratio {
}
.b-root .bubble-element.baTaLaTn {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 11;
}
.b-root .bubble-element.baTaLaTl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTp .aspect-ratio {
}
.b-root .bubble-element.baTaLaTq {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 21;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 11;
}
.b-root .bubble-element.baTaLaTo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTs {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTs img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTs .aspect-ratio {
}
.b-root .bubble-element.baTaLaTt {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 32;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 12;
}
.b-root .bubble-element.baTaLaTr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaLaTv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTv .aspect-ratio {
}
.b-root .bubble-element.baTaLaTw {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 36;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 13;
}
.b-root .bubble-element.baTaLaTu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTy {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTy img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTy .aspect-ratio {
}
.b-root .bubble-element.baTaLaTz {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 27;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 14;
}
.b-root .bubble-element.baTaLaTx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUaB .aspect-ratio {
}
.b-root .bubble-element.baTaLaUaC {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 15;
}
.b-root .bubble-element.baTaLaUaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUaE {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUaE img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUaE .aspect-ratio {
}
.b-root .bubble-element.baTaLaUaF {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 16;
}
.b-root .bubble-element.baTaLaUaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUaH {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUaH img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUaH .aspect-ratio {
}
.b-root .bubble-element.baTaLaUaI {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 23;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 17;
}
.b-root .bubble-element.baTaLaUaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUaK {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUaK img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUaK .aspect-ratio {
}
.b-root .bubble-element.baTaLaUaL {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 38;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 19;
}
.b-root .bubble-element.baTaLaUaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUaN {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUaN img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUaN .aspect-ratio {
}
.b-root .bubble-element.baTaLaUaO {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 39;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaUaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUaQ .aspect-ratio {
}
.b-root .bubble-element.baTaLaUaR {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 33;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 20;
}
.b-root .bubble-element.baTaLaUaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUaP .aspect-ratio {
}
.b-root .bubble-element.baTaLaUaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUaU {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 22;
}
.b-root .bubble-element.baTaLaUaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUaW {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 20px;
  flex-grow: 1;
  height: 30px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUaW img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUaW .aspect-ratio {
}
.b-root .bubble-element.baTaLaUaX {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 19;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 22;
}
.b-root .bubble-element.baTaLaUaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUaZ .aspect-ratio {
}
.b-root .bubble-element.baTaLaUa {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 31;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 25;
}
.b-root .bubble-element.baTaLaUaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUc {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUc img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUc .aspect-ratio {
}
.b-root .bubble-element.baTaLaUd {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 28;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 25;
}
.b-root .bubble-element.baTaLaUb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUf {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUf img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUf .aspect-ratio {
}
.b-root .bubble-element.baTaLaUg {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 29;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 25;
}
.b-root .bubble-element.baTaLaUe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUi {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUi img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUi .aspect-ratio {
}
.b-root .bubble-element.baTaLaSx {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaSv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaSz {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaSz img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaSz .aspect-ratio {
}
.b-root .bubble-element.baTaMxaP0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaMxaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMxaS0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMxaS0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMxaS0 .aspect-ratio {
}
.b-root .bubble-element.baTaLaSu {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 18;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaSs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaSw {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaSw img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaSw .aspect-ratio {
}
.b-root .bubble-element.baTaLaTe {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 26;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 10;
}
.b-root .bubble-element.baTaLaTc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaTg {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaTg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaTg .aspect-ratio {
}
.b-root .bubble-element.baTaLaWq {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 42;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaWo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWs {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWs img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWs .aspect-ratio {
}
.b-root .bubble-element.baTaPtaW {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTHni_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 15px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 1;
  min-height: 0px;
  width: 280px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 31;
}
.b-root .bubble-element.baTaPtaY {
  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;
  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.baTaPtd {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaPte {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPtc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPti {
  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: 5;
}
.b-root .bubble-element.baTaPtj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPtk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaPtk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaPtk .aspect-ratio {
}
.b-root .bubble-element.baTaLaUh {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 100px;
  width: 100px;
  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.baTaLaUl {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUk .aspect-ratio {
}
.b-root .bubble-element.baTaLaUo {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaUp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUn {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUn img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUn .aspect-ratio {
}
.b-root .bubble-element.baTaLaUu {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaUv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUt img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUt .aspect-ratio {
}
.b-root .bubble-element.baTaLaUx {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 20;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaUy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUw {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaUw img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUw .aspect-ratio {
}
.b-root .bubble-element.baTaLaVaA {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaUz {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 30px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .baTaLaUz img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaUz .aspect-ratio {
}
.b-root .bubble-element.baTaLaVaG {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVaF .aspect-ratio {
}
.b-root .bubble-element.baTaLaVaJ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVaI {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVaI img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVaI .aspect-ratio {
}
.b-root .bubble-element.baTaLaVaM {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 24;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVaL {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVaL img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVaL .aspect-ratio {
}
.b-root .bubble-element.baTaLaVaP {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 30;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVaO {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVaO .aspect-ratio {
}
.b-root .bubble-element.baTaLaVaS {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVaR {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVaR img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVaR .aspect-ratio {
}
.b-root .bubble-element.baTaLaVaV {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 28;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVaU {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVaU img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVaU .aspect-ratio {
}
.b-root .bubble-element.baTaLaVaY {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVaX {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVaX img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVaX .aspect-ratio {
}
.b-root .bubble-element.baTaLaVb {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVa {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVa img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVa .aspect-ratio {
}
.b-root .bubble-element.baTaLaVe {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 27;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVd {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVd img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVd .aspect-ratio {
}
.b-root .bubble-element.baTaLaVh {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 18;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaLaVi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVg {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVg .aspect-ratio {
}
.b-root .bubble-element.baTaLaVk {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaLaVl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVj .aspect-ratio {
}
.b-root .bubble-element.baTaLaVn {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVm {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVm img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVm .aspect-ratio {
}
.b-root .bubble-element.baTaLaVq {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVp .aspect-ratio {
}
.b-root .bubble-element.baTaLaVt {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 31;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaLaVu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVs {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVs img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVs .aspect-ratio {
}
.b-root .bubble-element.baTaLaVw {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaVx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVv .aspect-ratio {
}
.b-root .bubble-element.baTaLaVz {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 29;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaWaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaVy {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaVy img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaVy .aspect-ratio {
}
.b-root .bubble-element.baTaLaWaC {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 22;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaWaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWaB .aspect-ratio {
}
.b-root .bubble-element.baTaLaWaF {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 7;
}
.b-root .bubble-element.baTaLaWaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWaE {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWaE img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWaE .aspect-ratio {
}
.b-root .bubble-element.baTaLaWaI {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 19;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 8;
}
.b-root .bubble-element.baTaLaWaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWaH {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWaH img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWaH .aspect-ratio {
}
.b-root .bubble-element.baTaLaWaO {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 26;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 10;
}
.b-root .bubble-element.baTaLaWaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWaN {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWaN img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWaN .aspect-ratio {
}
.b-root .bubble-element.baTaLaWaR {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 21;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 23;
}
.b-root .bubble-element.baTaLaWaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWaQ .aspect-ratio {
}
.b-root .bubble-element.baTaLaWaU {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 24;
}
.b-root .bubble-element.baTaLaWaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWaT {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWaT img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWaT .aspect-ratio {
}
.b-root .bubble-element.baTaLaWaX {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 24;
}
.b-root .bubble-element.baTaLaWaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWaW {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWaW img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWaW .aspect-ratio {
}
.b-root .bubble-element.baTaLaWa {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 32;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 25;
}
.b-root .bubble-element.baTaLaWb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWaZ .aspect-ratio {
}
.b-root .bubble-element.baTaLaSc {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 25;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaSa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaSe {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaSe img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaSe .aspect-ratio {
}
.b-root .bubble-element.baTaLaWaL {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 23;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 9;
}
.b-root .bubble-element.baTaLaWaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWaK {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWaK img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWaK .aspect-ratio {
}
.b-root .bubble-element.baTaPst {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTHni_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 15px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 1;
  min-height: 0px;
  width: 280px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 31;
}
.b-root .bubble-element.baTaPsy {
  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;
  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.baTaPtaA {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaPtaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPsz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPtaF {
  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: 5;
}
.b-root .bubble-element.baTaPtaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMuaV0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMuaV0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMuaV0 .aspect-ratio {
}
.b-root .bubble-element.baTaLaWd {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 100px;
  width: 100px;
  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.baTaLaWe {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWg {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWg .aspect-ratio {
}
.b-root .bubble-element.baTaLaWh {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaWf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWj .aspect-ratio {
}
.b-root .bubble-element.baTaLaWk {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaWi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWm {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWm img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWm .aspect-ratio {
}
.b-root .bubble-element.baTaLaWn {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 24;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaWl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWp .aspect-ratio {
}
.b-root .bubble-element.baTaLaWt {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaWr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWv .aspect-ratio {
}
.b-root .bubble-element.baTaLaWw {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  order: 11;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaWu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaWy {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaWy img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaWy .aspect-ratio {
}
.b-root .bubble-element.baTaLaWz {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaWx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXaB .aspect-ratio {
}
.b-root .bubble-element.baTaLaXaC {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 34;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaXaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXaE {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXaE img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXaE .aspect-ratio {
}
.b-root .bubble-element.baTaLaXaF {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaXaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXaH {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXaH img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXaH .aspect-ratio {
}
.b-root .bubble-element.baTaLaXaI {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaXaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXaK {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXaK img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXaK .aspect-ratio {
}
.b-root .bubble-element.baTaLaXaL {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 32;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaXaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXaN {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXaN img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXaN .aspect-ratio {
}
.b-root .bubble-element.baTaLaXaO {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaXaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXaQ .aspect-ratio {
}
.b-root .bubble-element.baTaLaXaR {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 26;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaXaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXaT {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXaT img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXaT .aspect-ratio {
}
.b-root .bubble-element.baTaLaYaE {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 20;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 7;
}
.b-root .bubble-element.baTaLaYaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYaG {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYaG img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYaG .aspect-ratio {
}
.b-root .bubble-element.baTaLaYaH {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 29;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 9;
}
.b-root .bubble-element.baTaLaYaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYaJ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYaJ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYaJ .aspect-ratio {
}
.b-root .bubble-element.baTaLaYaK {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 10;
}
.b-root .bubble-element.baTaLaYaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYaM {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYaM img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYaM .aspect-ratio {
}
.b-root .bubble-element.baTaLaYaN {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 25;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 12;
}
.b-root .bubble-element.baTaLaYaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYaP .aspect-ratio {
}
.b-root .bubble-element.baTaLaYaQ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 19;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 12;
}
.b-root .bubble-element.baTaLaYaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYaS {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYaS img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYaS .aspect-ratio {
}
.b-root .bubble-element.baTaLaYaT {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 14;
}
.b-root .bubble-element.baTaLaYaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYaV {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYaV img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYaV .aspect-ratio {
}
.b-root .bubble-element.baTaLaYaW {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 30;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 17;
}
.b-root .bubble-element.baTaLaYaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYaY {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYaY img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYaY .aspect-ratio {
}
.b-root .bubble-element.baTaLaYaZ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 35;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaYaX {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYaX img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYaX .aspect-ratio {
}
.b-root .bubble-element.baTaLaYb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYc {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 15;
}
.b-root .bubble-element.baTaLaYa {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYa img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYa .aspect-ratio {
}
.b-root .bubble-element.baTaLaYe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXaU {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 18;
}
.b-root .bubble-element.baTaLaXaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXaW {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXaW img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXaW .aspect-ratio {
}
.b-root .bubble-element.baTaLaXaX {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 18;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 19;
}
.b-root .bubble-element.baTaLaXaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXaZ .aspect-ratio {
}
.b-root .bubble-element.baTaLaXa {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 28;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 20;
}
.b-root .bubble-element.baTaLaXaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXc {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXc img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXc .aspect-ratio {
}
.b-root .bubble-element.baTaLaXd {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaXb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXf {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXf img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXf .aspect-ratio {
}
.b-root .bubble-element.baTaLaXg {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 21;
}
.b-root .bubble-element.baTaLaXe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXi {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXi img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXi .aspect-ratio {
}
.b-root .bubble-element.baTaLaXj {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 23;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baTaLaXh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXl {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXl img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXl .aspect-ratio {
}
.b-root .bubble-element.baTaLaXm {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 33;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 22;
}
.b-root .bubble-element.baTaLaXk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXo {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXo img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXo .aspect-ratio {
}
.b-root .bubble-element.baTaLaXp {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 21;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 21;
}
.b-root .bubble-element.baTaLaXn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXr {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXr img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXr .aspect-ratio {
}
.b-root .bubble-element.baTaLaXs {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 22;
}
.b-root .bubble-element.baTaLaXq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 25px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXu img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXu .aspect-ratio {
}
.b-root .bubble-element.baTaLaXv {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 27;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXx {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaXx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaXx .aspect-ratio {
}
.b-root .bubble-element.baTaLaXy {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 31;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaXw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYaA {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYaA img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYaA .aspect-ratio {
}
.b-root .bubble-element.baTaLaYaB {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 22;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 20;
}
.b-root .bubble-element.baTaLaXz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYaD {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYaD img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYaD .aspect-ratio {
}
.b-root .bubble-element.baTaPsa {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTHni_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 15px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 1;
  min-height: 0px;
  width: 280px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 31;
}
.b-root .bubble-element.baTaPsc {
  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;
  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.baTaPsh {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaPsi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPsg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPsm {
  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: 5;
}
.b-root .bubble-element.baTaPsn {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaPsn img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaPsn .aspect-ratio {
}
.b-root .bubble-element.baTaPso {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYf {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 100px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaLaYd {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 20;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYi {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYi img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYi .aspect-ratio {
}
.b-root .bubble-element.baTaLaYg {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 18;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaLaYk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYl {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYl img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYl .aspect-ratio {
}
.b-root .bubble-element.baTaLaYj {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaYn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYo {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYo img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYo .aspect-ratio {
}
.b-root .bubble-element.baTaLaYm {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaYq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYr {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYr img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYr .aspect-ratio {
}
.b-root .bubble-element.baTaLaYp {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaYt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 30px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .baTaLaYu img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYu .aspect-ratio {
}
.b-root .bubble-element.baTaLaYs {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaYw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaYx {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaYx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaYx .aspect-ratio {
}
.b-root .bubble-element.baTaLaYv {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 23;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaYz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZaA {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZaA img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZaA .aspect-ratio {
}
.b-root .bubble-element.baTaLaYy {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZaD {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZaD img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZaD .aspect-ratio {
}
.b-root .bubble-element.baTaLaZaB {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZaG {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZaG img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZaG .aspect-ratio {
}
.b-root .bubble-element.baTaLaZaE {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZaJ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZaJ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZaJ .aspect-ratio {
}
.b-root .bubble-element.baTaLaZaH {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 27;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZaM {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZaM img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZaM .aspect-ratio {
}
.b-root .bubble-element.baTaLaZaK {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZaP .aspect-ratio {
}
.b-root .bubble-element.baTaLaZaN {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 30;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZaS {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZaS img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZaS .aspect-ratio {
}
.b-root .bubble-element.baTaLaZaQ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 19;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZaV {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZaV img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZaV .aspect-ratio {
}
.b-root .bubble-element.baTaLaZaT {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZaY {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 25px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZaY img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZaY .aspect-ratio {
}
.b-root .bubble-element.baTaLaZaW {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baTaLaZa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZb img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZb .aspect-ratio {
}
.b-root .bubble-element.baTaLaaG {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 24;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaLaaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaaL {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaaL img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaaL .aspect-ratio {
}
.b-root .bubble-element.baTaLaaJ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 21;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 7;
}
.b-root .bubble-element.baTaLaaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaaO {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaaO .aspect-ratio {
}
.b-root .bubble-element.baTaLaZaZ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZe {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZe img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZe .aspect-ratio {
}
.b-root .bubble-element.baTaLaZc {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 29;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZh .aspect-ratio {
}
.b-root .bubble-element.baTaLaZf {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZk .aspect-ratio {
}
.b-root .bubble-element.baTaLaZi {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 25;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 26;
}
.b-root .bubble-element.baTaLaZm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZn {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZn img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZn .aspect-ratio {
}
.b-root .bubble-element.baTaLaZl {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 28;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaZp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZq {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZq img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZq .aspect-ratio {
}
.b-root .bubble-element.baTaLaZo {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 26;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 16;
}
.b-root .bubble-element.baTaLaZs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZt img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZt .aspect-ratio {
}
.b-root .bubble-element.baTaLaZr {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 22;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 26;
}
.b-root .bubble-element.baTaLaZv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZw {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZw img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZw .aspect-ratio {
}
.b-root .bubble-element.baTaLaZu {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 27;
}
.b-root .bubble-element.baTaLaZy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaZz {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaZz img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaZz .aspect-ratio {
}
.b-root .bubble-element.baTaLaZx {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaaC {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 30px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .baTaLaaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaaC .aspect-ratio {
}
.b-root .bubble-element.baTaLaaA {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 28;
}
.b-root .bubble-element.baTaLaaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaaF .aspect-ratio {
}
.b-root .bubble-element.baTaLaaD {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 30;
}
.b-root .bubble-element.baTaLaaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaaI {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLaaI img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLaaI .aspect-ratio {
}
.b-root .bubble-element.baTaPraO {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTHni_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 15px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 1;
  min-height: 0px;
  width: 280px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.baTaPrg {
  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;
  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.baTaPrm {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaPsaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPsaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPrx {
  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: 5;
}
.b-root .bubble-element.baTaPrl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMuc0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMuc0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMuc0 .aspect-ratio {
}
.b-root .bubble-element.baTaPkr {
  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: 12;
}
.b-root .baTaPkr> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaPkw {
  gap: 0px;
  grid-template-rows: repeat(3, 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: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaPkw> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baTaPlaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 1080px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaPlaE {
  overflow: visible;
  justify-content: flex-start;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_text_default);
  border-top-left-radius: 10px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_text_default);
  border-top-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_text_default);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color_text_default);
  border-bottom-left-radius: 0px;
  padding: 0px 5px 0px 5px;
  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% - 20px);
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPlaI {
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaPlaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: var(--color_text_default);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaPlaL {
  overflow: visible;
  justify-content: space-between;
  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: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTaPlaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaPlv {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaPlw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaPlaR {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color_text_default);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_text_default);
  border-bottom-right-radius: 10px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color_text_default);
  border-bottom-left-radius: 10px;
  padding: 0px 5px 0px 5px;
  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% - 20px);
  margin-left: 10px;
  margin-top: -25px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaPlaS {
  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: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaPlaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: var(--color_text_default);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaPlaV {
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 4;
}
.b-root .bubble-element.baTaPla {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaPlz {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaPmaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaPlm {
  overflow: visible;
  justify-content: space-around;
  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% - 20px);
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaPlk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 600;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 0.5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_text_default);
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 50px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: -25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaPlo {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaPkx {
  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: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaPlaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 3;
  min-height: 0px;
  width: 200px;
  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.baTaPmaG {
  color: var(--color_text_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 25px;
  flex-grow: 1;
  height: 20px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaXz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 66%;
  max-width: 700px;
  order: 3;
  min-height: 100%;
  width: 66%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaKaXr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  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: 15px;
}
.b-root .bubble-element.baTaKaXv {
  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: 2;
}
.b-root .bubble-element.baTaKaXw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 700;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaKaYv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 104px;
  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;
}
.b-root .bubble-element.baTaKaYt {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 33%;
  order: 1;
  min-height: 0px;
  width: 33%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaKaYx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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;
}
.b-root .bubble-element.baTaKaYy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 70px;
  max-width: 70px;
  order: 2;
  min-height: 20px;
  width: 70px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaKaYw {
  color: var(--color_text_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaKaZaA {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 105px;
  max-width: 105px;
  order: 3;
  min-height: 30px;
  width: 105px;
  flex-grow: 1;
  height: max-content;
  margin-left: -100px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaZaB {
  overflow: visible;
  justify-content: flex-end;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaKaYz {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaKaZaD {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaKaZaE {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaKaZaC {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaKaZaG {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  order: 3;
  min-height: 10px;
  width: 0%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaKaaD {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: fixed;
  z-index: 1509;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.baTaKaCn {
  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: var(--color_bTHni_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 70px;
  height: max-content;
  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.baTaKaEaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1080px;
  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.baTaKaEaL {
  overflow: visible;
  justify-content: flex-start;
  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.baTaKaCq {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaCq img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaKaCq .aspect-ratio {
}
.b-root .bubble-element.baTaKaEaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 700;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1.5;
  padding: 0px 0px 0px 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.baTaKaEaW {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaKaEg {
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_text_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  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;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 4;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaKaEg .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaKaEg .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaKaFaS {
  overflow: visible;
  justify-content: flex-end;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaKaFaC {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  padding: 0px 10px 0px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  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;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: max-content;
  flex-grow: 0;
  height: 36px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaKaEq {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  padding: 0px 10px 0px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  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;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: max-content;
  flex-grow: 0;
  height: 36px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaLuv {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  padding: 0px 10px 0px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_text_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  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;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 36px;
  max-height: 36px;
  width: max-content;
  flex-grow: 0;
  height: 36px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaKaFaF {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  padding: 0px 10px 0px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_background_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  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;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: max-content;
  flex-grow: 0;
  height: 36px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaLbaF {
  justify-content: center;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 320px;
  max-width: 320px;
  min-height: 300px;
}
.b-root .baTaLbaF.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.baTaLbaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.baTaLbaI {
  overflow: visible;
  justify-content: flex-start;
  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: 10px;
  z-index: 11;
}
.b-root .bubble-element.baTaLbaM {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 8;
}
.b-root .bubble-element.baTaLbaN {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLbaL {
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLbaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .baTaLbaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLbaP .aspect-ratio {
}
.b-root .bubble-element.baTaLbaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaLbaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  order: 5;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 11;
}
.b-root .bubble-element.baTaLbaS {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLbaT {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .baTaLbaT img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLbaT .aspect-ratio {
}
.b-root .bubble-element.baTaLbaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaLbaV {
  visibility: hidden;
  padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(3, 180, 198, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(2, 150, 166, 1);
  text-align: center;
  line-height: 1;
  opacity: 1;
  align-self: center;
  min-width: 73px;
  order: 3;
  min-height: 13px;
  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.baTaLbaW {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  order: 4;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 11;
}
.b-root .bubble-element.baTaLbaU {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLbaY {
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLbaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .baTaLbaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLbaZ .aspect-ratio {
}
.b-root .bubble-element.baTaLbaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaLbb {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 11;
}
.b-root .bubble-element.baTaLbc {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLba {
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLbe {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .baTaLbe img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLbe .aspect-ratio {
}
.b-root .bubble-element.baTaLbf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaLbd {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 11;
}
.b-root .bubble-element.baTaLbh {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLbi {
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLbg {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .baTaLbg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLbg .aspect-ratio {
}
.b-root .bubble-element.baTaLbk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaLmaE {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaLbp {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 10px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1080px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 70px;
  margin-right: 0px;
  margin-bottom: 70px;
  z-index: 7;
}
.b-root .bubble-element.baTaLkaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 104px;
  order: 2;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 200px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLkaJ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  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.baTaLkaK {
  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: 5;
}
.b-root .bubble-element.baTaLkaI {
  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: 3;
}
.b-root .bubble-element.baTaLkaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 700;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaLkaN {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaLkaN img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLkaN .aspect-ratio {
}
.b-root .bubble-element.baTaLkaL {
  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: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaLkaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 3;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaLkaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaLkaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLkaQ .aspect-ratio {
}
.b-root .bubble-element.baTaLko {
  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;
  height: 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.baTaLkm {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaLkq {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaLkr {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaLkp {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaLkt {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  order: 2;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 7;
}
.b-root .bubble-element.baTaLku {
  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: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaLks {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 280px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaLkw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 280px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaLkx {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 30px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baTaLkx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLkx .aspect-ratio {
}
.b-root .bubble-element.baTaLkv {
  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: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTaLkz {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_surface_default);
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLlaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 70px;
  max-width: 70px;
  order: 2;
  min-height: 20px;
  width: 70px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaLky {
  color: var(--color_text_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaLlaC {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text_default);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 105px;
  max-width: 105px;
  order: 3;
  min-height: 30px;
  width: 105px;
  flex-grow: 1;
  height: max-content;
  margin-left: -100px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaLlaD {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 200px;
  max-height: 200px;
  width: 0px;
  flex-grow: 1;
  height: 200px;
  margin-left: -122px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaLlaD img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLlaD .aspect-ratio {
}
.b-root .bubble-element.baTaLlaB {
  overflow: visible;
  justify-content: flex-start;
  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: 10px;
  z-index: 3;
}
.b-root .bubble-element.baTaLlaF {
  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: 10;
}
.b-root .bubble-element.baTaLlaE {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baTaLlaE img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLlaE .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 58.57142857142858%;
}
.b-root .bubble-element.baTaLlaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 10px 10px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  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: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaLlaJ {
  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: 2;
}
.b-root .bubble-element.baTaLlaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 700;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  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: 2;
}
.b-root .bubble-element.baTaLlaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLlaK {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 50px;
  z-index: 5;
}
.b-root .baTaLlaK> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaLlaO {
  gap: 0px;
  grid-template-rows: repeat(5, 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: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLlaO> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baTaLlaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaLlaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 240px;
  order: 2;
  min-height: 0px;
  width: 240px;
  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.baTaLlaR {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaLlaR img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLlaR .aspect-ratio {
}
.b-root .bubble-element.baTaLlaS {
  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: 4;
}
.b-root .bubble-element.baTaLlaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 500;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 2;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.baTaLlaU {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .baTaLlaU img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaLlaU .aspect-ratio {
}
.b-root .bubble-element.baTaLmaI {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 420px;
  max-height: 420px;
  height: 420px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaLuaD {
  overflow: visible;
  justify-content: flex-end;
  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: 2;
}
.b-root .bubble-element.baTaLuaB {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--color_background_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 90px;
  max-height: 90px;
  width: 0px;
  flex-grow: 1;
  height: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLuaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: 70px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMun0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaMus0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMus0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMus0 .aspect-ratio {
}
.b-root .bubble-element.baTaLuaI {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--color_background_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 90px;
  max-height: 90px;
  width: 0px;
  flex-grow: 1;
  height: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLuaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMum0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaMuo0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMuo0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMuo0 .aspect-ratio {
}
.b-root .bubble-element.baTaLuaM {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--color_background_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 90px;
  max-height: 90px;
  width: 0px;
  flex-grow: 1;
  height: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaLuaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMui0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaMuh0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMuh0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMuh0 .aspect-ratio {
}
.b-root .bubble-element.baTaLuaN {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--color_background_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 90px;
  max-height: 90px;
  width: 0px;
  flex-grow: 1;
  height: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaLuaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 5;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMub0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 3;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaMug0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaMug0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMug0 .aspect-ratio {
}
.b-root .bubble-element.baTaLuaC {
  overflow: visible;
  justify-content: flex-start;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color_bTHni_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: flex-start;
  min-width: 0px;
  order: 2;
  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: 4;
}
.b-root .bubble-element.baTaMyaE0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 6;
  min-height: 100px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaMyaG0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 20;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyaH0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyaF0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyaF0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyaF0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyaJ0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 18;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaMyaK0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyaI0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyaI0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyaI0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyaM0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyaN0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyaL0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyaL0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyaL0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyaP0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyaQ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyaO0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyaO0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyaO0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyaS0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyaR0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 30px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .baTaMyaR0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyaR0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyaV0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyaU0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyaU0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyaU0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyaY0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 23;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyaX0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyaX0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyaX0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyb0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMya0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMya0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMya0 .aspect-ratio {
}
.b-root .bubble-element.baTaMye0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyd0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyd0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyd0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyh0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyi0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyg0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyg0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyg0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyk0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 27;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyl0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyj0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyj0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyj0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyn0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyo0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMym0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMym0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMym0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyq0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 30;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyr0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyp0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyp0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyp0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyt0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 19;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMys0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMys0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMys0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyw0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMyx0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyv0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 25px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyv0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyv0 .aspect-ratio {
}
.b-root .bubble-element.baTaMyz0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baTaMzaA0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMyy0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMyy0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMyy0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzj0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 24;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaMzk0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzi0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzi0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzi0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzm0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 21;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 7;
}
.b-root .bubble-element.baTaMzn0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzl0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzl0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzl0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzaC0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMzaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzaB0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzaB0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzaB0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzaF0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 29;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMzaG0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzaE0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzaE0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzaE0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzaI0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMzaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzaH0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzaH0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzaH0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzaL0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 25;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 26;
}
.b-root .bubble-element.baTaMzaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzaK0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzaK0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzaK0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzaO0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 28;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMzaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzaN0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzaN0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzaN0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzaR0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 26;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 16;
}
.b-root .bubble-element.baTaMzaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzaQ0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzaQ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzaQ0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzaU0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 22;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 26;
}
.b-root .bubble-element.baTaMzaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzaT0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzaT0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzaT0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzaX0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 27;
}
.b-root .bubble-element.baTaMzaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzaW0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzaW0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzaW0 .aspect-ratio {
}
.b-root .bubble-element.baTaMza0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMzb0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzaZ0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 30px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .baTaMzaZ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzaZ0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzd0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 28;
}
.b-root .bubble-element.baTaMze0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzc0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzc0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzc0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzg0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 30;
}
.b-root .bubble-element.baTaMzh0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzf0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzf0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzf0 .aspect-ratio {
}
.b-root .bubble-element.baTaPuaN {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTHni_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 15px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.baTaPuaS {
  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;
  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.baTaPuaU {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaPuaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPuaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPuaZ {
  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: 5;
}
.b-root .bubble-element.baTaPua {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPue {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaPue img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaPue .aspect-ratio {
}
.b-root .bubble-element.baTaMzo0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 7;
  min-height: 100px;
  width: 100px;
  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.baTaMzs0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzt0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzr0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzr0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzr0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzv0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMzw0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzu0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzu0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzu0 .aspect-ratio {
}
.b-root .bubble-element.baTaMzy0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaMzz0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaMzx0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaMzx0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaMzx0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAaB0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 24;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaAaC0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAaA0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAaA0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAaA0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAaE0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaAaF0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAaD0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAaD0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAaD0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAaH0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  order: 11;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaAaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAaG0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAaG0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAaG0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAaK0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaAaL0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAaJ0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAaJ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAaJ0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAaN0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 34;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaAaO0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAaM0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAaM0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAaM0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAaQ0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaAaR0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAaP0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAaP0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAaP0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAaT0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaAaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAaS0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAaS0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAaS0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAaW0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 32;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaAaX0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAaV0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAaV0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAaV0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAaZ0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaAa0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAaY0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAaY0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAaY0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAc0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 26;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaAd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAb0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAb0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAb0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBaP0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 20;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 7;
}
.b-root .bubble-element.baTaNaBaQ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBaO0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBaO0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBaO0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBaS0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 29;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 9;
}
.b-root .bubble-element.baTaNaBaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBaR0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBaR0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBaR0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBaV0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 10;
}
.b-root .bubble-element.baTaNaBaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBaU0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBaU0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBaU0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBaY0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 25;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 12;
}
.b-root .bubble-element.baTaNaBaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBaX0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBaX0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBaX0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBb0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 19;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 12;
}
.b-root .bubble-element.baTaNaBc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBa0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBa0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBa0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBe0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 14;
}
.b-root .bubble-element.baTaNaBf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBd0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBd0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBd0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBh0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 30;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 17;
}
.b-root .bubble-element.baTaNaBi0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBg0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBg0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBg0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBk0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 35;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaBl0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBl0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBl0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBn0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 15;
}
.b-root .bubble-element.baTaNaBo0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBo0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBo0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAf0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 18;
}
.b-root .bubble-element.baTaNaAg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAe0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAe0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAe0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAi0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 18;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 19;
}
.b-root .bubble-element.baTaNaAj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAh0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAh0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAh0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAl0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 28;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 20;
}
.b-root .bubble-element.baTaNaAm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAk0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAk0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAk0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAo0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaAp0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAn0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAn0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAn0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAr0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 21;
}
.b-root .bubble-element.baTaNaAs0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAq0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAq0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAq0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAu0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 23;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.baTaNaAv0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAt0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAt0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAt0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaAx0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 33;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 22;
}
.b-root .bubble-element.baTaNaAy0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAw0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAw0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAw0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBaA0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 21;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 21;
}
.b-root .bubble-element.baTaNaBaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaAz0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaAz0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaAz0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBaD0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 22;
}
.b-root .bubble-element.baTaNaBaE0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBaC0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 25px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBaC0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBaC0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBaG0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 27;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBaH0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBaF0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBaF0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBaF0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBaJ0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 31;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBaK0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBaI0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBaI0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBaI0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBaM0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 22;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 20;
}
.b-root .bubble-element.baTaNaBaN0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBaL0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBaL0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBaL0 .aspect-ratio {
}
.b-root .bubble-element.baTaPug {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTHni_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 15px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 31;
}
.b-root .bubble-element.baTaPul {
  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;
  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.baTaPuq {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaPur {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPum {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPus {
  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: 5;
}
.b-root .bubble-element.baTaPuw {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaPuw img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaPuw .aspect-ratio {
}
.b-root .bubble-element.baTaPux {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBp0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 8;
  min-height: 100px;
  width: 100px;
  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.baTaNaBu0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBs0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBw0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBw0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBw0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaBx0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaNaBv0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaBz0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaBz0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaBz0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCaA0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaBy0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCaC0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCaC0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCaC0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCaD0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 20;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCaF0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCaF0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCaF0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCaG0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCaE0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCaI0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 30px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .baTaNaCaI0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCaI0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCaJ0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCaH0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCaL0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCaL0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCaL0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCaM0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCaK0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCaO0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCaO0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCaO0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCaP0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 24;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCaN0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCaR0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCaR0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCaR0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCaS0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 30;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCaQ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCaU0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCaU0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCaU0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCaV0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCaX0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCaX0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCaX0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCaY0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 28;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCa0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCa0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCa0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCb0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCd0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCd0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCd0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCe0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCg0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCg0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCg0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCh0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 27;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCj0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCj0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCj0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCk0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 18;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaNaCi0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCm0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCm0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCm0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCn0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaNaCl0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCp0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCp0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCp0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCq0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCo0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCs0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCs0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCs0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCt0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCr0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCv0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCv0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCv0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCw0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 31;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 6;
}
.b-root .bubble-element.baTaNaCu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaCy0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaCy0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaCy0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaCz0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaCx0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDaB0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDaB0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDaB0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDaC0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 29;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaDaA0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDaE0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDaE0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDaE0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDaF0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 22;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaDaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDaH0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDaH0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDaH0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDaI0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 7;
}
.b-root .bubble-element.baTaNaDaG0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDaK0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDaK0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDaK0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDaL0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 19;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 8;
}
.b-root .bubble-element.baTaNaDaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDaN0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDaN0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDaN0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDaO0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 26;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 10;
}
.b-root .bubble-element.baTaNaDaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDaQ0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDaQ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDaQ0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDaR0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 21;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 23;
}
.b-root .bubble-element.baTaNaDaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDaT0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDaT0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDaT0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDaU0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 24;
}
.b-root .bubble-element.baTaNaDaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDaW0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDaW0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDaW0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDaX0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 24;
}
.b-root .bubble-element.baTaNaDaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDaZ0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDaZ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDaZ0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDa0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 32;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 25;
}
.b-root .bubble-element.baTaNaDaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDc0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDc0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDc0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDd0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 25;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaDb0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDf0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDf0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDf0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDg0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 23;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 9;
}
.b-root .bubble-element.baTaNaDe0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDi0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDi0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDi0 .aspect-ratio {
}
.b-root .bubble-element.baTaPvaC {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_bTHni_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 15px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 31;
}
.b-root .bubble-element.baTaPvaE {
  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;
  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.baTaPvaJ {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaPvaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPvaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPvaO {
  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: 5;
}
.b-root .bubble-element.baTaPvaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 600;
  color: rgba(68,68,68,1);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaPvaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaPvaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaPvaQ .aspect-ratio {
}
.b-root .bubble-element.baTaNaDh0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 9;
  min-height: 100px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaNaDl0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 40;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baTaNaDm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDk0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDk0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDk0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDo0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 25;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaDp0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDn0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDn0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDn0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDr0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaDs0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDq0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDq0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDq0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDu0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 37;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaDv0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDt0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDt0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDt0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaDx0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaDy0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDw0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDw0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDw0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaEaA0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaEaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaDz0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaDz0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaDz0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaEaD0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 22;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
.b-root .bubble-element.baTaNaEaE0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(68,68,68,1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 120px;
  flex-grow: 1;
  height: 22px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaNaEaC0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaNaEaC0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaNaEaC0 .aspect-ratio {
}
.b-root .bubble-element.baTaNaEaG0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  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: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 4;
}
