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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/static/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Material Icons Outline";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/fonts/MaterialIcons-Outlined.woff2) format("woff2"), url(/static/fonts/MaterialIconsOutlined-Regular.otf) format("opentype");
}
.material-icons {
  font-family: "Material Icons";
}

.material-icons-outline {
  font-family: "Material Icons Outline";
}

.material-icons,
.material-icons-outline {
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.bubble-element.materialicons-Materialicon svg {
  vertical-align: bottom;
}

body {--stylesheet-active: true;}
.b-root .bubble-element.covraM {
  background-color: rgba(255,255,255,1);
  min-width: 0px;
  min-height: 100%;
  min-height: max(500px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  height: max-content;
  flex-shrink: 0;
  opacity: 1;
}
.b-root body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-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;
}
.b-root .covraM> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpjaZa {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 500px;
  height: initial;
  margin-right: auto;
  position: fixed;
  z-index: 1503;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .cpjaZa> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpjaZc {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 100%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cpjaZc> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpaXnx {
  overflow: hidden auto;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 600px;
  order: 4;
  min-height: 0px;
  max-height: 100%;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 55px;
  margin-right: 0px;
  margin-bottom: 200px;
  z-index: 2;
}
.b-root .bubble-element.cpaXnaC {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cpaXnaC> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 5px;
}
.b-root .bubble-element.cpaXnaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 1px;
  font-weight: 400;
  color: rgba(0,0,0,0);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 24;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpaXnaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 20px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpaXnaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpaXnaT {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpaXnaU {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpaXnq {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  order: 26;
  min-height: 58px;
  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 .cpaXnq> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cpaXnr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(160,160,160,1);
  text-align: center;
  line-height: 1;
  padding: 20px 0px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 106px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXns {
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 106px;
  min-height: 3px;
  max-height: 3px;
  width: calc(100% - 0px);
  height: 3px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cpaXns .aspect-ratio {
}
.b-root .bubble-element.cpaXlo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpxzo0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 6px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 182;
}
.b-root .bubble-element.cpaXnw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 27px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 85%;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpxzv0 {
  color: rgba(208, 153, 27, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 19px;
  max-width: 19px;
  order: 2;
  min-height: 19px;
  max-height: 19px;
  width: 19px;
  flex-grow: 1;
  height: 19px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cqaEca {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cqaEdo {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 10px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cqaEdi {
  color: rgba(255,153,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 8;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cqaEeaC {
  color: rgba(255,153,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 9;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cqaEeaI {
  color: rgba(255,153,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 7;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cqaEeaO {
  color: rgba(255,153,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cqaEeaU {
  color: rgba(255,153,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cqaEea {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cqaEeg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(34,34,34,1);
  line-height: 1.2;
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cqaEem {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 18;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 183;
}
.b-root .bubble-element.cpaYaJm {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 60%;
  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: 181;
}
.b-root .bubble-element.cpaYaJn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cpwaUa {
  color: rgba(50, 31, 198, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 18px;
  max-width: 18px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 169;
}
.b-root .bubble-element.cpaYaJs {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 60%;
  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: 181;
}
.b-root .bubble-element.cpaYaJt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cpwaUg {
  color: rgba(0,140,255,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 169;
}
.b-root .bubble-element.cpaXnaB {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  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: 70px;
  z-index: 2;
}
.b-root .cpaXnaB> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpaXls {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 25px 0px 100px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 134px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 226;
}
.b-root .bubble-element.cpaXlt {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpaXlt> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpaXlu {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(238,238,238,1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 15px 10px 15px 10px;
  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: 0px;
  margin-right: 10px;
  margin-bottom: 15px;
  z-index: 255;
}
.b-root .bubble-element.cpaXly {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 261;
}
.b-root .bubble-element.cpaXlz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 261;
}
.b-root .bubble-element.cpaXmaA {
  border-style: solid;
  border-width: 3px;
  border-color: rgba(231,231,231,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  width: 50px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 215;
}
.b-root .cpaXmaA img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 100px;
}
.b-root .cpaXmaA .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpaXmaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 260;
}
.b-root .bubble-element.cpaXmaF {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 255;
}
.b-root .bubble-element.cpaXmaM {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 7px 3px 7px;
  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: 259;
}
.b-root .bubble-element.cpaXmaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 600;
  color: rgba(48,48,48,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpxvaO {
  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: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 260;
}
.b-root .bubble-element.cpaXmaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 80%;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  width: max-content;
  flex-grow: 0;
  height: 19px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpaXmaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(166, 166, 166, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 158px;
  max-width: 158px;
  order: 4;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: 158px;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpmaNa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpxto {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 262;
}
.b-root .bubble-element.cpxtu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 180px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpxuaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 1px 0px 1px 0px;
  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: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpxuaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(166, 166, 166, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 158px;
  max-width: 158px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: 158px;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpxuaY {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(223,223,223,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 264;
}
.b-root .bubble-element.cpxuf {
  color: rgba(195,195,195,1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 264;
}
.b-root .bubble-element.cpxux {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,136,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 180px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpaXmaX {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 5px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  order: 6;
  min-height: 115px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 100px;
  z-index: 217;
}
.b-root .cpaXmaX> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpaXmaY {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 500px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 35px;
  z-index: 2;
}
.b-root .cpaXmaY> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpjyk {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cpjwl {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 30px 0px 10px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpjyaE {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 68;
}
.b-root .bubble-element.cpjyaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cppch0 {
  color: rgba(142,159,189,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cpaoo {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(234, 234, 234, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .cpaoo> .bubble-r-container {
  justify-content: space-between;
}
.b-root .bubble-element.cpaot {
  overflow: visible;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 35%;
  order: 3;
  min-height: 100%;
  width: 100px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cpaot> .bubble-r-container {
}
.b-root .bubble-element.cpapaA {
  overflow: visible;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 100%;
  min-height: 100%;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpapaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 0px;
  width: 80px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpapaF {
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cpapaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.b-root .cpapaF .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpjyaQ {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 8px 12px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 100%;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpjyc {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpapaQ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 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% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpapaR {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpapaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(74, 74, 74, 1);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 100%;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpapaW {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 1px;
  max-height: 1px;
  width: calc(100% - 0px);
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cpapaW .aspect-ratio {
}
.b-root .bubble-element.cpapaX {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,0,0,1);
  text-align: center;
  line-height: 1;
  padding: 4px 7px 2px 7px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpmom {
  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;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpapaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(27,27,27,1);
  line-height: 1.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  max-width: 70%;
  order: 2;
  min-height: 10px;
  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.cqaCaFw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 300;
  color: rgba(111,111,111,1);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpmaPaA {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cpapaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(49,49,49,1);
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  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: 3;
}
.b-root .bubble-element.cqaEgu0 {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 5px 5px 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: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  gap: 3px;
  align-items: center;
}
.b-root .cqaEgu0 .icon-item {
  width: 11px;
  height: 11px;
  color: rgba(255,153,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cqaEgu0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpkaKaM {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(237,0,0,1);
  text-align: center;
  line-height: 1.3;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 18px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.cppaaM0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  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: 6;
}
.b-root .cppaaM0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cppaYk0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 0px 10px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cppaYl0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 68;
}
.b-root .bubble-element.cppaYm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  color: rgba(28,28,28,1);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cppcaV0 {
  color: rgba(50, 31, 198, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cppaaY0 {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 10%);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 2;
}
.b-root .cppaaY0> .group-item {
  min-width: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.cppad0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  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: 159;
}
.b-root .bubble-element.cppae0 {
  overflow: visible;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cppai0 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .cppai0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.b-root .cppai0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cppav0 {
  overflow: visible;
  visibility: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cppbaA0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 0px;
  width: 80px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cppbaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  padding: 6px 8px 4px 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cppbaC0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 7px 12px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cppbaH0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cppbaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(27,27,27,1);
  line-height: 1.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  order: 6;
  min-height: 40px;
  max-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 7px);
  margin-left: 7px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cppbaY0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 7px);
  margin-left: 7px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cppbaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 10px;
  font-weight: 400;
  color: rgba(49,49,49,1);
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  height: 21px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaEhaA0 {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 5px 5px 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: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  gap: 3px;
  align-items: center;
}
.b-root .cqaEhaA0 .icon-item {
  width: 11px;
  height: 11px;
  color: rgba(255,153,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cqaEhaA0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cppcz0 {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cppct0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(156,156,156,1);
  text-align: center;
  line-height: 1;
  padding: 4px 7px 2px 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cppdaG0 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  max-width: 80%;
  min-height: 1px;
  max-height: 1px;
  width: calc(100% - 0px);
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cppdaG0 .aspect-ratio {
}
.b-root .bubble-element.cprraI {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  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: 6;
}
.b-root .cprraI> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cprsaK {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 10%);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 2;
}
.b-root .cprsaK> .group-item {
  min-width: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.cprsaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  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: 159;
}
.b-root .bubble-element.cprsaP {
  overflow: visible;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cprsaQ {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .cprsaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.b-root .cprsaQ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cprsaU {
  overflow: visible;
  visibility: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cprsaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 0px;
  width: 80px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cprsaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  padding: 6px 8px 4px 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cprsa {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 7px 12px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cprsb {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cprsc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(27,27,27,1);
  line-height: 1.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  order: 6;
  min-height: 40px;
  max-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 7px);
  margin-left: 7px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cprsg {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 7px);
  margin-left: 7px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cprsh {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 10px;
  font-weight: 400;
  color: rgba(49,49,49,1);
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  height: 21px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaEhaG0 {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 5px 5px 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: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  gap: 3px;
  align-items: center;
}
.b-root .cqaEhaG0 .icon-item {
  width: 11px;
  height: 11px;
  color: rgba(255,153,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cqaEhaG0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cprsm {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 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: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cprsn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(156,156,156,1);
  text-align: center;
  line-height: 1;
  padding: 4px 7px 2px 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cprso {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  max-width: 80%;
  min-height: 1px;
  max-height: 1px;
  width: calc(100% - 0px);
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cprso .aspect-ratio {
}
.b-root .bubble-element.cqaJgz {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 0px 10px 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: auto;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaJiaM {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 68;
}
.b-root .bubble-element.cqaJiaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  color: rgba(28,28,28,1);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cqaJiaO {
  color: rgba(50, 31, 198, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cpsaJq0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(123,123,123,1);
  text-align: center;
  line-height: 1.3;
  padding: 10px 20px 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(234,234,234,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 18px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 5px;
  z-index: 5;
}
.b-root .bubble-element.cpjwaA {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 0px);
  grid-auto-flow: column;
  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: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cpjwaA> .group-item {
  min-width: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpwaUaG {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 40px;
  min-height: 40px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpjwaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(32,32,32,1);
  text-align: center;
  line-height: 1;
  padding: 13px 15px 13px 15px;
  border-radius: 13px;
  -moz-border-radius: 13px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.cpkaAy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 8px;
  font-weight: bold;
  color: rgba(45,45,45,1);
  text-align: center;
  line-height: 1;
  padding: 5px 5px 3px 5px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 17px;
  min-height: 17px;
  max-height: 17px;
  width: max-content;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -5px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpjug {
  visibility: hidden;
  padding: 4px 4px 4px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  order: 4;
  min-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cpaXny {
  justify-content: flex-end;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 256px;
  max-width: 256px;
  min-height: 313px;
}
.b-root .cpaXny.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.cpaXoaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 60px 0px 60px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 256px;
  max-width: 256px;
  order: 1;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 256px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 199;
}
.b-root .bubble-element.cpaXoaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 215px;
  order: 2;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXvaQ {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: initial;
  max-height: 100%;
  margin-right: auto;
  position: absolute;
  z-index: 1507;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .cpaXvaQ> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpaXwaA {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 100%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpaXwaA> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpaXaPaA {
  overflow: hidden auto;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 70px 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 600px;
  order: 1;
  min-height: 0px;
  max-height: 100%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXaQg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 0px 150px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  order: 4;
  min-height: 413px;
  height: max-content;
  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.cpaXaQaD {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(240, 240, 240, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 20px 20px 15px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  order: 8;
  min-height: 100px;
  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: 104;
}
.b-root .bubble-element.cpaXaQaE {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .bubble-element.cpaXaQaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 195px;
  order: 1;
  min-height: 15px;
  width: 195px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cqaOnn {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.cqaCjq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 124;
}
.b-root .bubble-element.cqaCjk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  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: 123;
}
.b-root .bubble-element.cqaCje {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 122;
}
.b-root .bubble-element.cqaCjy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 123;
}
.b-root .bubble-element.cqaCkaE {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 122;
}
.b-root .bubble-element.cqaCkaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 123;
}
.b-root .bubble-element.cqaCkaQ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 122;
}
.b-root .bubble-element.cqaCkaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  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: 123;
}
.b-root .bubble-element.cqaCkc {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 122;
}
.b-root .bubble-element.cqaCki {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 123;
}
.b-root .bubble-element.cqaCko {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 122;
}
.b-root .bubble-element.cqaClaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,0,0,1);
  text-align: center;
  line-height: 1.2;
  padding: 10px 0px 10px 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  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: 10px;
  z-index: 123;
}
.b-root .bubble-element.cpaXaQaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 42px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 117;
}
.b-root .bubble-element.cpaXaQc {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(156,156,156,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 42px;
  order: 11;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 117;
}
.b-root .bubble-element.cpaXaPaB {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 15px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  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: 119;
}
.b-root .bubble-element.cpaXaPaH {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cpaXaPaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 13px 0px 13px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 231, 1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXaPaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 13px 0px 13px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 231, 1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  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.cpaXaPaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
  z-index: 122;
}
.b-root .bubble-element.cpaXaPaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231,231,231,1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXaPaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 231, 1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpwmw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 231, 1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXaPaG {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 231, 1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaJaFaD {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 231, 1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXaPaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 208px;
  max-width: 208px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 208px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 112;
}
.b-root .bubble-element.cqaOoaY {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(240,240,240,1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 20px 15px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 117;
}
.b-root .bubble-element.cqaOoaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 208px;
  max-width: 208px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 208px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 112;
}
.b-root .bubble-element.cqaNcy {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 114;
}
.b-root .bubble-element.cqaNdaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 112;
}
.b-root .bubble-element.cqaNdaA {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 150px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 0px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cqaNfaD {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 114;
}
.b-root .bubble-element.cqaNfaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 112;
}
.b-root .bubble-element.cqaNfaJ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 150px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 0px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cqaNaXaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(240, 240, 240, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 118;
}
.b-root .bubble-element.cqaNdaQ {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 114;
}
.b-root .bubble-element.cqaNdaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 112;
}
.b-root .bubble-element.cqaNdaW {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 100px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: 0px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cqaNdq {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 15px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 114;
}
.b-root .bubble-element.cqaNdw {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 150px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 0px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cqaNeaU {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 150px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 0px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cqaOsaG {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 15px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 114;
}
.b-root .bubble-element.cqaOsaI {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 150px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 0px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cqaOsaM {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 150px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 0px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cqaPaNaG {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 168;
}
.b-root .cqaPaNaG> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 15px;
}
.b-root .bubble-element.cqaPaNaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 112;
}
.b-root .bubble-element.cqaPaNaM {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 66;
}
.b-root .cqaPaNaM> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.cqaPaNaN {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 169;
}
.b-root .bubble-element.cqaPaNaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 112;
}
.b-root .bubble-element.cqaPaNaT {
  color: rgba(147,147,147,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 168;
}
.b-root .bubble-element.cqaPaOaO {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 169;
}
.b-root .bubble-element.cqaOng {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 208px;
  max-width: 208px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 208px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 112;
}
.b-root .bubble-element.cqaNcaV {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 115;
}
.b-root .bubble-element.cqaNba {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 7px 0px 7px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 114;
}
.b-root .bubble-element.cqaNaXd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 10px 0px 10px 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  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: 112;
}
.b-root .bubble-element.cqaNbk {
  color: rgba(160,160,160,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cqaNbq {
  color: rgba(160,160,160,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cqaNcaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  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: 112;
}
.b-root .bubble-element.cqaNci {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 116;
}
.b-root .bubble-element.cqaNaXj {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cqaNaXaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  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: 112;
}
.b-root .bubble-element.cqaNaXaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 112;
}
.b-root .bubble-element.cqaNaXaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  padding: 5px 0px 5px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 112;
}
.b-root .bubble-element.cqaNaWy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 112;
}
.b-root .bubble-element.cqaNcs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  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: 112;
}
.b-root .bubble-element.cqaOsf {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,0,0,1);
  text-align: center;
  line-height: 1;
  padding: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,0,0,1);
  border-radius: 7px;
  -moz-border-radius: 7px;
  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: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 167;
}
.b-root .bubble-element.cpwnz {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(240, 240, 240, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 114;
}
.b-root .bubble-element.cpwnt {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 130px;
  order: 2;
  min-height: 43px;
  max-height: 43px;
  width: 0px;
  flex-grow: 1;
  height: 43px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cpwoaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 112;
}
.b-root .bubble-element.cpwnaU {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 0px 30px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 119;
}
.b-root .bubble-element.cpyaAq0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 122;
}
.b-root .bubble-element.cpyaAs0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 15px 10px 15px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231,231,231,1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpyaAw0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 231, 1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  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.cqaOnaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 208px;
  max-width: 208px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 208px;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 112;
}
.b-root .bubble-element.cpaXaUaS {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 30px 0px 80px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  order: 1;
  min-height: 500px;
  height: max-content;
  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.cpaXaQh {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 275px;
  order: 13;
  min-height: 72px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 106;
}
.b-root .bubble-element.cpaXaQm {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpaXaQn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpaXaQo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1;
  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: 0;
}
.b-root .bubble-element.cqaSbe {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 110;
}
.b-root .bubble-element.cpaXaRaK {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 180;
}
.b-root .bubble-element.cpaXaRaL {
  overflow: visible;
  justify-content: space-around;
  border-radius: 10px;
  -moz-border-radius: 10px;
  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: 0px;
  z-index: 106;
}
.b-root .bubble-element.cpaXaRaM {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 0px 0px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 25%;
  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.cpaXaRaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.1;
  padding: 0px 5px 0px 5px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 54px;
  order: 2;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpaXaRaR {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 32px;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpaXaRaR img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaXaRaR .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpaXaRaW {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 0px 0px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 25%;
  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: 2;
}
.b-root .bubble-element.cpaXaRaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.1;
  padding: 0px 5px 0px 5px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 54px;
  order: 2;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpaXaRaY {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpaXaRaY img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaXaRaY .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpaXaRd {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 0px 0px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 25%;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXaRe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.1;
  padding: 0px 5px 0px 5px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 54px;
  order: 2;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpaXaRi {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpaXaRi img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaXaRi .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpaXaRk {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 0px 0px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 25%;
  order: 5;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXaRo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.1;
  padding: 0px 5px 0px 5px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 54px;
  order: 2;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpaXaRp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 34px;
  max-width: 34px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpaXaRp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaXaRp .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpaXaRu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 54px;
  order: 1;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 1;
}
.b-root .bubble-element.cpaXaRw {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 177px;
  order: 5;
  min-height: 18px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cpaXaSaA {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(237,0,0,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 50px;
  order: 6;
  min-height: 18px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cpaXaSaB {
  overflow: visible;
  justify-content: center;
  row-gap: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 180;
}
.b-root .bubble-element.cqaRng {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXaSaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaRoaF {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXaSaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaRoc {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaRnz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 500;
  color: rgba(95, 95, 95, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaRoj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 2px;
  max-height: 2px;
  width: calc(100% - 0px);
  height: 2px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cqaRoj .aspect-ratio {
}
.b-root .bubble-element.cqaRno {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 5px 10px 5px;
  opacity: 1;
  cursor: default;
  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: 24;
}
.b-root .bubble-element.cqaRnt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpaXaSaH {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 180;
}
.b-root .bubble-element.cpaXaSaU {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 13px;
  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: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 17;
}
.b-root .bubble-element.cpaXaSaY {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cpaXaSaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cpaXaSa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: 17;
}
.b-root .bubble-element.cpaXaSe {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px 10px 15px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cpaXaSf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1;
  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: 6;
}
.b-root .bubble-element.cpaXaSg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpaXaSk {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cpaXaSl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cpaXaSm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: 17;
}
.b-root .bubble-element.cpaXaTaC {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 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% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cpaXaTaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpaXaTaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: 8;
}
.b-root .bubble-element.cpaXaTaI {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cpaXaTaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpaXaTaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpaXaTaO {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cpaXaTaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpaXaTaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: 16;
}
.b-root .bubble-element.cpaXaSq {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 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% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cpaXaSr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(168, 168, 168, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpaXaSs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(168,168,168,1);
  text-align: right;
  line-height: 1;
  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: 16;
}
.b-root .bubble-element.cpxaPe {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cpxaQf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpxaQg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: 16;
}
.b-root .bubble-element.cpxaQr {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cpxaRaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpxaRaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(233,0,0,1);
  text-align: right;
  line-height: 1;
  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: 16;
}
.b-root .bubble-element.cpaXaTaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 54px;
  order: 1;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 1;
}
.b-root .bubble-element.cpaXaTaV {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 0px 10px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 228;
}
.b-root .bubble-element.cpaXaTaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 177px;
  max-width: 85%;
  order: 2;
  min-height: 31px;
  width: 177px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpaXaTb {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 180;
}
.b-root .cpaXaTb> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.cpaXaTc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 54px;
  order: 1;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 1;
}
.b-root .bubble-element.cpaXaTg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 16px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 104;
}
.b-root .cpaXaTg> .group-item {
  min-height: 16px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpaXaTh {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 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% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 40;
}
.b-root .bubble-element.cpaXaTi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 40%;
  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: 36;
}
.b-root .bubble-element.cpaXaTm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 60%;
  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: 33;
}
.b-root .bubble-element.cpaXaTn {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(167,167,167,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 60%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 38;
}
.b-root .bubble-element.cpaXaTo {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(167,167,167,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 60%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 38;
}
.b-root .bubble-element.cpaXaTs {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  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% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 180;
}
.b-root .bubble-element.cpaXaTt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  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: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cpaXaTu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaNaVe {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(177,177,177,1);
  line-height: 1.2;
  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: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cpaXaQs {
  overflow: visible;
  justify-content: center;
  row-gap: 6px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 180;
}
.b-root .bubble-element.cpaXaQt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpvaRe {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 15;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 183;
}
.b-root .bubble-element.cpaXaTy {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  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% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 181;
}
.b-root .bubble-element.cpaXaTz {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  cursor: default;
  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: 106;
}
.b-root .bubble-element.cpaXaUaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpaXaUaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpaXaUaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1;
  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: 0;
}
.b-root .bubble-element.cqaSbaS {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 110;
}
.b-root .bubble-element.cpaXaUaK {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 277px;
  order: 2;
  min-height: 57px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 179;
}
.b-root .bubble-element.cpaXaUaL {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 68px;
  order: 4;
  min-height: 44px;
  width: 68px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXaUaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 66px;
  min-height: 23px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cpaXaQz {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpaXaRaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 109;
}
.b-root .bubble-element.cpaXaRaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 108;
}
.b-root .bubble-element.cpaXaRaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 108;
}
.b-root .bubble-element.cqaSbaM {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 110;
}
.b-root .bubble-element.cpwxo {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  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% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 181;
}
.b-root .bubble-element.cpwxq {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 106;
}
.b-root .bubble-element.cpwxv {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpwxw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpxaTaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(245,0,0,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaSbaY {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 110;
}
.b-root .bubble-element.cpwyaB {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 277px;
  order: 3;
  min-height: 57px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 179;
}
.b-root .bubble-element.cpwyaC {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 68px;
  order: 3;
  min-height: 48px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpwyaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 66px;
  min-height: 23px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cpxaBaT {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(107, 107, 107, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpvaTaJ {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 15px 10px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 180;
}
.b-root .bubble-element.cpvaTaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  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: 1;
}
.b-root .bubble-element.cpwoaQ {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 15px 10px 15px;
  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% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 180;
}
.b-root .bubble-element.cpwoaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 1;
}
.b-root .bubble-element.cpwoaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaNzaA {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  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% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 180;
}
.b-root .cqaNzaA> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.cqaNzaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 54px;
  order: 1;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 1;
}
.b-root .bubble-element.cqaNzaG {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 16px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 104;
}
.b-root .cqaNzaG> .group-item {
  min-height: 16px;
  box-sizing: content-box;
}
.b-root .bubble-element.cqaNzaH {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 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% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 40;
}
.b-root .bubble-element.cqaNzaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 33;
}
.b-root .bubble-element.cqaOaAaO {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 37;
}
.b-root .bubble-element.cqaOaAaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  color: rgba(153,153,153,1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  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: 36;
}
.b-root .bubble-element.cqaNzaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 36;
}
.b-root .bubble-element.cqaQxa {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  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% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 180;
}
.b-root .bubble-element.cqaQxn {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaQxg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(202,202,202,1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaQyaQ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaQyaK {
  color: rgba(126,126,126,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  width: 23px;
  flex-grow: 1;
  height: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaQxc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaQxy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 54px;
  order: 1;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 1;
}
.b-root .bubble-element.cqaQyaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(107,107,107,1);
  line-height: 1.3;
  padding: 15px 0px 0px 0px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(188,188,188,1);
  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: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaQyj {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaQyo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(202,202,202,1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaQyp {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaQyq {
  color: rgba(126,126,126,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  width: 23px;
  flex-grow: 1;
  height: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaQyu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaQzaN {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaQzaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(202,202,202,1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaQzaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaQzaU {
  color: rgba(126,126,126,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  width: 23px;
  flex-grow: 1;
  height: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaQzaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaQzr {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaQzw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(202,202,202,1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaQzx {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaQzy {
  color: rgba(126,126,126,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  width: 23px;
  flex-grow: 1;
  height: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaRaAaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaRaAaV {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaRaAa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(202,202,202,1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cqaRaAb {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaRaAc {
  color: rgba(126,126,126,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  width: 23px;
  flex-grow: 1;
  height: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaRaAg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpaXaYg {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 30px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 0px 90px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  order: 5;
  min-height: 500px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpaXcaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  order: 1;
  min-height: 74px;
  height: max-content;
  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.cpaXcaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  order: 2;
  min-height: 1123px;
  height: max-content;
  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.cpaXaYk {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  order: 19;
  min-height: 251px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaYl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 204px;
  max-width: 204px;
  order: 1;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 204px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 73;
}
.b-root .bubble-element.cpaXaYm {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 76;
}
.b-root .bubble-element.cpaXaYq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 71;
}
.b-root .bubble-element.cpaXaYr {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 71;
}
.b-root .bubble-element.cpaXaYs {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 77;
}
.b-root .bubble-element.cpaXaYw {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 71;
}
.b-root .bubble-element.cpaXaYx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 71;
}
.b-root .bubble-element.cpaXaYy {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 78;
}
.b-root .bubble-element.cpaXaZaC {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 74;
}
.b-root .bubble-element.cpaXaZaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 74;
}
.b-root .bubble-element.cpaXaZaE {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 5;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaZaI {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 75;
}
.b-root .bubble-element.cpaXaZaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 75;
}
.b-root .bubble-element.cpaXaZaK {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 81;
}
.b-root .bubble-element.cpaXaZaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 76;
}
.b-root .bubble-element.cpaXaZaP {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 168px;
  max-width: 168px;
  order: 2;
  min-height: 38px;
  width: 168px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 77;
}
.b-root .bubble-element.cpaXaZaQ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 38px;
  max-height: 38px;
  width: 48px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 76;
}
.b-root .bubble-element.cpaXaZaU {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 55px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 76;
}
.b-root .bubble-element.cpaXaZaV {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 3;
  min-height: 38px;
  max-height: 38px;
  width: 45px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 76;
}
.b-root .bubble-element.cpaXaZaW {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 20;
  min-height: 98px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 82;
}
.b-root .bubble-element.cpaXaZa {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 0px;
  z-index: 80;
}
.b-root .bubble-element.cpaXaZb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaZc {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaZg {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 81;
}
.b-root .bubble-element.cpaXaZh {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaZi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXbq {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 83;
}
.b-root .bubble-element.cpaXbr {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 3;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpaXbs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.cqaOaTaK {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpaXaZm {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 10;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 84;
}
.b-root .bubble-element.cpaXaZn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cpaXaZo {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cpaXaZs {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 11;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 85;
}
.b-root .bubble-element.cpaXaZt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 69;
}
.b-root .bubble-element.cpaXaZu {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 69;
}
.b-root .bubble-element.cpaXaZy {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 12;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 86;
}
.b-root .bubble-element.cpaXaZz {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 69;
}
.b-root .bubble-element.cpaXaaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 69;
}
.b-root .bubble-element.cpaXaaE {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 13;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 87;
}
.b-root .bubble-element.cpaXaaF {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaaK {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 14;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 88;
}
.b-root .bubble-element.cpaXaaL {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 80;
}
.b-root .bubble-element.cpaXaaQ {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 15;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 89;
}
.b-root .bubble-element.cpaXaaR {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaaW {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 16;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 90;
}
.b-root .bubble-element.cpaXaaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaaX {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXac {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 17;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 91;
}
.b-root .bubble-element.cpaXad {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXae {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXai {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 18;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 92;
}
.b-root .bubble-element.cpaXaj {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXak {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXao {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 21;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 93;
}
.b-root .bubble-element.cpaXap {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXau {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 22;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 94;
}
.b-root .bubble-element.cpaXav {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXaw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXbaA {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 23;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 95;
}
.b-root .bubble-element.cpaXbaB {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXbaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXbaG {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 26;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 96;
}
.b-root .bubble-element.cpaXbaH {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0,0,0,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXbaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXbaM {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 83;
}
.b-root .bubble-element.cpaXbaN {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpaXbaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.cpaXbaS {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 83;
}
.b-root .bubble-element.cpaXbaT {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpaXbaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.cpaXbw {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 8;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 83;
}
.b-root .bubble-element.cpaXbx {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpaXby {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.cpaXcaC {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 9;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 83;
}
.b-root .bubble-element.cpaXcaD {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpaXcaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.cpaXbaY {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 6;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 83;
}
.b-root .bubble-element.cpaXbaZ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpaXba {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 1;
  min-height: 17px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.cpaXbe {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 7;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 83;
}
.b-root .bubble-element.cpaXbf {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpaXbg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 1;
  min-height: 17px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.cpaXbk {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 24;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 95;
}
.b-root .bubble-element.cpaXbl {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpaXbm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpfik {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 25;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 96;
}
.b-root .bubble-element.cpfim {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0,0,0,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpfiq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpwpg0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 27;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 97;
}
.b-root .bubble-element.cpwpaM0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 95;
}
.b-root .bubble-element.cpwpaO0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpwpaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  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: 79;
}
.b-root .bubble-element.cpwpaU0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 95;
}
.b-root .bubble-element.cpwpaZ0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpwpa0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  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: 79;
}
.b-root .bubble-element.cpwpr0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  height: 27px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpwpx0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 38px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 95;
}
.b-root .bubble-element.cpwqaC0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 85px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 79;
}
.b-root .bubble-element.cpwqaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  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: 79;
}
.b-root .bubble-element.cpaXcaW {
  width: initial;
  min-width: 50px;
  min-height: 50px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 50px;
  height: initial;
  max-height: 50px;
  margin-right: auto;
  position: absolute;
  z-index: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
}
.b-root .bubble-element.cpaXdaF {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 15px;
  width: 12px;
  height: 12px;
  z-index: 8;
}
.b-root .cpaXdaF .aspect-ratio {
}
.b-root .bubble-element.cpaXdaG {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 30px;
  width: 12px;
  height: 12px;
  z-index: 9;
}
.b-root .cpaXdaG .aspect-ratio {
}
.b-root .bubble-element.cpaXdaK {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 12px;
  height: 12px;
  z-index: 8;
}
.b-root .cpaXdaK .aspect-ratio {
}
.b-root .bubble-element.cpaXdaL {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 4px;
  left: 13px;
  width: 12px;
  height: 12px;
  z-index: 9;
}
.b-root .cpaXdaL .aspect-ratio {
}
.b-root .bubble-element.cpaXfaO {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 30px 0px 30px 0px;
  opacity: 1;
  cursor: pointer;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 300px;
  min-height: 0px;
}
.b-root .cpaXfaO.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.cpaXfaQ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 30px 20px 30px 20px;
  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: 115;
}
.b-root .bubble-element.cqaSaaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 119;
}
.b-root .bubble-element.cpaXfaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 222px;
  max-width: 222px;
  order: 3;
  min-height: 87px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 222px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 114;
}
.b-root .bubble-element.cpaXfaU {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 43px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 113;
}
.b-root .bubble-element.cpaXfaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  padding: 0px 5px 0px 5px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 25px;
  width: 100px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 105;
}
.b-root .bubble-element.cpaXfa {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 43px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 115;
}
.b-root .bubble-element.cpaXfb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  padding: 0px 5px 0px 5px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 25px;
  width: 100px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 105;
}
.b-root .bubble-element.cqaSah {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 116;
}
.b-root .bubble-element.cqaSfs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 31px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 116;
}
.b-root .bubble-element.cpaXgaS {
  justify-content: flex-start;
  row-gap: 50px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 40px 20px 40px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 320px;
  max-width: 320px;
  min-height: 0px;
}
.b-root .cpaXgaS.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.cpaXhaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  order: 4;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cpaXhaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 23px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.16);
  line-height: 1;
  padding: 0px 50px 0px 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpxaOb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 46;
}
.b-root .bubble-element.cpaXkaC {
  justify-content: flex-end;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 256px;
  max-width: 256px;
  min-height: 313px;
}
.b-root .cpaXkaC.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.cpaXkaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 60px 0px 60px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 256px;
  max-width: 256px;
  order: 1;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 256px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 199;
}
.b-root .bubble-element.cpaXkaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 215px;
  order: 2;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXkaM {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,133,250,1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 215px;
  order: 3;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 15px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaXkaN {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 230px;
  order: 1;
  min-height: 185px;
  height: 185px;
  flex-grow: 1;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: -50px;
  margin-right: 10px;
  margin-bottom: 15px;
  z-index: 3;
}
.b-root .cpaXkaN img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
}
.b-root .cpaXkaN .aspect-ratio {
}
.b-root .bubble-element.cpaYcc {
  width: initial;
  min-width: 320px;
  min-height: 101px;
  left: 0px;
  right: 0px;
  top: unset;
  bottom: 0px;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1505;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.cpaYce {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 320px;
  max-width: 600px;
  min-height: 101px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaYco {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 161px;
  order: 2;
  min-height: 55px;
  width: 161px;
  flex-grow: 1;
  height: max-content;
  margin-left: 15px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cpaYcp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 23px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.16);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 161px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 161px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpaYkaD {
  width: initial;
  min-width: 0px;
  min-height: 50px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1506;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.cqaGaVaQ0 {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 600px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpaaCw0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpiuw2 {
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 30px 0px 30px 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 300px;
  min-height: 0px;
}
.b-root .cpiuw2.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.cpiuy2 {
  overflow: visible;
  justify-content: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 222px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 63;
}
.b-root .bubble-element.cpivaJ2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(132,132,132,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 18px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  z-index: 4;
}
.b-root .bubble-element.cpivh2 {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 20px 15px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpivy2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 13px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cpivz2 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cpiwaA2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cpiwaE2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: 17;
}
.b-root .bubble-element.cpiwaF2 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px 10px 15px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cpiwaG2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1;
  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: 6;
}
.b-root .bubble-element.cpiwaK2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpiwaL2 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cpiwaM2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cpiwaQ2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: 17;
}
.b-root .bubble-element.cpiwd2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cpiwe2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpiwi2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: 8;
}
.b-root .bubble-element.cpiwj2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 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% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cpiwk2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpiwo2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpiwp2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cpiwq2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpiwu2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: 16;
}
.b-root .bubble-element.cpiwaR2 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cpiwaS2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(168, 168, 168, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpiwaW2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(168,168,168,1);
  text-align: right;
  line-height: 1;
  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: 16;
}
.b-root .bubble-element.cpiwaX2 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cpiwaY2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpiwc2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpvaQaI {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 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% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cpvaQaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpvaQaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: 8;
}
.b-root .bubble-element.cpvaUaS {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cpvaUaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpvaUaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  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: 8;
}
.b-root .bubble-element.cpixaM2 {
  overflow: visible;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(233,233,233,1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpivaD2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(233, 233, 233, 1);
  border-bottom-left-radius: 0px;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 40%;
  order: 4;
  min-height: 48px;
  max-height: 48px;
  width: 0px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpixaG2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(67, 67, 67, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 54px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpixe2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.1;
  padding: 8px 5px 8px 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: -2px;
  margin-right: 20px;
  margin-bottom: 10px;
  z-index: 10;
}
.b-root .bubble-element.cpixx2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cpiyaC2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 600;
  color: rgba(67, 67, 67, 1);
  line-height: 1;
  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: 1;
}
.b-root .bubble-element.cpiyaD2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 600;
  color: rgba(67, 67, 67, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpixr2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(161,161,161,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpiyaO1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 20px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpivaC2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: 600;
  color: rgba(67,67,67,1);
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpiyu1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  opacity: 1;
  align-self: flex-end;
  min-width: 35px;
  max-width: 35px;
  order: 6;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 35px;
  margin-left: 0px;
  margin-top: -20px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .cpiyu1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpiyu1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpvaQaW {
  overflow: visible;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 15px 20px 15px 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 106;
}
.b-root .bubble-element.cpvaQb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 23px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100px;
  min-height: 20px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpxaMk {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 0px 0px 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 320px;
  max-width: 320px;
  min-height: 0px;
}
.b-root .cpxaMk.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.cpxaMp {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 11px;
  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: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpxaNaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 114;
}
.b-root .bubble-element.cpxaNaG {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 11px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 116;
}
.b-root .bubble-element.cpxaNaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 114;
}
.b-root .bubble-element.cpxaNaI {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(195, 195, 195, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 94;
}
.b-root .bubble-element.cpxaNaM {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(195, 195, 195, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 94;
}
.b-root .bubble-element.cpxaNaN {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(195, 195, 195, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 14;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 94;
}
.b-root .bubble-element.cpxaNaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  order: 3;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 35px;
  margin-right: 10px;
  margin-bottom: 35px;
  z-index: 45;
}
.b-root .bubble-element.cpxaNaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 23px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.16);
  line-height: 1;
  padding: 0px 50px 0px 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 161px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cqaNaaL {
  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: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 280px;
  min-height: 0px;
}
.b-root .cqaNaaL> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .cqaNaaL.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.cqaNaaR {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 38px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cqaNaaR> .group-item {
  min-height: 38px;
  box-sizing: content-box;
}
.b-root .bubble-element.cqaNaaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  padding: 15px 0px 15px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 2;
}
.b-root .bubble-element.cqaOpaC {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(179,179,179,1);
  line-height: 1;
  padding: 20px 10px 20px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaScq {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 30px 0px 30px 0px;
  opacity: 1;
  cursor: pointer;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 300px;
  min-height: 0px;
}
.b-root .cqaScq.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.cqaScs {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 30px 20px 30px 20px;
  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: 115;
}
.b-root .bubble-element.cqaSdaJ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 120;
}
.b-root .bubble-element.cqaSdaK {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(233,233,233,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 15px 10px 15px;
  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: 0px;
  order: 5;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 118;
}
.b-root .cqaSdaK .icon-item {
  width: 16px;
  height: 16px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cqaSdaK .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cqaSdaO {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 117;
}
.b-root .bubble-element.cqaSdaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 114;
}
.b-root .bubble-element.cqaSdaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 116;
}
.b-root .bubble-element.cqaSdaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(163,163,163,1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 114;
}
.b-root .bubble-element.cqaSdaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 116;
}
.b-root .bubble-element.cqaSmaI {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,149,255,1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 116;
}
.b-root .bubble-element.cpaXwaN {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: initial;
  max-height: 100%;
  margin-right: auto;
  position: absolute;
  z-index: 1506;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .cpaXwaN> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpaXwq {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 100%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cpaXwq> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpaXraQ {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 100px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 600px;
  order: 1;
  min-height: 0px;
  max-height: 100%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpaXro {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,0.1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 171;
}
.b-root .bubble-element.cpaXru {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 155;
}
.b-root .bubble-element.cpaXsaA {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 15px 10px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 174;
}
.b-root .bubble-element.cpaXsaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 175;
}
.b-root .bubble-element.cpaXsaG {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 56px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 179;
}
.b-root .bubble-element.cpaXsaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 81px;
  max-width: 81px;
  order: 1;
  min-height: 56px;
  max-height: 56px;
  width: 81px;
  flex-grow: 1;
  height: 56px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 176;
}
.b-root .bubble-element.cpaXsaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(172,172,172,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpaXsaM {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 173;
}
.b-root .bubble-element.cpaXsaQ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 81px;
  max-width: 81px;
  order: 2;
  min-height: 56px;
  max-height: 56px;
  width: 81px;
  flex-grow: 1;
  height: 56px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 177;
}
.b-root .bubble-element.cpaXsaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(172, 172, 172, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 174;
}
.b-root .bubble-element.cpaXsaS {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 174;
}
.b-root .bubble-element.cpaXsaW {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 81px;
  max-width: 81px;
  order: 3;
  min-height: 56px;
  max-height: 56px;
  width: 81px;
  flex-grow: 1;
  height: 56px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 178;
}
.b-root .bubble-element.cpaXsaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(172, 172, 172, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 175;
}
.b-root .bubble-element.cpaXsaY {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 175;
}
.b-root .bubble-element.cpdaLaY {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 56px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 179;
}
.b-root .bubble-element.cpdaLd {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 81px;
  max-width: 81px;
  order: 1;
  min-height: 56px;
  max-height: 56px;
  width: 81px;
  flex-grow: 1;
  height: 56px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 176;
}
.b-root .bubble-element.cpdaLe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(172,172,172,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpdaLi {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 173;
}
.b-root .bubble-element.cpdaLj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 81px;
  max-width: 81px;
  order: 2;
  min-height: 56px;
  max-height: 56px;
  width: 81px;
  flex-grow: 1;
  height: 56px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 177;
}
.b-root .bubble-element.cpdaLk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(172, 172, 172, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 174;
}
.b-root .bubble-element.cpdaLo {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 174;
}
.b-root .bubble-element.cpdaLp {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 81px;
  max-width: 81px;
  order: 3;
  min-height: 56px;
  max-height: 56px;
  width: 81px;
  flex-grow: 1;
  height: 56px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 178;
}
.b-root .bubble-element.cpdaLq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(172, 172, 172, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 175;
}
.b-root .bubble-element.cpdaLu {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 175;
}
.b-root .bubble-element.cqaNaQi {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 81px;
  max-width: 81px;
  order: 4;
  min-height: 56px;
  max-height: 56px;
  width: 81px;
  flex-grow: 1;
  height: 56px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 178;
}
.b-root .bubble-element.cqaNaQn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(172, 172, 172, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 175;
}
.b-root .bubble-element.cqaNaQo {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 80px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 175;
}
.b-root .bubble-element.cpkaFk {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 178;
}
.b-root .cpkaFk> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpkaFq {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 15px 10px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 155;
}
.b-root .cpkaFq> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpkaFs {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 22px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .cpkaFs> .group-item {
  min-height: 22px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpkaFw {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 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% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 8;
}
.b-root .bubble-element.cplwq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpkaFx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpkaGaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 70%;
  order: 2;
  min-height: 18px;
  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.cpkaGaE {
  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: rgba(238,238,238,1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 10px 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: 0;
}
.b-root .bubble-element.cpkaGaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50%;
  max-width: 75%;
  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: 158;
}
.b-root .bubble-element.cpkaGaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpkaGaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 156;
}
.b-root .bubble-element.cplwi {
  overflow: visible;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 60px;
  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: 179;
}
.b-root .cplwi> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpaXrh {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cpaXrn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(88,88,88,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 166;
}
.b-root .bubble-element.cplxaC {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 0px 20px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cqaCaTaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 9px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cpaXri {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 27px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 85%;
  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: 3px;
  z-index: 4;
}
.b-root .bubble-element.cqaCaTaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 3px;
  z-index: 4;
}
.b-root .bubble-element.cqaEbaM {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cqaEbaB {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 3px 5px 3px 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 166;
}
.b-root .bubble-element.cqaEbaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 166;
}
.b-root .bubble-element.cplxe {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 166;
}
.b-root .bubble-element.cpaXrm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 166;
}
.b-root .bubble-element.cplxl {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 1px;
  max-height: 1px;
  width: calc(100% - 0px);
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 165;
}
.b-root .cplxl .aspect-ratio {
}
.b-root .bubble-element.cqaLyq {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(156,156,156,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 3;
  min-height: 15px;
  max-height: 15px;
  width: max-content;
  flex-grow: 0;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 156;
}
.b-root .bubble-element.cqaEgaQ0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 10px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cqaEgaS0 {
  color: rgba(255,153,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 8;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cqaEgaW0 {
  color: rgba(255,153,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 9;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cqaEgaX0 {
  color: rgba(255,153,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 7;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cqaEgaY0 {
  color: rgba(255,153,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cqaEgc0 {
  color: rgba(255,153,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cqaEgd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cqaJqaW {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 6px 5px 5px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cqaJeaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 8px;
  font-weight: 400;
  color: rgba(255,255,255,0);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cqaJaDaE {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 100%);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-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: 266;
}
.b-root .cqaJaDaE> .group-item {
  min-width: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpaXraU {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 162;
}
.b-root .bubble-element.cpaXraV {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpaXraV img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaXraV .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 90%;
}
.b-root .bubble-element.cqaJaDaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 5px 7px 5px 7px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: end;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cpmaNg {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 15px 100px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 134px;
  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: 226;
}
.b-root .cpmaNg> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.cpmaNi {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  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: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpmaNi> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpmaNm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 15px 0px 15px 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: 255;
}
.b-root .bubble-element.cpmaNn {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 261;
}
.b-root .bubble-element.cpmaNo {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 261;
}
.b-root .bubble-element.cpmaNs {
  border-style: solid;
  border-width: 3px;
  border-color: rgba(231,231,231,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: flex-start;
  min-width: 41px;
  max-width: 41px;
  order: 1;
  width: 41px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 215;
}
.b-root .cpmaNs img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 100px;
}
.b-root .cpmaNs .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpxva {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 260;
}
.b-root .bubble-element.cpxvc {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 255;
}
.b-root .bubble-element.cpxvg {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 2px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 7px 3px 7px;
  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: 259;
}
.b-root .bubble-element.cpxvh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 600;
  color: rgba(48,48,48,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpxvm {
  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: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 260;
}
.b-root .bubble-element.cpxvn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 80%;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  width: max-content;
  flex-grow: 0;
  height: 19px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpxvs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(166, 166, 166, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 158px;
  max-width: 158px;
  order: 4;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: 158px;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpxvt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpxvu {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 262;
}
.b-root .bubble-element.cpxvy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 180px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpxvz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 1px 0px 1px 0px;
  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: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpxwaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(166, 166, 166, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 158px;
  max-width: 158px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: 158px;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpxwaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(223,223,223,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 5px 10px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 264;
}
.b-root .bubble-element.cpxwaG {
  color: rgba(195,195,195,1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 264;
}
.b-root .bubble-element.cpxwaK {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,136,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 180px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 254;
}
.b-root .bubble-element.cpmaOaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 155;
}
.b-root .bubble-element.cppeaS0 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 15px 10px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 171;
}
.b-root .bubble-element.cppea0 {
  color: rgba(191,191,191,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 4;
  min-height: 27px;
  max-height: 27px;
  width: 28px;
  flex-grow: 1;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 156;
}
.b-root .bubble-element.cppem0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 158;
}
.b-root .bubble-element.cppeg0 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  text-align: center;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47px;
  max-width: 47px;
  order: 2;
  min-height: 33px;
  max-height: 33px;
  width: 47px;
  flex-grow: 1;
  height: 33px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 157;
}
.b-root .bubble-element.cppeaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 155;
}
.b-root .bubble-element.cpaXtaO {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  max-width: 600px;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1537;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.cqaJhaE {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 50px;
  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: 4;
}
.b-root .bubble-element.cqaJdh {
  color: rgba(28,28,28,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 27px;
  max-width: 27px;
  order: 1;
  min-height: 27px;
  max-height: 27px;
  width: 27px;
  flex-grow: 1;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaJeaF {
  color: rgba(28,28,28,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaJhaM {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 10px 8px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cqaJhaR {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 13;
}
.b-root .bubble-element.cqaJhaS {
  color: rgba(255,255,255,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cqaJhaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 3px 2px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cqaJhaX {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cqaJhaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 5px 2px 5px;
  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: 12;
}
.b-root .bubble-element.cqaJhc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 0px 2px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cqaJhd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 5px 2px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cqaJhe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 0px 2px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cqaJhi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 5px 2px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpaYaZaK {
  width: initial;
  min-width: 0px;
  min-height: 51px;
  left: 0px;
  right: 0px;
  top: unset;
  bottom: 0px;
  height: auto;
  max-height: calc(100% - 0px);
  margin-left: auto;
  position: absolute;
  z-index: 1515;
  justify-content: flex-start;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
}
.b-root .bubble-element.cqaGaUs0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 600px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 175;
}
.b-root .bubble-element.cpaYaZaR {
  overflow: visible;
  justify-content: space-around;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 51px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 129;
}
.b-root .bubble-element.cpaYaZaW {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 23px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  text-align: center;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  min-width: 37px;
  max-width: 37px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 37px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 77;
}
.b-root .bubble-element.cpaYaZaQ {
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 30px 0px 30px;
  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: center;
  min-width: 0px;
  order: 3;
  min-height: 50px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .cpaYaZaQ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaYaZaQ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpaYaZaM {
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(227,227,227,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  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: 50px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 174;
}
.b-root .cpaYaZaM .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaYaZaM .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cqaJei {
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 100px 0px 0px 0px;
  opacity: 1;
  cursor: pointer;
  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: 256px;
  max-width: 256px;
  min-height: 0px;
}
.b-root .cqaJei.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.cqaJek {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 256px;
  max-width: 256px;
  order: 1;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 256px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 199;
}
.b-root .bubble-element.cqaJeo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 215px;
  order: 2;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaYaDn {
  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: absolute;
  z-index: 1504;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255,255,255,1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.cpjvo {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 600px;
  order: 1;
  min-height: 55px;
  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: 263;
}
.b-root .bubble-element.cpaXxaE {
  overflow: visible;
  justify-content: space-around;
  row-gap: 0px;
  column-gap: 6px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 263;
}
.b-root .bubble-element.cpaYaDaP {
  overflow: visible;
  visibility: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 29px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cprqq {
  color: rgba(72, 72, 72, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpaYaDaU {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 29px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 261;
}
.b-root .bubble-element.cprqe {
  color: rgba(72, 72, 72, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cprpy {
  overflow: visible;
  visibility: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 29px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 261;
}
.b-root .bubble-element.cprqaF {
  color: rgba(72, 72, 72, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cqaJbaA {
  overflow: visible;
  visibility: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 29px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cqaJbaF {
  color: rgba(72, 72, 72, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpkaPaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 55%;
  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: 264;
}
.b-root .bubble-element.cpjzw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oleo Script';
  font-size: 30px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1;
  padding: 2px 0px 5px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpaaGaA0 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(227,227,227,1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  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: 262;
}
.b-root .bubble-element.cpvkaG1 {
  color: rgba(83,83,83,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cqaJaaO {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 10px 8px 10px;
  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: 13;
}
.b-root .bubble-element.cqaJgaP {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 13;
}
.b-root .bubble-element.cqaJau {
  color: rgba(255,255,255,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cqaJac {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 3px 2px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cqaJga {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cqaJaaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 5px 2px 5px;
  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: 12;
}
.b-root .bubble-element.cqaJaaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 0px 2px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cqaJaaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 5px 2px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cqaJaa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 0px 2px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cqaJaaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 5px 2px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cqaRlo {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 10px 8px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cqaRlq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 2px 3px 2px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cqaRlu {
  color: rgba(255,255,255,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  width: 23px;
  flex-grow: 1;
  height: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cpaYaJaI {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: unset;
  bottom: 0px;
  height: auto;
  max-height: 70%;
  max-height: min(70%, calc(100% - 0px));
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  z-index: 1505;
  visibility: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
}
.b-root .cpaYaJaI> .bubble-r-container {
  justify-content: flex-end;
}
.b-root .bubble-element.cqaGaVaE0 {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 600px;
  order: 1;
  min-height: 0px;
  max-height: 100%;
  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: 181;
}
.b-root .cqaGaVaE0> .bubble-r-container {
  justify-content: flex-end;
}
.b-root .bubble-element.cpaYaJaO {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255,255,255,1);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 55px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 180;
}
.b-root .bubble-element.cpaYaJaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 163px;
  max-width: 163px;
  order: 1;
  min-height: 0px;
  width: 163px;
  flex-grow: 1;
  height: max-content;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 165;
}
.b-root .bubble-element.cpaYaJaK {
  overflow: hidden auto;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 80px;
  max-height: 80%;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpaYaJaK> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpaYaJaU {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  max-height: 100%;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 178;
}
.b-root .cpaYaJaU> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpaYaJaV {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 43px);
  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: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .cpaYaJaV> .group-item {
  min-height: 43px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpaYaJa {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 7px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.cpaYaJb {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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: 0;
}
.b-root .bubble-element.cpaYaJc {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(93,93,93,1);
  line-height: 1;
  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: 39;
}
.b-root .bubble-element.cpaYaJg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 167;
}
.b-root .bubble-element.cpwlw {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(93,93,93,1);
  line-height: 1;
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cpyaOu {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cpyaOo {
  color: rgba(209,209,209,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpaYaJaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpyaPaC {
  color: rgba(209,209,209,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpwlj {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 178;
}
.b-root .bubble-element.cpaYaLaU {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 1;
  min-height: 12px;
  max-height: 12px;
  width: 15px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 177;
}
.b-root .bubble-element.cpwaVi {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 15px;
  max-width: 15px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 15px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpaYaJy {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 15px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 10px 20px 25px;
  opacity: 1;
  align-self: flex-end;
  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.cpaYaJz {
  overflow: visible;
  border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 15px 15px 15px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 176;
}
.b-root .bubble-element.cpwmf {
  color: rgba(255,255,255,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cpwml {
  overflow: visible;
  justify-content: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.cpaYaKaA {
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  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: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cpaYaKaA .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaYaKaA .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpaYaJi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 25px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cpteaV0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 296px;
  min-height: 0px;
}
.b-root .cpteaV0.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.cptea0 {
  overflow: visible;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 0px 30px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 230;
}
.b-root .cptea0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpteg0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cpteg0> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpteh0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cptei0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 50px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cptem0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 54px;
  order: 2;
  min-height: 15px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cptez0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 26px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpwaRaS {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 0px 0px 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  max-height: 80%;
}
.b-root .cpwaRaS> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .cpwaRaS.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.cpwaRaY {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 470px;
  height: 470px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 35px;
  z-index: 2;
}
.b-root .cpwaRaY> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpwaRa {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cpwaRq {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(234, 234, 234, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .cpwaRq> .bubble-r-container {
  justify-content: space-between;
}
.b-root .bubble-element.cpwaRr {
  overflow: visible;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35%;
  max-width: 35%;
  order: 3;
  min-height: 100%;
  width: max-content;
  flex-grow: 0;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cpwaRr> .bubble-r-container {
}
.b-root .bubble-element.cpwaRs {
  overflow: visible;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100%;
  min-height: 100%;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpwaRw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 0px;
  width: 80px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpwaRx {
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cpwaRx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.b-root .cpwaRx .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpwaSaD {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 65%;
  order: 2;
  min-height: 100%;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpwaSaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpwaSaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 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% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpwaSaJ {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpwaSaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(132,132,132,1);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 100%;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpwaSaO {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 1px;
  max-height: 1px;
  width: calc(100% - 0px);
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cpwaSaO .aspect-ratio {
}
.b-root .bubble-element.cpwaSaP {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,0,0,1);
  text-align: center;
  line-height: 1;
  padding: 4px 7px 2px 7px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpwaSaQ {
  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;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpwaSaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(27,27,27,1);
  line-height: 1.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 5px;
  max-width: 70%;
  order: 2;
  min-height: 10px;
  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.cqaEhaM {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cqaEhaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(49,49,49,1);
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  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: 3;
}
.b-root .bubble-element.cqaEhaS {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 5px 5px 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: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  gap: 3px;
  align-items: center;
}
.b-root .cqaEhaS .icon-item {
  width: 11px;
  height: 11px;
  color: rgba(255,153,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cqaEhaS .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaTaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 70%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpwaUm {
  width: initial;
  min-width: 0px;
  min-height: 35px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  max-width: 100%;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  z-index: 1543;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255,255,255,1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 40px 20px 25px 20px;
  opacity: 1;
  cursor: pointer;
}
.b-root .bubble-element.cpwaUs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cpwaVaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.3;
  padding: 3px 7px 3px 7px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cpwaVaW {
  color: rgba(50, 31, 198, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpwaVc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpxaCaI {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: initial;
  margin-right: auto;
  position: absolute;
  z-index: 1544;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.cpugaO {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: initial;
  max-height: 100%;
  margin-right: auto;
  position: fixed;
  z-index: 1504;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .cpugaO> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpugaQ {
  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: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpmha0 {
  justify-content: flex-end;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 256px;
  max-width: 256px;
  min-height: 313px;
}
.b-root .cpmha0.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.cpmhe0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 60px 0px 60px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 256px;
  max-width: 256px;
  order: 1;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 256px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 199;
}
.b-root .bubble-element.cpmhf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 215px;
  order: 2;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpmhg0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,133,250,1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 215px;
  order: 3;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 15px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpmhk0 {
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 230px;
  order: 1;
  min-height: 185px;
  height: 185px;
  flex-grow: 1;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: -50px;
  margin-right: 10px;
  margin-bottom: 15px;
  z-index: 3;
}
.b-root .cpmhk0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
}
.b-root .cpmhk0 .aspect-ratio {
}
.b-root .bubble-element.cptvaN {
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(233,233,233,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 15px 10px 15px;
  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: center;
  min-width: 60px;
  order: 4;
  min-height: 41px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cptvaN .icon-item {
  width: 16px;
  height: 16px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cptvaN .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpmhl0 {
  width: initial;
  min-width: 0px;
  min-height: 60px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1504;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(240,240,240,1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
}
.b-root .cpmhl0> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.cqaGaVp0 {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 600px;
  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: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpmhw0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cpoys {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpnrw {
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,119,255,1);
  text-align: center;
  line-height: 1;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 10px 12px 10px 10px;
  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: center;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  gap: 6px;
  align-items: center;
}
.b-root .cpnrw .icon-item {
  width: 18px;
  height: 18px;
  color: rgba(0, 119, 255, 1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpnrw .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpsaMk {
  justify-content: space-between;
  row-gap: 30px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 30px 20px 30px 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: 211px;
  max-width: 211px;
  min-height: 0px;
}
.b-root .cpsaMk.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.cpsaMq {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(233,233,233,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 15px 10px 15px;
  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: center;
  min-width: 60px;
  order: 3;
  min-height: 41px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpsaMq .icon-item {
  width: 16px;
  height: 16px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpsaMq .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpsaMw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpsaNaC {
  color: rgba(0,136,255,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 37px;
  max-width: 37px;
  order: 2;
  min-height: 39px;
  max-height: 39px;
  height: 39px;
  flex-grow: 1;
  width: 37px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cqaGaVc0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 600px;
  order: 4;
  min-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cpmhx0 {
  overflow: hidden auto;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpmhy0 {
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 20px 0px 20px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  z-index: 3;
}
.b-root .cpmhy0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpmhy0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpmiaC0 {
  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: 60px;
  height: 60px;
  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.cpmtaG {
  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: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 55px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpmtaG> .bubble-r-container {
}
.b-root .bubble-element.cpnaAy2 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.3;
  padding: 30px 15px 30px 15px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cqaQmu {
  visibility: hidden;
  padding: 4px 4px 4px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 105%;
  min-height: 140%;
  width: calc(100% - 0px);
  height: calc(100% - -5px);
  margin-left: 0px;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpmiaO0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cpmiaQ0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 29;
  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: 226;
}
.b-root .bubble-element.cpmiaV0 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 92px;
  max-width: 92px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 92px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpmia0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 0px 20px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 228;
}
.b-root .bubble-element.cpmib0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 27px;
  font-weight: 600;
  color: rgba(46,46,46,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 197px;
  order: 3;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 45px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpmig0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 26;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 45px);
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 229;
}
.b-root .bubble-element.cpmih0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpmim0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 12;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 230;
}
.b-root .bubble-element.cpmin0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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% - 50px);
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 229;
}
.b-root .bubble-element.cpmio0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(132,132,132,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpmit0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 2;
  min-height: 43px;
  max-height: 43px;
  height: 43px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 225;
}
.b-root .bubble-element.cpmiu0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  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% - 50px);
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 229;
}
.b-root .bubble-element.cpmiy0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(132,132,132,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpmjaA0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 250px;
  order: 4;
  min-height: 43px;
  max-height: 43px;
  height: 43px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 225;
}
.b-root .bubble-element.cqaGgaU {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(111,111,111,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 30;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cqaGgaD {
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 20px 0px 20px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  z-index: 3;
}
.b-root .cqaGgaD .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cqaGgaD .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpnpl {
  overflow: hidden auto;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 15px 0px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cppxaI1 {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 100px;
  z-index: 105;
}
.b-root .cppxaI1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpnwaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 3;
}
.b-root .bubble-element.cpnqt {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  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: 104;
}
.b-root .cpnqt> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.cqaFaOaG {
  overflow: visible;
  justify-content: space-between;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-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: 15px;
  z-index: 40;
}
.b-root .bubble-element.cpnqz {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cqaHyaY0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 38;
}
.b-root .bubble-element.cpnraA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 70%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 33;
}
.b-root .bubble-element.cqaAvy0 {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 106;
}
.b-root .cqaAvy0> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 5px;
}
.b-root .bubble-element.cqaAwaK0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 10px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaAwaR0 {
  color: rgba(203,203,203,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 4;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: -3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaHaNs1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  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: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cqaAwaX0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 36px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 10px;
  max-height: 10px;
  height: 10px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .cqaAwaX0> .group-item {
  min-height: 36px;
  box-sizing: content-box;
}
.b-root .bubble-element.cqaAwe0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px 10px 15px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaAwo0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  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.cqaBaEaO {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 60px;
  z-index: 3;
}
.b-root .bubble-element.cqaBaGaZ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaHaMaZ1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cqaGaLaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(67,67,67,1);
  line-height: 1.5;
  padding: 10px 15px 15px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  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: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cqaAwu0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 31px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .cqaAwu0> .group-item {
  min-height: 31px;
  box-sizing: content-box;
}
.b-root .bubble-element.cqaAww0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 15px;
  margin-right: 10px;
  margin-bottom: 15px;
  z-index: 3;
}
.b-root .bubble-element.cqaAxaA0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 15px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1;
  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.cqaBaGaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 400;
  color: rgba(158,158,158,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaBaGaT {
  color: rgba(0,153,255,1);
  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: 10px;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cqaHdaQ0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 31px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .cqaHdaQ0> .group-item {
  min-height: 31px;
  box-sizing: content-box;
}
.b-root .bubble-element.cqaHdaW0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 15px;
  margin-right: 10px;
  margin-bottom: 15px;
  z-index: 3;
}
.b-root .bubble-element.cqaHdaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 15px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1;
  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.cqaHdaX0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 400;
  color: rgba(158,158,158,1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaHdaS0 {
  color: rgba(0,153,255,1);
  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: 10px;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpuow {
  width: initial;
  min-width: 0px;
  min-height: 500px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 500px;
  height: initial;
  max-height: 100%;
  margin-right: auto;
  position: fixed;
  z-index: 1511;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .cpuow> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpuoy {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 500px;
  max-height: 100%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cpuoy> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpaZnaM {
  width: initial;
  min-width: 0px;
  min-height: 50px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1537;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
}
.b-root .bubble-element.cpaZlw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cptmx {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 100%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 37;
}
.b-root .bubble-element.cptmk {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cptmm {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(233,233,233,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 15px 10px 15px;
  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: center;
  min-width: 60px;
  order: 5;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 4;
}
.b-root .cptmm .icon-item {
  width: 16px;
  height: 16px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cptmm .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cptmq {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(233,233,233,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 15px 10px 15px;
  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: center;
  min-width: 60px;
  order: 4;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cptmq .icon-item {
  width: 16px;
  height: 16px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cptmq .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cptmr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 70%;
  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: 25px;
  z-index: 2;
}
.b-root .bubble-element.cptms {
  color: rgba(174,174,174,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 49px;
  max-width: 49px;
  order: 1;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 49px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cptoaE {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  max-width: 250px;
  order: 6;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpaZkv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 100px 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% - 20px);
  margin-left: 10px;
  margin-top: 100px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cpaZkw {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 0px 50px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 350px;
  order: 3;
  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: 15;
}
.b-root .bubble-element.cpaZlaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.2;
  padding: 12px 0px 0px 0px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 270px;
  order: 8;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cpaZlaC {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 0px 20px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 249px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpaZlaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 500;
  color: rgba(146,146,146,1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 249px;
  min-height: 27px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cpaZla {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 0px 10px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 275px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cpaZlg {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(217,217,217,1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 275px;
  max-width: 413px;
  order: 3;
  min-height: 51px;
  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: 20;
}
.b-root .bubble-element.cpaZlk {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 0px 0px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  max-width: 170px;
  order: 2;
  min-height: 49px;
  max-height: 49px;
  width: 170px;
  flex-grow: 1;
  height: 49px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpaZlm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 3;
  min-height: 44px;
  width: 24px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cpaZlq {
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cpaZlr {
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpaZls {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(217, 217, 217, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 51px;
  max-height: 51px;
  height: 51px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cpaZlaH {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 275px;
  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: 21;
}
.b-root .bubble-element.cpaZlaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 275px;
  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: 11;
}
.b-root .bubble-element.cpaZlaM {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(217, 217, 217, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 51px;
  max-height: 51px;
  height: 51px;
  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.cpaZlaN {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 249px;
  max-width: 413px;
  order: 2;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 15px);
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cpaZlaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(238,0,0,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 242px;
  max-width: 242px;
  min-height: 16px;
  width: 242px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpaZlaS {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 275px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cpaZlaT {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(217, 217, 217, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 51px;
  max-height: 51px;
  width: calc(100% - 0px);
  height: 51px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cpaZlaU {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(217, 217, 217, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 51px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cpaZlaY {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 51px;
  max-height: 51px;
  width: calc(100% - 0px);
  height: 51px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cqaTvaG {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(209,215,224,1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px 10px 15px 10px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cqaTuy {
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 51px;
  max-height: 51px;
  height: 51px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cqaTvaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(116,116,116,1);
  line-height: 1.4;
  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: auto;
  margin-left: 7px;
  margin-top: 0px;
  margin-right: 7px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cqaTvaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 7px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpaZlaZ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(62,62,62,1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpaZlaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cqaRaLw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oleo Script';
  font-size: 46px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 0;
}
.b-root .bubble-element.cpwaWo0 {
  justify-content: flex-start;
  row-gap: 5px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 50px 20px 50px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 85%;
  min-height: 0px;
}
.b-root .cpwaWo0.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.cpwaWu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpwaXaA0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpwaXaG0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  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: 2;
}
.b-root .bubble-element.cpwaXaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpwaXaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.2;
  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: 30px;
  z-index: 2;
}
.b-root .bubble-element.cpwaXaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.cpwaXe0 {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(233,233,233,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 15px 10px 15px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 44px;
  height: max-content;
  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 .cpwaXe0 .icon-item {
  width: 16px;
  height: 16px;
  color: rgba(0,0,0,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaXe0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaXk0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: bold;
  color: rgba(0,0,0,1);
  line-height: 1.2;
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 2;
}
.b-root .bubble-element.cpxoaN0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  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: 253;
}
.b-root .cpxoaN0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpuaYaE0 {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 120px 0px 150px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 600px;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpuaWe0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 75px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 252;
}
.b-root .cpuaWe0> .group-item {
  min-height: 75px;
  box-sizing: content-box;
}
.b-root .bubble-element.cqaHaXaE0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  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: 15px;
  z-index: 7;
}
.b-root .bubble-element.cqaHaXaG0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 15px 15px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cqaHaXaK0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 5px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(234,234,234,1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 15px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 5px);
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cqaHaXaL0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  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: 17;
}
.b-root .bubble-element.cqaHaXaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cqaHaXaQ0 {
  color: rgba(60,60,60,1);
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cqaHaXaR0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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: 15;
}
.b-root .bubble-element.cqaHaXaS0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cqaHaXaW0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cqaHaXaX0 {
  color: rgba(35,35,35,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 15px;
  max-width: 15px;
  order: 1;
  min-height: 15px;
  max-height: 15px;
  width: 15px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cqaHaXaY0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cqaHaXc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  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: 15;
}
.b-root .bubble-element.cqaHaXd0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(121,121,121,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cqaHaXe0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cqaHaXi0 {
  color: rgba(148,52,238,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 15px;
  max-width: 15px;
  order: 1;
  min-height: 15px;
  max-height: 15px;
  width: 15px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cqaHaXu0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cqaHaXj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  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: 15;
}
.b-root .bubble-element.cqaHaYaB0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  color: rgba(121,121,121,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cqaIqo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(135,135,135,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 5px;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cqaHaXk0 {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cqaHaYaH0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 227;
}
.b-root .bubble-element.cqaHaYaN0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .cqaHaYaN0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cqaHaYaN0 .aspect-ratio {
}
.b-root .bubble-element.cqaHaZaE0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 228;
}
.b-root .bubble-element.cqaHaXo0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cqaHaZaO0 {
  color: rgba(255,255,255,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 23px;
  max-width: 23px;
  order: 1;
  min-height: 23px;
  max-height: 23px;
  width: 23px;
  flex-grow: 1;
  height: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpuaZk0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(149,149,149,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 226;
}
.b-root .bubble-element.cqaHaUo0 {
  width: initial;
  min-width: 0px;
  min-height: 50px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1503;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255,255,255,1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.cqaHaUq0 {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 15px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 600px;
  order: 1;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 263;
}
.b-root .bubble-element.cqaIqg {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 266;
}
.b-root .bubble-element.cqaHaVaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 264;
}
.b-root .bubble-element.cqaIiaQ {
  color: rgba(0,0,0,1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 265;
}
.b-root .bubble-element.cqaIraA {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 268;
}
.b-root .bubble-element.cqaIqu {
  color: rgba(0,0,0,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 267;
}
.b-root .bubble-element.cqaIqa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 1;
  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: 264;
}
.b-root .bubble-element.cqaHaVaZ0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 600px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 265;
}
.b-root .bubble-element.cqaHaVaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(97,97,97,1);
  text-align: center;
  line-height: 1;
  padding: 0px 0px 10px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  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: 264;
}
.b-root .bubble-element.cqaHaVq0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(97,97,97,1);
  text-align: center;
  line-height: 1;
  padding: 0px 0px 10px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 264;
}
.b-root .bubble-element.cqaHaWaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: rgba(97,97,97,1);
  text-align: center;
  line-height: 1;
  padding: 0px 0px 10px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  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: 264;
}
.b-root .bubble-element.cqaHbaA0 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: initial;
  margin-right: auto;
  position: absolute;
  z-index: 1504;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .cqaHbaA0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cqaHbaI0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 100%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cqaHbaI0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpdaAaG {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 75px 15px 50px 15px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 600px;
  order: 2;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 59;
}
.b-root .bubble-element.cpdaFaE {
  overflow: visible;
  justify-content: center;
  row-gap: 15px;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  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: 30px;
  z-index: 58;
}
.b-root .bubble-element.cpdaCj {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 39;
  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: 227;
}
.b-root .bubble-element.cpdaCk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 178px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.cpdaDaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 40;
  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: 267;
}
.b-root .bubble-element.cpdaDaO {
  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;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 227;
}
.b-root .bubble-element.cpdaDaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 178px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpdaDa {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 227;
}
.b-root .bubble-element.cqaJaPi {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpdaDe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 178px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cqaJaPp {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  padding: 5px 7px 5px 7px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpdaDg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 264;
}
.b-root .bubble-element.cpdaDk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 228;
}
.b-root .cpdaDk .aspect-ratio {
}
.b-root .bubble-element.cpdaDl {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 197;
}
.b-root .cpdaDl img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpdaDl .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpdaDm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 227;
}
.b-root .bubble-element.cpdaDq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 178px;
  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: 2;
}
.b-root .bubble-element.cpdaDs {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 264;
}
.b-root .bubble-element.cpdaDw {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 228;
}
.b-root .cpdaDw .aspect-ratio {
}
.b-root .bubble-element.cpdaDx {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 197;
}
.b-root .cpdaDx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpdaDx .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpdaDy {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 227;
}
.b-root .bubble-element.cpdaEaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 178px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpdaEaE {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 265;
}
.b-root .bubble-element.cpdaEaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  min-height: 0px;
  width: 22px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 264;
}
.b-root .bubble-element.cpdaEaJ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 228;
}
.b-root .cpdaEaJ .aspect-ratio {
}
.b-root .bubble-element.cpdaEaK {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 197;
}
.b-root .cpdaEaK img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpdaEaK .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpdaEaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 227;
}
.b-root .bubble-element.cpdaEaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 178px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpdaEaV {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 264;
}
.b-root .bubble-element.cpdaEaW {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 228;
}
.b-root .cpdaEaW .aspect-ratio {
}
.b-root .bubble-element.cpdaEa {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 197;
}
.b-root .cpdaEa img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpdaEa .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpdaEb {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 227;
}
.b-root .bubble-element.cpdaEc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 178px;
  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: 2;
}
.b-root .bubble-element.cqaOri {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 266;
}
.b-root .bubble-element.cpdaDaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  min-height: 0px;
  width: 22px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 264;
}
.b-root .bubble-element.cpdaDaY {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 228;
}
.b-root .cpdaDaY .aspect-ratio {
}
.b-root .bubble-element.cpdaDaZ {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 197;
}
.b-root .cpdaDaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpdaDaZ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cqaOqy {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,31,31,1);
  line-height: 1;
  padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,31,31,1);
  border-radius: 7px;
  -moz-border-radius: 7px;
  opacity: 1;
  cursor: default;
  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: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 167;
}
.b-root .bubble-element.cqaOue {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 0px 10px 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 15;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 267;
}
.b-root .bubble-element.cqaOuaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,0,0,1);
  line-height: 1.3;
  padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,0,0,1);
  border-radius: 7px;
  -moz-border-radius: 7px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cqaOuo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  padding: 15px 15px 15px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  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: 2;
}
.b-root .bubble-element.cpdaCi {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 44;
  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: 196;
}
.b-root .bubble-element.cpdaAaH {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px 20px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 187;
}
.b-root .bubble-element.cpdaAaI {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 169;
}
.b-root .bubble-element.cpdaAaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  padding: 1px 0px 1px 0px;
  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: 179;
}
.b-root .bubble-element.cpdaAaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cpdaAaS {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 185;
}
.b-root .bubble-element.cpdaAaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 179;
}
.b-root .bubble-element.cpdaAaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 75%;
  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: 180;
}
.b-root .bubble-element.cpdaAaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1.3;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cpdaAaZ {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 169;
}
.b-root .bubble-element.cpdaAa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  padding: 1px 0px 1px 0px;
  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: 179;
}
.b-root .bubble-element.cpdaAe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cpdaAf {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 169;
}
.b-root .bubble-element.cpdaAg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  padding: 1px 0px 1px 0px;
  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: 179;
}
.b-root .bubble-element.cpdaAk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cpdaAl {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 169;
}
.b-root .bubble-element.cpdaAm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  padding: 1px 0px 1px 0px;
  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: 179;
}
.b-root .bubble-element.cpdaAq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cpdaAr {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 169;
}
.b-root .bubble-element.cpdaAs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: right;
  line-height: 1;
  padding: 1px 0px 1px 0px;
  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: 179;
}
.b-root .bubble-element.cpdaAw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cpdaAx {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 185;
}
.b-root .bubble-element.cpdaAy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-align: right;
  line-height: 1;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 179;
}
.b-root .bubble-element.cpdaBaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 75%;
  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: 180;
}
.b-root .bubble-element.cpdaBaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1.3;
  padding: 1px 0px 1px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 167;
}
.b-root .bubble-element.cpdaBaE {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(237,237,237,1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 15px 0px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 20;
  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: 169;
}
