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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

i,
em {
  font-style: italic;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

textarea {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=font-awesome.min.css.map */

@charset "UTF-8";
/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  font-display: "block";
  src: url("https://42cd3ec855ab0068c06b510623b954e6.cdn.bubble.io/f1499272454677x357274544658139300/ionicons.eot");
  src: url("https://42cd3ec855ab0068c06b510623b954e6.cdn.bubble.io/f1499272886250x158303603297099460/ionicons.eot") format("embedded-opentype"), url("https://42cd3ec855ab0068c06b510623b954e6.cdn.bubble.io/f1499272922381x868922997266054100/ionicons.ttf") format("truetype"), url("https://42cd3ec855ab0068c06b510623b954e6.cdn.bubble.io/f1499272961822x801320437341928400/ionicons.woff") format("woff"), url("https://42cd3ec855ab0068c06b510623b954e6.cdn.bubble.io/f1499273020752x438600089401006700/ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

/*# sourceMappingURL=ionicons.min.css.map */

/**
 * Range
 * --------------------------------------------------
 */
.ionic-range input {
  display: inline-block;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 2px;
  padding-left: 1px;
  width: auto;
  height: 43px;
  outline: none;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccc), color-stop(100%, #ccc));
  background: linear-gradient(to right, #ccc 0%, #ccc 100%);
  background-position: center;
  background-size: 99% 2px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}
.ionic-range input::-webkit-slider-thumb {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
}
.ionic-range input::-webkit-slider-thumb:before {
  /* what creates the colorful line on the left side of the slider */
  position: absolute;
  top: 13px;
  left: -2001px;
  width: 2000px;
  height: 2px;
  background: #444;
  content: " ";
}
.ionic-range input::-webkit-slider-thumb:after {
  /* create a larger (but hidden) hit area */
  position: absolute;
  top: -15px;
  left: -15px;
  padding: 30px;
  content: " ";
}

.ionic-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 2px 11px;
}
.ionic-range.range-light input::-webkit-slider-thumb:before {
  background: #ddd;
}
.ionic-range.range-stable input::-webkit-slider-thumb:before {
  background: #b2b2b2;
}
.ionic-range.range-positive input::-webkit-slider-thumb:before {
  background: #387ef5;
}
.ionic-range.range-calm input::-webkit-slider-thumb:before {
  background: #11c1f3;
}
.ionic-range.range-balanced input::-webkit-slider-thumb:before {
  background: #33cd5f;
}
.ionic-range.range-assertive input::-webkit-slider-thumb:before {
  background: #ef473a;
}
.ionic-range.range-energized input::-webkit-slider-thumb:before {
  background: #ffc900;
}
.ionic-range.range-royal input::-webkit-slider-thumb:before {
  background: #886aea;
}
.ionic-range.range-dark input::-webkit-slider-thumb:before {
  background: #444;
}

.ionic-range .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
  display: block;
  min-width: 24px;
  text-align: center;
  font-size: 24px;
}

.ionic-range input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}

.range-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  white-space: nowrap;
}

.range-label:first-child {
  padding-left: 5px;
}

.ionic-range input + .range-label {
  padding-right: 5px;
  padding-left: 0;
}

/*# sourceMappingURL=range.css.map */

/**
 * Toggle
 * --------------------------------------------------
 */
.item-toggle {
  pointer-events: none;
}

.ionic-toggle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  pointer-events: auto;
  margin: -5px;
  padding: 5px;
}
.ionic-toggle input:checked + .ionic-track {
  border-color: #4cd964;
  background-color: #4cd964;
}
.ionic-toggle.dragging .ionic-handle {
  background-color: #f2f2f2 !important;
}

.ionic-toggle.toggle-light input:checked + .ionic-track {
  border-color: #ddd;
  background-color: #ddd;
}
.ionic-toggle.toggle-stable input:checked + .ionic-track {
  border-color: #b2b2b2;
  background-color: #b2b2b2;
}
.ionic-toggle.toggle-positive input:checked + .ionic-track {
  border-color: #387ef5;
  background-color: #387ef5;
}
.ionic-toggle.toggle-calm input:checked + .ionic-track {
  border-color: #11c1f3;
  background-color: #11c1f3;
}
.ionic-toggle.toggle-assertive input:checked + .ionic-track {
  border-color: #ef473a;
  background-color: #ef473a;
}
.ionic-toggle.toggle-balanced input:checked + .ionic-track {
  border-color: #33cd5f;
  background-color: #33cd5f;
}
.ionic-toggle.toggle-energized input:checked + .ionic-track {
  border-color: #ffc900;
  background-color: #ffc900;
}
.ionic-toggle.toggle-royal input:checked + .ionic-track {
  border-color: #886aea;
  background-color: #886aea;
}
.ionic-toggle.toggle-dark input:checked + .ionic-track {
  border-color: #444;
  background-color: #444;
}

.ionic-toggle input {
  display: none;
}

/* the track appearance when the toggle is "off" */
.ionic-toggle .ionic-track {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
  display: inline-block;
  box-sizing: border-box;
  width: 51px;
  height: 31px;
  border: solid 2px #e6e6e6;
  border-radius: 20px;
  background-color: #fff;
  content: " ";
  cursor: pointer !important;
  pointer-events: none;
}

/* Fix to avoid background color bleeding */
/* (occured on (at least) Android 4.2, Asus MeMO Pad HD7 ME173X) */
.platform-android4_2 .toggle .ionic-track {
  -webkit-background-clip: padding-box;
}

/* the handle (circle) thats inside the toggle's track area */
/* also the handle's appearance when it is "off" */
.ionic-toggle .ionic-handle {
  -webkit-transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  -webkit-transition-property: background-color, transform;
  transition-property: background-color, transform;
  position: absolute !important;
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: #fff;
  top: 7px;
  left: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.ionic-toggle .ionic-handle:before {
  position: absolute !important;
  top: -4px;
  left: -21.5px;
  padding: 18.5px 34px;
  content: " ";
}

.ionic-toggle input:checked + .ionic-track .ionic-handle {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  background-color: #fff;
}

.item-toggle.active {
  box-shadow: none;
}

.item-toggle,
.item-toggle.item-complex .item-content {
  padding-right: 99px;
}

.item-toggle.item-complex {
  padding-right: 0;
}

.item-toggle .ionic-toggle {
  position: absolute !important;
  top: 10px;
  right: 16px;
  z-index: 3;
}

.ionic-toggle input:disabled + .ionic-track {
  opacity: 0.6;
}

.toggle-small .ionic-track {
  border: 0;
  width: 34px;
  height: 15px;
  background: #9e9e9e;
}
.toggle-small input:checked + .ionic-track {
  background: rgba(0, 150, 137, 0.5);
}
.toggle-small .ionic-handle {
  top: 2px;
  left: 4px;
  width: 21px;
  height: 21px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.toggle-small input:checked + .ionic-track .ionic-handle {
  -webkit-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  background: rgb(0, 150, 137);
}
.toggle-small.item-toggle .ionic-toggle {
  top: 19px;
}
.toggle-small .toggle-light input:checked + .ionic-track {
  background-color: rgba(221, 221, 221, 0.5);
}
.toggle-small .toggle-light input:checked + .ionic-track .ionic-handle {
  background-color: #ddd;
}
.toggle-small .toggle-stable input:checked + .ionic-track {
  background-color: rgba(178, 178, 178, 0.5);
}
.toggle-small .toggle-stable input:checked + .ionic-track .ionic-handle {
  background-color: #b2b2b2;
}
.toggle-small .toggle-positive input:checked + .ionic-track {
  background-color: rgba(56, 126, 245, 0.5);
}
.toggle-small .toggle-positive input:checked + .ionic-track .ionic-handle {
  background-color: #387ef5;
}
.toggle-small .toggle-calm input:checked + .ionic-track {
  background-color: rgba(17, 193, 243, 0.5);
}
.toggle-small .toggle-calm input:checked + .ionic-track .ionic-handle {
  background-color: #11c1f3;
}
.toggle-small .toggle-assertive input:checked + .ionic-track {
  background-color: rgba(239, 71, 58, 0.5);
}
.toggle-small .toggle-assertive input:checked + .ionic-track .ionic-handle {
  background-color: #ef473a;
}
.toggle-small .toggle-balanced input:checked + .ionic-track {
  background-color: rgba(51, 205, 95, 0.5);
}
.toggle-small .toggle-balanced input:checked + .ionic-track .ionic-handle {
  background-color: #33cd5f;
}
.toggle-small .toggle-energized input:checked + .ionic-track {
  background-color: rgba(255, 201, 0, 0.5);
}
.toggle-small .toggle-energized input:checked + .ionic-track .ionic-handle {
  background-color: #ffc900;
}
.toggle-small .toggle-royal input:checked + .ionic-track {
  background-color: rgba(136, 106, 234, 0.5);
}
.toggle-small .toggle-royal input:checked + .ionic-track .ionic-handle {
  background-color: #886aea;
}
.toggle-small .toggle-dark input:checked + .ionic-track {
  background-color: rgba(68, 68, 68, 0.5);
}
.toggle-small .toggle-dark input:checked + .ionic-track .ionic-handle {
  background-color: #444;
}

/*# sourceMappingURL=toggle.css.map */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/static/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Material Icons Outline";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/fonts/MaterialIcons-Outlined.woff2) format("woff2"), url(/static/fonts/MaterialIconsOutlined-Regular.otf) format("opentype");
}
.material-icons {
  font-family: "Material Icons";
}

.material-icons-outline {
  font-family: "Material Icons Outline";
}

.material-icons,
.material-icons-outline {
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.bubble-element.materialicons-Materialicon svg {
  vertical-align: bottom;
}

/*# sourceMappingURL=material-icons.css.map */

/*
All typefaces used in Butter, available by class and as mixins.

Replaces a few styles in global.scss, but largely represents a new level
of component hierarchy
*/
.h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.theme-butter .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.theme-butter .h5 {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.subhead1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subhead2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .subhead2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.theme-butter .subhead2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.body1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.theme-butter .body1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.theme-classic .body2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.theme-butter .body2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.line-height-18 {
  line-height: 18px !important;
}

/*
All colors for both themes, concieved as a grid of color x opacity

*/
/* Note on SASS variables as of 4/15/24
 * - $action has not been updated to latest brand color as its descendents need verifcation in components
 * - $bubble_blue also should be updated to latest brand color
 * - $success, $alert, $destructive, $action_dark, $success_dark, $alert_dark, & $destructive_dark (and descendents) are only used in the theming object below
 * - $action, $base, $base_dark, & $reverse_dark were mostly replaced but are still used in the codebase
 * - $action, $base, $reverse, $base_dark, & $reverse_dark descendents are still used in the codebase
*/
/* Theme mapper */
/*
Globally relevant dimensions/numbers/etc go here

NOTE: filename begins with underscore, thus its variables can be used globally

*/
/* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */
/*

Terrible z-indexes responsible for all the evils of the world

*/
.highlight-dom-changes {
  animation-duration: 1s;
  animation-name: highlight-in;
  animation-timing-function: ease-out;
}

@keyframes highlight-in {
  from {
    background-color: rgb(200, 0, 0);
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* TAGS */
address {
  font-style: normal;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%; /* sub/sup is relative to the surrounding text */
  line-height: 0; /* line-height doesn't interfere with the positioning */
  position: relative; /* Makes all browsers position relative to the surrounding text */
  vertical-align: baseline; /* if you're using reset.css, you can remove this rule */
}

sup {
  top: -0.5em; /* Move the superscripted text up */
}

sub {
  bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */
}

input:focus,
textarea:focus {
  outline: none;
}

/*
GLOBALLY USEFUL CLASSES (formerly tab_common)
For the sake of avoiding specific classes and elaborate rules for spacing

To live here you must:
  a) do exactly one thing
  b) be named something that makes it extremely clear what that one thing is

Note: this was originally applied to .data-user-types, .data-editor,
.maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete
this list when proved not buggy
*/
.code {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: antiquewhite;
  color: maroon;
  padding: 0px 4px;
  border-radius: 2px;
}

.maison-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-row,
.maison-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-start {
  justify-content: flex-start !important;
}

.center {
  justify-content: center !important;
}

.flex-end {
  justify-content: flex-end !important;
}

.space-between {
  justify-content: space-between !important;
}

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

.suspension-vertical {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.horizontal-rule {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-minus20 {
  margin-right: -20px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-minus20 {
  margin-top: -20px !important;
}

.margin-top-minus10 {
  margin-top: -10px !important;
}

.margin-top-minus16 {
  margin-top: -16px !important;
}

.margin-top-minus5 {
  margin-top: -5px !important;
}

.margin-top-minus3 {
  margin-top: -3px !important;
}

.margin-top-minus2 {
  margin-top: -2px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-210 {
  width: 210px !important;
}

.width-220 {
  width: 220px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-320 {
  width: 320px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-500 {
  width: 500px !important;
}

.width-540 {
  width: 540px !important;
}

.width-600 {
  width: 600px !important;
}

.width-640 {
  width: 640px !important;
}

.width-700 {
  width: 700px !important;
}

.width-fill {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

.min-width-50 {
  min-width: 50px !important;
}

.min-width-60 {
  min-width: 60px !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.min-width-85 {
  min-width: 85px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-120 {
  min-width: 120px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-180 {
  min-width: 180px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.max-width-80 {
  max-width: 80px !important;
}

.max-width-85 {
  max-width: 85px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-120 {
  max-width: 120px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-180 {
  max-width: 180px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.width-one-tenth {
  width: 10% !important;
}

.width-two-tenth {
  width: 20% !important;
}

.width-one-quarter {
  width: 25% !important;
}

.width-three-tenth {
  width: 30% !important;
}

.width-one-third {
  width: 33.334% !important;
}

.width-four-tenth {
  width: 40% !important;
}

.width-half {
  width: 50% !important;
}

.width-six-tenth {
  width: 60% !important;
}

.width-two-third {
  width: 66.667% !important;
}

.width-seven-tenth {
  width: 70% !important;
}

.width-three-quarter {
  width: 75% !important;
}

.width-eight-tenth {
  width: 80% !important;
}

.width-nine-tenth {
  width: 90% !important;
}

.width-eighty-five-percent {
  width: 85% !important;
}

.height-5 {
  height: 5px !important;
}

.height-10 {
  height: 10px !important;
}

.height-15 {
  height: 15px !important;
}

.height-20 {
  height: 20px !important;
}

.height-25 {
  height: 20px !important;
}

.height-30 {
  height: 30px !important;
}

.height-35 {
  height: 35px !important;
}

.height-40 {
  height: 40px !important;
}

.height-45 {
  height: 45px !important;
}

.height-50 {
  height: 50px !important;
}

.height-55 {
  height: 55px !important;
}

.height-60 {
  height: 60px !important;
}

.height-85 {
  height: 85px !important;
}

.height-100 {
  height: 100px !important;
}

.height-120 {
  height: 120px !important;
}

.height-125 {
  height: 125px !important;
}

.height-150 {
  height: 150px !important;
}

.height-190 {
  height: 190px !important;
}

.height-195 {
  height: 195px !important;
}

.height-200 {
  height: 200px !important;
}

.height-210 {
  height: 210px !important;
}

.height-220 {
  height: 220px !important;
}

.height-250 {
  height: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.height-307 {
  height: 307px !important;
}

.height-320 {
  height: 320px !important;
}

.height-400 {
  height: 400px !important;
}

.height-435 {
  height: 435px !important;
}

.height-540 {
  height: 540px !important;
}

.height-fill {
  height: 100% !important;
}

.height-one-tenth {
  height: 10% !important;
}

.height-two-tenth {
  height: 20% !important;
}

.height-one-quarter {
  height: 25% !important;
}

.height-three-tenth {
  height: 30% !important;
}

.height-one-third {
  height: 33.334% !important;
}

.height-four-tenth {
  height: 40% !important;
}

.height-half {
  height: 50% !important;
}

.height-six-tenth {
  height: 60% !important;
}

.height-two-third {
  height: 66.667% !important;
}

.height-seven-tenth {
  height: 70% !important;
}

.height-three-quarter {
  height: 75% !important;
}

.height-eight-tenth {
  height: 80% !important;
}

.height-nine-tenth {
  height: 90% !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.strikethrough {
  text-decoration: line-through;
}

.no-select {
  user-select: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

.overflow-initial {
  overflow: initial !important;
}

.overflow-overlay {
  overflow: overlay !important;
}

.overflow-revert {
  overflow: revert !important;
}

.overflow-unset {
  overflow: unset !important;
}

.overflow-visible {
  overflow: visible !important;
}

.word-wrap-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.align-with-composer-input {
  margin-top: calc(12px + 5px + 16px - 9px);
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}

.align-items-stretch {
  align-items: stretch;
}

.align-text-left {
  text-align: left;
}

.align-text-center {
  text-align: center;
}

.align-text-start {
  text-align: start;
}

.align-text-end {
  text-align: end;
}

.pop-color-variables.danger {
  --pop-color: var(--b-txt-danger);
  --pop-color-bg: var(--b-bg-danger1);
}
.pop-color-variables.caution {
  --pop-color: var(--b-txt-caution);
  --pop-color-bg: var(--b-bg-caution1);
}
.pop-color-variables.success {
  --pop-color: var(--b-txt-success);
  --pop-color-bg: var(--b-bg-success1);
}
.pop-color-variables.brand {
  --pop-color: var(--b-txt-brand);
  --pop-color-bg: var(--b-bg-brand1);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 0px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: visible;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
  overflow: hidden;
  max-width: 100%;
}

.select2-container .select2-selection__choice {
  overflow: hidden;
  max-width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  border: 0px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.bubble-r-vertical-center > .select2-container {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open {
  z-index: 10000000;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 0px solid #aaa;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 0px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 0px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 0px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 0px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 0px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*# sourceMappingURL=select2.min.css.map */

body {--stylesheet-active: true;}
.b-root .bubble-element.baTaIaaP0 {
  background-color: transparent;
  min-width: 0px;
  min-height: 100%;
  min-height: max(0px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  height: max-content;
  flex-shrink: 0;
  opacity: 1;
}
.b-root body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-root {
  --font_default: "Oswald";
  --font_bTnYm_default: "Oswald";
  --font_bTnYn_default: "Oswald";
  --font_bTnco_default: "Oswald";
  --font_bTncp_default: "Oswald";
  --font_bTnii_default: "Oswald";
  --font_bTnij_default: "Oswald";
  --font_bTnpw_default: "Oswald";
  --font_bTnpx_default: "Oswald";
  --font_bTuVK_default: "Roboto";
  --font_bTuVL_default: "Montserrat";
  --font_bTubE_default: "Poppins";
  --font_bTubF_default: "Open Sans";
  --font_bTukW_default: "Merriweather";
  --font_bTukX_default: "Open Sans";
  --font_bTvHg_default: "Merriweather";
  --font_bTvHh_default: "Open Sans";
  --font_bTymE_default: "Merriweather";
  --font_bTymF_default: "Open Sans";
  --font_bUIXR_default: "Roboto";
  --font_bUIXS_default: "Lato";
  --font_secondary_default: "Open Sans";
  --color_text_default: rgba(87,14,14,1);
  --color_text_default_rgb: 87,14,14;
  --color_alert_default: rgba(179,178,176,1);
  --color_alert_default_rgb: 179,178,176;
  --color_primary_default: rgba(16, 0, 5, 1);
  --color_primary_default_rgb: 16,0,5;
  --color_success_default: rgba(25,30,36,1);
  --color_success_default_rgb: 25,30,36;
  --color_surface_default: rgba(210,210,210,1);
  --color_surface_default_rgb: 210,210,210;
  --color_background_default: rgba(244,243,241,1);
  --color_background_default_rgb: 244,243,241;
  --color_destructive_default: rgba(255, 0, 0, 1);
  --color_destructive_default_rgb: 255,0,0;
  --color_primary_contrast_default: rgba(248,248,248,1);
  --color_primary_contrast_default_rgb: 248,248,248;
  --color_bTnYT_default: rgba(240, 222, 223, 1);
  --color_bTnYT_default_rgb: 240,222,223;
  --color_bTnYU_default: rgba(250, 181, 21, 1);
  --color_bTnYU_default_rgb: 250,181,21;
  --color_bTnYV_default: rgba(255, 178, 188, 1);
  --color_bTnYV_default_rgb: 255,178,188;
  --color_bTnYZ_default: rgba(23, 219, 78, 1);
  --color_bTnYZ_default_rgb: 23,219,78;
  --color_bTnYa_default: rgba(25, 7, 14, 1);
  --color_bTnYa_default_rgb: 25,7,14;
  --color_bTnYb_default: rgba(26, 17, 18, 1);
  --color_bTnYb_default_rgb: 26,17,18;
  --color_bTnYf_default: rgba(255, 0, 0, 1);
  --color_bTnYf_default_rgb: 255,0,0;
  --color_bTnYg_default: rgba(86, 29, 40, 1);
  --color_bTnYg_default_rgb: 86,29,40;
  --color_bTnYh_default: rgba(92, 63, 67, 1);
  --color_bTnYh_default_rgb: 92,63,67;
  --color_bTnYl_default: rgba(82, 67, 69, 1);
  --color_bTnYl_default_rgb: 82,67,69;
  --color_bTncV_default: rgba(25, 28, 32, 1);
  --color_bTncV_default_rgb: 25,28,32;
  --color_bTncW_default: rgba(250, 181, 21, 1);
  --color_bTncW_default_rgb: 250,181,21;
  --color_bTncX_default: rgba(61, 95, 144, 1);
  --color_bTncX_default_rgb: 61,95,144;
  --color_bTncb_default: #0205D3;
  --color_bTncb_default_rgb: 0205;
  --color_bTncc_default: rgba(255, 255, 255, 1);
  --color_bTncc_default_rgb: 255,255,255;
  --color_bTncd_default: rgba(249, 249, 255, 1);
  --color_bTncd_default_rgb: 249,249,255;
  --color_bTnch_default: rgba(255, 0, 0, 1);
  --color_bTnch_default_rgb: 255,0,0;
  --color_bTnci_default: rgba(255, 255, 255, 1);
  --color_bTnci_default_rgb: 255,255,255;
  --color_bTncj_default: rgba(217, 227, 248, 1);
  --color_bTncj_default_rgb: 217,227,248;
  --color_bTncn_default: rgba(196, 198, 207, 1);
  --color_bTncn_default_rgb: 196,198,207;
  --color_bTniP_default: rgba(92,1,31,1);
  --color_bTniP_default_rgb: 92,1,31;
  --color_bTniQ_default: rgba(55,91,221,1);
  --color_bTniQ_default_rgb: 55,91,221;
  --color_bTniR_default: rgba(255, 180, 168, 1);
  --color_bTniR_default_rgb: 255,180,168;
  --color_bTniV_default: rgba(23, 219, 78, 1);
  --color_bTniV_default_rgb: 23,219,78;
  --color_bTniW_default: rgba(50, 40, 38, 1);
  --color_bTniW_default_rgb: 50,40,38;
  --color_bTniX_default: rgba(26, 17, 16, 1);
  --color_bTniX_default_rgb: 26,17,16;
  --color_bTnib_default: rgba(255, 0, 0, 1);
  --color_bTnib_default_rgb: 255,0,0;
  --color_bTnic_default: rgba(86, 30, 22, 1);
  --color_bTnic_default_rgb: 86,30,22;
  --color_bTnid_default: rgba(93, 63, 59, 1);
  --color_bTnid_default_rgb: 93,63,59;
  --color_bTnih_default: rgba(83, 67, 65, 1);
  --color_bTnih_default_rgb: 83,67,65;
  --color_bTnpr_default: rgba(16, 0, 5, 0.1);
  --color_bTnpr_default_rgb: 16,0,5;
  --color_bTnpv_default: rgba(227,230,235,1);
  --color_bTnpv_default_rgb: 227,230,235;
  --color_bTuUr_default: rgba(25, 28, 32, 1);
  --color_bTuUr_default_rgb: 25,28,32;
  --color_bTuUs_default: rgba(250, 181, 21, 1);
  --color_bTuUs_default_rgb: 250,181,21;
  --color_bTuUt_default: rgba(59, 96, 143, 1);
  --color_bTuUt_default_rgb: 59,96,143;
  --color_bTuUx_default: rgba(23, 219, 78, 1);
  --color_bTuUx_default_rgb: 23,219,78;
  --color_bTuUy_default: rgba(255, 255, 255, 1);
  --color_bTuUy_default_rgb: 255,255,255;
  --color_bTuUz_default: rgba(248, 249, 255, 1);
  --color_bTuUz_default_rgb: 248,249,255;
  --color_bTuVD_default: rgba(255, 0, 0, 1);
  --color_bTuVD_default_rgb: 255,0,0;
  --color_bTuVE_default: rgba(255, 255, 255, 1);
  --color_bTuVE_default_rgb: 255,255,255;
  --color_bTuVF_default: rgba(216, 227, 248, 1);
  --color_bTuVF_default_rgb: 216,227,248;
  --color_bTuVJ_default: rgba(195, 198, 207, 1);
  --color_bTuVJ_default_rgb: 195,198,207;
  --color_bTual_default: rgba(35, 25, 24, 1);
  --color_bTual_default_rgb: 35,25,24;
  --color_bTuam_default: rgba(250, 181, 21, 1);
  --color_bTuam_default_rgb: 250,181,21;
  --color_bTuan_default: rgba(144, 75, 64, 1);
  --color_bTuan_default_rgb: 144,75,64;
  --color_bTuar_default: rgba(23, 219, 78, 1);
  --color_bTuar_default_rgb: 23,219,78;
  --color_bTuas_default: rgba(255, 255, 255, 1);
  --color_bTuas_default_rgb: 255,255,255;
  --color_bTuat_default: rgba(255, 248, 246, 1);
  --color_bTuat_default_rgb: 255,248,246;
  --color_bTuax_default: rgba(255, 0, 0, 1);
  --color_bTuax_default_rgb: 255,0,0;
  --color_bTuay_default: rgba(255, 255, 255, 1);
  --color_bTuay_default_rgb: 255,255,255;
  --color_bTuaz_default: rgba(255, 218, 212, 1);
  --color_bTuaz_default_rgb: 255,218,212;
  --color_bTubD_default: rgba(216, 194, 190, 1);
  --color_bTubD_default_rgb: 216,194,190;
  --color_bTukD_default: rgba(35, 25, 24, 1);
  --color_bTukD_default_rgb: 35,25,24;
  --color_bTukE_default: rgba(250, 181, 21, 1);
  --color_bTukE_default_rgb: 250,181,21;
  --color_bTukF_default: rgba(144, 75, 64, 1);
  --color_bTukF_default_rgb: 144,75,64;
  --color_bTukJ_default: rgba(23, 219, 78, 1);
  --color_bTukJ_default_rgb: 23,219,78;
  --color_bTukK_default: rgba(255, 255, 255, 1);
  --color_bTukK_default_rgb: 255,255,255;
  --color_bTukL_default: rgba(255, 248, 246, 1);
  --color_bTukL_default_rgb: 255,248,246;
  --color_bTukP_default: rgba(255, 0, 0, 1);
  --color_bTukP_default_rgb: 255,0,0;
  --color_bTukQ_default: rgba(255, 255, 255, 1);
  --color_bTukQ_default_rgb: 255,255,255;
  --color_bTukR_default: rgba(255, 218, 212, 1);
  --color_bTukR_default_rgb: 255,218,212;
  --color_bTukV_default: rgba(216, 194, 190, 1);
  --color_bTukV_default_rgb: 216,194,190;
  --color_bTvHN_default: rgba(35, 25, 24, 1);
  --color_bTvHN_default_rgb: 35,25,24;
  --color_bTvHO_default: rgba(250, 181, 21, 1);
  --color_bTvHO_default_rgb: 250,181,21;
  --color_bTvHP_default: rgba(144, 74, 68, 1);
  --color_bTvHP_default_rgb: 144,74,68;
  --color_bTvHT_default: rgba(23, 219, 78, 1);
  --color_bTvHT_default_rgb: 23,219,78;
  --color_bTvHU_default: rgba(255, 255, 255, 1);
  --color_bTvHU_default_rgb: 255,255,255;
  --color_bTvHV_default: rgba(255, 248, 247, 1);
  --color_bTvHV_default_rgb: 255,248,247;
  --color_bTvHZ_default: rgba(255, 0, 0, 1);
  --color_bTvHZ_default_rgb: 255,0,0;
  --color_bTvHa_default: rgba(255, 255, 255, 1);
  --color_bTvHa_default_rgb: 255,255,255;
  --color_bTvHb_default: rgba(255, 218, 214, 1);
  --color_bTvHb_default_rgb: 255,218,214;
  --color_bTvHf_default: rgba(216, 194, 191, 1);
  --color_bTvHf_default_rgb: 216,194,191;
  --color_bTyll_default: rgba(24, 28, 32, 1);
  --color_bTyll_default_rgb: 24,28,32;
  --color_bTylm_default: rgba(250, 181, 21, 1);
  --color_bTylm_default_rgb: 250,181,21;
  --color_bTyln_default: rgba(41, 99, 138, 1);
  --color_bTyln_default_rgb: 41,99,138;
  --color_bTylr_default: rgba(23, 219, 78, 1);
  --color_bTylr_default_rgb: 23,219,78;
  --color_bTyls_default: rgba(255, 255, 255, 1);
  --color_bTyls_default_rgb: 255,255,255;
  --color_bTylt_default: rgba(247, 249, 255, 1);
  --color_bTylt_default_rgb: 247,249,255;
  --color_bTylx_default: rgba(255, 0, 0, 1);
  --color_bTylx_default_rgb: 255,0,0;
  --color_bTyly_default: rgba(255, 255, 255, 1);
  --color_bTyly_default_rgb: 255,255,255;
  --color_bTylz_default: rgba(212, 228, 246, 1);
  --color_bTylz_default_rgb: 212,228,246;
  --color_bTymD_default: rgba(193, 199, 206, 1);
  --color_bTymD_default_rgb: 193,199,206;
  --color_bUIWv_default: rgba(25, 28, 32, 1);
  --color_bUIWv_default_rgb: 25,28,32;
  --color_bUIWz_default: rgba(250, 181, 21, 1);
  --color_bUIWz_default_rgb: 250,181,21;
  --color_bUIXA_default: rgba(63, 95, 144, 1);
  --color_bUIXA_default_rgb: 63,95,144;
  --color_bUIXB_default: rgba(23, 219, 78, 1);
  --color_bUIXB_default_rgb: 23,219,78;
  --color_bUIXF_default: rgba(255, 255, 255, 1);
  --color_bUIXF_default_rgb: 255,255,255;
  --color_bUIXG_default: rgba(249, 249, 255, 1);
  --color_bUIXG_default_rgb: 249,249,255;
  --color_bUIXH_default: rgba(255, 0, 0, 1);
  --color_bUIXH_default_rgb: 255,0,0;
  --color_bUIXL_default: rgba(255, 255, 255, 1);
  --color_bUIXL_default_rgb: 255,255,255;
  --color_bUIXM_default: rgba(217, 227, 248, 1);
  --color_bUIXM_default_rgb: 217,227,248;
  --color_bUIXN_default: rgba(196, 198, 207, 1);
  --color_bUIXN_default_rgb: 196,198,207;
  --color_cmOAJ1_default: #0205D3;
  --color_cmOAJ1_default_rgb: 0205;
  --color_cmOAK1_default: #0205D3;
  --color_cmOAK1_default_rgb: 0205;
  --color_cmOAL1_default: #0205D3;
  --color_cmOAL1_default_rgb: 0205;
}
.b-root .baTaIaaP0> .bubble-r-container {
  justify-content: space-around;
}
.b-root .bubble-element.baTaIaaQ0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 9;
  min-height: 56px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaIaaS0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 44px;
  max-height: 44px;
  width: 100%;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaIaaS0> .bubble-r-container {
  justify-content: flex-end;
}
.b-root .bubble-element.baTaGaUl {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaGaUm {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  width: 100%;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaGaUm> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.baTaGaUn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 300;
  color: rgba(250, 247, 247, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaGaUo {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  width: 24px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 2px;
  z-index: 3;
}
.b-root .baTaGaUo img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaGaUo .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaNaFaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 300;
  color: rgba(251,44,44,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaGaUp {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0%;
  order: 4;
  min-height: 0%;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baTaGaUq {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTwaXf {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 200px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaRzaP {
  overflow: visible;
  justify-content: center;
  row-gap: 48px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 32px 0px 32px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaRzaO {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baTaRzaS {
  overflow: visible;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0%;
  order: 2;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaRzaX {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  column-gap: 24px;
  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: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 35;
}
.b-root .bubble-element.baTaRzb {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.baTaRzc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baTaRza {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaRze {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 6;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaRzf {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaRzd {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSuaZ {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaRzh {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.baTaRzi {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: not-allowed;
  pointer-events: none;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaRzg {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTaSaL {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaRzl {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.baTaRzj {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaRzn {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaAb {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaAe {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaAp {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaBc {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 6;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaRzr {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.baTaRzp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baTaRzt {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaAaK {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaAaN {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaAaQ {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaAh {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.baTaSaAj {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: not-allowed;
  pointer-events: none;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaAm {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaBaM {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTaTd {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTajaL {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 6;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaBaP {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.baTaSaBaU {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaBaW {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaBaX {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaRzw {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 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: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baTaRzx {
  overflow: visible;
  justify-content: flex-start;
  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: 18;
}
.b-root .bubble-element.baTaRzv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 32px;
  margin-left: 0px;
  margin-top: -4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 14;
}
.b-root .baTaRzv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaRzv .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaRzz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  max-width: 288px;
  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: 26;
}
.b-root .bubble-element.baTaTaTj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  max-width: 288px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 26;
}
.b-root .bubble-element.baTgcf {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_surface_default_rgb), 0.3);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  max-width: 288px;
  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: 32px;
  z-index: 29;
}
.b-root .bubble-element.baTaTaTp {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: rgba(156,156,156,1);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 28;
}
.b-root .baTaTaTp .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaTaTp .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaTaTm {
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  padding: 0px 16px 0px 16px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 27;
}
.b-root .bubble-element.baTaSaAaA {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 18;
}
.b-root .baTaSaAaA .aspect-ratio {
}
.b-root .bubble-element.baTaSaVaT {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 72px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  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: 19;
}
.b-root .bubble-element.baTaSaAaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 180px;
  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: 14;
}
.b-root .bubble-element.baTaTlaA {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 16px;
  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: 19;
}
.b-root .bubble-element.baTaSaCaU {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.6;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 1;
  min-height: 28px;
  width: 140px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTaSaCaU img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaSaCaU .aspect-ratio {
}
.b-root .bubble-element.baTaTku {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: 400;
  color: var(--color_alert_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaSaWaD {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 18;
}
.b-root .baTaSaWaD .aspect-ratio {
}
.b-root .bubble-element.baTaIaaT0 {
  width: initial;
  min-width: 0px;
  min-height: 56px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: initial;
  max-height: 56px;
  margin-right: auto;
  position: fixed;
  z-index: 1505;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.b-root .baTaIaaT0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaGaNaP {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: margin-top 333ms ease-in-out;
  -moz-transition: margin-top 333ms ease-in-out;
  -o-transition: margin-top 333ms ease-in-out;
  -ms-transition: margin-top 333ms ease-in-out;
  transition: margin-top 333ms ease-in-out;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 56px;
  max-height: 56px;
  height: 0px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaGaNaP> .bubble-r-container {
}
.b-root .bubble-element.baTaGaNaR {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 0px 32px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 10%;
  max-width: 10%;
  min-height: 100%;
  max-height: 100%;
  width: 10%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.baTaRbaK0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 56px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaRaZf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 10px;
  font-weight: 300;
  color: rgba(241,241,241,1);
  text-align: center;
  text-shadow: 1px 1px 1px var(--color_primary_default);
  letter-spacing: 0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 3;
  min-height: 12px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 56px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTwaHn {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.94;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTwaHn img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTwaHn .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 97.0414201183432%;
}
.b-root .bubble-element.baTaGaNaT {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 80%;
  max-width: 80%;
  min-height: 100%;
  width: 80%;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTaPaaI {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 15;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaGaNaW {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(242, 249, 250, 1);
  text-shadow: 1px 1px 1px rgba(var(--color_primary_default_rgb), 0.7);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaVaVb {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaTaXy {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaGaNaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_alert_default);
  text-shadow: 1px 1px 1px rgba(var(--color_primary_default_rgb), 0.7);
  letter-spacing: 0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 333ms ease-in-out;
  -moz-transition: color 333ms ease-in-out;
  -o-transition: color 333ms ease-in-out;
  -ms-transition: color 333ms ease-in-out;
  transition: color 333ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaTaYaQ {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaIet {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 2px;
  max-height: 2px;
  width: 100%;
  flex-grow: 1;
  height: 2px;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUaIet .aspect-ratio {
}
.b-root .bubble-element.baTaTaaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaNfaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_alert_default);
  text-shadow: 1px 1px 1px rgba(var(--color_primary_default_rgb), 0.7);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 333ms ease-out;
  -moz-transition: color 333ms ease-out;
  -o-transition: color 333ms ease-out;
  -ms-transition: color 333ms ease-out;
  transition: color 333ms ease-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTaaJ {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaIeb {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 2px;
  max-height: 2px;
  width: 100%;
  flex-grow: 1;
  height: 2px;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUaIeb .aspect-ratio {
}
.b-root .bubble-element.baTaVaRw {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 17;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaGaNaY {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_alert_default);
  text-shadow: 1px 1px 1px rgba(var(--color_primary_default_rgb), 0.7);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 333ms ease-in-out;
  -moz-transition: color 333ms ease-in-out;
  -o-transition: color 333ms ease-in-out;
  -ms-transition: color 333ms ease-in-out;
  transition: color 333ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaVaVaV {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaIfaP {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 2px;
  max-height: 2px;
  width: 100%;
  flex-grow: 1;
  height: 2px;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUaIfaP .aspect-ratio {
}
.b-root .bubble-element.baTaaEf {
  visibility: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 32px;
  max-width: 32px;
  order: 25;
  width: 32px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baTaaEf img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 100px;
}
.b-root .baTaaEf .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTapaX {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 4px;
  column-gap: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 4px 0px 36px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  order: 29;
  min-height: 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.baTaql {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 44px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTapd {
  font-family: 'Voltaire';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_destructive_default);
  text-align: center;
  text-shadow: 1px 1px 1px rgba(var(--color_primary_default_rgb), 0.5);
  letter-spacing: 1px;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_destructive_default);
  border-radius: 13px;
  -moz-border-radius: 13px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  -webkit-transition: border-color 333ms ease-in-out, background 333ms ease-in-out;
  -moz-transition: border-color 333ms ease-in-out, background 333ms ease-in-out;
  -o-transition: border-color 333ms ease-in-out, background 333ms ease-in-out;
  -ms-transition: border-color 333ms ease-in-out, background 333ms ease-in-out;
  transition: border-color 333ms ease-in-out, background 333ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 90px;
  order: 1;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baTapd .icon-item {
  width: 16px;
  height: 16px;
  color: var(--color_destructive_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTapd .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTcaHaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 12;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTcaHaN {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_alert_default);
  text-shadow: 1px 1px 1px rgba(var(--color_primary_default_rgb), 0.7);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 333ms ease-in-out;
  -moz-transition: color 333ms ease-in-out;
  -o-transition: color 333ms ease-in-out;
  -ms-transition: color 333ms ease-in-out;
  transition: color 333ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTcaHaR {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaIen {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 2px;
  max-height: 2px;
  width: 100%;
  flex-grow: 1;
  height: 2px;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUaIen .aspect-ratio {
}
.b-root .bubble-element.baTmcaD {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTmcaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_alert_default);
  text-shadow: 1px 1px 1px rgba(var(--color_primary_default_rgb), 0.7);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 333ms ease-in-out;
  -moz-transition: color 333ms ease-in-out;
  -o-transition: color 333ms ease-in-out;
  -ms-transition: color 333ms ease-in-out;
  transition: color 333ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmcaJ {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaIeh {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 2px;
  max-height: 2px;
  width: 100%;
  flex-grow: 1;
  height: 2px;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUaIeh .aspect-ratio {
}
.b-root .bubble-element.baTvbaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 23;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaJfaD {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_alert_default);
  text-shadow: 1px 1px 1px rgba(var(--color_primary_default_rgb), 0.7);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 333ms ease-in-out;
  -moz-transition: color 333ms ease-in-out;
  -o-transition: color 333ms ease-in-out;
  -ms-transition: color 333ms ease-in-out;
  transition: color 333ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTvbd {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 2;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaIfaV {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 2px;
  max-height: 2px;
  width: 100%;
  flex-grow: 1;
  height: 2px;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUaIfaV .aspect-ratio {
}
.b-root .bubble-element.baUaIeaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTaIaCaM {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_alert_default);
  text-shadow: 1px 1px 1px rgba(var(--color_primary_default_rgb), 0.7);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 333ms ease-in-out;
  -moz-transition: color 333ms ease-in-out;
  -o-transition: color 333ms ease-in-out;
  -ms-transition: color 333ms ease-in-out;
  transition: color 333ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaIeaV {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 2px;
  max-height: 2px;
  width: 100%;
  flex-grow: 1;
  height: 2px;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUaIeaV .aspect-ratio {
}
.b-root .bubble-element.baUaIez {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baTaGaNaV {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_alert_default);
  text-shadow: 1px 1px 1px rgba(var(--color_primary_default_rgb), 0.7);
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 333ms ease-in-out;
  -moz-transition: color 333ms ease-in-out;
  -o-transition: color 333ms ease-in-out;
  -ms-transition: color 333ms ease-in-out;
  transition: color 333ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaIfaJ {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 2px;
  max-height: 2px;
  width: 100%;
  flex-grow: 1;
  height: 2px;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baUaIfaJ .aspect-ratio {
}
.b-root .bubble-element.baTaIeaK0 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  min-height: 36px;
  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.baTaaKb {
  color: rgba(244,243,240,1);
  text-shadow: 1px 2px 8px var(--color_primary_default);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.98;
  -webkit-transition: border-width 200ms ease-in-out;
  -moz-transition: border-width 200ms ease-in-out;
  -o-transition: border-width 200ms ease-in-out;
  -ms-transition: border-width 200ms ease-in-out;
  transition: border-width 200ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 32px;
  max-width: 32px;
  order: 4;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 10px;
  margin-top: 4px;
  margin-right: 20px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baUaJaSaJ {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(244,243,240,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  -webkit-transition: border-color 333ms ease-in-out;
  -moz-transition: border-color 333ms ease-in-out;
  -o-transition: border-color 333ms ease-in-out;
  -ms-transition: border-color 333ms ease-in-out;
  transition: border-color 333ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 1;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 4;
}
.b-root .baUaJaSaJ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 300px;
}
.b-root .baUaJaSaJ .aspect-ratio {
}
.b-root .bubble-element.baTaTaXaH {
  min-width: 180px;
  max-width: 180px;
  min-height: 32px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2109;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px 12px 8px;
}
.b-root .bubble-element.baTaVaTaD {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  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.baTaTaXn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTaTaXt {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTaXaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTaTaXaZ {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTjbd {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTjbj {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTaZk {
  min-width: 190px;
  max-width: 190px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2110;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 12px 8px 12px 8px;
}
.b-root .bubble-element.baTaVaTaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 4px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaTaZp {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTaTaZr {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 130px;
  max-width: 130px;
  order: 2;
  min-height: 32px;
  width: 130px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaTaZv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 8;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTaTaZx {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 32px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTbaBz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTbaCaF {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 130px;
  max-width: 130px;
  order: 2;
  min-height: 32px;
  width: 130px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baThaJb {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 9;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baThaJh {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 32px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTxaGb {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTxaGh {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 32px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaNcaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaNcr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 3;
  min-height: 32px;
  width: 120px;
  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.baUaWtaY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaWte {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 3;
  min-height: 32px;
  width: 120px;
  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.baTaVaRe {
  min-width: 180px;
  max-width: 180px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2111;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px 12px 8px;
}
.b-root .bubble-element.baTaVaTaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  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.baTaVaRj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTaVaRl {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaVaVaC {
  min-width: 180px;
  max-width: 180px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2112;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px 12px 8px;
}
.b-root .bubble-element.baTaVaVaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  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.baTaVaVaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTaVaVaN {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaVaVaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTaVaVaT {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaVaVy {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTaVaWaE {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaVaWaJ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTaVaWaP {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaKaV {
  min-width: 240px;
  max-width: 240px;
  min-height: 100%;
  max-height: 100%;
  height: initial;
  right: 20px;
  bottom: 20px;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 8px 0px 8px;
}
.b-root .bubble-element.baTaaLj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  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: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 10;
}
.b-root .bubble-element.baTaaKz {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_background_default);
  line-height: 1;
  padding: 0px 8px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaJaUaD {
  color: var(--color_background_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaLz {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 36px;
  height: max-content;
  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.baTaaMaN {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaaOaQ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaOaW {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaOn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaOt {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTjcz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTjdaF {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaPaB {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 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.baTaaMaF {
  color: rgba(255,255,255,0.6);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaOv {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaVaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaaMaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  padding: 0px 8px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 120px;
  order: 2;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaJaVaF {
  color: rgba(255,113,113,1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaMw {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 15;
  min-height: 36px;
  height: max-content;
  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.baTaaNaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 155px;
  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;
}
.b-root .bubble-element.baTaaNaD {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaaNaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaNa {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaNf {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaNl {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaNn {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaNt {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaNy {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaOaE {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaPaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 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.baTaaPaZ {
  color: rgba(255,255,255,0.6);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaPd {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaPw {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 17;
  min-height: 36px;
  height: max-content;
  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.baTaaQaC {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaaQaD {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaQaI {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaQb {
  overflow: visible;
  justify-content: flex-start;
  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: 4;
}
.b-root .bubble-element.baTaaQf {
  color: rgba(255,255,255,0.6);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaQg {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaVc {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaaQaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  padding: 0px 8px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 120px;
  order: 2;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaJaVaW {
  color: rgba(255,113,113,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaQz {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 36px;
  height: max-content;
  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.baTaaRaF {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 0px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaaRaW {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaRc {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 32px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaRh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaRn {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTbaCaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTbaCaN {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baThaJaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baThaJaZ {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTxaGj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaNbaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(250,247,247,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 140px;
  max-width: 140px;
  order: 3;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaRaP {
  overflow: visible;
  justify-content: flex-start;
  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: 4;
}
.b-root .bubble-element.baTaaRaQ {
  color: rgba(255,255,255,0.6);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaRaR {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaUaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaJaUaJ {
  color: rgba(255,113,113,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaRaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  padding: 0px 4px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaSaG {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 19;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaaSaM {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaaSj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaSp {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaSaZ {
  overflow: visible;
  justify-content: flex-start;
  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: 4;
}
.b-root .bubble-element.baTaaSd {
  color: rgba(255,255,255,0.6);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaSe {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaVt {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaaSaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  padding: 0px 8px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 120px;
  order: 2;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaJaVn {
  color: rgba(255,113,113,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaTaT {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 21;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaaTaZ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaaTa {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaTf {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTvaVq {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTvaVw {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaHnk {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaHnq {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaIaOaR {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaIaOaX {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  letter-spacing: 0.3px;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaTm {
  overflow: visible;
  justify-content: flex-start;
  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: 4;
}
.b-root .bubble-element.baTaaTn {
  color: rgba(255,255,255,0.6);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaTr {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaWaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  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: 5;
}
.b-root .bubble-element.baUaJaWaB {
  color: rgba(255,113,113,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaaTaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  padding: 0px 8px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 120px;
  order: 2;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaaVe {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 0px 0px 8px;
  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: 9;
}
.b-root .bubble-element.baTaaVaR {
  visibility: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: border-width 333ms ease-in-out, min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -moz-transition: border-width 333ms ease-in-out, min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -o-transition: border-width 333ms ease-in-out, min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -ms-transition: border-width 333ms ease-in-out, min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  transition: border-width 333ms ease-in-out, min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 64px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baTaaVaR img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 100px;
}
.b-root .baTaaVaR .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTcaFb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1.2;
  padding: 0px 4px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTajaW {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTajaW .aspect-ratio {
}
.b-root .bubble-element.baTajc {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 8;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTajc .aspect-ratio {
}
.b-root .bubble-element.baTaji {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 14;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTaji .aspect-ratio {
}
.b-root .bubble-element.baTajo {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 16;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTajo .aspect-ratio {
}
.b-root .bubble-element.baTaju {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 10;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTaju .aspect-ratio {
}
.b-root .bubble-element.baTakaA {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 12;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTakaA .aspect-ratio {
}
.b-root .bubble-element.baTakaG {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 20;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTakaG .aspect-ratio {
}
.b-root .bubble-element.baTakaM {
  overflow: visible;
  justify-content: flex-end;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  -webkit-transition: max-height 200ms ease-in-out;
  -moz-transition: max-height 200ms ease-in-out;
  -o-transition: max-height 200ms ease-in-out;
  -ms-transition: max-height 200ms ease-in-out;
  transition: max-height 200ms ease-in-out;
  cursor: pointer;
  align-self: flex-end;
  min-width: 0px;
  order: 24;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 2;
}
.b-root .bubble-element.baTakaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(var(--color_primary_contrast_default_rgb), 0.5);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  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;
}
.b-root .bubble-element.baTakp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 22;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTakp .aspect-ratio {
}
.b-root .bubble-element.baTakv {
  overflow: visible;
  justify-content: flex-end;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 23;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baTalaB {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(var(--color_primary_contrast_default_rgb), 0.5);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  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;
}
.b-root .bubble-element.baTanaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 4px 0px 4px;
  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: 12;
}
.b-root .bubble-element.baTanaN {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(200,194,194,1);
  text-align: center;
  text-shadow: 0px 0px 1px rgba(var(--color_primary_default_rgb), 0.33);
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 13px;
  -moz-border-radius: 13px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 64px;
  order: 2;
  min-height: 33px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTanaN .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTanaN .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaaUaK {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,50,50,1);
  text-align: center;
  text-shadow: 0px 0px 8px rgba(var(--color_destructive_default_rgb), 0.3);
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 13px;
  -moz-border-radius: 13px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 64px;
  order: 1;
  min-height: 33px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaaUaK .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaaUaK .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTcaJaR {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 36px;
  height: max-content;
  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.baTcaJaX {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTcaJb {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTcaJd {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTcaJh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTcaJj {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTcaJn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTcaJp {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTcaJt {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTcaJv {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaEaXb {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaEaXh {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTcaJz {
  overflow: visible;
  justify-content: flex-start;
  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: 4;
}
.b-root .bubble-element.baTcaKaA {
  color: rgba(255,255,255,0.6);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTcaKaB {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaUx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaJaUr {
  color: rgba(255,113,113,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTcaJaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  padding: 0px 8px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 120px;
  order: 2;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTcaKv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 18;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTcaKv .aspect-ratio {
}
.b-root .bubble-element.baTmaXaD {
  overflow: visible;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTmaXaJ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTmaXaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaXaP {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmaXaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaXd {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmaXi {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaXo {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmdd {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmdj {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 32px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmaXaQ {
  overflow: visible;
  justify-content: flex-start;
  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: 4;
}
.b-root .bubble-element.baTmaXaR {
  color: rgba(255,255,255,0.6);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaXaV {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaUg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 0px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaJaUa {
  color: rgba(255,113,113,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaXaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  line-height: 1;
  padding: 0px 4px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 120px;
  order: 2;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmaXt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTmaXt .aspect-ratio {
}
.b-root .bubble-element.baToaOx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 0px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 26;
  min-height: 0px;
  height: max-content;
  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.baToaOz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTnpw_default_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_surface_default);
  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: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baToaPaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTnpw_default_default);
  font-size: 12px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baToaRb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 25;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baToaRb .aspect-ratio {
}
.b-root .bubble-element.baTamaF {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 260px;
  max-width: 320px;
  min-height: 0px;
}
.b-root .baTamaF.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.baTamaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 24px;
  font-weight: bold;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.2;
  padding: 4px 8px 4px 8px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baTamh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 16;
}
.b-root .bubble-element.baTami {
  color: rgba(15,0,5,0.6);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baTamu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  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: 18;
}
.b-root .baTamu img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTamu .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaHyaB {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  transition: background 500ms ease;
  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: 260px;
  max-width: 320px;
  min-height: 0px;
}
.b-root .baTaHyaB.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 2002;
}
.b-root .bubble-element.baTaHxs {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1;
  padding: 4px 8px 8px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 4;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTaHxt {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.5px;
  padding: 4px 8px 4px 16px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 9;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baTaHxu {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.5px;
  padding: 4px 8px 4px 16px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 12;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 4;
}
.b-root .bubble-element.baTaHxv {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.5px;
  padding: 4px 8px 4px 16px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 14;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 5;
}
.b-root .bubble-element.baTaHxw {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 4px 4px 4px;
  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: 100%;
  order: 15;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 6;
}
.b-root .baTaHxw .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHxw .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaHxx {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  order: 18;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baTaHxx .aspect-ratio {
}
.b-root .bubble-element.baTaHxy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(0,8,165,1);
  letter-spacing: 0.5px;
  line-height: 1.6;
  padding: 0px 0px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 19;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 10;
}
.b-root .bubble-element.baTaHxz {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 500;
  color: rgba(58, 77, 143, 1);
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 4px 4px 4px;
  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: 100%;
  order: 20;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 11;
}
.b-root .baTaHxz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHxz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaHyaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: rgba(69, 69, 69, 1);
  line-height: 1.3;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 16;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 12;
}
.b-root .bubble-element.baTaOaGaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: rgba(69, 69, 69, 1);
  line-height: 1.3;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 13;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 17;
}
.b-root .bubble-element.baTaOsaC {
  color: rgba(15,0,5,0.5);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baTzaVaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1;
  padding: 4px 8px 4px 8px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTzaVaZ {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  order: 3;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 16px;
  z-index: 14;
}
.b-root .bubble-element.baTzaVb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(252, 249, 249, 1);
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 0px 4px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 3;
  min-height: 16px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTzaVf {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 2px 22px 2px 2px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTzaWaJ {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baTaIdz0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.5px;
  padding: 4px 8px 4px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 49%;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 0px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 14;
}
.b-root .bubble-element.baTaIdw0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.5px;
  padding: 4px 8px 4px 16px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  -moz-transition: border-color 200ms ease, color 200ms ease;
  -o-transition: border-color 200ms ease, color 200ms ease;
  -ms-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 49%;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 0px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 13;
}
.b-root .bubble-element.baTaHyaL {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: border-radius 333ms ease-in-out;
  -moz-transition: border-radius 333ms ease-in-out;
  -o-transition: border-radius 333ms ease-in-out;
  -ms-transition: border-radius 333ms ease-in-out;
  transition: border-radius 333ms ease-in-out;
  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: 260px;
  max-width: 320px;
  min-height: 0px;
}
.b-root .baTaHyaL.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 2002;
}
.b-root .bubble-element.baTaHyaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1;
  padding: 4px 8px 4px 8px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baTaHyaD {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.5px;
  padding: 4px 8px 4px 16px;
  opacity: 1;
  -webkit-transition: border-color 333ms ease-in-out;
  -moz-transition: border-color 333ms ease-in-out;
  -o-transition: border-color 333ms ease-in-out;
  -ms-transition: border-color 333ms ease-in-out;
  transition: border-color 333ms ease-in-out;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 9;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 4;
}
.b-root .bubble-element.baTaHyaE {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.5px;
  padding: 4px 8px 4px 16px;
  opacity: 1;
  -webkit-transition: border-color 333ms ease-in-out;
  -moz-transition: border-color 333ms ease-in-out;
  -o-transition: border-color 333ms ease-in-out;
  -ms-transition: border-color 333ms ease-in-out;
  transition: border-color 333ms ease-in-out;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 5;
}
.b-root .bubble-element.baTaHyaF {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 16;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 6;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baTaHyaF .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHyaF .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaHyaG {
  font-family: 'Oswald';
  font-size: 11px;
  font-weight: 300;
  color: rgba(9, 23, 71, 1);
  line-height: 1;
  padding: 0px 0px 0px 4px;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 13;
  min-height: 10px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 7;
}
.b-root .baTaHyaGinput {
}
.b-root .baTaHyaG .icon-item {
}
.b-root .baTaHyaG label {
}
.b-root .bubble-element.baTaHyaH {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: rgba(34,4,4,1);
  text-align: right;
  letter-spacing: 0.5px;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 14;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 8;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaHyaH .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHyaH .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: right;
}
.b-root .bubble-element.baTaHyaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_destructive_default);
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.6;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 18;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 9;
}
.b-root .bubble-element.baTaHyaK {
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  color: rgba(58, 77, 143, 1);
  text-align: center;
  letter-spacing: 0.3px;
  word-spacing: 1px;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #7F95EB;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 19;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 10;
}
.b-root .baTaHyaK .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHyaK .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaMjn {
  overflow: visible;
  justify-content: center;
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  order: 3;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 16px;
  z-index: 12;
}
.b-root .bubble-element.baTaMjp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(252, 249, 249, 1);
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 0px 4px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 3;
  min-height: 16px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaMkaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 2px 22px 2px 2px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaOru {
  color: rgba(15,0,5,0.5);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTmxf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.3;
  padding: 4px 8px 4px 8px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 8;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baUaIdaY {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 17;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 13;
}
.b-root .baUaIdaY .aspect-ratio {
}
.b-root .bubble-element.baUaIde {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 7;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 13;
}
.b-root .baUaIde .aspect-ratio {
}
.b-root .bubble-element.baTanw {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 100px;
  max-width: 320px;
  min-height: 0%;
}
.b-root .baTanw.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 2002;
}
.b-root .bubble-element.baTaoaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1;
  padding: 4px 8px 4px 8px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baTaoaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  line-height: 1.6;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  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.baTaoaD {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_primary_default);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  padding: 4px 8px 4px 16px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 4;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 12;
}
.b-root .bubble-element.baTaoaH {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 0px 4px 16px;
  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: 100%;
  max-width: 100%;
  order: 5;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 12;
}
.b-root .baTaoaH .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaoaH .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaoaI {
  color: rgba(15,0,5,0.5);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTqaZt {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 0px 4px 16px;
  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: 100%;
  max-width: 100%;
  order: 7;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 12;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baTqaZt .icon-item {
  width: 16px;
  height: 16px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTqaZt .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTqaaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1.6;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baTcaHaT {
  min-width: 180px;
  max-width: 180px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2113;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px 12px 8px;
}
.b-root .bubble-element.baTcaHaY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  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.baTcaHaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTcaHe {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTcaHf {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTcaHk {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTcaHl {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTcaHq {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTcaHr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTcaHw {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaEaXaQ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaEaXaW {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTcxk {
  justify-content: center;
  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: 0px;
  min-height: 100px;
}
.b-root .baTcxk.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color_primary_default_rgb), 0.9);
  z-index: 2002;
}
.b-root .bubble-element.baTcxq {
  color: rgba(244,244,244,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmcaO {
  min-width: 190px;
  max-width: 190px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2114;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 12px 8px 12px 8px;
}
.b-root .bubble-element.baTmcaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 4px 8px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTmcaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTmcaZ {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 130px;
  max-width: 130px;
  order: 2;
  min-height: 32px;
  width: 130px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmca {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTmcf {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 32px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmcg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTmcl {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 130px;
  max-width: 130px;
  order: 2;
  min-height: 32px;
  width: 130px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmcm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTmcr {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 32px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTvah {
  min-width: 180px;
  max-width: 180px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2115;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px 12px 8px;
}
.b-root .bubble-element.baTvaj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  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.baTvan {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTvap {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTvau {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTvbaA {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaHnv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaHoaB {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaIaOaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaIaOf {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_text_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 32px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaFaOe {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
  min-height: 56px;
  z-index: 20000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  width: initial;
  max-width: 100%;
  height: auto;
  visibility: hidden;
  padding: 4px 16px 4px 16px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(15, 0, 5, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Voltaire';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_background_default);
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transition: border-width 200ms ease-in-out;
  -moz-transition: border-width 200ms ease-in-out;
  -o-transition: border-width 200ms ease-in-out;
  -ms-transition: border-width 200ms ease-in-out;
  transition: border-width 200ms ease-in-out;
}
.b-root .bubble-element.baUaFaOq {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
  min-height: 64px;
  z-index: 20000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  width: initial;
  max-width: 100%;
  height: auto;
  visibility: hidden;
  padding: 4px 16px 4px 16px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(15, 0, 5, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Voltaire';
  font-size: 16px;
  font-weight: 300;
  color: rgba(3,209,61,1);
  text-align: center;
  line-height: 1;
  opacity: 1;
}
.b-root .bubble-element.baUaFaOw {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
  min-height: 64px;
  z-index: 20000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  width: initial;
  max-width: 100%;
  height: auto;
  visibility: hidden;
  padding: 4px 16px 4px 16px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(15, 0, 5, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Voltaire';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1;
  opacity: 1;
}
.b-root .bubble-element.baUaJaSaP {
  width: initial;
  min-width: 100%;
  min-height: 240px;
  left: 0px;
  right: 0px;
  top: 56px;
  bottom: unset;
  max-width: 100%;
  height: auto;
  max-height: calc(100% - 56px);
  margin-right: auto;
  position: absolute;
  z-index: 1509;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  padding: 12px 0px 0px 0px;
  opacity: 1;
}
.b-root .bubble-element.baUaJaSaV {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaJaSaX {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(167,156,156,1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 80%;
  max-width: 80%;
  order: 5;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 80%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaXz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 180px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaJaTaB {
  color: var(--color_bTniP_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaSc {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_success_default);
  letter-spacing: 0.3px;
  line-height: 1;
  padding: 0px 4px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 130px;
  order: 2;
  min-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaJaSd {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(167,156,156,1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: center;
  min-width: 80%;
  max-width: 80%;
  order: 4;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 80%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaXr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 180px;
  order: 3;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaJaSi {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_success_default);
  letter-spacing: 0.3px;
  line-height: 1;
  padding: 0px 0px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaJaTaH {
  color: var(--color_bTniP_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaSn {
  overflow: visible;
  justify-content: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaSv {
  color: rgba(255,109,109,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaTe {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(167,156,156,1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 80%;
  max-width: 80%;
  order: 6;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 80%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaYaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 180px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaJaTk {
  color: var(--color_bTniP_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJaTj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_success_default);
  letter-spacing: 0.3px;
  line-height: 1;
  padding: 0px 4px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 130px;
  order: 2;
  min-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaKzaN {
  width: initial;
  min-width: 100%;
  min-height: 360px;
  left: 0px;
  right: 0px;
  top: 56px;
  bottom: unset;
  max-width: 100%;
  height: auto;
  max-height: calc(100% - 56px);
  margin-right: auto;
  position: absolute;
  z-index: 1519;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .baUaKzaN> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaJvr {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 300px;
  min-height: 400px;
}
.b-root .baUaJvr.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--color_primary_default);
  z-index: 2002;
}
.b-root .bubble-element.baUaJvs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_success_default);
  text-align: center;
  line-height: 1.6;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 205px;
  order: 3;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJvt {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaJvx {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 240px;
  max-width: 240px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 240px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baUaJvx .icon-item {
  width: 16px;
  height: 16px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaJvx .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaJvy {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 240px;
  max-width: 240px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 240px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baUaJvy .icon-item {
  width: 16px;
  height: 16px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaJvy .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaJvz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 200;
  color: var(--color_success_default);
  line-height: 1.5;
  padding: 0px 12px 0px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 205px;
  order: 5;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baUaJwaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 200;
  color: rgba(15, 0, 5, 1);
  line-height: 1.6;
  padding: 0px 12px 0px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 205px;
  order: 9;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaJwaE {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 90%;
  order: 4;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baUaJwaE .aspect-ratio {
}
.b-root .bubble-element.baUaJwaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 90%;
  order: 7;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 5;
}
.b-root .baUaJwaF .aspect-ratio {
}
.b-root .bubble-element.baUaJwv {
  width: initial;
  min-width: 260px;
  min-height: 760px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1503;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 12px 0px 12px;
  opacity: 1;
}
.b-root .baUaJwv> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTnaKaV {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 1200px;
  order: 3;
  min-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.baTvaQaZ {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 40px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTmaUaD {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 200;
  color: rgba(136,19,55,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136,19,55,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 100px;
  flex-grow: 1;
  height: 36px;
  margin-left: 4px;
  margin-top: 8px;
  margin-right: 4px;
  margin-bottom: 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baTmaUaD .icon-item {
  width: 20px;
  height: 20px;
  color: rgba(136,19,55,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTmaUaD .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTvaQg {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 200;
  color: rgba(136,19,55,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136,19,55,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: max-content;
  flex-grow: 0;
  height: 36px;
  margin-left: 4px;
  margin-top: 8px;
  margin-right: 4px;
  margin-bottom: 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baTvaQg .icon-item {
  width: 20px;
  height: 20px;
  color: rgba(136,19,55,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTvaQg .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaMyaB {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 240px;
  max-width: 400px;
  order: 2;
  min-height: 0px;
  width: 240px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baUaMyaB> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTpiaH {
  overflow: visible;
  justify-content: space-between;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 72px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 5;
}
.b-root .bubble-element.baTsrl {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baTpiaJ {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  order: 2;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTsrf {
  border-style: solid;
  border-width: 3px;
  border-color: rgba(240,240,240,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baTsrf img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 300px;
}
.b-root .baTsrf .aspect-ratio {
}
.b-root .bubble-element.baTmaPp {
  overflow: visible;
  justify-content: center;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 4px 12px 12px 12px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 12px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 13;
}
.b-root .bubble-element.baTmaPv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 2;
}
.b-root .bubble-element.baTpaRaW {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 28px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 16px;
  margin-top: 4px;
  margin-right: 16px;
  margin-bottom: 4px;
  z-index: 9;
}
.b-root .bubble-element.baTpaRc {
  color: rgba(227,227,227,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaHaCi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 200;
  color: rgba(144,136,136,0.8);
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 0px 4px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 14px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaHaCh {
  color: rgba(195,193,193,0.7);
  text-shadow: 1px 1px 1px var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 5;
  min-height: 14px;
  max-height: 14px;
  width: 14px;
  flex-grow: 1;
  height: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaHaCaV {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 56px;
  max-width: 100px;
  order: 7;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaHaCaW {
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: 'Voltaire';
  font-size: 24px;
  font-weight: 500;
  color: var(--color_background_default);
  text-align: center;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 40px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaQaB {
  overflow: visible;
  justify-content: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 100px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTmaQaD {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 160px;
  max-height: 160px;
  width: 100px;
  flex-grow: 1;
  height: 160px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaQaH {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(223,223,223,1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: margin-top 500ms ease-in-out;
  -moz-transition: margin-top 500ms ease-in-out;
  -o-transition: margin-top 500ms ease-in-out;
  -ms-transition: margin-top 500ms ease-in-out;
  transition: margin-top 500ms ease-in-out;
  cursor: pointer;
  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: 3;
}
.b-root .baTmaQaH img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 20px;
}
.b-root .baTmaQaH .aspect-ratio {
}
.b-root .bubble-element.baTmaQaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTmaQaJ {
  overflow: visible;
  justify-content: space-between;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 72px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 6;
}
.b-root .bubble-element.baTmaQaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30%;
  max-width: 30%;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 30%;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaQaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 500;
  color: rgba(66,58,61,1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .bubble-element.baTqbaT {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTmaQaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 200;
  color: rgba(137,137,137,1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 14px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTqbaN {
  color: rgba(210,210,210,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaQaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30%;
  max-width: 30%;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: 30%;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaQaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 500;
  color: rgba(74,65,68,1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .bubble-element.baTqbh {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTmaQaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 200;
  color: rgba(132,132,132,1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 14px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTqbb {
  color: rgba(210,210,210,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTpaaE {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30%;
  max-width: 30%;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: 30%;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTpaaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 500;
  color: rgba(74,65,68,1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
}
.b-root .bubble-element.baTqby {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTpaaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(132,132,132,1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 14px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTqbs {
  color: rgba(210,210,210,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaQaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 72px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 5;
}
.b-root .bubble-element.baTmaQb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(76,71,72,1);
  text-align: center;
  letter-spacing: 0.1px;
  word-spacing: 0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 24px;
  max-height: 64px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 4px;
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTqcaP {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTmaQa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 200;
  color: rgba(128,128,128,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1%;
  order: 1;
  min-height: 14px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTqcaJ {
  color: rgba(210,210,210,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaQh {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 8;
  min-height: 0px;
  max-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTmaQl {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.15;
  align-self: flex-end;
  min-width: 100px;
  max-width: 120px;
  order: 2;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: -12px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTmaQl img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTmaQl .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTmaQs {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 0%;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baTmaQx {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 8px 0px 8px;
  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: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .bubble-element.baTmaQy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 200;
  color: var(--color_primary_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTmaQz {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTmaQz img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 100px;
}
.b-root .baTmaQz .aspect-ratio {
}
.b-root .bubble-element.baTmaRaD {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 200;
  color: var(--color_primary_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  order: 4;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTmaRaJ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 200;
  color: var(--color_primary_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  order: 6;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTqcb {
  color: rgba(210,210,210,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 7;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTqcn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTqch {
  color: rgba(210,210,210,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaRaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 24px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baTqdaB {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTqcv {
  color: rgba(210,210,210,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaRaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(59,56,57,0.8);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  order: 1;
  min-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTmaRaV {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 100px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 6;
}
.b-root .bubble-element.baTsqr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  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: 3;
}
.b-root .bubble-element.baTsqx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 40px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTnaCp {
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTnaCp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 300px;
}
.b-root .baTnaCp .aspect-ratio {
}
.b-root .bubble-element.baTmaRaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(59, 56, 57, 1);
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  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: 4;
}
.b-root .bubble-element.baTstf {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 4;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaRc {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 56px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 7;
}
.b-root .bubble-element.baTmaRj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 11;
  min-height: 28px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTmaRn {
  color: rgba(245, 245, 245, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 3;
  min-height: 22px;
  max-height: 22px;
  width: 28px;
  flex-grow: 1;
  height: 22px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTmaRo {
  color: rgba(245,245,245,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  width: 28px;
  flex-grow: 1;
  height: 22px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTmaRp {
  color: rgba(245, 245, 245, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 4;
  min-height: 22px;
  max-height: 22px;
  width: 28px;
  flex-grow: 1;
  height: 22px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTmaRd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(59, 56, 57, 1);
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100px;
  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: 4;
}
.b-root .bubble-element.baTqaGz {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 56px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 12;
  min-height: 76px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 5;
}
.b-root .baTqaGz> .group-item {
  min-width: 56px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTqaHaE {
  overflow: visible;
  justify-content: space-between;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 1;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 56px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTqaHaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 200;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1.2;
  padding: 0px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  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.baTqaHaJ {
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 42px;
  max-width: 42px;
  order: 1;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTqaHaJ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 300px;
}
.b-root .baTqaHaJ .aspect-ratio {
}
.b-root .bubble-element.baUaCaKaJ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 32px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTqaWaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  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: 3;
}
.b-root .bubble-element.baTstaT {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 3;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baUaMyaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 240px;
  max-width: 400px;
  order: 3;
  min-height: 40px;
  width: 240px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baTsraI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 9;
}
.b-root .bubble-element.baTmaRt {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baTqaLd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  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: 3;
}
.b-root .bubble-element.baTstaZ {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 3;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTqaIaS {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-auto-columns: minmax(max-content, 56px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 76px;
  height: 76px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 5;
}
.b-root .baTqaIaS> .group-item {
  min-width: 56px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaCaIl {
  overflow: visible;
  justify-content: space-between;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 1;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 56px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaCaJm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 200;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1.2;
  padding: 0px 2px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  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.baUaCaJn {
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 42px;
  max-width: 42px;
  order: 1;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: 42px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaCaJn img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 300px;
}
.b-root .baUaCaJn .aspect-ratio {
}
.b-root .bubble-element.baTmaSaG {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 280px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTmaSaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 8;
}
.b-root .bubble-element.baTmaSaM {
  overflow: visible;
  justify-content: space-around;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  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: 8;
}
.b-root .bubble-element.baTmaSaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(var(--color_success_default_rgb), 0.5);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 3px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -8px;
  z-index: 2;
}
.b-root .bubble-element.baTqdaM {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 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.baTmaSaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 20px;
  width: 48px;
  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.baTmaSaT {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTqdaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTmaSaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 54px;
  max-width: 54px;
  order: 2;
  min-height: 20px;
  width: 54px;
  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.baTmaSaX {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 1;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaSaZ {
  overflow: visible;
  justify-content: space-around;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTmaSl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(var(--color_success_default_rgb), 0.5);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 3px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: -8px;
  z-index: 2;
}
.b-root .bubble-element.baTqeaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTmaSk {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 1;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaSd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 54px;
  max-width: 54px;
  order: 2;
  min-height: 20px;
  width: 54px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTqez {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 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.baTmaSj {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaSe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 20px;
  width: 48px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmaSp {
  overflow: visible;
  justify-content: space-around;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  order: 9;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTmaTaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(var(--color_success_default_rgb), 0.5);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 3px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: -8px;
  z-index: 2;
}
.b-root .bubble-element.baTqeaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTmaSr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 54px;
  max-width: 54px;
  order: 2;
  min-height: 20px;
  width: 54px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmaSx {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 1;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTqer {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 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.baTmaSw {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaSq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 20px;
  width: 48px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmaTaC {
  overflow: visible;
  justify-content: space-around;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  order: 8;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTmaTaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(var(--color_success_default_rgb), 0.5);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 3px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: -8px;
  z-index: 2;
}
.b-root .bubble-element.baTqdr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTmaTaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 54px;
  max-width: 54px;
  order: 2;
  min-height: 20px;
  width: 54px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmaTaN {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 1;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTqeg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 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.baTmaTaJ {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaTaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 20px;
  width: 48px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmaTaP {
  overflow: visible;
  justify-content: space-around;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTmaTa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(var(--color_success_default_rgb), 0.5);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 3px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: -8px;
  z-index: 2;
}
.b-root .bubble-element.baTqdj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTmaTb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 54px;
  max-width: 54px;
  order: 2;
  min-height: 20px;
  width: 54px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTmaTaV {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 1;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTqeaV {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 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.baTmaTaZ {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTmaTaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 20px;
  width: 48px;
  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.baTssaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 0px 0px 8px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baTssd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  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: 3;
}
.b-root .bubble-element.baTssi {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 4px;
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTpaQm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 16px 8px 16px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 10;
}
.b-root .bubble-element.baTpaQx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(59, 56, 57, 1);
  letter-spacing: 0.3px;
  line-height: 1.4;
  padding: 4px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTsraT {
  gap: 0px;
  grid-template-rows: repeat(auto-fill, minmax(32px, 1fr));
  grid-auto-columns: minmax(max-content, 32px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 8;
  min-height: 44px;
  width: 100%;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 5;
}
.b-root .baTsraT> .group-item {
  min-width: 32px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTsraV {
  overflow: visible;
  justify-content: center;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 12px 0px 12px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 28px;
  max-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: 28px;
  margin-left: 8px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTsraZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaMyg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 240px;
  max-width: 400px;
  order: 4;
  min-height: 40px;
  width: 240px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baTpaRaJ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 100px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTpaRaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baTsrz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 40px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTpaRaP {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 1;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTsrt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(59, 56, 57, 1);
  letter-spacing: 0.3px;
  line-height: 1.4;
  padding: 4px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTstaN {
  color: rgba(210, 210, 210, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 0.8;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 3;
  min-height: 10px;
  max-height: 10px;
  width: 10px;
  flex-grow: 1;
  height: 10px;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.baTvaQaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(1,4,216,1);
  line-height: 1.4;
  padding: 12px 12px 12px 12px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 64px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 6;
}
.b-root .bubble-element.baTsxaT {
  overflow: visible;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 12;
  min-height: 56px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .baTsxaT> .bubble-r-container {
  justify-content: space-between;
}
.b-root .bubble-element.baTtxd {
  overflow: visible;
  justify-content: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 15px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 49%;
  max-width: 49%;
  order: 5;
  min-height: 100%;
  width: 49%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTsxaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTsxaN {
  color: var(--color_primary_default);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(230,230,230,0.1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 1;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTuaNaB {
  overflow: visible;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 49%;
  max-width: 49%;
  order: 7;
  min-height: 100%;
  width: 49%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTuaNaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  order: 5;
  min-height: 32px;
  max-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: 32px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTutaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 4;
  width: 20px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTutaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTutaQ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 102.54237288135593%;
}
.b-root .bubble-element.baUaCsv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 6;
  min-height: 100%;
  max-height: 100%;
  width: 1px;
  flex-grow: 1;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaCsv .aspect-ratio {
}
.b-root .bubble-element.baUaEwaS {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 56px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baUaEwaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  order: 4;
  min-height: 32px;
  max-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: 32px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaEwaY {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 3;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaEwe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  order: 5;
  min-height: 32px;
  max-height: 32px;
  width: 1px;
  flex-grow: 1;
  height: 32px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTpbr {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 8px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 64px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTmnaT {
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 120px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 12;
  flex-direction: row;
  justify-content: center;
  gap: 0px;
  align-items: center;
}
.b-root .baTmnaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_surface_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTmnaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTmaUaQ {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: rgba(121,121,121,1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 76px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: 32px;
  margin-left: 4px;
  margin-top: 12px;
  margin-right: 4px;
  margin-bottom: 12px;
  z-index: 11;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baTmaUaQ .icon-item {
  width: 18px;
  height: 18px;
  color: rgba(139,139,139,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTmaUaQ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTqaEo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(136,19,55,1);
  line-height: 1.4;
  padding: 0px 0px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUaLdaG {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 4px 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTpvaJ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 49%;
  max-width: 49%;
  order: 1;
  min-height: 56px;
  width: 49%;
  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.baTpvaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTpvaR {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTpxg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 49%;
  max-width: 49%;
  order: 2;
  min-height: 56px;
  width: 49%;
  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.baTqaEh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTqaEi {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTpaYr {
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 12px 12px 12px 12px;
  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: 260px;
  max-width: 440px;
  min-height: 380px;
}
.b-root .baTpaYr> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .baTpaYr.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color_primary_default_rgb), 0.9);
  z-index: 2002;
}
.b-root .bubble-element.baTpaSaA {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 12px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 260px;
  max-width: 440px;
  order: 2;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.baTpaSaB {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px 12px 8px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 60px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaSaG {
  column-gap: 0px;
  grid-auto-rows: max-content;
  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: 100%;
  max-width: 100%;
  order: 10;
  min-height: 0px;
  max-height: 400px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .baTpaSaG> .group-item {
  min-height: 32px;
  padding-top: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baTpaSaH {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baTpaSaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  line-height: 1.6;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baTpaSaM {
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 500;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1;
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  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: 32px;
  max-width: 32px;
  order: 3;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .baTpaSaM .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTpaSaM .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTpaSaN {
  overflow: visible;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(209,209,209,1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 11;
  min-height: 32px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 13;
}
.b-root .bubble-element.baTpaSaS {
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 4px 4px 4px;
  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: 32px;
  max-width: 32px;
  order: 3;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 8px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .baTpaSaS .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTpaSaS .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTtci {
  color: rgba(172,172,172,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: -8px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baTpah {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 100%;
  max-width: 100%;
  order: 13;
  min-height: 100px;
  max-height: 100px;
  width: 100%;
  flex-grow: 1;
  height: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTpaSaF {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 4px 4px 4px;
  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: 120px;
  max-width: 120px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: 120px;
  margin-left: 8px;
  margin-top: 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .baTpaSaF .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTpaSaF .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTpaZaU {
  color: var(--color_success_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTpaTaD {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  max-width: 440px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTpaTaH {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px 12px 8px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 32px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaTaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(52,52,52,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTqaVt {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTtcaX {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(216, 216, 216, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 5;
  min-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTtcaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 200;
  color: var(--color_primary_default);
  line-height: 1;
  padding: 0px 4px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 28px;
  max-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: 28px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTpaTaJ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Voltaire';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_primary_default);
  text-align: center;
  padding: 8px 4px 8px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 0px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaTaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px 12px 8px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 32px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaTaP {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  order: 2;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTpaTaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(52,52,52,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTqaVz {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTpaTaV {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px 12px 8px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 32px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaTaZ {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  order: 4;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTpaTb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(52,52,52,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTqaWaF {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTpaTf {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 80px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTpaTg {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 4px 4px 4px;
  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-end;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 120px;
  flex-grow: 1;
  height: 36px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .baTpaTg .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTpaTg .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTqaVaJ {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px 12px 8px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 32px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTqaVaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(52,52,52,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTqaVh {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 5;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTtco {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 8px 12px 8px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 32px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTtct {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(52,52,52,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTtcu {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTpaSaT {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 12px 0px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  max-width: 440px;
  order: 4;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTpaSaX {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 12px 0px 12px 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 100px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaSaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaSe {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_default);
  padding: 0px 0px 0px 6px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTpaSd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 2px;
  z-index: 3;
}
.b-root .bubble-element.baTpaSf {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 9;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaSk {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_default);
  padding: 0px 0px 0px 6px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTpaSj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 2px;
  z-index: 3;
}
.b-root .bubble-element.baTpaSl {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 11;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaSp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 2px;
  z-index: 3;
}
.b-root .bubble-element.baTpaSr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 12;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaSw {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_default);
  padding: 0px 0px 0px 6px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTpaSv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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: 2px;
  z-index: 3;
}
.b-root .bubble-element.baTpaSx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 14;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaTaC {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_default);
  padding: 0px 0px 0px 6px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTpaTaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 3;
}
.b-root .bubble-element.baTpaaX {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 100%;
  max-width: 100%;
  order: 15;
  min-height: 100px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTpaSaY {
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 4px 4px 4px;
  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: 120px;
  max-width: 120px;
  order: 1;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: 120px;
  margin-left: 8px;
  margin-top: 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .baTpaSaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTpaSaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTpaTh {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 12px 0px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  max-width: 440px;
  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: 7;
}
.b-root .bubble-element.baTpaTl {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-end;
  min-width: 100%;
  max-width: 100%;
  order: 11;
  min-height: 80px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTpaTm {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 4px 4px 4px;
  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-end;
  min-width: 140px;
  max-width: 140px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 140px;
  flex-grow: 1;
  height: 36px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .baTpaTm .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTpaTm .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTpaUaF {
  overflow: visible;
  justify-content: space-between;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 60px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 10;
}
.b-root .bubble-element.baTpaUaJ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 4px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 45%;
  max-width: 45%;
  order: 3;
  min-height: 0px;
  width: 45%;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaUaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_success_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baTpaUaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 45%;
  max-width: 45%;
  order: 2;
  min-height: 0px;
  width: 45%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpaUaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_success_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baTpxaV {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_alert_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 36px;
  order: 3;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTpxaP {
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 1;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTpxaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 300px;
}
.b-root .baTpxaP .aspect-ratio {
}
.b-root .bubble-element.baTpxaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 12px;
  z-index: 9;
}
.b-root .bubble-element.baTpxaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_success_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baUaGiaR {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 16px 8px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 32px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaGiaY {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 82px);
  grid-auto-flow: column;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: flex-start;
  min-width: 82px;
  order: 2;
  min-height: 82px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 4;
}
.b-root .baUaGiaY> .group-item {
  min-width: 82px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaGiaX {
  overflow: visible;
  justify-content: space-around;
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 0.7;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 92px;
  max-width: 92px;
  order: 1;
  min-height: 92px;
  max-height: 92px;
  height: 92px;
  flex-grow: 1;
  width: 92px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 4;
}
.b-root .bubble-element.baUaGiaS {
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  -webkit-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -moz-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -o-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -ms-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaGiaS img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 300px;
}
.b-root .baUaGiaS .aspect-ratio {
}
.b-root .bubble-element.baUaGiaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease-in-out;
  -moz-transition: font-size 200ms ease-in-out;
  -o-transition: font-size 200ms ease-in-out;
  -ms-transition: font-size 200ms ease-in-out;
  transition: font-size 200ms ease-in-out;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaGip {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_success_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baTpcaI {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 12px 0px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  max-width: 440px;
  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: 7;
}
.b-root .bubble-element.baTpch {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 60px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 10;
}
.b-root .bubble-element.baTpcl {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 4px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 200px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTpcm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 24px;
  font-weight: 300;
  color: rgba(81,8,8,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  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.baTpcy {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_destructive_default);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 4px 4px 4px 4px;
  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: 160px;
  max-width: 160px;
  order: 3;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: 160px;
  margin-left: 8px;
  margin-top: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 7;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baTpcy .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_destructive_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTpcy .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTpdaW {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 12px 0px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  max-width: 440px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTpdt {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-end;
  min-width: 100%;
  max-width: 100%;
  order: 9;
  min-height: 100px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTpdu {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 4px 4px 4px;
  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-end;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 120px;
  flex-grow: 1;
  height: 36px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .baTpdu .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTpdu .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTpee {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 8;
  min-height: 240px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTpel {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 14px;
  width: 60px;
  flex-grow: 1;
  height: max-content;
  margin-left: 4px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baUaBxl {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 260px;
  max-width: 440px;
  min-height: 700px;
  max-height: 700px;
}
.b-root .baUaBxl.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.baUaCaRaR {
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 8px 8px 16px 8px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 260px;
  max-width: 340px;
  min-height: 400px;
  max-height: 700px;
}
.b-root .baUaCaRaR.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 2002;
}
.b-root .bubble-element.baUaCaQd {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaCaQj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 76px;
  max-width: 76px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 76px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUaCaQj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaCaQj .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUaCaQp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 24px;
  font-weight: 400;
  color: rgba(46,51,57,1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  order: 3;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaCaQv {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  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: 5;
}
.b-root .bubble-element.baUaCaRaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(36,42,49,1);
  line-height: 1.4;
  padding: 8px 8px 8px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  order: 1;
  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: 3;
}
.b-root .bubble-element.baUaMaHaA {
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 2px;
  max-height: 2px;
  height: 2px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaMaHaA .aspect-ratio {
}
.b-root .bubble-element.baUaHaDj {
  overflow: visible;
  justify-content: space-around;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 40px;
  order: 1;
  min-height: 700px;
  max-height: 700px;
  height: 700px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUaByaD {
  color: rgba(205,205,205,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 7;
}
.b-root .bubble-element.baUaCaJx {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaCaKaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  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: 3;
}
.b-root .bubble-element.baUaCaKaV {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaCaKb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  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: 3;
}
.b-root .bubble-element.baUaBwaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 200;
  color: rgba(151,151,151,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 5;
}
.b-root .bubble-element.baUaByaJ {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 56px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 5;
  min-height: 110px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaByaJ> .group-item {
  min-width: 56px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaByaL {
  overflow: visible;
  justify-content: space-around;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 333ms ease-in-out;
  -moz-transition: background 333ms ease-in-out;
  -o-transition: background 333ms ease-in-out;
  -ms-transition: background 333ms ease-in-out;
  transition: background 333ms ease-in-out;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  order: 2;
  min-height: 72px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 64px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaBzaX {
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 200;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 12px 4px 12px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUaBzaX .icon-item {
  width: 18px;
  height: 18px;
  color: rgba(252,195,195,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaBzaX .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaCaBaD {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 40px;
  order: 1;
  min-height: 72px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaByaP {
  color: rgba(177,177,177,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: flex-end;
  min-width: 10px;
  max-width: 10px;
  order: 1;
  min-height: 10px;
  max-height: 10px;
  height: 10px;
  flex-grow: 1;
  width: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaByaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -moz-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -o-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -ms-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 44px;
  margin-left: 0px;
  margin-top: -12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaByaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaByaQ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUaByaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 200;
  color: rgba(83,73,76,1);
  text-align: center;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  order: 3;
  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: 2;
}
.b-root .bubble-element.baUaCaJaZ {
  overflow: visible;
  justify-content: flex-end;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 430px;
  max-height: 430px;
  height: 430px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUaCaIv {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUaBzd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 300;
  color: rgba(122,117,117,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: 620px;
  order: 2;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaCaKh {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 64px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 10;
}
.b-root .baUaCaKh> .group-item {
  min-width: 64px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaCaKn {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(129,122,122,1);
  text-align: center;
  line-height: 1.2;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207,204,199,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 64px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
}
.b-root .baUaCaKn .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaCaKn .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaCaLaB {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 12px 0px 12px;
  opacity: 1;
  align-self: center;
  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: 11;
}
.b-root .bubble-element.baUaBwaR {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207,204,199,1);
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 32px;
  width: 0px;
  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.baUaBwaX {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaCaJaD {
  color: var(--color_text_default);
  visibility: hidden;
  text-shadow: 1px 1px 3px rgba(var(--color_text_default_rgb), 0.2);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaHaEaB {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 24px 0px 24px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 8;
  min-height: 310px;
  max-height: 310px;
  height: 310px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUaBwaZ {
  gap: 6px;
  grid-auto-rows: minmax(max-content, 64px);
  grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 1;
  min-height: 310px;
  max-height: 310px;
  height: 310px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaBwaZ> .group-item {
  min-height: 64px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaBwe {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 56px;
  order: 2;
  min-height: 80px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaBwf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 200;
  color: rgba(83,73,76,1);
  text-align: center;
  line-height: 1.2;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 3;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 56px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaBwj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  -moz-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  -o-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  -ms-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaBwj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaBwj .aspect-ratio {
}
.b-root .bubble-element.baUaLap {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 12px 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaLbaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 200px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baUaLbaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(86,94,104,1);
  text-align: center;
  line-height: 1.3;
  padding: 0px 24px 0px 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaLbaV {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  order: 1;
  min-height: 64px;
  max-height: 64px;
  height: 64px;
  flex-grow: 1;
  width: 64px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaLbaZ {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 16px;
  -moz-border-radius: 16px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(4,27,207,1);
  padding: 4px 24px 4px 24px;
  opacity: 1;
  align-self: center;
  min-width: 92%;
  max-width: 92%;
  order: 3;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: 92%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaLbf {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_success_default);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 4px 4px 4px 4px;
  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: 160px;
  max-width: 160px;
  order: 4;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: 160px;
  margin-left: 8px;
  margin-top: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 7;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baUaLbf .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_success_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaLbf .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaLbt {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 12px 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaLby {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 200px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baUaLbz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(86,94,104,1);
  text-align: center;
  line-height: 1.3;
  padding: 0px 24px 0px 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaLcaD {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  order: 1;
  min-height: 64px;
  max-height: 64px;
  height: 64px;
  flex-grow: 1;
  width: 64px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaLcaF {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_success_default);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 4px 4px 4px 4px;
  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: 160px;
  max-width: 160px;
  order: 4;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: 160px;
  margin-left: 8px;
  margin-top: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 7;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baUaLcaF .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_success_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaLcaF .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTpfaI {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 260px;
  max-width: 440px;
  min-height: 340px;
  max-height: 500px;
}
.b-root .baTpfaI.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color_primary_default_rgb), 0.98);
  z-index: 2002;
}
.b-root .bubble-element.baTpfaN {
  color: var(--color_surface_default);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_surface_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  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: 36px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTpfaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 24px;
  font-weight: 400;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1.3;
  padding: 0px 16px 0px 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  order: 5;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baTpfaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  line-height: 1.3;
  padding: 0px 16px 0px 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0%;
  order: 6;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 16px;
  z-index: 3;
}
.b-root .bubble-element.baTpvd {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  min-width: 260px;
  min-height: 45px;
  z-index: 20000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  width: initial;
  height: auto;
  visibility: hidden;
  padding: 8px 0px 8px 0px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(15,217,72,1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 200;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  opacity: 1;
}
.b-root .bubble-element.baTpwd {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 260px;
  max-width: 440px;
  min-height: 321px;
}
.b-root .baTpwd.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color_primary_default_rgb), 0.96);
  z-index: 2002;
}
.b-root .bubble-element.baTpwf {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 236px;
  max-width: 280px;
  order: 2;
  min-height: 320px;
  max-height: 360px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 128px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTpwj {
  color: var(--color_surface_default);
  text-shadow: 0px 1px 4px var(--color_primary_default);
  border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 28px;
  max-width: 28px;
  order: 1;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: 28px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.baTtyl {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 12px 12px 12px 12px;
  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: 260px;
  max-width: 440px;
  min-height: 300px;
}
.b-root .baTtyl.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.baTtvk {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTtvq {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTtvv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(0,4,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: 32px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTtvx {
  color: rgba(var(--color_primary_default_rgb), 0.8);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(230,230,230,0.1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 1;
  min-height: 28px;
  max-height: 28px;
  width: 28px;
  flex-grow: 1;
  height: 28px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTtwaC {
  overflow: visible;
  justify-content: center;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 16px 12px 16px 12px;
  opacity: 1;
  -webkit-transition: background 333ms ease-in-out;
  -moz-transition: background 333ms ease-in-out;
  -o-transition: background 333ms ease-in-out;
  -ms-transition: background 333ms ease-in-out;
  transition: background 333ms ease-in-out;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 12px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 8px;
}
.b-root .bubble-element.baTtwaJ {
  overflow: visible;
  justify-content: flex-start;
  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: 2;
}
.b-root .bubble-element.baTtwaN {
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Voltaire';
  font-size: 24px;
  font-weight: 300;
  color: rgba(32,32,32,1);
  text-align: center;
  opacity: 1;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  order: 2;
  min-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: 64px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTtwaO {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 28px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 9;
}
.b-root .bubble-element.baTtwaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 200;
  color: rgba(var(--color_primary_default_rgb), 0.5);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaHaUn {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 16px 12px 16px 12px;
  opacity: 1;
  -webkit-transition: background 333ms ease-in-out;
  -moz-transition: background 333ms ease-in-out;
  -o-transition: background 333ms ease-in-out;
  -ms-transition: background 333ms ease-in-out;
  transition: background 333ms ease-in-out;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 12px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 8px;
}
.b-root .bubble-element.baUaHaUu {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  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.baUaHaVaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_success_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaHaUz {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 28px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 9;
}
.b-root .bubble-element.baUaHaVaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 200;
  color: rgba(var(--color_primary_default_rgb), 0.5);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaCraP {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 260px;
  max-width: 460px;
  min-height: 700px;
}
.b-root .baUaCraP.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 2002;
}
.b-root .bubble-element.baUaCop {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 200;
  color: rgba(151,151,151,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 620px;
  order: 8;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 5;
}
.b-root .bubble-element.baUaCot {
  color: rgba(205,205,205,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: 28px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 7;
}
.b-root .bubble-element.baUaCpaH {
  overflow: visible;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baUaCpaH> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaCpaL {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 24px 0px 24px;
  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: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUaCpaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(122,117,117,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: 620px;
  order: 1;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaMtt {
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 200;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 15px 4px 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: 60px;
  order: 3;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 6;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baUaMtt .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_success_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaMtt .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaCpaN {
  gap: 6px;
  grid-auto-rows: minmax(max-content, 64px);
  grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 9;
  min-height: 540px;
  max-height: 540px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaCpaN> .group-item {
  min-height: 64px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaCpaR {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 56px;
  order: 2;
  min-height: 80px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaCpaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 200;
  color: rgba(83,73,76,1);
  text-align: center;
  line-height: 1.2;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  max-width: 56px;
  order: 3;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 56px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaCpaT {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  -moz-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  -o-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  -ms-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: 48px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaCpaT img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaCpaT .aspect-ratio {
}
.b-root .bubble-element.baUaCpaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 24px 0px 24px;
  opacity: 1;
  align-self: center;
  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: 11;
}
.b-root .bubble-element.baUaCpd {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207,204,199,1);
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 32px;
  width: 0px;
  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.baUaCpf {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaCpj {
  color: var(--color_text_default);
  visibility: hidden;
  text-shadow: 1px 1px 3px rgba(var(--color_text_default_rgb), 0.2);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaCqs {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 5;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUaCpaY {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(129,122,122,1);
  text-align: center;
  line-height: 1.2;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207,204,199,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40%;
  order: 1;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.b-root .baUaCpaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaCpaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaCqz {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(129,122,122,1);
  text-align: center;
  line-height: 1.2;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207,204,199,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40%;
  order: 2;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.b-root .baUaCqz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaCqz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaCpq {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 7;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaCpv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  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: 3;
}
.b-root .bubble-element.baUaCpw {
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 8px 8px 16px 8px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 260px;
  max-width: 340px;
  min-height: 400px;
  max-height: 700px;
}
.b-root .baUaCpw.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 2002;
}
.b-root .bubble-element.baUaCrh {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 0px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 10;
  min-height: 100px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaCrh> .group-item {
  min-width: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaCrj {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 333ms ease-in-out;
  -moz-transition: background 333ms ease-in-out;
  -o-transition: background 333ms ease-in-out;
  -ms-transition: background 333ms ease-in-out;
  transition: background 333ms ease-in-out;
  align-self: center;
  min-width: 64px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaCrn {
  color: rgba(177,177,177,1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 10px;
  max-width: 10px;
  order: 1;
  min-height: 10px;
  max-height: 10px;
  height: 10px;
  flex-grow: 1;
  width: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaCro {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -moz-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -o-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -ms-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  margin-left: 0px;
  margin-top: -12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaCro img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaCro .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baUaCrp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 200;
  color: rgba(83,73,76,1);
  text-align: center;
  line-height: 1.1;
  padding: 0px -4px 0px -4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaCoz {
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 200;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  -webkit-transition: padding-top 333ms ease-in-out;
  -moz-transition: padding-top 333ms ease-in-out;
  -o-transition: padding-top 333ms ease-in-out;
  -ms-transition: padding-top 333ms ease-in-out;
  transition: padding-top 333ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 3;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 16px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUaCoz .icon-item {
  width: 18px;
  height: 18px;
  color: rgba(252,195,195,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaCoz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaMtz {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 260px;
  max-width: 400px;
  min-height: 296px;
}
.b-root .baUaMtz.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color_success_default_rgb), 0.5);
  z-index: 2002;
}
.b-root .bubble-element.baUaMuaR {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_primary_default_rgb), 0.1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_primary_default);
  padding: 8px 12px 8px 12px;
  opacity: 1;
  align-self: center;
  min-width: 96%;
  max-width: 96%;
  order: 6;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: 96%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 4;
}
.b-root .bubble-element.baUaMuj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(88,93,100,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 96%;
  max-width: 96%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 96%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaMup {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(88,93,100,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 96%;
  max-width: 96%;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 96%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaMvaZ {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-end;
  min-width: 40px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 6;
}
.b-root .bubble-element.baUaMuaL {
  color: rgba(145,148,151,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 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: 3;
}
.b-root .bubble-element.baUaMuaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  color: rgba(111,111,111,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaMvs {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 13px 15px 13px 15px;
  opacity: 0.5;
  -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: 96%;
  max-width: 96%;
  order: 13;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 96%;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 7;
}
.b-root .baUaMvs .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaMvs .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaMwaJ {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 9;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaMvy {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 4px 4px 4px 4px;
  opacity: 0.7;
  -webkit-transition: border-width 200ms ease-in-out;
  -moz-transition: border-width 200ms ease-in-out;
  -o-transition: border-width 200ms ease-in-out;
  -ms-transition: border-width 200ms ease-in-out;
  transition: border-width 200ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 140px;
  max-height: 140px;
  width: 100px;
  flex-grow: 1;
  height: 140px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
  z-index: 5;
}
.b-root .bubble-element.baUaMwaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_success_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baUaMwaE {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 2;
  min-height: 90px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 70px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaMuv {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 4px 4px 4px 4px;
  opacity: 0.7;
  -webkit-transition: border-width 200ms ease-in-out;
  -moz-transition: border-width 200ms ease-in-out;
  -o-transition: border-width 200ms ease-in-out;
  -ms-transition: border-width 200ms ease-in-out;
  transition: border-width 200ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 140px;
  max-height: 140px;
  width: 100px;
  flex-grow: 1;
  height: 140px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
  z-index: 5;
}
.b-root .bubble-element.baUaMvaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_success_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baUaMvaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  order: 2;
  min-height: 90px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 70px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaMwaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(88,93,100,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 96%;
  max-width: 96%;
  order: 12;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 96%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaMwaX {
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: center;
  min-width: 96%;
  max-width: 96%;
  order: 7;
  min-height: 2px;
  max-height: 2px;
  height: 2px;
  flex-grow: 1;
  width: 96%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 9;
}
.b-root .baUaMwaX .aspect-ratio {
}
.b-root .bubble-element.baUaMwd {
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 96%;
  max-width: 96%;
  order: 10;
  min-height: 2px;
  max-height: 2px;
  height: 2px;
  flex-grow: 1;
  width: 96%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 9;
}
.b-root .baUaMwd .aspect-ratio {
}
.b-root .bubble-element.baUaEwq {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 12px 12px 12px 12px;
  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: 260px;
  max-width: 320px;
  min-height: 300px;
}
.b-root .baUaEwq.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 2002;
}
.b-root .bubble-element.baUaEvaK {
  color: rgba(207,207,207,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaEvd {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  letter-spacing: 0.3px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 4px 12px 4px 12px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  order: 11;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baUaEvd .icon-item {
  width: 16px;
  height: 16px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaEvd .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaEvv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.3;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baUaEwaH {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  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: 14;
}
.b-root .bubble-element.baUaEvaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.4;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baUaEwaB {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baUaEyt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1.3;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .bubble-element.baUaGgy {
  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: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 260px;
  max-width: 420px;
  min-height: 320px;
}
.b-root .baUaGgy.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.baUaGfaR {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: center;
  min-width: 240px;
  max-width: 920px;
  order: 4;
  min-height: 460px;
  max-height: 460px;
  height: 460px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 5;
}
.b-root .bubble-element.baUaGfaG {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 12px 8px 0px 8px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 760px;
  order: 15;
  min-height: 400px;
  max-height: 400px;
  height: 400px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaGfaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(193,135,1,1);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 0px 12px 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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaGfaB {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 36px);
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-flow: row;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 100%;
  order: 2;
  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: 4px;
  z-index: 8;
}
.b-root .baUaGfaB> .group-item {
  min-height: 36px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaGfaF {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_background_default);
  text-align: center;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_surface_default);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 4px 24px 4px 24px;
  opacity: 0.8;
  -webkit-transition: color 200ms ease-in-out, border-color 200ms ease-in-out, background 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out, border-color 200ms ease-in-out, background 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, border-color 200ms ease-in-out, background 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out, border-color 200ms ease-in-out, background 200ms ease-in-out;
  transition: color 200ms ease-in-out, border-color 200ms ease-in-out, background 200ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 140px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: 32px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 9;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUaGfaF .icon-item {
  width: 16px;
  height: 16px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaGfaF .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaGht {
  overflow: visible;
  justify-content: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 24px 24px 24px 24px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 96%;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUaGej {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 12px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaGen {
  color: rgba(193,135,1,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: flex-start;
  min-width: 12px;
  max-width: 12px;
  order: 1;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaGeo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(193,135,1,1);
  letter-spacing: 0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 12px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaGep {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.55;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaGec {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 8px 8px 8px 8px;
  opacity: 0.5;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 32px;
  max-width: 32px;
  order: 4;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUaGec .icon-item {
  width: 28px;
  height: 28px;
  color: var(--color_alert_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaGec .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaGed {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 8px 8px 8px 8px;
  opacity: 0.5;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUaGed .icon-item {
  width: 28px;
  height: 28px;
  color: var(--color_alert_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaGed .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaGeh {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaGei {
  border-radius: 100px;
  -moz-border-radius: 100px;
  font-family: 'Voltaire';
  font-size: 24px;
  font-weight: 500;
  color: var(--color_background_default);
  text-align: center;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 40px;
  margin-left: 8px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaGfaS {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color_success_default);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUaGfaT {
  color: var(--color_background_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaGfaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 9;
}
.b-root .bubble-element.baUaGfaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_alert_default);
  letter-spacing: 0.5px;
  line-height: 1.4;
  padding: 0px 8px 0px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaGfaZ {
  color: var(--color_destructive_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaGfe {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 200px;
  max-width: 620px;
  min-height: 400px;
  max-height: 680px;
}
.b-root .baUaGfe.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--color_primary_contrast_default);
  z-index: 2002;
}
.b-root .bubble-element.baUaGaMc {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 0px;
  max-height: 620px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaGaNaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 4px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaGaNaB {
  gap: 1px;
  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: center;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaGaNaB> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaGaNaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 0px 8px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 420px;
  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.baUaGaNaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  letter-spacing: 0.2px;
  line-height: 1.4;
  padding: 4px 8px 4px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 0px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaGaNaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  letter-spacing: 0.2px;
  line-height: 1.4;
  padding: 4px 8px 4px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 94px;
  max-width: 94px;
  order: 3;
  min-height: 0px;
  width: 94px;
  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.baUaGaNaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 300;
  color: var(--color_success_default);
  letter-spacing: 0.2px;
  line-height: 1.4;
  padding: 4px 8px 4px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 220px;
  order: 4;
  min-height: 0px;
  width: 160px;
  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.baUaGaNaT {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 420px;
  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: 16px;
  z-index: 6;
}
.b-root .bubble-element.baUaGaNe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_success_default);
  line-height: 1.4;
  padding: 4px 8px 4px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 94px;
  max-width: 94px;
  order: 4;
  min-height: 0px;
  width: 94px;
  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.baUaGaNf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_success_default);
  line-height: 1.4;
  padding: 4px 8px 4px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 160px;
  max-width: 220px;
  order: 5;
  min-height: 0px;
  width: 160px;
  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.baUaGaNaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_success_default);
  line-height: 1.4;
  padding: 4px 8px 4px 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 0px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaGaNv {
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 6;
}
.b-root .baUaGaNv .aspect-ratio {
}
.b-root .bubble-element.baUaGaOg {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 100%;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaGaPaD {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaGaMh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 20px;
  font-weight: 400;
  color: rgba(2,5,160,1);
  line-height: 1.4;
  padding: 0px 8px 0px 8px;
  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: 8px;
  z-index: 3;
}
.b-root .bubble-element.baUaGlaX {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  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: 260px;
  max-width: 460px;
  min-height: 300px;
}
.b-root .baUaGlaX.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.baUaGix {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 200;
  color: rgba(151,151,151,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 8;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 5;
}
.b-root .bubble-element.baUaGjaB {
  color: rgba(205,205,205,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: 28px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 7;
}
.b-root .bubble-element.baUaGjaP {
  overflow: visible;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 11;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baUaGjaP> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaGjaT {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUaGjaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 300;
  color: rgba(122,117,117,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: 620px;
  order: 2;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaGjaV {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 44px);
  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: 200px;
  order: 7;
  min-height: 540px;
  max-height: 540px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaGjaV> .group-item {
  min-height: 44px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaGjaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  order: 2;
  min-height: 56px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaGja {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 200;
  color: rgba(83,73,76,1);
  line-height: 1.2;
  padding: 4px 8px 4px 8px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 56px;
  order: 2;
  min-height: 44px;
  max-height: 44px;
  width: 56px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaGjb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  -moz-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  -o-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  -ms-transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  transition: min-height 333ms ease-in-out, max-height 333ms ease-in-out;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaGjb img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaGjb .aspect-ratio {
}
.b-root .bubble-element.baUaGkz {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  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: 36px;
  max-width: 36px;
  order: 3;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUaGkz .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_success_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaGkz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaGjf {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 64px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 10;
}
.b-root .baUaGjf> .group-item {
  min-width: 64px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaGjg {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(129,122,122,1);
  text-align: center;
  line-height: 1.2;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207,204,199,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 64px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
}
.b-root .baUaGjg .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaGjg .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaGjh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 12px 0px 12px;
  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: 11;
}
.b-root .bubble-element.baUaGjl {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207,204,199,1);
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 32px;
  width: 0px;
  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.baUaGjn {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaGjr {
  color: var(--color_text_default);
  visibility: hidden;
  text-shadow: 1px 1px 3px rgba(var(--color_text_default_rgb), 0.2);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 12px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaGjs {
  overflow: visible;
  justify-content: center;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaGjx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  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: 3;
}
.b-root .bubble-element.baUaGkaE {
  justify-content: flex-start;
  row-gap: 8px;
  visibility: hidden;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 8px 8px 16px 8px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 260px;
  max-width: 340px;
  min-height: 400px;
  max-height: 700px;
}
.b-root .baUaGkaE.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 2002;
}
.b-root .bubble-element.baUaGlaM {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 9;
  min-height: 130px;
  max-height: 130px;
  height: 130px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baUaGjaC {
  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;
  max-width: 100%;
  order: 1;
  min-height: 130px;
  max-height: 130px;
  height: 130px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaGjaC> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaGjaD {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 333ms ease-in-out;
  -moz-transition: background 333ms ease-in-out;
  -o-transition: background 333ms ease-in-out;
  -ms-transition: background 333ms ease-in-out;
  transition: background 333ms ease-in-out;
  align-self: center;
  min-width: 64px;
  order: 2;
  min-height: 56px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 8px);
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaGjaH {
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 200;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 12px 4px 12px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUaGjaH .icon-item {
  width: 18px;
  height: 18px;
  color: rgba(252,195,195,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaGjaH .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaGjaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 56px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaGjaN {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -moz-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -o-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  -ms-transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  transition: min-width 333ms ease-in-out, max-width 333ms ease-in-out;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 1;
  min-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaGjaN img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .baUaGjaN .aspect-ratio {
}
.b-root .bubble-element.baUaGjaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 200;
  color: rgba(83,73,76,1);
  line-height: 1.2;
  padding: 4px 4px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 56px;
  order: 2;
  min-height: 56px;
  max-height: 56px;
  width: 56px;
  flex-grow: 1;
  height: 56px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJxaM {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 92%;
  max-width: 92%;
  min-height: 0px;
}
.b-root .baUaJxaM.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--color_primary_default);
  z-index: 2002;
}
.b-root .bubble-element.baTtaYaU {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTtaYa {
  overflow: visible;
  justify-content: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: center;
  min-width: 92%;
  max-width: 92%;
  order: 5;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 92%;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 11;
}
.b-root .bubble-element.baTtaYf {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTtaYg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.6;
  padding: 0px 8px 0px 8px;
  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: 5;
}
.b-root .bubble-element.baTtaYh {
  color: var(--color_destructive_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTtaYl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 92%;
  max-width: 92%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 92%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 4;
}
.b-root .bubble-element.baTtaYr {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 92%;
  max-width: 92%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 92%;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 12;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baTtaYr .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_success_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTtaYr .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTtav {
  visibility: hidden;
  padding: 8px 0px 8px 0px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(15, 0, 5, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  order: 2;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.baTtaZo {
  overflow: visible;
  justify-content: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 12px 12px 12px 12px;
  opacity: 1;
  align-self: center;
  min-width: 92%;
  max-width: 92%;
  order: 8;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 92%;
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 10;
}
.b-root .bubble-element.baTtaZu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 92%;
  max-width: 92%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 92%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 4;
}
.b-root .bubble-element.baTtaZv {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTtaZz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_destructive_default);
  line-height: 1;
  padding: 0px 4px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: 28px;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTtaaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1;
  padding: 0px 4px 0px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 28px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTtaaF {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 92%;
  max-width: 92%;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 92%;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 12;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baTtaaF .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_success_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTtaaF .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTtbaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 92%;
  max-width: 92%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 92%;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 4;
}
.b-root .bubble-element.baTtgaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 200;
  color: var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 92%;
  max-width: 92%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 92%;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 4;
}
.b-root .bubble-element.baUaKzp {
  overflow: hidden auto;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  opacity: 1;
  align-self: flex-end;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 100%;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .baUaKzp> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaKxn {
  overflow: hidden auto;
  justify-content: flex-end;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  opacity: 1;
  align-self: flex-end;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 100%;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baUaJnaL {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 320px;
  order: 2;
  min-height: 300px;
  max-height: 300px;
  height: 300px;
  flex-grow: 1;
  width: 320px;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaJnaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 95px;
  left: 8px;
  width: 120px;
  height: 150px;
  z-index: 4;
}
.b-root .baUaJnaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaJnaQ .aspect-ratio {
}
.b-root .bubble-element.baUaJnaR {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 116px;
  left: 235px;
  width: 83px;
  height: 139px;
  z-index: 7;
}
.b-root .baUaJnaR img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaJnaR .aspect-ratio {
}
.b-root .bubble-element.baUaJnaV {
  overflow: visible;
  border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 0px;
  opacity: 1;
  top: 40px;
  left: 70px;
  width: 180px;
  height: 240px;
  z-index: 10;
}
.b-root .bubble-element.baUaJnaW {
  color: var(--color_surface_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  top: 154px;
  left: 57px;
  width: 65px;
  height: 63px;
  z-index: 2;
}
.b-root .bubble-element.baUaJnc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 200;
  color: var(--color_primary_default);
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.3;
  padding: 8px 12px 8px 12px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  opacity: 1;
  cursor: pointer;
  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: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 7;
}
.b-root .bubble-element.baUaJni {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 11;
}
.b-root .bubble-element.baUaJnn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaJno {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(15, 0, 5, 1);
  text-shadow: 1px 1px 4px rgba(var(--color_primary_default_rgb), 0.1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  padding: 8px 4px 8px 4px;
  border-radius: 15px;
  -moz-border-radius: 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;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaJnp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 200;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  text-shadow: 0px 1px 4px rgba(var(--color_primary_default_rgb), 0.1);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  padding: 8px 4px 8px 4px;
  border-radius: 15px;
  -moz-border-radius: 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;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaLaAy {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 11;
}
.b-root .bubble-element.baUaLaBaK {
  color: var(--color_bTniP_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 3;
  min-height: 44px;
  max-height: 44px;
  width: 48px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaLaCaR {
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 0px 2px rgba(var(--color_primary_default_rgb), 0.3);
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 5;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 9;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .baUaLaCaR .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaLaCaR .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaPwb {
  width: initial;
  min-width: 240px;
  min-height: 568px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1522;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  opacity: 1;
}
.b-root .baUaPwb> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaPtaP {
  width: initial;
  min-width: 40px;
  min-height: 48px;
  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: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
}
.b-root .bubble-element.baUaPwaE {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 90%;
  order: 1;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaPtaV {
  color: rgba(116,3,37,1);
  text-shadow: 1px 1px 4px rgba(123, 2, 38, 1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 6px 6px 6px 6px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaPtaJ {
  color: rgba(123,2,38,0.8);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 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: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaPuv {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: center;
  min-width: 240px;
  order: 3;
  min-height: 568px;
  max-height: 568px;
  height: 568px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 48px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaPtaX {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  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: 140px;
  max-width: 100%;
  order: 1;
  min-height: 568px;
  max-height: 568px;
  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 .baUaPtaX> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baUaPvaN {
  overflow: hidden auto;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 0px 12px 0px 12px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 820px;
  order: 1;
  min-height: 512px;
  max-height: 512px;
  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 .baUaPvaN> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaPvaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 22px;
  font-weight: 400;
  color: rgba(97,89,75,1);
  letter-spacing: 0.3px;
  line-height: 1.3;
  padding: 12px 0px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.baUaPvaT {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: min-width 333ms ease-in-out, min-height 333ms ease-in-out;
  -moz-transition: min-width 333ms ease-in-out, min-height 333ms ease-in-out;
  -o-transition: min-width 333ms ease-in-out, min-height 333ms ease-in-out;
  -ms-transition: min-width 333ms ease-in-out, min-height 333ms ease-in-out;
  transition: min-width 333ms ease-in-out, min-height 333ms ease-in-out;
  align-self: center;
  min-width: 40px;
  order: 7;
  min-height: 76px;
  max-height: 100%;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 128px;
  z-index: 10;
}
.b-root .bubble-element.baUaPvaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  color: rgba(87,1,1,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaPvaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(59,47,24,1);
  letter-spacing: 0.3px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaPvaZ {
  gap: 0px;
  grid-template-rows: repeat(4, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: min-height 200ms ease-in-out, max-height 200ms ease-in-out, min-width 200ms ease-in-out, max-width 200ms ease-in-out;
  -moz-transition: min-height 200ms ease-in-out, max-height 200ms ease-in-out, min-width 200ms ease-in-out, max-width 200ms ease-in-out;
  -o-transition: min-height 200ms ease-in-out, max-height 200ms ease-in-out, min-width 200ms ease-in-out, max-width 200ms ease-in-out;
  -ms-transition: min-height 200ms ease-in-out, max-height 200ms ease-in-out, min-width 200ms ease-in-out, max-width 200ms ease-in-out;
  transition: min-height 200ms ease-in-out, max-height 200ms ease-in-out, min-width 200ms ease-in-out, max-width 200ms ease-in-out;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 64px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .baUaPvaZ> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baUaPva {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(224,216,202,1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 4px 8px 4px 8px;
  opacity: 1;
  -webkit-transition: background 333ms ease-in-out, min-width 333ms ease-in-out, min-height 333ms ease-in-out;
  -moz-transition: background 333ms ease-in-out, min-width 333ms ease-in-out, min-height 333ms ease-in-out;
  -o-transition: background 333ms ease-in-out, min-width 333ms ease-in-out, min-height 333ms ease-in-out;
  -ms-transition: background 333ms ease-in-out, min-width 333ms ease-in-out, min-height 333ms ease-in-out;
  transition: background 333ms ease-in-out, min-width 333ms ease-in-out, min-height 333ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 5;
}
.b-root .bubble-element.baUaPvb {
  color: var(--color_success_default);
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaPvf {
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(69,59,40,1);
  letter-spacing: 0.3px;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 12px 4px 12px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-in-out, background 200ms ease-in-out;
  -moz-transition: border-color 200ms ease-in-out, background 200ms ease-in-out;
  -o-transition: border-color 200ms ease-in-out, background 200ms ease-in-out;
  -ms-transition: border-color 200ms ease-in-out, background 200ms ease-in-out;
  transition: border-color 200ms ease-in-out, background 200ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 32px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaPvf .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaPvf .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: left;
}
.b-root .bubble-element.baUaPvg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 500;
  color: rgba(62,48,19,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(224,216,202,1);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaPvaD {
  width: initial;
  min-width: 40px;
  min-height: 52px;
  left: 0px;
  right: 0px;
  top: unset;
  bottom: 0px;
  max-width: 820px;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  z-index: 1505;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 0px 0px;
  opacity: 1;
}
.b-root .bubble-element.baUaPtz {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_background_default);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(120,0,36,1);
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 8px 24px 8px 24px;
  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: 60px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 56px;
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.b-root .baUaPtz .icon-item {
  width: 20px;
  height: 20px;
  color: var(--color_background_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaPtz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaPwn {
  width: initial;
  min-width: 240px;
  min-height: 568px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: absolute;
  z-index: 1520;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  opacity: 1;
}
.b-root .baUaPwn> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaIaaW0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  max-width: 1100px;
  order: 6;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  z-index: 4;
}
.b-root .baTaIaaW0> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.baTaIal0 {
  overflow: visible;
  justify-content: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 920px;
  order: 4;
  min-height: 0px;
  width: 300px;
  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.baTaIar0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-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;
}
.b-root .bubble-element.baTaIas0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 28px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaIav0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 16px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaIbaA0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  line-height: 1.6;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTxaIl {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 7;
  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: 6;
}
.b-root .bubble-element.baTxaIf {
  color: rgba(212,4,56,1);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2px 2px 2px 2px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 34px;
  max-width: 34px;
  order: 1;
  min-height: 34px;
  max-height: 34px;
  width: 34px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: -2px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaLaYaZ0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 100px;
  -moz-border-radius: 100px;
  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: 4px;
}
.b-root .bubble-element.baTaLaYd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  word-spacing: 1px;
  line-height: 1.6;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 100%;
  order: 6;
  min-height: 64px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 8px;
}
.b-root .bubble-element.baTaIau0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 100%;
  order: 4;
  min-height: 320px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTaIau0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  border-radius: 0px;
}
.b-root .baTaIau0 .aspect-ratio {
}
.b-root .bubble-element.baTaMaRu0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 16px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 8px;
}
.b-root .bubble-element.baTaLaCt0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 300;
  color: rgba(15, 0, 5, 1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  order: 1;
  min-height: 16px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTaNaCaH {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaMaRw0 {
  color: rgba(121,24,24,1);
  border-radius: 90px;
  -moz-border-radius: 90px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  -webkit-transition: border-width 500ms ease-in-out;
  -moz-transition: border-width 500ms ease-in-out;
  -o-transition: border-width 500ms ease-in-out;
  -ms-transition: border-width 500ms ease-in-out;
  transition: border-width 500ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 14;
}
.b-root .bubble-element.baTaMaRx0 {
  color: var(--color_text_default);
  visibility: hidden;
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTaOwf {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 300;
  color: rgba(102,102,102,1);
  text-align: center;
  line-height: 1;
  padding: 4px 8px 4px 8px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 3;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTeaTn0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 8px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 4;
}
.b-root .bubble-element.baTeaTh0 {
  color: var(--color_primary_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  padding: 4px 4px 4px 4px;
  opacity: 0.7;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTeaTb0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Voltaire';
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.7;
  align-self: center;
  min-width: 76px;
  order: 2;
  min-height: 16px;
  width: 76px;
  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.baTwxp {
  overflow: visible;
  justify-content: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 24px 0px 24px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 260px;
  max-width: 100%;
  order: 11;
  min-height: 240px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTwxu {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 12px;
  margin-right: 40px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTwxv {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 0px 8px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTwxz {
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  order: 8;
  min-height: 36px;
  max-height: 36px;
  width: max-content;
  flex-grow: 0;
  height: 36px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .baTwxz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTwxz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTwyaA {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.4px;
  padding: 6px 12px 6px 12px;
  opacity: 1;
  align-self: center;
  min-width: 240px;
  max-width: 300px;
  order: 6;
  min-height: 36px;
  max-height: 36px;
  width: 240px;
  flex-grow: 1;
  height: 36px;
  margin-left: 8px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 4;
}
.b-root .bubble-element.baTwyl {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--color_text_default_rgb), 0.1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary_default);
  letter-spacing: 0.4px;
  padding: 6px 12px 6px 12px;
  opacity: 1;
  align-self: center;
  min-width: 240px;
  max-width: 300px;
  order: 7;
  min-height: 36px;
  max-height: 36px;
  width: 240px;
  flex-grow: 1;
  height: 36px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 4px;
  z-index: 4;
}
.b-root .bubble-element.baTwyaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  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: 3;
}
.b-root .bubble-element.baTwyaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 300;
  color: rgba(170,167,167,1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.baTwyaM {
  color: var(--color_destructive_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTwyaT {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  max-width: 100%;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 5;
}
.b-root .baTwyaT .aspect-ratio {
}
.b-root .bubble-element.baTwzaB {
  overflow: visible;
  justify-content: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 24px 0px 24px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 100%;
  order: 10;
  min-height: 140px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTwzaD {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 8px;
  margin-right: 40px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baTwzaH {
  overflow: visible;
  justify-content: center;
  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: 4;
}
.b-root .bubble-element.baTwzaZ {
  color: rgba(76,75,75,1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 9;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 4;
}
.b-root .bubble-element.baTwzf {
  color: rgba(76,75,75,1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 10;
  min-height: 32px;
  max-height: 32px;
  width: 32px;
  flex-grow: 1;
  height: 32px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 4;
}
.b-root .bubble-element.baTwzaP {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 18px;
  font-weight: 300;
  color: rgba(112,110,110,1);
  text-align: center;
  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: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baTwzaU {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 260px;
  max-width: 100%;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 5;
}
.b-root .baTwzaU .aspect-ratio {
}
.b-root .bubble-element.baTwzr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTwzl {
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: flex-start;
  min-width: 64px;
  max-width: 64px;
  order: 1;
  min-height: 64px;
  max-height: 64px;
  width: 64px;
  flex-grow: 1;
  height: 64px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTwzl img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 300px;
}
.b-root .baTwzl .aspect-ratio {
}
.b-root .bubble-element.baTwzaO {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: var(--color_primary_default);
  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;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baUaIoo {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 100%;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 3;
}
.b-root .bubble-element.baUaIou {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: rgba(113,105,105,1);
  letter-spacing: 0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaKlx0 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100%;
  order: 7;
  min-height: 380px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUaKlx0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  border-radius: 0px;
}
.b-root .baUaKlx0 .aspect-ratio {
}
.b-root .bubble-element.baTdaNn {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 8px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 6;
  min-height: 100%;
  max-height: 100%;
  width: 300px;
  flex-grow: 1;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTdaNx {
  gap: 10px;
  grid-template-rows: repeat(12, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 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 .baTdaNx> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baTdaOaD {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 120px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTdaOaJ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 72px;
  max-width: 72px;
  order: 2;
  min-height: 72px;
  max-height: 72px;
  width: 72px;
  flex-grow: 1;
  height: 72px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTdaOaJ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTdaOaJ .aspect-ratio {
}
.b-root .bubble-element.baTdaOo {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTdaOaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 36px;
  height: max-content;
  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.baTdaOi {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 300;
  color: rgba(102,102,102,1);
  text-align: center;
  line-height: 1;
  padding: 4px 8px 4px 8px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  order: 2;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTdaPaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  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.baTdaPaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.4;
  padding: 8px 0px 8px 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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTdaPaF {
  overflow: visible;
  justify-content: center;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.96;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 2;
  min-height: 280px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTdaPk {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: 400;
  color: rgba(250, 247, 247, 1);
  text-align: center;
  text-shadow: 1px 1px 1px var(--color_primary_default);
  letter-spacing: 0.3px;
  line-height: 1.2;
  padding: 0px 12px 0px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  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;
}
.b-root .bubble-element.baTdaQm {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
  color: rgba(56,56,56,1);
  text-align: center;
  line-height: 1;
  padding: 8px 12px 8px 12px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 4;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baUaNaMaF {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(212,212,212,1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  order: 1;
  min-height: 80px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaNaMaH {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 64px;
  max-width: 64px;
  order: 1;
  width: 64px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUaNaMaH img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaNaMaH .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTdaPw {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTdaOz {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Voltaire';
  font-size: 24px;
  font-weight: 400;
  color: rgba(69,65,65,1);
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 16px;
}
.b-root .bubble-element.baTdaQaJ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .baTdaQaJ .aspect-ratio {
}
.b-root .bubble-element.baTdaQaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .baTdaQaP .aspect-ratio {
}
.b-root .bubble-element.baTdaQaV {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTdaQb {
  overflow: visible;
  justify-content: center;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 0px 24px 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 3;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTdaQf {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: 400;
  color: rgba(38,38,38,1);
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.2;
  padding: 0px 12px 0px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTdaQg {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTdaQg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 100px;
}
.b-root .baTdaQg .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTdaQa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.4;
  padding: 8px 0px 8px 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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTdaQs {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .baTdaQs .aspect-ratio {
}
.b-root .bubble-element.baTxaAaQ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTxaAaV {
  overflow: visible;
  justify-content: center;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 0px 24px 0px;
  opacity: 1;
  align-self: center;
  min-width: 280px;
  max-width: 280px;
  order: 3;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTxaAaW {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: 400;
  color: rgba(38,38,38,1);
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.2;
  padding: 0px 12px 0px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTxaAaX {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTxaAaX img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 100px;
}
.b-root .baTxaAaX .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTxaAb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 18px;
  font-weight: 300;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.4;
  padding: 8px 0px 8px 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: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTxaAc {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .baTxaAc .aspect-ratio {
}
.b-root .bubble-element.baTaIcaH0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 32px 0px 32px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1100px;
  order: 7;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baTaIcaH0> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.baTaIcaK0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 24px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  line-height: 1.5;
  padding: 8px 0px 8px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baTaIcaN0 {
  gap: 0px;
  grid-template-rows: repeat(5, minmax(max-content, auto));
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 2;
  min-height: 240px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-top: 8px;
  margin-right: 12px;
  margin-bottom: 8px;
  z-index: 3;
}
.b-root .baTaIcaN0> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.baTaLaYq0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(205,204,204,1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: border-width 333ms ease-in-out, margin-top 333ms ease-in-out;
  -moz-transition: border-width 333ms ease-in-out, margin-top 333ms ease-in-out;
  -o-transition: border-width 333ms ease-in-out, margin-top 333ms ease-in-out;
  -ms-transition: border-width 333ms ease-in-out, margin-top 333ms ease-in-out;
  transition: border-width 333ms ease-in-out, margin-top 333ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 200px;
  max-width: 240px;
  order: 2;
  min-height: 240px;
  max-height: 260px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 12px;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.b-root .bubble-element.baTaLaYh0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaIcj0 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.2;
  padding: 0px 12px 0px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 36px;
  max-height: 64px;
  height: 36px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaLaCm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Voltaire';
  font-size: 16px;
  font-weight: 200;
  color: var(--color_text_default);
  line-height: 1.2;
  padding: 0px 12px 0px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 24px;
  max-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTeaaT {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 140px;
  max-height: 140px;
  height: 140px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTeaaT img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.b-root .baTeaaT .aspect-ratio {
}
.b-root .bubble-element.baTaOvp {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaOvr {
  color: rgba(15,0,5,0.8);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_surface_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  order: 3;
  min-height: 32px;
  max-height: 32px;
  width: 64px;
  flex-grow: 1;
  height: 32px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaOvs {
  color: rgba(15,0,5,0.8);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_surface_default);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 64px;
  flex-grow: 1;
  height: 32px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTwaXaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 400;
  color: var(--color_primary_default);
  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: 32px;
  max-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: 32px;
  margin-left: 4px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaLlaG {
  justify-content: center;
  visibility: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 24px 16px 24px 16px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 320px;
  max-width: 630px;
  min-height: 320px;
}
.b-root .baTaLlaG.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 104, 168, 0.64);
  z-index: 2002;
}
.b-root .bubble-element.baTaLlaI {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 3;
  min-height: 36px;
  max-height: 36px;
  width: 280px;
  flex-grow: 1;
  height: 36px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 2;
}
.b-root .bubble-element.baTaLlaK {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 9;
  min-height: 36px;
  max-height: 36px;
  width: 280px;
  flex-grow: 1;
  height: 36px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 5;
}
.b-root .bubble-element.baTaLlaL {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 14;
  min-height: 36px;
  max-height: 36px;
  width: 280px;
  flex-grow: 1;
  height: 36px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.b-root .bubble-element.baTaLlaP {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 5;
  min-height: 36px;
  max-height: 36px;
  width: 280px;
  flex-grow: 1;
  height: 36px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.b-root .bubble-element.baTaLlaR {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  order: 22;
  min-height: 51.99826431274414px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaLlaS {
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 400;
  color: rgba(15, 0, 5, 1);
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 1;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 36px;
  width: 120px;
  flex-grow: 1;
  height: max-content;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 10;
}
.b-root .baTaLlaS .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaLlaS .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaLlaT {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaLlaU {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baTaLlaU img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 100px;
}
.b-root .baTaLlaU .aspect-ratio {
}
.b-root .bubble-element.baTaLlaV {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  order: 4;
  min-height: 43px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaLlaW {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_primary_default);
  padding: 0px 0px 0px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 320px;
  order: 2;
  min-height: 33px;
  width: 0px;
  flex-grow: 1;
  height: 33px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.b-root .bubble-element.baTaLlaY {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  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;
}
.b-root .bubble-element.baTaLla {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 12;
  min-height: 36px;
  max-height: 36px;
  width: 280px;
  flex-grow: 1;
  height: 36px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 7;
}
.b-root .bubble-element.baTaLlb {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  order: 18;
  min-height: 100px;
  max-height: 100px;
  width: 320px;
  flex-grow: 1;
  height: 100px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.b-root .bubble-element.baTaLld {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_default);
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  max-width: 280px;
  order: 10;
  min-height: 36px;
  max-height: 36px;
  width: 280px;
  flex-grow: 1;
  height: 36px;
  margin-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.b-root .bubble-element.baTaLlaM {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  order: 19;
  min-height: 51.99826431274414px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaLlaO {
  color: var(--color_text_default);
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 17;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  z-index: 11;
}
.b-root .bubble-element.baTaLmaH {
  visibility: hidden;
  padding: 4px 4px 4px 4px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 32px;
  z-index: 7;
}
.b-root .bubble-element.baTaIaaU0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 200px;
  max-height: 200px;
  height: 200px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaLaCaK0 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 32px 0px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 36px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTdaMj {
  overflow: visible;
  justify-content: center;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 8px 8px 8px;
  opacity: 1;
  align-self: center;
  min-width: 0%;
  max-width: 960px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -64px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 8;
}
.b-root .bubble-element.baTdaMv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.4;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 16px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
}
.b-root .bubble-element.baTdaMw {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 24px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTdaMx {
  color: rgba(42,6,6,1);
  visibility: hidden;
  border-radius: 300px;
  -moz-border-radius: 300px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 2;
}
